.banner-video {
    height: 100vh;
    max-height: 92.2rem;
    position: relative;
}

.banner-video::before {
    content: "";
    display: block;
    width: 100%;
    height: 16.2rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    pointer-events: none;
    opacity: .8;
    background-image: linear-gradient(to top, transparent, rgb(0, 0, 0));
}

.banner-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.banner-video-content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    max-width: 160rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-video-inner {
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    padding: 20rem 0 10.8rem;
    flex-direction: column;
    text-align: center;
    display: flex;
    color: #fff;
}

.banner-video-actions {
    position: absolute;
    right: 0;
    bottom: 6rem;
    z-index: 2;
    display: flex;
    gap: 2.4rem
}

.banner-video-actions .btn_voice,
.banner-video-actions .btn_status {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 2
}

.banner-video-actions .btn_voice::before,
.banner-video-actions .btn_status::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid rgba(255, 255, 255, .2)
}

.banner-video-actions .btn_voice.active::before {
    border-color: rgb(255, 255, 255)
}

.banner-video-actions .btn_voice.active::after {
    background-image: url(../icons/icon-vocal.svg)
}

.banner-video-actions .btn_voice::after {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../icons/icon-mute.svg) center center / contain no-repeat
}

.banner-video-actions .btn_status.active::before {
    border-color: rgb(255, 255, 255)
}

.banner-video-actions .btn_status.active::after {
    transform: translateX(.2rem);
    background-image: url(../icons/icon-play.svg)
}

.banner-video-actions .btn_status::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../icons/icon-pause.svg) center center / contain no-repeat
}

.subtitle {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: .4rem;
    color: #757575;
    text-transform: uppercase;
}

.dark .subtitle {
    color: #fff;
}

.banner-video-inner h2 {
    color: inherit;
    font-weight: 500;
    font-size: 4.2rem;
    line-height: 6.7rem;
    letter-spacing: 1.8px;
}


.banner-main {
    min-height: max-content;
    max-height: 92.2rem;
    padding: 20rem 0 !important;
    height: 100vh;
}

.banner-main h1 {
    font-size: 6rem;
    font-weight: 500;
    line-height: 6.7rem;
    letter-spacing: 2.5px;
    margin: 0;
}

.banner-main .subtitle+h1 {
    margin-top: 1.2rem;
}

.banner-main h1+.btn-main {
    margin-top: 3.6rem;
}

.btn_down {
    content: "";
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 6.4rem;
    z-index: 2;
    transform: translateX(-50%);
    width: 3.8rem;
    height: 2rem;
    background: url(../icons/icon-down.svg) center center / contain no-repeat;
    animation: 1.5s linear 0s infinite normal none running arrow-top-bottom;
}

.col-contact>.col-inner {
    padding: 118px 130px;
}

.desc-main {
    font-size: 1.8rem;
    line-height: 1.5;
}

.desc-main h2 {
    font-size: 4.60302rem;
    margin: 0 0 14px;
    font-weight: 500;
}

.desc-main p {
    margin-bottom: 10px;
}

.blog-wrapper {
    padding: 0;
}

.banner-news {
    color: #fff;
    padding: 23.8rem 0 16rem;
    background: no-repeat center / cover;
    position: relative;
}

.banner-news::before {
    content: '';
    display: block;
    width: 100%;
    height: 16.2rem;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
    pointer-events: none;
    background-image: linear-gradient(to top, transparent, #000);
}

.banner-news h1 {
    font-size: 5.6rem;
    line-height: 7.2rem;
    font-weight: 600;
    max-width: 130rem;
    color: #fff;
    letter-spacing: 2.5px;
}

.infos {
    gap: 1.6rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #828282;
    font-weight: 500;
    margin-bottom: 4.6rem
}

.infos span,
.infos a {
    color: #151515
}

.infos .author {
    gap: 1.4rem;
    display: flex;
    align-items: center
}

.infos .author .avatar {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 6px
}

.infos .author .avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.infos .date {
    gap: 1.2rem;
    display: flex;
    align-items: center
}

.infos .date::before {
    content: '';
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../icons/icon-date.svg) no-repeat center / contain
}

.infos .read {
    gap: 1.2rem;
    display: flex;
    align-items: center
}

.infos .read::before {
    content: '';
    display: block;
    width: 2rem;
    height: 2rem;
    background: url(../icons/icon-read.svg) no-repeat center / contain
}

.entry-content.single-page,
.entry-header-text {
    padding: 0;
}

.entry-image.relative {
    margin: -13.2rem 0 3.4rem;
}

figcaption.wp-caption-text {
    text-align: left;
    font-weight: bold;
    margin-top: 10px;
}

.entry-content.single-page p,
.entry-content.single-page li {
    font-size: 1.8rem;
    line-height: 3.2rem;
}

.entry-content.single-page ul {
    margin: 1rem 0
}

.entry-content.single-page li {
    position: relative;
    padding-left: 2rem
}

.entry-content.single-page li::before {
    content: '';
    display: block;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background-color: var(--primary-color-color);
    position: absolute;
    left: 0;
    top: 1.2rem
}

.entry-content.single-page a {
    color: var(--primary-color-color);
    text-decoration: underline
}

.entry-content.single-page a:hover {
    text-decoration: none
}

.entry-content.single-page h2 {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 5.5rem 0 2rem
}

.entry-content.single-page h3 {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 3.5rem 0 2rem
}

.entry-content.single-page img {
    max-width: 100%;
    height: auto;
    margin: 15px 0
}

.sider_post .nav_list {
    position: relative;
    z-index: 2
}

.sider_post .nav_list::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: -1;
    background-color: #d2d2d2
}

.sider_post .nav_list ul {
    gap: 2rem 4.8rem;
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
}

.sider_post .nav_list .item {
    padding: 2rem 0;
    font-size: 2rem;
    color: #000;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    min-width: 6.2rem;
    border-bottom: 3px solid transparent
}

.sider_post .nav_list .active .item {
    border-color: var(--fs-color-secondary)
}

.sider_post .list {
    margin-top: 2.6rem;
    display: none
}

.sider_post .list.active {
    display: block
}

.sider_post .list li+li {
    margin-top: 3.6rem
}

.sider_post .list a {
    gap: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 10.3rem 1fr;
    color: #000;
}

.sider_post .list .info .title {
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 2.6rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
}

.sider_post .list a:hover .title {
    color: red
}

.sider_post .list .info .date {
    opacity: .6;
    margin-top: 1.4rem;
    color: #161616;
}

.sider_post .label {
    font-size: 2.2rem;
    font-weight: 500;
    margin-bottom: 2rem
}

.sider_post .tags {
    margin-top: 5.8rem
}

.sider_post .tags ul {
    gap: 1.2rem;
    display: flex;
    flex-wrap: wrap
}

.sider_post .tags li {
    display: block;
    margin: 0;
}

.sider_post .tags li a {
    color: rgba(20, 20, 20, .8);
    font-weight: 600;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    padding: 11px 14px;
    display: block;
}

.sider_post .tags li:hover a {
    color: #fff;
    border-color: var(--primary-color-color);
    background-color: var(--primary-color-color)
}

.sider_post .share {
    margin-top: 4.6rem
}

.sider_post .share ul {
    gap: 1.2rem;
    display: flex;
    flex-wrap: wrap
}

.sider_post .share .active a {
    background-color: var(--fs-color-secondary)
}

.sider_post .share .active a::after {
    filter: contrast(0) brightness(2)
}

.sider_post .share a {
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 50%;
    transition: all 0.3s;
    background-color: #efefef;
    position: relative
}

.sider_post .share a::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    background: no-repeat center / contain
}

.sider_post .share .facebook a::after {
    background-image: url(../icons/post-facebook.svg)
}

.sider_post .share .twitter a::after {
    background-image: url(../icons/post-twitter.svg)
}

.sider_post .share .linkedin a::after {
    background-image: url(../icons/post-linkedin.svg)
}

.blog_latest {
    padding: 11.4rem 0 12rem;
    background-color: #f5f4f2
}

.blog_latest .list {
    margin-top: 4.8rem
}

.blog_latest .list .image-cover {
    padding-top: 0;
}

.blog_latest .list ul {
    gap: 3.4rem 4.7rem;
    display: grid;
    grid-template-columns: 61.25% 1px 1fr;
    list-style: none;
}

.blog_latest .list ul::before {
    content: '';
    display: block;
    order: 2;
    grid-row: span 3;
    background-color: rgba(0, 0, 0, .25)
}

.blog_latest .list ul::after {
    content: '';
    display: block;
    height: 1px;
    order: 4;
    background-color: rgba(0, 0, 0, .25)
}

.blog_latest .list li a {
    color: #161616
}

.blog_latest .list li {
    list-style: none
}

.blog_latest .list li:nth-child(1) {
    order: 1;
    grid-row: span 3
}

.blog_latest .list li:nth-child(1) .img {
    padding-bottom: 55.612245%
}

.blog_latest .list li:nth-child(1) .info .date {
    margin-top: 4.2rem
}

.blog_latest .list li:nth-child(1) .info .title {
    font-size: 2.8rem;
    margin-top: 8px
}

