<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#about_us_content {
    background-color: #ecebe6;
    min-height: 60px;
    padding-bottom: 120px;
}
.about-w-100 {
    width: 100%;
}
.about-top {
    display: flex;
    align-items: center;
    width: 88%;
    margin: 50px auto;
}
.about-top__left {
    width: 50%;
}
.about-top__right {
    width: 50%;
    padding-left: 70px;
}
.about-top__video {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.about-top__video:hover img {
    transform: scale(1.1);
}
.about-top__content img {
    width: 100%;
    transition: transform 0.3s ease-in-out;
}
.about-top__content svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.about-top__content:before {
    content: "";
    position: absolute;
    background: rgb(35 40 31 / 60%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.about-top__video iframe {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.about-top__title &gt; h1{
    font-size: 24px;
    color: #007D75;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
}
.about-top__desc {
    color: #23281F;
}
.about-top__btn {
    margin-top: 34px;
}
.about-content__list li {
    margin-right: 3px
}
.about-content__list li a {
    background-color: #A09A89;
    color: #ffffff;
    padding: 8px 52px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.about-content__list li:hover a {
    background-color: #FFFFFF;
    color: #007D75 !important;
}
.about-content__list li a.active {
    color: #007D75;
    background-color: #ffffff;
}
.about-content {
    margin-top: 80px;
}
.about-content__list li a.active:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    border-top: 3px solid #007D75;
}
.about-content__info {
    background: #fff;
    padding: 25px;
    position: relative;
    top: -1px
}
.about-info {
    margin: 35px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-info__item {
    width: calc(50% - 15px);
    margin-bottom: 35px;
}
.about-info__icon {
    background: rgb(159 153 136 / 15%);
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-info__title {
    text-align: center;
    color: #007D75;
    font-size: 48px;
    margin-top: 8px;
}
.about-info__desc {
    color: #007D75;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.about-info__text {
    color: #23281F;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    font-weight: 300;
    padding: 0 15px;
}
.about-map {
    margin: 30PX 0 50PX;
}
.about-map__title {
    font-size: 24px;
    color: #007D75;
    text-align: center;
    margin-bottom: 20px;
}
.about-map__map img {
    width: 100%;
}
.about-text {
    margin: 55px 0;
}
.about-text__title {
    text-align: center;
    font-size: 24px;
    color: #007D75;
    margin-bottom: 25px;
}
.about-text__desc {
    color: #23281F;
    font-size: 16px;
    text-align: center;
    width: 60%;
    margin: auto;
}
.about-list {
    margin: 30px 0;
}
.about-list__title {
    text-align: center;
    font-size: 24px;
    color: #007D75;
    margin-bottom: 25px;
}
.about-list__content {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #EDEBE6;
    padding-top: 35px;
}
.about-list__item {
    width: calc(50% - 15px);
    position: relative;
    margin-bottom: 30px;
    padding-left: 32px;
    color: #23281F;
    font-size: 16px;
    padding-right: 35px;
    line-height: 1.3;
}
.about-list__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 20px;
    height: 20px;
    background-image: url(../about_img/svg/check.svg);
    background-repeat: no-repeat;
}
.about-circle {
    margin: 35px 0;
}
.about-circle__title {
    text-align: center;
    font-size: 24px;
    color: #007D75;
    margin-bottom: 40px;
}
.about-circle__content {
    display: flex;
    justify-content: space-between;
}
.about-circle__item {
    width: calc(33.3% - 15px);
    position: relative;
    height: 375px;
}
.about-circle__icon {
    position: absolute;
}
.about-circle__name {
    width: 250px;
    margin: auto;
    font-size: 24px;
    color: #007D75;
    text-align: center;
}
.about-circle__desc {
    font-size: 16px;
    color: #23281F;
    text-align: center;
    width: 200px;
    margin: 30px auto 0;
}
.about-circle__icon svg {
    width: 375px;
    height: 375px;
}
.about-circle__item:nth-child(1) .about-circle__icon svg {
    animation: circle 15s linear infinite;
}
.about-circle__item:nth-child(2) .about-circle__icon svg {
    transform: rotate(180deg);
    animation: circle_1 18s linear infinite;
}
.about-circle__item:nth-child(3) .about-circle__icon svg {
    transform: rotate(60deg);
    animation: circle_2 22s linear infinite;
}
.about-circle__item:nth-child(2) .about-circle__icon {
    left: -21px;
}
.about-circle__item:nth-child(3) .about-circle__icon {
    left: -42px;
}
.about-circle__item:nth-child(1) .about-circle__info {
    right: -15px;
}
.about-circle__item:nth-child(3) .about-circle__info {
    left: -22px;
}
.about-circle__info {
    position: relative;
    margin-top: 70px;
}
@keyframes circle {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
@keyframes circle_1 {
    0% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(-180deg);
    }
}
@keyframes circle_2 {
    0% {
        transform: rotate(60deg);
    }
    100% {
        transform: rotate(-300deg);
    }
}
.list-table {
    margin: 85px 0;
}
.list-table__title {
    color: #007D75;
    font-size: 24px;
    margin: 0 auto 20px;
    width: 355px;
    text-align: center;
}
.list-table__item:first-child {
    border-top: 1px solid rgb(237 235 230 / 50%);
}
.list-table__item {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid rgb(237 235 230 / 50%);
}
.list-table__logo {
    width: 30%;
    text-align: center;
}
.list-table__desc {
    font-size: 16px;
    width: 35%;
}
.list-table__link {
    width: 35%;
    padding-left: 115px;
}
.list-table__link a {
    color: #007D75;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}
.list-table__link a:hover {
    color: #a09a89;
}
.about-list-brand__title {
    color: #23281F;
    font-weight: 500;
    text-align: center;
}
.about-list-brand {
    margin: 30px 0;
}
.about-list-brand__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 74%;
    margin: 20px auto;
}
.about-list-brand__item {
    width: calc(33% - 10px);
    text-align: center;
}
.about-list-brand__item img {
    transition: transform 0.3s ease-in-out;
}
.about-list-brand__item:hover img {
    transform: scale(1.1);
}
.about-bottom {
    border-top: 1px solid rgb(237 235 230 / 50%);
    margin-top: 60px;
    padding-top: 50px;
    margin-bottom: 80px;
}
.about-bottom__img {
    text-align: center;
    margin-bottom: 30px;
}
.about-bottom__desc {
    width: 60%;
    text-align: center;
    margin: auto;
    color: #9F9988;
}
.about-info-left-right-photo {
    display: flex;
    align-items: center;
}
.about-info-left-right-photo__left {
    padding-left: 65px;
    padding-right: 85px;
    width: 50%;
}
.about-info-left-right-photo__right {
    width: 50%;
}
.about-info-left-right-photo__right img {
    width: 100%;
}
.about-info-left-right-photo__left p {
    margin-bottom: 30px;
}
.about-photo-left-right-info {
    display: flex;
    align-items: center;
    background: #9F9988;
}
.about-photo-left-right-info__left {
    width: 50%;
}
.about-photo-left-right-info__left img {
    width: 100%;
}
.about-photo-left-right-info__right {
    width: 50%;
    padding-left: 45px;
    padding-right: 40px;
}
.about-photo-left-right-info__right h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 12px;
}
.about-photo-left-right-info__right p {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 35px;
}
.about-list-info {
    display: flex;
    justify-content: space-between;
    margin: 65px 0;
}
.about-list-info__item {
    width: calc(33.3% - 20px);
    text-align: center;
    margin-bottom: 15px;
}
.about-list-info__text {
    font-size: 16px;
    color: #23281F;
    padding: 0 5px;
    margin-top: 22px;
}
.about-text__desc p {
    margin-bottom: 20px;
}
.about-text__desc.w-80 {
    width: 80%;
}
.about-history {
    margin: 85px 0 40px;
}
.about-history__title {
    text-align: center;
    color: #007D75;
    font-size: 24px;
    margin-bottom: 30px;
}
.about-history__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.about-history__item.right {
    display: flex;
    align-items: center;
    position: relative;
    right: -220px;
    width: 230px;
}
.about-history__item.left {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
    left: -220px;
    width: 230px;
}
.about-history__content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    background: #EDEBE6;
    width: 1px;
}
.about-history__photo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about-history__photo img {
    margin: 25px 0;
}
.about-history__date {
    color: #23281F;
    font-size: 18px;
    margin-right: 30px;
    margin-left: 30px;
    width: 50px;
}
.about-history__item.right:before {
    content: "";
    position: absolute;
    left: -105px;
    height: 1px;
    background: #EDEBE6;
    width: 100px;
}
.about-history__item.right:after {
    content: "";
    position: absolute;
    background: #007D75;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: -108px;
}
.about-history__item.left:before {
    content: "";
    position: absolute;
    right: -105px;
    height: 1px;
    background: #EDEBE6;
    width: 100px;
}
.about-history__item.left:after {
    content: "";
    position: absolute;
    background: #007D75;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    right: -109px;
}
.about-history__item.left.more-photo {
    align-items: flex-start;
}
.about-history__item.left.more-photo .about-history__date {
    margin-top: 35px;
}
.about-history__item.left.more-photo::before {
    top: 48px;
}
.about-history__item.left.more-photo::after  {
    top: 45px;
}
.about-photo img {
    width: 100%;
}
@media(max-width: 1200px){
    .about-top {
       width: 100%;
    }
    .about-top__title {
        font-size: 22px;
    }
    .about-circle__icon svg {
        width: 322px;
        height: 322px;
    }
}
@media (max-width: 991px) {
    #about_us_content {
        padding-bottom: 2px !important;
    }
}
@media (max-width: 992px) {
    .about-top {
        margin: 0;
        flex-wrap: wrap;
    }
    .about-top__left {
        width: 100%;
    }
    .about-top__right {
        width: 100%;
        padding-left: unset;
        margin-top: 15px;
    }
    .about-top__video {
        max-height: 400px;
    }
    .about-top__title {
        margin-bottom: 10px;
    }
    .about-content {
        margin-top: 60px;
    }
    .about-info {
        margin: 15px 0;
    }
    .about-info__item {
        width: calc(50% - 5px);
        margin-bottom: 18px;
    }
    .about-info__title {
        font-size: 30px;
        margin-top: 0;
    }
    .about-info__desc {
        font-size: 16px;
    }
    .about-info__text {
        font-size: 14px;
        padding: 0 8px;
    }
    .about-text {
        margin: 35px 0;
    }
    .about-text__title {
        margin-bottom: 16px;
    }
    .about-text__desc {
        width: 78%;
    }
    .about-circle__item {
        height: 245px;
    }
    .about-circle__icon svg {
        width: 245px;
        height: 245px;
    }
    .about-circle__info {
        position: relative;
        margin-top: 42px;
    }
    .about-circle__name {
        font-size: 18px;
        width: 100%;
    }
    .about-circle__desc {
        font-size: 14px;
        width: 77%;
        margin: 15px auto 0;
    }
    .about-bottom {
        margin-top: 40px;
        padding-top: 40px;
        margin-bottom: 25px;
    }
    .list-table__item {
        padding: 20px 0;
    }
    .list-table__desc {
        width: 45%;
        padding-left: 20px;
        font-size: 14px;
    }
    .list-table__link {
        width: 25%;
        padding-left: 45px;
    }
    .about-list-brand__content {
        width: 100%;
        margin: 10px auto;
    }
    .about-list-brand__item img {
        width: 100%;
    }
    .about-content {
        margin-bottom: 70px;
    }
    .about-info-left-right-photo__left {
        padding-left: 0;
        padding-right: 15px;
    }
    .about-info-left-right-photo__left p {
        margin-bottom: 14px;
    }
    .about-photo-left-right-info__right {
        padding-left: 20px;
        padding-right: 0;
    }
    .about-photo-left-right-info__right h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .about-photo-left-right-info__right p {
        font-size: 13px;
    }
    .about-photo-left-right-info__right p {
        margin-bottom: 18px;
    }
    .about-list-info {
        margin: 30px 0;
    }
    .about-history__item.left {
        left: -130px;
    }
    .about-history__item.left:before {
        right: -15px;
        width: 30px;
    }
    .about-history__item.left:after {
        right: -19px;
    }
    .about-history__item.right {
        right: -130px;
    }
    .about-history__item.right:before {
        left: -15px;
        width: 30px;
    }
    .about-history__item.right:after {
        left: -18px;
    }
}
@media(max-width: 768px){
    .about-top__video {
        max-height: 300px;
    }
    .about-top__right {
        margin-top: 10px;
    }
    .about-top__title {
        font-size: 18px;
    }
    .about-info__item {
        width: 100%;
    }
    .about-map {
        margin: 20px 0 30px;
    }
    .about-text {
        margin: 25px 0;
    }
    .about-text__desc {
        width: 100%;
    }
    .about-list__item {
        width: 100%;
        padding-right: unset;
    }
    .about-circle__content {
        flex-wrap: wrap;
    }
    .about-circle__item {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .about-circle__icon {
        text-align: center;
        left: unset !important;
        right: unset !important;
    }
    .about-circle__desc, .about-circle__name {
        width: 180px;
    }
    .about-circle__item:nth-child(1) .about-circle__info {
        right: unset;
    }
    .about-circle__item:nth-child(3) .about-circle__info {
        left: unset;
    }
    .about-circle__info {
        margin-top: 50px;
    }
    .about-circle__title {
        margin-bottom: 20px;
    }
    .list-table {
        margin: 35px 0;
    }
    .list-table__title {
        width: 100%;
    }
    .list-table__logo {
        width: 20%;
    }
    .list-table__logo img {
        max-width: 100%;
    }
    .list-table__desc {
        width: 55%;
    }
    .about-bottom__desc {
        width: 100%;
    }
    .about-info-left-right-photo {
        flex-wrap: wrap-reverse;
    }
    .about-info-left-right-photo__left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .about-info-left-right-photo__right {
        width: 100%;
    }
    .about-photo-left-right-info {
        flex-wrap: wrap;
    }
    .about-photo-left-right-info__left {
        width: 100%;
    }
    .about-photo-left-right-info__right {
        width: 100%;
        padding-top: 15px;
    }
    .about-list-info {
        flex-wrap: wrap;
    }
    .about-list-info__item {
        width: 100%;
    }
    .about-text__desc.w-80 {
        width: 100%;
    }
    .about-history__photo img {
        max-width: 130px;
    }
    .about-history {
        margin: 55px 0 15px;
    }
}
@media (max-width: 575px) {
    .about-top {
        padding: 0 10px;
    }
    .about-content__info {
        padding: 10px;
    }
    .about-info__text {
        margin-top: 12px;
    }
    .about-text__title {
        margin-bottom: 8px;
    }
    .about-text__desc {
        font-size: 14px;
    }
    .list-table__item {
        flex-wrap: wrap;
    }
    .list-table__logo {
        width: 100%;
    }
    .list-table__desc {
        width: 100%;
        padding: 0;
        text-align: center;
        margin: 10px 0;
    }
    .list-table__link {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .about-list-brand__item {
        width: calc(50% - 10px);
    }
    .about-bottom__img img {
        max-width: 100%;
    }
    .about-history__date {
        margin-right: 10px;
        margin-left: 10px;
        font-size: 15px;
        width: 35px;
    }
    .about-history__item.right:before, .about-history__item.left:before {
        width: 15px;
    }
    .about-history__photo img {
        max-width: 100px;
        margin: 14px 0;
    }
    .about-list-info__text {
        font-size: 15px;
        margin-top: 0;
    }
    .about-history__item.left.more-photo .about-history__date {
        margin-top: 15px;
    }
    .about-history__item.left.more-photo::before {
        top: 27px;
    }
    .about-history__item.left.more-photo::after {
        top: 24px;
    }
}
@media (max-width: 360px) {
    .about-content__list li a {
        padding: 8px 46px;
    }
    .about-map__title, .about-text__title, .about-list__title, .list-table__title {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .about-list__content {
        padding-top: 20px;
    }
    .about-list__item {
        margin-bottom: 20px;
    }
    .about-list {
        margin: 15px 0;
    }
    .about-circle {
        margin: 16px 0;
    }
    .about-content {
        margin-bottom: 30px;
    }
    .about-photo-left-right-info__right {
        padding: 10px;
    }
    .about-list-info__text {
        font-size: 14px;
    }
    .about-history__photo img {
        max-width: 75px;
    }
}</pre></body></html>