section{
    text-align: center;
     overflow: hidden;
}
.title-h{
    display: inline-block;
}
.title-h:before{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 130px;
    height: 2px ;
    content: '';
    background: linear-gradient(90deg, #FF4912 0%, #FF7900 100%);
    z-index: 1;
}
.list-sp .title-h:before, .list-da .title-h:before{
    background: #fff;
}
.main-job:nth-of-type(odd){
    background: #F9F9F9;
}
.title-h b{
    font-weight: 700;
    background: linear-gradient(180deg, #FF4912 0%, #FF7900 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.post-item,.post-new{
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
}
.post-item .box-item {
    background: linear-gradient(360deg, #168427 2.55%, rgba(83, 152, 190, 0.00) 100%);
    height: 30%;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-item:hover .box-item{
    background: #027214b3;
    height: 100%;
}
.post-item .box-item .line{
    display: none;
}
.post-item:hover .box-item .line{
    display: block;
}
.post-item .meta{
    display: none;
    transition: 0.3s all;
}
.post-item:hover .meta{
    display: block;
}
.bst .item-0 .thumb{
    border-top-right-radius: 30px;
    overflow: hidden;
    border-bottom-left-radius: 240px;
}
.bst .item-1 .thumb{
    border-top-left-radius: 30px;
    overflow: hidden;
    border-bottom-right-radius: 240px;
}
.bst .item-2 .thumb{
    overflow: hidden;
    border-top-left-radius: 240px;
}
.bst .item .title-item{
    text-align: left;
}
.bst .item .item-title{
    color: #15162C;
    font-family: Bodoni;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.bst .item .item-title b{
    font-size: 40px;
}
.bst .item-0 .title-item{
    text-align: right;
}
.bst .item-0{
    padding-bottom: 4vw;
}

.bst .item-2{
    padding-bottom: 6vw;
}
.bst .item-1 .title-item{
    margin-bottom: 20px;
}
.bst .list-bst .item .btn-xem-them{
    opacity: 0;
    color: #fff;
    font-weight: 700;
    font-family: "Playfair Display";
    transition-delay: 0.3s;
    transition: opacity 1s ;
}
.overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.bst .list-bst .item .top-line{
    opacity: 0;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0.5px;
    height: 0;
    transition: all 0.3s linear;
    background:#8b8b8b ;
    z-index: 2;
    position: absolute;
}
.bst .list-bst .item .top-line svg{
    position: absolute;
    bottom: -20px;
    width: 16px;
    height: 16px;
    left: -8px;
    z-index: 3;
    display: block;
    opacity: 0;
    filter: invert(1);
    transition: opacity 0.3s ;
}
@keyframes top-line{
  0%{
    height:0;
    opacity: 0;
  }
  30%{
    height: 0;
    opacity: 1;
  }
  
  100%{
    height:40%;
    opacity: 1;
  }
}

.bst .list-bst .item:hover .top-line{
    animation: top-line 3s linear forwards;
}
.bst .list-bst .item:hover .top-line svg{
    opacity: 1;

}
.bst .list-bst .item:hover .btn-xem-them{
    opacity: 1;
    
}
.bst .list-bst .item:hover .overlay{
    opacity: 1;
}
.bst .list-bst .item-0 .title-item,.bst .list-bst .item-2 .title-item{
    order:2;
}
.bst .list-bst .item-0 .thumb,.bst .list-bst .item-2 .thumb{
    order:1;
}
.time-line{
    background:  linear-gradient(261deg, #FFDB6B -147.48%, #C49B27 -82.46%, #C7950E -28.91%, #FEF097 37.39%, #A17700 97.32%);
}

.time-line .item-svg{
    display: block;
    margin: 5px auto 0;
    text-align: center;
}
.time-line .item-time:hover svg{
    filter: invert(1);
}
.time-line .item-svg svg{
    display: inline-block;
}
.phong-cach .list-pc .item-pc:nth-of-type(1){
    float: left;
}
.phong-cach .list-pc .item-pc:nth-of-type(2){
    float: right;
    margin-top: 15vw;
}

.phong-cach .list-pc .item-pc:nth-of-type(3){
    clear: both;
    display: block;
    margin-left: 10vw;
}
.phong-cach .list-pc .item-pc:nth-of-type(1) .thumb{
    border-top-left-radius: 55px;
    overflow: hidden;
}
.phong-cach .list-pc .item-pc:nth-of-type(2) .thumb{
    border-top-right-radius: 55px;
    overflow: hidden;
}
.phong-cach .list-pc .item-pc:nth-of-type(3) .thumb{
    border-bottom-right-radius: 100px;
    overflow: hidden;
}
.phong-cach .list-pc .item-pc .bottom-title .fell{
    margin-top: -2vw;
}
.phong-cach .list-pc .item-pc:nth-of-type(1) .bottom-title .style,
.phong-cach .list-pc .item-pc:nth-of-type(2) .bottom-title .style{
    text-align: center;
}
.phong-cach .list-pc .item-pc:nth-of-type(1) .bottom-title .fell,
.phong-cach .list-pc .item-pc:nth-of-type(2) .bottom-title .fell{
    text-align: right;
    padding-right: 7%;
}
.phong-cach .list-pc .item-pc:nth-of-type(3) .bottom-title .style{
    padding-left: 20%;
}
.phong-cach .list-pc .item-pc:nth-of-type(3) .bottom-title .fell{
    padding-left: 50%;
}

.list-cat .cat-item .thumb img,.list-du-an .post-item .thumb img {
    transition: 1.2s all ease-in-out;
}
.list-cat .cat-item:hover .thumb img,.list-du-an .post-item:hover .thumb img {
    transform: scale(1.2);
}
.list-cat .cat-item:hover h3,.list-du-an .post-item:hover .box-info h3{
    color: #2f9a40;
}

.slick-dots{
    bottom: -60px;
}
.slick-dots li button:before{
    color: #D1D3D4;
    font-size: 16px;
}
.slick-dots li.slick-active button:before{
    color: #FF7900;
    opacity: 1;
}
.texxt-box:before{
    position: absolute;
    content: '';
    left: 0;
    top: -25px;
    width: 1vw;
    height: 2vw;
    background: url(../img/dau-nhay.svg); 
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}
.post-new .thumb:before{
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -75%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 1;
}
.post-new .thumb:hover::before,
.post-new .thumb:focus::before {
    animation: shine 1s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}
.post-new .box-item{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #070707 100%);
    color: #fff;
}

.post-new:hover .box-item{
    background: #15162C;
    color: #fff;
}

#about .desscription p:not(:last-child){
    margin-bottom: 12px;
}
.list-dt .slick-dots{
    bottom: -45px;
}
.list-dt .slick-dots li{
    margin: 0 5px;
}
.list-dt .slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 16px;
    height: 16px;
    padding: 5px;
    color: transparent;
    outline: none;
    background: transparent;
    border: none;
    border-radius: 50%;
}
.list-dt .slick-dots li button:before {
    line-height: 1;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: #D1D3D4;
    content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
    border-radius: 50%;
}

.list-dt .slick-dots li.slick-active button:before{
    background:  linear-gradient(180deg, #FF4912 0%, #FF7900 100%);
}
.list-news .slick-dots{
    bottom: -50px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.list-news .slick-dots li{
    width: 40px;
    height: 40px;
}
.list-news .slick-dots li button:before{
    content: none;
}

.list-news .slick-dots li button{
    font-size: 16px;
    line-height: inherit;
    color: #042445;
    background: #e1d5bd;
    width: 40px;
    height: 40px;
}
.list-news .slick-dots li.slick-active button,.list-news .slick-dots li:hover button {
    background: #B79654;
    color: #fff;
}
 .time-line:before {
    background: #15162C;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    content: '';
}

.test-line{
    width: 100%;
    min-width: 100vw;
    height: 0.5px;
    background: #8b8b8b;
    position: absolute;
    left: -8vw;
    transform-origin: center;
    clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
    transition: clip-path 3s ease-out, transform 3s ease-out, opacity 1.5s ease-out;
    opacity: 0;
    top: 2vw;
}
.phong-cach.in-view .test-line{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transform: scaleX(1);
    opacity: 1;
}

.phong-cach.in-view .line:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: #ddd;
    left: 0;
    transform-origin: center right;
    transform: scaleX(0); 
    transition: transform 1.5s ease-out; 
    z-index: 1;
}

.phong-cach.in-view .line:after {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: #ddd;
    right: 0;
    transform-origin: center left;
    transform: scaleX(0); 
    transition: transform 1.5s ease-out; 
    z-index: 1;
}

.phong-cach.in-view .line:before,
.phong-cach.in-view .line:after {
    transition-delay: 1.5s; 
}

@keyframes line-animation{
  0%{
    height:0;
    opacity: 0;
  }
  30%{
    height: 0;
    opacity: 1;
  }
  
  100%{
    height:83.5%;
    opacity: 1;
  }
}

.test-line-2{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25vw;
    width: 0.5px;
    height: 0;
    background: #8b8b8b;
    opacity: 0;
    transition: 5s all;
    z-index: 0;
}
.phong-cach.in-view .test-line-2{
    animation:line-animation 7s linear forwards;
}

@media(max-width:1680px){
    .bst .item .item-title{
        font-size: 28px;
    }
    .bst .item .item-title b{
        font-size: 32px;
    }
}
@media(max-width:1459px){
    .bst .item .item-title{
        font-size: 25px;
    }
    .bst .item .item-title b{
        font-size: 30px;
    }
}
@media(max-width:1366px){
    .bst .item .item-title{
        font-size: 22px;
    }
    .bst .item .item-title b{
        font-size: 28px;
    }
}
@media(max-width:1280px){
    .bst .item .item-title{
        font-size: 20px;
    }
    .bst .item .item-title b{
        font-size: 25px;
    }
}
@media(max-width:1024px){
    .bst .item .item-title{
        font-size: 25px;
    }
    .bst .item .item-title b{
        font-size: 30px;
        display: block;
        line-height: 1;
    }


}
@media(max-width:767px){
    .time-line:before{
        content: unset;
    }

    .time-line .item-time:before {
        background: #15162C;
        position: absolute;
        left: 0;
        top: calc(50% - 10px);
        transform: translateY(-50%);
        width: 44%;
        height: 1px;
        content: '';
    }
    .time-line .item-time:after {
        background: #15162C;
        position: absolute;
        right: 0;
        top: calc(50% - 10px);
        transform: translateY(-50%);
        width: 44%;
        height: 1px;
        content: '';
    }
    @keyframes line-animation-2{
      0%{
        height:0;
        opacity: 0;
      }
      30%{
        height: 0;
        opacity: 1;
      }
      
      100%{
        height:70%;
        opacity: 1;
      }
    }
    .list-bst .item:not(:last-child){
        margin-bottom: 50px;
    }
    .bst .item-0 .thumb{
        border-bottom-left-radius: 150px;
    }
    .bst .item-1 .thumb{
        border-bottom-right-radius:150px;
    }
    .bst .item-2 .thumb{
        border-top-left-radius: 150px;
    }
    .bst .item-0{
        padding-bottom: unset;
    }

    .bst .item-2{
        padding-bottom: unset;
    }
    .phong-cach .list-pc .item-pc:nth-of-type(1),.phong-cach .list-pc .item-pc:nth-of-type(2){
        float: unset;
    }
    .phong-cach .list-pc .item-pc:nth-of-type(2){
        margin-top: unset;
    }
    .phong-cach .list-pc .item-pc:nth-of-type(3){
        margin-left: unset;
    }
    .test-line-2{
        top: 600px;
    }
    .test-line{
        left: -20px;
        top: -20px;
    }
    .phong-cach.in-view .test-line-2 {
        animation: line-animation-2 7s linear forwards;
    }
    .post-new.slick-current,.post-new.slick-current .thumb img{
        aspect-ratio: 1/1;

    }
    .post-new:hover .box-item,.post-new.slick-current .box-item{
        background: #001D55;
        height: auto;
    }
    .texxt-box:before{
        width: 15px;
        height: 20px;
    }
    
    .box-feel .box-item{
        box-shadow:unset;
    }
    
    .doi-tac .doi-tac{
        box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.25);
    }
    .box-feel:after {
        
        right: -30px;
        width: 40vw;
        height: 15vw;
    }
}
