* {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    outline: none;
    user-select: none;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0px;
    background-color: #F1F1F1;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

header .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    width: 100%;
}

header .container img {
    height: 50px;
    padding-left: 10px;
}

header .container .nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

header a {
    text-decoration: none;
    color: #818181;
}

header .nav i {
    display: none;
}

header .a-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    gap: 6px;
}

header .active {
    color: #FFF;
    background-color: #5FB1D3;
    border-radius: 5px;
}

header .active i {
    display: block;
}

footer {
    width: 100%;
    padding: 60px 4vw;
    background-color: #F1F1F1;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

footer a {
    font-size: 16px;
    color: #818181;
    text-decoration: none;
    line-height: 30px;
    display: block;
}

footer a:hover {
    color: #5FB1D3;
}

footer .footer {
    background-color: #FFF;
    color: #E1E1E1;
    padding: 20px 4vh;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    border-radius: 5px;
}

footer .wrap p {
    font-size: 16px !important;
    color: #818181;
    text-decoration: none;
    line-height: 30px;
    display: block;
}

footer .footer .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

footer .footer hr {
    height: 30px;
    width: 2px;
    border: none;
    background-color: #E1E1E1;
}

footer .footer a {
    color: #818181;
    font-size: 14px;
    font-weight: 300;
}

footer .map {
    margin-top: 20px;
}

footer .map-container {
    height: 200px;
}

.footer-logo {
    margin-top: 20px;
}

.footer-logo img {
    height: 100px;
    width: auto;
    border-radius: 5px;
}

main {
    padding: 60px 0px;
    width: 100%;
}

main .container {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 60px;
    margin: auto;
}

.banner {
    width: 100%;
    height: 400px;
    background-color: #000000;
    border-radius: 0px;
}

.banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    object-position: center;
    border-radius: 5px;
    transform: scale(0.8);
}