.blog_latest .list li:nth-child(1) .info .desc {
    display: block;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog_latest .list li:nth-child(1) .info .btn_more {
    display: inline-block
}

.blog_latest .list li:nth-child(2) {
    order: 3
}

.blog_latest .list li:nth-child(3) {
    order: 5
}

.blog_latest .list li a:hover img {
    transform: scale(1.03)
}

.blog_latest .list li .img {
    padding-bottom: 45.333333%
}

.blog_latest .list li .cat {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    background-color: var(--fs-color-secondary);
    padding: 1.2rem 2.2rem;
    min-width: 9.2rem;
    text-align: center;
    font-size: 1.7rem
}

.blog_latest .list li .info .date {
    margin-top: 16px;
    font-size: 1.8rem
}

.blog_latest .list li .info .title {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.27;
    margin-top: 8px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog_latest .list li .info .desc {
    color: var(--text);
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-top: 14px;
    display: none
}

.blog_latest .list li .info .btn_more {
    display: none;
    margin-top: 5rem;
    font-size: 1.6rem;
    line-height: 4.8rem;
}

.blog_main {
    padding: 11.4rem 0 0
}

.blog_main .flex {
    margin-bottom: 4rem
}

.blog_main .head {
    margin-bottom: 8px
}

.blog_main .nav_list {
    position: relative;
    z-index: 2
}

.blog_main .nav_list::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: -1;
    background-color: #d2d2d2
}

.blog_main .nav_list ul {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap
}

.blog_main .nav_list .item {
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 2rem;
    text-align: center;
    border-bottom: 3px solid transparent;
    padding: 1.8rem 0;
    min-width: 8.4rem;
    color: #000
}

.blog_main .nav_list .active .item {
    border-color: var(--title)
}

.blog-wrapper .large-10.col {
    flex-basis: 100%;
    max-width: 100%;
}

.cat-box {
    color: #fff;
    max-width: max-content;
    background-color: var(--fs-color-secondary);
    padding: 6px 16px;
    font-size: 1.4rem;
}

.box-blog-post .post-title {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3rem;
    margin-top: 1.8rem;
    margin-bottom: auto;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-blog-post .post-title a {
    margin: 0;
}

.box-blog-post .box-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 3rem 3.2rem 2.3rem;
    background-color: #f7f7f7;
}

.box-blog-post .is-divider,
.box-blog-post p.from_the_blog_excerpt {
    display: none;
}

.box-blog-post .bot {
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(39, 28, 11, .4);
    padding-top: 1.8rem;
    margin-top: 4.8rem;
    font-size: 1.7rem;
}

.box-blog-post .bot a {
    color: #161616;
}

.box-blog-post .bot a:hover {
    color: var(--fs-experimental-link-color);
}

.bot .date {
    opacity: .6;
}

.swiper_btns {
    gap: 6.4rem;
    display: flex
}

.swiper_btns.btn-white {
    filter: contrast(0) brightness(2)
}

.swiper_btns.middle {
    justify-content: space-between;
    width: 98%;
    max-width: 177.6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    pointer-events: none;
    transform: translate(-50%, -50%)
}

.swiper_btns div {
    width: 2.8rem;
    height: 1.8rem;
    cursor: pointer;
    pointer-events: all;
    transition: 0.3s;
    background: url(../icons/arrow-l-b.svg) center center / contain no-repeat
}

.swiper_btns .btn_next {
    transform: rotate(180deg)
}

.swiper_btns .swiper-button-disabled {
    opacity: .5;
    pointer-events: none
}

.project_show {
    padding: 11.9rem 0 4.25rem;
    overflow: hidden
}

.project_show .project_show_swiper .swiper-slide {
    width: 124rem;
    position: relative
}

.project_show .project_show_swiper .swiper-slide::after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(0, 0, 0, .7);
    pointer-events: none;
    transition: 0.3s
}

.project_show .project_show_swiper .img {
    padding-top: 64.5161%
}

.project_show .project_show_swiper .img:hover img {
    transform: scale(1.02)
}

.project_show .project_show_swiper .swiper-slide-active::after {
    opacity: 0
}

.project_show .swiper_btns {
    max-width: 186.3rem
}

.project_show .pagination {
    position: absolute;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 172.9rem;
    pointer-events: none;
    font-size: 1.5rem;
    color: rgb(255, 255, 255)
}

.project_show .pagination span {
    cursor: pointer
}

.project_main {
    padding: 4.25rem 0 11.9rem
}

.project_main .left {
    flex: 1;
    max-width: 84.4rem
}

.project_main .left .img {
    margin-bottom: 5rem
}

.project_main .postdetail {
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: #5b5245
}

.project_main .postdetail .content>*:first-child {
    margin-top: 0
}

.project_main .postdetail .content>*:last-child {
    margin-bottom: 0
}

.project_main .postdetail em {
    font-size: 8.2rem;
    color: #000;
    font-style: normal
}

.project_main .postdetail h2 {
    font-size: 3rem;
    line-height: 1.5;
    color: #000;
    font-weight: 600;
    margin: 3rem 0 2rem
}

.project_main .postdetail h3 {
    font-size: 2.5rem;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    margin: 2rem 0 1rem
}

.project_main .postdetail p {
    hyphens: auto;
    margin: 1.8rem 0
}

.project_main .postdetail img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: auto;
    margin: 4rem 0
}

.project_main .postdetail a {
    color: var(--primary-color);
    font-weight: 500;
    text-decoration: underline;
    transition: all 0.3s
}

.project_main .postdetail a:hover {
    text-decoration-color: transparent
}

.project_main .postdetail ul {
    margin: 2rem 0
}

.project_main .postdetail ul li {
    position: relative;
    padding-left: 3rem
}

.project_main .postdetail ul li::before {
    width: .8rem;
    height: .8rem;
    position: absolute;
    left: 0;
    top: 1.4rem;
    content: '';
    border-radius: 50%;
    background-color: var(--primary-color)
}

.project_main .postdetail .wp-block-columns {
    gap: 16px
}

.project_main .postdetail .entry-content {
    padding: 0;
}

.project_main .tags-box {
    border-top: 1px solid rgba(25, 25, 30, .15);
    padding-top: 3rem;
    margin-top: 4.9rem
}

.project_main .tags-box .tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: .3rem
}

.project_main .tags-box .tags span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #000;
    margin-right: 2.7rem
}

.project_main .tags-box .tags p {
    color: #4c4c4c;
    font-weight: 600;
    transition: all 0.3s;
    background-color: #fafbfb;
    line-height: 3.4rem;
    padding: 0 4.725rem
}

.project_main .tags-box .tags p:hover {
    background-color: var(--primary-color)
}

.project_main .tags-box .share {
    gap: 2rem 1.4rem;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

.project_main .tags-box .share .active a {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.project_main .tags-box .share a {
    opacity: 1;
    display: block;
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    text-indent: -999px;
    position: relative;
    transition: all 0.3s;
    border-radius: 50%;
    border: 1px solid rgba(22, 22, 22, .14)
}

.project_main .tags-box .share a::after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    background: no-repeat center / contain;
    transition: all 0.3s
}

.project_main .tags-box .share .facebook a::after {
    background-image: url(../icons/facebook2.svg)
}

.project_main .tags-box .share .twitter a::after {
    background-image: url(../icons/twitter2.svg)
}

.project_main .tags-box .share .pinterest a::after {
    background-image: url(../icons/pinterest2.svg)
}

.project_main .info {
    width: 32.9375%;
    margin-top: 1.3rem
}

.project_main .info ul,
.project_main .info li {
    margin: 0;
    list-style: none;
}

.project_main .info li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 2px
}

.project_main .info span {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #000;
    opacity: .54;
    padding: 1.5rem 0
}

.project_main .info span:first-child {
    opacity: 1;
    font-weight: 400
}

.project_related {
    background-color: #f6f4f2;
    padding: 11.7rem 0 12rem
}

.project_related .project_related_swiper {
    margin-top: 4.7rem;
    overflow: hidden
}

.project_related .project_related_swiper .swiper-slide {
    width: 51.4rem
}

.project_related p.center:has(.btn_more) {
    margin-top: 6rem
}

.project_related p.center:has(.btn_more) .btn_more {
    font-size: 1.8rem;
    line-height: 6.3rem;
    padding: 0 4.9rem
}

.section_more {
    padding: 10.8rem 0 12rem
}

.section_more .section_more_swiper {
    margin-top: 5.9rem;
    overflow: hidden
}

.section_more .section_more_swiper .swiper-slide {
    width: 36.9rem
}

.section_more .item {
    display: flex;
    flex-direction: column;
    height: 100%
}

.section_more .item .img {
    padding-top: 92.1409%
}

.section_more .item .info {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 4.1rem
}

.section_more .item .info h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 500;
    color: rgb(39, 28, 11);
    margin-bottom: auto;
    letter-spacing: .4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.section_more .item .info span {
    display: block;
    border-bottom: 1px solid rgb(164, 119, 100);
    transition: 0.3s;
    font-size: 2rem;
    margin-top: 4rem;
    padding-bottom: .6rem
}

.section_more .item .info span:hover {
    border-bottom-color: transparent
}

.project_item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff
}

.project_item a:hover img {
    transform: scale(1.02)
}

.project_item .img {
    padding-top: 66.1479%
}

.project_item .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3.5rem 7.00389%;
}

.project_item .info .cat {
    color: var(--primary-color);
    margin-bottom: 8px
}

.project_item .info h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
    font-weight: 500;
    color: #271c0b;
    margin-bottom: auto;
    letter-spacing: .4px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.project_item .info span {
    display: block;
    border-bottom: 1px solid #a47764;
    transition: all 0.3s;
    font-size: 2rem;
    margin-top: 4rem;
    padding-bottom: .6rem
}

.project_item .info span:hover {
    border-bottom-color: transparent
}

.projects_main {
    background-color: #f6f4f2;
    padding: 11.5rem 0 12rem;
    overflow: hidden
}

.projects_main .list {
    margin-top: 4.8rem
}

.projects_main .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.5rem 1.875%
}

.projects_main .text-center:has(.btn_more) {
    margin-top: 6rem;
    min-height: 6.5rem
}

.projects_main .text-center:has(.btn_more) .btn_more {
    font-size: 1.8rem;
    line-height: 6.3rem;
    padding: 0 4.9rem
}

.projects_main select {
    color: #171717;
    display: inline-flex;
    align-items: center;
    border: 1px solid #c1c1c1;
    transition: all 0.3s;
    padding: 1.5rem 5.4rem 1.5rem 1.8rem;
    background: url(../icons/icon-select2.svg) no-repeat right 1.8rem center / 1.1rem;
    cursor: pointer;
    width: auto;
    height: auto;
    line-height: normal;
    font-size: 1.6rem;
    margin: 0;
}

.product_preview {
    overflow: hidden;
    background-color: #f5f4f2
}

.product_preview .img {
    width: 60%;
    margin-left: -10%;
    --h: 78.333333%
}

.product_preview .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.product_preview .text {
    width: 42.375%;
    padding: 3rem 0;
    align-self: center;
}

.product_preview .text h1 {
    font-weight: 600;
    font-size: 6.5rem;
    line-height: 7.2rem;
    letter-spacing: 3px;
    margin: 0;
}

.product_preview .text .cat {
    font-size: 2.2rem;
    letter-spacing: 1px;
    margin-top: 3.2rem
}

.product_preview .label-info+.label-info {
    margin-top: 4.2rem
}

.label-info-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.label-info-top a {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    margin: auto;
}

.label-info {
    font-size: 1.8rem;
}

.wrap-info-prodcut {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 2.2rem;
    padding-top: 2.2rem;
    border-top: 1px solid #D1D1D1;
}

.wrap-info-prodcut .label-info {
    margin: 0 !important;
    width: 50%;
}

.product-info-main {
    max-width: 66rem;
}

