.ma-center {
    max-width: 3980px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    position: relative !important;
}

.ma-insaidpage{
    max-width: 3980px !important;
    width: 100%;
}

/********* slide report **********/

.AKD-C_Slide *{
    box-sizing: border-box;
}

.AKD-C_Slide{
    width: 100%;
    padding: 10px 0px 26px;
/*    overflow: hidden;*/
    transition: all 0.3s ease-in-out;
}

.AKD-Img_Info{
    width: 65%;
    width: 100%;
    overflow: hidden;
/*    height: 790px;*/
    margin: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.AKD-MainSlideGallery{
    max-width: 1290px;
    width: 100%;
    width: 67%;
    height: 42vw;
    max-height: 835px;
    margin: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.AKD-ItemSlide{
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.AKD-ItemIm_g{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.AKD-ItemInfoSlide{
    max-width: 1250px;
    width: 64.5%;
    padding: 35px 15px 2px;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(3,2,2,0.82);
    transition: all 0.3s ease-in-out;
}

.AKD-ItemInfoSlide > span{
    min-height: 50px;
    display: inline-block;
}

.AKD-SeeANDShare{
    width: 100%;
    padding: 24px 0px 12px;
}

.AKD-DateImg{
    padding: 9px 12px 9px;;
    margin-left: 8px;
    display: inline-block;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #5c5d73;
    background-color: rgba(23,23,29,0.8);
}

.AKD-DateImg i{
    margin-left: 6px; 
}

.AKD-ShareBut{
    padding: 9px 14px 9px;
    border-radius: 9px;
    border: 0px;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(to bottom left, #aa33fa -30%, #3499a9 95%);
}

.AKD-ShareBut i{
    margin-left: 6px;
    vertical-align: middle;
    font-size: 17px;
}

.AKD-FromTo{
    padding: 7px 10px 4px;
    position: absolute;
    left: 10px;
    bottom: 16px;
    border-radius: 4px;
    font-size: 13px;
    color: #5c5d73;
    background-color: rgba(23,23,29,0.8);
}

.AKD-AllIte_m{
    margin-right: 2px;
}

.AKD-CurrentItem{
    margin-left: 2px;
}


/******* slider ********/

.owl-stage-outer{
    direction: ltr;
    height: 100%;
    border-radius: 12px;
    transition: all 0.4s ease-in-out;
}

.owl-stage {
    height: 100%;
    display: flex;
}

.owl-item{
    height: 100%;
    filter: grayscale(100%) brightness(30%) opacity(0.8);
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

.active{
    filter: grayscale(0%);
    background: #000;
}

.owl-prev,
.owl-next {
    width: 50px;
    height: 50px;
    padding-top: 2px;
    display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
    position: absolute;
    top: 45%;
    border: 0px;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-size: 26px;
    color: #4b4b4b;
    background: #808080;
    transition: all 0.4s ease-in-out;
}

.owl-prev{
    left: -100px;
}

.owl-next{
    right: -100px;
}

.owl-nav button {
    opacity: 0.7;
}

.owl-nav button:hover {
    opacity: 1;
}

/************* Respons ***************/

@media only screen and (max-width:1600px) {

    .AKD-MainSlideGallery {
        height: 45vw;
    }

}

@media only screen and (max-width: 1350px) {
    
    .ma-insaidpage {
        width: 100%;
        padding: 0px;
    }
    
}

@media only screen and (max-width:1300px) {

    .AKD-ItemInfoSlide {
        padding: 30px 15px 2px;
        font-size: 18px;
    }

    .AKD-ItemInfoSlide > span {
        min-height: 45px;
    }

}

@media only screen and (max-width:1020px) {
    
    .ma-insaidpage {
        width: 100%;
        padding: 0px ;
    }

    .AKD-MainSlideGallery {
        width: 88%;
        height: 59vw;
    }
    
    .AKD-C_Slide {
        padding: 10px 0px 15px;
    }

    .AKD-ItemInfoSlide {
        width: 88%;
        padding: 75px 0px 0px;
        position: relative;
        bottom: 0px;
    }

    .AKD-SeeANDShare {
        padding: 12px 0px 12px;
    }

    .AKD-FromTo {
        top: 24px;
        right: 2px;
        left: auto;
        bottom: auto;
    }

    .owl-prev,
    .owl-next {
        top: 26.5vw;
    }

    .owl-prev {
        left: 16px;
    }

    .owl-next {
        right: 16px;
    }

}

@media only screen and (max-width:780px) {

    .ma-insaidpage {
        width: 100%;
    }

    .owl-prev,
    .owl-next {
        width: 44px;
        height: 44px;
        font-size: 22px;
        top: 26vw;
    }

}

@media only screen and (max-width:700px) {

    .AKD-ItemInfoSlide {
        font-size: 16px;
    }

}

@media only screen and (max-width:500px) {

    .AKD-MainSlideGallery {
        height: 58vw;
    }

    .owl-prev,
    .owl-next {
        width: 40px;
        height: 40px;
        font-size: 20px;
        top: 25vw;
    }

    .owl-prev {
        left: 4px;
    }

    .owl-next {
        right: 4px;
    }

}

@media only screen and (max-width:420px) {

    .owl-prev,
    .owl-next {
        top: 23vw;
    }

    .owl-prev {
        left: -15px;
    }

    .owl-next {
        right: -15px;
    }

}

@media only screen and (max-width:365px) {
    
    .no_n{
        display: none !important;
    }

}

@media only screen and (max-width:335px) {

    .no_n{
        display: inline-block !important;
    }

    .AKD-ItemInfoSlide {
        font-size: 14px;
    }

}

