﻿@import url('commen/commen.css');
@import url('commen/main.css');
@import url('commen/header.css');
@import url('commen/nav.css');
@import url('commen/slider.css');
@import url('commen/advs.css');
@import url('commen/twitter.css');
@import url('commen/hint.css');
@import url('commen/footer.css');
@import url('commen/popup.css');
@import url('commen/conrtol.css');

/*course container*/
.course_container {
    display: block;
    position: relative;
    width: 880px;
    height: 100%;
	min-height: 1070px;
    max-height: 1070px;
    padding: 0px 15px 0px 0px;
    overflow: auto;
    overflow-x: hidden;
    float: right;
}
	   .course_container > div:nth-child(3) {
        float:left;
    }
	
	.course_container > div:nth-child(3) > div.c_info {
		background: rgba(9,94,93,0.9);
	}

    .course_container > div:last-child {
        margin: 0px 0px 20px 0px;
    }
	
	
	.course_container::-webkit-scrollbar {
    width: 4px;
	background: rgba(230,230,230,1);
}

.course_container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
}

.course_container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    background: rgba(140,43,74,1)
}

    .course_container::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(120,120,120,1);
    }

/*course content*/
.c_content {
    display: table;
    position: relative;
    width: calc(50% - 10px);
    height: 320px;
    border-radius: 5px;
    margin: 20px 0px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: right;
    z-index:4;
}

.c_content_margin {
    float: left;
}

/*course img*/
.c_content span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border:solid 1px rgba(0,0,0,0.1);
    background: rgba(240,240,240,1);
    z-index: 1;
}

    .c_content span img {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 1;
        z-index:2;
    }

    /*course img overlay*/
.c_content span i {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 3;
}

/*course info*/
.c_info {
    display: block;
    position: absolute;
    width: 100%;
    height: 110px;
    bottom: 0;
    left: 0;
    background: rgba(131,17,54,0.9);
    z-index: 2;
}

.c_info_update {
    background: rgba(9,94,93,0.9);
}

/*course info title*/
.c_info_title {
    display: block;
    position: relative;
    width: calc(100% - 120px);
    height: 20px;
    font-size: 18px;
    color: rgba(255,255,255,1);
    text-align: right;
    line-height: 20px;
    padding: 0px 20px 0px 0px;
    margin: 13px 0px 12px 0px;
	overflow:hidden;
    float: right;
}

.cinfo_text{
    display: block;
    position: relative;
    width: calc(100% - 140px);
    height: 20px;
    font-size: 14px;
    color: rgba(255,255,255,1);
    text-align: right;
    line-height: 20px;
    padding: 0px 20px 0px 0px;
    margin: 0px 0px 10px 0px;
	background:none;
    float: right;
	overflow:hidden;
}


/*course info link*/
.c_info_link {
    display: block;
    position: relative;
    width: auto;
    height: 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    text-align: right;
    line-height: 20px;
    padding: 0px 20px 0px 0px;
    margin: 0px 0px 10px 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    float: right;
}

    /*course info link icon*/
    .c_info_link i {
        display: block;
        position: relative;
        width: 15px;
        height: 15px;
        margin: 3px 10px 0px 0px;
        background: url(../img/info_more.svg) no-repeat;
        background-size: contain;
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        float: left;
    }


    .c_info_link:hover {
        color: rgba(255,255,255,1);
    }

        .c_info_link:hover i {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }


