/* BEGIN c-button-6 */
.c-button-6 {
    display: inline-block;
    font-size: 14px;
    line-height: 2.429em;
    padding: 0 28px 0 0;
    letter-spacing: 1px;
    border-radius: 0;
    color: #fff;
    background-color: var(--color-secondary);
}

.c-button-6 i {
    font-size: 1.286em;
    color: #fff;
    -webkit-transform: translateX(-0.5em);
    transform: translateX(-0.5em);
}

/* END c-button-6 */
/* BEGIN s-slide-1 */
.s-slide-1 {
    position: relative;
    overflow: hidden;
}

.s-slide-1::after {
    content: '';
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
}

.s-slide-1>.b-nslide-ratio::before {
    padding-bottom: calc(53% + 0.88px);
}

.s-slide-1 .s_main {
    z-index: 6;
    width: 40%;
    border: 2px solid #fff;
    position: absolute;
    top: 15%;
    right: 10%;
    border-radius: 20px;
}

.s-slide-1 .s_main .b-nslide-ratio {
    overflow: initial;
}

.s-slide-1 .s_main .b-nslide-ratio::before {
    padding-bottom: calc(50% + 2.39px);
}

.s-slide-1 .s_main .b-nslide-ratio .nivoSlider {
    top: -50px;
    left: 50px;
    border-radius: 20px;
    overflow: hidden;
}

.s-slide-1 .s_list {
    width: 44%;
    position: absolute;
    right: 6%;
    bottom: 8%;
    z-index: 100;
    display: flex;
    gap: 15px;
}

.b-card-4 {
    background: #fff;
    padding: 10px 10px;
    padding-bottom: 44px;
    border-radius: 12px;
    width: calc(100% / 3);
    position: relative;
}

.b-card-4 .b_thumb img {
    border-radius: 12px;
    overflow: hidden;
}

.b-card-4 .b_name {
    margin: 8px 0 3px;
    font-weight: bold;
    line-height: 1.5;
    font-size: 12px;
    color: var(--color-primary);
}

.b-card-4 .b_price {
    color: var(--color-gray);
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.b-card-4 .b_price .market {
    text-decoration: line-through;
    font-size: 12px;
    color: #bbbbbb;
}

.b-card-4 .cta {
    position: absolute;
    bottom: 8px;
    background: var(--color-primary);
    color: #fff;
    padding: 7px 20px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    text-align: center;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.b-card-4 .cta i {
    color: var(--color-secondary);
    display: inline-block;
    margin-left: 4px;
    font-size: 18px;
}

.nivoSlider a.nivo-imageLink {
    border-radius: 20px;
    overflow: hidden;
}

.s-slide-1 .s_main .b-nslide-ratio .nivoSlider img {
    /* border-radius: 38px; */
}

.s-slide-1 .s_caption {
    display: block;
    width: 40%;
    z-index: 6;
    position: absolute;
    top: 20%;
    left: 6%;
}

.s-slide-1 .item {
    position: absolute;
    opacity: 0;
}

.s-slide-1 .item .name {
    display: block;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--color-secondary);
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
}

.s-slide-1 .item .slogan {
    font-size: 18px;
    font-style: italic;
}

.s-slide-1 .item>p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.8;
}

.s-slide-1 .item>div {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 20px;
}

.s-slide-1 .item>div::before {
    content: '';
    height: 1px;
    background-color: #fff;
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10;
}

.s-slide-1 .item>div span {
    font-size: 18px;
    color: #05a;
    margin-left: 10px;
}

.s-slide-1 .item>a {
    border-radius: 24px;
    text-transform: none;
    color: var(--color-gradient-primary);
    font-weight: bold;
}

.s-slide-1 .item.is-active {
    opacity: 1;
}

