.banner_body p {
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 0.16em;
}

.home_page_slider_image_background {
    height: 100%;    
    object-fit: cover;
}

#slider_home_page .slick-track {
    height: 100vh;

}

.home_page_slider_item {
    position: relative;
}

.content_slider_contain {
    position: absolute;
    top: 0;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10%;
}

.title_home {
    font-size: 3em;
    color: white;
    line-height: 1em;
}

.banner_body_2 {
    width: 110%;
}

h1 {
    font-size: 38px;
    line-height: 70px;
    letter-spacing: normal;
}

.slide_title span {
    color: #00cc66;
    font-size: 1em;
    letter-spacing: 0.16em;
    font-weight: 600;
}

.banner_body {
    font-size: 1em;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.16em;
    color: white;
}

.banner_btn {
    font-weight: 600;
}

/* hard code  */
.banner_body.banner_body_3 {
    width: 50%;

}

.banner_title_2 {
    margin-bottom: 20px;

}

.id_slider_2 .content_slider,
.id_slider_4 .content_slider {
    width: 56%;
}

.content_slider img {
    margin-bottom: 20px;
}

.banner_body_2 strong {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
}

.banner_body_2>p {
    margin-bottom: 20px;
}

.banner_body_2 p {
    width: 80%;
}

.banner_title_2 h2 {
    font-size: 3em;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
}

#slider_home_page address {
    color: #ffff;
    background: #6363bc;
    padding: 12px;
    border-radius: 6px;
    width: fit-content;
}

/* end hard */

#slider_home_page .slick-dots {
    width: unset;
    list-style: none;
    text-align: center;
    bottom: 80px;
    right: 10%;
}

#slider_home_page .slick-dots li button:before {
    font-size: 16px;
    color: white;
}

#slider_home_page .slick-dots li.slick-active button:before {
    color: white;
}

.banner_btn {
    display: inline-block;
}
.section_we_are_special {
    /*position: relative;*/
    margin-top:75px;
    height:480px;
    overflow: hidden;
    /* padding-top: 77px; */
}
.section_we_are_special .head_carousel{
	height:480px;
	overflow: hidden
}
.section_we_are_special .head_carousel .slick-dots {
    /*bottom: 80px;*/
    top: 445px;
    width: fit-content;
    list-style: none;
    right: 20%;
}

.section_we_are_special .head_carousel .slick-dots li {
    left: 25%;
}

.section_we_are_special .head_carousel .slick-dots li button {
    font-size: 15px;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
    border-radius: 50px;
    background: rgb(214, 213, 213);
    box-shadow: 0px 0px 16px rgb(53 66 144 / 19%);
}

.section_we_are_special .head_carousel .slick-dots li button:before {
    content: '';
}

.section_we_are_special .head_carousel .slick-dots li.slick-active button {
    background-color: rgb(255, 255, 255);
    color: transparent;
}
.link-inter,
.link-inter-hp {
    color: #1a6b99;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    border:2px solid #1a6b99;
    overflow: hidden;
    position: relative;
    z-index: 30;
    max-width: 154px;
    margin-top: 30px;
    /* margin-left: 5%; */
    cursor: pointer;
}

.link-inter label,
.link-inter-hp label {
    cursor: pointer;
    z-index: 10;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 12px 29px;
    /* transition: height 0.4s ease-in-out, width 0.4s ease-in-out, opacity 0.3s; */
}
.resMbWhite .link-inter-hp{
    border:2px solid #fff;
    color: #fff;
}
.resMbWhite .link-inter-hp{
    border:2px solid #fff;
    color: #fff;
}
.resMbWhite .link-inter-hp:hover {
    background: rgba(255, 255, 255, 0.6);
    color:#1a6b99;
    border-color: rgba(52, 58, 64, 0.1) transparent transparent;
}

.head_carousel.slick-slider {
    margin-bottom: 0px !important
}

.section_we_are_special .mobile {
    display: none;
}

.section_we_are_special .pc {
    display: block;
}

.section_we_are_special .img_tvo {
    position: absolute;
    /* right: 0px;
    bottom: 0;
    height: inherit;
    width: inherit; */
}
.section_we_are_special .we_are_special {
    display: block;
    padding-top: 160px;
}
.section_we_are_special .tech_pc {
    display: none;
}

.section_we_are_special .img_tvo {
    width: 100%;
    height: auto;

}

.section_we_are_special .draggable {
    /* height: 100vh; */
}
@media (max-width: 1440px) and (max-height: 700px){
    .id_slider_2 .content_slider, .id_slider_4 .content_slider {
        width: 50%;
    }
    .banner_title_2 h2 {
        font-size: 2.5em;
        color: white;
        text-transform: uppercase;
        font-weight: 800;
    }
    h1 {
        font-size: 30px;
        line-height: normal;
        letter-spacing: normal;
    }
}

