* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    list-style: none;
    font-family: 'Athiti', sans-serif;
}

body {
    background: rgb(255, 255, 255);
    /* background: linear-gradient(0deg, rgba(233, 247, 255, 1) 0%, rgba(0, 198, 255, 1) 35%, rgba(0, 82, 255, 1) 100%); */
}

html {
    scroll-behavior: smooth;
}

.slideshow-container {
    position: relative;
    z-index: 1;
}

.slideshow-container::after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(62, 62, 62);
    opacity: 60%;
}

.mySlides {
    position: relative;
}

.banner_info {
    transform: translateY(-50%);
    top: 50%;
    left: 8%;
    position: absolute;
    transition: .4s ease;
    z-index: 2;
}

.banner_info .BI_Welcome {
    width: fit-content;
    padding: 10px 20px;
    background-color: #79ebff;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    border-radius: 10px;
}

.banner_info .BI_name {
    color: #79ebff;
    font-size: 120px;
    font-weight: 800;
}

.banner_info .BI_detail {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.BI_btn {
    display: flex;
    align-items: center;
    /* background-color: red; */
}

.BI_btn .BI_btn_Product {
    font-size: 24px;
    padding: 15px 60px;
    border-radius: 20px;
    background-color: #79ebff;
    color: #fff;
    transition: .2s ease;
}

.BI_btn .BI_btn_Product:hover {
    border: 1px solid #79ebff;
    background: none;
    transform: scale(1.1);
}

.BI_btn_i a i {
    padding: 15px;
    border: 1px solid #79ebff;
    color: #fff;
    font-size: 30px;
    margin: 0 10px;
    border-radius: 100%;
    cursor: pointer;
    transition: .2s ease;

}

.BI_btn_i a i:hover {
    background-color: #79ebff;
    animation: Why_choose_us 1s 0s infinite;
}

.mySlides img {
    object-fit: cover;
    max-height: 1000px;
}



.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: #000000cc;
    opacity: 80%;
    z-index: 10;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active,
.dot:hover {
    background-color: #717171;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.about_us_AND_Why_choose_us {
    padding: 50px 0;
    width: 100%;
    height: auto;
}

.about_us_container {
    width: 1470px;
    height: 600px;
    margin: 0 auto;
    display: flex;
}

.about_us_img {
    width: 50%;
    /* background-color: #717171; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_us_img img {
    width: 80%;
    height: 90%;
    object-fit: cover;
    border-radius: 100%;
}

.about_us_text {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px
}

.about_us_text::after {
    position: absolute;
    content: '';
    bottom: -5px;
    width: 70px;
    height: 5px;
    border-radius: 10px;
    background-color: #000;
    left: 0;
}

.about_us_detail {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 50px;
    justify-content: center;
}

.about_us_detail_header {
    font-size: 46px;
    margin-bottom: 10px;
}

.about_us_detail_text strong {
    font-size: 30px;
}

.about_us_detail_text {
    font-size: 24px;
}


.Why_choose_us {
    padding: 30px 0;
    margin-top: 30px;
    background-color: #96f5ff;
}

.Why_choose_us h1 {
    font-size: 50px;
    margin-bottom: 100px;
    text-align: center;
    position: relative;
}

.Why_choose_us h1::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 10px;
    background-color: #000;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
}


.Service-conteiner {
    width: 1470px;
    height: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
}

.Service_item {
    width: 350px;
    height: 400px;
    border: 1px solid #006ca2;
    border-radius: 35px;
    cursor: pointer;
    padding: 50px 40px;
    transition: .2s;
    position: relative;
}

.Service_item a {
    color: #000;
}

.Service_logo {
    width: 100%;
    height: 35%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 80px;
    color: #0088cb;
}

.Service_name {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
}

.Service_detail {
    width: 100%;
    height: 40%;
    /* background: red; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    color: rgb(63, 63, 63);
}

.Service_item:hover::after {
    content: "";
    position: absolute;
    inset: -.100em;
    background: linear-gradient(-45deg, #60efff 0%, #0061ff 100%);
    filter: blur(2.5em);
    z-index: -1;
}

.Service_item:hover {
    background-color: #0088cb;
}
.Service_name:hover,
.Service_name:hover,
.Service_detail:hover{
        color: #fff;
}

.serve {
    margin: 100px 0;
}

.serve h1 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 100px;
    position: relative;
}

.serve h1::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 10px;
    background-color: #000;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
}

.serve_container {
    width: 1470px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
}

.serve_container_respon{
    display: none;
}

.slides {
    display: flex;
    transition: transform 1s ease;
}

.slide {
    min-width: 100%;
    height: 500px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
}

.serve_item {
    width: 80%;
    height: 100%;
}

.serve_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.serve_prev,
.serve_next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #000;
    font-weight: bold;
    font-size: 60px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.serve_next {
    right: 5%;
}

.serve_prev:hover,
.serve_next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.product_recommend {
    margin-top: 50px;
}

.Type_product_conatiner {
    width: 1470px;
    margin: 0 auto;
}

.product_recommend .Product_header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    text-align: center;
    font-size: 70px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.product_recommend .Product_header::after {
    content: "";
    bottom: -0px;
    position: absolute;
    width: 30px;
    height: 10px;
    background-color: rgb(0, 0, 0);
    border-radius: 30px;
}

.Type_product {
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
    padding: 20px;
}

.type_item {
    width: 90%;
    padding: 20px;
    font-size: 34px;
    background-color: #006ca2;
    border-radius: 25px;
    transition: .2s;
    font-weight: 700;
    color: #c1e9fd;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.type_item:hover,
.type_item.active {
    background-color: #04abff;
    color: #ffffff;
    /* background-color: #00547e;
    color: #fff; */
}

.company_container {
    display: flex;
    width: 1470px;
    height: auto;
    margin: 0 auto;
    /* background-color: red; */
}

.company_detail {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.company_detail_header {
    font-size: 46px;
    margin-bottom: 10px;
}

.company_detail_text {
    font-size: 26px;
    margin-bottom: 30px;
}

.company_detail_btn {
    width: max-content;
    padding: 15px 40px;
    font-size: 26px;
    color: #0061ff;
    border: 1px solid #0061ff;
    border-radius: 10px;
    position: relative;
    transform-origin: left;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.company_detail_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #0061ff;
    transition: width .7s ease;
    z-index: -1;
}
.company_detail_btn:hover::after {
    width: 100%;
    border-radius: 10px;
}

.company_detail_btn:hover {
    color: #fff;
    font-weight: bold;
}

.company_detail_btn_line {
    width: max-content;
    padding: 15px 40px;
    font-size: 26px;
    color: #00ff44;
    border: 1px solid #00ff44;
    border-radius: 10px;
    position: relative;
    transform-origin: left;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.company_detail_btn_line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #00ff44;
    transition: width .7s ease;
    z-index: -1;
}
.company_detail_btn_line:hover::after {
    width: 100%;
    border-radius: 10px;
}
.company_detail_btn_line:hover {
    color: #fff;
    font-weight: bold;
}


.company_detail_btn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #0061ff;
    transition: width .7s ease;
    z-index: -1;
}

.company_img {
    margin-bottom: 20px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_img img {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.company_more_Detail {
    width: 100%;
    font-size: 26px;
}

.slider {
    width: 1300px;
    height: 700px;
    margin: auto;
    position: relative;
    overflow: hidden;
    display: flex;
    margin-bottom: 50px;
    border-radius: 50px;
}

.slider .list {
    position: absolute;
    width: max-content;
    height: 100%;
    left: 0;
    display: flex;
    transition: 1s;

}

.slider .list img {
    width: 1300px;
    max-width: 100vw;
    height: 100%;
    object-fit: cover;
}

.slider .buttons {
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.slider .buttons button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.333);
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
    transition: 0.3s;
}

.slider .buttons button:hover {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(38, 132, 255, 0.333);
    color: #fff;
    border: none;
    font-family: monospace;
    font-weight: bold;
    cursor: pointer;
}

.slider .dots {
    position: absolute;
    bottom: 10px;
    left: 1%;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
}


.slider .dots li {
    list-style: none;
    width: 10px;
    right: 50%;
    height: 10px;
    background-color: #0c75ff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.5s;
}

.slider .dots li:hover {
    list-style: none;
    width: 10px;
    right: 50%;
    height: 10px;
    background-color: #0c75ff;
    margin: 10px;
    border-radius: 20px;
    transition: 0.2s;
    transform: scale(1.5);
}

.slider .dots li.active {
    width: 30px;
}

@media screen and (max-width: 768px) {
    .slider {
        height: 400px;
    }
}



@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


@keyframes Why_choose_us {
    0% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(15deg);
    }

    80% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(10deg);
    }
}


