body {
	font-family: 'Prompt', sans-serif;
	/*font-size: 18px;*/
}

.label-orange{
	color: #ff5a19;
}
.label-mosaic{
	color: #b208dc;
}
.navbar {
	/*padding:.5rem 0px;*/
	margin-top: 30px;
}
span.title{
	font-size: 25px;
}
.space-bottom{
	margin: 5px;
}
.space-bottom-knowleage{
	margin: 30px;
}
.page-link:focus, .page-link:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #b208dc;
    border-color: #dee2e6;
}
a{
	/*color: rgb(255, 88, 21);*/
	color: #b208dc;
}
a:active {
    color:#b208dc ;
}
a:hover {
    color: #b208dc;
    text-decoration: underline;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #b208dc;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.imgnew {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.imgsize {    
	max-width: 650px ;
    height: 320px ;
    vertical-align: middle ;
    border: 0 ;
  }
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}
/* .nav-pills > .active > a,
 .nav-pills > .active > a:hover > li > a:hover {
    color: rgb(255, 88, 21);
    background-color: transparent !important;
    text-decoration: none;
   font-weight: bold;
   border-radius:0px;
   border-bottom-width: 4px;
   border-bottom-style: solid;
   border-bottom-color: #FF6600;
 }
 .nav-pills > li > a{
    border-radius:0px;
 }
*/
.nav > li a.active{
	color: rgb(255, 88, 21);
    background-color: transparent !important;
    text-decoration: none;
   font-weight: bold;
   border-radius:0px;
   border-bottom-width: 4px;
   border-bottom-style: solid;
   border-bottom-color: #FF6600;
}
.regis-page{
	margin-right: 20px;
    margin-left: 20px;
}
.space-regis{
	margin: 15px;
}

