﻿body {
    background: #0d375a !important;
    /*background: url(/images/backgroundBrochure.jpg);*/
    /*background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    font-family: "Roboto", sans-serif;
    color: #fff !important;
}

.section-brochure {
    background: #062350;
}

.img_company {
    float: right;
}

    .img_company img {
        background: #fff;
        padding: 12px;
        border-radius: 20px;
    }

.img_brochure_intro {
    border-radius: 20px;
}

.intro_comapny {
    margin-top: 30px;
    color: #3EC4FF;
}

.product_title {
    color: #FFB039;
}

.product_description {
    background: #ADD8E6;
    padding: 20px;
    border-radius: 20px;
    color: #0d375a;
    font-weight: 900;
}

.product_description, .intro_company_summary {
    display: block;
    text-align: justify;
    line-height: 2;
    font-size: 17px;
    margin-bottom: 40px;
}

.section {
    padding: 40px;
}

.brochure_name {
    font-size: 60px;
    font-weight: bold;
}

.image_product {
    width: 1093px;
    height: auto;
    border-radius: 40px;
    margin-left: -19px;
}

.brochure_contact {
    margin-top: 50px;
}

.website_address {
    color: #fff;
}

.brochure_address_web span {
    font-size: 20px;
    font-weight: bold;
}

.brochure_address_web {
    font-size: 20px;
}

.brochure_contact {
    float: right;
}

.social {
    font-size: 0;
}

.social_img {
    width: 30px;
    height: auto;
    margin: 12px;
}

.social_img_youtube {
    width: 40px;
}

.social_img_zalo {
    width: 30px;
}

.image_product_intro {
    width: 1200px;
    height: auto;
    border-radius: 40px;
}

.product_process_index {
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 37px;
    margin: 20px;
    text-align: center;
    width: 100px;
    height: 100px;
}

    .product_process_index.color {
        background: #44c4ff;
        margin-top: -36px;
        border: #44c4ff;
    }

.product_process {
    padding-top: 50px;
    display: flex;
    justify-content: center;
}

.product_process_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_process_index p {
    margin: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    padding-top: -1px;
    font-size: 40px;
    font-weight: bold;
    color: #efbd07;
}

.product_process_index.color p {
    color: #FA6868;
}

.product_process_title {
    margin: 32px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.title_process_product {
    margin-bottom: 32px;
}

.product_feature_container {
    justify-content: center;
}

.product_feature {
    border: 1px solid #4493f5;
    padding: 40px;
    border-radius: 20px;
    margin: 50px;
    text-align: center;
    background: #10325c;
    box-shadow: 5px 10px;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(90, 176, 255, 0.6), 0 0 20px rgba(90, 176, 255, 0.35);
}

    .product_feature.odd {
        background: none;
        margin-top: -48px;
        border: 6px solid;
        margin: 56px;
    }

    .product_feature:hover {
        transform: scale(1.3);
        color: #b1dc12;
        text-transform: uppercase;
    }

.product_process_name {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 800;
}

.why_title {
    margin-bottom: 28px;
    font-size: 50px;
    font-weight: bold;
    float: right;
    font-family: "Inter", sans-serif;
}

.choose_title {
    color: #FF6600;
    font-size: 150px;
}

.why_choose_us_title {
    margin-left: 150px;
}

.why_choose_wh {
    font-size: 200px;
    margin-top: 123px !important;
    font-weight: bold;
    transform: rotate(16deg);
}

.why_item {
    border: 1px solid #ccc;
    margin: 20px;
    float: left;
    padding: 12px;
    border-radius: 20px;
    text-align: center;
    transform: skewX(345deg);
    width: 749px;
    font-family: "Roboto", sans-serif;
}

    .why_item.odd {
        float: right;
    }

    .why_item:nth-child(3n+1) {
        background: #b1dc12;
        color: #000;
    }

.us_choose_button {
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 30px;
    font-weight: bold;
    border: 1px solid #FF6600;
    background: #FF6600;
    color: #b1dc12;
    margin-right: 12px;
}

.container_timeline {
    position: relative;
}

.timeline_svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

    .timeline_svg path {
        fill: none;
        stroke: rgba(255,255,255, 0.7);
        stroke-width: 2px;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-dasharray: 3000;
        stroke-dashoffset: 3000;
        transition: stroke-dashoffset 0.8s ease;
    }

    .timeline_svg.draw path {
        stroke-dashoffset: 0;
    }

.timeline {
    position: relative;
    z-index: 1;
}

.section_timeline {
    background: #062350;
    padding-bottom: 94px;
}

    .section_timeline .l-container {
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
        min-height: 100vh;
        position: relative;
        display: flex;
        justify-content: center;
    }

.timeline {
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

    .timeline li {
        position: relative;
        /*min-height: 100px;*/
        min-height: 150px;
    }

        .timeline li:nth-child(odd) {
            left: -40px;
            /*transform: translateX(50%);*/
        }

        .timeline li:nth-child(even) {
            left: -40px;
            /*transform: translateX(-50px);*/
        }

