.boxNewsTop{
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.gripNewTop{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.gripNewTop > div{
    padding: 0 15px;
}
.gripNewTop .col1 {
    width: 25%;
}


/* gripMainNews */
.gripMainNews{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.gripMainNews .col{
    margin-bottom: 15px;
    padding: 0 15px 20px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 33.333%;
}

/* gripMainNews */
.btnAll{
    display: inline-block;
    border: none;
    background-color: #33A64A;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    min-width: 140px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
.btnAll span{
    display: block;
    padding-right: 50px;
    position: relative;
}
.btnAll span::before{
    content: "\f178";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
}
.btnAll:hover{
    background-color: #b8262d;
    color: #fff;
}

/*  */
.lstKythuat{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.lstKythuat > div{
    margin-bottom: 30px;
}

.lstKythuat .col1{
    width: 66.6666%;
    padding: 0 15px;
}
.lstKythuat .col2{
    width: 33.3333%;
    padding: 0 15px;
}
.itemKythuat{
    position: relative;
}
.itemKythuat .thumb a{
    padding-top: 65.56%;
    overflow: hidden;
    position: relative;
    display: block;
}
.itemKythuat .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
}
.itemKythuat:hover .thumb a img{
    transform: scale(1.05);
}
.itemKythuat .decs{
    padding: 20px 0;
    position: relative;
}
.itemKythuat .decs .dateAll{
    position: absolute;
    top: -90px;
    left: 30px;
}
.itemKythuat .decs .caption{
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d9252c;
}
.itemKythuat .decs h3{
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 10px;
    max-height: 46px;
    overflow: hidden;
}
.itemKythuat .decs .tend{
    font-size: 15px;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
}

/*  */
.itemKythuatS{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.itemKythuatS .thumb{
    height: 100%;
}
.itemKythuatS .thumb a{
    height: 100%;
    display: block;
    position: relative;
}
.itemKythuatS .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: cover;
}
.itemKythuatS .thumb a:hover img{
    transform: scale(1.05);
}
.itemKythuatS .decs{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
    background-color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    max-width: 510px;
}
.itemKythuatS .decs .dateAll{
    position: absolute;
    top: -90px;
    left: 30px;
}
.itemKythuatS .decs .caption{
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #d9252c;
}
.itemKythuatS .decs h3{
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 10px;
    max-height: 46px;
    overflow: hidden;
}
.itemKythuatS .decs .tend{
    font-size: 15px;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
}

/*  */
.lstKythuat .col1, .lstKythuat .col2{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*  */
.dowKythuat{
    margin: 50px 0;
    text-align: center;
}
.dowKythuat a{
    display: inline-block;
    border: none;
    background-color: #33A64A;
    color: #fff;
    border-radius: 5px;
    padding: 15px;
    font-size: 24px;
    line-height: 36px;
    min-width: 140px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
.dowKythuat a:hover{
    background-color: #b8262d;
}
.dowKythuat a span{
    display: block;
    padding-left: 50px;
    position: relative;
}
.dowKythuat a span::before{
    content: "\f019";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
}
@media screen and (max-width: 1200px){

}
@media screen and (max-width: 991px){

    .boxNewsTop{
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    /*  */
    .boxKythuat{
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .boxKythuat .titleAll{
        top: initial;
        margin-bottom: 30px;
    }
    .lstKythuat{
        margin: 0 -10px;
    }
    .lstKythuat .col1{
        width: 100%;
        padding: 0 10px;
    }
    .lstKythuat .col2{
        width:  50%;
        padding: 0 10px;
    }
    .itemKythuatS .thumb a{
        padding-top: 65.56%;

    }
    .itemKythuatS .thumb{
        height: auto;
    }
    .itemKythuatS .decs{
        position: relative;
        padding: 15px 0;
    }
    .itemKythuatS .decs .dateAll{
        top: -80px;
        left: 20px;
    }
    .itemKythuat .decs .dateAll{
        top: -65px;
        left: 11px;
    }
    .itemKythuat .decs{
        padding: 15px 0;
        padding-bottom: 0;
    }
    .itemKythuat .decs .tend{
        display: none;
    }
    .itemKythuat .decs h3{
        margin-bottom: 0;
    }
    .itemKythuat .decs .caption{
        margin-bottom: 5px;
    }
    .itemKythuat .thumb a{
        padding-top: 70.56%;
    }
    /*  */
}
@media screen and (max-width: 767px){
    .boxNewsTop{
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .gripNewTop{
        margin: 0;
        display: block;
    }
    .gripNewTop .col1, .gripNewTop .col2{
        width: 100%;
        padding: 0;
    }
    .gripNewTop .col1{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
    }
    .gripNewTop .col1 > div{
        padding: 0 10px;
        width: 50%;
    }


    .gripMainNews{
        margin: 0 -10px;
    }
    .gripMainNews .col{
        width: 50%;
        padding: 0 10px;
    }
}