@media (min-width:320px) and (max-width:481px) {
    .steps-img {
        display: none;
    }
}

h1 {
    font-weight: 700;
}

p {
    padding: 0 10px;
}

.filter {
    fill: #E7E7E7;
    background-color: #E7E7E7;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.12));
    border-radius: 11px;
    border: none;
    flex-shrink: 0;
    position: relative;
    left: 20px;
    margin: 10px;
}

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

.service-div {
    margin-top: 0.3rem !important;
}

.pic-span {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    font-weight: 700;
    font-size: 1.2rem;
    color: black;
    left: 0;
    background-color: rgba(252, 237, 32, 0.75);
    height: 10%;
    padding: 0.5rem;
}


.timeline {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, .2);
}
.timeline .swiper-container {
    height: 600px;
    width: 100%;
    position: relative;
}
.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, .7);
    border-radius: 100%;
}
.timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: 310px;
    right: 50%;
    top: 13%;
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}
.timeline .swiper-slide .timeline-year {
    display: block;
    font-style: italic;
    font-size: 42px;
    margin-bottom: 50px;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    color: #FCED20;
    font-weight: 300;
    opacity: 0;
    transition: 0.2s ease 0.4s;
}
.timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.5s;
}
.timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.6s;
}
.timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.8s;
}
.timeline .swiper-pagination {
    right: 15% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}
.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, .2);
}
.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: white;
    margin: 5px 0 !important;
    position: relative;
}
.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #FCED20;
    transform: scale(0);
    transition: 0.2s;
}
.timeline .swiper-pagination-bullet-active {
    color: #FCED20;
}
.timeline .swiper-pagination-bullet-active::before {
    transform: scale(1);
}

.timeline .swiper-button-next, .timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: 0.2s;
}

@media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, .7);
    }
    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        transform: translateY(-50%);
        width: 310px;
        font-size: 11px;
        text-align: right;
    }
    .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
    }
    .timeline .swiper-slide .timeline-title {
        font-size: 46px;
        margin: 0;
    }
    .timeline .swiper-pagination {
        display: flex;
    }
    .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: 15%;
        -webkit-transform: rotate(90deg) translate(0, 10px);
        transform: rotate(90deg) translate(0, 10px);
    }
    .timeline .swiper-button-prev:hover {
        -webkit-transform: rotate(90deg) translate(-3px, 10px);
        transform: rotate(90deg) translate(-3px, 10px);
    }
    .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }
    .timeline .swiper-button-next:hover {
        transform: rotate(90deg) translate(3px, 10px);
    }
}
@media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
        bottom: -12%;
        width: 100px;
        height: 50%;
        box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, .6);
    }
    .timeline .swiper-slide-content {
        right: 25%;
    }
}

.paragraph-eng-page {
    display: -webkit-box;
    padding: 0.4rem 2%;
}

.service-div > p {
    font-weight: unset !important;
}

.b-image-engin {
    position: relative;
    top: -580px;
    left: 0;
    right: 2%;
    width: 100%;
    height: 25%;
    padding-right: 1rem;
}

.b-image-engin > span {
    font-weight: 700;
}

.slider-caption {
    display: -webkit-box;
    padding: 0.2rem 2%;

}

.slider-caption > img {
    position: absolute;
    margin-top: 0.8rem;
}

.slider-caption > p {
    padding: 0 1.5rem;
    font-size: 2rem;
    font-weight: 100;
}

.slider-caption {
    display: -webkit-box;
    padding: 0.4rem 2%;
}

.news-card {
    display: inline-flex;
    border-radius: 0.6875rem;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.20);
}

.news-img {
    width: 100% !important;
    height: 15.4375rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    clip-path: polygon(0% 0%, 0% 100%, 35% 0%, 83% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 0% 100%, 0% 0%, 0% 0%);
}

.news-content > h2 {
    padding: 1.5rem 0;
    font-weight: 700;
}

.news-content > span {
    padding: 1.5rem 0;
}

.img-text-box {
    border-radius: 0.9375rem;
    margin-top: -7.25rem;
    margin-left: 50px;
    left: 0;
    float: right;
    opacity: 0.9;
}

.img-text-box > img {
    position: absolute;
}

.img-text-box > p {
    float: right;
    opacity: 0.9;
    color: black;
    font-size: 2rem;
    font-weight: 700;
    margin-right: 3rem;
    padding: 1rem 0;
}

.detail-p {
    color: #454141;
    text-align: justify;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 250%; /* 2.34375rem */
}
