/*
Theme Name: Atelier
Theme URI: https://atelier.codecraftvn.com/
Author: Khánh
Author URI: https://atelier.codecraftvn.com/
Description: Custom theme
Version: 1.0
Text Domain: atelier
*/

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../font/AktivGrotesk-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../font/AktivGrotesk-Regular.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../font/AktivGrotesk-Medium.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Aktiv Grotesk';
    src: url('../font/AktivGrotesk-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

:root {
    --orange-color: #dd722b;
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #f5f5f5;
    /*font-family: 'Aktiv Grotesk';*/
    font-size: 16px;
    font-family: "Wix Madefor Display", sans-serif;
}

main {
    padding-top: 93px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    width: 100%;
    object-fit: scale-down;
}

a:hover {
    color: inherit;
}

header {
    position: absolute;
    width: 100%;
    height: 93px;
    top: 0;
    left: 0;
    z-index: 9;
    background: transparent;
}

.logo img {
    height: 25px;
    width: auto;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 92%;
    }
}

.menu>ul {
    display: flex;
    justify-content: flex-end;
    gap: 60px;
}

.menu ul li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    transition: all .4s;
}

.menu>ul>li {
    position: relative;
    padding: 5px 0;
    min-width: 90px;
}

.menu>ul>li>ul {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    min-width: 150px;
}

.menu>ul>li>ul>li {
    padding: 5px 0;
}

.project-img img {
    aspect-ratio: 3/4;
    object-fit: cover;
}

.menu>ul>li>ul>li>a {
    text-align: right;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
    width: 100%;
}

.menu>ul>li:hover>ul {
    display: block;
}

.home-banner {
    position: relative;
}

.home-banner img {
    height: 100vh;
    object-fit: cover;
}

.project-info {
    padding: 60px 90px 90px 90px;
}

.project-detail {
    margin-top: 100px;
    margin-bottom: 20px;
}

.h0 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 38px;
}

.project-detail ul li span {
    font-size: 14px;
    text-transform: uppercase;
}

.project-detail ul li span:first-child {
    width: 110px;
    display: inline-block;
}

.project-right-img {
    width: 100%;
    height: 743px;
    object-fit: cover;
}

.pj-img img {
    /*height: 437px;*/
    object-fit: cover;
    aspect-ratio: 3/4;
}

.pj-name {
    display: block;
    margin: 15px 0;
    font-size: 1.05rem;
    text-transform: uppercase;
    width: 100%;
    transition: all .4s;
    font-weight: 600;
}

.pj-name:hover {
    color: var(--orange-color);
}

.swiper-button-prev:after, .swiper-button-next:after {
    display: none;
}

.swiper-button-prev, .swiper-button-next {
    position: unset;
    font-size: 26px;
    color: #000;
    margin: 0 20px;
}

.view-more {
    padding: 15px 70px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 18px;
    transition: all .4s;
    background: #d5d5d5;
    color: #000;
}

.view-more:hover {
    background: transparent;
    color: #000;
}

footer  {
    color: #fff;
    /*text-transform: uppercase;*/
}

