  .banner_type11 {
    padding: 200px 0;
    text-align: left;
    /*background: #111 url("./images/degreeprograms-index-1.png");*/
    position: relative;
    max-height: 716px;
}
/* .banner_type11::after{
    background-color: #111;
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.7;
  } */
.banner_type11 h2 {
    /*  */
    font-style: normal;
    font-weight: 700;
    font-size: 3.125rem;
    line-height: 60px;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 40px;
}
.banner_type11 .decorative_thread {
    width: 80px;
    height: 4px;
    background: var(--color-secondary);
    margin-top: 75px;
    margin-bottom: 75px;
}
.banner_type11 ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}
.banner_type11 ul li {
    width: 46%;
    margin: 0px 1%;
    list-style: none;
    padding: 0px;
}
.banner_type11 ul li a {
    padding: 18px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /* font-family: 'Open Sans'; */
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 90px;
    color: #ffffff;
}
.banner_type11 ul li a p {
    font-weight: 400;
    font-size: 1rem;
    color: #aeaeae;
    margin-bottom: 10px;
}
.banner_type11 ul li a:hover {
    background: var(--color-primary);
}
.banner_type11 ul li a:hover p {
    color: #ffffff;
}
.banner_type11 .container {
    position: relative;
    z-index: 2;
    color: #fff;
}
.banner_type11 .custom_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    max-height: 716px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    z-index: 1;
    transition: all 2s;
}
.banner_type11 .custom_bg.active {
    opacity: 1;
    z-index: 2;
}
/* .banner_type11 .custom1_bg {
    background-image: url("/Content/components/banner/type11/images/listLinks_4.png");
}
.banner_type11 .custom2_bg {
    background-image: url("/Content/components/banner/type11/images/listLinks_2.png");
}
.banner_type11 .custom3_bg {
    background-image: url("/Content/components/banner/type11/images/listLinks_1.png");
}
.banner_type11 .custom4_bg {
    background-image: url("/Content/components/banner/type11/images/listLinks_3.png");
}
.banner_type11 .custom5_bg {
    background-image: url("/Content/components/banner/type11/images/degreeprograms-index-5.png");
}
.banner_type11 .custom6_bg {
    background-image: url("/Content/components/banner/type11/images/degreeprograms-index-6.png");
}
.banner_type11 .custom7_bg {
    background-image: url("/Content/components/banner/type11/images/degreeprograms-index-7.png");
} */
.banner_type11 .read_more {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-white);
    display: inline-flex;
    padding-right: 20px;
}
.banner_type11 .decorate_icon {
    position: relative;
    /* overflow: hidden; */
    width: 44px;
    height: 10px;
    text-align: right;
    display: block;
    top: 3px;
    left: 15px;
}
.banner_type11 .decorate_icon::after {
    width: 44px;
    height: 2px;
    background: var(--color-white);
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: 2px;
}
.banner_type11 .decorate_icon::before {
    width: 8px;
    height: 2px;
    background: var(--color-white);
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: 2px;
    transform: rotate(38deg);
}
.banner_type11 a.read_more:hover {
    color: var(--color-secondary);
    text-decoration: none;
}
.banner_type11 a.read_more:hover .decorate_icon::before,
.banner_type11 a.read_more:hover .decorate_icon::after {
    background: var(--color-primary);
}
.banner_type11 .decorate_line2 {
    position: absolute;
    z-index: 888;
    border-left: solid 6px var(--color-secondary);
    width: 6px;
    height: 297px;
    right: 34px;
    top: -220px;
}
@media (max-width: 1650px) {
    .banner_type11 .decorate_line2 {
        right: 20px;
    }
}
@media (max-width: 1300px) {
    .banner_type11 .decorate_line2 {
        right: 10px;
    }
}
@media (max-width: 768px) {
    .banner_type11 {
        height: auto;
        max-height: 100%;
    }
    .banner_type11 .custom_bg {
        height: 100%;
        max-height: 100%;
    }

    .banner_type11 {
        padding: 100px 0;
    }

        .banner_type11 ul li {
            width: 100%;
        }
}
@media (max-width: 480px) {
    .banner_type11 ul li {
        width: 100%;
    }
    .banner_type11 .decorate_line2 {
        display: none;
    }
    .banner_type11 .decorative_thread {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .banner_type11 h2{
        font-size: 2.5rem;
    }
}
