
/* ################################### index schedule css starts ################################### */

.match-schedule-container{
    width:100%;
    background: url("../images/banner/anfa-schedule-01.png");
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    padding-left:10px;
    height:auto;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    color:white;
}
.league-logo-container{
    position: absolute;
    left:0;
    height:16rem;
    width:11rem;
    background:#e52107;
}
.league-logo-container:after{
    content: "";
    position: absolute;
    right: -4.5rem;
    top: 0;
    bottom: 0;
    height: 16rem;
    border-top: 16rem solid #e52107;
    border-right: 45px solid transparent;
    background-repeat: repeat-x;
}
.schedule-container{
    width:70%;
    height:100%;
    text-align: center;
    color:white;
}
.schedule-container p,.schedule-container h4{
    color:white;
    border-radius: 5px;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
}
.schedule{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.schedule-detail{

    display: flex;
    display: -webkit-flex;
    justify-content: center;
    color:white;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: inset 0 -15px 30px rgba(0,0,0,0.4), 0 5px 10px rgba(0,0,0,0.5);
}
.schedule-container .item .schedule-team-logo{
    width:25px;
    height:25px;
    object-fit: contain;
}
.schedule-detail span{
    margin: 0 10px;
    /*font-size: 14px;*/
    color: white;
}
.schedule-time{
    width: 10%;
    font-size:10px;
    padding: 8px;

}
.schedule-team{
    width:25%;
    font-size:14px;
    padding:5px 0 0 0;
}
.schedule-venue{
    padding: 8px 0 0 0;

    width: 40%;
    font-size: 10px;
}

.day-schedule:first-child{
    border-right:1px solid white;
}
.prt1{
    width:30%;
    height:auto;
    padding: 10px;
}
.prt1 img{
    height:160px;
    width:360px;
    object-fit: contain;
}
.league-logo-container img{
    width:90px;
    object-fit: contain;
    margin:25px
}

.owl-nav{
    display: none;
}
.schedule-container .view-all{
    position: absolute;
    top: 10px;
    left:35px;
    color:white;
    z-index: 100;
}
.schedule-container .fa-play{
    color:red;
}
.no-schedule-ban{
    width:100%;
    height: 160px;
}
.no-schedule-ban img{
    width:100%;
    height:100%
}

/* ################################### index schedule css ends ################################### */

/* ################################### index slider css starts ################################### */
.news-slider{
    margin-bottom: 2rem;
}
.slider-detail{
    position: relative;
    width:100%;
    height:720px
}
.slider-detail img{
    object-fit: cover;
    height:720px;
    width:auto;
}
.slider-text{
    position: absolute;
    width:100%;
    bottom:0;
    left:0;
    color: white;
    background: linear-gradient(transparent,black);
    padding: 0 40px 60px 40px;
}
.slider-text-btn{
    background: #e52105;
    color: white;
    padding: 5px;
    border-radius: 5px;
    border: none;
    outline: none;
}
.news-slider .owl-carousel{
    position: relative;
}
.news-slider .owl-carousel .owl-nav{
    display: block;
    position: absolute;
    bottom: 30px;
    right:30px;
    color:transparent;
    text-shadow: 0 4px 4px rgba(255,255,255,0.4);
}
.news-slider .owl-carousel .owl-nav button{
    outline: none;
}
.news-slider .owl-carousel .owl-nav span{
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: #ccc8e5;
    padding-right: 20px;
    text-shadow: 0 2px 6px rgba(255,255,255,.8);
    font-size: 75px;

}
.news-slider .owl-carousel .owl-nav span:hover{
    -webkit-text-stroke-width: .8px;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    text-shadow: 0 2px 6px rgba(255,255,255,1)

}
.news-slider .owl-carousel .owl-nav .owl-prev:hover,.news-slider .owl-carousel .owl-nav .owl-next:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .3s ease-in-out

}
/* ################################### index slider css starts ################################### */

.publication>a{
    width: 100%;
}
.publication-img{
    width:100%;
    object-fit: contain;
    margin: auto;
    height:160px;
    margin-bottom: 20px;
}