.dot {
    color: #FFE6EB;
    transform: translateY(60%);
    border-radius: 50%;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    font-size: 35px;
    font-weight: bold;
    opacity: 0;
    transition: all 0.5s ease;
}

    .dot.active {
        opacity: 1;
        /*transform:translate(-50%,-50%), scale(1);*/
        border-color: #fff;
    }

.timeline .content {
    opacity: 0;
    transition: all 0.7s ease;
}

li:nth-child(odd) .dot {
    left: 100px;
}

li:nth-child(even) .dot {
    left: -51px;
}

.section_timeline .timeline .content {
    border: 1px solid #F2F2F2;
    position: absolute;
    min-width: 400px;
    border-radius: 10px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 15px 25px -20px rgba(0, 0, 0, .2);
}

.section_timeline .timeline li:nth-child(3n+1) .content {
    background: #37a4af;
    border-color: #37a4af;
    color: #fff;
    border-width: 1px;
}

.section_timeline .timeline li:nth-child(odd) .content {
    left: calc(100% + 110px);
    /*transform:translate(80px, -50%);*/
}

.section_timeline .timeline li:nth-child(even) .content {
    right: calc(100% + 60px);
    /*transform:translate(-80px, 50%);*/
}

.timeline .content.show {
    opacity: 1;
    transform: translate(0, -50%);
}

.section_timeline .timeline .content > * {
    padding: .5rem;
}

.section_timeline .timeline .content button {
    text-align: center;
    margin: 0;
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, .4);
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.section_timeline .timeline .content p {
    font-size: 20px;
    line-height: 2;
    padding: 10px;
}

.history_summary {
    /*display: none;*/
}

.desc_product_name {
    line-height: 3;
    font-size: 20px;
}

.img_product {
    float: left;
    width: 40%;
    margin-right: 24px;
    border-radius: 40px;
}

/*.section_feature {
    background: #0c3252;
}*/
.support {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.support-form {
    /*background: #FFC62E;*/
    padding: 60px;
    border-radius: 40px;
}

.support_form iframe {
    margin-top: 40px;
    border-radius: 20px;
}

@media (max-width: 992px) {
    .support {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .support-form {
        padding: 30px 20px;
        border-radius: 20px;
    }
}

.form-line {
    display: flex;
    margin-bottom: 46px;
    gap: 26px;
    justify-content: center;
}

.form-item input {
    padding: 12px;
    border-radius: 20px;
    border: none;
    width: 500px;
    outline: none;
}

#btn_AddContact {
    width: 116px;
    padding: 12px;
    background: #4170b5;
    border-radius: 20px;
    cursor: pointer;
}

textarea#txt_Information {
    border-radius: 20px;
    outline: none;
    padding: 12px;
}

.form-title {
    color: #fff;
}

#name-error, #phone-error, #content-error {
    color: red;
}

.info-item {
    display: flex;
}

.svg_support {
    margin-top: 10px;
    margin-bottom: 24px;
    margin-right: 14px;
}

.support_p {
    margin-bottom: 0;
}

.support_strong {
    color: #16bfe5;
    font-weight: bold;
    font-size: 25px;
}

