﻿@media screen and (min-width:1600px) {
    .content-text > img {
        
    }
}

@media screen and (max-width:1024px) {
    .arrow-right {
        width: 0px;
        height: 0px;
        border-bottom: 70px solid transparent;
        border-top: -6px solid transparent;
        border-left: 500px solid var(--reduse);
        position: relative;
    }

    .arrow-right2 {
        width: 0px;
        height: 0px;
        border-bottom: 80px solid transparent;
        border-top: -6px solid transparent;
        border-left: 570px solid rgba(0,0,0,0.10);
        position: absolute;
        top: 0px;
    }
}

@media screen and (max-width:768px) {
    .header-sticky ul li a {
        color: black;
    }

    .arrow-right {
        width: 0px;
        height: 0px;
        border-bottom: 60px solid transparent;
        border-top: -6px solid transparent;
        border-left: 400px solid var(--reduse);
        position: relative;
    }

    .arrow-right2 {
        width: 0px;
        height: 0px;
        border-bottom: 90px solid transparent;
        border-top: -6px solid transparent;
        border-left: 600px solid rgba(0,0,0,0.10);
        position: absolute;
        top: 0px;
    }
}
@media only screen and (min-width : 768px) {
    .media post_item img {
        width:100%;
    }
    
   
   
}

@media screen and (max-width:800px) {
    #timeline {
        width: 100%;
        display: unset;
        background: unset;
    }
    .infor-box__position {
        position: unset;
        top: 200px;
    }
    .tl-item {
        width: 100%;
    }

        .tl-item:hover {
            width: 100% !important;
        }

    .tl-content {
        opacity: 1;
    }

    .tl-item::before {
        opacity: 1;
        background: rgba(0,0,0,0.4);
    }
    .infor-box {
        left: unset;
    }

    .container_box-position-1 {
        position: unset;
    }

    .infor-box__position {
        position: unset;
        top: 200px;
    }

    .container_box-position-1::after {
        background: unset;
    }

    .infor-box {
        margin-top: 20px;
        max-width:unset;
    }

    .content-text > img {
        width: 100%;
        height: 254px;
    }

    .box-position__1 {
        width: 100%;
        height: unset;
    }

    .container_box-position-1 {
        height: 400px;
    }
   .infor-box__position {
       flex : 0 0 100%;
       max-width:100%;
   }
    .col-md-8 .infor-box {
        flex: 0 0 100% !important;
        max-width: unset;
    }

}

@media screen and (max-width:500px) {
    .arrow-right {
        width: 0px;
        height: 0px;
        border-bottom: 40px solid transparent;
        border-top: -6px solid transparent;
        border-left: 250px solid var(--reduse);
        position: relative;
    }

    .arrow-right2 {
        width: 0px;
        height: 0px;
        border-bottom: 60px solid transparent;
        border-top: -6px solid transparent;
        border-left: 270px solid rgba(0,0,0,0.10);
        position: absolute;
        top: 0px;
    }
    .market__life {
        left:unset;
        margin-top:-17rem;
        margin-bottom:31rem;
    }
    .infor-box {
        left: unset;
    }

    .container_box-position-1 {
        position: unset;
    }

    .infor-box__position {
        position: unset;
        top: 200px;
    }

    .container_box-position-1::after {
        background: unset;
    }

    .infor-box {
        margin-top: 20px;
    }

    .content-text > img {
        width: 100%;
        height: 254px;
    }

    .box-position__1 {
        width: 100%;
        height: unset;
    }

    .container_box-position-1 {
        height: 400px;
    }
}