@media screen and (max-width: 1280px) {
    .title_home {
        font-size: 2em;

    }
    .banner_title_1 .block_spacing {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) and (max-height: 500px){
    .id_slider_2 .content_slider, .id_slider_4 .content_slider {
        width: 60%;
    }
    h1 {
        font-size: 1em;
        margin-bottom: 5px;
    }
    .banner_body p {
        font-size: 0.8em;
        line-height: normal;
    }
    .banner_title_2 h2 {
        font-size: 1.5em;
    }
}
@media (max-width: 768px) {
    .content_slider_contain {
        padding-right: 10%;
        justify-content: flex-start;
        background-color: #2a2a2a69;
    }

    .title_home {
        font-size: 2em;
    }

    .content_slider img {
        width: 100%;
    }

    .banner_body.banner_body_3 {
        width: 100%;
    }

    .title_home {
        margin-bottom: 0;
    }
    .btn-round-lg {
        padding: 10px 20px;
        font-size: 0.8em;
    }

}

@media (max-width: 480px) {
    .title_home {
        margin-bottom: 1em;
    }
    .id_slider_2 .content_slider, .id_slider_4 .content_slider {
        width: 100%;
    }
    .banner_title_2 h2 {
        font-size: 1.5em;
    }
    .banner_body_2 {
        width: 100%;
    }
    h1 {
        font-size: 1.2em;
        text-align: center;
        line-height: normal;
        letter-spacing: normal;
    }
    .slide_title span {
        font-size: 0.8em;
    }
    .title_home {
        font-size: 1.5em;
    }

    .content_slider_contain.id_slider_2 {
        align-items: flex-start;
        padding-top: 100px;
    }

    .content_slider {
        width: 100%;
    }

    .banner_title_2 {
        margin-top: 340px;
    }

    .banner_title_2 h2 {
        font-size: 2em;
        text-align: center
    }

    .banner_body_2 strong {
        font-size: 1em;
    }

    /* .banner_body_2>p {
        font-size: 1em;
    } */
    .banner_body_2 p {
        width: 100%;
        text-align: center;
    }

    .banner_btn {
        font-size: 0.8em;
        padding: 8px 16px;
    }

    .id_slider_2 .banner_btn {
        margin-left: calc(50% - 61px);

    }

    #slider_home_page .slick-dots {
        bottom: 20px;
        right: unset;
        width: 100%;
    }

}
@media (max-width: 425px) {

}


@media (max-width: 375px) {
    .banner_title_2 {
        margin-top: 250px;
        margin-bottom: 10px;

    }
    .banner_body {
        font-size: 0.8em;
    }
}

@media (max-width: 320px) {

    .title_home {
        font-size: 1.2em;
    }
}