.label-info p {
    opacity: .75;
    line-height: 2.6rem;
    margin-top: 10px;
}

.product_preview .text .btns {
    gap: 2.2rem;
    display: flex;
    flex-wrap: wrap;
    padding-top: 2.2rem;
    margin-top: 2.2rem;
    border-top: 1px solid #d1d1d1
}

.product_related {
    padding: 10.2rem 0 12.2rem;
    background-color: #f5f4f2
}

.product_related .swiper_box {
    margin-top: 5.6rem
}

.product_related .product_related_swiper {
    overflow: hidden
}

.product_related .product_related_swiper .swiper-slide {
    width: 37rem
}

.product_related .btn_more {
    margin-top: 10.4rem;
    font-size: 2rem;
    line-height: 6rem;
    min-width: 20.8rem;
    text-transform: none
}

.product_tab {
    position: relative;
    z-index: 2;
    margin-top: 1.2rem
}

.product_tab::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgb(242, 242, 242);
    position: absolute;
    left: 0;
    bottom: 1px;
    z-index: -1
}

.product_tab ul {
    gap: 3.125%;
    display: flex
}

.product_tab li:first-child {
    margin-left: auto
}

.product_tab li:last-child {
    margin-right: auto
}

.product_tab a {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: rgb(96, 96, 96);
    transition: 0.3s;
    border-bottom: 3px solid transparent;
    padding: 2.2rem 0
}

.product_tab a:hover {
    color: var(--title)
}

.product_tab .active a {
    font-weight: 500;
    color: #000;
    border-color: var(--primary-color)
}

.product_faq {
    padding: 15.8rem 0 19rem
}

.product_faq .content {
    max-width: 134rem
}

.product_faq .head {
    flex: 1 1 0%;
    max-width: 36.6rem
}

.product_faq .head h2 {
    font-size: 4rem
}

.product_faq .head p {
    color: var(--text);
    font-size: 1.7rem;
    line-height: 2.8rem;
    margin-top: 3rem
}

.product_faq .head .btn_more {
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 6rem;
    min-width: 20.8rem;
    text-transform: none
}

.product_faq .faq_list {
    width: 61.6418%
}

.product_faq .faq_list .faq_item {
    transition: 0.3s;
    border-bottom: 1px solid rgb(213, 219, 219)
}

.product_faq .faq_list .faq_item:first-child .answer {
    display: block
}

.product_faq .faq_list .faq_item.active {
    border-color: var(--title)
}

.product_faq .faq_list .faq_item.active .question::after {
    background-image: url(../icons/icon-reduce.svg)
}

.product_faq .faq_list .question {
    gap: 16px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    cursor: pointer;
    font-size: 2.2rem;
    font-weight: 500;
    padding: 2.8rem 0 2.6rem
}

.product_faq .faq_list .question::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    transition: 0.3s;
    background: url(../icons/icon-add.svg) center center / contain no-repeat
}

.product_faq .faq_list .answer {
    color: var(--text);
    font-size: 1.7rem;
    line-height: 2.8rem;
    padding-bottom: 3.4rem;
    display: none
}


.product_gallery {
    overflow: hidden;
    user-select: none;
    -webkit-user-drag: none;
    position: relative;
}

.product_gallery .head {
    color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    top: 7rem;
    z-index: 2;
    max-width: 100%
}

.product_gallery .head h2 {
    font-size: 4rem;
    color: #fff;
}

.product_gallery .img {
    padding-top: 48.6979%;
    min-height: 375px;
}

.product_gallery .syeditorlist {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.product_gallery .syeditorlist li {
    position: absolute;
    width: 6.14583%
}

.product_gallery .syeditorlist .lt .item {
    left: unset;
    right: 115.254%
}

.product_gallery .syeditorlist .lt .item a {
    transform: translateX(105%)
}

.product_gallery .syeditorlist .bt .item {
    top: 12%;
    bottom: unset
}

.product_gallery .syeditorlist .active .dot {
    transform: rotate(135deg)
}

.product_gallery .syeditorlist .active .item {
    pointer-events: all
}

.product_gallery .syeditorlist .active .item a {
    transform: translate(0)
}

.product_gallery .syeditorlist .dot {
    cursor: pointer;
    width: 100%;
    padding-bottom: 100%;
    transition: 0.3s;
    border-radius: 50%;
    background: url(https://plain-homeland.com/wp-content/plugins/sytech-fronteditor/sytpl/product5-product_gallery/assets/img/pd-dot.svg) center center / contain no-repeat
}

.product_gallery .syeditorlist .item {
    position: absolute;
    left: 115.254%;
    bottom: 12%;
    width: 313.559%;
    overflow: hidden;
    min-width: 150px;
    pointer-events: none
}

.product_gallery .syeditorlist .item a {
    display: block;
    transition: 0.4s;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    transform: translateX(-105%)
}

.product_gallery .syeditorlist .item a:hover img {
    transform: scale(1.03)
}

.product_gallery .syeditorlist .item .img {
    padding-top: 100%;
    min-height: unset;
}

.product_gallery .syeditorlist .item .info {
    padding: 7.02703% 8.10811% 6.48649%
}

.product_gallery .syeditorlist .item .info .cat {
    color: rgb(81, 81, 81);
    text-transform: uppercase
}

.product_gallery .syeditorlist .item .info .title {
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 4px
}

.product_list .image-cover {
    padding-top: 127.567568%;
}

.product_list .info {
    margin-top: 1.6rem;
    text-transform: uppercase
}

.product_list .info .cat {
    color: #515151;
    margin-bottom: .4rem
}

.product_list .info .title {
    font-size: 2.2rem;
    font-weight: 500;
    color: #161616;
}

.product_list .info .title:hover {
    color: var(--primary-color);
}

.showroom_main {
    padding: 15.6rem 0 18.1rem !important;
    overflow: hidden;
}

.dark .bts-logo {
    filter: contrast(0) brightness(2);
}

.bts-logo {
    display: block;
    max-width: 37.3rem;
}

.bts-logo img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
}

.bts-desc {
    font-weight: 500;
    font-size: 4.6rem;
    line-height: 5.6rem;
    letter-spacing: 2.2px;
    max-width: 600px;
}

.bts-desc-2 {
    max-width: 70.8rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-top: 1px;
}

.swiper_con {
    margin-top: 4rem;
    margin-left: -2.375%
}

.swiper_con .button {
    margin: 0 !important;
}

.swiper_con .pagination {
    width: auto
}

.swiper_con .pagination .current {
    font-size: 2.2rem;
    font-weight: 500;
    margin-right: 2px
}

.swiper_con .pagination .total {
    opacity: .5
}

.swiper_con .pagination .total::before {
    content: " / "
}

.swiper_con .swiper_btns {
    margin-bottom: -.7rem
}

.products_main {
    background-color: #f6f4f2;
    padding: 5.9rem 0 11.9rem
}

.products_main .filters {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 3.3rem
}

.products_main .filters .flex {
    gap: 3rem 1.7rem
}

.products_main .filters .cus_select {
    position: relative
}

.products_main .filters .cus_select.dropup .select_menu {
    bottom: 100%
}

.products_main .filters .cus_select.align-right .select_menu {
    left: unset;
    right: 0
}

.products_main .filters .cus_select.active .select_toggle {
    border-color: #171717
}

.products_main .filters .cus_select.active .select_menu {
    opacity: 1;
    pointer-events: all
}

.products_main .filters .cus_select .select_toggle {
    color: #171717;
    display: inline-flex;
    align-items: center;
    border: 1px solid #c1c1c1;
    transition: all 0.3s;
    padding: 1.5rem 5.4rem 1.5rem 1.8rem;
    background: url(../icons/icon-select2.svg) no-repeat right 1.8rem center / 1.1rem;
    cursor: pointer
}

.products_main .filters .cus_select .select_toggle .value {
    color: #000
}

.products_main .filters .cus_select .select_menu {
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    min-width: 31rem;
    max-width: 31rem;
    border: 1px solid #000;
    background-color: #fff;
    padding: 2.5rem 0 2.9rem;
    max-height: 35rem;
    overflow-y: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    margin: 2rem 0
}

.products_main .filters .cus_select .select_menu ul {
    flex: 1;
    display: block;
    overflow-y: auto;
    padding: 0 11%
}

.products_main .filters .cus_select .select_menu ul::-webkit-scrollbar {
    width: 4px
}

.products_main .filters .cus_select .select_menu ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8b8b8b
}

.products_main .filters .cus_select .select_menu li+li {
    margin-top: 1.7rem
}

.products_main .filters .cus_select .select_menu li {
    position: relative;
    color: var(--text);
    cursor: pointer;
    transition: all 0.3s;
    padding-left: 3.2rem
}

.products_main .filters .cus_select .select_menu li::before {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    background: url(../icons/gou-full.svg) no-repeat center / contain;
    opacity: 0;
    transition: all 0.3s
}

.products_main .filters .cus_select .select_menu li.active,
.products_main .filters .cus_select .select_menu li:hover {
    color: #271c0b
}

.products_main .filters .cus_select .select_menu li.active::before,
.products_main .filters .cus_select .select_menu li:hover::before {
    opacity: 1
}

.products_main .filters .cus_select .select_menu li:last-child {
    border-bottom: none
}

.products_main .filters .sort {
    margin-left: auto;
    color: #636363;
    display: flex;
    align-items: center
}

.products_main .filters .sort span {
    width: max-content;
    display: block;
    white-space: nowrap;
}

.products_main .filters .sort select {
    display: block;
    font-size: 1.6rem;
    color: #000;
    box-shadow: unset;
    border: none;
    outline: none;
    background: url(../icons/icon-select2.svg) no-repeat center right / 1.1rem;
    padding: 0 2.8rem 0 .4rem;
    min-width: 110px;
    margin: 0;
}

.products_main .list {
    width: calc(100% - 4rem);
    max-width: 182rem;
    margin: 10rem auto 0
}

.products_main .list ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9.3rem 2.1978%;
    width: 100%;
}

.products_main .product_list .pic .img2 {
    padding-bottom: 100%
}

.products_main p.center:has(.btn_more) {
    margin-top: 9.3rem;
    min-height: 6.4rem
}

.products_main p.center:has(.btn_more) .btn_more {
    font-size: 2rem;
    line-height: 6.2rem;
    padding: 0 5.4rem;
    text-transform: unset
}

.list-icon {
    row-gap: 30px;
}

.list-icon>.col+.col>.col-inner::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #000;
    opacity: 0.1;
    left: -100px;
}

