.active {
    color: #0f8fd1;
}

.web-item {
    min-height: 500px;
    /*background-color: #fff !important;*/
    padding-bottom: 20px;
}

.blog-banner img {
    width: 100%;
    object-fit: cover;
}
@media screen and (min-width: 768px) {
    .blog-banner img {
        height: 320px;
    }
}

@media screen and (min-width: 768px) {
    .blog-index-type-1 .list-left {
        width: 228px;
    }
}

.blog-index-type-1 .list-blog-type-1 {
    border-radius: 5px;
    background: #fafafa;
    -webkit-box-shadow: 1px 1px 3px #bbbbbb;
    box-shadow: 1px 1px 3px #bbbbbb;
    padding: 15px 10px 15px 15px;
}
.blog-index-type-1 .list-blog-type-1 .item {
    height: 33px;
    text-decoration: none;
    border-bottom: 1px solid #efefef;
    outline: none;
    text-decoration: none;
    color: #444444;
}
.blog-index-type-1 .list-blog-type-1 .item:last-child {
    border-bottom: none;
}
.blog-index-type-1 .list-blog-type-1 .item i {
    margin-right: 8px;
    font-size: 15px;
    color: #0f8fd1;
}
.blog-index-type-1 .list-blog-type-1 .item:hover span {
    color: #0f8fd1;
}

.blog-index-type-1 .list-support-type-1 {
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px #bbbbbb;
    box-shadow: 1px 1px 3px #bbbbbb;
    overflow: hidden;
}
.blog-index-type-1 .list-support-type-1 .title {
    background: #0f8fd1;
    color: #ffffff;
    padding: 10px 15px 5px 15px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-index-type-1 .list-support-type-1 .title img {
    margin-right: 10px;
    width: 15px;
    margin-bottom: 7px;
}
.blog-index-type-1 .list-support-type-1 .list-phone {
    padding: 15px;
}
.blog-index-type-1 .list-support-type-1 .list-phone .item {
    height: 27px;
}
.blog-index-type-1 .list-support-type-1 .list-phone .color {
    color: #0f8fd1;
}
.blog-index-type-1 .list-support-type-1 .list-phone .icon {
    min-width: 25px;
    font-size: 13px;
}



.blog-index-type-1 .list-right {
    margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
    .blog-index-type-1 .list-right {
        width: calc(100% - 228px);
        padding-left: 30px;
    }
}
.blog-index-type-1 .list-right .blog_name {
    color: #0f8fd1;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.blog-index-type-1 .list-right img {
    max-width: 100%;
}







/*TYPE-2*/
.blog-index-type-2 {
    margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
   .blog-index-type-2 .list-category-and-hot-new {
       width: 240px;
   }
}
.blog-index-type-2 .list-category-and-hot-new .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 30px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: var(--c);
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    min-height: 40px;
}
.blog-index-type-2 .list-category-and-hot-new .item.active,
.blog-index-type-2 .list-category-and-hot-new .item-21.active {
    color: #FFEC00;
}
.blog-index-type-2 .list-category-and-hot-new .litst-cateory {
    min-height: 200px;
}


.blog-index-type-2 .list-content-pro {
    margin-bottom: 15px;
    min-height: 500px;
}
@media screen and (min-width: 768px) {
    .blog-index-type-2 .list-content-pro {
        width: calc(100% - 240px);
        padding: 0px 0px 15px 40px;
        padding: 0px 0px 15px 20px;
    }
}



#hover-image {
    overflow: hidden;
}
#hover-image img {
    transition: all 0.8s;
}
#hover-image:hover img {
    transform: scale(1.1);
    opacity: 0.9;
}