.s-slide-1 .item.is-active>h2 {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.s-slide-1 .item.is-active>p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.s-slide-1 .item.is-active>a {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@media (max-width: 1259px) {
    .s-slide-1 .item>div {
        display: none;
    }
}

@media (max-width: 767px) {
    .s-slide-1 .s_main .b-nslide-ratio .nivoSlider {
        top: -25px;
        left: 25px;
    }

    .s-slide-1 .s_main .b-nslide-ratio .nivoSlider+.nivo-controlNav {
        bottom: -10px;
    }

    .s-slide-1 .s_caption {
        top: 15%;
    }

    .s-slide-1 .item>h2 a {
        font-size: 22px;
        font-weight: bold;
    }

    .s-slide-1 .item>p,
    .s-slide-1 .item .c-btn {
        display: none;
    }
}

@media (max-width: 480px) {
    .s-slide-1>.b-nslide-ratio::before {
        padding-bottom: 70%;
    }

    .s-slide-1 .s_main {
        width: 80%;
        bottom: auto;
        top: 18px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .s-slide-1 .s_main .b-nslide-ratio {
        overflow: hidden;
    }

    .s-slide-1 .s_main .b-nslide-ratio .nivoSlider {
        top: 0;
        left: 0;
    }

    .s-slide-1 .s_caption {
        height: 100%;
        width: 70%;
        position: relative;
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .s-slide-1 .item {
        bottom: 10px;
    }

    .s-slide-1 .item>h2 a {
        font-size: 18px;
        margin-bottom: 0;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .s-slide-1>.b-nslide-ratio::before {
        padding-bottom: 73%;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* END s-slide-1 */
[class*="b-nslide-"] .nivoSlider+.nivo-controlNav a.active {
    background: var(--color-secondary);
    color: var(--color-secondary);
}

[class*="b-nslide-"] .nivoSlider+.nivo-controlNav a {
    background: #fff;
    color: #fff;
}

.s-project-1 {
    padding: 50px 0;
    background-image: url(/images/duan/shape-3.png);
    background-repeat: no-repeat;
}

.s-project-1 .ht-format-detail {
    color: #16243E;
    line-height: 1.7;
}

.s-project-1 .tp-hero-thumb-2 {
    display: flex;
    position: relative;
}

.tp-hero-img-1 {
    padding-right: 18px;
}

.tp-hero-img-1 img {
    position: relative;
    border-radius: 0 0 0 188.5px;
    z-index: 2;
}

.tp-hero-img-2 {
    padding-top: 78px;
}

.tp-hero-img-2 img {
    position: relative;
    border-radius: 0 190px 0 0;
    z-index: 2;
}

.tp-hero-shape-2 .shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    animation: updown-two 2.6s linear 0s infinite alternate;
}

@keyframes updown-two {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.tp-hero-shape-2 .shape-2 {
    position: absolute;
    bottom: 20px;
    left: 75px;
    z-index: 0;
}

.heading-title {
    font-size: 38px;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 12px;
    /* text-transform: uppercase; */
    font-family: 'Playfair Display';
}

.s-project-2 {
    padding: 60px 0 60px;
}

.s-project-2 .desc {
    margin-bottom: 30px;
    margin-top: 15px;
    font-style: italic;
    font-size: 16px;
}

.s-project-2 .heading-title {
    margin-top: 40px;
    margin-bottom: 20px;
}

.tp-about-thumb-wrapper-2 {
    position: relative;
}

.tp-about-thumb-wrapper-2 .img-1 {
    margin-top: 70px;
    margin-left: -55px;
    width: 360px;
}

.tp-about-thumb-wrapper-2 img {
    border-radius: 10px;
}

.tp-about-thumb-wrapper-2 .img-2 {
    position: absolute;
    top: 15px;
    right: 10px;
    overflow: hidden;
    width: 340px;
}

.tp-about-thumb-wrapper-2 .img-2:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skew(-25deg);
    z-index: 1;
}

.tp-about-thumb-wrapper-2 .img-3 {
    position: absolute;
    top: 0;
    left: -60px;
    z-index: -1;
}

.tp-about-thumb-wrapper-2 .img-4 {
    position: absolute;
    right: 41px;
    bottom: 55px;
    z-index: -1;
}

.tp-about-progressbar {
    position: absolute;
    bottom: 2%;
    right: 45px;
    height: 268px;
    width: 232px;
    padding: 53px;
    text-align: center;
    border-radius: 10px;
    background: var(--tp-common-white);
    box-shadow: 0 0 18px 5px #0000000d;
    animation: updown-two 2.6s linear 0s infinite alternate;
}

.list-reason li {
    margin-bottom: 16px;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}

.list-reason li::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--color-secondary);
    font-size: 18px;
    margin-right: 7px;
    position: absolute;
    left: 0;
}

.s-project-4 {
    padding: 60px 0;
}

.s-project-4 .title-desc {
    margin-bottom: 140px;
    font-size: 18px;
}

.b-card-9 {
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4.4px 12px -1px #1310220f, 0 2px 6.4px -1px #13102208;
    z-index: 1;
    width: 100%;
}

.b-card-9 .b_thumb img {
    margin-top: -80px;
    border-radius: 5px;
    width: 90%;
}

.b-card-9 .b_thumb {
    text-align: center;
}

.b-card-9 .b_name {
    padding: 10px 20px 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}

.b-card-9 .b_desc {
    padding: 5px 20px 20px;
}

.s-project-5 {
    position: relative;
}

.s-project-5::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0626486b;
}

.s-project-5 .cta-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

/* BEGIN p-contact-1 */
.c-form-border .c_input {
    padding: 19px 20px;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 11px;
    -webkit-transition: border-color 0.3s ease-in-out;
    -o-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
}

.c-form-border .c_input:focus {
    outline: none;
    border-color: var(--color-main);
}

.c-form-border::placeholder {
    color: #666;
}

.c-form-border label {
    margin-bottom: 5px;
    display: inline-block;
}

.c-form .c_error,
.c-form-border .c_error {
    top: 70%;
}

.p-contact-1 {
    background: #fff;
    padding: 5px;
    padding-top: 30px;
    padding-bottom: 0;
}

.p-contact-1 .p_contact {
    position: relative;
    background: #f3faff;
    padding: 40px;
}

.p-contact-1 .p_contact>ul {
    /* margin: 0 1.25%; */
}

.p-contact-1 .p_contact>ul h1 {
    font-size: 20px;
    margin: 10px 0 5px;
    text-transform: uppercase;
}

.p-contact-1 .p_contact>ul span.fa {
    margin-bottom: 7px;
    line-height: 1.42857143;
    font-weight: inherit;
}

.p-contact-1 .p_contact>ul span.fa:not(:last-child) {
    margin-right: 20px;
}

.p-contact-1 .p_contact>ul span.fa::before {
    width: 15px;
    text-align: center;
}

.p-contact-1 .p_contact>ul iframe {
    width: 100% !important;
    height: 225px !important;
    margin-top: 25px;
}

.p-contact-1 .p_contact>form {
    width: 30%;
    margin: 0 1.25%;
}

.s-home-19 {
    padding: 50px 0;
}

.form-contact-2 {
    padding: 20px 30px;
}

.form-logo {
    font-size: 17px;
    margin-bottom: 18px;
    letter-spacing: 3px;
}

.form-contact-2 .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0px;
    color: var(--color-primary);
}

.form-contact-2 .desc {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.form-contact-2 .loimoi {
    margin-top: 10px;
    font-size: 15px;
}
.p-contact-1 .p_thumb img {
    border-radius: 30px;
}

.text--white {
    color: #fff !important;
}

.s-project-3 .section-title {
    display: block;
}

.s-project-3 {
    padding-bottom: 40px;
}

.s-project-3 .s_header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}

.s-project-3 .s_header .tab-menu {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-right: 35px;
}

.s-project-3 .s_header .tab-item {
    padding: 8px 20px;
    background: #fff;
    border: 2px solid var(--color-secondary);
    color: var(--color-primary);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: ease-out .5s;
    cursor: pointer;
}

.s-project-3 .s_header .tab-item.active,
.s-project-3 .s_header .tab-item:hover {
    background: var(--color-gradient-primary);
    color: #fff;
}

.s-project-3 .tab-content {
    margin-top: 30px;
}

.s-project-3 .tab-content .ht-format-detail {
    margin-bottom: 15px;
}

.s-project-3 .heading-title {
    margin-bottom: 0;
}

.cta-btn .btn-1 {
    background: #fff;
}

.cta-btn .btn-1::after {
    background: #fff;
}

.s-project-1 .heading-title {
    font-size: 37px;
    text-align: left
}

.s-project-1 .desc-heading-title {
    font-size: 20px;
    font-weight: 600;
    color: #3c3c3c;
    /* font-family: 'Playfair Display'; */
    margin-bottom: 16px;
    text-align: center;
}

/* BEGIN b-card-3 */
.b-card-3 {
    display: block;
    margin-bottom: 40px;
    height: calc(100% - 40px);
}

.b-card-3::after {
    content: "";
    display: table;
    clear: both;
}

.b-card-3 .b_icon {
    float: left;
    width: 70px;
    margin-right: 25px;
    text-align: center;
}

.b-card-3 .b_icon>i {
    color: #05a;
    font-size: 55px;
}

.b-card-3 .b_content {
    float: left;
    width: calc(100% - 120px);
}

.b-card-3 .b_title {
    font-size: 22px;
    font-weight: 600;
    padding-top: 15px;
    line-height: 1.125em;
    position: relative;
    color: var(--color-secondary);
    margin-bottom: 5px;
}

.b-card-3 .b_desc {
    position: relative;
    line-height: 1.7em;
    font-size: 15px;
}

/* @media (min-width: 768px) {
    .s-home-40 .row [class*=col]:nth-child(odd) .b-card-3 .b_icon {
        margin-right: 0;
        margin-left: 25px;
    }
}
@media (min-width: 768px) {
    .s-home-40 .row [class*=col]:nth-child(odd) .b-card-3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
} */
/* END b-card-3 */
.ht-ratio--148::before {
    padding-bottom: 148%;
}

.temp-1 {
    margin-bottom: 12px;
}

.temp-1 p {
    position: relative;
}

.temp-1 p::before {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--color-secondary);
    font-size: 14px;
    margin-right: 7px;
}

.work-process-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    z-index: 1;
}

