::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

html {
	overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
	overflow-x: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6, html {
    font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center; 
  	background-size: cover;
	min-height:95vh;
	color: #f3f3f3;
}

.bg-intro{
    background: #000;
}

a{
	text-decoration: none;
	color:#fff;
}
a:hover{
	text-decoration: none;
}

button {
    padding: 16px 50px;
    font-size: 20px;
    color: #fff;
	background:#33d;
	margin:10px;
	margin-left:0;
	border:0;
}
button:hover {
	background:#55e;
}

nav {
	background: rgb(2,0,36);
	background: linear-gradient(90deg, rgba(2,0,3,1) 0%, rgba(29,29,141,1) 100%);
	opacity:0.95;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
}

.navbar-brand {
	font-size:26px;
	font-weight:600;
	margin-left:20px;
	position:absolute;
	left:40px;
	top:0;
	padding-right:80px;
	overflow:hidden;
}
.navbar .desc{
	font-size:15px;
	line-height:20px;
	font-weight:500;
	position:absolute;
	left:60px;
	top:35px;
	color:white;
	padding-right:80px;
	overflow:hidden;
}
.navbar-nav > li > a {padding-top:15px !important; padding-bottom:15px !important;}
.navbar {min-height:70px !important; z-index:999}
.navbar-toggler{padding:10px 15px!important;margin:0;z-index:999}
@media (max-width: 992px) {
	.navbar-brand{
	left:0px;
	}
    .navbar .desc{ 
	left:20px;
	}
}
@media (max-width: 575px) {
	.navbar-brand{
		top:10px;
	}
	.navbar .desc{ 
		display:none;
	}
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    /*border-top: 2px solid rgba(0,123,255,1);*/
    margin-top: 8px;
    background-color: rgba(52,58,64,1)!important;
}


.dropdown-menu *{
    color: white;
}

.index-banner-container {
	background-image:url(../images/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center; 
  	background-size: 100% 100%;
    display: block;
    margin: 0 auto!important;
    min-height: 300px;
    width: 100%;
    position: 50%;
	margin:0;
	padding-bottom:20px
}


@media (min-width: 0px) {
	.index-banner-container {
		padding-top: 10%;
		min-height: 300px;
	}
}

@media (min-width: 576px) {
    .index-banner-container {
		padding-top: 70px;
		min-height: 300px;
	}
}

@media (min-width: 768px) {
    .index-banner-container {
		padding-top: 75px;
		height: 400px;
	}
}

@media (min-width: 992px) {
    .index-banner-container {
		padding-top: 100px;
		height: 500px;
	}
}

@media (min-width: 1200px) {
	.index-banner-container {
		padding-top: 150px;
		height: 600px;
    }
}
.index-banner-container .banner{
	margin-left:20px;
    color:#fff;
}
.index-banner-container .banner h1{
    font-size:40px;
	text-shadow:0 0 5px #000000;
}
.index-banner-container .banner h2{
    font-size:30px;
	text-shadow:0 0 5px #000000;
}
.index-banner-container .banner h3{
    font-size:24px;
	text-shadow:0 0 5px #000000;
}

@media (max-width: 992px) {
.index-banner-container .banner h1{
    font-size:30px;
}
.index-banner-container .banner h2{
    font-size:20px;
}
.index-banner-container .banner h3{
    font-size:16px;
}
}
.section {
    width: 100%;
    padding: 60px 0;
    background-color: rgb(14, 13, 33);
}

.section .title {
    padding-left: 20px;
    margin-bottom: 50px;
    line-height: 1;
    color: white;
    font-size: 40px;
    font-weight: 600;
    border-left: 5px solid white;
	text-transform:uppercase;
}

.section .title .small-title {
    padding-top: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
	text-transform:none;

}

.section .title-slim {
    margin-bottom: 50px;
    line-height: 1;
    color: white;
    font-size: 30px;
    font-weight: 300;
    font-style:italic;
}

.section .list{
    color: white;
    font-size: 16px;
    font-weight: 300;
    padding-left: 0;
}

.section .list ul {
    padding-left: 16px;
    min-width: 400px;
}

.section-item-slim{
    color: white;
}

.section .content{
	padding:0 100px;
	font-size:20px;
	font-weight:350;
}

.section .content h1{
	font-size:22px;
}
.section .content a{
	font-weight:450;
	color:#66f;
}
.section .content a:hover{
	color:#99f;
}
.section table{
	display:block;
    overflow-x: auto;
    white-space: nowrap;
}

.section table.border tbody td{
	border:1px solid #fff;
	width:100%;
}

.section .committee table td{
	padding:5px 10px;
	font-size:18px;
}
.section .committee table td p{
	font-size:18px;
}
.section .committee table td span{
	font-size:18px;
	margin-left:10px;
}

.section .program a{
	color:#66f;
}

.section .program a:hover{
	color:#99f;
}
.section .program table td{
	padding:5px 10px;
	font-size:18px;
	text-align:center;
}
.section .registration{
	margin-bottom: 40px;
}

.section .registration a{
	color:#66f;
}

.section .registration a:hover{
	color:#99f;
}

.section .registration table td{
	padding:5px 10px;
	font-size:16px;
	text-align:left;
	white-space: normal;
}

.section .registration table td i{
	font-size:14px;
}

.section .committee table td{
	padding:5px 10px;
	font-size:18px;
}
.section .speaker table td{
	padding:8px;
	font-size:18px;
	border-bottom:1px solid #aaa;
}
.section .speaker table td p{
	font-size:16px;
	display:inline;
	font-weight:600;
}
@media (max-width: 768px) {    
	.section .content{
		padding:0;
		font-size:18px;
	}
	.section .committee table td{
		padding:5px;
		font-size:16px;
	}
	.section .committee table td p{
		font-size:16px;
	}
	.section .committee table td span{
		font-size:14px;
		margin-left:5px;
	}
	.section .program table td{
		padding:5px;
		font-size:16px;
	}
	.section .registration table td{
		padding:5px;
		font-size:16px;
	}
	.section .speaker table td{
		padding:5px;
		font-size:16px;
	}
	.section .speaker table td p{
		font-size:15px;
	}
}
@media (min-width: 1200px) {    
	.section .content{
		padding:0 220px;
		font-size:20px;
	}
}

.bg-blue {
	background: rgba(2,0,36, 0.9);
	background: linear-gradient(90deg, rgba(2,0,36,0.9) 0%, rgba(29,29,141,0.9) 100%);
}

.bg-gray {
    background-color: rgba(22,22,22,0.75);
}

.bg-black {
    background-color: rgba(0,0,0,0.8);
}

.news-item {
    color: white;
    line-height: 1;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-left: 2px solid white;
}

.news-item:last-child{
    margin-bottom: 0px;
}

.news-item a:hover{
    color: rgb(200,200,200);
    border-left: 2px solid rgb(200,200,200);
}

.news-item .news-time{
    font-size: 16px;
    padding-bottom: 15px;
    opacity: 0.9;
    font-weight: 400;
}

.news-item .news-title{
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
    font-style: italic;
}

.news-item .news-content{
    font-size: 16px;
    line-height: 1.5;
}

.acknow-item .col{
    vertical-align: middle;
    margin-bottom: 30px;
}

.acknow-item img{
    background: white;
    height: 80px;
    padding: 10px 10px;
    border-radius: 5px;
}
.acknow-item .desc{
    color: white;
	padding-left:10px;
	font-size:20px;
	font-weight:500;
}

.headbanner {
  width:100%;
  height:205px;
  overflow:hidden;
  border-bottom:5px solid #f3f3f3;
}

@media (max-width: 768px) {    
	.headbanner {
	display:none;
	}
}

.headbanner h1{
  text-transform: uppercase;
  font-size:100px;
  font-weight:550;
  color:#f3f3f3;
  width: 100%;
  text-align: center;
  margin-top:105px;
  overflow:hidden;
}

#contact {
	color:#fff;
	font-size:18px;
}
#contact a{
	color:#66f;
}
#contact a:hover{
	color:#99f;
}
.bg-gallery{
	background-image:url(../images/gallery-h.jpg);
	background-repeat: no-repeat;
	background-position: center; 
  	background-size: 100% 100%;
}

.bg-information{
	background-image:url(../images/information-h.jpg);
	background-repeat: no-repeat;
	background-position: center; 
  	background-size: 100% 100%;
}

.bg-register{
	background-image:url(../images/register-h.jpg);
	background-repeat: no-repeat;
	background-position: center; 
  	background-size: 100% 100%;
}

.bg-program{
	background-image:url(../images/program-h.jpg);
	background-repeat: no-repeat;
	background-position: center; 
  	background-size: 100% 100%;
}

.gallery-item .thumbnail{
	text-align:center;
}

#footer{
    width: 100%;
    padding: 40px 0;
    font-size: 14px;
    color: rgb(196, 196, 196);
	text-align:center;
}