/* ################################### index ad css starts ################################### */


.misc-container{
    width:100%;
    padding:15px 30px;
    display: flex;
    display: -webkit-flex;
}
.goldSpon{
    width:100%;
    height:160px;
    object-fit: cover;
}
.silverSpon{
    width:49%;
    height:160px;

}
.silverSpon img{
    object-fit: contain;
    width:100%;
    height:100%
}
.silverSpon:first-child{
    margin-right: 2%;
}

/* ################################### index ad css ends ################################### */


/* ################################### index news css starts ################################### */

.activities-news{
    position: relative;
    margin: 2rem 0;
}
.latest-news{
    position: relative;
    margin: 2rem 0;
}
.activities-news .read-more{
    position: absolute;
    bottom: 15px;
    left: 0;
}


.flex-container{
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-flow: row wrap;
    align-content: space-between;
}
.news{
    position: relative;
    overflow: hidden;
    width:23%;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.4);
    height:40rem;
    margin: 0 10px 10px 10px;
}
.news:hover img{
    transform: scale(1.08);
    transition: 0.6s;
}
.news:hover .category-btn, .category-btn:hover{
    background:#e52107;
}
.news h3{
    padding: 0 15px;
    margin-top: 0;
}
.news img{
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    object-fit: cover;
    width:100%;
    height:20rem;
    transition: 0.6s;
}
.category-btn{
    background: #198a41;
    color: white;
    padding: 5px;
    border-radius: 2px;
    border: none;
    outline: none;
    margin: 15px;
}
.view-all-btn{
    position: absolute;
    right:40px;
    top:10px;
    color: black;
    z-index: 10;
}
.view-all-btn:hover,.featured-news .view-all-btn:hover, .notice-container .view-all-btn:hover,.read-more:hover {
    color:#e52105
}
.view-all-btn .fa-play, .read-more .fa-play{
    color: #e52105;
}
.read-more{
    margin-left: 20px;
}
.news-title{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 10rem;
    line-height: 3rem;
}
.news-grid{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.featured-news{
    position: relative;
    padding:10px 10px 10px 0;
    width:75%;
    display: grid;
    justify-content: center;
    /*margin-top: 1rem;*/
    flex-wrap: wrap;
    grid-template-rows: 26rem 26rem;
    grid-template-columns: 32% 33% 33%;
    grid-gap:1rem;
    margin-bottom: 1.5rem;

}
.featured-news .ft1:hover img, .featured-news .ft2:hover img {
    transform: scale(1.08);
    transition: all .4s ease-in-out;
}
.featured-news .view-all-btn{
    position: absolute;
    right: 20px;
    top: -20px;
    color: black;
}
.ft1{
    position: relative;
    width:100%;
    height:auto;
    grid-column: 1/3;
    grid-row: 1/3;
    overflow: hidden;
}
.ft1 img, .ft2 img{
    height:100%;
    object-fit: cover;
    transition: all .4s ease-in-out;
}
.ft2{
    position: relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.ft-txt{
    position: absolute;
    bottom: 0;
    width:100%;
    background: linear-gradient(transparent,rgba(0,0,0,0.6),rgba(0, 0, 0, 0.8),black);        color: white;
    min-height:35%;
    padding:10px;
    transition: .2s;
}
.ft-txt h4, .ft-txt h2{
    position: absolute;
    top: 40%;
    transform: translate(0, -50%);
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 50%;
    line-height: 1.3;
}
.ft1 .read-more{
    position: absolute;
    bottom:20px;
    left:10px;
}
/*.ft-icon span{*/
/*margin: 0 10px;*/
/*color:lightgray;*/
/*}*/
.ft2 .read-more{
    position: absolute;
    bottom:8px;
    right:auto;
    left:0;
}
.ft2 .category-btn{
    position: absolute;
    bottom:50px;
    right:auto;
    left:0;
}
.read-more .fa-play{
    /*margin-right: 10px;*/
}

/*.ft1:hover .ft-txt, .ft2:hover .ft-txt{*/
/*min-height: 30%;*/
/*transition: .2s;*/

/*}*/
.notice-container, .table-container{
    width: 25%;
    padding: 10px;
    position: relative;
}
.notice-container .view-all-btn{
    position: absolute;
    right: 10px;
    top: 48px;
    color: black;
}
.notice-container .view-all-btn.in-sec-title{
    font-weight: normal;
    font-size: 14px;
    top: 32px;
    right:0
}
.notice-detail{
    background: #e9e9e9;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px solid white;
}
.notice-img{
    width: 40px;
    height: 50px;
    object-fit: cover;
    text-align: center;
    margin: 5px 0;
}
.notice-title{
    font-size: 14px;
    padding: 8px;
    width: 100%;
    margin: 0;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 5rem;
    line-height: 1.5;
    color: #1d2e5a;
}
.notice-detail:hover{
    background: antiquewhite;
    cursor: pointer;
}
/* ################################### index news css ends ################################### */


/* ################################### index video css starts ################################### */


.video-container{
    position: relative;
    background: #e9e9e9;
    margin: 0 0 0 0;
    /*margin: 50px 0 0 0;*/
    /*padding: 0 0 20px 0;*/
    padding: 5rem 0 6rem;
}
.video-thumb{
    position: relative;
    height:32rem;
    width:100%;
    background: white;
    padding: 10px;
}
.video-thumb p{
    position: absolute;
    bottom: 10px;
    color: #1c2e5a;
}

.video-thumb img{
    /*height:20rem;*/
    width:100%;
    object-fit: cover;
}
.video-thumb h4{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 5rem;
    line-height: 2rem;
}

.video-thumb .category-btn{
    margin: 15px 0;
    font-size: 11px;
}
.video-container .view-all-btn{
    top:30px
}
.video-container .owl-nav{
    display: block;
}
.video-container .owl-nav .owl-prev{
    float: left;
}
.video-container .owl-nav .owl-next{
    float: right;
}
.video-container .owl-nav button{
    outline: none;
}
.video-container .owl-nav .fa,.video-container .owl-nav .fas{
    position: relative;
    color:#3a326e;
    font-size: 30px;
    outine:none;
    margin-top:15px;
    text-shadow: 0 3px 5px rgba(0,0,0,0.5);
    transition: all .5s ease-in-out;
}
.video-thumb:hover{
    cursor: move;
}
.video-container .owl-nav .fa-arrow-right:hover{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    transition: all .5s ease-in-out;

    text-shadow: 0 3px 4px rgba(0,0,0,0.8);
}
.video-container .owl-nav .fa-arrow-left:hover{
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: all .5s ease-in-out;
    text-shadow: 0 3px 4px rgba(0,0,0,0.8);
}
.video-container .owl-carousel .owl-nav.disabled {
    display: block;
}

/* ################################### index video css ends ################################### */


/* #################competition block css starts################*/

.competition-container{
    background-image: url("../images/banner/anfa-competition-banner.png");
    background-position: center;
    background-repeat:no-repeat;
    background-size: cover;
    width:100%;
    position:relative;
    margin: 0 0 20px 0;
    padding: 20px;
}
.competition-detail{
    margin: 20px 0;
    display: flex;
    display: -webkit-flex;
}
.table-container{
    color: white;
    background: rgba(255,255,255,0.3);
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.4);
    position: relative;
    overflow-y: scroll;
}
.competition-detail .featured-news .view-all-btn {
    position: absolute;
    left: 20px;
    top: -20px;
    color: white;
}
.table-container .view-all-btn{
    color: white;
    left:10px;
    bottom: 20px;
    top:auto;
}
/* #################competition block css ends ################*/

/* #################President Message block css starts ################*/

.president-msg-container{
    position: relative;
    margin: 50px 0;
}
.president-msg-detail{
    margin:0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.president-img-container{
    width: 45%;
    margin-right:10px;
}
.president-img-container img{
    width: 240px;
    height: 240px;
    margin:auto;
}
.president-msg{
    width:55%;
    text-align: justify;
}
.president-msg h2{
    margin-bottom: 5px;
    text-align: left;
}
.president-msg-detail span{
    display:block;
    font-size: 12px;
    margin-bottom: 30px;
    color: gray;
    font-style: italic;
}
.p-msg-limit{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    font-size: 16px;
    -webkit-box-orient: vertical;
    max-height: 460px;
    line-height: 2.5rem;
}
.p-read-more{
    border: none;
    background: none;
    color:#691005;
    outline: none;
    margin: 15px 0;
}
.p-read-more:hover{
    color:red;
}
#president-msg .modal-header{
    align-items: center;
}
#president-msg .modal-header img{
    height:80px;
    width:auto;
    margin-right:20px
}
#president-msg .modal-title{
    color:#162549;
}
#president-msg .modal-dialog{
    width:70%;
    text-align: justify;
    font-size: 16px;
}
.arena-holder{
    border-radius: 5px;
    height:9rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    margin-bottom: 20px;


}
.arena-holder:hover .intl-arena-date{
    background: #e52107;
}
.arena-holder:hover .intl-arena-news{
    color:#142448;
}
.intl-arena-date{
    text-transform: uppercase;
    padding: 15px 5px;
    width:25%;
    height:100%;
    color:white;
    background: seagreen;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}
