/*!
Theme Name: Ostech Child theme
Theme URI: https://ostechwp.pixydrops.com/
Template: ostech
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Ostech WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ostech-child
*/

.client-carousel-one .client-carousel__one__item img{
    opacity: 1;
}
.footer-wrapper .e-con-full, .footer-wrapper .e-con>.e-con-inner{
    padding-block-start: unset !important;
    padding-block-end: unset !important;
}
.preloader .preloader__image {
    background-size: 250px;
}
.contact-one__list__icon {
    flex: 0 50px;
}

.contact-one__list__content {
    flex: 1;
}

.sc-duan .project-two__thumb {
    aspect-ratio: 3 / 4;
    overflow: hidden;
}
.sc-duan .project-two__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sc-duan .project-two__content__title {
    line-height: 1.4;
    padding: 15px 0px;
}
a.term-link-item {
    color: inherit;
}
a.term-link-item:hover{
    opacity: 0.7;
}
.fluentform .ff-el-form-control{
    border-radius: 0px !important;
}
.fluentform .ff-el-form-control:focus {
    border-color: var(--ostech-base, #FFAA17) !important;
}
.ostech-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: var(--ostech-base, #FFAA17);
    color: var(--ostech-text-dark, #222429);
    font-family: var(--ostech-font);
    padding: 19px 40px;
    transition: 500ms;
    background-color: var(--ostech-base, #FFAA17);
    color: var(--ostech-text-dark, #222429);
    font-size: 16px;
    font-weight: 600;
    line-height: 112.5%;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

.sc-dichvu .service-card__title {
    height: 80px;
}
.service-card__title {
    padding: 0px 30px;
}
.client-carousel-one .client-carousel__one__item {
    height: 50px;
}
.client-carousel-one .client-carousel__one__item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
a.btn-apply {
    background: #FFAA17;
    background: linear-gradient(90deg, #FFAA17 0%, #fbc466 100%);
    padding: 19px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    border-radius: 8px;
}
.blog-details p {
    line-height: 1.7;
    font-size: 18px;
    color: #292929;
}
.main-slider-two__title {
    font-size: 80px;
    line-height: 1.4;
}
form.fluent_form_3 .ff-btn-submit, form.fluent_form_1 .ff-btn-submit {
    background-color: #fba81a !important;
    color: #000 !important;
    padding: 19px 40px;
    border-radius: 0px !important;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}
form.fluent_form_3 .ff-btn-submit:hover, form.fluent_form_1 .ff-btn-submit:hover {
    color: #fff !important;
}
textarea#ff_1_message {
    padding: 18px 30px;
    font-family: "Barlow", sans-serif;
}

textarea#ff_1_message::placeholder {
    color: #686A6F !important;
    font-size: 15px;
    font-family: "Barlow", sans-serif;
}

.timeline-wrap {
    padding: 100px 0;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    background: #e5e7eb;
}

.timeline-item {
    position: relative;
    width: 50%;
    padding: 40px 50px;
}

.timeline-item.left {
    left: 0;
    text-align: right;
}

.timeline-item.right {
    left: 50%;
    text-align: left;
}

.timeline-item::before {
    content: "";
    position: absolute;
    top: 50px;
    width: 18px;
    height: 18px;
    background: #2563eb;
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(37,99,235,.15);
}

.timeline-item.left::before {
    right: -9px;
}

.timeline-item.right::before {
    left: -9px;
}

.timeline-card {
    background: #fff;
    padding: 30px 34px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}
.timeline-date {
    display: inline-block;
}
.timeline-card h3 {
    font-weight: bold;
}
/* Mobile */
@media (max-width: 992px) {
    .timeline::before {
        left: 28px;
        transform: none;
    }

    .timeline-item {
        width: 100%;
        left: 0 !important;
        padding: 30px 20px 30px 50px;
        text-align: left;
    }

    .timeline-item::before {
        left: 20px !important;
    }
    .timeline-item{
        text-align: left !important;
    }
}

.project-mn ul#menu-du-an {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    list-style: none;
    margin-bottom: 35px;
}

.project-mn ul#menu-du-an li a {
    padding: 5px 15px;
    background: transparent;
    color: #ffaa17;
    border-radius: 5px;
    text-transform: uppercase;
    transition: 0.3s;
    border: 1px solid #ffaa17;
    display: inline-block;
}

.project-mn ul#menu-du-an li:hover a, .project-mn ul#menu-du-an li.current-menu-item a{
    background: #ffaa17;
    color: #fff;
}

.tuyen_dung .list-unstyled i {
    color: #ffaa17;
}

@media screen and ( max-width: 767px ){
    .project-mn ul#menu-du-an {
        gap: 10px;
        margin: 0 0px 30px;
        padding: 0;
        flex-wrap: wrap;
    }
}