.entry-time {
	font-size: 16px;
	color:#333;
}
.wrapper {
	margin-top:96px;
}
/* Header Navbar */
.navbar-header-custom {
	background: rgba(255,90,25,1);
	background: -moz-linear-gradient(left, rgba(255,90,25,1) 0%, rgba(255,90,25,1) 11%, rgba(112,2,140,1) 93%, rgba(112,2,140,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,90,25,1)), color-stop(11%, rgba(255,90,25,1)), color-stop(93%, rgba(112,2,140,1)), color-stop(100%, rgba(112,2,140,1)));
	background: -webkit-linear-gradient(left, rgba(255,90,25,1) 0%, rgba(255,90,25,1) 11%, rgba(112,2,140,1) 93%, rgba(112,2,140,1) 100%);
	background: -o-linear-gradient(left, rgba(255,90,25,1) 0%, rgba(255,90,25,1) 11%, rgba(112,2,140,1) 93%, rgba(112,2,140,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,90,25,1) 0%, rgba(255,90,25,1) 11%, rgba(112,2,140,1) 93%, rgba(112,2,140,1) 100%);
	background: linear-gradient(to right, rgba(255,90,25,1) 0%, rgba(255,90,25,1) 11%, rgba(112,2,140,1) 93%, rgba(112,2,140,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a19', endColorstr='#70028c', GradientType=1 );
}
.selected-language-th {
	position: relative;
	margin-left: 50px;
}
.selected-language-th > a {
	margin-left:3px;
}
.selected-language-en > a {
	margin-left:-5px;
}
.selected-language-th > a.active,.selected-language-en > a.active {
	color:rgb(255, 88, 21) !important;
}
.selected-language-th:after	 {
	content: " ";
    border-left: 2px solid #fff;
    position: absolute;
    height: 20px;
    top: 10px;
    left: 37px;
}
.nav-head{
 	background-color: #FFF;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 95px;
    width: 100%;
    padding: 0px 0px;
}
.box-nav{
    padding: 5px 15px 5px 5px;
    font-size: 14px;
}
/*head nomalize*/
.breadcrumb {
  font-size: 12px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #333333;
}
.breadcrumb > .active {
  color: #999999;
}
.breadcrumb > li:not(:first-child) {
	width: 100px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb > li.last {
	width: 190px;
	color:#ff5a19;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.imgsitebar{              
  max-width: 990px;
  height: 90px;
  vertical-align: middle ;
  border: 0 ;
 
}
/* Carousel */
.slider {
	margin-bottom: 0px;
}
.main-top-carousel {
	position: relative;
    /* margin-top: 66px; */
    margin-top: 95px;
    width: 100%;
}
.frame-slider {
	position: absolute;
	top:54px;
	left: 0px;
	z-index: 600;
}

.carousel-indicators {
	z-index: 650;
}
.carousel-indicators li {
    border-radius: 10px;
    margin: 1px 3px;
    height: 15px;
    max-width: 15px;
    border: 1px solid rgb(85,02,105);
    background-color: rgb(85,02,105);
    z-index: 650;
}
.carousel-indicators .active {
    background-color: #fff;
    max-width: 15px;
    margin: 1px 3px;
    height: 15px;
    border-color: transparent;
}

/* welcome */

.main-welcome-info .youtube {
	position: relative;
	background-image: url(../images/welcome-frame.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 490px;
	background-size: 198.9px 465.3px;
	display: block;
	padding-left: 0px;
	padding-right: 0px;

}
.main-welcome-info .youtube .iframe-youtube {
	position: absolute;
	bottom: 65px;
	left: 35px;
}
.i-yotube {
	width:600px;
	height: 340px;
}

.main-welcome-info .youtube .video-frame {
	position: absolute;
	bottom: 7px;
	width: 601px;
	z-index: 500;
}

.main-welcome-info .youtube .video-frame img {
	width: 100%;
}

.main-welcome-info .youtube .video-title {
	position: absolute;
	bottom: 13px;
	left: 35px;
	z-index: 550;
	width: 260px;

}

.main-welcome-info .youtube .video-title span {
	font-size: 18px;
}

.main-welcome-info .info{
	position: relative;
}

.main-welcome-info .frame-info {
	position: absolute;
	top: 77px;
}

.main-welcome-info .frame-info .logo-academy{
/*	width: 330px;*/
	padding-left: 10px;
}
.main-welcome-info .frame-info .logo-academy img{
	/*width: 100%;*/
}

.main-welcome-info .frame-info .info-text p {
	margin-top: 10px;
	font-size: 14px;
}


.main-welcome-info .frame-info .info-button {
	margin-top: 10px;
}

/*ABOUT*/
.abouted {
	position: relative;
	height: 220px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.abouted .sup-frame {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.main-about-info .imgtitle{
    position: relative;
	/*background-image: url(../images/welcome-frame.png);*/
	background-position: left;
	background-repeat: no-repeat;
	height: 360px;
	background-size: 198.9px 465.3px;
	display: block;
	padding-left: 0px;
	padding-right: 0px;

}
.main-about-info .imgtitle .iframe-imgtitle {
	position: absolute;
	bottom: 65px;
	left: 35px;


}
.imgsizeabout {
	width:550px;
	height: 340px;
}
.main-about-info .imgtitle .imgtitle-frame {
	position: absolute;
	bottom: 7px;
	width: 601px;
	z-index: 500;
}

.main-about-info .imgtitle .imgtitle-frame img {
	width: 100%;

}

.main-about-info .imgtitle .imgtitle-title  {
	position: absolute;
	bottom: 10px;
	left: 35px;
	z-index: 550;
	width: 260px;
}
.about-imgcontent .about-poster {
	position: relative;
	width: 100%;

}
.about-imgcontent .about-poster img{
	width: 100%;
}
.about-imgcontent .about-poster .tag-media{
	position: absolute;
    bottom: -6px;
    /* left: 283px; */
    padding-top: 4px;
    /*padding-bottom: 9px;*/
    color: #fff;
    /* text-align: center; */
    width: 100%;
     height: auto; 
}
.about-imgcontent .about-poster .tag-text{
	position: absolute;
    bottom: 2px;
    left: 28px;
    padding-top: 4px;
    /*padding-bottom: 9px;*/
    color: #000;
    /* text-align: center; */
    width: 100%;
     height: auto; 
}
.tag-media{
	/*width: 100%;*/
    height: auto;
}
.tag-text{
	height: auto;
}
.about-list{
	margin-bottom: 5px;
	display: none;
}
 .video-container {
 position: relative;
 padding-bottom: 50%;
 padding-top: 30px; 
height: 0; 
overflow: hidden;
 }
 .video-container iframe,
 .video-container object,
 .video-container embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 }

/* course */

.main-course .course-box {
	position: relative;
	display: block;
	width: 100%;
	height: 560px;
	padding-top:76px;
}

.main-course .content-course p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    height: 330px;
    overflow-x: overlay;
}


.info .info-text {
	padding-left: 10px;
}

.main-course .course-box .content-course {
	width: 80%;
	height: 430px;
	background: rgba(255,255,255,0.8);
	z-index: 490;
	padding-top:35px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom: 0px;
	text-align: center;

}
.main-course .course-box .logo-course {
	position: absolute;
	z-index: 500;
	width: 200px;
	top: 9px;
	left:7px;
}

.main-course .course-box .logo-course img{
	width: 100%;
}

.main-course .course-box .frame-footer {
	position: absolute;
	bottom: 0px;
	z-index: 500;
}

.main-course .course-box .frame-footer div {
	width:555px;
}
.main-course .course-box .frame-footer div img{
	width:100%;
}

/* Register */
.register-now {
	margin-top:50px;
	margin-bottom:50px;
}

/* new */

.new-content .new-poster {
	overflow: hidden;
	position: relative;
	width: 330px;
	height: 203px;
}
.new-content .new-poster img{
	
	width: 100%;
}
.news-date .tag-date {
	position: absolute;
    bottom: 0px;
    left: 30px;
    padding-top: 2px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    width: 45px;
    height: 60px;
}
.tag-date .day {
	display: block;
	font-size: 18px;
    font-weight: 500;
}
.tag-date .month {
	margin-top:-5px;
	display: block;
	font-size: 12px;
}
.tag-date .year {
	margin-top:-5px;
	display: block;
	font-size: 12px;
}
.new-content .new-title {
	font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-content .new-desp {
	font-size: 12px;
    height: 65px;
    overflow: hidden;
    line-height: 21px;
}
/*Fasion*/
.imgsize-fasion{
	width:950px;
	height: 340px;
}
.fasion-box{
 	background: url(../pages/homepage/images/couresimg/courseFashion_bg_1440x700.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 600px;
    width: 100%;
    text-align: center;
    padding: 0px 0px;
    margin-top: 66px;
}
.fasion-logo{
    padding: 75px ;
}
.fasion-content{
	/*background: #FFF;
    padding: 7px 12px;
    border: 1px solid #ddd;
    margin-top: -254px;
    height: 100%;*/
    background: #FFF;
    padding: 21px 38px;
    border: 1px solid #ddd;
    margin-top: -275px;
    height: 100%;
}
.accordion-toggle:hover {
      text-decoration: none;
    }

/*lecturer*/
.imgsize-lecturer{
	height: 220px;
	width: 60px
}
.pagination-cotrainer {
    margin-left: 384px;
}
.lecturer-img {
    background: url(../images/speakerBorder-12.png);
    background-size: 88%;
    background-repeat: no-repeat;
    background-position: top center;
/*    height: 240px;
    width: 240px;*/
    text-align: center;
}
.lecturer-img .lecturer-poster-media img {
    position: absolute;
    width: 78%;
    left: 31px;
    top: 13px;
    border-radius: 120px;
}

.new-content-media .new-poster-media {
	position: relative;
	width: 100%;
}
.new-content-media .new-poster-media img{
	display: block;
	width: 100%;
	height: 204px;
}
.new-content-media .new-poster-media .tag-media {
	position: absolute;
    /* bottom: 0px; */
    top: 0;
    right: 0px;
    color: #fff;
    text-align: center;
    width: 15%;
    height: 30%;
}
.tag-media .download {
	background: url(../pages/homepage/images/icon/glyphicon_glyphicon-load-01.png);
	height: 35px;
	width: 35px
}
.tag-media .play {
	background: url(../pages/homepage/images/icon/glyphicon_glyphicon-play-circle-01.png);
	height: 35px;
	width: 35px
}
.tag-media .searh {
	background: url(../pages/homepage/images/icon/glyphicon_glyphicon-search-01.png);
	height: 35px;
	width: 35px
}
.new-content-media .new-title-media {

	color: #b208dc;
	font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.new-content-media .new-desp-media {
	font-size: 12px;
    height: 65px;
    overflow: hidden;
    line-height: 21px;
    color:#333;
}
.new-content-media .new-despfoot-media {
	font-size: 10px;
	color:#aaa
}
/* sup */
.supported {
	position: relative;
	height: 340px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.supported .sup-frame {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.sup-image-01 {
/*	width: 128px;
	margin-top: -6px;*/
}
.sup-image-01 img {
	width: 100%;
}
.sup-image-02 {
	/*width: 160px;*/
}
.sup-image-02 img {
	width: 100%;
}
.sup-image-03 {
	/*width: 268px;
	margin-top: 10px;*/
}
.sup-image-03 img {
	width: 100%;
	margin: 5px;
}
.sup-image-04 {
	/*width: 85px;
	margin-top: -15px;*/
}
.sup-image-04 img {
	width: 100%;
}

/* gallery */
.slick-slide {
    margin: 0px;
}
.slick-list {
    margin: 0px;
}
.gallery-item {

}
.gallery-item img {
	width: 100%;
}


.text-header{
	text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
}
.text-head-title {
	display: inline-block;
	position: relative;
	
}
.text-head-title .text-icon-left {
	position: absolute;
    left: -70px;
    bottom: 11px;
}
.text-head-title .text-icon-left:before {
	
	background-image: url('../images/ar-left.png');
	background-repeat: no-repeat;
    background-size: 52px 20px;
    display: inline-block;
    width: 52px; 
    height: 20px;
    content: "";
}

.text-head-title .text-icon-right {
	position: absolute;
    right: -70px;
    bottom: 11px;
}
.text-head-title .text-icon-right:before {
	
	background-image: url('../images/ar-right.png');
	background-repeat: no-repeat;
    background-size: 52px 20px;
    display: inline-block;
    width: 52px; 
    height: 20px;
    content: "";
}
.more-article {
	font-size: 22px;
	margin-bottom: 40px;
	margin-top:60px;
}

.more-article span {
	border-bottom: 2px solid ;
}

.text-head-title span {
	font-size: 32px;
	font-weight: 300;
}
/* Map */
.map-address {
	position: relative;
	padding-top: 100px;
}
.map-address .map-frame {
	position: absolute;
    top: 64px;
}
.map-address-text {
	position: absolute;
	bottom:30px;
	background: #ff5a19;
	padding:30px 15px;
	color:#fff;
	width: 280px;
}
.address-map {
	margin-top: 30px;
	width: 100%;
	height: 360px;
}
.map-address-text .map-text-header {
	font-size: 23px;
	font-weight: bold;
}.map-address-text p {
	font-size: 12px;
}
/*contact*/
.contact-br{
	margin-bottom: 50px;
}

/* footer */
footer {
	background: #ff5a19;
	color:#fff;
}
.site-map {
	padding:40px;
}

.site-map .footer-list {
	display: block;
}

.site-map .footer-list li {
	display: block;
}
.site-map .footer-list li a {
	font-size: 16px;
	color:#fff;
}
.site-map .footer-list li a:hover {
	text-decoration: none;
	color:#71028c;
}
.get-update {
	padding-bottom: 20px;
}
.get-update .input {
	border-radius: 0px;
	border-top:1px solid #fa5c00;
	border-bottom:1px solid #fa5c00;
	border-left:1px solid #fa5c00;
	border-right:transparent;
}
.get-update .btn.btn-update {
    border: none;
    margin-top: 1px;
    margin-left: 0px;
    border-radius: 0px;
    background-color: #71028c;
    color:#fff;
}
.get-update .btn.btn-update:hover {
	background-color: #b208dc;
}

.bottom-bar {
	color:#fff;
	padding:10px;
	background: rgba(255,90,25,1);
	background: -moz-linear-gradient(left, rgba(255,90,25,1) 0%, rgba(255,90,25,1) 11%, rgba(112,2,140,1) 93%, rgba(112,2,140,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,90,25,1)), color-stop(11%, rgba(255,90,25,1)), color-stop(93%, rgba(112,2,140,1)), color-stop(100%, rgba(112,2,140,1)));
	background: -webkit-linear-gradient(left, rgba(255,90,25,1) 0%, rgba(255,90,25,1) 11%, rgba(112,2,140,1) 93%, rgba(112,2,140,1) 100%);
	background: -o-linear-gradient(left, rgba(255,90,25,1) 0%, rgba(255,90,25,1) 11%, rgba(112,2,140,1) 93%, rgba(112,2,140,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,90,25,1) 0%, rgba(255,90,25,1) 11%, rgba(112,2,140,1) 93%, rgba(112,2,140,1) 100%);
	background: linear-gradient(to right, rgba(255,90,25,1) 0%, rgba(255,90,25,1) 11%, rgba(112,2,140,1) 93%, rgba(112,2,140,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5a19', endColorstr='#70028c', GradientType=1 );
	margin-top: -1px;
	display : flex;
  	align-items : center;

  	width: 100%;
}
.bottom-bar .bottom-logo {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.bottom-bar .bottom-logo img {
	/*width: 100%;*/
}

.bottom-bar .social {
	float: right;
	margin-top:3px;

}

.bottom-bar .social .social-icon {
	display: inline-flex;
	list-style-type: none;
	padding:0px;
	margin:0px;
}

.bottom-bar .social .social-icon li {
	margin-left:5px;
	margin-right:5px;
}
/* Button */

/*.form-control:focus {
     color: #495057; 
    background-color: #fff;
    border-color: transparent; 
    outline: 0;
    box-shadow: none;
}*/
.new-btn {
	margin-top:20px;
}
.slick-prev {
	background:#ff5a19 !important; 
}

.slick-next {
	background:#71028c !important; 
}


.bg-orange {
	background: #ff5a19;
}
.btn-acadeny-address {
	cursor: pointer;
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	padding: 6px 35px;
	font-size: 12px;
	border-radius: 2px;
	font-weight: bold;
}

.btn-acadeny-address:hover {
	background-color: #71028c;
}

.btn-acadeny-mosaic {
    cursor: pointer;
    background: #71028c;
    color: #fff;
    border: 0px;
    padding: 8px 35px;
    font-size: 14px;
}
.btn-acadeny {
	cursor: pointer;
	color: #fff;
	border: 0px;
	padding: 6px 35px;
	font-size: 14px;
}
.btn-acadeny:hover {
	background:#ff5a19;
}
.btn-acadeny-mosaic:hover{
	background: #ff5a19;
}

.btn-acadeny-orange {
	cursor: pointer;
	background: #ff5a19;
	color: #fff;
	border: 0px;
	padding: 6px 35px;
	font-size: 14px;
}
.bg-mosaic {
	background: #71028c;
}

.btn-acadeny-orange:hover{
	background: #71028c;
}
.nav-address {
	margin-bottom: 20px;
}

.nav-address li {
	font-size: 14px;
}
.nav-address li a {
	color:#fff;
}
a.btn-acadeny-mosaic:hover, a.btn-acadeny-orange:hover, a.btn-acadeny-address:hover, a.btn-acadeny:hover {
	text-decoration: none;
	color:#fff;
}
.btn-acadeny-lg {
	font-size: 20px;
	padding: 10px 30px;
	/*font-size: 40px;*/
}
.btn-acadeny-sm {
	font-size: 14px;
	padding:4px 18px;
}

.btn-academyhub {

	border-radius: 3em;
 	display: block;
	cursor: pointer;
	background: rgba(222, 222, 222, 0.25);
    color: black; 
	border: 1px solid #ddd;
	padding: 6px 35px;
	font-size: 14px;
	font-weight: bold;
}
.btn-academyhub:hover{
	/*background: #ff5a19;*/
	background: #71028c;
	color: #FFF;
}

/* Subscribe*/
.error-subscribe {
	display: block;
}

/* Article 13-2-61 */
.header-article h1{
	font-size:28px;
	color: #ff5a19;
	margin-top:40px;
}
.article-content {
	position: relative;
}
.article-content .article-poster {
	overflow: hidden;
    margin-bottom: 10px;
    height: 204px;
}
.article-content .article-title {
	color: #b208dc;
	font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-content .article-desp {
	font-size: 12px;
    height: 65px;
    overflow: hidden;
    line-height: 21px;
    color:#333;
}
.article-content .article-date {
	font-size: 10px;
	color:#aaa
}

.article-href:hover {
	display: block;
	text-decoration: none;
}
.article-href:hover .article-title{
	text-decoration: underline;
}
.article-poster {
    overflow: hidden;
    height: 100%;
    position: relative; 
}
.article-poster img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* News 13-2-61 */
.header-news h1{
	font-size:28px;
	color: #ff5a19;
	margin-top:40px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-content {
	position: relative;
}
.news-content .news-poster {
	overflow: hidden;
    margin-bottom: 20px;
    height: 204px;
}

.news-poster {
    overflow: hidden;
    height: 100%;
    position: relative; 
}
.news-poster img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-content .news-title {
	color: #b208dc;
	font-size: 20px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-content .news-desp {
	font-size: 12px;
    height: 44px;
    overflow: hidden;
    line-height: 21px;
    color: #333;
}
.news-content .news-date {
	font-size: 10px;
	color:#aaa
}

/*Success*/
.success-video {
	width: 100%;
	height: 242px;
}

.success-box {
	display: block;
	position: relative;
}

.success-link {
	color: #ff5a19;
}
.success-link:hover {
	color: #ff5a19;
}
.success-case {
	margin-top:40px;
	margin-bottom: 60px;
}
.success-box .success-title {
	color: #ff5a19;
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.success-box .success-date {
	color: #aaa;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 8px;
}
.success-box .success-intro {
	color: #333;
    font-size: 16px;
    font-weight: 200;
    line-height: 21px;
    max-height: 147px;
    height: 100%;
    overflow: hidden;
}

.youtube-play {
	width: 600px;
}

/*pagin*/
.pagin .pagination li{
	padding:0px 10px;
}
.pagin .pagination li.active {
	background: #b208dc;
	color:#fff;
}

.pagin .pagination li.disabled {
	color:#b208dc;
}

.pagin .pagination i.fa-angle-left {
	padding-right: 20px;
}
.pagin .pagination i.fa-angle-right {
	padding-left: 20px;
}

/* addon button*/
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .fa {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

.left-addon .fa  { left:  0px;}
.right-addon .fa { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.knowleagehub-search .inner-addon i {
	color:#ced4da;
}





