/* intro */
.home_intro_seemore{
    color: #A0CB38;
    position: relative;
    padding: 1.7rem 4rem;
    width: max-content;
    margin-inline: auto;
    text-decoration: none;
    overflow: hidden;
    display: block;
    border: 1px solid #fff;
    transition: color .3s ease;
    &::before{
    transition: all .3s ease;
        background-color: #A0CB38;
        transform: translateX(-100%);
        content: "";
        position: absolute;
        z-index: -1;
        inset: 0;
    }
    &:hover{
        color: #fff;
        &::before{
            transform: translateX(0);
        }
    }
}
.home_intro_bg{
    position: absolute;
    inset: 0;
    z-index:-1;
}
.home_intro_content_title{
    color: #fff;
    margin-bottom: 4rem;
    white-space: nowrap;
}
.home_intro_content_logo{
    width: 41.2rem;
    margin-inline: auto;
    margin-bottom: 9.5rem;
}
.home_intro_video{
    z-index: -1;
    width: calc(100vh*16/9);
    pointer-events: none;
    height: 100%;
}
.full_screen{
    height: 100vh;
    overflow: hidden;
}
.home_intro{
    position: relative;
    overflow: hidden;
}
.home_intro_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* them */
.home_intro {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.home_intro_video {
  position: absolute;
  top: 0;
  left: 50%;
  min-width:100vw;
  transform: translateX(-50%);
  height: 100%;
}
@media screen and (max-width:991px) {
    .full_screen{
        height: auto;
    }
    .home_intro {
        height: 60rem;
    }
    .home_intro_content_logo{
        width: 28.2rem;
        margin-bottom: 5.5rem;
    }
}
@media screen and (max-width:767px){
    .home_intro{
        height: 51rem;
    }
     .home_intro_content_logo{
        width: 16.5rem;
        margin-bottom:3.5rem;
    }
    .home_intro_seemore {
        padding: .3rem 1.8rem !important;
        color: #fff;
    }
    .home_intro_content_title {
        margin-bottom: 4rem;
        font-size:2.2rem;
    }
    .home_hero_txt_des {
        margin-top: 3rem;
        line-height: 1.375em;
    }
    .home_intro_video {
        z-index: -1;
        width: calc(51rem * 16 / 9);
        /* width:100% !important; */
    }
} 
/* hero */

.home_hero_top_logo{
    width: 13.6rem;
}
.home_hero_top{
    margin-top: 2.1rem;
}
.home_hero_img{
    position: absolute;
    inset: 0;
    z-index: -1;
}
.home_hero_inner{
    position: relative;
}
.home_hero_txt{
   position: relative;
   z-index: 5;
    color: #fff;
    margin-inline: auto;
   padding-block: 16vh;;
    max-width: 108.5rem;
    width: 100%;
}
.home_hero_txt_title{
    margin: 1rem 0;
}
.home_hero_txt_des{
    margin-top: 1rem;
}
.home_hero_logo{
    display: flex;
    margin-top: 6.5rem;
    justify-content: space-between;
    transition-timing-function: linear;
}
.home_hero_logo_item{
    height: 10rem;
    img{
        height: 100%;
    }
}
.home_hero_txt_link{
    padding: 1.2rem 2.7rem;
    display: block;
    width: max-content;
    margin-inline: auto;
    color: #A0CB38;
    background-color: #fff;
    margin-top: 6rem;
    text-decoration: none;
    position: relative;
    transition: color .3s ease;
    overflow: hidden;
    &::before{
        position: absolute;
        inset: 0;
        opacity: 0;
        transform: translateX(-100%);
        background-color: #014129;
        transition: all .3s ease;
        z-index: 1;
        content: "";
    }
    &:hover{
        color: #fff;
        &::before{
            opacity: 1;
            transform: translateX(0%);
        }
    }
    span{
        position: relative;
        z-index: 2;
    }
}
.swiper-pagination-logo{
        text-align: center;
        margin-top: 3rem;
        span{
            background-color: #014129;
            opacity: 1;
            width: 1.2rem;
            height: 1.2rem;
        }
        .swiper-pagination-bullet-active{
            background-color: #86B350;
        }
    }
@media screen and (max-width:991px) {
    .home_hero_txt_link {
        margin-top: 1rem;
        padding: .3rem 1.8rem !important;
        margin-top:3.5rem;
    }
    .home_hero_txt_title{
        margin: 1rem 0;
    }
    .home_hero_txt_des{
        margin-top: 2rem;
    }
    .home_hero_txt_title {
        font-size: 3rem;
    }
    .home_hero_txt_smalltitle {
        font-size: 2.4rem;
    }

    .home_hero_txt_des {
        margin-top: 1rem;
    }
    .home_hero_logo_item{
        height: 9rem !important;
        width: auto !important;
    }
    .home_hero_txt {
        padding-block: 10rem;
    }
}
@media screen and (max-width:767px){
    .home_hero_img {
        aspect-ratio: 440 / 513;
    }
    .home_hero_logo_wrap {
        margin-top:9.5rem;
    }
    .home_hero_logo{
        margin-top: 0;
    }
    .home_hero_txt {
        padding-block: 6rem;
    }
    .home_hero_top_logo{
        width: 8.8rem;
    }
    .home_hero_txt_des{
        margin-inline: .7rem;
    }

    .home_hero_txt_des{
        max-width: 33.3rem;
        margin-inline: auto;
    }
    .home_hero_txt_title {
        font-size: 2.8rem;
    }
    .home_hero_txt_smalltitle {
        font-size: 1.8rem;
    }
}
/* active */
.swiper-pagination-active{
        text-align: center;
        margin-top: 5rem;
        span{
            background-color: #014129;
            opacity: 1;
            width: 2rem;
            height: 2rem;
        }
        .swiper-pagination-bullet-active{
            background-color: #86B350;
        }
    }
.home_active{
    padding-top: 5.1vh;
    /* background-color: #888; */
}
.home_active_inner{
    padding-inline: 3rem;
}
.home_active_item{
    position: relative;
    width: 66rem;
}
.home_active_title{
    margin-bottom: 5.4rem;
    p{
        margin-top:0;
    }
}
.home_active_inner{
    .home_active_item:first-child{
        .home_active_item_txt_logo{
           width: 22.2rem;
       }
        .home_active_item_txt{
           position: absolute;
           top: 36rem;
           left: 14rem;
           right: -4rem;
           border-radius: 2rem;
           padding: 3.2rem 4.8rem 4.2rem 6rem;
            background-color: #fff;
       }
    }
    .home_active_item:first-child{
        .home_active_item_img{
            height: auto;
            img{
                object-position: left top;
            }
        }
    }
}
.home_active_item_txt_logo{
    width: 22.2rem;
    margin-bottom: 3.15rem;
}
.home_active_item_txt_des{
    color: #2d2d2d;
    margin-bottom: 1.8rem;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 8.75em;
}
.home_active_item_img{
    height:36rem;
    border-radius: 2rem;
    overflow: hidden;
}
.home_active_item_txt{
    padding: 3rem 4.5rem 0 1.3rem;
    background-color: #fff;
}
.home_active_item_txt_item{
    padding-right: 1.5rem;
    border-right: 2px solid #014129;
    display: block;
    text-decoration: none;
}
.home_active_item_txt_inner{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    row-gap: 2rem !important;
    .home_active_item_txt_item:last-child{
        border-right: none;
    }
}
@media screen and (max-width:991px) {
    .swiper-pagination-active{
        margin-top:9rem;
        span{
            width: 1.2rem;
            height: 1.2rem;
        }
    }
    .home_active_title{
        margin-bottom: 2rem;
    }
    .home_active_item{
        width: 100%;
        padding-bottom: 7rem;
    }
    .home_active_inner{
        flex-direction: column;
    }
    .home_active_inner{
        padding-bottom: 27rem;
        .home_active_item:last-child{
            .home_active_item_img{
                img{
                    object-position: left top;
                }
            }
        }
         .home_active_item_txt{
           position: absolute;
           top: 36rem;
           left: 11rem !important;
           right: -4rem;
           border-radius: 2rem;
           padding: 3.2rem 1.5rem 4.2rem 6rem;
            background-color: #fff;
       }
    }
    .home_active_item_img{
        height: 38rem;
    }
}
@media screen and (max-width:767px) {
    .swiper-pagination-active{
        margin-top: 3rem;
    }
    .home_active_inner{
        padding-bottom: 0;
        .home_active_item_txt{
            position: relative !important;
            left: unset !important;
            right: unset !important;
            top: unset !important;
        }
        .home_active_item_txt_logo{
            position: absolute;
            left: 2.5rem;
            right: 2.5rem;
            top: -12rem;
            background-color: #fff;
            border-radius: 2rem 2rem 0 0;
            padding: 1rem 5.5rem 2rem;
            width: auto !important;
        }
        .home_active_item_txt{
            padding: 0 !important;
            margin-top: 4rem !important;
        }
        .home_active_item_txt_des {
            position: relative;
        }
        .home_active_item{
            padding-bottom:0;
        }
        .home_active_item:last-child{
            .home_active_item_txt_logo{
                padding-inline: 5.5rem;
                padding-top:1rem;
            }
        }
        .home_active_item_txt_item {
            padding-right: 2rem;
            font-size:1.3rem;
        }
    }
    .home_active_inner{
        padding-inline:0;
    }
}
/* home_development */
.home_development_info_inner {
    display: grid;
    grid-template-columns: 1fr;
}
.home_development_info_item {
    opacity: 0;
    pointer-events: none;
    grid-column: 1/2;
    grid-row: 1/2;
    transition: opacity .4s ease;
    &.active {
        opacity: 1;
        pointer-events: all;
    }
}
.home_development{
    padding-top: 5.1vh;
    overflow: hidden;
}
.home_development_subtitle, .home_development_info_title{
    color:#77A03B;
}
.home_development_subtitle{
    margin-bottom: 7.5rem;
}
.home_development_inner{
    display: flex;
    gap: 6rem;
}
.home_development_title{
    margin-bottom: 1.5rem;
}
.home_development_info{
    position: relative;
    width: 52rem;
    display: flex;
    flex-direction: column;
    flex: none;
}
.home_development_info_bg{
    position: absolute;
    inset: -14rem -7rem -14rem -14rem;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    .home_development_info_bg_item{
        grid-column: 1/2;
        grid-row: 1/2;
        opacity: 0;
        transition: opacity .4s ease;
        pointer-events: none;
        &.active {
            opacity: 1;
        }
    }

}
.home_development_info_title{
    margin-bottom: 6rem;
}
.home_development_info_subtitle{
    font-family: 'Montserrat';
    margin-bottom: 1rem;
}
.home_development_info_des{
    margin-bottom: 1rem;
}
.des_spot{
    padding-left: 2rem;
    font-family: 'Montserrat';
    position: relative;
    &::before{
        content: "";
        background-color: #555555;
        position: absolute;
        width: .7rem;
        height: .7rem;
        border-radius: 50%;
        left: .8rem;
        top: .5em;
    }
}
.home_development_info_link{
    margin-top: 6rem;
    padding: 1.7rem 5.4rem;
    display: block;
    width: max-content;
    color: #014129;
    border: 2px #014129 solid;
    text-decoration: none;
    transition: color .4s ease, background-color .4s ease;
    &:hover{
        color: #fff;
        background-color: #014129;
    }
}
.home_development_slide {
    overflow: hidden;
    width: 100%;
}
.home_development_slide_list_overlay{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 1.5rem;
    background:linear-gradient(to top, rgba(0,0,0,.4) 0%, rgba(0,0,0,.2) 50%, rgba(0,0,0,0) 100% );
}
.home_development_slide_list_item{
    width: 48.1rem !important;
    height: 47.6rem;
    cursor: pointer;
    transition: width .4s ease, height .4s ease;
    clip-path: url(#hexClipLarge2);
}
.home_development_slide_list_item_caption{
    position: absolute;
    color: #fff;
    pointer-events: none;
    bottom: 3rem;
    left: 4rem;
    font-weight: 700;
}
.home_development_slide_list {
    align-items: center;
}
.home_development_slide_list_item.swiper-slide-active{
    height: 56.4rem;
}
.home_development_slide_inner  {
         width: 48.1rem !important;
     overflow: visible;
     margin-left: 0;
}
@media screen and (max-width:991px) {
    .home_development_inner{
        flex-direction: column;
        row-gap: 4rem;
    }
    .home_development_info{
        width: 100%;
    }
    .home_development_info_title {
        margin-bottom: 2rem;
        br{
            display: none;
        }
    }
    .home_development_info_link {
        display: none;
    }
    .home_development{
        padding-bottom: 7vh;
    }
    .home_development_subtitle {
        font-size: 2.6rem;
        margin-bottom: 3rem;
    }
}
@media screen and (max-width:767px) {
    .home_development_subtitle{
        font-size: 1.6rem;
    }
    .home_development_info_title {
        margin-bottom: 1rem;
    }
    .home_development_info_subtitle {
        font-weight: normal;
    }
    .home_development_slide_list_item.swiper-slide-active{
        height: 37.8rem;
    }
    .home_development_slide_list_item{
        width: 30.2rem !important;
        height: 32rem;
    }
    .home_development_slide_inner {
        width: 100% !important;
    }
}
/* achieve */

.home_archive_item_border{
    height: .6rem;
    background-color: #D9D9D9;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: rotate(180deg);
    width: 100%;
    margin-bottom: .3rem;
}
.home_achieve{
    padding-top: 9.3vh;
    position: relative;
}
.home_achieve_title{
    margin-bottom: 5rem;
}
.home_achieve_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 2.2rem;
    max-width: 92.2rem;
    width: 100%;
}
.home_archive_item_img{
    width: 100%;
}
.home_archive_item{
    width: 24.8rem;
}
.home_archive_item_name{
    background-color: #F4F4F4;
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 1rem 1.4rem 1rem;
}
.home_achieve_bg{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    right: 0;
    width: 65.2rem;
    overflow: hidden;
   clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%);
    img{
        object-fit: fill;
    }
    /* &::before{
        content: "";
        position: absolute;
        inset: 0;
        background-color: #01412ad0;
        background-blend-mode: multiply;
    }
    &::after{
        content: "";
        position: absolute;
        left: -23.5%;
        height: 120%;
        bottom: 0;
        width: 40%;
        transform: rotate(10deg);
        background-color: #fff;
    } */
}
.svg_bg {
    position: absolute;
}
@media screen and (max-width:991px) {
    .home_archive_item{
        width: auto;
    }
    .home_achieve_bg{
        width: auto;
    }
    .home_achieve {
        padding-top: 5vh;
    }
    .home_archive_item{
        width: 26.8rem;
    }
    .home_archive_item_img {
        width: 100%;
    }
    .home_archive_item_border{
        margin-bottom: .15rem;
    }
    .home_achieve_list{
        padding-bottom: 0;
    }
    .home_achieve_list {
        flex-wrap: nowrap;
        max-width: unset;
        padding-bottom: 3rem;
    }
    .home_achieve_list_wrap{
        max-width: 27rem;
        width: 100%;
        margin-right: unset !important;
        margin-left: unset !important;
        padding-bottom: 2rem;
    }
    .swiper-pagination-achieve{
        text-align: center;
        span{
            background-color: #2e3834;
            opacity: 1;
            width: 1.1rem;
            height: 1.1rem;
        }
        .swiper-pagination-bullet-active{
            background-color: #86B350 !important;
        }
    }
    .home_achieve_bg{
        clip-path: polygon(58% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
        width: 55%;
    }
}
@media screen and (max-width:767px) {
   .home_achieve_bg {
        clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
        height: auto;
        width: 50%;
        margin-left: 0;
        img {
            object-fit: cover;
            object-position: left center;
        }
    }
    .home_achieve_list_wrap{
        max-width: 20rem;

    }
    .home_archive_item{
        width: 18rem;
    }
    .home_archive_item_name {
        font-weight: normal;
    }
    .home_archive_item_name {
        font-size: 1.4rem;
    }
    .home_achieve_list{
        padding-bottom: 2.5rem;
    }
    .home_achieve_title{
        margin-bottom: 3rem;
    }
    .home_achieve_list_wrap {
        padding-bottom: 0;
    }
}
/* news */
.home_news{
    padding-top: 11vh;
    position: relative;
}
.home_news_bg{
    position: absolute;
    top: 0;
    z-index: -1;
    bottom: 0;
    clip-path: polygon(0% 0%,0% 0%,0% 100%,0% 100%);
    img{
        height: 100%;
    }
}
.home_news_title{
    margin-bottom: 3rem;
}
.home_news_content_item{
    display: flex;
    flex-direction: column;
    grid-column: auto;
    text-decoration: none;
    color: #5C5C5C;
    position: relative;
    &:hover{
        .home_news_content_item_detail{
            left: 5rem;
        }
        .home_news_content_item_img{
            img{
                transform: scale(1.1);
            }
        }
    }
}
.home_news_content_item_img{
    aspect-ratio:470/251;
    overflow: hidden;
    img{
        transition: all .4s ease;
    }

}
.home_news_inner{
    grid-template-columns: repeat(3, 1fr);
    row-gap: 8rem;
    margin-bottom: 9rem;
}
.home_news_content_item_txt{
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 3rem 3.5rem 4.5rem;
    background-color: #F5F5F5;
}
.home_news_content_item_title{
    margin-bottom: 2.5rem;
    flex:1;
     display: -webkit-box;
    -webkit-line-clamp: 2; /* số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
}
.home_news_content_item_des{
    display: -webkit-box;
    -webkit-line-clamp: 3;       /* Số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4.5em;
}
.home_news_content_item_time{
    position: absolute;
    padding-inline: 2rem;
    padding-block: .2rem;
    border-radius: .6rem;
    background-color: #F5F5F5;
    top: 48.5%;
    left: 1.1rem;
    color: #A6CE39;
    z-index: 10;
}
.home_news_content_item_detail{
        bottom: -1.5rem;
        position: absolute;
        display: flex;
        width: 11.8rem;
        padding-block: .2rem;
        gap: .8rem;
        justify-content: center;
        align-items: center;
        background-color: #A6CE39;
        border-radius: .6rem;
        transition: all .4s ease;
        left: 3rem;
    }
    .home_news_content_item_detail_txt{
        color: #fff;
    }
    .home_news_content_item_detail_img{
        width: 1.4rem;
    }
    .home_news_seeall{
        display: block;
        width: max-content;
        padding-right: 3rem;
        margin-inline: auto;
        transition: all .3s  ease;
        text-decoration: none;
        color: #014129;
        position: relative;
        svg{
        transition: all .3s  ease;
            right: -2rem;
            width: 2.8rem;
            position: absolute;
            top: .7rem;
        }
        &:hover{
            color: #A0CB38;
            svg{
                right: -3rem;
            }
        }
    }
@media screen and (max-width:991px) {
    .home_news {
        padding-top: 6vh;
        padding-bottom: 5vh;
    }
    .home_news_inner{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 5rem;
        margin-bottom: 9rem;
    }
    .home_news_content_item_txt{
        padding: 2rem 2.5rem 3.5rem;
    }
    .home_news_content_item_title {
        margin-bottom: 1rem;
    }
    .home_news_content_item_time {
        top: 43.5%;
    }
    .home_news_content_item_detail{
        width: 10.5rem;
    }
    .swiper-pagination-news{
        text-align: center;
        margin-bottom: 3rem;
        span{
            background-color: #014129;
            opacity: 1;
            width: 1.2rem;
            height: 1.2rem;
        }
        .swiper-pagination-bullet-active{
            background-color: #86B350;
        }
    }
    .home_news_inner {
        display:flex !important;
        gap: 0;
    }
    .home_news_bg {
        display: none !important;
    }
    .home_news_content_item {
        height:auto;
    }
    .home_news_seeall{
        padding-right:1.5rem;
        svg{
            top:.4rem;
            width:2rem;
        }
    }
}
@media screen and (max-width:767px) {
    .home_achieve {
        padding-top: 0;
    }
    .news_content_inner{
        grid-template-columns: repeat(1, 1fr);
        row-gap: 7rem;
        margin-bottom: 9rem;
    }
    .home_news_content_item_txt{
        padding: 2rem 3rem 7.5rem;
        .home_news_content_item_title{
            font-size: 1.7rem;
        }
        .home_news_content_item_des{
            font-size: 1.6rem;
        }
    }
    .home_news_content_item_title {
        margin-bottom: 1.5rem;
    }
    .home_news_content_item_detail{
        bottom: -1.2rem;
        position: absolute;
        display: flex;
        width: 12rem;
        justify-content: center;
        align-items: center;
        background-color: #A6CE39;
        border-radius: .6rem;
    }
    .home_news_content_item_detail_txt{
        color: #fff;
    }
    .home_news_content_item_detail{
        bottom: 3rem;
        left: 3rem;
    }
    .home_news_content_item_time{
        top: 44%;
    }
    .home_news {
        padding-top: 7rem;
    }
    .home_news_inner {
        margin-bottom: 2rem;
    }
    .swiper-pagination-news{
        margin-bottom: 6rem;
    }
}
/* partner  */
.home_partner{
    padding-top: 6vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home_partner_item{
    border: 1px solid #D9D9D9;
}
.home_partner_inner{
    display: flex;
    transition-timing-function: linear;
}
.home_partner_group{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6rem;
    &:last-child {
        margin-bottom: 0;
    }
}
.home_partner_title{
    margin-bottom: 5rem;
}
.home_partner_inner{
    margin-bottom: 6.5rem;
}
@media screen and (max-width:991px) {
    .home_partner_group{
    margin-bottom: 3rem;
    row-gap: 3rem;
    display: flex !important;
    }
    .home_partner {
        padding-top: 7vh;
    }
    .home_partner_inner{
        flex-direction: unset;
    }
     .swiper-pagination-partner{
        text-align: center;
        margin-bottom: 5rem;
        span{
            background-color: #014129;
            opacity: 1;
            width: 1.2rem;
            height: 1.2rem;
        }
        .swiper-pagination-bullet-active{
            background-color: #86B350;
        }
    }
    .home_partner_inner {
        margin-bottom: 2rem;
    }
}
@media screen and (max-width:767px) {
    .home_partner_item {
        width: 18.5rem;
    }
}
/* list */
.home_list{
    position: fixed;
    left: 6rem;
    top: 50%;
    z-index: 1000;
    transform: translateY(-50%);
    .home_list_num:last-child{
        margin-bottom: 0;
        &::before{
            content: none;
        }
    }
}
body.on-white .home_list_num{
    color: #898181;
    background-color: transparent;
    border: 1px solid #898181;
    &.active {
        color: white ;
        background-color: #014129;
        border: 1px solid #014129;
    }
    &::before {
        background-color: #898181;
    }
}
.home_list_num{
    color: #fff;
    background-color: transparent;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D9D9D9;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 4rem;
    transition: all .3s ease;
    &.active{
        background-color: #fff;
        color: #014129;
    }
    &:hover{
        background-color: #fff;
        color: #014129;
    }
    &::before{
        width: 1px;
        height: 4rem;
        content: "";
        position: absolute;
        background-color: #D9D9D9;
        top: 2.5rem;
    }
}
@media screen and (max-width:991px) {
    .home_list{
        display: none;
    }
}

/* btn_social */
.btn_social{
  right: 4rem !important;
  gap: 1.5rem !important;
  flex-direction: row !important;
  bottom: 3.5rem !important;
  top: unset !important;
}
@media screen and (max-width:991px) {
    .btn_social{
        flex-direction: column !important;
        top: 60% !important;
        bottom: unset !important;
        right: 1rem !important;
    }
}
/* home_copyright */

.home_copyright{
    position: fixed;
    bottom: 2.5rem;
    left: 6rem;
    color: #898181;
    z-index:1000;
}
@media screen and (max-width:991px) {
    .home_copyright{
        display: none !important;
    }
    .footer_wrap{
        margin-top: 5rem;
    }
}