.footer-title {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-content {
    margin-bottom: 2rem;
}

.footer-content *, .copyright p {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

footer {
    padding: 90px 0 60px;
    background: #e5e5e5 !important;
    color: #000;
}

.search-form i {
    color: #999;
}

.search-form button {
    border: none;
    outline: none !important;
    background: transparent;
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form input {
    border: none;
    background: transparent;
    height: 100%;
    outline: none !important;
}

.search-form form {
    border: 1px solid #ccc;
    height: 55px;
    width: 33%;
    margin-left: auto;
}

.breadcrumb li {
    display: inline-block;
    padding-right: 15px;
}

.breadcrumb li:last-child:before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
}

.breadcrumb li a {
    text-transform: uppercase;
    font-size: 18px;
}

.project-name {
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    font-size: 1.05rem;
    font-weight: 600;
    transition: all .4s;
}

.project-name:hover {
    color: var(--orange-color);
}

.gallery-image-item {
    border-radius: 0 !important;
}

.project-desc {
    font-size: 14px;
}

.project-view {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    width: fit-content;
    line-height: 16px;
    position: relative;
    padding-bottom: 2px;
}

.project-view:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0.05rem;
    background: #000;
    transition: all .4s;
}

.project-view:hover:after {
    width: 100%;
}

.home-banner .project-info-wrap {
    position: absolute;
    left: 100px;
    bottom: 100px;
}

.home-banner ul li span {
    font-size: 18px;
    color: #fff;
}

.home-banner ul li span:first-child {
    min-width: 120px;
    display: inline-block;
}

.project-info-wrap p {
    font-size: 26px;
    margin: 20px 0 0;
    font-weight: 500;
    color: #fff;
}

.abc {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 60px;
}

.about-text p {
    font-size: 20px;
    padding-right: 100px;
    line-height: 26px;
}

.about-text p:nth-child(2) {
    font-size: 15px;
    padding: 60px 0 60px 180px;
    text-align: justify;
    line-height: 23px;
}

.w-60 {
    width: 60%;
}

.about-img span {
    display: block;
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 500;
}

.wrap-about>.row:nth-child(2) .about-text p:nth-child(2) {
    padding-left: 0;
}

.about-text ul {
    list-style: inside;
    padding-left: 40px;
}

.about-text ul li {
    margin: 10px 0;
}

.career-wrap ul {
    list-style: inside;
}

.career-wrap {
    padding-top: 120px !important;
    padding-bottom: 150px !important;
}

.main-studio .breadcrumb li a {
    font-size: 16px;
    text-transform: none;
}

.main-studio .breadcrumb li {
    padding-right: 5px;
}

.main-studio .breadcrumb li:last-child:before {
    padding-right: 0;
}

.service-title {
    font-size: 24px;
}

.phrase-img img {
    width: 70px;
}

.phrase-item>p {
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}

.phrase-info p {
    font-size: 24px;
}

.border-bottom {
    border-bottom: 1px solid #000 !important;
}

.project-btn {
    margin: 90px 0 65px;
    display: flex;
    gap: 5px;
}

html #wpadminbar {
    display: none !important;
}

html {
    margin: 0 !important;
}

/*.wrapper {*/
/*    display: none;*/
/*    min-height: 100vh;*/
/*}*/

.form-group input, .form-group textarea {
    display: block;
    border: none;
    border-bottom: 1px solid #000;
    outline: none !important;
    width: 100%;
    background: transparent;
    padding: 10px 20px;
}

.item>label {
    margin-top: 10px;
}

.form-group label, .text-form {
    font-size: 14px;
}