.work-process-one__single .shape4 {
    position: absolute;
    bottom: 95px;
    right: -5px;
    height: 300px;
    border: 1px dashed var(--color-primary);
    transform: rotate(53deg);
}

.work-process-one__single-count-text {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 56px;
    height: 56px;
    color: #fff;
    background: var(--color-primary);
    border-top: 5px solid var(--color-secondary);
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
    box-shadow: 0px 4px 20px rgb(0, 0, 0, 0.05);
    margin: 0 auto 22px;
}

.work-process-one__single h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 14px;
}

.work-process-one__single p {
    margin: 0;
}

.work-process-one__single-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 217px;
    height: 221px;
    margin: 4px auto 0px;
    z-index: 1;
}

.work-process-one__single-icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    background-image: url(/images/duan/work-process-v1-shape1.png);
}

.work-process-one__single .shape5 {
    position: absolute;
    top: 50px;
    right: -5px;
    height: 300px;
    border: 1px dashed var(--color-primary);
    transform: rotate(-53deg);
}

.work-process-one__single .shape6 {
    position: absolute;
    bottom: 80px;
    right: -5px;
    height: 300px;
    border: 1px dashed var(--color-primary);
    transform: rotate(53deg);
}

.work-process-one__single.style2 .work-process-one__single-icon {
    margin: 0px auto 0px;
}