.list-icon>.col {
    flex-basis: unset;
    max-width: unset;
    width: auto;
}

.list-icon {
    justify-content: space-between;
}

.list-icon:after {
    display: none;
}

.list-icon .icon-box-img {
    width: 5rem !important;
    height: 4.4rem;
}

.list-icon .icon-box-img * {
    line-height: 1;
    height: 100%;
    object-fit: contain;
    object-position: left;
    text-align: left;
}

.list-icon .icon-box-text>* {
    margin: 0;
    font-size: 2rem;
    text-transform: uppercase;
}

.list-icon .icon-box-text pre {
    font-size: 4.8rem;
    font-weight: 500;
    line-height: 1;
    background: transparent;
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    overflow: unset;
    display: block;
    margin-bottom: 10px;
}

.home_about {
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 10.4rem 0 7.4rem
}

.home_about .head {
    flex: 1 1 0%;
    max-width: 73.2rem
}

.home_about .desc {
    flex: 1 1 0%;
    max-width: 66.6rem;
    color: var(--text);
    font-size: 1.8rem;
    line-height: 3.2rem;
    /* margin-top: 6.6rem; */
}

.home_about .desc p {
    margin-bottom: 1.8rem
}

.home_about .desc a {
    color: var(--title);
    font-size: 1.6rem;
    text-transform: uppercase;
    text-decoration-line: underline;
    text-decoration-thickness: initial;
    text-decoration-style: initial;
    text-decoration-color: var(--title);
    transition: 0.3s
}

.home_about .desc a:hover {
    color: var(--primary-color);
    text-decoration-color: var(--primary-color)
}

.home_about .home_about_swiper {
    margin: 0;
    margin-top: 4.2rem;
    max-width: 122.6rem;
    overflow: unset;
}

.home_about .home_about_swiper .swiper-slide-active .info {
    opacity: 1
}

.home_about .home_about_swiper .swiper-slide-active .img {
    right: 0
}

.home_about .home_about_swiper a {
    display: flex;
    align-items: center;
    color: #000;
}

.home_about .home_about_swiper .info {
    width: 33.6052%;
    transition: 0.4s;
    opacity: 0;
    padding-bottom: 3.26264%
}

.home_about .home_about_swiper .info .title {
    font-size: 4rem;
    font-weight: 500;
    line-height: 4.4rem;
    margin-top: 4.2rem;
    max-width: 30rem;
    letter-spacing: 1px
}

.home_about .home_about_swiper .info .more {
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    max-width: max-content;
    gap: 1.6rem;
    margin-top: 3.4rem
}

.home_about .home_about_swiper .info .more:hover::after {
    transform: rotate(45deg)
}

.home_about .home_about_swiper .info .more::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    transition: 0.3s;
    background: url(https://plain-homeland.com//wp-content/plugins/sytech-fronteditor/sytpl/home6-home_about/assets/img/arrow-tr-b.svg) center center / contain no-repeat
}

.home_about .home_about_swiper .img {
    --h: 57.248157%;
    width: 66.3948%;
    transition: 0.5s;
    position: relative;
    right: 33.6052%;
    padding-top: var(--h);
}

.home_about .home_about_swiper .img:hover img {
    transform: scale(1.03)
}

.home_about .pagination {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-top: 3.8rem
}

.home_about .pagination .wrap {
    color: rgba(22, 22, 22, .5)
}

.home_about .pagination .wrap .current {
    color: var(--title);
    font-size: 2.2rem;
    font-weight: 500;
    margin-right: 5px
}

.home_about .float {
    position: absolute;
    right: -2%;
    bottom: -4.8rem;
    font-size: 29rem;
    text-transform: uppercase;
    color: rgb(245, 244, 242);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap
}

.home_brand {
    padding-top: 8rem
}

.home_brand .swiper_box {
    color: rgb(255, 255, 255);
    margin-top: 6rem
}

.home_brand .home_brand_thumbs_swiper {
    width: 100%;
    position: absolute;
    left: 0;
    top: 5rem;
    z-index: 3;
    overflow: hidden
}

.home_brand .home_brand_thumbs_swiper .swiper-slide {
    position: relative;
    cursor: pointer
}

.home_brand .home_brand_thumbs_swiper .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .3)
}

.home_brand .home_brand_thumbs_swiper .swiper-slide::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 0;
    top: -1px
}

.home_brand .home_brand_thumbs_swiper .swiper-slide-thumb-active::after {
    width: 100%;
    transition: 5.9s linear
}

.home_brand .home_brand_thumbs_swiper .swiper-slide-thumb-active:first-child::after {
    transition: 5s linear
}

.home_brand .home_brand_thumbs_swiper .order {
    color: rgba(255, 255, 255, .65);
    font-size: 1.3rem;
    margin-top: 1.3rem
}

.home_brand .home_brand_thumbs_swiper .title {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-top: .4rem
}

.home_brand .home_brand_swiper {
    overflow: hidden;
    background-color: var(--title)
}

.home_brand .home_brand_swiper .swiper-slide {
    position: relative
}

.home_brand .home_brand_swiper .swiper-slide::before {
    content: "";
    width: 50.5208%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: .32;
    pointer-events: none;
    background-image: linear-gradient(to right, rgb(0, 0, 0), transparent)
}

.home_brand .home_brand_swiper .swiper-slide .content {
    z-index: 3
}

.home_brand .home_brand_swiper .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.home_brand .home_brand_swiper .img::before,
.home_brand .home_brand_swiper .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 29.2473%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    pointer-events: none;
    background-image: linear-gradient(to top, transparent, rgb(0, 0, 0))
}

.home_brand .home_brand_swiper .img::after {
    top: unset;
    bottom: 0;
    opacity: .67;
    transform: rotate(180deg)
}

.home_brand .home_brand_swiper .flex {
    height: 100vh;
    min-height: max-content;
    max-height: 93rem;
    padding: 9.6rem 0
}

.home_brand .home_brand_swiper .info {
    flex: 1 1 0%;
    max-width: 81rem
}

.home_brand .home_brand_swiper .info span {
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px
}

.home_brand .home_brand_swiper .info h3 {
    font-size: 82px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.home_brand .home_brand_swiper .info p {
    opacity: .8;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: .4rem
}

.home_brand .home_brand_swiper .btn_more {
    margin-bottom: 1.2rem
}

.home_product {
    padding: 7.8rem 0 8.4rem;
    background-color: #f6f4f2
}

.home_product .head {
    flex: 1;
    max-width: 40rem
}

.home_product .nav {
    flex: 2;
    margin-bottom: .6rem;
    width: auto;
}

.home_product .nav ul {
    gap: 1rem 4.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}

.home_product .nav li a {
    display: block;
    opacity: .5;
    color: #3a3a3a;
    font-size: 2.2rem;
    transition: all 0.3s;
    padding: .8rem 0;
    white-space: nowrap;
    border-bottom: 2px solid transparent
}

.home_product .nav li a:hover {
    opacity: 1
}

.home_product .nav .active a {
    opacity: 1;
    border-color: #2b2b2b
}

.home_product .btn_more {
    margin-top: 5.2rem
}

.home_product .swiper_box {
    margin-top: 3.6rem
}

.home_product .home_product_swiper {
    overflow: hidden
}

.home_product .home_product_swiper .swiper-slide {
    width: 37rem
}

.home_product .product_list .active .pic .img1 {
    opacity: 1;
    pointer-events: all
}

.home_product .product_list a {
    height: 100%;
    display: block
}

.home_product .product_list a:hover img {
    transform: scale(1.03)
}

.home_product .product_list .pic {
    position: relative;
    background-color: #fff
}

.home_product .product_list .pic .img1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none
}

.home_product .product_list .pic .img2 {
    padding-bottom: 127.567568%
}

.home_product .product_list .info {
    margin-top: 1.6rem;
    text-transform: uppercase
}

.home_product .product_list .info .cat {
    color: #515151;
    margin-bottom: .4rem
}

.home_product .product_list .info .title {
    font-size: 2.2rem;
    font-weight: 500
}

.home_project {
    overflow: hidden;
    padding: 8rem 0 6.2rem;
    background: no-repeat center / cover #0c0c0c
}

.home_project .head {
    color: #fff;
    margin: 0 auto
}

.home_project .head .subtitle {
    color: var(--primary-color)
}

.home_project .home_project_swiper {
    max-width: 192rem;
    margin: 3.2rem auto 0
}

.home_project .home_project_swiper .swiper-slide {
    transition: all 0.3s;
    transform: scale(.52884615)
}

.home_project .home_project_swiper .swiper-slide-active {
    transform: scale(1)
}

.home_project .home_project_swiper .swiper-slide-active .info {
    opacity: 1
}

.home_project .home_project_swiper a:hover img {
    transform: scale(1.03)
}

.home_project .home_project_swiper .order {
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: .6rem
}

.home_project .home_project_swiper .img {
    padding-top: 55.048077%
}

.home_project .home_project_swiper .info {
    text-align: center;
    margin-top: 2.4rem;
    transition: all 0.3s;
    opacity: 0
}

.home_project .home_project_swiper .info .cat {
    color: #515151;
    text-transform: uppercase
}

.home_project .home_project_swiper .info .title {
    color: #fff;
    font-size: 3rem;
    line-height: 4.8rem;
    letter-spacing: 1px
}

.home_project .bot {
    gap: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto 1fr;
    margin-top: 4rem
}

.home_project .bot .pagination {
    color: rgba(255, 255, 255, .5)
}

.home_project .bot .pagination .current {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    margin-right: 5px
}

.home_project .bot .swiper_btns {
    justify-content: flex-end
}

.home_project .bot .btn-main.button {
    color: #000;
    margin: 0;
    background-color: var(--primary-color);
}

.home_network {
    padding: 11.8rem 0 6.4rem;
    background-color: #f5f4f2
}

.home_network .flex {
    margin-top: 1.6rem
}

.home_network .img {
    width: 65.625%;
    margin-left: -1%
}

.home_network .svg {
    position: relative
}

.home_network .img [gid] {
    width: 4.952381%;
    height: 12.355212%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(.63);
    transform-origin: center bottom;
    transition: all .3s;
    background: url(../icons/icon-pos2.svg) no-repeat center/contain
}

.home_network .img [gid].active {
    z-index: 2;
    transform: scale(1);
    background-image: url(../icons/icon-pos1.svg)
}

.home_network .img [gid="ae"] {
    left: 59%;
    top: 39%
}

.home_network .img [gid="in"] {
    left: 66%;
    top: 42%
}