.text-form {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.submit-contact {
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 0;
    background: transparent;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 120px;
}

.project-info>a.h4 {
    text-transform: uppercase;
    /*color: var(--orange-color);*/
    font-weight: 600;
}

.main-title {
    /*text-transform: uppercase;*/
    font-size: 32px;
    margin: 15px 0 30px;
    color: var(--orange-color);
    font-weight: 700;
}

.pj-img {
    overflow: hidden;
    display: block;
    width: 100%;
}

.pj-img img {
    transform: scale(1);
    transition: all .6s;
}

.pj-img:hover img {
    transform: scale(1.1);
}

.home-banner:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.project-related a {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    width: 90%;
    line-height: 60px;
}

.bg-custom {
    background: #e0dcd2;
}

.main-project {
    margin-top: 60px;
}

.main-project .project-info-wrap {
    margin-bottom: 60px;
}

.main-project .project-info-wrap ul li {
    margin-bottom: 10px;
}

.project-main-name {
    font-weight: 600;
    font-size: 24px;
}

.main-project .project-info-wrap ul {
    margin-right: 220px;
}

.logo img {
    filter: invert(1);
}

.search-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.search-form .breadcrumb {
    margin-bottom: 0;
}

.back-to-top {
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ccc;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    right: 20px;
    bottom: 40px;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    cursor: pointer;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.swiper-custom-pagination {
    display: flex;
    gap: 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 50%;
    z-index: 10;
}

.swiper-custom-pagination .progress-bar {
    width: 92px;
    height: 0.185rem;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.swiper-custom-pagination .progress-bar-fill {
    background-color: white;
    height: 100%;
    width: 0%;
    transition: width 0s;
}

.swiper-home .swiper-slide {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.swiper-home .swiper-slide-active {
    opacity: 1;
    z-index: 1;
}

.social-list {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.social-list li a {
    font-size: 20px;
}

.phrase-right ul {
    list-style: disc;
    margin-top: 15px;
    padding-left: 20px;
}

.phrase-right ul li {
    margin-bottom: 10px;
}

.phrase-right img {
    display: block;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2/1;
    margin-bottom: 20px;
}

.step-line {
    width: 100%;
    height: 1px;
    background: #000;
}

.step-dot {
    position: relative;
}

.step-dot span {
    width: 10px;
    height: 10px;
    position: absolute;
    left: -5px;
    bottom: -5px;
    background: #000;
    border-radius: 50%;
}

.step-dot span:before {
    content: attr(data-number);
    font-size: 18px;
    color: #000;
    position: absolute;
    top: -35px;
    left: 0;
    font-weight: 600;
}

.step-dot:last-child {
    left: auto;
    right: -5px;
}

.step-item {
    padding-right: 30px;
}

.step-item, .step-dot {
    width: 20%;
}

.step-item b {
    font-style: italic;
    display: block;
    margin-bottom: 15px;
}

.step-item ul {
    list-style: disc;
    padding-left: 15px;
}

.step-item ul * {
    font-size: 14px;
}

.step-item ul li {
    margin-bottom: 10px;
}

.service-title {
    display: none;
}

.highlight-hs {
    color: var(--orange-color);
    font-weight: 600;
}

.data {
    position: absolute;
    width: 60%;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 30px;
}

.data-item {
    background: rgba(255,255,255,0.8);
    padding: 15px;
    border-radius: 10px;
    width: 200px;
}

.data-item p {
    margin: 10px 0 5px;
    font-size: 14px;
}

.data-item b {
    font-size: 24px;
}

.banner-about img {
    aspect-ratio: 2/1;
    object-fit: cover;
}

.sub-title {
    margin-top: 15px;
    font-size: 14px;
    color: rgba(0,0,0,.8);
    line-height: 24px;
}

.member b {
    display: block;
    margin: 15px 0 0;
    font-size: 16px;
}

.member p {
    font-size: 13px;
    color: #a4a8a8;
}

.wrap-contact {
    position: relative;
}

.wrap-contact a {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.wrap-contact:before {
    content: "";
    width: 42%;
    height: 0.1rem;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.wrap-contact:after {
    content: "";
    width: 42%;
    height: 0.1rem;
    position: absolute;
    background: rgba(0, 0, 0, .3);
    display: inline-block;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.contact-us>a {
    display: block;
    width: fit-content;
    margin: 0 auto 15px;
    padding: 10px 25px;
    background: #d5d5d5;
    color: #000;
}

.contact-us>p {
    font-size: 14px;
    color: rgba(0,0,0,.6);
}

.image-left img:first-child {
    width: 100%;
    margin-bottom: 45px;
    margin-left: auto;
    display: block;
}

.image-left img:nth-child(2) {
    width: 100%;
    margin-bottom: 45px;
}

.content {
    margin-bottom: 90px;
}

.text-justify {
    text-align: justify !important;
}

.image-left>p {
    font-size: 55px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    letter-spacing: 0.2rem;
    width: 50%;
    line-height: 70px !important;
}

.text-intro p {
    font-size: 14px;
    line-height: 28px;
}

.home-banner span {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    letter-spacing: 0.1rem;
}

.small-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 300;
}

.info p.large-title {
    font-size: 36px;
    color: #000;
    line-height: 40px;
    margin: 20px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.middle img {
    height: 90vh;
    object-fit: cover;
}

.info .middle p {
    text-align: center;
    margin: 20px auto 0;
    font-size: 12px;
    width: 60%;
    line-height: 20px;
}


.next:before, .prev:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
}

.next, .prev {
    color: transparent !important;
}

.prev:before {
    content: "\f104";
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.next:before {
    content: "\f105";
    color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
    width: 100%;
}

.nav-links a, .nav-links span {
    position: relative;
    text-decoration: none;
    background-color: transparent;
    margin-right: 10px;
    color: #000;
    font-weight: 400;
    transition: ease-in-out .3s;
    line-height: 18px;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination {
    width: 100%;
}


.current, .nav-links a:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.nav-links a.next:hover {
    color: transparent !important;
}

.nav-links a.next:hover:before {
    color: #fff !important;
}

.gallery-layout-justified .gallery-grid-wrapper {
    gap: 20px !important;
}

.middle p {
    text-align: center;
    margin: 15px 0;
    font-size: 13px;
}

.fancybox__toolbar__column.is-left, .is-right>button:first-child {
    display: none !important;
}

.gallery-layout-grid .gallery-grid-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr)) !important;
    gap: 30px !important;
}

.contact-us>p {
    display: none;
}

.contact-us>a {
    margin-top: 30px;
}

.detail-img img {
    height: 400px;
}

.wrap {
    margin-top: 50px;
}

.project-main-name, .wrap.text-end {
    text-align: left !important;
}

@media (min-width: 992px) {
    .wrap-image-about {
        width: 80%;
    }
    .h-30-vh {
        height: 50vh;
    }
    .middle img {
        height: calc(50vh - 93px);
    }
    .menu>ul>li>a span {
        position: relative;
        overflow-y: hidden;
        overflow-x: visible;
        display: block;
        transition: all .4s;
    }

    .menu>ul>li>a span:after {
        content: attr(data-hover);
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 18px;
        color: #000;
        text-transform: uppercase;
        transform: translateY(-50px);
        transition: all .4s;
    }

    .menu>ul>li:hover>a span:after {
        transform: translateY(0);
    }

    .menu>ul>li:hover>a span {
        color: transparent;
    }


}

@media (min-width: 1700px) {
    .h-30-vh {
        height: 42vh;
    }
    .middle img {
        height: calc(58vh - 93px);
    }
}

@media (min-width: 1900px) {
    .h-30-vh {
        height: 45vh;
    }
    .middle img {
        height: calc(55vh - 93px);
    }
}

@media (min-width: 2100px) {
    .h-30-vh {
        height: 55vh;
    }
    .middle img {
        height: calc(45vh - 93px);
    }
}

@media (max-width: 991px) {
    header {
        position: fixed;
    }
    main {
        padding-top: 80px !important;
    }
    /*.home-banner a {*/
    /*    height: 90vh;*/
    /*    width: 100%;*/
    /*    background-size: cover;*/
    /*    background-position: center;*/
    /*    background-repeat: no-repeat;*/
    /*}*/
    .featured-project .w-50 {
        width: 100% !important;
    }
    .project-info {
        padding: 25px;
        padding-bottom: 0;
    }
    .project-info>a {
        font-size: 13px;
        text-transform: uppercase;
        order: 1;
    }
    .featured-project>.w-50:first-child .project-info {
        display: flex;
        flex-direction: column;
    }
    .featured-project>.w-50:first-child .project-detail {
        order: 3;
        margin-top: 25px;
        margin-bottom: 0;
    }
    .project-related {
        order: 2;
        margin-top: 60px;
    }
    .h0 {
        font-size: 32px;
        font-weight: 500;
    }
    .project-detail ul li span {
        text-transform: uppercase;
        font-size: 13px;
    }
    .swiper-project {
        padding: 0 5px;
    }
    .pj-name {
        font-size: 13px;
    }
    .swiper-button-prev, .swiper-button-next {
        font-size: 18px;
    }
    .view-more {
        font-size: 14px;
    }
    .footer-title, .footer-content *, .copyright p {
        font-size: 13px;
    }
    .footer-item {
        margin-bottom: 40px;
    }
    footer {
        padding-bottom: 30px
    }
    .toggle-menu span {
        display: block;
        position: absolute;
        width: 35px;
        height: 0.1rem;
        background: #fff;
        top: 10px;
        right: 0;
        transition: all .4s;
        z-index: 99;
    }
    .toggle-menu span:nth-child(2) {
        top: 21px;
    }
    .toggle-menu span:nth-child(3) {
        top: 33px;
    }
    .logo {
        display: block;
        margin: 0 auto;
        width: fit-content;
    }
    .toggle-menu {
        width: 40px;
        height: 40px;
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 99;
        padding: 0;
    }
    .toggle-menu span {
        background: #000;
    }
    .toggle-menu.active span {
        transform: rotate(45deg);
        top: 22.5px;
        background: #000;
    }
    .toggle-menu.active span:nth-child(2) {
        transform: rotate(-45deg);
    }
    .toggle-menu.active span:nth-child(3) {
        opacity: 0;
        visibility: hidden;
    }
    .menu {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: auto;
        z-index: 9;
        display: flex;
        align-items: center;
        padding: 0 40px;
        overflow-x: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
    }
    .menu.active {
        opacity: 1;
        visibility: visible;
    }
    .menu ul li a {
        color: #000 !important;
        font-size: 32px;
    }
    .menu>ul {
        display: block;
        transition: all .4s;
        position: relative;
    }
    .menu>ul>li>ul {
        padding: 0;
        height: auto;
        top: 0;
        left: 0;
        width: 100vw;
        background: #fff;
        transition: all .4s;
        right: auto;
        display: block;
        transform: translateX(200vw);

    }
    .menu>ul>li {
        display: flex;
        align-items: center;
        gap: 15px;
        position: unset;
    }
    .menu>ul>li>i {
        font-size: 20px;
    }
    .menu>ul>li>ul>li>a {
        text-align: left;
        text-transform: uppercase;
        font-size: 32px;
    }
    .menu>ul>li>ul>li {
        padding: 15px 0;
    }
    .menu>ul.active {
        transform: translateX(-100vw);
    }
    .menu>ul>li.active>ul {
        transform: translateX(100vw);
    }
    .menu>ul>li>ul>li>a {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .menu>ul>li>ul>li i {
        font-size: 20px;
        margin-left: 20px;
    }
    .menu>ul>li>ul>li:first-child>a {
        color: rgba(0,0,0,.4) !important;
        text-transform: none;
    }
    .search-form form {
        width: 100%;
    }
    .pj-info {
        margin: 10px 0;
    }
    .project-view {
        font-size: 13px;
    }
    .home-banner .project-info-wrap {
        left: 0;
        bottom: 0;
        padding: 35px 25px;
    }
    .home-banner ul li span {
        font-size: 13px;
        text-transform: uppercase;
    }
    .wrap-about {
        padding: 0 !important;
    }
    .main-studio {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-studio .breadcrumb li a {
        font-size: 13px;
    }
    .about-text {
        width: 100% !important;
    }
    .about-text p {
        padding-right: 50px !important;
        font-size: 18px;
        line-height: 21px;
    }
    .about-text p:nth-child(2) {
        padding: 60px 0 60px 100px !important;
        font-size: 12px;
        line-height: 20px;
    }
    .about-img img {
        width: 63%;
    }
    .about-img span {
        font-size: 13px;
    }
    .wrap-about>.row:nth-child(2) .about-img {
        margin-top: 60px;
    }
    .wrap-about>.row:nth-child(2) .about-img a {
        margin-left: auto;
        display: block;
        width: 63%;
    }

    .wrap-about>.row:nth-child(2) .about-img img {
        width: 100%;
    }

    .about-text p, .about-text ul li a {
        font-size: 13px;
    }
    .wrap-about>.row:first-child .about-text>p:first-child {
        font-size: 18px;
    }
    .career-wrap {
        padding-top: 100px !important;
        padding-bottom: 120px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }
    .career-wrap p, .career-wrap ul li a {
        font-size: 13px;
    }
    .w-60 {
        width: 100% !important;
    }
    .service-title {
        font-size: 13px;
        margin-top: 60px;
    }
    .phrase-info {
        flex-wrap: wrap;
    }
    .phrase-img {
        width: 100%;
        text-align: center;
    }
    .phrase-right .h5 {
        font-size: 18px !important;
    }
    .phrase-right>p:nth-child(2) {
        margin-top: 20px;
        font-size: 13px;
    }
    .phrase-item>p {
        font-size: 15px;
        margin-top: 20px;
    }
    .project-btn li a {
        font-size: 14px;
    }
    .project-related a {
        font-size: 26px;
        line-height: 36px;
    }
    .featured-project.bg-custom {
        gap: 25px;
    }
    header {
        height: 70px;
    }
    .project-right-img {
        height: 384px;
    }
    .logo img {
        height: 20px;
    }
    .home-banner img {
        height: 75vh;
    }
    .step-item {
        width: 50%;
    }
    .project-info>a.h4 {
        margin-bottom: 30px;
    }
    .step-item {
        position: relative;
        box-shadow: 0 0 2px #ccc;
        padding: 20px;
        width: calc(50% - 10px);
        margin-bottom: 20px;
        border-radius: 10px;
    }
    .step-item:before {
        content: attr(data-number);
        margin-bottom: 15px;
        font-weight: 800;
        display: block;
    }
    .step-item:nth-child(odd) {
        margin-right: 20px;
    }
    .data {
        width: 90%;
        bottom: 20px;
        gap: 15px;
    }
    .data-item {
        width: 32%;
    }
    .data-item p {
        font-size: 11px;
    }
    .data-item b {
        font-size: 21px;
    }
    .image-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .image-left img:first-child {
        margin: 0;
        width: calc(50% - 10px);
    }
    .image-left img:nth-child(2) {
        width: calc(50% - 10px);
        margin: 0;
    }
    .image-left>p {
        width: 100%;
        font-size: 28px !important;
    }
    .content {
        padding: 0;
        margin-bottom: 45px;
    }
    .sub-title {
        width: 100% !important;
    }
    .wrap-contact:before, .wrap-contact:after {
        width: 30%;
    }
    .banner-about img {
        aspect-ratio: unset;
        height: 360px;
        object-fit: cover;
    }
    .info p {
        font-size: 12px;
        line-height: 16px;
    }
    .image-left img {
        width: 100% !important;
    }
    .image-right {
        margin-top: 45px;
    }
    .info p.large-title {
        font-size: 26px !important;
    }
}