@import url(/css/font.css);

* {
    box-sizing: border-box;
}

html {
    padding: 0;
    margin: 0;
    border: 0;
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    font-family: "Nunito sans", sans-serif;
    color: #333;
}
h1,
h2,
h3,
h3 a,
h4,
h4 a {
    font-family: "Nunito sans", sans-serif;
    font-weight: 600;
}
h1 {
    margin: 0;
    padding: 0;
    font-size: 29px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #1b80bc;
    margin-bottom: 10px;
    text-align: center;
}
h2 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #1b80bc;
    margin-bottom: 10px;
    text-align: center;
}
h3,
h3 a,
.big-text {
    margin: 0;
    padding: 0;
    font-size: 23px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    color: #333;
    text-align: left;
    margin-bottom: 10px;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #0068ff;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
@media (min-width: 768px) {
    h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 37px;
        margin-bottom: 30px;
    }
    h3,
    h3 a,
    .big-text {
        font-size: 26px;
    }
}
@media (min-width: 992px) {
    body {
        line-height: 1.5;
    }
    h1 {
        font-size: 50px;
    }
}
p {
    margin-top: 0;
    margin-bottom: 15px;
}
p:last-of-type {
    margin-bottom: 0;
}
a {
    text-decoration: none;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    vertical-align: baseline;
}
img {
    border: 0;
}
img {
    vertical-align: middle;
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
b,
strong {
    font-weight: 700;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
/* size and alignment */
.main-grid {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.main-grid__content {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    position: relative;
}
.osd-container-fluid {
    padding-top: 40px;
    padding-bottom: 40px;
}
.osd-container-background {
    background-color: #f5f5f5;
}
.w-100 {
    width: 100% !important;
}

.h-30 {
    height: 30%;
}

.h-35 {
    height: 35%;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-25 {
    font-size: 24px;
}

.f-40 {
    font-size: 40px;
}

.f-70 {
    font-size: 70px;
}

.ml-10 {
    margin-right: 50px;
}
.justify-content-between .f-46 {
    font-size: 46px;
}

.blue-color {
    color: #1b80bc;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left !important;
}
.text-justify {
    text-align: justify !important;
}
.text-md-right {
    text-align: right !important;
}
.text-md-left {
    text-align: left !important;
}
.text-md-center {
    text-align: center;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block !important;
}
.ml-0 {
    margin-left: 0 !important;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.mr-5 {
    margin-right: 3rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-xl-0 {
    margin-bottom: 0 !important;
}
.mb-lg-0 {
    margin-bottom: 0 !important;
}
.mb-md-0 {
    margin-bottom: 0 !important;
}
.ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-right: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-5 {
    padding-left: 3rem !important;
}
.pl-md-4 {
    padding-left: 1.5rem !important;
}
.pl-md-5 {
    padding-left: 3rem !important;
}
.pr-md-0 {
    padding-right: 0 !important;
}
.pr-md-5 {
    padding-right: 3rem !important;
}
.p-md-5 {
    padding: 3rem !important;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-4,
.col-5,
.col-6,
.col-12,
.col-md-3,
.col-lg-6,
.col-xl-2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.pr-lg-10 {
    padding-right: 50px !important;
}

.col-lg-6-news {
    display: grid;
    grid-auto-rows: 1fr;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.font-weight-600 {
    font-weight: 600 !important;
}
.text-uppercase .align-items-center {
    align-items: center !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) {
    .osd-container-fluid {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-none {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .osd-container-fluid {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .float-lg-right {
        float: right !important;
    }
    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pl-lg-5 {
        padding-left: 3rem !important;
    }
    .pr-lg-5 {
        padding-right: 3rem !important;
    }
    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }
    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
}
@media (min-width: 1200px) {
    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .text-xl-right {
        text-align: right !important;
    }
}
/*end size and alignment */
/* color text */
.text-link {
    color: #007bff !important;
}
.text-black {
    color: #333 !important;
}
.text-white {
    color: #fff !important;
}
.text-link-underline {
    text-decoration: underline;
}

.toast-message {
    font-size: 14px;
}
/* end color text */
/* common component */
/* btn form */
.btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    cursor: pointer;
    padding: 10px 30px;
    font-size: 16px;
}
.btn:hover {
    background-color: #46b8e1;
}
.osd-btn--primary {
    border: 1px solid #1b80bc;
    background-color: #1b80bc;
    border-radius: 5px;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
}
/* paragraph form */
.paragraph-title {
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
}
.paragraph-title-normal {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.paragraph-title::before {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 80px;
    height: 3px;
    background-color: #46b8e1;
}
.paragraph-title.--center {
    text-align: center;
}
.paragraph-title.--center::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}
.--line-lower {
    margin-bottom: 50px;
}
.paragraph-title.--line-lower::before {
    bottom: -25px;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.header-container.white-header,
.header-container.show-dropdown-menu,
.header-container.responsive,
.header-container.on-scroll-background {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.header-container.on-scroll-background .nav-link,
.header-container.white-header .nav-link,
.header-container.show-dropdown-menu .nav-link {
    color: #333;
}
.header-container.show-dropdown-menu .nav-link.header__language-en {
    color: #1b80bc;
}
.header-container.on-scroll-background .nav-link.dropdown-toggle::after,
.header-container.white-header .nav-link.dropdown-toggle::after,
.header-container.show-dropdown-menu .nav-link.dropdown-toggle::after {
    background-position: -33px -1px;
}
.header-container.on-scroll-background .header__language-en.nav-link {
    color: #1b80bc;
}
.header-container.white-header,
.header-container.show-dropdown-menu,
.header-container.responsive,
.header-container.on-scroll-background {
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.header-container.on-scroll-background .nav-link.dropdown-toggle::after,
.header-container.white-header .nav-link.dropdown-toggle::after,
.header-container.show-dropdown-menu .nav-link.dropdown-toggle::after {
    background-position: -33px -1px;
}
/* end common component */

/* company */
/* 1. news */
.article-banner {
    width: 100%;
    min-height: 410px;
    background-size: cover;
    background-position: center center;
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
}
.article-list__title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
    padding: 0 15px;
}
.article-list__tag-line {
    color: #fff;
    font-size: 18px;
    width: 300px;
    margin: 0 auto;
}
.news .article-list__container {
    padding-top: 30px;
}
.article-list__container {
    padding: 20px 0;
}
.news .article-list__item {
    position: relative;
    display: block;
    padding: 0 0 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 105%;
    min-height: 420px;
}
.hot-news.article-list__item {
    margin: 0 15px 70px;
    padding-bottom: 0;
}
.hot-news__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news-item__content {
    height: 30%;
    padding: 0 30px;
    color: #111;
}
.news .article-list__item h2,
.news .article-list__item h4 {
    color: #111;
}
.article-list__items h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.blog-post-content {
    font-size: 15px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-post-content > span {
    color: #1b80bc;
}
.hot-news .blog-item__foot {
    position: relative;
    padding-top: 30px;
}
.blog-item__foot {
    color: #999;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    text-transform: uppercase;
}
.article-list__items .blog-post-banner {
    display: block;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
}

/* pagination */
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
    font-weight: 500;
}
.pager li > a {
    margin: 0 3px;
    color: inherit;
}
.pager-next {
    height: 17px;
    width: 15px;
    background-image: url(/images/icon/spirte-arrow-icon.png);
    background-position: 0 90px;
    display: inline-block;
    margin-left: 7px;
}
.pager-previous {
    height: 17px;
    width: 15px;
    background-image: url(/images/icon/spirte-arrow-icon.png);
    background-position: -15px 90px;
    display: inline-block;
    margin-right: 7px;
}
.pager li > span {
    display: inline-block;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: #111;
    font-size: 20px;
    line-height: 25px;
    margin: 0 3px;
}
@media (min-width: 768px) {
    .article-list__tag-line {
        font-size: 20px;
        width: 470px;
    }
    .article-list__tag-line--medium-line {
        width: 650px;
    }
    .news .article-list__item h2 {
        font-size: 25px;
    }
}
@media (min-width: 992px) {
    .article-list__title {
        font-size: 46px;
    }
    .article-list__tag-line {
        font-size: 20px;
    }
}
/* end news */

/* case-studies */
.case-study-list {
    background-color: #f5f5f5;
}

.case-study-list__bread-crumb {
    margin-top: 270px;
    color: #fff;
}
.case-study-list .article-list__container {
    padding-top: 30px;
}
.case-study-list__item {
    border-radius: 10px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    min-height: 380px;
    max-width: 360px;
    margin: 0 auto;
    position: relative;
    transition: 0.3s ease;
    background-color: #fff;
    background-size: cover;
    background-position: 0 -100px;
    background-repeat: no-repeat;
}
.case-study-list__item-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10px;
    background-image: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.7) 5%,
        #fff 45%
    );
}
.case-study-list__item a,
.case-study-list__item a:hover {
    color: inherit;
}
.case-study-list__item a {
    height: 185px;
    display: block;
}
.case-study__thumbnail {
    width: 100%;
    padding-top: 70%;
    margin-bottom: 30px;
    display: block;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.case-study__thumbnail-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 200px;
    height: 80px;
    object-fit: contain;
}
.case-study-list__item__body {
    padding: 0 30px;
    transition: 0.3s ease;
    z-index: 2;
    position: relative;
    margin-top: -86px;
    text-align: center;
}
.case-study-list__item__description {
    font-size: 18px;
    font-weight: 500;
    color: #626262;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (min-width: 768px) {
    .case-study-list__banner {
        background-size: 100% 100%;
    }
    .case-study-list__bread-crumb {
        margin-top: -300px;
    }
    .case-study-list__item__description {
        font-size: 22px;
    }
}
/* end case-studies */
/* why partner with us */
.company__banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0 80px;
}
.company__why-orient {
    background-image: url(/images/why-partner-with-us/why-orient-software-background.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f5f5f5;
}
.company__why-orient-content {
    margin-bottom: 30px;
}
.company__why-orient-content-wrapper {
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 50px 30px;
}
@media (min-width: 768px) {
    .company__why-orient-content {
        margin-bottom: 50px;
    }
    .company__why-orient-content.--lower {
        transform: translateY(50px);
    }
}
/* end why partner with us */
/* about us */
.about-us {
    background: #f6f6f6;
}
.about-us__cover {
    padding: 100px 0;
    background-image: url(/images/about-us/company-cover.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.about-us__cover-intro {
    color: #fff;
    font-size: 28px;
    padding: 0 30px;
    text-align: center;
}
.about-us__intro {
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}
.paragraph-subtitle {
    font-size: 12px;
    text-transform: uppercase;
}
.about-us__mission-vision {
    /*background-size: cover;*/
    background-position: left bottom;
    background-repeat: no-repeat;
    /*padding: 0 15px;*/
}
.about-us__mission-vision-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 100px;
}
.about-us__mission-vision-content-wrapper {
    background-color: #fff;
    box-shadow: 0 -2px 15px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 20px;
    height: 100%;
}
.about-us__mission-img,
.about-us__vision-img {
    width: 110%;
    border-radius: inherit;
}
.about-us__culture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: -150px;
    padding: 140px 15px 80px;
}
.about-us__culture-wrapper {
    border-radius: 20px;
    padding: 60px 30px 30px;
}
.paragraph-title-alt {
    position: relative;
    padding-left: 15px;
}
.paragraph-title-alt::before {
    position: absolute;
    content: "";
    height: 95%;
    width: 3px;
    background: #46b8e1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.about-us__culture-img {
    width: 100%;
}
.gutter-x-0 {
    --bs-gutter-x: 0;
}
@media (min-width: 768px) {
    .about-us__cover {
        padding: 150px 0;
    }
    .about-us__mission-vision-content-wrapper.--vision {
        margin-top: -100px;
    }
    .about-us__culture-wrapper {
        padding: 80px 100px 30px;
    }
    .about-us__culture-img {
        margin-top: -100px;
    }
}
@media (min-width: 992px) {
    .about-us__cover {
        padding: 230px 0;
    }
    .about-us__cover-intro {
        font-size: 40px;
    }
    .about-us__mission-vision-wrapper {
        padding-bottom: 100px;
    }
    .about-us__culture {
        padding: 80px 15px;
    }
    .about-us__culture-wrapper {
        padding: 100px 150px 30px;
    }
    .about-us__culture-img {
        margin-top: -200px;
    }
}
@media (min-width: 1366px) {
    .about-us__mission-img {
        margin-left: -40px;
    }
    .about-us__vision-img {
        margin-right: -40px;
    }
    .about-us__culture {
        padding-bottom: 100px;
    }
    .about-us__culture-wrapper {
        padding: 100px 150px 100px;
        position: relative;
    }
    .about-us__culture-img {
        position: absolute;
        left: 180px;
        bottom: -200px;
    }
}
/* end about us */

/* end company */
@media screen and (max-width: 576px) {
    #toast-container>div {
        width: 28em !important;
    }
}

@media screen and (max-width: 768px){
    .mt-md-3 {
        margin-top: 1rem !important;
    }
}
