@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        /*background: rgba(255, 255, 255, 0.5);*/
        background: linear-gradient(to left, rgba(0, 0, 0, 0), #666);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 5px;
    }


    .banner-desc-box-title {
        font-size: 25px;
        font-weight: 300;
        color: #fff;
        text-align: left;
        width: 100%;
        font-family: Quicksand-Medium;
    }

    .banner-desc-box-content {
        font-size: 14px;
        color: #fff;
        text-align: left;
        width: 100%;
    }

    .carousel-item {
        height: 100%;
    }
    .w-100{
        height: 100%;
        object-fit: cover;
    }
    .carousel-inner{
        height: 200px;
    }

    .service-box {
        width: 100%;
        max-width: 1300px;
        margin: 100px auto;
    }

    .service-tabs {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .tabs-item {
        padding: 5px 5px;
        text-align: center;
        color: #ffffff;
        background: #35414c;
        font-size: 14px;
        cursor: pointer;
        border-right: 1px #FFFFFF solid;
    }

    .tabs-item:last-child {
        border-right: none;
    }

    .tabs-item.active {
        background: #f5f5f5;
        color: #383838;
        padding: 5px 5px;
    }

    .service-content {
        display: flex;
        background: #f5f5f5;
        min-height: 500px;
    }

    .content-item {
        flex: 1;
        padding: 10px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .content-hidden {
        background: #ffffff;
        width: 200px;
        display: none;
    }

    .content-item-title {
        font-size: 30px;
        font-family: Quicksand-Medium;
    }

    .content-item-desc {
        font-size: 20px;
        color: #383838;
        margin-top: 20px;
    }

    .content-img {
        width: 100%;
        height: 300px;
        background: #d2d2d2;
        margin-top: 10px;
    }

    .content-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hidden-content {
        width: 380px;
        display: none;
    }

    .content-item-box {
        flex: 1;
    }

    .container-fluid{
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 500px;
        height: 100%;
        /*background: rgba(255, 255, 255, 0.5);*/
        background: linear-gradient(to left, rgba(0, 0, 0, 0), #666);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding:10px;
    }


    .banner-desc-box-title {
        font-size: 40px;
        font-weight: 300;
        color: #fff;
        text-align: left;
        width: 600px;
        font-family: Quicksand-Medium;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #fff;
        text-align: left;
        width: 600px;
    }

    .service-box {
        width: 100%;
        max-width: 1300px;
        margin: 100px auto;
    }

    .service-tabs {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .tabs-item {
        padding: 10px;
        text-align: center;
        color: #ffffff;
        background: #35414c;
        font-size: 14px;
        cursor: pointer;
        border-right: 1px #FFFFFF solid;
    }

    .tabs-item:last-child {
        border-right: none;
    }

    .tabs-item.active {
        background: #f5f5f5;
        color: #383838;
        padding: 10px
    }

    .service-content {
        display: flex;
        background: #f5f5f5;
        min-height: 400px;
    }

    .content-item {
        flex: 1;
        padding: 30px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .content-hidden {
        background: #ffffff;
        width: 96px;
    }

    .content-item-title {
        font-size: 30px;
        font-family: Quicksand-Medium;
    }

    .content-item-desc {
        font-size: 20px;
        color: #383838;
        margin-top: 20px;
    }

    .content-img {
        width: 255px;
        height: 200px;
        background: #d2d2d2;
        position: absolute;
        right: -100px;
    }

    .content-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hidden-content {
        width: 140px;
    }

    .content-item-box {
        flex: 1;
    }
}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        /*background: rgba(255, 255, 255, 0.5);*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: linear-gradient(to left, rgba(0, 0, 0, 0), #666);
    }


    .banner-desc-box-title {
        font-size: 40px;
        font-weight: 300;
        color: #fff;
        text-align: left;
        width: 600px;
        font-family: Quicksand-Medium;
    }

    .banner-desc-box-content {
        font-size: 18px;
        color: #fff;
        text-align: left;
        width: 600px;
    }

    .service-box {
        width: 100%;
        max-width: 1300px;
        margin: 100px auto;
    }

    .service-tabs {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .tabs-item {
        padding: 10px 20px;
        text-align: center;
        color: #ffffff;
        background: #35414c;
        font-size: 16px;
        cursor: pointer;
        border-right: 1px #FFFFFF solid;
    }

    .tabs-item:last-child {
        border-right: none;
    }

    .tabs-item.active {
        background: #f5f5f5;
        color: #383838;
        padding: 20px 20px;
    }

    .service-content {
        display: flex;
        background: #f5f5f5;
        min-height: 500px;
    }

    .content-item {
        flex: 1;
        padding: 30px;
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .content-hidden {
        background: #ffffff;
        width: 200px;
    }

    .content-item-title {
        font-size: 40px;
        font-family: Quicksand-Medium;
    }

    .content-item-desc {
        font-size: 20px;
        color: #383838;
        margin-top: 20px;
    }

    .content-img {
        width: 550px;
        height: 300px;
        background: #d2d2d2;
        position: absolute;
        right: -200px;
    }

    .content-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hidden-content {
        width: 380px;
    }

    .content-item-box {
        flex: 1;
    }
}