.home_network .img [gid="id"] {
    left: 73%;
    top: 53.5%
}

.home_network .img [gid="ph"] {
    left: 78.8%;
    top: 47%
}

.home_network .img [gid="vn"] {
    left: 73.3%;
    top: 39.8%;
}

.home_network .img [gid="cn"] {
    left: 74.5%;
    top: 34%
}

.home_network .img [gid="mn"] {
    left: 73%;
    top: 24.5%
}

.home_network .img [gid="ru"] {
    left: 80.5%;
    top: 16%
}

.home_network .img [gid="au"] {
    left: 82%;
    top: 67%
}

.home_network .img [gid="za"] {
    left: 51%;
    top: 70%
}

.home_network .img [gid="uk"] {
    left: 44%;
    top: 18%
}

.home_network .img [gid="fr"] {
    left: 45%;
    top: 24%
}

.home_network .img [gid="mx"] {
    left: 16.5%;
    top: 40%
}

.home_network .img [gid="ca"] {
    left: 13%;
    top: 19%
}

.home_network .img [gid="bol"] {
    left: 26.5%;
    top: 62%
}

.home_network .form {
    flex: 1;
    color: #fff;
    max-width: 49.5rem;
    border-radius: 4px;
    background-color: #222;
    min-width: 280px
}

.home_network form {
    padding: 4.4rem 9.292929% 2.8rem
}

.home_network form .title {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 3.4rem
}

.home_network form .desc {
    color: rgba(255, 255, 255, .7);
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: 300;
    margin-top: 1.6rem;
    letter-spacing: -0.1px;
}

.home_network form .wrap {
    gap: 14px;
    display: grid;
    margin-top: 2.2rem
}

.home_network .wpcf7 label {
    margin: 0
}

.home_network .form span.wpcf7-form-control {
    max-width: unset;
    gap: 0;
    margin: 0;
}

.home_network .form .wpcf7-form input[type=tel],
.home_network .form .wpcf7-form input[type=text] {
    padding: 0 20px;
    margin: 0;
}

.home_network .form .wpcf7-list-item label {
    /* font-size: 1.47rem; */
    white-space: nowrap;
}

.home_network .form input.wpcf7-form-control.wpcf7-submit {
    background: #fff;
    color: #000;
    margin: 0;
}

.home_advantage {
    overflow: hidden;
    padding: 13.6rem 0 14.2rem;
}

.home_advantage .head {
    color: rgb(255, 255, 255)
}

.home_advantage .head .subtitle {
    color: var(--primary-color)
}

.home_advantage .home_advantage_swiper {
    width: calc(100% - 40px);
    max-width: 168.6rem;
    margin: 4.2rem auto 0
}

.home_advantage .home_advantage_swiper .swiper-slide {
    width: 41.4rem;
    height: 100%;
    transition: 0.3s;
    padding: 3.8rem 4rem 4.2rem
}

.home_advantage .home_advantage_swiper .active {
    background-color: rgba(255, 255, 255, .1)
}

.home_advantage .home_advantage_swiper .active .item::after {
    opacity: 1
}

.home_advantage .home_advantage_swiper .active .item p {
    color: rgb(255, 255, 255)
}

.home_advantage .home_advantage_swiper .item {
    display: block
}

.home_advantage .home_advantage_swiper .item .icon {
    width: 7.2rem;
    height: 5.8rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden
}

.home_advantage .home_advantage_swiper .item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.home_advantage .home_advantage_swiper .item h3 {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 2.8rem;
    line-height: 3.4rem;
    margin-top: 3rem;
    padding-bottom: 2.2rem;
    border-bottom: 2px solid rgba(255, 255, 255, .2)
}

.home_advantage .home_advantage_swiper .item p {
    color: rgba(255, 255, 255, .7);
    line-height: 2.8rem;
    transition: 0.3s;
    font-weight: 300;
    margin-top: 2.4rem
}

.home_advantage .flex {
    margin-top: 1rem
}

.home_advantage h3 {
    color: rgb(255, 255, 255);
    flex: 1 1 0%;
    font-size: 4rem;
    font-weight: 500;
    line-height: 6.2rem;
    max-width: 44.8rem;
    letter-spacing: 1.8px
}

.home_advantage .items {
    width: 56.25%
}

.home_advantage .items>div {
    gap: 4rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.home_advantage .items .item {
    display: block;
    position: relative;
    background-color: var(--primary-color);
}

.home_advantage .items .item:hover img {
    transform: scale(1.03)
}

.home_advantage .items .item:hover .text::after {
    transform: rotate(225deg)
}

.home_advantage .items .item .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
}

.home_advantage .items .item .text {
    position: relative;
    z-index: 2;
    pointer-events: none;
    padding: 16px 25px;
    display: flex;
    align-items: center;
}

.home_advantage .items .item .text h4 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    pointer-events: all;
    color: #000;
    margin: 0;
}

.home_advantage .items .item .text::after {
    content: "";
    display: block;
    width: 3.2rem;
    height: 2.2rem;
    margin: 0;
    transition: 0.3s;
    transform: rotate(180deg);
    background: url(../icons/arrow-l-b.svg) center center / contain no-repeat
}

.home_partner {
    padding: 7.2rem 0 6.8rem;
    background-color: rgb(12, 12, 12)
}

.home_partner .head .subtitle {
    color: rgb(255, 255, 255);
    font-size: 2rem;
    letter-spacing: 2px
}

.home_partner .home_partner_swiper {
    overflow: hidden;
    position: relative;
    margin-top: 3.5rem
}

.home_partner .home_partner_swiper .swiper-wrapper {
    transition: linear
}

.home_partner .home_partner_swiper::before,
.home_partner .home_partner_swiper::after {
    content: "";
    display: block;
    width: 12.25%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: linear-gradient(to right, rgb(12, 12, 12), transparent)
}

.home_partner .home_partner_swiper::after {
    left: unset;
    right: 0;
    transform: rotate(180deg)
}

.home_partner .home_partner_swiper .img {
    padding-bottom: 44.4358%
}

.profile_gallery {
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: rgb(22, 22, 22)
}

.profile_gallery>div {
    position: static
}

.profile_gallery .profile_gallery_bg_swiper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.profile_gallery .profile_gallery_bg_swiper .swiper-slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 52.381%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    opacity: .67;
    pointer-events: none;
    background-image: linear-gradient(to top, rgb(0, 0, 0), transparent)
}

.profile_gallery .profile_gallery_bg_swiper .img {
    padding-top: 0;
    height: 100%;
}

.profile_gallery .profile_gallery_swiper .swiper-slide-active .head strong,
.profile_gallery .profile_gallery_swiper .swiper-slide-active .head p,
.profile_gallery .profile_gallery_swiper .swiper-slide-active .head .more {
    opacity: 1;
    transform: translate(0)
}

.profile_gallery .flex {
    height: 100vh;
    min-height: max-content;
    max-height: 84rem;
    padding: 7rem 0;
    justify-content: center;
}

.profile_gallery .head {
    color: rgb(255, 255, 255);
    width: 100%;
    max-width: 96rem;
    pointer-events: all
}

.profile_gallery .head strong {
    display: block;
    font-weight: 500;
    font-size: 4.6rem;
    line-height: 5.6rem;
    margin-bottom: 10.8rem;
    letter-spacing: 2px;
    transition: 0.5s 0.6s;
    transform: translateY(100px);
    opacity: 0
}

.profile_gallery .head p {
    font-weight: 300;
    color: rgba(255, 255, 255, .75);
    line-height: 2.8rem;
    transition: 0.5s 0.7s;
    transform: translateY(100px);
    opacity: 0
}

.profile_gallery .head .more {
    transition: 0.5s 0.8s;
    transform: translateY(100px);
    opacity: 0
}

.profile_gallery .head .btn_more {
    margin-top: 5rem;
    min-width: 17.6rem
}

.profile_gallery .swiper_btns {
    max-width: 186.2rem
}

.profile_history {
    background-color: rgb(250, 250, 250)
}

.profile_history .flex {
    max-width: 192rem;
    margin: 0 auto;
    overflow: hidden
}

.profile_history .left,
.profile_history .right {
    width: 50%;
    overflow: hidden;
    text-align: center
}

.profile_history .profile_history_thumbs_swiper {
    overflow: hidden;
    position: relative
}

.profile_history .profile_history_thumbs_swiper .swiper-slide {
    cursor: pointer;
    font-size: 3.4rem;
    font-weight: 700;
    white-space: nowrap;
    transition: 0.3s;
    color: transparent
}

.profile_history .profile_history_thumbs_swiper .swiper-slide::after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transition: 0.3s;
    transform: scale(.555556);
    background-color: rgb(23, 23, 23);
    margin: 3rem auto 0
}

.profile_history .profile_history_thumbs_swiper .swiper-slide-thumb-active {
    color: var(--title)
}

.profile_history .profile_history_thumbs_swiper .swiper-slide-thumb-active::after {
    transform: scale(1)
}

.profile_history .profile_history_thumbs_swiper::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgb(23, 23, 23);
    position: absolute;
    left: 0;
    bottom: 8px
}

.profile_history .profile_history_swiper {
    overflow: hidden;
    margin-top: 5rem
}

.profile_history .profile_history_swiper .syedittext {
    font-size: 1.8rem;
    line-height: 2.6rem;
    max-width: 52rem;
    margin: 0 auto;
    padding: 0 20px
}

.profile_history .profile_history_image_swiper {
    overflow: hidden;
    background-color: rgb(22, 22, 22)
}

.profile_history .profile_history_image_swiper .img {
    padding-top: 87.5%
}

.profile_team {
    color: rgb(255, 255, 255);
    padding: 11.4rem 0 18.6rem;
    background-color: rgb(12, 12, 12)
}

.profile_team .head {
    max-width: 93.6rem;
    margin: 0 auto
}

.profile_team .head .subtitle {
    color: var(--primary-color);
}

.profile_team .head p {
    color: rgba(255, 255, 255, .7);
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 3.2rem;
    margin-top: 1.8rem
}

.profile_team .main {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr auto;
    margin-top: 8rem
}

.profile_team .profile_team_swiper {
    overflow: hidden;
    max-width: 150.6rem;
    width: 100%;
}

