.products{
    width: 100%;
    height: 100%;
    margin-bottom: 9.5rem;
}
.products .list_products{
    width: 100%;
    height: 100%;
}
.products .list_products h2{
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #585a5f;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 6.6rem;
}
.products .list_products h2::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #d7b369;
    width: 6.8rem;
    height: 0.6rem;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.products .list_products ul{
    display: flex;
    justify-content: space-around;
}
.products .list_products ul li{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 46.2rem;
    height: 46.8rem;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}
.products .list_products ul li::before{
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    background-color: #d7b369;
    width: 90%;
    height: 2.2rem;
    bottom: -1.1rem;
    left: 50%;
    transform: translateX(-50%);

}
.products .list_products ul li a{
    width: 100%;
    height: 100%;
}
.products .list_products ul li a::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(rgba(255, 255, 255, 0) 10%, rgba(35, 33, 33, 0.6) 90%);
}
.products .list_products ul li img{
    width: 100%;
    position: relative;
}
.products .list_products ul li h3{
    min-width: 35rem;
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #d7b369;
    text-transform: uppercase;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.company{
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
}
.company .desc_company{
    width: 100%;
    height: 100%;
    padding-top: 5.2rem;
    padding-bottom: 8.1rem;
}
.company .desc_company h2{
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #585a5f;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 8.5rem;
}
.company .desc_company h2::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #d7b369;
    width: 6.8rem;
    height: 0.6rem;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}
