.cate-title {
    display: block;
    /* margin-bottom: 20px; */
    width: 100%;
    float: left;
}

.cate-title h2 a {
    font-family: UTM-Colossalis;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
    line-height: 1.5;
    color: #f70925;
    font-size: 24px;
}

.cate-title h2 {
    display: inline-block;
    float: left;
}

.cate-title ul {
    margin: 0;
}

.cate-title ul li {
    float: left;
    line-height: 10px;
    position: relative;
}

.cate-title ul li a {
    color: #065fa3;
    font-family: UTM-Centur;
    position: relative;
    padding-right: 10px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
}

.cate-title ul.social-media {
    font-size: 24px;
    flex-direction: row;
    align-items: center;
    line-height: 0;
    float: right;
    padding-top: 15px;
}

.cate-title ul.social-media li {
    padding-right: 10px;
    cursor: pointer;
}

.cate-title ul li img {
    max-height: 21px;
}

.khoi600 {
    background-image: linear-gradient(to right, red, orange);
    padding: 10px;
    margin-top: 15px;
}

.khoi6001 {
    background: #F3D0AB;
}

.box60 {
    padding: 10px;
}

.box600 {
    width: 100%;
}



.box611 {
    width: 50%;
    padding: 0px 10px;
}

.box611 a {
    text-decoration: none;

}

.text611 {
    font-size: x-large;
    font-family: avo;
    padding: 10px;
    color: #C1272D;
    font-weight: bold;
}

.box612 {
    width: 50%;
    padding-left: 10px;
}

.box6121 {
    padding-right: 10px;
}



.box61211 {
    font-family: HelvetIns;
    /* font-weight: bold; */
    width: 100%;
    padding-left: 10px;
}

.box6121-text {
    padding: 5px 0px;

}

.image61211 {
    width: 100%;
    height: 170px;
}

.box61211 a {
    text-decoration: none;
    color: #333;
}

@media (max-width: 720px) {


    .sub-cate {
        display: none;
    }

    .cate-title h2 a {
        font-size: 18px;
    }

    .box611 {
        width: 100%;
        padding: 0px 10px;
    }

    .box612 {
        width: 100%;
        padding-left: 10px;
    }


    .box6121-text {
        font-size: 1em;

    }

    .box600 {
        font-size: 2.1em;

    }

    .box61 {
        flex-direction: column;
    }

    .text611 {
        font-size: 1em;
        color: #C1272D;
        font-weight: bold;
        font-size: 1.2em;
    }

    .box61211 {
        font-family: avo;
        font-weight: bold;
        font-size: 10px;
    }

    .image61211 {
        height: 110px;

    }


}