main .home-contact {
    background-color: #5FB1D3 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

main .contact-contact {
    background-color: #FFF !important;
    border: 1px solid #5FB1D3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}

main .home-contact .wrap,
main .contact-contact .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

main .home-contact button,
main .home-contact .button,
main .contact-contact .button {
    background-color: #007baf;
    min-width: 131px;
    text-decoration: none;
}

.social-icon {
    color: #818181;
    font-size: 26px;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.social-icon p {
    display: none;
    color: #FFF;
}

.social-icon:hover {
    background-color: #007baf;
    transition: 0.3s;
    color: #FFF;
}

.social-icon:hover p {
    display: block;
}

main .home-contact .social-icon {
    color: #FFF;
}

main .home-contact h1 {
    color: #FFF;
}

main .home-contact p {
    color: #FFF;
}

main .container .section {
    min-width: 250px;
    width: 47%;
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #f1f1f1;
    display: block;
}

main .container .sub-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

main .container .logo-scroller .sub-section {
    justify-content: flex-start;
}

main .container hr {
    width: 70%;
    background-color: #5FB1D3;
    height: 2px;
    border: none;
    margin: 20px auto;
}

main .container .listing {
    width: 350px;
    max-width: 100%;
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #00000014;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

main .container .listing h1 {
    font-size: 18px;
    text-align: center;
}

main .container .listing p {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}

main .container .listing object {
    max-height: 80px;
}

main .container .listing ul li {
    font-size: 14px;
    margin-left: 30px;
    color: #818181;
    font-weight: 300;
    line-height: 26px;
}

main .container .listing button {
    margin-top: 20px;
}

main .container .wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

main .container .wrapper button,
main .container .wrapper .button {
    margin: 20px 0px;
    width: fit-content;
    text-decoration: none;
}

.main-image {
    height: 300px;
    width: 100%;
    margin: 0 auto;
}

main .container .wrapper .sub {
    max-width: 600px;
    width: fit-content;
}

.main-map {
    height: 300px !important;
    width: 100%;
    margin: 0 auto;
}

.main-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    margin: auto;
}

.careers button {
    margin-left: 0;
}

main .container .image-section-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

main .container .image-section-vertical .sub-vertical {
    width: 47%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}

main .container .image-section-vertical .sub-vertical .t1 {
    width: 100%;
    height: 450px;
    position: relative;
    border-radius: 5px;
}

main .container .image-section-vertical .sub-vertical .t2 {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 5px;
}

.t1 img,
.t2 img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.t1 .content,
.t2 .content {
    padding: 20px;
    background-color: #00000069;
    backdrop-filter: blur(5px);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    border-radius: 0px 0px 5px 5px;
}

.t1 p,
.t1 h1,
.t2 p,
.t2 h1 {
    color: #FFF;
}

img {
    height: 100%;
    width: auto;
}

object {
    object-fit: contain;
    width: auto;
    height: 100%;
}

.map-frame {
    width: 100%;
    height: 100%;
    border: none;
}

h1 {
    color: #818181;
    font-size: 21px;
    font-weight: 600;
}

h2 {
    color: #818181;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 3px;
    word-spacing: 12px;
}

p {
    font-size: 14px;
    color: #818181;
    line-height: 21px;
    font-weight: 400;
}

.col-blue {
    color: #5FB1D3;
}

.w-50 {
    width: 50%;
}

.w-30 {
    width: 30%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-100 {
    width: 100% !important;
}

.ta-c {
    text-align: center;
}

button,
.button {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px 15px;
    background-color: #5FB1D3;
    color: #FFF;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    margin: 10px;
    text-align: center;
    transition: 0.3s;
}

button:hover {
    background-color: #007baf;
    transition: 0.3s;
}

.main-icon {
    font-size: 60px;
    display: flex;
    justify-content: center;
    color: #5FB1D3;
    max-height: 80px;
}

.left-icon {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.user-icon {
    border-radius: 50%;
    font-size: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: #5FB1D3;
    width: 100%;
    text-align: center;
}

.user-icon .position {
    font-size: 12px;
    display: block;
}

i {
    font-size: inherit;
}

.product-container button {
    margin-left: 0;
    margin-top: 20px;
}

.ham-btn {
    display: none;
}

.mobile-nav {
    display: none;
}

.user-icon .icon-2 {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    header .nav {
        display: none !important;
    }

    main .container .sub-section {
        flex-direction: column;
    }

    main .container .wrapper {
        flex-direction: column;
    }

    main .container .image-section-vertical .sub-vertical {
        width: 90%;
    }

    .w-60 {
        width: 100%;
    }

    .w-50 {
        width: 90%;
    }

    main .container .section {
        width: 90%;
    }

    main .home-contact p {
        width: 90%;
    }

    main .container .listing {
        width: 90%;
    }

    footer .footer {
        display: none;
    }

    .ham-btn {
        display: block;
    }

    header .container {
        justify-content: space-between;
        padding-right: 20px;
    }

    .mobile-nav {
        display: none;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-color: #F1F1F1;
        position: fixed;
        top: 74px;
        left: 0;
        flex-direction: column;
        width: 100%;
        padding: 30px 20px;
    }

    main .contact-contact p {
        width: 90%;
    }

    main .container .wrapper .sub {
        width: 90%;
    }
}

@media screen and (min-width: 768px) {
    main .container {
        width: 744px;
    }

    main .container .section {
        width: 90%;
    }

    header .nav {
        display: none !important;
    }

    .ham-btn {
        display: block;
    }

    header .container {
        justify-content: space-between;
        padding-right: 20px;
    }
}

@media screen and (min-width: 992px) {
    main .container {
        width: 964px;
    }

    main .container .section {
        width: 60%;
    }

    header .nav {
        display: flex !important;
    }

    .ham-btn {
        display: none !important;
    }

    header .container {
        justify-content: center !important;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1200px) {
    main .container {
        width: 1198px;
    }

    main .container .section {
        width: 47%;
    }
}

/* **************** */
/* product page */
/* **************** */

.product-container {
    max-width: 80rem;
    padding: 0 6.4rem;
    margin: 0 auto;
}

.product-container h1 {
    margin-bottom: 1.8rem;
}

.product-container button a {
    text-decoration: none;
    color: inherit;
}

.wrap-anchor {
    text-decoration: none;
    display: inline-block;
}