body{
    font-family: promt;
}


.library-header{
    background: var(--color-white);
}
.library-header .library-header-content{
    max-width: 1170px;
    margin: auto;
    padding: 40px 15px 40px;
}
.library-header .header-left{
    max-width: 515px;
    width: 60%;
    padding-top: 20px;
}
.library-header .header-left h1{
    font-size: 26px;
    color: var(--color-blue);
    font-family: promtbold;
    line-height: 1.4;
    text-transform: uppercase;
}
.library-header .header-left h2{
    font-size: 15px;
    line-height: 1.4;
    margin-top: 15px;
    color: var(--color-text-dark);
    font-family: promtmedium;
}
.library-header .header-left .see-more{
    font-size: 15px;
    color: var(--color-blue);
    font-family: promtmedium;
    display: inline-block;
    margin-top: 10px;
}
.library-header .header-left .btn-choose {
    display: block;
    width: 254px;
    height: 39px;
    background: #FF014E;
    color: var(--color-white);
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: promtsemibold;
    line-height: 39px;
    margin-top: 25px;
}
.library-header .header-left .btn-choose  i {
    display: inline-block;
    width: 20px;
    height: 18.304px;
    background: url(../images/voca-bg.svg?n=20) 0px -7370px;
    margin-right: 5px;
}
.library-header .header-right{
    height: 263px;
    width: 306px;
    padding-left: 30px;
    text-align: center;
    width: 40%;
    text-align: right;
}
.library-header .header-right .header-right-image{
    height: 263px;
    width: 276px;
    border: 3px solid var(--color-vocabulary);
    border-radius: 10px;
    background: var(--color-vocabulary-lighter);
    text-align: center;
    line-height: 263px;
    padding-top: 34px;
    float: right;
}
.library-header .header-right img{
    width: 60%;
    line-height: 263px;

}


.library-hint{
    background: var(--color-gray-light);
}
.library-hint-content{
    max-width: 1170px;
    padding: 30px 15px 30px;
    margin: auto;
}
.library-hint-content h2{
    font-size: 20px;
    text-transform: uppercase;
    font-family: promtextrabold;
}
.library-hint-content h2 span{
	display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    font-family: promtsemibold;
    border-radius: 15px;
    background: var(--color-green-lighter);
    color: var(--color-green-dark);
    margin-left: 10px;
}
.library-hint-content .hint-content{
    margin-top: 40px;
    position: relative;
}
.library-hint-content .hint-content .hint-content-item{
    display: block;
}
.hint-content .hint-item{
    width: 215px;
    height: 285px;
    margin-right: 10px;
    display: inline-block;
    border: 2px solid var(--color-border-gray-light);
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-white);
    position: relative;
}
.hint-content .hint-item:last-child{
    margin-right: 0px;
}

.hint-content .hint-item:nth-child(5n) {
    margin-right: 0;
}

.hint-content .hint-item a{
    width: 100%;
    height: 100%;
    padding: 10px;
    display: grid;
    text-decoration: none;
}
.hint-content .hint-item:hover{
    border-color: var(--color-blue);
}
.hint-content .hint-item:hover a{
    text-decoration: none;
}

.hint-content .hint-item img{
    width: 100%;
    height: 120px;
    border-radius: 10px;
}
.hint-content .hint-item h5{
    font-size: 16px;
    color: var(--color-text-dark);
    font-family: promtbold;
    text-transform: uppercase;
    margin-top: 10px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.2;
}
.hint-content .hint-item h6{
    font-size: 14px;
    margin-top: 10px;
    color: var(--color-text-light);
    font-family: promtmedium;
    position: absolute;
    bottom: 55px;
}
.hint-content .hint-item button{
    width: calc(100% - 20px);
    border: 1px solid var(--color-border-green);
    border-bottom: 2px solid var(--color-border-green);
    background: var(--color-white);
    color: var(--color-green);
    text-transform: uppercase;
    font-family: promtsemibold;
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.hint-content .hint-item button.button-active{
    border: 1px solid var(--color-border-green);
    border-bottom: 2px solid var(--color-border-green);
    background: var(--color-green);
    color: var(--color-white);
}
.hint-content .hint-item:hover button{
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}


.library-other {
    background: var(--color-white);
}
.library-other .library-other-content {
    max-width: 1170px;
    padding: 30px 15px 30px;
    margin: auto;
}
.library-other-content h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: promtextrabold;
}
.library-other-tab{
    margin-top: 30px;
}
.library-other-tab .tab-content{
    border-bottom: 2px solid var(--color-border-gray-light);
}
.library-other-tab a{
    font-size: 15px;
    font-family: promtsemibold;
    color: var(--color-text-light);
    padding-right: 20px;
    margin-right: 10px;
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: -2px;
}
.library-other-tab a.tab-active{
    color: var(--color-blue);
    border-bottom: 2px solid var(--color-blue);
}
.library-other-tab a:hover{
    text-decoration: none;
    color: var(--color-blue);
}