.company .desc_company .desc{
    width: 75%;
    font-weight: 500;
    font-size: 1.8rem;
    text-align: center;
    color: #585a5f;
    margin: auto;
    margin-bottom: 14.9rem;
}
.company .desc_company .desc strong{
    font-weight: 900;
}
.company .desc_company .time_line{
    display: flex;
    position: relative;
    width: 100%;
    min-height: 60rem;
    margin-bottom: 15rem;
}
.company .desc_company .time_line .back_image_timeline{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.company .desc_company .time_line .back_image_timeline img{
    width: 100%;
    height: 100%;
}
.company .desc_company .time_line ul{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.company .desc_company .time_line ul li{
    width: 30%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.company .desc_company .time_line ul li:nth-child(3){
    width: 29%;
}
.company .desc_company .time_line ul li:nth-child(2){
    width: 32%;
}
.company .desc_company .time_line ul li:nth-child(6){
    top: 9rem;
    margin-left: 2%;
}
.company .desc_company .time_line ul li:nth-child(7){
    top: 9rem;
    margin-right: 17%;
}
.company .desc_company .time_line ul li:nth-child(8){
    top: 19rem;
    margin-left: 7%;
}
.company .desc_company .time_line ul li:nth-child(9){
    top: 19rem;
    margin-right: 22.5%;
}
.company .desc_company .time_line ul li picture{
    height: 11rem;
    position: absolute;
}
.company .desc_company .time_line ul li.hidden{
    display: none;
}
.company .desc_company .time_line ul li:nth-child(1) picture,
.company .desc_company .time_line ul li:nth-child(2) picture,
.company .desc_company .time_line ul li:nth-child(3) picture{
    left: 5rem;
    top: -8.5rem;
}
.company .desc_company .time_line ul li:nth-child(1) .date,
.company .desc_company .time_line ul li:nth-child(3) .date{
    left: 0rem;
    top: -2.5rem;
}
.company .desc_company .time_line ul li:nth-child(2) .date{
    left: -0.5rem;
    top: -2.5rem;
}
.company .desc_company .time_line ul li:nth-child(6) picture,
.company .desc_company .time_line ul li:nth-child(7) picture{
    right: 5rem;
    top: -8.2rem;
    background-color: #F7F8FC;
    border-radius: 1.5rem;
}
.company .desc_company .time_line ul li:nth-child(6) .date,
.company .desc_company .time_line ul li:nth-child(7) .date{
    right: 0rem;
    top: -2.5rem;
    text-align: right;
}
.company .desc_company .time_line ul li:nth-child(6) p,
.company .desc_company .time_line ul li:nth-child(7) p{
    text-align: right;
}
.company .desc_company .time_line ul li:nth-child(8) picture,
.company .desc_company .time_line ul li:nth-child(9) picture{
    left: 6rem;
    top: -7rem;
}
.company .desc_company .time_line ul li:nth-child(8) .date,
.company .desc_company .time_line ul li:nth-child(9) .date{
    left: 0rem;
    top: -2.5rem;
}
.company .desc_company .time_line ul li .date{
    padding-top: unset;
    font-weight: 600;
    font-size: 1.8rem;
    text-align: left;
    color: #585a5f;
    position: relative;
}
.company .desc_company .time_line ul li p{
    font-weight: 600;
    font-size: 1.8rem;
    text-align: left;
    color: #585a5f;
    padding-top: 3.5rem;
}
.marketplace{
    width: 100%;
    height: 58.1rem;
    overflow: hidden;
    background-color: #d7b369;
    display: flex;
}
.marketplace .desc_marketplace{
    display: flex;
    width: 56.1rem;
    margin-left: auto;
    position: relative;
}
.marketplace .desc_marketplace .info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-right: 10rem;
}
.marketplace .desc_marketplace .info h3{
    font-weight: 900;
    font-size: 3rem;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 3.8rem;
}
.marketplace .desc_marketplace .info p{
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-align: left;
    color: #fff;
    padding-bottom: 2rem;
}
.marketplace .desc_marketplace .buttons{
    width: 10rem;
    display: flex;
    position: absolute;
    right: -6rem;
    top: 50%;
    transform: translateY(-50%);
}
.marketplace .image{
    width: 50vw;
    overflow-x: hidden;
    display: flex;
    scroll-behavior: smooth;
}
.marketplace .image li{
    width: 50vw;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
}
.marketplace .image li img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.blog{
    width: 100%;
    height: 100%;
    background-color: #F7F8FC;
}
#blog .blog{
    background-color: #FFFFFF;
}
.blog .list_blog{
    padding-top: 5.2rem;
    padding-bottom: 8.6rem;
    text-align: center;
}
.blog .list_blog h4{
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #585a5f;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4.4rem;
}
.blog .list_blog h4::after{
    content: "";
    display: block;
    position: absolute;
    background-color: #d7b369;
    width: 6.8rem;
    height: 0.6rem;
    bottom: -1.1rem;
    left: 50%;
    transform: translateX(-50%);
}
.blog .list_blog ul{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 5.1rem;
    flex-wrap: wrap;
}
.blog .list_blog ul li{
    width: 30%;
    position: relative;
    box-shadow: 0 0 1em #a5a5a5;
    background-color: #FFFFFF;
    margin-bottom: 3rem;
}
.blog .list_blog ul li a{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blog .list_blog ul li .info_blog{
    position: relative;
    width: 100%;
    height: 23.3rem;
}
.blog .list_blog ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.blog .list_blog ul li h5{
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: 0.01em;
    line-height: 2.4rem;
    text-align: left;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    padding-bottom: 1.3rem;
    padding-left: 1.2rem;
    z-index: 2;
    width: 100%;
}
.blog .list_blog ul li .info_blog::after{
    width: 100%;
    height: 10rem;
    background: linear-gradient(rgba(24, 27, 36, 0) 0%, rgba(24, 27, 36, 0.6) 100%);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
}
.blog .list_blog ul li p{
    padding: 2.3rem 1.8rem;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: left;
    color: #a5a5a5; 
    margin-bottom: auto;
}
.blog .list_blog ul li .bt_view_more{
    padding: 1.9rem;
    background-color: #d7b369;
    display: flex;
    justify-content: space-between;
}
.blog .list_blog ul li .bt_view_more .date{
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: left;
    color: #fff;
}
.blog .list_blog ul li .bt_view_more .view_more{
    font-weight: 900;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
}
.blog .list_blog .button_view_more{
    padding: 1.6rem 6.6rem;
    background-color: #d7b369;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;   
}
.marketplace .arrows{
    display: none;
    width: 10%;
    justify-content: space-between;
    position: absolute;
    left: 45%;
    bottom: 0.5rem;
}
.marketplace .arrows .a svg{
    width: 2rem;
    height: 2rem;
}
.marketplace .arrows .a:first-child svg{
    transform:rotate(180deg);
    right: auto;
}
.marketplace .arrows .a svg *{
    fill: #FFFFFF;
}