.work-process-one__single .icon {
    display: inline-block;
    width: 95px;
    position: absolute;
    left: 51%;
    top: 42%;
    transform: translate(-50%, -50%);
}

.work-process-one__single.style2 {
    position: relative;
    display: block;
    margin-top: -18px;
}

.s-project-10 {
    padding: 10px 0 0;
    position: relative;
}

.s-project-10 .section-title {
    position: absolute;
    top: 60px;
    left: 18%;
}

.s-contact.s-mission .s_content {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: center;
}

.s-contact.s-mission {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.s-contact.s-mission a {
    padding: 14px 30px;
    background: var(--color-primary);
    border-radius: 12px;
    color: var(--color-secondary);
    font-weight: bold;
    font-size: 18px;
}
.s-contact .section-title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #444444;
}
.s-faq {
    padding: 50px 0 0;
}
.s-faq .s_thumb {
    padding: 0 0px 0 0;
    overflow: hidden;
    width: 95%;
}
.s-faq .s_thumb img {
    border-radius: 12px;
}
/* BEGIN s-faq-2 */
.s-faq-2 {
    /* border: 1px solid #eee; */
    padding-left: 25px;
}
.s-faq-2 .item:not(:last-child) {
    /* border-bottom: 1px solid #ddd; */
}
.s-faq-2 .item-title {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    padding: 12px 0px;
    border-bottom: 1px solid #ccc;
}
.s-faq-2 .item-title:before {
    content: '\002b';
    display: inline-block;
    color: var(--color-secondary);
    width: 1.429em;
    line-height: 1.429em;
    margin-right: 7px;
    text-align: center;
    position: absolute;
    right: 10px;
    font-size: 20px;
}
.s-faq-2 .item-title:hover {
    color: var(--color-secondary);
}
.s-faq-2 .item-body {
    display: none;
    overflow: hidden;
    padding: 22px 37px 19px;
    border-bottom: 1px solid #ccc;
    line-height: 1.9;
    position: relative;
}
.s-faq-2 .item-body::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/images/icons/dot1.png');
    top: 10px;
    left: 0px;
    opacity: 0.7;
}
.s-faq-2 .item-body::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/images/icons/dot2.png');
    bottom: 10px;
    right: 0px;
    opacity: 0.7;
}