.course-content {
    margin-top: 40px;
    position: relative;
}
.course-content .course-item{
    width: 265px;
    height: 330px;
    margin-right: 20px;
    display: inline-block;
    border: 2px solid var(--color-border-gray-light);
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-white);
    position: relative;
    margin-bottom: 20px;
}
.course-content .course-item:last-child{
    margin-right: 0px;
}

.course-content .course-item:nth-child(4n) {
    margin-right: 0;
}

.course-content .course-item a{
    width: 100%;
    height: 100%;
    padding: 20px 25px;
    display: grid;
    text-decoration: none;
}
.course-content .course-item:hover{
    border-color: var(--color-vocabulary);
    background: var(--color-vocabulary-lighter);
}
.course-content .course-item:hover a{
    text-decoration: none;
}

.course-content .course-item img{
    width: 100%;
    height: 120px;
    border-radius: 10px;
}
.course-content .course-item h5{
    font-size: 16px;
    color: var(--color-text-dark);
    font-family: promtbold;
    text-transform: uppercase;
    margin-top: 25px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.2;
}
.course-content .course-item:hover h5{
    color: var(--color-vocabulary);
}
.course-content .course-item h6{
    font-size: 15px;
    margin-top: 10px;
    color: var(--color-text);
    font-family: promt;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}





@media(min-width: 768px){
    .library-header .library-header-content{
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
}
@media(max-width: 1100px){
    .library-other-tab{
        width: 100%;
        overflow: hidden;
        height: 52px;
        padding-right: 0px;
        margin: auto;
        display: flex;
        position: relative;
        border-bottom: 2px solid var(--color-border-gray-light);
    }
  
    .library-other-tab  .tab-content{
        white-space: nowrap;
        border: 0px;
        margin: 15px 0px 0px;
    }
}
@media(max-width: 991px){
    .course-content .course-item:nth-child(4n) {
        margin-right: 20px;
    }
    
    .course-content .course-item:nth-child(3n) {
        margin-right: 0;
    }
    
}
@media(max-width: 991px){
    .course-content .course-item:nth-child(4n) {
        margin-right: 20px;
    }
    
    .course-content .course-item:nth-child(3n) {
        margin-right: 20px;
    }

    .course-content .course-item:nth-child(2n) {
        margin-right: 20px;
    }
    
}
@media(max-width: 767px){
    .library-header .header-right{
        width: 100%;
        margin: auto;
		padding-left: 0px;
    }
    .library-header .header-right .header-right-image{
        margin: auto;
        float: none;
        border: 0;
        background: var(--color-white);
        padding-top: 0px;
    }
    .library-header .header-right img{
        width: auto;
        height: 100%;
    }
    .library-header .header-left{
        width: 100%;
        margin: 0px auto 0px;
        text-align: center;
		padding-top: 0px;
    }
   .library-header .library-header-content{
	   
		padding: 30px 15px 0px;
   }
}
@media(max-width: 600px){
    .course-content .course-item{
        display: block;
        margin: 0px auto 20px!important;
    }
}




#description-modal .modal-dialog{
    max-width: 750px;
}
#description-modal .modal-content{
    border-radius: 15px;
}
#description-modal .modal-header{
    border: 0px;
    position: relative;
}
#description-modal .modal-header a{
    display: inline-block;
    width: 15.879px;
    height: 15.878px;
    background: url(../images/voca-bg.svg?n=10) 0px -490px;
    position: absolute;
    right: 15px;
    top: 15px;
	z-index: 1;
}
#description-modal .modal-body{
    padding: 10px 50px 25px;
}
#description-modal .modal-body iframe{
    max-width: 100%;
}
#description-modal .modal-body table{
    width: 100%;
}
#description-modal .modal-body table td{
    height: 30px;
    padding-left: 10px;
}
#description-modal .modal-body img{
	max-width: 100%;
	height: auto!important;
}
#description-modal .modal-body li{
	list-style: unset!important;
}
@media(max-width: 600px){
    #description-modal .modal-body{
		padding: 10px 15px 25px;
	}
    .library-header .header-left .btn-choose{
        margin-bottom: 20px;
    }
}