.banner {
    position: relative;
    padding: 0 !important;
}

.banner img {
    width: 100%;
}


.container-fluid .page-title {
    position: absolute;
    top: 50%;
    font-family: Segoe_UI_Bold;
    font-size: 55px;
    color: white;
    right: 8%;
    transform: translate(-50%, -50%);
}

.container-fluid .container {
    padding-top: 40px;
    padding-bottom: 40px;
}

.demension-weight img {
    width: 100%;
}

.container .title-custom {
    color: white;
    font-family: Segoe_UI_Bold;
    font-size: 24px;
    background-color: rgb(12, 145, 148);
    border-radius: 10px;
    max-width: fit-content;
    margin: 0;
    margin-bottom: 20px;
    padding: 9px 61px 10px 26px;
}

.container .title-1 {
    color: white;
    font-family: Segoe_UI_Bold;
    font-size: 24px;
    background-color: rgb(12, 145, 148);
    border-radius: 10px;
    max-width: 337px;
    margin: 0;
    margin-bottom: 20px;
    padding: 9px 61px 10px 26px;
}

.demension-weight .card-text p {
    color: #777777;
    font-size: 15px;
}

.background-color, .sales {
    background-color: rgba(12, 145, 148, 0.2);
}

.background-color .container .service-price {
    background-color: rgb(12, 145, 148);
    padding: 20px;
    border-radius: 10px;
    margin: 0;
}

.background-color .service-price .card-block .shipping-fee-title {
    font-size: 26px;
    font-family: Segoe_UI_Bold;
}

.background-color .service-price .highlight {
    color: rgb(243, 255, 0);
    font-family: Segoe_UI_Bold;
    font-size: 15px;
}

.background-color .service-price .card-block, .background-color .service-price .card-block p {
    color: white;
    font-size: 15px;
}

.background-color .title {
    color: white;
    font-family: Segoe_UI_Bold;
    font-size: 24px;
    background-color: rgb(12, 145, 148);
    padding: 9px 61px 10px 26px;
    border-radius: 10px;
    width: 338px;
    margin-bottom: 20px;
}

.additionalFee {
    background-color: transparent;
}

.additionalFee .left, .additionalFee .right {
    padding-top: 15px;
}

.additionalFee table {
    border: 1px solid #3EC6C2;
    margin-right: 57px;
    width: 100%;
    /* text-align: center; */
}

.additionalFee table tr th {
    background-color: rgb(12, 145, 148);
    color: white;
    font-family: Segoe_UI_Bold;
    text-align: center;
    padding: 5px;
    font-size: 15px;
}

.additionalFee table tr .body-type {
    color: white;
    font-family: Segoe_UI_SemiBold;
    font-size: 15px;
    background-color: rgb(12, 145, 148);
}

.additionalFee table tr .head-tab {
    background-color: rgb(12, 145, 148);
    color: #E0E005;
}

.additionalFee table tr .category {
    font-family: Segoe_UI_SemiBold;
}

.additionalFee table tr td {
    padding: 5px 10px 5px 20px;
    font-size: 15px;
    color: #777777;
}

.additionalFee .col-md-5 img {
    width: 100%;
}

.title-2 {
    font-family: Segoe_UI_Bold;
    color: rgb(12, 145, 148);
    font-size: 26px;
    padding-top: 30px;
}

.free-surcharge .row {
    background-color: rgb(12, 145, 148);
    margin: 0;
}

.free-surcharge .title {
    background-color: white;
    color: #0C9194;
    font-family: Segoe_UI_Bold;
    font-size: 25px;
    border-radius: 15px;
    padding: 15px 6px;
    margin-top: 10px;
}

.free-surcharge .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 15px;
    font-family: Segoe_UI_SemiBold;
    width: fit-content;
    line-height: 2.4;
}

.free-surcharge .right {
    padding-left: 0;
    padding-right: 0;
}

.free-surcharge .right img {
    width: 100%;
}

.noti .row-content {
    border: 2px solid #0C9194;
    border-radius: 15px;
    padding: 30px 40px;
    margin: 0;
    margin-bottom: 48px;
}

.noti .row-content p {
    color: #0C9194;
    font-family: Segoe_UI_SemiBold;
    font-size: 15px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0C9194 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #FFFFFF !important;
}

.sales img {
    width: 100%;
    border-radius: 10px;
}

.sales p {
    font-size: 15px;
    color: #777777;
}

.sales .bold-style {
    font-family: Segoe_UI_Bold;
}

@media only screen and (max-width: 766px) {
    .container .title-1 {
        font-size: 15px;
        width: 82%;
    }

    .demension-weight .card-text p, .background-color .service-price .card-block .shipping-fee-title,
    .background-color .service-price .highlight, .background-color .service-price .card-block,
    .background-color .service-price .card-block p, .additionalFee table tr th, .additionalFee table tr .body-type,
    .additionalFee table tr td, .free-surcharge .content, .noti .row-content p {
        font-size: 14px;
    }

    .background-color .title {
        padding-left: 24px;
        width: 75%;
        font-size: 15px;
    }

    .background-color .service-price .card-block {
        margin-top: 15px;
    }

    .title-2 {
        font-size: 17px;
    }

    .container-fluid .page-title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 45px;
        right: unset;
        width: fit-content;
    }

    .free-surcharge .title {
        font-size: 15px;
    }

    .free-surcharge .content {
        position: unset;
        transform: unset;
    }

    .no-padding {
        padding: 0 !important;
    }

    .service-price .left {
        display: none;
    }

    .noti .row-content {
        padding: 30px 16px;
    }

    .container .title-custom {
        width: fit-content;
        font-size: 15px;
        padding-left: 24px;
    }

    .sales .right {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 766px) and (max-width: 990px) {
    .container .intro-content .text-content .c-title, .three_service .title {
        font-size: 30px;
    }

    .container .intro-content .text-content .c-body p, .container .title-1, .background-color .title,
    .background-color .service-price .card-block .shipping-fee-title {
        font-size: 15px;
    }

    .title-2 {
        font-size: 17px;
    }

    .three_service .container .row .col-md-4 img {
        width: 100%;
    }

    .container-fluid .page-title {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 45px;
        width: 324px;
    }

    .free-surcharge .content {
        margin: auto;
        position: unset;
        transform: unset;
    }

    .free-surcharge .left {
        padding-left: 50px;
        padding-right: 50px;
    }

    .free-surcharge .title {
        font-size: 15px;
        width: fit-content;
        margin: 20px auto;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .container-fluid .page-title {
        right: 0;
    }
}