@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.woff2");
}

.left {
    background-color: #c3d3e0;
    width: 45%;
    padding: 55px;
}
.right {
    width: 55%;
}
h1.head-video {
    color: #393c43;
    border: none;
    padding: 0;
    font-weight: normal;
    font-size: 1.3em;
}
h2.head-comment {
    font-weight: normal;
    color: #393c43;
}

h1 {
    font-weight: normal;
    color: #393c43;
    white-space: nowrap;
}

.aboutus-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 56px;
    width: 45%;
    background-color: #c3d3e0;
    border-bottom: 4px solid #eff1f5;
}
#right-triangle {
    width: 0;
    height: 0;
    border-left: 53px solid #C3D3E0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
}
.aboutus-container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 55%;
    background-color: #fff;
    border-bottom: 4px solid #eff1f5;
    padding-right: 56px;
}

.aboutus-wrapper {
    display: flex;
}


.owl-carousel button.owl-dot {
    background: #d8dfe5;
    border: none;
    font: inherit;
    width: 13px;
    height: 13px;
    border-radius: 10px;
    margin-right: 15px;
}

.owl-carousel button.owl-dot.active {
    background: #333;
}

.owl-dots {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

#aboutus-slider {
    margin-top: 60px;
}

.view-article .article {
    padding: 60px;
    width: 80%;
}

.article h2 {
    font-size: 2em;
}

.article p {
    font-size: 1.5em;
    line-height: 1.5em;
}

.navigation-btn {
    margin-left: auto;
    margin-bottom: 20px;
    padding-top: 25px;
}

.aboutus-slick-prev {
    border-radius: 20px;
    width: 30px;
    height: 30px;
    border: none;
    color: #fff;
    background-color: #333;
    text-align: center;
    margin-right: 5px;
    padding-right: 6px;
}
.aboutus-slick-next {
    border-radius: 20px;
    width: 30px;
    height: 30px;
    border: none;
    color: #fff;
    background-color: #333;
    text-align: center;
    margin-left: 5px;
    padding-left: 6px;
}


@media screen and (max-width: 1200px) {
    #aboutus, .container.aboutus  {
        display: none;
    }
}