/*course info reg*/
.c_info_reg {
    display: block;
    position: relative;
    width: 100px;
    height: 35px;
    top: 50%;
    font-size: 14px;
    color: rgba(255,255,255,1);
    text-align: center;
    line-height: 33px;
    margin: -1px 0px 0px 20px;
    border-radius: 20px;
    border: solid 1px rgba(255,255,255,1);
    background: rgba(255,255,255,0.1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    float: left;
}

    .c_info_reg:hover {
        background: rgba(255,255,255,0.3);
    }


/*course other content*/
.c_other_content {
    display: table;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 50px;
    border-radius: 5px;
    margin: 20px 0px 15px 0px;
    padding: 15px 20px;
    border: solid 1px rgba(9,94,93,0.1);
    background: url(../img/course_other_bg.jpg) center center no-repeat;
    background-size: cover;
    overflow:hidden;
}


/*course other content title*/
.c_other_content_title {
    display: block;
    position: relative;
    width: calc(100% - 130px);
    height: 20px;
    font-size: 18px;
    color: rgba(50,50,50,1);
    text-align: right;
    line-height: 20px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    z-index:9;
    float: right;
}

/*course other content text*/
.c_other_content_text {
    display: block;
    position: relative;
    width: 100%;
    height: 75px;
    font-size: 14px;
    color: rgba(150,150,150,1);
    text-align: right;
    line-height: 26px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	overflow:hidden;
    float: right;
}

.c_other_content_text.more {
	   display: table;
	   width: 100%;
	   height: auto;
	    
	   min-height:26px;
}
	

.c_other_content_text > span {
    position: relative;
    font-size: 14px;
    color: rgba(18,172,110,1);
    text-align: right;
    line-height: 26px;
	margin:0px 10px 0px 0px;
	cursor:pointer;
}

.morebutt  {
	display:inline-table;
	position:relative;
	width:auto;
	min-width:80px;
	height:25px;
	font-size:clamp(10px, 2vw, 14px);
	text-align:center;
	color:rgba(120,120,120,1);
	line-height:25px;
	padding:0px 10px;
	margin: 7px 0px 10px 80%;
	border-radius:30px;
	border:solid 1px rgba(180,180,180,1);
	background:rgba(255,255,255,1);
	-webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	cursor:pointer;
	visibility:visibility;
	opacity:1;
	float:right;
}

.morebutt:hover {
	color:rgba(0,0,0,1);
	border:solid 1px rgba(18,172,110,1);
}

.morebutt.hide  {
	display:none;
	visibility:hidden;
	opacity:0;
}

.lessbutt   {
	display:none;
	position:relative;
	height:25px;
	font-size:clamp(10px, 2vw, 14px);
	color:rgba(120,120,120,1);
	line-height:25px;
	padding:0px 10px;
	margin: 7px 0px 10px 80%;
	border-radius:30px;
	border:solid 1px rgba(180,180,180,1);
	background:rgba(255,255,255,1);
	-webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
	cursor:pointer;
	visibility:hidden;
	opacity:0;
	float:right;
}

.lessbutt:hover {
	color:rgba(0,0,0,1);
	border:solid 1px rgba(18,172,110,1);
}


.lessbutt.show  {
	display:inline-table;
	visibility:visible;
	opacity:1;
}

/*course other content data*/
.c_other_content p {
    display: block;
    position: relative;
    width: 23%;
    height: 20px;
    font-size: 15px;
    color: rgba(18,172,110,1);
    text-align: right;
    line-height: 20px;
    margin: 10px 0px 0px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    float: right;
}

    /*course other content data update size*/
    .c_other_content p.c_size {
        width: 31%;
    }

    .c_other_content p span {
        position: relative;
        height: 20px;
        font-size: 15px;
        color: rgba(100,100,100,1);
        text-align: right;
        line-height: 20px;
        padding: 0px 10px 0px 0px;
        direction: rtl;
    }

    /*course other content data link*/
    .c_other_content p.c_link {
        cursor: pointer;
        color: rgba(150,150,150,1);
        text-align: left;
    }

        .c_other_content p.c_link:before {
            content: "";
            position: relative;
            width: 18px;
            height: 18px;
            margin: 1px 10px 1px 0px;
            background: url(../img/pdf.svg) no-repeat;
            background-size: cover;
            float: left;
        }

        .c_other_content p.c_link:hover {
            color: rgba(18,172,110,1);
        }

/*course other content reg button*/
.c_other_content_reg {
    display: block;
    position: absolute;
    width: 100px;
    height: 30px;
    top: 13px;
    left: 20px;
    font-size: 14px;
    color: rgba(100,100,100,1);
    text-align: center;
    line-height: 27px;
    border-radius:20px;
    border: solid 1px rgba(18,172,110,0.5);
    background: rgba(255,255,255,0.1);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index:10;
    cursor: pointer;
}

    .c_other_content_reg:hover {
        color:rgba(255,255,255,1);
        border: solid 1px rgba(18,172,110,1);
        background: rgba(18,172,110,1);
    }



/*-- media query --*/
@media only screen and (max-width: 1200px) {

    .course_container {
        width: 70%;
		
    }
}

@media only screen and (max-width: 1000px) {

    .course_container {
		 display: table;
        width: 100%;
        height: auto;
		min-height: 100px;
        margin: 0px 0px 20px 0px;
    }

        .course_container div:last-child {
            margin: 0px 0px 0px 0px;
        }

    .c_content {
        width: calc(50% - 10px);
    }


}

@media only screen and (max-width: 750px) {

    .course_container {
        display: table;
        height: auto;
        min-height: 100%;
        overflow: hidden;
    }

    .c_content {
        width: 100%;
        height: 300px;
        margin: 20px 0px 0px 0px;
    }

    .c_content_margin {
        margin: 20px 0px;
    }

    .c_other_content_title {
		width:100%;
        font-size: 16px;
    }

    .c_other_content p {
        width: 50%;
    }

        .c_other_content p.c_size {
            width: 50%;
        }

        .c_other_content p.c_link {
            text-align: right;
        }

            .c_other_content p.c_link:before {
                margin: 1px 0px 1px 10px;
                float: right;
            }

    .c_other_content_reg {
        position: relative;
        width: 80%;
        top: 0;
        left: 10%;
        margin: 20px auto 0px auto;
        float:left
    }
	

}

@media only screen and (max-width: 600px) {

    .c_content {
        height: 280px;
    }

    .c_other_content p {
        width: 100%;
    }

        .c_other_content p.c_size {
            width: 100%;
        }

    .c_other_content_reg {
        width: calc(100%);
        left: 0;
        margin: 20px auto 0px auto;
    }

}



@media only screen and (max-width: 413px) {

    .c_other_content p {
        width: 100%;
    }

        .c_other_content p.c_size {
            width: 100%;
        }

}