.profile_team .profile_team_swiper .swiper-slide {
    gap: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.profile_team .profile_team_swiper .img {
    width: 53.1208%;
}

.profile_team .profile_team_swiper .img .image-cover {
    --h: 57.5%;
    padding-top: var(--h);
}

.profile_team .profile_team_swiper .img:hover img {
    transform: scale(1.03)
}

.profile_team .profile_team_swiper .text {
    flex: 1 1 0%;
    max-width: 61.6rem;
    margin-bottom: 2.65604%
}

.profile_team .profile_team_swiper .text h3 {
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 4.9rem;
    letter-spacing: 1px
}

.profile_team .profile_team_swiper .text p {
    opacity: .85;
    font-size: 1.8rem;
    line-height: 3rem;
    margin-top: 2.8rem;
    font-weight: 300
}

.profile_team .profile_team_swiper .text .btn {
    color: var(--title);
    min-width: 20rem;
    margin-top: 4rem
}

.profile_team .profile_team_swiper .text .btn:hover {
    color: var(--primary-color);
}

.profile_team .controls {
    gap: 3rem;
    display: grid;
    grid-template-rows: 1fr auto
}

.profile_team div.swiper-pagination {
    gap: 1.2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: static
}

.profile_team div.swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    flex: 1 1 0%;
    border-radius: 0;
    opacity: .16;
    transition: 0.3s;
    width: 2px;
    background-color: var(--primary-color);
}

.profile_team div.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1
}

.profile_team .btn_status {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid rgb(255, 255, 255)
}

.profile_team .btn_status.active::after {
    transform: translateX(.2rem);
    background-image: url(../icons/icon-play.svg)
}

.profile_team .btn_status::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: url(../icons/icon-pause.svg) center center / contain no-repeat
}


.profile_honor {
    padding: 11.4rem 0 16rem
}

.profile_honor .left {
    flex: 1 1 0%;
    max-width: 73.2rem
}

.profile_honor .nav {
    margin-top: 1.6rem
}

.profile_honor .nav ul {
    gap: 1rem 4.4rem;
    display: flex;
    flex-wrap: wrap
}

.profile_honor .nav li {
    cursor: pointer;
    opacity: .5;
    color: rgb(58, 58, 58);
    font-size: 2.2rem;
    transition: 0.3s;
    padding: .8rem 0;
    white-space: nowrap;
    border-bottom: 3px solid transparent
}

.profile_honor .nav li:hover {
    opacity: 1
}

.profile_honor .nav .active {
    opacity: 1;
    border-color: rgb(43, 43, 43)
}

.profile_honor .right {
    flex: 1 1 0%;
    max-width: 68.8rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    color: var(--text);
    font-weight: 300
}

.profile_honor .right p {
    margin-bottom: 2.2rem
}

.profile_honor .swiper_box {
    margin-top: 7rem
}

.profile_honor .profile_honor_swiper {
    overflow: hidden;
    display: none
}

.profile_honor .profile_honor_swiper.active {
    display: block
}

.profile_honor .profile_honor_swiper .swiper-slide {
    position: relative
}

.profile_honor .profile_honor_swiper .active .img {
    border-color: var(--title)
}

.profile_honor .profile_honor_swiper .active a {
    opacity: 1
}

.profile_honor .profile_honor_swiper .img {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 3px solid rgb(244, 244, 244);
    background-color: rgb(244, 244, 244)
}

.profile_honor .profile_honor_swiper .img img {
    width: 82%;
    height: 82%
}

.profile_honor .profile_honor_swiper a {
    opacity: 0;
    display: block;
    width: 7.6rem;
    height: 7.6rem;
    overflow: hidden;
    text-indent: -999px;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../icons/icon-zoom.svg) no-repeat center / contain var(--title)
}

.profile_honor .profile_honor_swiper a:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: var(--primary-color)
}

.profile_culture {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 7rem 0
}

.profile_culture::before {
    content: "";
    display: block;
    width: 100%;
    height: 14.5631%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    pointer-events: none;
    background-color: rgb(251, 251, 250)
}

.profile_culture::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
    pointer-events: none;
    background-color: rgb(246, 244, 242)
}

.profile_culture .left,
.profile_culture .right {
    width: 45.75%
}

.profile_culture .main {
    gap: 3rem;
    display: flex;
    align-items: flex-start;
    margin-top: 10rem
}

.profile_culture .text {
    flex: 1 1 0%;
    font-size: 2.2rem;
    line-height: 3.4rem
}

.profile_culture .img {
    width: 51.776%;
}

.profile_culture .image-cover {
    padding-top: 125.329815%;
}


.profile_culture .img:hover img {
    transform: scale(1.03)
}

.profile_value {
    padding: 6rem 0 10rem;
    background-color: rgb(252, 251, 249)
}

.profile_value .swiper_box {
    margin-top: 4.6rem
}

.profile_value .profile_value_swiper {
    overflow: hidden
}

.profile_value .profile_value_swiper .img {
    padding-top: 125.33%
}

.profile_value .profile_value_swiper .img:hover img {
    transform: scale(1.03)
}

.profile_value .profile_value_swiper .text {
    text-align: center
}

.profile_value .profile_value_swiper .text h3 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 5.6rem;
    margin-top: 1.4rem
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .home_product .nav ul {
        gap: 1rem 2rem
    }

    .home_product .nav li a {
        font-size: 2rem
    }

    .home_advantage .items>div {
        gap: 2rem
    }
}

@media screen and (min-width: 768px) and (max-width:1220px) {
    .home_product .nav ul {
        gap: 1rem 3rem
    }

    .home_about .float {
        font-size: 20rem
    }
}

@media screen and (min-width: 576px) and (max-width: 850px) {
    .blog-wrapper #post-list .col.post-item {
        flex-basis: 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 768px) and (max-width:896px) {
    .projects_main .list ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width: 768px) and (max-width:1440px) {

    .product_gallery .head {
        left: 2rem;
        max-width: calc(100% - 4rem)
    }
}

@media screen and (min-width: 576px) {
    .blog-single>.row>.large-9 {
        max-width: unset;
        flex-basis: unset;
        flex: 1;
    }

    .blog-single .post-sidebar.large-3.col {
        max-width: unset;
        flex-basis: unset;
        width: max(18%, 250px);
    }
}