.container_intro_company {
    z-index:2;
}
.st-project {
    background: #062350;
}
.title-product-item {
    font-size: 42px;
    font-weight: bold;
}
.st_product_process {
    background: #fff;
}
.img_process {
    width: 1205px !important;
    margin: auto;
}
.process_title {
    color:#000;
}
@media screen and (max-width: 1024px) {
    .brochure_name {
        margin-left: 164px;
        margin-top: 85px;
    }

    .st_product_process,.section-brochure {
        width: 1160px;
    }

    .image_product {
        margin-top: 190px;
        width: 467px;
        margin-left:0;
    }

    .image_product_intro {
        width: 608px;
    }

    .why_title {
        margin-left: 92px;
        transform: scale(1.2);
    }

    .why_choose_wh {
        transform: scale(1.5);
        padding-left: 193px !important;
    }

    .true_why_img {
        display: none;
    }

    .section_timeline {
        width: 1162px;
        overflow: hidden;
    }

    .why_item:nth-child(3n+1) {
        background: none;
        color: #fff;
    }

    .why_item:nth-child(2n) {
        background: #b1dc12;
        color: #000;
    }

    .product_feature_container {
        width: 120%;
    }

    .container_timeline {
        padding: 86px;
        width: 1055px;
    }

    .why_title {
        float: none;
    }

    .why_choose_us_title {
        margin-left: 0;
        margin-bottom: 70px;
    }

    .why_choose_wh {
        font-size: 254px;
        margin-top: 0 !important;
    }

    .why_container {
        display: flex;
        margin-left: 158px;
    }

    .product_intro_container {
        /*margin-left: 123px;*/
        text-align: justify;
    }

   /* .section.st_product_process {
        margin-left: 123px;
    }*/

    .product_feature {
        background: none;
    }

        .product_feature.odd {
            border: none;
        }

        .product_feature:nth-child(3n+4) {
            background: #5fcdcdcc;
        }

        .product_feature:nth-child(-2n+3) {
            background: #5fcdcdcc;
        }

    .product_feature_img {
        margin-top: 27px;
    }

    .container_intro_company {
        width: 50% !important;
    }

    .container_intro_product {
        width: 30% !important;
    }

    /*.desc_product_name {
        margin-right: 4px;
    }*/
    .form-line {
        justify-content: left;
    }

    .form-item input {
        width: 458px;
    }

    #txt_Information {
        width: 937px;
    }

    .map_section {
        width: 119%;
    }
    .st-project {
        width: 1160px;
    }
}

@media screen and (width:853px) {
    .container_timeline {
        width: 853px;
    }

    .section_timeline {
        margin-top: 0;
        width: 853px;
    }

    .image_product {
        width: 399px;
        margin-left:0;
    }

    .brochure_name {
        margin-left: 75px;
    }

    .section_timeline .timeline .content {
        min-width: 245px;
    }

    .timeline {
        gap: 110px;
    }

    .section_timeline .l-container {
        margin-top: 62px;
    }

    .why_choose_wh {
        margin-left: -85px;
    }

    .img_brochure_intro {
        width: 404px;
    }

    .product_feature_container {
        width: 100%;
    }

    .why_container {
        margin-left: 11px;
    }

   /* .section.st_product_process {
        margin-left: 26px;
    }*/

    .desc_product_name {
        margin-right: 0;
    }

    #txt_Information {
        width: 600px;
    }

    .form-item input {
        width: 282px;
    }

    .map_section {
        width: 100%;
    }

    .st_product_process, .st-project, .section-brochure {
        width: 836px;
    }
}

@media screen and (width:1024px) {
    .section_timeline {
        width: 1220px;
    }

    #txt_Information {
        width: 632px;
    }

    .form-item input {
        width: 305px;
    }

    .st_product_process,.st-project, .section-brochure {
        width: 1222px;
    }
    
}

@media screen and (width:1280px) {

    #txt_Information {
        width: 632px;
    }

    .form-item input {
        width: 305px;
    }

    .image_product {
        width: 566px;
        margin-top: 410px;
        margin-left:0;
    }
}