@media (max-width: 1280px) {
    .section_we_are_special .img_tvo {
        /* top: 25%; */
    }
}
@media (max-width: 1024px) {
    .section_we_are_special .we_are_special {
        display: block;
        /*padding-top: 50px !important;*/
    }
}
@media (max-width: 978px) {
    .section_we_are_special {
        height: 360px;
    }

    .section_we_are_special .head_carousel .slick-dots {
        top: 325px;
    }

    .section_we_are_special .tech_mobile .img-fluid {
        background-color: #ffffff;
    }
    .section_we_are_special .head_carousel .slick-dots {
        bottom: 20px;
        width: fit-content;
        list-style: none;
        right: 15%;
    }

    .section_we_are_special .head_carousel .slick-dots li button {
        font-size: 15px;
        line-height: 0;
        display: block;
        width: 15px;
        height: 10px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0;
        border-radius: 50px;
        background: rgb(214, 213, 213);
        box-shadow: 0px 0px 16px rgb(53 66 144 / 19%);
    }
    .section_we_are_special .we_are_special_mobile {
        display: block;
        padding: 0 15px;
        text-align: center;
    }

    .section_we_are_special .we_are_special_mobile p {
        font-size: 40px;
        margin: 0 85px;
        padding-bottom: 20px;
    }

    .section_we_are_special .container.mobile {
        width: 100%;
        padding-right: 0;
        padding-left: 15px;
        margin-right: 0;
        margin-left: auto;
    }

    .section_we_are_special .we_are_special .content-1, .sevices_product h3, .section_study h3,
    .section_industry h3 {
        font-size: 36px;
        line-height: 52px;
    }

    .section_we_are_special .img_tvo {
        height: 100vh;
    }
}
@media (max-width: 768px) {
    .section_we_are_special .container.mobile {
        display: block;
    }
    .section_we_are_special .tech_mobile .img-fluid {
        background-color: #ffffff;
        margin-left: 33px;
    }

    .section_we_are_special .tech.tech_mobile {
        padding: 0;
    }
    .section_we_are_special .img_tvo {
        display: none;
    }
    .section_we_are_special .tech_pc {
        display: none;
    }

    .section_we_are_special .tech_mobile {
        display: block;
    }

    .section_we_are_special .tech {
        position: inherit;
    }

    .section_study .study_mobile .col-12 {
        padding: 0;
    }

    .section_we_are_special .we_are_special_mobile {
        display: block;
        padding: 0 15px;
        text-align: center;
    }

    .section_we_are_special .we_are_special_mobile p {
        font-size: 40px;
        margin: 0 85px;
        padding-bottom: 20px;
    }

    .section_we_are_special .container.mobile {
        width: 100%;
        padding-right: 0;
        padding-left: 0px;
        margin-right: 0;
        margin-left: auto;
    }
    .section_we_are_special {
        /* padding-bottom: 65px; */
    }

    .option_technologyHome {
        padding: 40px 0px;
    }

    .section_we_are_special .we_are_special_mobile p {
        padding-bottom: 60px;
        padding-right: 0;
    }

    .section_we_are_special .we_are_special_mobile h1 {
        padding-top: 40px;
    }
    .section_we_are_special .head_carousel .slick-dots li button {
        font-size: 15px;
        line-height: 0;
        display: block;
        width: 15px;
        height: 6px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0;
        border-radius: 50px;
        background: rgb(214, 213, 213);
        box-shadow: 0px 0px 16px rgb(53 66 144 / 19%);
    }

    .section_we_are_special .head_carousel .slick-dots {
        bottom: 20px;
        width: fit-content;
        list-style: none;
        right: 10%;
    }
}
@media (max-width: 640px) {
    .section_we_are_special .we_are_special {
        display: block;
        height: 100vh;
    }
    .section_we_are_special .head_carousel .slick-dots {
        bottom: 24px;
        width: fit-content;
        list-style: none;
        right: 8%;
    }
    .section_we_are_special .tech_mobile .img-fluid {
        background-color: #ffffff;
        margin-left: 35px;
    }

    .section_we_are_special .container.mobile {
        margin: auto;
    }
    .section_we_are_special .tech_pc {
        display: none;
    }

    .section_we_are_special .tech_mobile {
        display: block;
    }

    .section_we_are_special .tech {
        position: inherit;
    }

    .section_we_are_special .special {
        padding: 40px 0 0 0;
    }

    .sevices_product .product-list tr td {
        padding: 10px 0;
    }

    .section_we_are_special .we_are_special_mobile {
        display: block;
        padding: 0 15px;
        text-align: center;
    }

    .section_we_are_special .we_are_special_mobile p {
        font-size: 31px;
        padding-bottom: 30px;
        line-height: 54px;
    }

    .section_we_are_special .we_are_special_mobile .btn_learn_more {
        padding: 20px 0;
    }
}
@media (max-width: 480px) {
    .section_we_are_special .we_are_special_mobile p {
        font-size: 31px;
        padding-bottom: 30px;
        line-height: 54px;
        margin: 0 11px;
    }
    .section_we_are_special .col-12.tech_mobile {
        padding: 0;
    }
    .section_we_are_special .tech_pc {
        display: none;
    }

    .section_we_are_special .tech_mobile {
        display: block;
    }

    .section_we_are_special .tech {
        position: inherit;
    }

    .section_we_are_special .special {
        padding: 40px 0 0 0;
    }

    .section_we_are_special .we_are_special {
        padding: 0 15px;
        padding-top:100px;
        text-align: center;
    }

    .section_we_are_special .we_are_special .btn_learn_more {
        padding: 20px 0;
    }
    .section_we_are_special .we_are_special {
        background-position: center !important;
        position: relative;
        padding-top:160px;
    }

    .section_we_are_special .we_are_special::after {
        content: "";
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100vh;
        z-index: -1;
    }
}
@media (max-width: 375px) {
    .section_we_are_special .we_are_special_mobile p {
        font-size: 27px;
        padding-bottom: 30px;
        line-height: 54px;
        margin: 0 15px;
        padding-right: 0;
    }
    .section_we_are_special .we_are_special {
        background-position: center !important;
        height: 100vh;
        padding-top: 100px !important;
    }
    .section_we_are_special .head_carousel .slick-dots li button {
        font-size: 15px;
        line-height: 0;
        display: block;
        width: 6px;
        height: 6px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0;
        border-radius: 50px;
        background: rgb(214, 213, 213);
        box-shadow: 0px 0px 16px rgb(53 66 144 / 19%);
    }

    .section_we_are_special .head_carousel .slick-dots {
        bottom: 40px;
        width: fit-content;
        list-style: none;
        right: 42%;
    }
}
@media (max-width: 320px) {
    .section_we_are_special .we_are_special {
        background-position: center !important;
        height: 100vh;
    }

    .section_we_are_special .head_carousel .slick-dots {
        bottom: 10px;
        width: fit-content;
        list-style: none;
        right: 42%;
    }
    .section_we_are_special .tech_mobile .img-fluid {
        background-color: #ffffff;
        margin-left: -15px;
    }
    .section_we_are_special .head_carousel .slick-dots li button {
        font-size: 15px;
        line-height: 0;
        display: inline-block;
        width: 5px;
        height: 5px;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: 0;
        background: 0 0;
        border-radius: 50px;
        background: rgb(214, 213, 213);
        box-shadow: 0px 0px 16px rgb(53 66 144 / 19%);
    }

    .section_we_are_special .we_are_special_mobile p, .sevices_product h3, .section_new_room .desc, .section_project_mind .desc, .section_work_with .work-title, .section_about .desc {
        font-size: 25px;
        line-height: 41px;
        margin: 0;
    }

    .section_we_are_special .we_are_special_mobile h1 {
        font-size: 12px;
        padding-bottom: 28px;
    }
}