@media screen and (max-width: 1200px) {
    .col-contact>.col-inner {
        padding: 30px;
    }

    .list-icon>.col+.col>.col-inner::before {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .banner-video {
        height: 50vh;
    }

    .banner-video-inner {
        padding: 4rem 0;
    }

    .subtitle {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .banner-video-inner h2 {
        font-size: 25px;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .banner-video-actions {
        gap: 1rem;
        right: 20px;
        bottom: 1rem
    }

    .banner-video-actions .btn_voice,
    .banner-video-actions .btn_status {
        width: 40px;
        height: 40px
    }

    .banner-video-actions .btn_voice::after,
    .banner-video-actions .btn_status::after {
        width: 12px;
        height: 12px
    }

    .header i.icon-search:before {
        width: 20px;
        height: 20px;
    }

    .desc-main {
        font-size: 14px;
    }

    .desc-main h2 {
        font-size: 24px;
    }

    .banner-main h1 {
        font-size: 25px;
        line-height: 1.3;
        letter-spacing: 1px;
    }

    .banner-main {
        height: 30vh;
        padding: 5rem 0 3rem !important;
    }

    .banner-main .subtitle+h1 {
        margin-top: 8px;
    }

    .banner-main h1+.btn-main {
        margin-top: 20px;
    }

    .btn_down {
        width: 28px;
        height: 16px;
        bottom: 2rem;
    }

    .banner-news {
        padding: 5rem 0 4rem;
    }

    .banner-news h1 {
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: 0;
    }

    .entry-image.relative {
        margin: -2rem 0 20px;
    }

    .infos {
        gap: 12px;
        font-size: 14px;
        margin-bottom: 2rem
    }

    .infos .author {
        gap: 8px
    }

    .infos .author .avatar {
        width: 2rem;
        height: 2rem
    }

    .infos .date {
        gap: 8px
    }

    .infos .date::before {
        width: 1rem;
        height: 1rem
    }

    .infos .read {
        gap: 8px
    }

    .infos .read::before {
        width: 1rem;
        height: 1rem
    }

    .entry-content.single-page p,
    .entry-content.single-page li {
        font-size: 14px;
        line-height: 1.5;
    }

    .entry-content.single-page li {
        padding-left: 1rem
    }

    .entry-content.single-page li::before {
        width: 6px;
        height: 6px;
        top: 8px
    }

    .entry-content.single-page ul {
        margin: 12px 0
    }

    .entry-content.single-page h2 {
        font-size: 20px;
        letter-spacing: 0;
        margin: 2rem 0 12px
    }

    .entry-content.single-page h3 {
        font-size: 18px;
        letter-spacing: 0;
        margin: 20px 0 12px
    }

    .sider_post .nav_list ul {
        gap: 1rem
    }

    .sider_post .nav_list .item {
        padding: 8px 0;
        font-size: 14px;
        min-width: 40px
    }

    .sider_post .list {
        margin-top: 2rem
    }

    .sider_post .list li+li {
        margin-top: 20px
    }

    .sider_post .list a {
        gap: 12px;
        grid-template-columns: 4rem 1fr
    }

    .sider_post .list .info .title {
        font-size: 15px;
        line-height: 1.3
    }

    .sider_post .list .info .date {
        font-size: 14px;
        margin-top: 6px
    }

    .sider_post .label {
        font-size: 18px;
        margin-bottom: 12px
    }

    .sider_post .tags {
        margin-top: 2rem
    }

    .sider_post .tags ul {
        gap: 8px
    }

    .sider_post .tags li {
        font-size: 14px
    }

    .sider_post .share {
        margin-top: 2rem
    }

    .blog_latest {
        padding: 4rem 0
    }

    .blog_latest .list {
        margin-top: 20px
    }

    .blog_latest .list ul {
        gap: 20px
    }

    .blog_latest .list li:nth-child(1) .info {
        padding-bottom: 0
    }

    .blog_latest .list li:nth-child(1) .info .date {
        margin-top: 1rem
    }

    .blog_latest .list li:nth-child(1) .info .title {
        font-size: 1rem
    }

    .blog_latest .list li .cat {
        font-size: 14px;
        min-width: unset;
        padding: 8px 1rem
    }

    .blog_latest .list li .info .date {
        font-size: 14px
    }

    .blog_latest .list li .info .title {
        font-size: 1rem;
        line-height: 1.5
    }

    .blog_latest .list li .info .desc {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 8px
    }

    .blog_latest .list li .info .btn_more {
        margin-top: 1rem
    }

    .blog_main {
        padding: 4rem 0 0
    }

    .blog_main .flex {
        margin-bottom: 2rem
    }

    .blog_main .nav_list ul {
        gap: 1rem
    }

    .blog_main .nav_list .item {
        padding: 8px 0;
        font-size: 14px;
        min-width: 40px
    }

    .box-blog-post .bot {
        margin-top: 20px;
        padding-top: 12px;
        font-size: 14px;
    }

    .box-blog-post .box-text {
        padding: 20px
    }

    .cat-box {
        font-size: 13px;
    }

    .box-blog-post .post-title {
        font-size: 15px;
        line-height: 1.5;
        margin-top: 12px;
    }

    .project_show {
        padding: 4rem 0 2rem
    }

    .project_show .swiper_btns,
    .project_show .pagination {
        display: none
    }

    .project_main {
        padding: 1rem 0 4rem
    }

    .project_main .left {
        max-width: unset;
        width: 100%
    }

    .project_main .left .img {
        margin-bottom: 20px
    }

    .project_main .info {
        order: -1;
        width: 100%;
        margin: 0
    }

    .project_main .info li {
        gap: 0 1rem
    }

    .project_main .info span {
        font-size: 14px;
        line-height: 1.5;
        padding: 10px 0
    }

    .project_main .postdetail {
        font-size: 14px;
        line-height: 1.5
    }

    .project_main .postdetail em {
        font-size: 22px
    }

    .project_main .postdetail h2 {
        font-size: 18px;
        margin: 2rem 0 1rem
    }

    .project_main .postdetail h3 {
        font-size: 1rem;
        margin: 1rem 0
    }

    .project_main .postdetail p {
        margin: 10px 0
    }

    .project_main .postdetail img {
        margin: 3rem 0
    }

    .project_main .postdetail ul {
        margin: 12px 0
    }

    .project_main .postdetail ul li {
        padding-left: 1.2rem
    }

    .project_main .postdetail ul li::before {
        width: 7px;
        height: 7px;
        top: 7px
    }

    .project_main .tags-box {
        padding-top: 1rem;
        margin-top: 2rem
    }

    .project_main .tags-box .tags {
        padding: 0;
        gap: 12px
    }

    .project_main .tags-box .tags span {
        font-size: 16px;
        margin-right: 4px
    }

    .project_main .tags-box .tags p {
        font-size: 14px;
        line-height: 1.5;
        padding: 5px 2rem
    }

    .project_main .tags-box .share {
        gap: 1rem;
        margin: 0
    }

    .project_main .tags-box .share a {
        width: 40px;
        height: 40px
    }

    .project_related {
        padding: 4rem 0;
        overflow: hidden
    }

    .project_related .project_related_swiper {
        overflow: unset;
        margin-top: 2rem
    }

    .project_related .project_related_swiper .swiper-slide {
        width: 322px
    }

    .project_related .text-center:has(.btn_more) {
        margin-top: 2rem
    }

    .project_related .text-center:has(.btn_more) .btn_more {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px
    }

    .project_related .swiper_btns {
        display: none
    }

    .section_more {
        padding: 4rem 0;
        overflow: hidden
    }

    .section_more .section_more_swiper {
        overflow: unset;
        margin-top: 2rem
    }

    .section_more .section_more_swiper .swiper-slide {
        width: 322px
    }

    .section_more .item .info {
        margin-top: 1rem
    }

    .section_more .item .info h3 {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: unset
    }

    .section_more .item .info span {
        font-size: 14px;
        margin-top: 20px;
        padding-bottom: 5px
    }

    .project_item .info {
        padding: 1rem 20px 20px
    }

    .project_item .info .cat {
        font-size: 14px
    }

    .project_item .info h3 {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: unset
    }

    .project_item .info span {
        font-size: 14px;
        margin-top: 20px;
        padding-bottom: 5px
    }

    .projects_main {
        padding: 4rem 0
    }

    .projects_main .list {
        margin-top: 2rem
    }

    .projects_main .list ul {
        grid-template-columns: 1fr 1fr;
        gap: 2rem 1rem
    }

    .projects_main .text-center:has(.btn_more) {
        margin-top: 2rem;
        min-height: 42px
    }

    .projects_main .text-center:has(.btn_more) .btn_more {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px
    }

    .projects_main select {
        font-size: 14px;
        padding: 12px 3rem 12px 20px;
        background-size: 10px;
        background-position: right 20px center
    }

    .product_tab {
        margin-top: 12px
    }

    .product_tab ul {
        width: 100vw;
        padding: 0 20px;
        margin: 0 -20px;
        overflow: auto
    }

    .product_tab ul::-webkit-scrollbar {
        display: none
    }

    .product_tab a {
        font-size: 14px;
        padding: 12px 0
    }

    .product_preview .img {
        width: 50%;
        margin-left: -20px
    }

    .product_preview .text {
        width: 50%;
        padding: 20px 0
    }

    .product_preview .text h1 {
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: 0
    }

    .product_preview .text p {
        font-size: 14px;
        line-height: 1.5;
    }

    .wrap-info-prodcut,
    .product_preview .text .btns {
        margin-top: 16px;
        padding-top: 16px
    }

    .product_related {
        padding: 4rem 0;
        overflow: hidden
    }

    .product_related .swiper_box {
        margin-top: 2rem
    }

    .product_related .product_related_swiper {
        overflow: visible
    }

    .product_related .swiper_btns {
        display: none
    }

    .product_related .btn_more {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px;
        min-width: 120px;
        margin-top: 2.5rem
    }

    .label-info {
        font-size: 14px;
    }

    .product_preview .label-info+.label-info {
        margin-top: 20px;
    }

    .product_gallery .head {
        left: 20px;
        top: 1rem;
    }

    .product_gallery .head h2 {
        font-size: 22px;
    }

    .product_gallery .syeditorlist .item .info .cat {
        font-size: 13px
    }

    .product_gallery .syeditorlist .item .info .title {
        font-size: 15px
    }

    .product_faq {
        padding: 4rem 0
    }

    .product_faq .head h2 {
        font-size: 22px
    }

    .product_faq .head p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 12px
    }

    .product_faq .head .btn_more {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px;
        min-width: 120px;
        margin-top: 20px
    }

    .product_faq .faq_list .question {
        font-size: 15px;
        line-height: 1.5;
        padding: 1rem 0
    }

    .product_faq .faq_list .answer {
        font-size: 14px;
        line-height: 1.7;
        padding-bottom: 1rem
    }

    .product_list .info {
        margin-top: 1rem
    }

    .product_list .info .cat {
        font-size: 14px
    }

    .product_list .info .title {
        font-size: 1rem
    }

    .showroom_main {
        padding: 4rem 0 !important;
    }

    .bts-logo img {
        height: 35px;
        object-fit: contain;
    }

    .bts-desc {
        font-size: 22px;
        line-height: 1.5;
    }

    .bts-desc-2 {
        font-size: .9rem;
        line-height: 1.5rem;
        margin-top: 10px;
    }

    .swiper_con {
        margin-top: 2rem;
        margin-left: 0
    }

    .swiper_con .pagination {
        font-size: 14px
    }

    .swiper_con .pagination .current {
        font-size: 1rem
    }

    .swiper_con .swiper_btns {
        margin-bottom: 0
    }

    .swiper_btns {
        gap: 20px
    }

    .swiper_btns div {
        width: 22px;
        height: 1rem
    }

    .products_main {
        padding: 4rem 0
    }

    .products_main .filters {
        padding-bottom: 1rem
    }

    .products_main .filters .flex {
        gap: 1rem
    }

    .products_main .filters .cus_select .select_toggle {
        font-size: 14px;
        padding: 12px 3rem 12px 20px;
        background-size: 10px;
        background-position: right 20px center
    }

    .products_main .filters .cus_select .select_menu {
        min-width: 200px;
        max-width: unset;
        width: 100%;
        padding: 1rem 0;
        max-height: 200px;
        margin: 20px 0
    }

    .products_main .filters .cus_select .select_menu ul {
        padding: 0 20px
    }

    .products_main .filters .cus_select .select_menu li+li {
        margin-top: 12px
    }

    .products_main .filters .cus_select .select_menu li {
        padding-left: 2rem;
        font-size: 14px
    }

    .products_main .filters .cus_select .select_menu li::before {
        width: 12px;
        height: 12px;
        top: 3px
    }

    .products_main .filters .sort {
        font-size: 14px
    }

    .products_main .filters .sort select {
        font-size: 14px;
        padding: 0 2rem 0 2px;
        background-size: 10px
    }

    .products_main .list {
        margin-top: 2rem;
        max-width: unset;
        width: calc(100% - 40px)
    }

    .products_main .list ul {
        gap: 2rem 1rem
    }

    .products_main p.center:has(.btn_more) {
        margin-top: 2rem;
        min-height: 42px
    }

    .products_main p.center:has(.btn_more) .btn_more {
        font-size: 14px;
        padding: 0 20px;
        line-height: 40px
    }

    .list-icon .icon-box {
        flex-direction: column;
    }

    .list-icon .icon-box-img {
        width: 40px !important;
        height: 40px;
        margin-bottom: 1rem;
    }

    .list-icon .icon-box-text {
        padding: 0 !important;
    }

    .list-icon .icon-box-text>* {
        font-size: 13px;
        line-height: normal;
    }

    .list-icon .icon-box-text pre {
        font-size: 30px;
    }

    .home_about {
        padding: 4rem 0
    }

    .home_about .flex {
        display: block
    }

    .home_about .desc {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 12px
    }

    .home_about .desc p {
        margin-bottom: 12px
    }

    .home_about .desc a {
        font-size: 14px
    }

    .home_about .home_about_swiper {
        margin-top: 2rem;
        max-width: 680px
    }

    .home_about .home_about_swiper .info .order {
        font-size: 14px
    }

    .home_about .home_about_swiper .info .title {
        font-size: 18px;
        line-height: 1.5;
        margin-top: 1rem
    }

    .home_about .home_about_swiper .info .more {
        gap: 8px;
        font-size: 14px;
        margin-top: 1rem
    }

    .home_about .home_about_swiper .info .more::after {
        width: 12px;
        height: 12px
    }

    .home_about .pagination {
        margin-top: 2rem
    }

    .home_about .pagination .wrap {
        font-size: 14px
    }

    .home_about .pagination .wrap .current {
        font-size: 1rem;
        margin-right: 2px
    }

    .home_about .float {
        font-size: 110px;
        bottom: -20px
    }

    .home_brand {
        padding-top: 4rem
    }

    .home_brand .swiper_box {
        margin-top: 20px
    }

    .home_brand .home_brand_thumbs_swiper {
        top: 1rem;
        width: calc(100% - 40px);
        left: 50%;
        transform: translateX(-50%)
    }

    .home_brand .home_brand_thumbs_swiper .order {
        font-size: 13px;
        margin-top: 1rem
    }

    .home_brand .home_brand_thumbs_swiper .title {
        font-size: 15px
    }

    .home_brand .home_brand_swiper .flex {
        height: 50vh;
        padding: 2rem 0
    }

    .home_brand .home_brand_swiper .info span {
        font-size: 13px
    }

    .home_brand .home_brand_swiper .info h3 {
        font-size: 28px
    }

    .home_brand .home_brand_swiper .info p {
        font-size: 13px;
        line-height: 1.5
    }

    .home_brand .home_brand_swiper .btn_more {
        margin: 0
    }

    .home_product {
        padding: 4rem 0;
        overflow: hidden
    }

    .home_product .flex {
        display: block
    }

    .home_product .nav {
        margin: 10px 0 0
    }

    .home_product .nav ul {
        gap: 6px 1rem;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 0 20px
    }

    .home_product .nav ul::-webkit-scrollbar {
        display: none
    }

    .home_product .nav li a {
        font-size: 14px;
        padding: 8px 0
    }

    .home_product .swiper_box {
        margin-top: 2rem
    }

    .home_product .swiper_btns {
        display: none
    }

    .home_product .home_product_swiper {
        overflow: visible
    }

    .home_product .btn_more {
        margin-top: 2.5rem
    }

    .home_product .product_list .info {
        margin-top: 1rem
    }

    .home_product .product_list .info .cat {
        font-size: 14px
    }

    .home_product .product_list .info .title {
        font-size: 1rem
    }

    .home_project {
        padding: 3rem 0
    }

    .home_project .home_project_swiper {
        margin-top: 20px
    }

    .home_project .home_project_swiper .order {
        font-size: 14px;
        margin-bottom: 6px
    }

    .home_project .home_project_swiper .info {
        margin-top: 1rem
    }

    .home_project .home_project_swiper .info .cat {
        font-size: 14px
    }

    .home_project .home_project_swiper .info .title {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0;
        margin-top: 6px
    }

    .home_project .bot {
        gap: 1rem;
        margin-top: 2rem
    }

    .home_project .bot .pagination {
        font-size: 14px
    }

    .home_project .bot .pagination .current {
        font-size: 1rem;
        margin-right: 2px
    }

    .home_network {
        padding: 4rem 0
    }

    .home_network .flex {
        margin-top: 20px
    }

    .home_network .img {
        flex: 1;
        width: auto
    }

    .home_network .form {
        width: 50%
    }

    .home_network form {
        padding: 20px
    }

    .home_network form .title {
        font-size: 18px;
        line-height: 1.5
    }

    .home_network form .desc {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 10px
    }

    .home_network form .wrap {
        margin-top: 1rem
    }

    .home_network form input,
    .home_network form textarea {
        font-size: 1rem;
        padding: 12px 1rem
    }

    .home_network form textarea {
        height: 120px
    }

    .home_network form span:has(input[type="submit"]) {
        margin-top: 10px
    }

    .home_network form .tip {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 1rem
    }

    .home_network .flex {
        gap: 2rem;
        flex-direction: column-reverse
    }

    .home_network .img {
        width: calc(100% + 1rem);
        margin: 0 -1rem
    }

    .home_network .form {
        width: 100%
    }

    .home_advantage {
        padding: 4rem 0
    }

    .home_advantage .home_advantage_swiper {
        margin-top: 2rem
    }

    .home_advantage .home_advantage_swiper .swiper-slide {
        padding: 2rem 20px
    }

    .home_advantage .home_advantage_swiper .item .icon {
        width: 3rem;
        height: 3rem
    }

    .home_advantage .home_advantage_swiper .item h3 {
        font-size: 18px;
        line-height: 1.5;
        margin-top: 1rem;
        letter-spacing: 0;
        padding-bottom: 12px
    }

    .home_advantage .home_advantage_swiper .item p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 1.5
    }

    .home_advantage .home_advantage_swiper .item::after {
        width: 22px;
        height: 18px
    }

    .home_advantage .flex {
        margin-top: 1rem;
        display: block
    }

    .home_advantage h3 {
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0
    }

    .home_advantage .items {
        width: 100%;
        margin-top: 20px
    }

    .home_advantage .items>div {
        gap: 20px
    }

    .home_advantage .items .item .text {
        padding: 20px
    }

    .home_advantage .items .item .text h4 {
        font-size: 18px
    }

    .home_advantage .items .item .text::after {
        width: 2rem;
        height: 20px
    }

    .profile_gallery .flex {
        height: 30vh;
        padding: 3rem 0
    }

    .profile_gallery .head {
        padding: 0 20px
    }

    .profile_gallery .head strong {
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: 0;
        margin-bottom: 1rem
    }

    .profile_gallery .head p {
        font-size: 13px;
        line-height: 1.5
    }

    .profile_gallery .head .btn_more {
        min-width: 120px;
        margin-top: 20px
    }

    .profile_history .profile_history_thumbs_swiper .swiper-slide {
        font-size: 1rem
    }

    .profile_history .profile_history_thumbs_swiper .swiper-slide::after {
        margin-top: 1rem
    }

    .profile_history .profile_history_swiper {
        margin-top: 2rem
    }

    .profile_history .profile_history_swiper .syedittext {
        font-size: 14px;
        line-height: 1.5
    }

    .profile_team {
        padding: 4rem 0
    }

    .profile_team .head p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 12px
    }

    .profile_team .main {
        gap: 1rem;
        margin-top: 2rem
    }

    .profile_team .profile_team_swiper .swiper-slide {
        gap: 20px
    }

    .profile_team .profile_team_swiper .text h3 {
        font-size: 18px;
        line-height: 1.3;
        letter-spacing: 0
    }

    .profile_team .profile_team_swiper .text p {
        font-size: 14px;
        line-height: 1.5;
        margin-top: 12px
    }

    .profile_team .profile_team_swiper .text .btn {
        margin-top: 20px;
        min-width: 120px
    }

    .profile_team .controls {
        gap: 1rem
    }

    .profile_team div.swiper-pagination {
        gap: 8px
    }

    .profile_team .btn_status {
        width: 2rem;
        height: 2rem
    }

    .profile_team .btn_status::after {
        width: 10px;
        height: 10px
    }

    .profile_culture {
        padding: 3rem 0
    }

    .profile_culture .main {
        gap: 1rem;
        margin-top: 20px
    }

    .profile_culture .text {
        font-size: 14px;
        line-height: 1.5
    }

    .profile_value {
        padding: 4rem 0
    }

    .profile_value .swiper_box {
        margin-top: 20px
    }

    .profile_value .profile_value_swiper .text h3 {
        font-size: 1rem;
        line-height: 1.5;
        margin-top: 1rem
    }

    .profile_honor {
        padding: 4rem 0
    }

    .profile_honor .nav {
        margin: 10px 0 0
    }

    .profile_honor .nav ul {
        gap: 6px 1rem;
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow: auto;
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 0 20px
    }

    .profile_honor .nav ul::-webkit-scrollbar {
        display: none
    }

    .profile_honor .nav li {
        font-size: 14px;
        padding: 8px 0
    }

    .profile_honor .right {
        font-size: 14px;
        line-height: 1.5
    }

    .profile_honor .right p {
        margin: 1rem 0 0
    }

    .profile_honor .profile_honor_swiper a {
        width: 4rem;
        height: 4rem
    }

    .profile_honor .swiper_box {
        margin-top: 2rem
    }
}