.intl-arena-news{
    padding:10px;
    width:75%;
    height:100%;
    background: #f6f6f6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.intl-arena-date .fa-calendar-alt{
    font-size: 26px;
    opacity: .6;
}
.intl-msg{
    padding: 10px 0 0;
    /*border: 1px solid #d3d3d3;*/
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    margin-bottom:40px;

}
.intl-msg p{
    font-weight: bold;
    border-bottom: 2px solid #f2f2f2;
    padding: 15px 10px;
    margin: 0;
    font-size:15px;
}
.intl-msg p:hover{
    color:#e52107;
    cursor:pointer;
}
.intl-msg p:last-child{
    border-bottom: none;

}
/* #################President Message block css ends ################*/



/* #################Sponsor block css starts ################*/
.sponsor-container{
    width:100%;
    margin: 50px 0 0;
    position: relative;
    /*border-top: 1px solid #e1e1e1;*/
    padding: 20px 0;
}

.sponsor-container:before{
    content: "";
    position: absolute;
    top:0;
    width:100%;
    height:4px;
    background: linear-gradient(45deg, #e52107, #142448);
}
.sponsor-holder{
    padding: 10px;
    border-right: 1px solid #e1e1e1;

}
.sponsor-container p{
    font-size: 18px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;

}
.sponsor-holder-alt{
    padding: 10px;

}
.sponsor-holder ul,.sponsor-holder-alt ul{
    text-align: center;
}
.sponsor-holder ul li{
    display: inline-block;
    padding: 10px;
    width:32%;
    text-align: center;
}
.sponsor-holder ul li img,.sponsor-holder-alt ul li img{
    width:120px;
    height:auto;
    object-fit: contain;
    margin: auto;
}
.sponsor-holder-alt ul li{
    display: inline-block;
    padding: 10px;
    width:49%;
    text-align: center;
}


/* #################Sponsor block css ends ################*/


@media(min-width: 1600px){
    .no-schedule-ban{
        height:15vh;
    }
}
@media (min-width: 200px) and (max-width: 300px) {


}
@media (min-width: 200px) and (max-width: 767px) {
    .match-schedule-container{
        padding: 10px 5px;
    }
    .schedule-container {
        width: 100%;
    }
    .day-schedule:first-child{
        border-right:none;
    }
    .day-schedule{
        width:100%;
    }
    .schedule-container .item{
        padding-bottom: 40px;
    }
    .schedule-container .view-all{
        top:auto;
        bottom:0;
        left: auto;
        right: 10px;
    }
    .schedule-detail{
        padding: 5px 0;
        flex-wrap: wrap;
    }
    .schedule-venue{
        width:100%;
        text-align: center;
    }
    .schedule-team{
        width:20%
    }
    .schedule-time{
        width:25%;
    }
    .no-schedule-ban{
        height:80px;
    }
    .prt1{
        width:100%;
    }
    .slider-detail{
        height:250px;
    }
    .slider-detail img{
        height:100%;
        width:100%;
    }
    .slider-text{
        padding:20px;
    }
    .slider-text h1{
        font-size: 24px;
    }
    .silverSpon{
        width:100%;
        height: 110px;

    }
    .silverSpon:first-child{
        margin-right:0;
        margin-bottom:15px;
    }
    .misc-container{
        padding:15px;
        flex-wrap:wrap;
    }
    .publication-img {
        object-fit: unset;
        height: 100px;
    }

    .news-grid{
        display: block;
    }
    .featured-news{
        width:100%;
        padding: 10px 5px;

    }
    .ft1{
        height: 250px;
        grid-column: 1/4;
        grid-row: 1/1;
    }
    .ft2{
        height: 250px;
        grid-column: 1/4;
    }
    .ft1 img, .ft2 img {
        width: 100%;
        height: 100%;
    }
    .ft-txt {
        min-height: 60%;
    }
    .ft-txt h4{
        top: 64%;
    }
    .ft1:hover .ft-txt, .ft2:hover .ft-txt{
        min-height: 60%;

    }

    .notice-container, .table-container {
        width: 100%;
        padding: 10px 0;
    }

    .news {
        width: 100%;
        height: 40rem;
        margin: 15px 0;
    }
    .news img{
        height: 22rem;
    }
    .view-all-btn {
        right: 20px;
        top: 30px;
    }
    .video-container {

        margin: 30px 0 0 0;
        padding: 5rem 0 8rem;
    }

    .notice-container .view-all-btn {
        right:10px;
    }
    .competition-container{
        padding:0;
    }
    .competition-detail .featured-news .view-all-btn {
        right: 10px;
    }
    .table-container .view-all-btn {
        left:auto;
        right: 10px;
        bottom: 10px;
    }
    .president-msg-detail {
        margin:0;
        display: block;
    }
    .president-img-container {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .president-img-container img {
        width: 145px;
        height:145px;
        margin:0 10px;
    }
    .president-msg {
        width: 100%;
    }
    #president-msg .modal-dialog{
        width:95%;
    }
    .sponsor-holder ul li,.sponsor-holder-alt ul li{
        padding: 5px;
    }
    .sponsor-holder-alt ul li{
        width:35%;
    }
    .sponsor-holder ul li img, .sponsor-holder-alt ul li img {
        width: 75px;
    }
    .sponsor-holder {
        padding: 0;
        border-right: none;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 30px;
    }
    .news-slider .owl-carousel .owl-nav {
        bottom: 10px;
        right: 2px;
    }
    .p-msg-limit{
        max-height: 304px;
    }
    .mrl-10 {
        margin: 0 1%;
    }



}
@media (min-width: 768px) and (max-width: 991px) {
    .no-schedule-ban{
        height:100px;
    }
    .news-slider {
        height: 420px;
    }
    .slider-detail{
        height:420px;
    }
    .slider-detail img {
        object-fit: cover;
        height: 100%;
    }
    .news {
        width: 45%;
        margin-bottom: 20px;
    }
    .featured-news {
        width: 100%;
        padding: 10px 5px;
    }
    .notice-container, .table-container {
        width: 100%;
    }

    .president-msg-detail {
        margin:0;
        display: block;
    }
    .president-img-container {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .president-img-container img {
        width: 150px;
        height:150px;
        margin:auto
    }
    .president-msg-detail span.mb-none{
        display:none
    }
    .president-msg {
        width: 100%;
    }

    .p-msg-limit{
        max-height: 365px;
    }


}
@media (min-width: 992px) and (max-width: 1199px) {
    .p-msg-limit {
        max-height:300px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {

    .news{
        width:22%
    }
    .competition-container .container{
        width:1000px
    }
    .mrl-10{
        margin:0
    }

}
@media (min-width: 1200px){

}

