/* Minification failed. Returning unminified contents.
(49,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(58,25): run-time error CSS1039: Token not allowed after unary operator: '-gray-color'
(72,25): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(120,14): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(123,15): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(141,25): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(155,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(163,14): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(168,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(184,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(197,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(206,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(213,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(234,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(283,14): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(290,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(296,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(312,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(338,14): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
 */
.report{
	padding: 60px 0 40px;
}
.recui-top{
    margin: 60px 0 40px;
}
.home-news-sm{
	margin-bottom: 30px;
}

.home-n-sm-img{
    width: 100%;
    height: 130px;
    display: block;

}
.home-n-sm-img .img-ct{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    max-width: 80%;
    max-height: 80%;
    width: auto;
	height: auto;
}

.home-n-sm-infor{
	display: block;
	margin-bottom: 15px;
	padding-top: 20px;
}
.home-news-sm .p-15{
    padding-left: 0px;
}
.home-n-sm-infor .infor-des{
	font-size: 16px;
    color: #fff;
    line-height: 20px;
	margin-top: 5px;
	text-transform: uppercase;
}
.home-n-sm-infor p{
    margin-bottom: 0;
}
.home-n-sm-infor .infor-title{
    font-size: 40px;
    font-family: var(--main-font);
    font-weight: 900; 
    margin-bottom: 5px;
    color: #d3a41f;
}
.notification{
	margin-bottom: 60px;
}
.noti{
	background-color: var(--gray-color);
	color: #fff;
	padding: 30px;
	min-height: 300px;
}
.noti .noti-title{
	font-weight: 900;
}
.noti .noti-title::after{
	content: '';
	display: block;
	height: 3px;
	width: 100px;
	margin-top: 5px;
	background-color: var(--sub-color);
}
.noti .noti-des,.noti .noti-time{
	font-size: 22px;
	font-weight: 900;
	margin-top: 20px;
	text-transform: uppercase;
}
.noti-des{
	max-height: 90px; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.noti-w{
	background-color: #fff;
	color: #000;
	padding: 30px;
	min-height: 300px;
}
.noti-w .noti-title{
	font-weight: 900;
}
.noti-w .noti-title::after{
	content: '';
	display: block;
	height: 3px;
	width: 100px;
	margin-top: 5px;
	background-color: #000;
}
.noti-w .noti-des,.noti-w .noti-time{
	font-size: 22px;
	font-weight: 900;
	margin-top: 20px;
	text-transform: uppercase;
}

.notification .r-15{
	padding-right: 0;	
}
.notification .l-15{
	padding-left: 0;	
}
.noti a{
	display: block;
	text-align: right;
	color: var(--sub-color);
}
.noti a:hover{
	color : var(--main-color);
}

.teacher{
	padding: 60px 0 40px;
}

.home-news-lg{
	display: block;
	margin-bottom: 40px;
}
.home-n-lg-img{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
	display: block;
	padding: 10px;
	background-color: var(--sub-color);
}
.home-n-lg-img .img-ct{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.home-n-lg-infor {
	padding: 15px 0;
}
.home-n-lg-infor .infor-title{
	font-size: 24px;
	text-transform: uppercase;
    font-family: var(--main-font);
    text-align: left;
    max-height: 50px; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-weight: 900;
	color: var(--sub-color);
}
.home-n-lg-infor .infor-des{
	font-size: 20px;
	text-transform: uppercase;
    color: var(--sub-color);
    margin: 10px 0 0;
    line-height: 20px;
    max-height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
} 

.form-recui{
    position: relative;
}

/****************FORM***************/
.panel{
    background-color: var(--sub-color);
    padding: 20px 20px 60px;
    margin-bottom: 30px;
}
.panel-title{
    font-weight: 900;
    font-size: 20;
}
.panel .form-control{
    background-color : #000;
    border: none;
    border-radius: 0;
    padding: .5rem .75rem;
    color: var(--sub-color);
}
.panel .btn-main-color{
    font-weight: 900 !important;
    font-size: 18px !important ;
    float: right;
    padding: 8px 20px;
}
.panel .form-control:focus {
    color: var(--sub-color);
    background-color: #000;
    border-color:transparent;
    outline: 0;
    box-shadow: none;
}
.form-title{
    color: var(--sub-color);
    font-weight: bold;
    line-height: 45px;
    margin-top: 100px;
}

.product-main{
    margin-bottom: 15px;
    position: relative;
    top: 100px
}
.product-img-wrapper{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.product-img{
    width: 100%;
    height: 100%;
    background-color: var(--sub-color);
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product-img::before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product-main:hover .product-img{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.product-main:hover .product-img::before, 
.product-main:focus .product-img::before{
  display: block;
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.product-infor-wrapper{
    padding:  20px 0 0;
}

.product-infor-wrapper .product-title{
    font-size: 16px;
    margin-bottom: 10px;
    max-height: 44px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
	color: var(--sub-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-infor-wrapper .product-title:hover,
.product-infor-wrapper .product-title:focus{
    color: var(--main-color);
}
.quickview {
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--sub-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    display: none;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
     transition: 0.5s;
}
.quickview i{
    font-size: 12px;
    color: var(--main-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-main:hover .quickview,
.product-main:focus .quickview{
    display: block;
}
.home-slider .owl-nav button.owl-next{
	position: absolute !important; 
	top: 30% !important;
	right: -5%;
}
.home-slider .owl-nav button.owl-prev{
	position: absolute !important; 
	top: 30% !important;
	left: -5%;
}
.home-slider .owl-nav [class*=owl-]:hover {
	background-color: transparent !important;
}
.home-slider .owl-nav button.owl-prev,.home-slider .owl-nav button.owl-next{
	font-size: 40px !important;
	font-weight: 900 !important;
	color: var(--sub-color) !important;
}
@media screen and (max-width: 991px) {
    .form-recui{
        min-height: 700px;
    }
    
    .overlay{
        min-height: 600px;
    }
    .form-title{
        margin-top: 50px;
	}
	.noti-w .noti-des, .noti-w .noti-time,
	.noti .noti-des, .noti .noti-time{
		font-size: 18px;
	}
	.noti-w .noti-title,.noti .noti-title {
		font-size: 22px;
	}
	.home-n-lg-infor .infor-des {
		font-size: 18px;
    }
    .product-main{
        top: 0;
    }
} 
@media screen and (max-width: 544px) {
   
    .form-title{
        font-size: 18px;
        line-height: 26px;
    }
    
}
@media screen and (max-width: 771px) {
   
    .notification .r-15{
		padding-right: 15px;
	}
    .notification .l-15{
		padding-left: 15px;
	}
}
