/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */
.form-error .mess{
    position: relative;
    height: 20px;
    margin: 10px 0;
    text-align: center;
}
.form-error .mess .error{
    font-weight: 600;
    color: #c9302c
}
.form-error .mess .success{
    font-weight: 600;
    color: #4cae4c
}
.processing:before {
    content: "";
    margin: 0 auto;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 3px solid rgba(0,0,0,.1)!important;
    border-right: 3px solid rgba(0,0,0,.1)!important;
    border-bottom: 3px solid rgba(0,0,0,.1)!important;
    opacity: .8;
    border-left: 3px solid #00b9f1;
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    pointer-events: none;
}
.processing:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    z-index: 99;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
    
    .news_column .panel-body h3 {
	font-size: 16px;
    }
    @font-face {
	    font-family: 'Roboto-BoldCondensed';
	    src: url('../fonts/Roboto-BoldCondensed.ttf') format('truetype');
    
    }
    
    .event .img , .edu-detail .img {
	border: solid 1px #d3d3d3;
    }
    
    .big-post {
	    margin-bottom:30px;
    }
    .big-post .img {
	overflow: hidden;
	padding-top: 67%;
	position: relative;
	    overflow:hidden;
    }
    
    .big-post .img img{
	transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* height: auto; */
	object-fit: cover;
    }
    
    a.register_btn {
	display: block;
	line-height: 34px;
	background: #C9302C;
	-webkit-box-shadow: 0 4px 0 0 #9d2926;
	box-shadow: 0 4px 0 0 #9d2926;
    }
    
    .margin-bottom-90px{
	margin-bottom: 90px;
    }
    
    a.register_btn:hover{
	background: #9d2926;
    }
    
    #lecturer .p-post > a img {
	 transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-webkit-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
	max-height: 100%;
	height: auto !important;
    }
    
    
    .p-banner {
      padding-top: 85px;
      padding-bottom: 90px; }
      .p-banner .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	color: #00b9f1;
	line-height: 1; }
	.p-banner .title span {
	  display: block;
	  font-size: 24px;
	  color: #fff;
	  margin-top: 10px; }
    
    @media all and (min-width: 1200px){
	.c-table table tr td:first-child{
	    width: 360px;
	}
    
	.c-table table tr td:nth-child(2){
	    width: 310px;
	}
    }
    
    @media all and (max-width: 767px) {
      .p-banner {
	padding-top: 45px;
	padding-bottom: 50px; }
	.p-banner .title {
	  font-size: 24px; }
	  .p-banner .title span {
	    font-size: 18px; } }
    .p-banner {
      padding-top: 85px;
      padding-bottom: 90px; }
      .p-banner .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
	text-transform: uppercase;
	color: #00b9f1;
	line-height: 1; }
	.p-banner .title span {
	  display: block;
	  font-size: 24px;
	  color: #fff;
	  margin-top: 10px; }
    
    @media all and (max-width: 767px) {
      .p-banner {
	padding-top: 45px;
	padding-bottom: 50px; }
	.p-banner .title {
	  font-size: 24px; }
	  .p-banner .title span {
	    font-size: 18px; } }
    
    
    
    
    .cate-service .add{
	    text-align: center;
	    max-width: 830px;
	    margin: 50px auto 28px auto;
	    line-height: 2;
	    font-style: italic;
	     height: 56px;
	overflow: hidden;
	color: #263238;
    }
    
    .cate-service .c-ser{
	    text-align: center;
    }
    
    .cate-service .ser-icon{
	    text-align: center;
	    margin-top: 55px;
    }
    .ser-icon > ul {
	    margin-bottom: 32px;
    }
    .ser-icon > ul > li{
	    display: inline-block;
	    margin: 0 75px;
    }
    
    .ser-icon > ul > li >a{
	    display: block;
	    margin-top: 30px;
	    position: relative;
	    color: #263238;
    }
    .ser-icon > ul > li >a:after{
	    content: '';
	    position: absolute;
	    width: 80px;
	    height: 3px;
	    background: #00b9f1;
	    bottom: -10px;
	    left: 50%;
	    margin-left: -40px;
	    opacity: 0;
    
    }
    
    .ser-icon > ul > li >a:hover:after{
	    opacity: 1;
    }
    
    .b-reak{
	    position: relative;
	background-image: url(../images/shadow2.png);
	height: 7px;
	background-position: center top -7px;
	background-repeat: no-repeat;
	pointer-events: none;
	margin-bottom: 70px;
    }
    
    .c-table trong{
	    font-weight: bold;
	    color: #00b9f1;
    }
    .c-table .name-t{
	    background: #fff;
	    padding: 11px 50px;
	    margin-bottom: 24px;
	    position: relative;
	    font-size: 18px;
	    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
	    color: #455a64;
    }
    
    .c-table .name-t:before{
	    content: '';
	    position: absolute;
	    height: 100%;
	    width: 5px;
	    background: #00b9f1;
	    top: 0;
	    left: 0;
    }
    
    .c-table table{
	    width: 100%;
	    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 75px;
    }
    .c-table table tr{
	    background: #f5f5f5;
    }
    
    .c-table table tr:nth-child(2n) td{
	    background: #fff;
    }
    
    .c-table table tr td{
	    padding: 13px 50px;
	    text-transform: uppercase;
	    vertical-align: middle;
	    color: #455a64;
    }
    .c-table table tr td .color:hover{
	    text-decoration: underline;
	    color: #00b9f1;
    }
    
    
    .cate-md h2{
	    background: #00b9f1;
	    text-transform: uppercase;
	    color: #fff;
	    text-align: center;
	    font-weight: bold;
	    border-bottom: solid 3px #005e7b;
	    padding: 17px 0;
    }
    
    .cate-md ul{
    
    }
    
    .cate-md ul > li > a{
	    background: #ececec;
	    border-top: solid 1px #d0d0d0;
	    display: block;
	    padding: 17px 0;
	    text-transform: uppercase;
	padding-left: 15px;
	position: relative;
    }
    
    .cate-md ul > li > a:after{
		font-family: FontAwesome;
	    content: "\f101";
	    position: absolute;
	    top: 17px;
	right: 10px;
	opacity: 0;
	color: #00b9f1;
    }
    .cate-md ul > li > a:hover:after{
	    opacity: 1;
    }
    .cate-md ul > li > a:hover{
	    color: #00b9f1;
    
    }
    .cate-banner{
	    margin-top:30px;
    }
    
    .cate-banner img{
	    height: 100%;
	    display: block;
	    margin: auto;
    }
    .content-img{
	    margin-bottom: 35px;
    }
    .content-img img{
    
	    display: block;
    }
    .cate-content p{
	    line-height: 2.3;
    }
    
    
    .img-mh{
	    text-align: center;
	margin-top: 65px;
	margin-bottom: 85px;
    }
    .c-content{
	    margin-bottom: 38px;
    }
    .content-stt{
	    border:solid 1px #cbcecf;
	    text-transform: uppercase;
	text-align: center;
	width: 80px;
	float: left;
	    padding-bottom: 28px;
    }
    
    .content-stt h2{
	    font-size: 18px;
	margin-top: 20px;
    }
    
    .content-stt .c-cnt{
	    font-family: 'Roboto-BoldCondensed';
	    font-size: 58px;
	    color: #00b8f0;
	    position: relative;
	    line-height: 1;
    }
    
    .content-stt .c-cnt:after{
	    content: '';
	    position: absolute;
	    bottom: -8px;
	    left: 0;
	    margin-left: 15px;
	    width: 45px;
	    height: 3px;
	    background: #00b8f0;
    
    }
    .content-nd{
	    margin-left: 100px;
    }
    .content-nd h2{
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
    }
    
    .content-nd h2:after{
	    content: '';
	    position: absolute;
	    bottom: -10px;
	    left: 0;
	    width: 30px;
	    height: 3px;
	    background: #00b8f0;
    }
    
    .cate-content .nd{
	    line-height: 2.3;
	     height: 128px;
	    overflow: hidden;
    }
    
    .cate-form .form-title{
	    font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -8px;
	color: #00b9f1;
    }
    
    .form-title img{
	    margin-right: 10px;
    }
    
    .cate-form .p{
	    color: #f15922;
	    margin: 10px 0 35px 0;
	margin-left: 35px;
    }
    
    .cate-form .name-form{
	    font-size: 16px;
	    font-weight: bold;
	    text-transform: uppercase;
	    border-bottom: solid 1px #dcdcdc;
	padding-bottom: 15px;
    }
    .c-form{
	    margin-bottom: 20px;
	    padding-left: 170px;
	position: relative;
    }
    .cate-form .form-text{
	    margin-top: 35px;
	    margin-bottom: 55px;
    }
    .cate-form .form-text p{
	    position: absolute;
	    left: 0;
	    padding-right: 10px;
	width: 170px;
	display: inline-block;
	text-align: right;
	margin-bottom: 0;
    }
    .cate-form .form-text input,.cate-form form textarea{
	    height: 30px;
	width: 80%;
	border-radius: 7px;
	border: solid 1px #cbcdce;
    }
    .cate-form form textarea{
	    height: 100px;
    }
    .c-gc{
	    margin-left: 0;
	margin-right: 100px;
    }
    
    .form-img{
    
    }
    
    .c-form .mbv{
	    width: 200px;
    }
    
    .ca-e{
	    margin-top: 0;
    }
    .d-detail{
	    margin-top: 90px;
    }
    .detail-ct h2{
	    background: #f4f4f4;
	    color: #00b9f1;
	    border-bottom: solid 1px #dcdcdc;
	    border-radius: 5px 0;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 16px;
    }
    
    .detail-ct{
	    border: solid 1px #dcdcdc;
	border-radius: 5px 5px 0 0;
	padding-bottom: 15px;
	margin-bottom: 30px;
    }
    
    .detail-add{
	    line-height: 2;
	margin-top: 15px;
	margin-left: 20px;
    }
    .detail-ct ul{
	    margin-left: 35px;
    }
    
    .detail-ct .de{
	    padding-top: 20px;
    }
    .detail-ct ul li{
	    list-style: initial;
	    line-height: 2;
    }
    .detail-dk{
	    border: solid 1px #dcdcdc;
	text-align: center;
	padding: 20px 0;
	border-radius: 5px;
    }
    
    .detail-dk a{
	    border: solid 1px #dcdcdc;
	padding: 6px 30px;
	border-radius: 5px;
    }
    
    .detail-dk .dk{
	    background: #00b9f1;
    }
    
    .d-right{
	    margin-top: 30px;
    }
    
    .d-right p{
	    margin-left: 20px;
	    margin-top: 0;
	margin-bottom: 5px;
	line-height: 2;
	    margin-top: 15px;
    }
    
    .deatil-title{
	    text-align: center;
	    text-transform: uppercase;
    
    }
    .deatil-title p{
	    font-size: 36px;
	    font-weight: 300;
	    margin: 0;
    }
    .deatil-title trong{
	    font-weight: bold;
	    color: #00b9f1;
    }
    
    .dtaill-table{
	    margin-top: 45px;
    }
    @media(max-width: 991px){
	    .cate-form{
		    margin-top: 50px;
	    }
	    .cate-form form textarea{
		    height: 100px;
	    }
	    .c-table table tr td{
		    padding: 12px 30px;
	    }
    
	    .cate-content{
		    margin-top: 30px;
	    }
    }
    
    @media(max-width: 767px){
	    .cate-service .add {
		    margin: 70px auto 28px auto;
	    }
    
	    .ser-icon > ul > li {
		display: inline-block;
		margin: 0 50px;
	    }
	    .c-table table tr td{
		    padding: 12px 5px 12px 8px;
		    font-size: 13px;
	    }
    
	    .deatil-title p {
		font-size: 30px;
	    }
    
    
    }
    
    @media(max-width: 540px){
	    .cate-service .ser-icon {
		margin-top: 30px;
	    }
    
	    .ser-icon > ul > li {
		margin: 20px 10px;
	    }
    
	    .ser-icon > ul > li >a {
		margin-top: 15px;
	    }
	    .c-table .name-t {
		    padding: 11px 20px;
	    }
    
	.not_found_search{
	    padding: 11px 20px;
	}
    
	    .c-form {
		       position: initial;
		       padding-left: 0;
	    }
	    .cate-form .form-text p {
		 position: initial;
		 left: initial;
		 padding-right: 0;
		 width: initial;
		 display: block;
		 text-align: initial;
		 margin-bottom: 0;
	    }
    }
    
    .md-col{
	    padding-left: 10px;
	    padding-right: 10px;
    }
    
    .mobile-collapse {
	    display: none;
    }
    
    @media(max-width: 399px){
	    .detail-dk a {
			padding: 6px 10px;
	    }
    }
    
    @media(max-width: 1199px){
	    .c-table table tr td:first-child{width: auto;}
    }
    @media(max-width: 767px){
	    .dtaill-table{margin-top: 30px;}
    }
    
    @media all and (max-width: 1200px) {
	    .dt-tab-box {
		    display: none;
	    }
    
	    .mobile-collapse {
		    display: block;
	    }
    
	    .mobile-collapse .collapse-item {
		    margin-bottom: 15px;
	    }
    
	    .mobile-collapse .collapse-item > a {
		    background: #00b9f1;
		    border-color: #00b9f1;
		    width: 100%;
		    border-radius: 0;
	    }
    
	    .mobile-collapse .collapse-item > a{
		    position: relative;
		    display: flex;
		    align-items: center;
		    justify-content: center;
	    }
    
	    .mobile-collapse .collapse-item > a::after {
		    font-family: "FontAwesome";
		    content: "\f107";
		    transition: 0.3s all;
		    position: absolute;
		    right: 15px;
		    color: #fff;
		    font-size: 20px;
	    }
    
	    .mobile-collapse .collapse-item > .collapse {
		    background: #fff;
	    }
    
	    .mobile-collapse .collapse-item > .collapse .well {
		    border-radius: 0;
		    background: #fff;
	    }
    
	    .mobile-collapse .s-content {
		    color: #455a64;
		    line-height: 2.14286;
		    word-break: break-word;
	    }
    
	    a.collapse-link:not(.collapsed)::after {
		    transform: rotate(180deg);
	    }
    
	    .mobile-collapse ~ br {
		    display: none;
	    }
    }
    
    .edu-detail .def-detail {
	    margin-bottom: 20px;
    }