.list-content-pro .item-left-right-wrap {
    min-height: 350px;
}
.list-content-pro .item-content-left {
    text-decoration: none;
}
.list-content-pro .item-content-left .image-wrap img {
    width: 100%;
    object-fit: cover;
    height: 230px;
    transition: all 0.3s;
}
@media screen and (min-width: 768px) {
   .list-content-pro .item-content-left .image-wrap img {
       height: 250px;
   }
}
.list-content-pro .item-content-left .title {
    color: #000000;
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    transition: all 0.3s;
    color: red;
}
.list-content-pro .item-content-left .title:hover {
    color: var(--c);
    transition: all 0.3s;
}
.list-content-pro .item-content-left .time {
    color: #9c9c9c;
    /*margin-bottom: 0.5rem;*/
    font-size: 14px;
}
.list-content-pro .item-content-left .time span {
    margin-left: 8px;
}
.list-content-pro .item-content-left .desciption {
    color: #505050;
    font-size: 14px;
}

.list-content-pro .item-content-right {
    text-decoration: none;
    margin-bottom: 15px;
}
.list-content-pro .item-content-right .image-wrap {
    width: 130px !important;
    height: auto;
}
.list-content-pro .item-content-right .image-wrap img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.list-content-pro .banner-content {
    min-height: 50px;
}
.list-content-pro .banner-content img {
    width: 100%;
    object-fit: cover;
}


.list-content-pro .item-content-right .conten-wrap {
    width: calc(100% - 130px);
}
.list-content-pro .item-content-right .title {
    color: #000000;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
    transition: all 0.3s;
    color: red;
}
.list-content-pro .item-content-right .title:hover {
    color: var(--c);
    transition: all 0.3s;
}

.list-content-pro .item-content-right .time {
    color: #9c9c9c;
    margin-bottom: 0.5rem;
    font-size: 13px;
}
.list-content-pro .item-content-right .time span {
    margin-left: 8px;
}

@media screen and (min-width: 768px) {
    .list-content-pro .item-content-bottom .image-wrap img{
        height: 135px;
    }
}