@media screen and (max-width: 576px) {
    .banner-video {
        height: auto;
        aspect-ratio: 1080 / 1920;
    }

    .blog_latest .list ul {
        display: block
    }

    .blog_latest .list ul::before,
    .blog_latest .list ul::after {
        display: none
    }

    .blog_latest .list li+li {
        margin-top: 3rem
    }

    .projects_main .list ul {
        grid-template-columns: 1fr
    }

    .product_tab a {
        white-space: nowrap
    }

    .product_preview .flex {
        display: block
    }

    .product_preview .img {
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding-bottom: var(--h);
    }

    .product_preview .text {
        width: 100%;
        padding: 2rem 0
    }

    .product_faq .flex {
        flex-direction: column
    }

    .product_faq .head,
    .product_faq .faq_list {
        width: 100%
    }

    .label-info-top a {
        width: 100%
    }

    .products_main .list ul {
        grid-template-columns: 1fr 1fr
    }

    .list-icon>.col {
        width: 50%;
    }

    .home_network .img {
        width: 100vw;
        margin: 0 -20px;
        padding: 0 10px;
        overflow: auto
    }

    .home_network .img .svg {
        min-width: 600px
    }

    .home_advantage .items>div {
        grid-template-columns: 1fr
    }

    .home_partner {
        padding: 3rem 0
    }

    .home_partner .head .subtitle {
        font-size: 1rem
    }

    .home_partner .home_partner_swiper {
        margin-top: 2rem
    }

    .profile_gallery .flex {
        padding: 2rem 0
    }

    .profile_gallery .head strong {
        font-size: 20px
    }

    .profile_gallery .head p {
        font-size: 12px
    }

    .profile_history .flex {
        flex-direction: column-reverse
    }

    .profile_history .left,
    .profile_history .right {
        width: 100%
    }

    .profile_history .left {
        padding: 2rem 0
    }

    .profile_team .profile_team_swiper .swiper-slide {
        display: block
    }

    .profile_team .profile_team_swiper .img {
        width: 100%
    }

    .profile_team .profile_team_swiper .text {
        width: 100%;
        margin-top: 20px
    }

    .profile_culture::before {
        display: none
    }

    .profile_culture::after {
        left: 0;
        height: 50%
    }

    .profile_culture .flex {
        display: block
    }

    .profile_culture .left {
        width: 100%
    }

    .profile_culture .right {
        width: 100%;
        margin-top: 6rem
    }

    .profile_value {
        overflow: hidden
    }

    .profile_value .profile_value_swiper {
        overflow: visible
    }

    .profile_value .swiper_btns {
        display: none
    }

    .profile_honor {
        overflow: hidden
    }

    .profile_honor .flex {
        display: block
    }

    .profile_honor .profile_honor_swiper {
        overflow: visible
    }

    .profile_honor .profile_honor_swiper a {
        opacity: 1
    }
}