.s-faq-2 .item.is-active {
    /* background-color: #eee; */
}
.s-faq-2 .item .b_avatar {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    outline: 2px solid #fff;
    margin-right: 20px;
}
.s-faq-2 .item .b_name {
    font-weight: 600;
    color: var(--color-primary);
}
.s-faq-2 .item.is-active .item-title .b_name {
    color: var(--color-secondary);
}
.s-faq-2 .item .item-title .b_name .position {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-top: 2px;
}
.s-faq-2 .item.is-active .item-title:before {
    content: '\2013';
}
.s-faq .section-title {
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 35px;
}
.s-faq .section-title::before {
    content: '';
    position: absolute;
    width: 10%;
    height: 2px;
    background-color: var(--color-secondary);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.s-faq .s-content {
    width: 80%;
    margin: auto;
}
.s-faq-2 .item-none {
    display: none;
}

/* END s-faq-2 */
/* BEGIN b-slide-2 */
.b-slide-2 {
    display: flex;
}
.b-slide-2 .b_thumb {
    position: relative;
    width: 80%;
}
.b-slide-2 .b_thumb img {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.b-slide-2 .b_thumb .arrows {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 10px;
    z-index: 9;
    position: absolute;
    top: 50%;
    width: 2.143em;
    height: 2.143em;
    box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.14), 0 3px 1px -2px rgba(51, 51, 51, 0.2), 0 1px 5px 0 rgba(51, 51, 51, 0.12);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.b-slide-2 .b_thumb .arrows::before {
    content: '';
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.b-slide-2 .b_thumb .arrows:hover {
    color: #05a;
    box-shadow: 0 2px 2px 0 rgba(0, 85, 170, 0.14), 0 3px 1px -2px rgba(0, 85, 170, 0.2), 0 1px 5px 0 rgba(0, 85, 170, 0.12);
}
.b-slide-2 .b_thumb .prev {
    left: 5px;
}
.b-slide-2 .b_thumb .prev::before {
    content: "\f053";
}
.b-slide-2 .b_thumb .next {
    right: 5px;
}
.b-slide-2 .b_thumb .next::before {
    content: '\f054';
}
.b-slide-2 .b_thumb:hover .arrows {
    background-color: rgba(0, 85, 170, 0.3);
}
.b-slide-2 .b_thumb+.b_nav {
    margin-left: 5px;
}
.b-slide-2 .b_nav {
    width: 20%;
    position: relative;
}
.b-slide-2 .b_nav>ul {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
}
.b-slide-2 .b_nav>ul li {
    width: 100%;
    border: 0px solid transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}
.b-slide-2 .b_nav>ul li::before {
    content: '';
    display: block;
    padding-bottom: 135%;
}
.b-slide-2 .b_nav>ul li>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.b-slide-2 .b_nav>ul li>a>img {
    width: 100%;
}
.b-slide-2 .b_nav>ul li>a:not(.is-active)::before {
    content: '' !important;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.51);
    position: absolute;
    top: 0;
    left: 0;
}
.b-slide-2 .b_nav+.b_thumb {
    margin-left: 5px;
}
.b-slide-2 .fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* END b-slide-2 */
.s-project-3 .tab-content .title {
    font-size: 23px;
    margin-bottom: 5px;
    color: var(--color-primary);
    font-weight: bold;
}
.s-project-3 .tab-content .price {
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    /* line-height: 24px; */
}
.s-project-3 .tab-content .price .discount {
    font-size: 25px;
    font-weight: 600;
    margin-right: 15px;
    color: red;
}
.s-project-3 .tab-content .price .market {
    color: #909090;
    text-decoration: line-through;
}
.list-mobile {
    display: none;
}
/* BEGIN b-card-23 */
.b-card-23 {
    display: block;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--color-gradient-text);
    box-shadow: 1px 1px 5px #bbb;
    border-radius: 12px;
    overflow: hidden;
    height: calc(100% - 30px);
}
.b-card-23 .b_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin: 14px 0 14px;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
    text-align: left;
}
.b-card-23 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #605f5f;
}
.b-card-23:hover .b_title {
    color: var(--color-main);
}
.b-card-23 .b_content {
    padding: 10px 18px 25px;
}
.b-card-23 .b_date {
    color: #434343;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}
.b-card-23 .b_button {
    display: inline-block;
    margin-top: 20px;
    padding: 7px 20px;
    background: var(--color-gradient-primary);
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    transition: ease 0.5s;
}
.b-card-23 .b_button:hover {
    background: var(--color-secondary);
}
.b-card-23 img {
    transform: translate3d(-6.66%, 0, 0);
    -webkit-transform: translate3d(-6.66%, 0, 0);
    width: calc(100% + 10%);
    max-width: none;
    transition: opacity .35s, transform .45s;
}
.b-card-23:hover img {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
/* END b-card-23 */
.ht-ratio--50::before {
    padding-bottom: 50%;
}
.s-project_other {
    padding: 40px 0;
    margin-top: 40px;
}
/* BEGIN s-tab-6 */
.s-tab-6 .s_filter {
    width: auto;
    margin: auto;
    padding-bottom: 15px;
    text-align: center;
}
.s-tab-6 .s_filter a {
    display: inline-block;
    border: 2px solid #f1f2f7;
    color: #262626;
    line-height: 2.572em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0.358em 0.715em 0.358em;
    padding: 0 1.072em 0 1.072em;
    cursor: pointer;
    border-radius: 12px;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.s-tab-6 .s_filter a:hover {
    background: var(--color-primary);
    color: var(--color-secondary);
    font-weight: bold;
}
.s-tab-6 .s_filter .current {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    color: var(--color-secondary);
    font-weight: bold;
}
.s-tab-6 .s_item::after {
    content: '';
    display: table;
    clear: both;
}
.s-tab-6 .b-card-23 {
    margin: 0 10px 30px;
}
/* .s-tab-6 .s_item .item {
  border: 1px solid #fff;
} */
.s-tab-6 .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.s-tab-6 .b-card-5 {
    margin: 0 10px 30px;
}
.s-tab-6 {
    padding: 40px 0 30px;
}
/* END s-tab-6 */
.s-project-4 .s-mobile {
    display: none;
}
/* BEGIN c-form-border */
/* Copy when using c-form-border */
.c-form-border {
  /* border: 1px solid #ccc; */
  border-radius: 3px;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
.c-form-border .c_input {
  padding: 1.215em 1.072em 1.215em 1.072em;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border .c_input:focus {
  outline: none;
  border-color: #05a;
}
.c-form-border--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.c-form-border--icon .c_input {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  z-index: 2;
}
.c-form-border--icon .c_icon {
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.c-form-border--icon .c_icon:first-child {
  padding: 0.5em 0 0.5em 1.072em;
}
.c-form-border--icon .c_icon:nth-child(2) {
  padding: 0.5em 1.072em 0.5em 0;
}
.c-form-border--icon .c_icon:not(.c_icon--top) {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.c-form-border--icon .c_icon--top > i {
  position: relative;
  top: -0.142em;
}
.c-form-border--label .c_label {
  color: #999;
  background-color: #fff;
  pointer-events: none;
  padding: 0 0.358em 0 0.358em;
  z-index: 9;
  position: absolute;
  top: 0.572em;
  left: 0.715em;
  -webkit-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.c-form-border--label:not(.is-empty) .c_label, .c-form-border--label.is-focused .c_label {
  font-size: 0.786em;
  color: #05a;
  position: absolute;
  top: -0.727em;
}
.c-form-border.is-focused {
  border-color: #05a;
}
.c-form-border.is-error {
  margin-bottom: 1.786em;
  border-color: #f55145;
}
.c-form-border.is-error .c_label {
  color: #f55145 !important;
}
.c-form-border.is-error .c_icon + .c_error {
  left: 0.143em;
  text-align: left;
}
.c-form-border.is-error .c_icon + .c_error > span {
  left: 0;
  margin: 0;
}
.c-form-border textarea.c_input + .c_error span {
  position: absolute;
  width: max-content;
  right: 0;
  top: calc(100% + 1px);
}

/* END c-form-border */
/* BEGIN c-radio */
.c-radio {
  display: block;
  line-height: 1;
  margin: 0.715em 0 0.715em 0;
  position: relative;
  z-index: 2;
}
.c-radio label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  color: #666666;
  position: relative;
}
.c-radio label > span:not(.c_tick) {
  font-size: 1em;
  line-height: 1.42857143;
}
.c-radio label:hover {
  color: #05a;
}
.c-radio .c_tick {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #666666;
  border-radius: 100%;
  margin: 0 0.358em 0.072em 0;
  width: 1.072em;
  height: 1.072em;
}
.c-radio .c_tick::before {
  content: '';
  display: block;
  border-radius: 100%;
  background-color: #05a;
  width: 1.072em;
  height: 1.072em;
  -webkit-transform: scale3d(0,0,0);
  -moz-transform: scale3d(0,0,0);
  -o-transform: scale3d(0,0,0);
  -ms-transform: scale3d(0,0,0);
  transform: scale3d(0,0,0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.c-radio input[type=radio] {
  overflow: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-radio input[type=radio]:checked ~ .c_tick {
  border-color: #05a;
  opacity: 1;
}
.c-radio input[type=radio]:checked ~ .c_tick::before {
  opacity: inherit;
}
.c-radio input[type=radio]:checked + .c_tick::before {
  -webkit-transform: scale3d(0.65, 0.65, 1);
  -moz-transform: scale3d(0.65, 0.65, 1);
  -o-transform: scale3d(0.65, 0.65, 1);
  -ms-transform: scale3d(0.65, 0.65, 1);
  transform: scale3d(0.65, 0.65, 1);
}
.c-radio input[type=radio][disabled] ~ .c_tick {
  border-color: #000;
  opacity: 0.26;
}
.c-radio input[type=radio][disabled] ~ .c_tick::before {
  opacity: inherit;
}

/* END c-radio */
/* Style chung select */
.c-select {
  position: relative;
}
.c-select.c-form > .c-icons {
  width: 12px;
}
.c-select.c-form > .c_input {
  padding: 0;
}
.c-select > .c_input {
  height: 36px;
  line-height: 36px;
  padding: 0 30px 0 12px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-select > .c-icons {
  height: 100%;
  width: 30px;
  cursor: pointer;
  font-size: 15px;
  position: absolute;
  top: 0;
  right: 0;
}
.c-select > .c-icons > i {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-select .c_list {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  max-height: 217px;
  line-height: 20px;
  padding: 5px;
  background-color: #fff;
  overflow: auto;
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  z-index: 10000;
  position: absolute;
  top: 35px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.c-select.is-focused .c_list {
  opacity: 1;
  visibility: visible;
  top: 40px;
}
.c-select.is-focused > .c-icons i {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: rotate(180deg) translate(50%, 50%);
  transform: rotate(180deg) translate(50%, 50%);
}

/* BEGIN c-select-single */
.c-select .c-radio {
  font-size: 14px;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 5px;
  border-radius: 3px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}
.c-select .c-radio:hover, .c-select .c-radio.is-selected {
  color: #fff;
  background-color: #213f70;
  box-shadow: 0 14px 26px -12px rgba(0, 85, 170, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 85, 170, 0.2);
}
.c-select .c-radio label {
  display: block;
  color: inherit;
  padding: 10px 0;
}
.c-select .c-radio label:hover {
  color: #fff;
}

/* END c-select-single */
@media screen and (max-width: 1256px) {
    .s-slide-1 .item .name {
        font-size: 22px;
    }
}
@media screen and (max-width: 992px) {
    .s-slide-1 {
        background: var(--color-primary);
    }
    .s-slide-1>.b-nslide-ratio::before {
        padding-bottom: 80%;
    }
    .s-slide-1 .item .name {
        text-align: left;
        font-size: 16px;
    }
    .s-slide-1 .s_list {
        display: none;
    }
    .list-mobile {
        display: block;
        background: var(--color-primary);
    }
    .list-mobile .s_list {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 15px;
    }
    .b-card-4 {
        width: calc(100% / 2 - 10px);
        margin-bottom: 10px;
        margin: 0 5px;
        height: calc(100% - 30px);
    }
    .s-project-1 .heading-title {
        font-size: 30px;
        text-align: left;
    }
    .s-faq-2 {
        padding: 0;
        margin-top: 15px;
    }
    .s-faq .s-content {
        width: 100%;
    }
    .s-faq .s_thumb {
        width: 100%;
        text-align: center;
    }
    .s-contact.s-mission .s_content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 20px;
        justify-content: center;
    }
    .tp-about-thumb-wrapper-2 .img-1 {
        display: none;
    }
    .tp-about-thumb-wrapper-2 .img-2 {
        position: relative;
        top: 0;
        right: 0;
        overflow: hidden;
        width: 100%;
        text-align: center;
    }
    .s-project-2 .heading-title {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 30px;
    }
    .s-project-3 .s_header .tab-menu {
        flex-wrap: wrap;
        margin: 0;
        gap: 10px;
        width: 100%;
    }
    .s-project-3 .s_header .tab-item {
        font-size: 12px;
        padding: 8px 10px;
    }
    .s-contact.s-mission {
        padding: 30px 0;
    }
    .s-contact .section-title {
        font-size: 26px;
    }
    .s-project-10 .section-title {
        padding-top: 20px;
        position: relative;
        top: 0;
        left: 0;
    }
    .heading-title {
        font-size: 30px;
    }
    .s-project-4 {
        padding: 40px 0;
    }
    .s-project-4 .title-desc {
        margin-bottom: 15px;
    }
    .b-card-9 {
        margin-bottom: 15px;
        height: calc(100% - 30px);
    }
    .b-card-9 .b_thumb img {
        margin-top: 0;
        border-radius: 5px;
        width: 100%;
    }
    .form-contact-2 .title {
        font-size: 23px;
    }
    .b-card-4 .b_name {
        min-height: 54px;
    }
    .s-project-4 .s-mobile {
        display: block;
    }
    .s-project-4 .s-desktop {
        display: none;
    }
    .s-tab-6 .item {
        width: 48% !important;
        margin-bottom: 15px;
    }
    .s-project-3 .tab-content .title {
        display: inline-block;
        width: 60%;
        font-size: 20px;
        margin-top: 10px;
    }
    .s-project-3 .tab-content .price {
        display: inline-block;
        width: 35%;
        margin: 0;
        text-align: right;
        font-size: 12px;
        position: relative;
        top: -5px;
    }
    .s-project-3 .tab-content .price .discount {
        margin: 0;
        font-size: 20px;
    }
}
@media screen and (max-width: 479px){
        .s-slide-1 .item .name {
            text-align: left;
            font-size: 15px;
        }
        .s-slide-1 .s_caption {
            height: 100%;
            width: 80%;
        }
}