.list-content-pro .item-content-bottom  {
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.list-content-pro .item-content-bottom:last-child {
    border-bottom: none;
}

.title-menu-type-2-left .column-l {
    width: 2px;
    height: 30px;
    background-color: var(--c);
    margin-right: 3px;
}
.title-menu-type-2-left .title-f {
    border-bottom: 1px solid var(--c);
    height: 30px;
    width: 100%;
}
.title-menu-type-2-left .title-f span {
    height: 30px;
    display: inline-block;
    text-align: center;
    padding: 0px 20px;
    background-color: var(--c);
    padding-top: 5px;
    color: #fff;
    text-transform: uppercase;
}

.triangle-up {
    width: 0;
    height: 0;
    border-bottom: 30px solid var(--c);
    border-right: 15px solid transparent;
}

.blog-index-type-2 .item-news {
    text-decoration: none;
    color: #0f8fd1;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.blog-index-type-2 .item-news:last-child {
    border-bottom: none;
}
.blog-index-type-2 .item-news span {
    margin-left: 8px;
    line-height: 19px;
    color: #4a4a4a;
    color: red;
}
.blog-index-type-2 .item-news span:hover {
    color: #0f8fd1;
}
.blog-index-type-2 .item-news img {
    width: 100px;
    border: 1px solid #f1f1f1;
}
@media screen and (min-width: 768px) {
   .blog-index-type-2 .item-news img {
       width: 65px;
       border: 1px solid #f1f1f1;
   }
}



/*// Tuyền sinh logic mới*/
.admissions-cati-blog {

}

.admissions-cati-blog .list-category-and-hot-new .item {
/*    background-color: #FAFAFA;
    border-radius: 2px;
    padding: 15px 10px;
    text-transform: initial;
    font-weight: normal;
    color: #000000;
    font-size: 14px;
    transition: all 0.3s;*/
    font-size: 13px;
    padding: 15px 0px 15px 20px;
}
.admissions-cati-blog .list-category-and-hot-new .item:hover {
/*    background-color: #f1f1f1;
    transition: all 0.3s;*/
}
.admissions-cati-blog .list-category-and-hot-new .item img {
    width: 25px;
    margin-right: 5px;
}
.image-tuyensinh-new img {
    width: 100%;
    object-fit: cover;
}

.admissions-cati-blog .item-content-bottom {
    border-bottom: none;
    width: 100%;
    padding: 15px 15px 10px 15px;
    background-color: #f8f8f8;
    transition: all 0.3s;
}
@media screen and (min-width: 768px) {
    .admissions-cati-blog .item-content-bottom {
        padding: 15px 35px 10px 15px;
    }
}
.admissions-cati-blog .item-content-bottom:hover {
    background-color: #f1f1f1;
    transition: all 0.3s;
}
.admissions-cati-blog .seen-more {
    /*background-color: #FF9102;*/
    color: #fff;
    padding: 7px 20px;
    transition: all 0.3s;
}
.admissions-cati-blog .seen-more:hover {
    /*background-color: #d77e09;*/
    transition: all 0.3s;
}
.admissions-cati-blog .seen-more span {
    margin-right: 0px;
    font-size: 13px;
}


.admissions-cati-blog .title-menu-type-2-left .title-f {
    border-bottom: none;
}
.admissions-cati-blog .title-menu-type-2-left .title-f span {
    background-color: #fff;
    color: #40B561;
    font-weight: bold;
    padding-left: 10px;
    font-size: 16px;
}
.admissions-cati-blog .title-menu-type-2-left .title-f a {
    background-color: #fff;
    color: #40B561;
    font-weight: bold;
    padding-left: 5px;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 5px;
    transition: all 0.3s;
}
@media screen and (min-width: 768px) {
   .admissions-cati-blog .title-menu-type-2-left .title-f a {
       font-size: 16px;
       margin-right: 10px;
       padding-left: 10px;
   }
}
.admissions-cati-blog .title-menu-type-2-left .title-f a:hover {
    color: #198738;
    transition: all 0.3s;
}
.admissions-cati-blog .title-menu-type-2-left .column-l {
    width: 5px;
    background-color: #FF9102;
}


.admissions-cati-blog .list-category-and-hot-new .item.active {
/*    background-color: #0f8fd1;
    color: #fff;*/
}

.admissions-cati-blog .list-content-pro {
    min-height: 100px;
}

.admissions-cati-blog .list-content-pro-detail {
    min-height: 100px;
    padding: 10px 15px !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 20px;
    border: dashed 2px orange;
    border: dashed 2px #B01342;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-align: justify;
    line-height: 1.5;
    word-break: break-word;
    margin-left: 0px;
    background-color: #FFFDF1;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
   .admissions-cati-blog .list-content-pro-detail {
       padding: 25px 30px !important;
       font-size: 14px;
       font-weight: 400;
       color: black;
       word-break: break-word;
       margin-top: 5px;
   }
}

.admissions-cati-blog .list-content-pro-detail img {
    max-width: 100%;
    height: auto;
}

/*// Phần menu cấp 2 của phần Du học*/
.admissions-cati-blog .item-sub-9x2 {
    margin-left: 30px;
}
.admissions-cati-blog .item-sub-9x2 a {
    text-decoration: none;
    color: #000;
    line-height: 25px;
    margin-bottom: 7px;
    display: inline-block;
}
.admissions-cati-blog .item-sub-9x2 a:hover {
    color: var(--c);
}
.admissions-cati-blog .item-sub-9x2 a.active {
    color: var(--c);
}
.admissions-cati-blog .item-sub-9x2 .count-name .gach {
    margin-right: 5px;
}


#divItem {
    position: relative;
}
.extend-category  {
    position: absolute;
    padding: 0px 10px;
    border-radius: 4px;
    min-width: 240px;
    min-height: 300px;
    background-color: #fff;
    top: 0px;
    right: -242px;
    z-index: 100;
}
.menu-sub-wrap {
    display: none;
}

/*// Cho menu mobile*/
.litst-cateory-2 .item-2 {
    padding: 10px 0px 10px 20px !important;
}
.litst-cateory-2 .item-2 i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.litst-cateory-2 .item-2 a {
    color: #fff;
    text-decoration: none;
}
.extend-category-2 {
    position: inherit;
    padding: 0px 10px;
    border-radius: 4px;
    background-color: #fff;
    top: 0px;
    right: -242px;
    z-index: 100;
    padding: 0px 0px 0px 25px;
}