@media screen and (max-width : 1020px) {
    .company_detail_btn {
        width: auto;
        
    }
    .banner_info .BI_Welcome {
        font-size: 40px;
    }

    .banner_info .BI_name {
        font-size: 100px;
    }

    .banner_info .BI_detail {
        margin-bottom: 25px;
    }

    .about_us_container {
        width: 100%;
        height: auto;
        flex-direction: column-reverse;
    }

    .about_us_img {
        width: 100%;
    }

    .about_us_img img {
        width: 400px;
        height: 400px;
    }

    .about_us_detail {
        width: 100%;
        text-align: center;
    }

    .about_us_text::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .Service-conteiner {
        width: 100%;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .serve_container {
        display: none;
    }
    .serve_container_respon {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    
    .slides_respon {
        display: flex;
        transition: transform 1s ease;
    }
    
    .slide_respon{
        min-width: 100%;
        height: 500px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }
    
    .serve_item_respon {
        width: 90%;
        height: 100%;
    }
    
    .serve_item_respon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .serve_prev_respon,
    .serve_next_respon {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: #000;
        font-weight: bold;
        font-size: 60px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    
    .serve_next_respon {
        right: 0;
    }
    
    .serve_prev_respon:hover,
    .serve_next_respon:hover {
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
    }
    .Type_product_conatiner {
        width: 100%;
        margin: 0 auto;
    }
    .Type_product {
        display: grid;
        grid-template-columns: repeat(1 , 1fr);
        padding: 20px;
    }
    
    .type_item {
        width: 100%;
        padding: 30px;
    }
    .company_container {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
    }
    .company_img {
        display: flex;
        width: 100%;
    }
    .company_detail{
        width: 100%;
    }
    .Product_header{
        font-size: 60px;
    }
    .slider{
        width: 100%;
        margin-top: 40px;
    }
    
    .slider .list {
        position: absolute;
        width: max-content;
        height: 100%;
        left: 0;
        display: flex;
        transition: 1s;

    }

    .slider .list img {
        width: 100%;
        height: 100%;
        object-fit: contain;
}
}

@media screen and (max-width : 947px) {
    .banner_info {
        transform: translateY(-50%);
        top: 55%;
        left: 9%;
    }

    .banner_info .BI_Welcome {
        font-size: 30px;
    }

    .banner_info .BI_name {
        font-size: 90px;
    }

    .banner_info .BI_detail {
        margin-bottom: 20px;
    }

    .BI_btn .BI_btn_Product {
        padding: 13px 60px;
        font-size: 22px;
    }

    .BI_btn_i a i {
        font-size: 24px;
    }
}

@media screen and (max-width : 895px) {
    .nav_menu ul li {
        display: none;
    }

    .nav_bar {
        display: block;
    }

    .banner_info {
        transform: translateY(-50%);
        top: 60%;
        left: 9%;
    }

    .banner_info .BI_Welcome {
        font-size: 20px;
    }

    .banner_info .BI_name {
        font-size: 60px;
    }

    .banner_info .BI_detail {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .BI_btn .BI_btn_Product {
        padding: 13px 60px;
        font-size: 20px;
    }

    .BI_btn_i a i {
        font-size: 20px;
    }

    .Service-conteiner {
        width: 100%;
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width : 650px) {

    .banner_info {
        transform: translateY(-50%);
        top: 60%;
        left: 10%;
    }

    .banner_info .BI_Welcome {
        display: none;
    }

    .banner_info .BI_name {
        font-size: 30px;
    }

    .banner_info .BI_detail {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .BI_btn .BI_btn_Product {
        padding: 13px 60px;
        font-size: 16px;
    }

    .BI_btn_i a i {
        font-size: 16px;
    }

    .prev,
    .next {
        font-size: 10px;
    }

    .Service-conteiner {
        width: 100%;
        gap: 20px;
        grid-template-columns: repeat(1, 1fr);

    }

    .Service_item {
        height: 120px;
    }

    .Service_item a {
        width: 100%;
        height: 100%;
        display: flex;
    }
    .Service_logo{
        font-size: 70px;
        width: fit-content;
    }
    .Service_name {
        justify-content: flex-start;
        color: #0088cb;
        font-size: 50px;
        margin-left: 40px;
    }

    .Service_detail {
        display: none;
    }

    .product_recommend .Product_header::after {
        bottom: -30px;
    }
}

@media screen and (max-width : 480px) {

    .banner_info {
        transform: translateY(-50%);
        top: 60%;
        left: 10%;
    }

    .banner_info .BI_Welcome {
        display: none;
    }

    .banner_info .BI_name {
        font-size: 30px;
    }

    .banner_info .BI_detail {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .BI_btn .BI_btn_Product {
        padding: 13px 60px;
        font-size: 16px;
    }

    .BI_btn_i a i {
        font-size: 16px;
    }

    .prev,
    .next {
        font-size: 10px;
    }

    .navbar {
        height: 50px;
    }

    .menu_dropdown ul .menu_dropdown_item {
        padding: 25px;
    }

    .prev,
    .next {

        font-size: 6px;
    }
}

@media screen and (max-width : 400px) {
    .banner_info .BI_detail {
        font-size: 10px;
    }

    .BI_btn_i a i {
        font-size: 10px;
        margin: 0 5px;
        padding: 10px;
    }

    .BI_btn .BI_btn_Product {
        padding: 10px 20px;
        font-size: 10px;
    }
}