html{
	background-color:#ffffff;
}

.uk-navbar{
	/*
	background-color:#C0A840;
	bottom:0px;
	right:0px;
	position:relative;
	right:0px;
	bottom:0px;
	*/
	background-color:transparent;
	
	/*
	margin-top:245px;
	margin-top:242px;
	margin-top:242px;
	*/
}

.uk-margin-large-bottom {
    margin-bottom: 30px!important;
}

.top_banner{
	width:auto !important;
	max-width:1155px !important;
}

.uk-grid {
    margin-left: 0px;
}

.uk-container{
	/*
	background-color:#ffffff;
	*/
}
/*
.main-content{
	background-color:#ffffff;
	padding:25px 25px;
	min-height:300px;
}

.main-content strong, .main-content b{
	color:#004080;
}
*/

.right-content{
	background-color:#ffffff;
	padding:25px 25px 25px 10px;
	text-align:justify;
	min-height:300px;
}

.uk-panel{
	padding: 20px;
    background: #ffffff;
    color: #999999;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.03);
	border-left: 20px solid #AD7568;
	line-height:25px;
	font-weight:bold;
}

.uk-article-title {
    font-weight: bold;
    text-transform: none;
	/*
    border-left: 20px solid #AD7568;
    background: #F5F5F5;
	*/
	background: #e0e7ff;
    padding: 3px 15px 0px;
	margin-bottom:0px;
    color: #182068;
    line-height: 35px;
    font-size: 22px;
}

.uk-article-subtitle {
    font-weight: bold;
    text-transform: none;
	padding-top:5%;
	margin-bottom:8px;
    color: #ffffff;
    line-height: 35px;
    font-size: 40px;
	text-shadow: 1px 1px #000000;
	text-transform:uppercase;
}

.uk-right-title {
    font-weight: bold;
    text-transform: none;
	/*
    border-left: 20px solid #AD7568;
    background: #F5F5F5;
	*/
	background: #7090B8;
    padding: 3px 10px;
    color: #ffffff;
    line-height: 35px;
    font-size: 15px !important;
}

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;   
}

.uk-slideshow {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    touch-action: pan-y;
}

span.azul{
	color: #145A96;
}

.uk-footer{
	width:100%;
	padding-left: 0px;
	/*
	
	*/
	height:64px;
	/**/
	background-color:#13698a;
	
	color:#ffffff;
}

.uk-footer div.footer{
	
	padding:22px 35px 0px;
	/*
	
	*/
}

.uk-footer div.footer a{
	color:#ffffff;
}

.uk-button{
	padding-left:20px;
	padding-right:20px;
}

.top_btn_black, .top_btn_black:hover{
	background-color:#222222;
	color:#ffffff;
	font-size:15px;
}

.top_btn_blue, .top_btn_blue:hover{
	background-color:#0E76BC;
	color:#ffffff;
	font-size:15px;
}

.top_btn_yellow, .top_btn_yellow:hover{
	background-color:#BC6C0E;
	color:#ffffff;
	font-size:15px;
}

.top_btn_black img, .top_btn_blue img, .top_btn_yellow img{
	margin-right:5px;
	max-height:14px;
	margin-bottom:5px;
}

.uk-margin-top{
	margin-top:0px !important;
	padding-left:0px;
	padding-right:0px;
	background-color:#ffffff;
	max-width:1419px !important;
}

.uk-top{
	padding-top:41px;
	margin-bottom:10px;
	background-color:#ffffff;
}

.about_hk_img{
	/*
	display:block;
	*/
	padding:5px 5px 10px 15px;
	float:right;
	max-width:230px;
	width:auto;

}

.sp_img{
	padding:5px 5px 10px 15px;
	float:right;
	max-width:300px;
	width:auto;
}

.uk-button-group{
	margin-top:17px;
	margin-right:44px;
	float:right;
	height:0px;
}

@media(max-width:531px){
	.about_hk_img, .sp_img{
		display:block;
		float:none;
		padding:5px 0px 10px 0px;
	}
}

@media(max-width:767px){
	.right-content{
		
		padding:25px 25px 25px 25px;
	}

	.uk-container {
		padding: 0px 0px;
	}

	.sp_img{
		max-width:220px;
	}
}


/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.uk-slideshow {
  /* 1 */
  position: relative;
  /* 2 */
  z-index: 0;
  /* 3 */
  width: 100%;
  /* 4 */
  margin: 0;
  padding: 0;
  list-style: none;
  /* 5 */
  overflow: hidden;
  /* 6 */
  touch-action: pan-y;
}
/*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
.uk-slideshow > li {
  /* 1 */
  position: absolute;
  top: 0;
  left: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  opacity: 0;
}

.uk-dotnav{
	display:none;
}
/*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
.uk-slideshow > .uk-active {
  /* 1 */
  z-index: 10;
  /* 2 */
  opacity: 1;
}
/*
 * Hide default images which is only relevant to keep existing proportions
 */
.uk-slideshow > li > img {
  visibility: hidden;
}
/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
  cursor: pointer;
}
/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
  height: 100vh;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-out {
  -webkit-animation: uk-fade 0.5s linear reverse;
  animation: uk-fade 0.5s linear reverse;
}
/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
  -webkit-animation: uk-slide-right 0.5s ease-in-out;
  animation: uk-slide-right 0.5s ease-in-out;
}
.uk-slideshow-scroll-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-scroll-backward-in {
  -webkit-animation: uk-slide-left 0.5s ease-in-out;
  animation: uk-slide-left 0.5s ease-in-out;
}
.uk-slideshow-scroll-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
/*
 * Scale
 */
.uk-slideshow-scale-out {
  -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
  animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
  -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
  animation: uk-slide-left-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-forward-out {
  -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
  animation: uk-slide-left 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-backward-in {
  -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
  animation: uk-slide-right-33 0.5s ease-in-out;
}
.uk-slideshow-swipe-backward-out {
  -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
  animation: uk-slide-right 0.5s ease-in-out reverse;
}
.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation: uk-fade 0.5s ease-in-out reverse;
  animation: uk-fade 0.5s ease-in-out reverse;
}

.uk-slideshow li{
	background-color:#083c65;
}

.uk-slideshow li div{
	margin-left:132px;
	margin-right:132px;
}

.faculty_table td{
	padding:8px 15px;
}

.faculty_table_v2 td{
	padding:3px 10px;
}

.faculty_table tr:nth-child(even) {
	background: #fef2c0;

}

.faculty_table tr:nth-child(odd) {
	background: #E8E0E0;
}

.program_block h3{
	background: #90C8D8;
	padding:5px 10px 2px;
	margin-bottom:8px;
}

.program_block .program_content{
	max-width:1219px;
	padding:7px 12px;
	background: #ebfad4;
}

.program_content{
	min-height:955px;
}

.top_desc_img{
	width:65%;
}

.top_desc_img img{
	display:block;
	max-width:530px;
	width:100%;
}

@media(max-width:1219px){
	.program_content{
		min-height:990px;
	}
}
@media(max-width:991px){
	.program_content{
		min-height:980px;
	}
}

@media(max-width:929px){
	.program_content{
		min-height:1020px;
	}
}

@media(max-width:828px){
	.program_content{
		min-height:1060px;
	}
}

@media(max-width:767px){
	.program_content{
		min-height:1080px;
	}
}

@media(max-width:767px){
	.program_content{
		min-height:auto;
	}
}

.reg_table .table_header{
	width:25%;
	font-weight:bold;
	text-align:center;
	background:#c0d8f0;
}

.reg_table td{
	text-align:center;
	padding:5px 25px;
}

.reg_table .table_header_left{
	text-align:left;
}

.reg_table tr:nth-child(even) {
	background: #b5e1ed;
}

.reg_table tr:nth-child(odd) {
	background: #f1fce0;
}

.reg_table_rev{

}

.reg_table .table_header_blue{
	font-weight:bold;
	text-align:center;
	background:#0b5a86;
}

.reg_table .table_header_blue b{
	color:#ffffff;
}

.reg_table_zh tr:nth-child(even) {
	background: #E8F6FF;
}

.reg_table_zh tr:nth-child(odd) {
	background: #E9EDF4;
}

.hotel_block{
	float:left;width:220px;height:220px;padding:10px;border:solid #E0E7FF 2px;margin:5px;
	text-align:left;
}
.hotel_block a{
	display:block;
	padding-top:5px;
	padding-bottom:3px;
}

/* Hotel Part */
.hotel-item-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -8px !important;
  margin-right: -8px !important;
  padding-top: 10px;
}

@media(max-width:800px){
	.hotel-item-container .uk-width-medium-1-3{
		width:50%;
	}
}

@media(max-width:600px){
	.hotel-item-container .uk-width-medium-1-3{
		width:100%;
	}
}
.hotel-item {
  margin-bottom: 0px;
  padding: 9px;
 
}
.hotel-item:hover .hotel-item-wrapper:hover{
  /*
  cursor:pointer;
  */
  background: #ffffff;
  /*
  margin-top: -5px;
  */
}
.hotel-item:hover .title-border:after {
  /*
  width: 80px;
  */
}

.hotel-item-wrapper{
	border: 1px solid #ddd;
    border-top: 3px solid #4D6A79;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 5px;
    background: #f4f4f4;
	webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 3px 13px 0px rgba(50, 50, 50, 0.5);
}

.hotel-title-border {
	/*display:block;
	*/
    border-bottom: 1px solid #3e4651;
	
	margin-top: 5px;
	padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 15px;
	color: #4D6A79;
	font-size: 16px;
    line-height:50px;
    font-weight: bold;
    letter-spacing: -1px;
}

.hotel-title-border:hover {
	text-decoration:none;
}

.hotel-item-desc{
	font-size:15px;
	margin-bottom:5px;
}

.hotel-item-desc span.small{
	font-size:12px;
	color:#9A0E15;
}

.hotel-item-desc span{
	font-size:14px;
	/*
	color:#9A0E15;
	*/
	line-height:25px;
}

.hotel-item-desc-en{
	font-size:15px;
	text-align:left;
	line-height:22px;
}

.hotel-item-desc-en span{
	font-size:14px;
	/*
	color:#9A0E15;
	*/
	line-height:18px;
}

.hotel-item-title-en .hotel-title-border{
	font-size:18px;
	text-align:left;
	height:50px;
}
/**/
.hotel-item-wrapper-en{
	/*
	height:380px;
	*/
}

.hotel-item-image{
	float:right;
	max-width:260px;
}

@media(max-width:750px){
	.hotel-item-image{
		float:none;
		max-width:100%;
	}

	.hotel-item-wrapper{
		max-width:300px;
		margin:0 auto;
	}
}


@media(max-width:600px){
	.hotel-item-wrapper-en{
		height:auto;
	}
}

.hotel-item-btn{
	display:block;
	padding-top:10px;
	padding-bottom:15px;
}
/* End Hotel Part */

.contact_btn{
	background-color:#182068;
	color:#ffffff;
	padding:10px;
}

.contact_btn:hover{
	background-color:#75521C;
	color:#ffffff;
}

.social-event-table td{
	vertical-align:top;
}

.registration_btn div{
	float:right;
	margin:10px 10px ;
}

.reg_download_btn{
	background-color:#3848C8;
	color:#ffffff;
	padding:10px;
}

.reg_download_btn:hover{
	background-color:#75521C;
	color:#ffffff;
	text-decoration:none;
}

/*
@media screen and (max-width:767px){
	.registration_btn div{
		float:none;
		margin:20px 0px;
	}
}
*/


.download_btn, .sub_btn {
    background-color: #C5600B;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 8px;
}

.submit_btn {
    background-color: #0B5A86;
	font-size:18px;
    font-weight: bold;
    color: #ffffff;
    padding: 7px 20px;
	border:solid 2px #cccccc;
}

.submit_btn:hover{
	background-color: #90C31F;
	color: #ffffff;
	text-decoration:none;
}

.captcha_btn{
	background-color: #0B5A86;
    font-weight: bold;
    color: #ffffff;
	border:solid 1px #cccccc;
    padding: 3px 5px;
}

.captcha_btn:hover{
	background-color: #ffffff;
    color: #0B5A86;
	cursor:pointer;
}

.download_btn_big {
	font-size:20px;
    padding: 8px 10px;
}

.sub_title {
    color: #057554;
    font-weight: bold;
	font-size:17px;
    line-height: 25px;
}

.abstract_required {
    color: red;
}

.radio_label:hover, .category_label:hover{
	cursor:pointer;
}

.uk-responsive-width, .uk-responsive-width html, .uk-responsive-width body, .uk-responsive-width body div{
	background-color: #ffffff !important;
}
@media screen (max-width:823px){
	.program_padding{
	padding-bottom:60px;
}
}
.reg_table .table_header_left_color{
	background-color: #ffffff;
	text-align:left;
}
.reg_table .table_header_left_color_td{
	background-color: #ffffff;
}

.res_block{
	display:none;
}
.table_block{
	display:block;
	border-left:8px solid #ffffff;
}

.table_block td.table_td_block_inline{
	vertical-align:top;
	margin:10px;
	background-color:#EBFAD4;
	padding:0px;
	border-right:8px solid #ffffff;
	padding-bottom:10px;
	width:50%;
}

.table_block .program_block h3{
	border-bottom:8px solid #ffffff;
}


/* top icon style */
.lang-button-group{
	float:left;
	/*
	width:100px;
	*/
}

.lang-button-group div{
	float:left;
	margin-top:1px;
}

.lang-button-group img{
	margin-left:5px;
	margin-right:5px;
	vertical-align:middle;
}


.a2a_svg{
	width:23px;
	height:24px;
	border-radius:0px !important;
}

.a2a_dd .a2a_svg svg, .a2a_button_facebook .a2a_svg svg, .a2a_button_twitter .a2a_svg svg, .a2a_button_wechat .a2a_svg svg, .a2a_button_sina_weibo .a2a_svg svg{
	display:none !important;
}

/* end top icon style */

/* home page */
.uk-overlay-background{
	background-color:transparent;
}

.uk-slidenav-previous:hover, .uk-slidenav-next:hover{
	text-decoration:none;
}

.uk-slidenav-previous:before{
	/*
	content:"\f104";
	font-size:40px;
	font-family:FontAwesome;
	color:#ffffff;
	*/
}

.uk-slidenav-next:before{
	/*
	content:"\f105";
	font-size:40px;
	font-family:FontAwesome;
	color:#ffffff;
	*/
}

.uk-slidenav-position{position:relative}

.uk-slidenav-position .uk-slidenav{
	display:none;
	position:absolute;
	top:50%;
	z-index:1;
	margin-top:-30px;
}

.uk-slidenav-position:hover .uk-slidenav{display:block}

.uk-slidenav-position .uk-slidenav-previous{
	display:block;
	left:40px;
}

.uk-slidenav-position .uk-slidenav-next{
	display:block;
	right:35px;
}

.slider_layer1{
	font-family: "MyriadPro-Bold";
	margin:0 auto;
	max-width:1400px;
	color:#ffffff;
	font-size:40px;
	line-height:50px;
	text-align:center;
	padding-left:720px;
	text-shadow: 1px 1px #000000;
}

.slider_layer2{
	/*
	font-family: "ArchitectsDaughter-Regular";
	*/
	font-family: "centurygothic";
	color:#FF66CC;
	font-weight:bold;
	font-size:60px;
	line-height:40px;
	padding-top:130px;
	padding-left:100px;
	background-color:rgba(0,0,0,.3);
	text-shadow: 1px 1px #000000;
}

.slider_layer1_row3{
	display:block;
	padding-top:20px;
	font-size:32px;
	color:#90D050;
}

.slider_layer1_row1{
	/*
	color:#943634;
	*/

	color:#F87820;
}

.slider_layer1_row2{
	color:#FFFF00;
}

.home_news li{
	padding-bottom:10px;
}

.home_news li b, .home_news li strong{
	color:#F8C808;
}

/* end home page */

/* minor responsive change */
.uk-navbar-brand{
	display:none;
}

.uk-menu{
	width:100%;
	min-height:55px;
}

#menu_content{
	position:relative;
	margin-top:32px;
	display:none;
}

.nav_menu{
	position:absolute;
	bottom:0px;
	/*
	right:18px;
	*/
}

.main-content-block{
	background-color:#ffffff;
	border:solid 1px #ffffff;
	border-radius:20px;
	padding:0px 10px;
	text-align:justify;
}

.sub-content-block{
	background-color:#ffffff;
	border:solid 1px #ffffff;
	border-radius:20px;
	padding:30px 40px;
	text-align:justify;
}

.video-content{
	background:transparent;
	padding-top:13px;
	padding-right:20px;
}

.video-content video{
	margin-top:40px;
	height: 250px;
	border:solid 0px #cccccc;
}

.detail_block{
	width:100% !important;
	max-width:1419px !important;
	padding-left:0px;
	font-size:14px;
	line-height:20px;
}

.dotline_block{
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}

.content_dotline_block{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	display:none;
}

.detail_block_content{
	display:block;
	width:100%;
	max-width:890px;
	margin:0 auto;
}

.detail_block_item{
	width:220px;
	height:310px;
	float:left;
	margin:10px 20px;
	color:#000000;
	padding:18px 18px 0px 18px;
	
	background-position:bottom;
}

.detail_title_container{
	position:absolute;
}

.detail_block_content{
	color:#000000;
	padding:10px 2px 0px 2px;
}

.detail_title{
	position:relative;
	top:125px;
	font-size:15px;
	color:#F87820;
	font-weight:bold;
}

.detail_more{
	text-align:center;
}

.detail_more a{
	color:#ffffff;
}

.detail_more a:hover{
	text-decoration:none;
}

.uk-home-content{
	
	background-position:top right;
	padding-top:43px;
}

.page-content {
	padding-top:50px;
	min-height:300px;
	padding-left:87px;
	padding-right:87px;
	
	background-position:right bottom;
	
}

.page-content .uk-width-medium-2-3{
	background:transparent;
	padding-left:10px;
	padding-right:10px;
}

.page-content .uk-width-medium-1-3{
	background:transparent;
	padding-left:10px;
	padding-right:10px;
}

.page-content .uk-width-medium-2-3 table td{
	padding:3px;
	line-height:23px;
}

.page-content hr{
	border-bottom:solid #87be0b 1px !important;
}

.left_menu_footer{
	color:#ffffff;
	padding:10px;
}

.left_menu_footer a{
	color:#ffffff;
}

.gahk .text-center p {
    margin-bottom: 5px;
}

.gahk .text-center {
    text-align: center;
    margin-bottom: 20px;
}

.track_menu_select{
	font-weight:bold;
	color:#8FC425 !important;
}

.track_menu{
	font-size:17px;
	padding-right:30px;
	color:#000000;
}

/* top right content*/
.top_desc{
	font-weight:bold;
	font-size:28px;
	color:#308888;
	float:left;
	padding-top:20px;
	padding-left:10px;
	line-height:35px;
	/*
	padding-right:20px;
	*/
	font-style:italic;
}

.top_right_content{
	float:left;
}

.top_right_block1{
	float:left;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
}

.top_right_block2{
	float:left;
	padding-top:70px;
	padding-left:20px;
	padding-right:20px;
}

.top_logo_v1{
	padding-top:5px;
	margin-top:5px;
	max-width:150px;
}

.top_logo_v2{
	max-width:130px;
}

.top_calendar_event{
	width:120px;
	height:120px;
	
	text-align:center;
	vertical-align:middle;
	float:right;
}

.top_calendar_event div{
	padding-top:60px;
	font-size:38px;
	color:#0B5A86;
	font-weight:bold;
}

.top_calendar_submission{
	width:120px;
	height:120px;

	text-align:center;
	vertical-align:middle;
	float:right;
}

.top_calendar_submission div{
	padding-top:60px;
	font-size:38px;
	color:#0B5A86;
	font-weight:bold;
}
/* end top right content*/


/* menu part */
.uk-navbar{
	width:100%;
	padding-left:0px;
}
.uk-navbar-nav{
	width:100%;
	
}

.uk-navbar-nav>li:first-child{
	/*
	width:8% ;
	*/
}

.uk-navbar-nav>li{

}

.uk-navbar-nav>li{
	width:18% ;
	/*width:16% ;*/
	/*width:14.2%;*/
	/*width: 13%;*/
	text-align:center;
	padding:10px 15px;
	/*
	padding:0 55px;
	
	*/
}

.uk-navbar-nav>li.menu_lang_li{
	width:4%;
	padding:10px 10px;
}

.uk-navbar-nav>li.menu_lang_li .menu_btn_lang{
	float:right;
	border:solid #ffffff 1px;
	border-radius:10px;
	padding:0px 10px 10px;
}

/*
.uk-navbar-nav>li:nth-child(4) {
    width: 20%;
}


.uk-navbar-nav>li:last-child{
	
	width:8% ;
	
}
*/
.uk-navbar-nav>li:first-child{
	background:none;
}

.uk-navbar-nav li a{
	color:#ffffff;
	/*
	font-weight:normal;
	*/
	padding:0px 0px 0px 1px;
}


.uk-navbar-nav li a:hover, .uk-navbar-nav li a:active{
	color:#ffffff;
}

.uk-dropdown{
	padding-top:15px;
	padding-bottom:15px;
	width:250px;
}

.uk-dropdown li a{
	padding:16px;
	font-weight:bold;
}

.uk-dropdown li a:hover{
	background-color:#F18000;
	color:#ffffff !important;
}

.uk-dropdown-navbar{
	margin-top:5px;
}

/* response menu style*/
.uk-navbar-toggle{
	background-color:#1A72B2;
	margin-top:10px;
}

.uk-content-block{
	padding-left:35px;
	padding-top:35px;
	padding-right:35px;
	padding-bottom:50px;
	z-index:100;
	/*position:relative;*/
	top:10px;
}

.uk-content-block .uk-width-medium-2-2{
	padding-right:35px;
}

.main-content-general-block{
	background-color:#ffffff;
	border:solid 1px #ffffff; 
	border-radius:20px;
	padding:30px 40px;
	min-height:300px;
	text-align:justify;
	/*font-size: 17px;*/
	font-size: 20px;
	line-height: 27px;
}

.main-content-block h1, .main-content-general-block h1{
	color:#001d4b;
	font-size:25px;
	margin-top:0px;
}

.sub-content-block h1{
	font-size:25px;
}

@media (max-width: 1419px) {
	/*
	.uk-navbar{
		margin-top:241px;
	}
	*/
	.uk-width-medium-3-5{
		
	}
	
	/*
	.uk-navbar-nav>li{
		padding:0 35px;
	}
	*/

	.top_logo_v1{
		max-width:130px;
	}

	.top_logo_v2{
		max-width:110px;
	}

	.top_desc{
		font-size:25px;
	}
}

@media (max-width: 1300px) {
	.uk-menu .uk-width-medium-2-5{
		width:35%;
	}
	.uk-menu .uk-width-medium-3-5{
		width:65%;
	}
	
	/*
	.uk-navbar-nav>li{
		padding:0 35px;
	}
	*/

	/* top right content*/
	.top_desc{
		/*
		padding-top:60px;
		*/
		font-size:22px;
	}

	.top_right_block1{
		padding-top:15px;
	}

	.top_right_block2{
		padding-top:55px;
	}

	.top_logo_v1{
		max-width:120px;
	}

	.top_logo_v2{
		max-width:100px;
	}
	/* end top right content*/
}

@media (max-width: 1200px) {
	.uk-menu .uk-width-medium-2-5{
		width:30%;
	}
	.uk-menu .uk-width-medium-3-5{
		width:70%;
	}
	/*
	.uk-navbar-nav>li{
		padding:0 30px;
	}
	*/

	.slider_layer1{
		font-size:30px;
		line-height:40px;
		padding-left:500px;
	}

	.slider_layer2{
		padding-top:100px;
		font-size:45px;
		line-height:40px;
	}

	/* top right content*/
	.top_desc{
		/*
		padding-top:35px;
		*/
		font-size:20px;
	}

	.top_right_block1{
		padding-top:0px;
	}

	.top_right_block2{
		padding-top:30px;
	}

	.top_logo_v1{
		padding-top:0px;
		margin-top:5px;
		max-width:100px;
	}

	.top_logo_v2{
		max-width:90px;
	}
	
	.top_calendar_event{
		width:90px;
		height:90px;
	}
	
	.top_calendar_event div{
		padding-top:42px;
		font-size:28px;
	}

	.top_calendar_submission{
		width:90px;
		height:90px;
	}

	.top_calendar_submission div{
		padding-top:42px;
		font-size:28px;
	}
	/* end top right content*/

	.uk-slideshow li div{
		margin-left:0px;
		margin-right:0px;
	}
}

@media (max-width: 992px) {
	.top_calendar_submission, .top_calendar_event{
		display:none;
	}
}

@media (max-width:928px) {
	.uk-menu .uk-width-medium-1-4{
		width:25%;
	}
	.uk-menu .uk-width-medium-3-4{
		width:75%;
	}

	.uk-width-3-4{
		padding-left: 0;
	}
	
	#logo{
		margin-top:12px;
	}

	.top_desc_img{
		width:100%;
		margin-top:20px;
	}

	.top_desc{
		line-height:30px !important;
	}

	.uk-button-group{
		margin-top:10px;
		margin-right:5px;
	}

	.uk-row-first{
		padding-left:0px;
	}

	.uk-content-block{
		padding-top:35px;
		padding-bottom:34px;
		top:0px;
	}

	.uk-content-block .uk-width-medium-2-2{
		padding-right:0px;
	}
}

@media (max-width: 850px) {
	.top_desc{
		line-height:25px !important;
	}
}

@media (max-width: 768px) {
	.uk-menu .uk-width-medium-1-4{
		width:100%;
	}
	.uk-menu .uk-width-medium-3-4{
		width:100%;
	}

	#logo{
		margin-top:10px;
	}

	.top_desc_img{
		margin-top:0px;
	}
}
/*

@media (max-width: 1380px) {
	.uk-navbar{
		margin-top:237px;
	}
}

@media (max-width: 1350px) {
	.uk-navbar{
		margin-top:230px;
	}
}

@media (ma87496x-width: 1320px) {
	.uk-navbar{
		margin-top:223px;
	}
}

@media (max-width: 1300px) {
	.uk-navbar{
		margin-top:187px;
	}
}

@media (max-width: 1285px) {
	.uk-navbar{
		margin-top:180px;
	}
}

@media (max-width: 1255px) {
	.uk-navbar{
		margin-top:175px;
	}
}

@media (max-width: 1200px) {
	.uk-navbar{
		margin-top:140px;
	}
}

@media (max-width: 1187px) {
	.uk-navbar{
		margin-top:135px;
	}
}

@media (max-width: 1140px) {
	.uk-navbar{
		margin-top:130px;
	}
}

@media (max-width: 1095px) {
	.uk-navbar{
		margin-top:125px;
	}
}

*/

@media (max-width: 1350px) {
	.uk-navbar-nav>li{
		padding-left:15px;
		padding-right:15px;
	}

	.page-content {
		padding-left:50px;
		padding-right:50px;
	}
}

@media (max-width: 1200px) {
	.uk-navbar-nav>li{
		padding-left:12px;
		padding-right:12px;
	}
}

@media (max-width: 1100px) {
	.uk-navbar-nav>li{
		padding-left:10px;
		padding-right:10px;
	}
}

@media (max-width: 1075px) {
	/*
	.uk-navbar{
		margin-top:120px;
	}
	*/
	
	.uk-navbar-nav li a{
		
		
	}

	.page-content {
		padding-left:40px;
		padding-right:40px;
	}


	/* top right content*/
	/*
	.top_right_content{
		width:400px;
	}
	*/

	.top_desc{
		font-size:18px;
		line-height:32px;
	}

	.top_right_block1{
	}

	.top_right_block2{
		padding-top:23px;
	}

	.top_logo_v1{
		max-width:80px;
	}

	.top_logo_v2{
		max-width:75px;
	}
	/* end top right content*/
}

@media (max-width: 1055px) {
	/*
	.uk-navbar{
		margin-top:115px;
	}
	*/
}

@media (max-width: 1000px) {
	/*
	.uk-navbar{
		margin-top:110px;
	}
	*/
	
	.uk-article-subtitle {
		padding-top:3%;
	}

	/* top right content*/
	.top_desc{
		/*
		padding-top:20px;
		*/
		font-size:18px;
	}

	.top_right_block1{
		padding-top:0px;
	}

	.top_right_block2{
		padding-top:23px;
	}

	.top_logo_v1{
		max-width:70px;
	}

	.top_logo_v2{
		max-width:70px;
	}
	/* end top right content*/
}

@media (max-width: 970px) {
	/*
	.uk-navbar{
		margin-top:105px;
	}
	

	.uk-navbar-nav>li{
		padding:0 25px;
	}
	*/
}

@media (max-width: 950px) {
	/*
	.uk-navbar{
		margin-top:100px;
	}
	*/
}

@media (max-width: 929px) {
	
	.nav_menu{
		right:0px;
	}

	.uk-navbar-toggle{
		margin-bottom: 10px;
	}

	.uk-navbar-toggle{
		float:right;
		margin-right:38px;
		/*
		margin-top:30px;
		*/
		font-size:30px;
	}
	.uk-navbar{
		margin-top:0px;
	}
	.uk-margin-large-bottom{
		margin-bottom:10px !important;
	}

	.detail_block_item{
		margin:10px 10px;
	}

	.page-content {
		padding-top:40px;
		padding-left:57px;
		padding-right:57px;
	}
	
	.uk-article-subtitle {
		padding-top:2.5%;
		line-height: 25px;
		font-size: 30px;
		margin-bottom:0px;
	}
	
	.uk-article-subtitle-line{
		max-width:200px;
	}
	
	.slider_layer1{
		padding-left:380px;
	}

	.slider_layer1 span{
		font-size:25px !important;
		line-height:28px !important;
	}

	.slider_layer2{
		padding-top:70px;
		font-size:40px;
		line-height:40px;
	}

	.content_dotline_block{
		display:block;
	}

	.gahk .uk-width-1-3{
		padding-left:0px;
		width:50%;
	}
}
@media(max-width:928px){
	.top_right_content{
		float:left;
		width:380px;
	}

	.top_desc{
		font-size:20px;
		padding-top:5px;
	}
}
@media(max-width:890px){
	.detail_block_content{
		display:block;
		width:90%;
		
		max-width:600px;
		/**/
		margin:0 auto;
	}
}

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

	.top_right_content{
		width:380px;
	}

	.top_right_content{
		display:none;
	}
}

@media (max-width: 576px) {
	.uk-navbar-toggle{
		margin-right:15px;
		/*
		margin-top:18px;
		*/
	}
	
	.uk-top{
		margin-bottom:5px;
	}

	.uk-top .uk-button-group{
		display:none;
	}
	
	.uk-menu .uk-width-medium-2-5{
		width:50%;
	}
	.uk-menu .uk-width-medium-3-5{
		width:50%;
	}
	
	.uk-home-content{
		background-position:-800px -35px;
		padding-top:35px;
	}
	/*
	.main-content ul{
		padding-left:33px;
		font-size:16px;
		line-height:20px;
		padding-top:0px;
		margin-top:0px;
	}

	.main-content p{
		margin-top:0px;
		margin-bottom:0px;
	}

	.main-content h1{
		padding-left:30px;
		margin-bottom:0px;
	}
	*/
	
	.video-content{
		margin-top:80px;
	}

	.video-content video{
		margin-top:0px !important;
		margin-right:0px !important;
	}

	.page-content {
		padding-top:25px;
		padding-left:12px;
		padding-right:12px;
	}
	.uk-article-subtitle {
		padding-top:1%;
		line-height: 10px;
		font-size: 18px;
	}

	.page-content .uk-width-medium-3-3{
		padding-left:10px;
		padding-right:10px;
	}
	
	.uk-content-block{
		padding:20px 5px;
	}

	.main-content-block{
		padding:25px 25px;
		text-align:left;
	}
	
	.main-content-general-block{
		padding:25px 5px;
		text-align:left;
	}
	
	.main-content-block h1, .main-content-general-block h1{
		font-size:26px;
		/*
		text-align:left;
		*/
	}
	
	.sub-content-block{
		padding:25px 25px;
		text-align:left;
	}

	a{
		word-break: break-all;
	}

	.gahk .uk-width-1-3{
		width:100%;
	}

	.uk-table td {
		padding: 5px 3px !important;
	}

	.sp_table tr td:first-child {
		max-width: 90px;
	}
}

@media(max-width:531px){
	.uk-navbar{
		margin-top:0px;
		margin-bottom:0px;
	}

	.uk-home-content{
		
	}

	.uk-footer div.footer{
		padding:10px 35px 0px;
	}
}

@media(max-width:400px){
	.video-content{
		margin-top:40px;
	}

	.uk-article-subtitle {
		padding-top:0.5%;
		font-size: 15px;
	}
	.reg_table td{
	padding: 5px 10px;
	}
}

.mailing_btn{
	background-color:#0B5A86;
	color:#ffffff;
	height:35px;
	border:0px;
}

.input-lg{
	height:30px;
}

.subscribe_block{
	margin:0 auto 60px;
	max-width:680px;
	text-align:center;
	font-size:22px;
	line-height:25px;
	font-weight:bold;
	color:#0B5A86;
}

.eventum-form{
	float: left;
	width: 80%;
	margin: 0 0 10px;
}

.eventum-form input[type=email] {
    padding: 10px 15px;
	width: 100%;
	height: 41px;
    margin-bottom: 0px;
    border-radius: 3px;
	border:solid 2px #0B5A86;
    -webkit-box-shadow: none;
    box-shadow: none;
	-webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
	
	text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
	box-sizing: border-box;
}

.mailchip-submit{
	float: left;
	margin: 0 0 10px;
}

.subscribe_btn{
	background: #b3bd04;
	padding: 11px 20px;
    color: #000;
    border-color: #cbd504;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    margin-left: 15px;
}

.subscribe_btn:hover{
	background: #0B5A86;
	color:#ffffff;
	cursor:pointer;
}

.sub-msg{
	padding-top:10px;
	padding-bottom:10px;
}

.sub-msg span{
	line-height:50px;
	font-size:15px;
}


@media(max-width:890px){
	.subscribe_block{
		max-width:350px;
		margin-bottom:30px;
	}
	.eventum-form{
		float:none;
		width: 100%;
		max-width:300px;
		margin:0 auto;
	}

	.mailchip-submit{
		float:none;
		width: 100%;
		max-width:120px;
		margin:20px auto;
	}
}


/* button style */
a.animated-button.thar-three {
	max-width:200px;
	margin-left:10px;
    color: #0B5A86;
	z-index:20;
    cursor: pointer;
    display: block;
	padding:5px 10px 6px;
	font-size:16px;
    position: relative;
    border: 2px solid #90C320;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
a.animated-button.thar-three:hover {
    color: #fff !important;
    background-color: transparent;
	text-decoration:none;
    text-shadow: nthree;
}
a.animated-button.thar-three:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
a.animated-button.thar-three:before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #fff !important;
    background: #94C720;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}

/* menu button style */
.uk-navbar-nav li a {
  position: relative;
  text-decoration: none;
}

.uk-navbar-nav li a:hover {
  
}

.uk-navbar-nav li a:before {
  /*
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  
  background-color: #6DB200;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  */
}

.uk-navbar-nav li a:hover:before {
  /*
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  */
}

.uk-navbar-nav li a.selected{
	/*
	color:#6DB200; 
	*/
	color:#ffffff; 
}


.uk-nav-sub a{
	color:#fff !important;
}

.uk-open a:first-child{
  /*
  color:#F18000 !important;
  */
  color:#000000;
}

.uk-dropdown-navbar{
	background-color:#f5f5f5 !important;
}

/* end button style */

/* end minor responsive change */

/* Contact Us */
#ContactUs_Form input[type="text"]{
	font-weight:normal;
	padding:5px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-bottom:3px;
	width: 100%;
	max-width: 234px;
}

#ContactUs_Form select{
	margin-bottom:3px;
	border-radius: 4px;
	border: 1px solid #ccc;
	padding:5px;
}

#ContactUs_Form textarea{
	margin-bottom:3px;
	width: 100%;
	max-width: 468px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

#ContactUs_Form .contact_checkbox{
	margin-left:0px !important;
}

#ContactUs_Form .text-error{
	color:red;
}

.contactus-checkbox label:hover{
	cursor:pointer;
}

.asterisk{
	color:red;
}

.contactUs_name_wrapper, .contactUs_Email_wrapper, .contactUs_Subject_wrapper, .contactUs_Message_wrapper{
	margin-top:10px;
}
/* End Contact Us */

.sub_header{
	color:#0B5A86;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
	display:block;
	margin-bottom:10px;
	padding-bottom:0px;
	/*
	border-bottom:solid 2px #eeeeee;
	*/
}

.history-table thead tr, .program-table thead tr, .cfp-table thead tr{
	background: #0B5A86 !important;
	color:#ffffff;
}
.history-table tr:nth-child(even) {
	background: #ffffff;
}

.history-table tr:nth-child(odd) {
	background: #E9EDF4;
}

.history-url{
	word-break: break-all;
}

.program-table tr:nth-child(even), .cfp-table tr:nth-child(even) {
	background: #ffffff;
}

.program-table tr:nth-child(odd), .cfp-table tr:nth-child(odd) {
	background: #E8F6FF;
}

.program-table td, .program-table th, .cfp-table td, .cfp-table th {
	padding:10px 10px !important;
}

.program-table .program_time{
	width:150px;
}

.cfp-table .cfp_label{
	width:150px;
}

.cfp-table .cfp_time{
	width:150px;
}

.program_topic{
	font-weight:bold;
}


@media (max-width: 576px) {
	.history-table td, .history-table th, .program-table td, .program-table th{
		font-size:13px;
		padding:5px 2px !important;
	}

	.program-table .program_time{
		width:125px;
	}
	
	.cfp-table td, .cfp-table th {
		font-size:13px;
		padding:5px 5px !important;
	}

	.cfp-table .cfp_label{
		width:120px;
	}

	.cfp-table .cfp_time{
		width:120px;
	}

	.cfp-table{
		min-width:500px;
	}

	.uk-overflow-container{
		overflow-x: scroll;
	}


	.uk-overflow-container::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		border-radius: 10px;
		background-color: #F5F5F5;
	}

	.uk-overflow-container::-webkit-scrollbar
	{
		width: 12px;
		background-color: #F5F5F5;
	}

	.uk-overflow-container::-webkit-scrollbar-thumb
	{
		border-radius: 10px;
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
		background-color: #898989;
	}

	
}

.uk-nav-header{
	/*
	background-color:#90C31F;
	*/
	color:#ffffff !important;
	text-align:center;
	padding-bottom:22px;
	margin-left:3px;
	margin-right:3px;
}

.welcome-president div.uk-width-1-2{
	padding-left:0px !important;
	padding-right:0px !important;
}

.stick{
	z-index: 1000; 
	position: fixed; 
	top: 0px; 
	margin-left: 0px;
	background-color:#ffffff;
	height:40px;
	width:100% !important;
	left:0px !important;
	border-bottom:solid 2px #cccccc;
	/*
	right:18px !important;
	float:right;
	*/
}

.stick .uk-navbar-nav{
	float:right;
	padding-right:50px;
}

.stick .uk-navbar-nav>li{
	padding:0 12px;
}

.stick .uk-dropdown-navbar{
	
	padding-top:5px;
}

.uk-org-logo>*{
	padding-left:0px;
}

.uk-org-logo div{
	text-align:center;
	width:48% !important;
	float:left !important;
}

@media (max-width: 576px) {
	.uk-org-logo div{
		/*
		width:50%;
		*/
	}
	.uk-org-logo div img{
		max-width:150px  !important;
	}

	.welcome-president div.uk-width-1-2{
		width:100%;
		margin-bottom:20px;
	}
}

.about-ul{
	padding-top:5px;
	margin-top:5px;
	padding-bottom:15px;
}

.img-circle{
	border-radius: 50%;
}

.sub_item{
	font-weight:bold;
	color:#0C5B86;
}

.content_block {
		padding: 15px 30px 20px 30px;
		border-radius: 6px;
/*		background-color: #DBEEF4;*/
		text-align: justify;
	}
	.para_bot{
	margin-top: 150px;
	}
	.content_block h1{
		text-align: center;
		color: #808000;
	}
	.tour_img{
		float: right;
		padding: 5px 10px 10px 10px;
		width: auto;
		max-width: 400px;
	}
	.reg_btn{
		font-size: 110%;
		padding: 8px 10px;
		background-color: #898989;
		border: solid 1px #cccccc;
		color: #ffffff;
		font-weight: bold;
	}
	@media(max-width:767px){
	.tour_img{
		width: 100%;
	}
	.content_block h1{
		font-size: 17px;
		font-weight: 700;
		line-height: 28px;
	}
	.para_bot{
		margin-top: 20px;
	}
	}
	@media(max-width:756px){
	.tour_img{
		float: none;
		display: block;
		padding: 5px 10px 10px 0px;
		width:100%;
	}
	}
	@media(max-width:548px){
	.header_tour{
		width: 65px;
		padding: 2px !important;
	}
	}
	.program_topic{
		text-align: left;
	}
	.tour_content{
	    text-align: justify;
	}

/* sponsor page */
.sponsor_desc{
	padding-top:20px;
	text-align:left;
}

.sponsor-grid>*{
	padding-left:15px;
}

.bronze_logo, .exhibitor_logo, .charging_logo{
	max-width:210px;
}

.uk-modal-dialog{
	min-height:150px;
	height:auto !important;
	/**/
}

iframe.uk-responsive-width{
	min-height:150px;
	height:auto !important;
	/**/
}

@media(max-width:768px){
	.uk-modal-dialog{
		min-height:240px;
	}

	iframe.uk-responsive-width{
		min-height:240px;
	}
}

.sponsor_btn{
	margin-top:10px;
	text-align:right;
}

.sponsor_btn a{
	color:#ffffff !important;
	text-decoration:none;
	padding:3px 10px;
	background-color:#0B5A86;
	width:90px;
	
}

.sponsor_btn a:hover{
	text-decoration:underline;
}

@media(max-width:600px){
	.sponsor-grid img{
		margin:0 auto !important;
		display:block;
	}
}
/* end sponsor page */

.speaker_table{
	width:100%;
}

.speaker_table td{
	padding:12px 10px;
}

.speaker_table tr:nth-child(even) {
	background: #ffffff;
}

.speaker_table tr:nth-child(odd) {
	background: #E9EDF4;
}


/* new style for skeleton */
.program-table-in tr, .program-table-in-in tr{
	background: transparent !important;
}
.program-table-in tr td{
	/*
	background: #fff;
	*/
	background: transparent;
	text-align: center;
	width: 30%;
	padding: 5px 10px !important;
	font-weight: 400;
}
.program-table-in-in tr td{
	/*
	background: #E8F6FF;
	*/
	background: transparent;
	text-align: center;
	width: 30%;
	padding: 3px 10px !important;
	font-weight: 400;
}
.table_td_color_blue{
	color: #0b5a86;
}
.table_td_color_purple{
	color: #8930c1;
	 font-style: italic;
}
.logo_style{
	width: 14%;
	padding-left: 0;
	float: left;
}
.program-table-min{
	padding-left: 0;
}
.program-table-min img{
	padding: 10px 10px 10px 0;
}
.logo_style img{
	padding: 10px 15px 10px 0;
}
.bronze_logo-in{
	padding: 10px 15px 10px 0;
}
@media(max-width:1320px){
.logo_style{
	width: 20%;
}
.program-table-min{
	width: 20%;
}
}
@media(max-width:1060px){
.logo_style{
	width:30%;
}
.program-table-min{
	width: 30%;
}
}
@media(max-width:810px){
.logo_style{
	width: 40%;
}
.program-table-min{
	width: 40%;
}
.bronze_logo-in{
	padding: 10px 15px 0px 0;
}
.logo_style img{
	padding: 10px 15px 0 0;
}
.program-table-min img{
	padding: 10px 10px 0 0;
}
}

@media(max-width:555px){
.logo_style{
	width: 50%;
}
.program-table-min{
	width: 100%;
}
.sponsor_style_min{
	max-width: 300px;
}
}
@media(max-width:430px){
.logo_style{
	width: 100%;
}
}
.sponsor_style{
	float: left;
}


.program-table img{
	margin:7px 14px 7px 0px!important;
}
/* end new style for skeleton */

.program_topic a{
	font-weight: 700;
}

.program-table-in-in-in tr td{
	width: 25%;
}

.table_td_color_venue{
	color: #0b5a86;
}

.table_td_color_blue a{
	font-weight: 400;
}

.program_glance{
	font-weight: 400;
}

.program_time{
	font-weight: 700;
}

.program_container{
	margin-bottom: 20px;
}

.venue_img{
	float:left;
	max-width:350px;
	margin:10px;
}

@media(max-width:768px){
	.uk-grid-margin{
		margin-top:10px;
	}

	.top_desc{
		font-size:19px;
		line-height:25px;
		width:90%;
	}

	.uk-menu{
		margin-top:0px !important;
	}

	.venue_img{
		margin:10px 0px 10px 0px !important;
	}
}




.nor_btn{
	color:#ffffff !important;
	text-decoration:none;
	padding:6px 10px;
	background-color:#0B5A86;
	width:90px;
	border-radius:5px;
}

.nor_btn:hover{
	color:#ffffff !important;
	background-color:#36B2CC;
	text-decoration:none;
}


.uk-margin-none-bottom{
	margin-bottom:0px !important;
}


/* Special background part */
.content_white_block{
	position:absolute;
	height:600px;
}

.content_white_detail_block{
	position:relative;
	top:-135px;
	z-index:1
}
@media (max-width: 1419px) {
	.content_white_detail_block{
		top:-125px;
	}
}

@media (max-width: 1300px) {
	.content_white_detail_block{
		top:-115px;
	}
}

@media (max-width: 1200px) {
	.content_white_detail_block{
		top:-105px;
	}
}

@media (max-width: 1100px) {
	.content_white_detail_block{
		top:-95px;
	}
}

@media (max-width: 1000px) {
	.content_white_detail_block{
		top:-85px;
	}
}

@media (max-width: 900px) {
	.content_white_detail_block{
		top:-70px;
	}
}

@media (max-width: 768px) {
	.content_white_detail_block{
		top:-55px;
	}
}

@media (max-width: 600px) {
	.content_white_detail_block{
		top:-35px;
	}
}

@media (max-width: 500px) {
	.content_white_detail_block{
		top:-20px;
	}
}
/* End Special background part */

.home-right-block{
	text-align:right;
	padding-right:35px;
	margin-top:-10px;
}

@media (max-width: 928px) {
	.home-right-block{
		text-align:center;
		padding-right:0px;
		margin-top:15px;
	}
}

@media (max-width: 500px) {
	.content_white_detail_block{
		top:-20px;
	}
}

.video-left-block{
	display:none;
}

.video-right-block{
	max-width:100%;
	margin-top:0px;
	padding-top:0px;
}

@media (max-width: 928px) {
	.video-left-block{
		display:block;
	}
	/*
	.video-right-block{
		display:none;
	}
	*/
}



/*new theme*/
.top_main_content{
	display:block;
	
	height:621px;
	padding-top:50px;
}

.top_main_content_m{
	display:none;
}

.date_desc_block{
	padding-top:17px;
	padding-bottom:9px;	
}

.calcul_block{
	padding-left:165px;
}

.org_logo{
	width:150px;
	margin-right:112px;
}

.presented_logo{
	width:80px;
}


@media (max-width: 1200px) {
	.uk-container .logo{
		width:400px;
	}

	.date_desc{
		width:800px;
	}

	.calcul_block{
		padding-left:135px;
	}

	.date_desc_block{
		padding-top:17px;
		padding-bottom:17px;	
	}
}

@media (max-width: 960px) {
	.uk-container .logo{
		width:350px;
	}

	.date_desc{
		width:800px;
	}

	.calcul_block{
		padding-left:135px;
	}

	.date_desc_block{
		padding-top:17px;
		padding-bottom:17px;	
	}

	.org_logo{
		width:150px;
		margin-right:30px;
	}

	.presented_logo{
		width:85px;
	}
}

@media (max-width: 800px) {
	.top_main_content{
		display:none;
	}

	.top_main_content_m{
		display:block;
	}
}
/*
.footer-logo-link{
	display:block;
	margin-top:-15px;
	float:right;
	max-width:50px;
}

.footer-logo{
	
	
}


*/

.footer-table{
	margin-top:-15px;
}

.footer-table td{
	vertical-align:top;
}

.footer-table td img{
	width:auto;
	max-width:50px;
}


@media (max-width: 768px) {
	.footer-table{
		margin-top:-10px;
	}
	
	.footer-table td img{
		margin-top:-15px;
	}
}


@media (max-width: 531px) {
	.uk-footer div.footer{
		padding: 10px 8px 0px 12px;	
	}

	.footer-table{
		margin-top:-5px;
	}


	.footer-table td img{
		margin-top:-5px;
	}

	
}


/* Organizing Committee */
.uk-grid-oc img{
	border:solid 3px #cccccc;
}

.oc_button{
	background: #16407c!important;
	color: white;
	padding: 10px;
}

.oc-desc{
	padding-left:5px;
	text-align:left;
}

.uk-list-oc .uk-width-table-1-3{
	width:33.33%;
	float:left;
	margin-top:8px;
	margin-bottom:8px;
}

.uk-list-oc .uk-width-table-1-2{
	width:50%;
	float:left;
	margin-top:8px;
	margin-bottom:8px;
}


@media (max-width: 768px) {
	.uk-grid-oc .uk-width-1-1{
		padding-left:10px;
	}

	.uk-grid-oc .uk-width-1-4{
		width:50%;
		margin-top:20px;
		padding:10px;
		background-color:#eeeeee;
	}

	.uk-list-oc .uk-width-table-1-3{
		width:50%;
		
	}
}
/* End Organizing Committee */

@media (max-width: 768px) {
	.uk-width-medium-2-3, .uk-width-medium-1-3{
		padding-left:0px;
	}

	.main-content-block{
		padding:10px 15px 35px;
	}

	.supporting_organization_1_4{
		padding:20px;
	}
}

.uk-tab>li>a{
	background-color:#eeeeee;
	border:solid 1px #9E6CAB;
	color:#54286B;
}

.uk-tab>li.uk-active>a{
	background-color:#54286B;
	color:#ffffff;
}

.home-right-block{
	padding-left: 25px;
}

@media (max-width: 1200px) {
	.supporting_organization_1_3{
		width:50%;
	}
}

@media (max-width: 660px) {
	.supporting_organization_1_3{
		width:100%;
	}
}

.supporting_organization_1_4{
	padding: 20px 10px;
}

.supporting_organization_1_4 img{
	max-width: 150px;
}

.supporting_organization_1_2 img{
	max-width: 300px;
}

.supporting_organization_1_2{
	padding: 20px 10px;
}


@media(max-width:767px){
	.supporting_organization_1_4{
		width: 50%;
	}

	.supporting_organization_1_2{
		width: 50%;
	}
}

@media(max-width:700px){
	.supporting_organization_1_2{
		width: 100%;
	}
}


.child_title{
 color: #261c1a;
 font-weight: 700;
}

.button_go {
	background-color: #0592e1; 
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}

.top_main_content {
	height: auto;
	background-repeat: no-repeat;
	background-size: auto;
}

.calcul_block{
	padding-left: 73%;
}

.supporting_organization_1_4 span{
	text-align: center;
	display: block;
}

.supporting_organization_1_4{
	text-align: center ;
}

.sponsor{
	text-align: center ;
}

.sponsor span{
	text-align: center;
	display: block;
}

.sponsor .supporting_organization_1_4{
	width: 50%;
}

.sponsor h1{
	text-align: left;
}

.supporting_organization_1_4 {
    padding: 20px 5px;
}
.supporting_organization_1_3 span{
	text-align: center;
	display: block;
}

@media (max-width: 660px){
.supporting_organization_1_3 span{
		text-align: left;
	}
}

.home_img img{
	max-width: 200px;
}

.uk-width-3-4 b{ 
	color: #00b050;
}

.home_img .uk-width-1-4{
	padding-bottom: 20px;
	padding-left: 0;
}

@media(max-width:1200px){
	.home_img .uk-width-3-4{
		width: 100%;
		border-bottom: 1px solid #ddd;
		padding-bottom: 15px;											
	}

	h1{
		line-height: 20px;
	}

	.home_img img{
		padding-top: 10px;
	}
	.supporting_organization_1_4{
		width: 40%;
	}
}

@media(max-width:767px){
	.home_img .uk-width-1-4{
		width: 100%;
		text-align: center;
	}
	.sponsor{
		width: 100%;
	}
	h1{
		font-size: 20px !important;
	}
	.supporting_organization_1_4 a img{
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.supporting_organization_1_4{
		padding-top: 0 !important;
		padding-bottom: 0!important;
	}

	.main-content-general-block h1 {
		padding-top: 0 !important;
		height: unset !important;
	}

	.main-content-block h1 {
		padding-top: 15px !important;
		height: unset !important;
	}
}

.sponsor{
	padding-left: 0;
}

.first_word{
	font-weight: 700;
	font-size: 22px;
}

.program_title{
	color: #0070c0;
	font-weight: 700;
}

.word_a_v1{
	color: #0000ff;
}

.word_a_v2{
	color: #7030a0;	
}

.word_s{
	color: #ff0000;
}

.word_i{
	color: #00b050;
}

.word_n{
	color: #0070c0;
}

.oc_button:hover{
	color: white;
}

.oc_button{

	word-break: break-word;

}

@media (max-width: 767px){
	.oc_button{
		width: 30%;
		word-break: break-word;
	}

	.uk-table-pre-conference {
		width: 100% !important;
	}
	
	.uk-table-pre-conference-child ul {
		padding-left: 20px;
	}

}

.sub_title_child {
	font-size: 15px;
}

.unsubscribe_btn{
	background-color:#182068;
	color:#ffffff;
	padding:10px 20px;
	border-radius:20px;
	border:solid 1px #ffffff;
}

.unsubscribe_btn:hover{
	background-color:#006AB5;
	color:#ffffff;
	cursor:pointer;
}

.uk-table-pre-conference {
	width: 70%;
	text-align: left;
}

.uk-table-pre-conference tr td:first-child {
	width: 10%;
}

.uk-table-pre-conference-child tr td:first-child {
	width: 13%;
}

.uk-table-pre-conference ul {
    padding-left: 20px;
}

.uk-table-pre-conference ol {
	padding-left: 20px;
}

.reg_table_v1 tr td{
	text-align:left;
}

.reg_table_v1{
	width: unset;
}

.reg_table_v2 tr>td:first-child{
	text-align:left;
}

.reg_table_v3 tr:nth-child(even){
	background: #FFDBA4;
}

.reg_table_v3 tr:nth-child(odd){
	background: #febd59;
}

.reg_table tr td{
	padding: 5px;
}

.table td, .table th {
	padding: .75rem;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
}

table {
	border-collapse: collapse;
}

.table-striped tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}

.reg_table tr:nth-child(even) {
	background: #fff;
}

.reg_table_v3 tr td{
	text-align: left;
}

.uk-slider-container li {
		width: 50%;
	}

.uk-slidenav-position .uk-slidenav-previous {
    left: 20px;
}

.uk-slidenav-position .uk-slidenav {
    display: block;
    position: absolute;
    top: 50%;
    z-index: 1;
    margin-top: -30px;
}

.uk-slidenav-contrast {
    color: rgba(255,255,255,.5);
}

.uk-slidenav {
    display: block;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: rgba(50,50,50,.4);
    font-size: 60px;
    text-align: center;
}

@media (max-width: 768px) {
	.oc_button_reg {
		float: none !important;
		display: block;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 40%;
		text-align: center;
	}

	.uk-grid-oc .uk-width-1-3 {
		width: 100%;
		margin-top: 20px;
		padding: 10px;
		background-color: #eeeeee;
	}

	.uk-grid-oc .uk-width-2-3 {
		width: 100%;
		margin-top: 20px;
		padding: 10px;
		background-color: #eeeeee;
	}

	.uk-grid-oc .uk-width-1-6 {
		width: 50%;
		margin-top: 20px;
		padding: 10px;
		background-color: #eeeeee;
	}

	.ack_content .supporting_organization_1_4 {
		width: 50%;	
	}
}

.uk-parent a{
	cursor: pointer !important;
}

.uk-grid-oc .oc-desc-me {
	padding-left: 0;
}

.uk-table-pre-conference-me {
	width: 100%;
}

.ack_title {
	color: #129bbb;
	font-weight: 700;
}

.ack_content {
	max-width: 800px;
}

@media(max-width: 750px){
	.ack_content, .uk-width-1-5 {
		padding-bottom: 20px !important;
	}

	.ack_content {
		max-width: 100%;
	}
}

.time_dec {
	font-weight: 700;
}

.table_17_dec a {
	color: #fff;
}

.table_18_dec a {
	color: #fff;
}

.table_19_dec a {
	color: #fff;
}

/* 17-Dec */
.title_17_dec {
	/*color: #996faf;*/
	font-weight: 700;
	font-size: 22px;
	padding: 10px 0;
}

.break_and_exhibition_17_dec {
	background-color: #0d5adb;
	color: #fff;
	font-weight: 700;
}

.mark_17_dec {
	background-color: #fde49b;
	font-weight: 700;
}

.first_row_17_dec {
	background-color: #d9e7fd;
	font-weight: 700;
}


.table_blank {
	background-color: #fff !important;
}

.table_border_bottom_17_dec {
	border-bottom: 1px dashed #996faf;
}

.table_border_bottom_18_dec {
	border-bottom: 1px dashed #d87eb2;
}

.table_border_bottom_19_dec {
	border-bottom: 1px dashed #75ae85;
}

.table_17_dec tr th {
	color: #fff;
	text-align: center;
	background-color: #002060;
}

.table_17_dec tr td {
	text-align: center;
}

.chairpersons_17_dec {
	background-color: #b5e3e8;
	font-weight: 700;
}

/*
.table_17_dec tr:nth-child(odd) {
	background-color: #e6dbec;
}

.table_17_dec tr:nth-child(even) {
	background-color: #fff;
}
*/

.table_17_dec tr td:first-child {
	width: 10%;
}

.table_17_dec tr td:nth-child(2) {
	width: 18%;
}

.table_17_dec tr td:nth-child(3) {
	width: 18%;
}

.table_17_dec tr td:nth-child(4) {
	width: 18%;
}

.table_17_dec tr td:nth-child(5) {
	width: 18%;
}
/* End 17-Dec */

/* 18-Dec */
.title_18_dec {
	/*color: #d87eb2;*/
	font-weight: 700;
	font-size: 22px;
	padding: 10px 0;
}

.break_and_exhibition_18_dec {
	color: #fff;
	font-weight: 700;
	background-color: #0d5adb !important;
}

.table_18_dec tr th {
	color: #fff;
	text-align: center;
	background-color: #002060;
}

.table_18_dec tr td {
	text-align: center;
}

.mark_18_dec {
	color: #fff;
	background-color: #7030a0;
	font-weight: 700;
}

.chairpersons_18_dec {
	background-color: #b5e3e8;
	font-weight: 700;
}

.first_row_18_dec {
	background-color: #d9e7fd;
	font-weight: 700;
}

/*
.table_18_dec tr:nth-child(odd) {
	background-color: #f6e2ee;
}

.table_18_dec tr:nth-child(even) {
	background-color: #fff;
}
*/

.table_18_dec tr td:first-child {
	width: 10%;
}

.table_18_dec tr td:nth-child(2) {
	width: 18%;
}

.table_18_dec tr td:nth-child(3) {
	width: 18%;
}

.table_18_dec tr td:nth-child(4) {
	width: 18%;
}

.table_18_dec tr td:nth-child(5) {
	width: 18%;
}
/* End 18-Dec */

/* 19-Dec */
.title_19_dec {
	/*color: #75ae85;*/
	font-weight: 700;
	font-size: 22px;
	padding: 10px 0;
}

.first_row_19_dec {
	background-color: #d9e7fd;
	font-weight: 700;
}

.break_and_exhibition_19_dec {
	background-color: #0d5adb !important;
	color: #fff;
	font-weight: 700;
}

.chairpersons_19_dec {
	background-color: #b3cefb;
	font-weight: 700;
}

.table_19_dec tr th {
	color: #fff;
	text-align: center;
	background-color: #002060;
}

.table_19_dec tr td {
	text-align: center;
}

/*
.table_19_dec tr:nth-child(odd) {
	background-color: #e0eae1;
}

.table_19_dec tr:nth-child(even) {
	background-color: #fff;
}
*/

.mark_19_dec {
	background-color: #0d5adb;
	font-weight: 700;
	color: #fff;
}

.mark_19_dec_child {
	background-color: #fde49b;
	font-weight: 700;
}

.table_19_dec tr td:first-child {
	width: 10%;
}

.table_19_dec tr td:nth-child(2) {
	width: 18%;
}

.table_19_dec tr td:nth-child(3) {
	width: 18%;
}

.table_19_dec tr td:nth-child(4) {
	width: 18%;
}
/* End 19-Dec */

.pag_ul li {
	background-color: #f6f7fb;
	padding: 10px;
}

.table-acs tr td:first-child {
	background-color: #1f3864;
	color: #fff;
	font-weight: 700;
	vertical-align: top;
}

.acs-u {
	display: block;
	padding-top: 15px;
	color: #1f3864;
	font-weight: 700;
	font-size: 20px;
}



.hr-container {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.oc_block {
		font-size:18px;
		line-height:30px;
	}

@media(max-width:768px){
	.oc_block .uk-width-1-2 {
		width: 100%;
	}

	.oc_block .uk-width-1-2 .oc_img_blank {
		display: none;
	}

	.home-wm-block .uk-width-1-2 {
		width: 100%;
	}
}

.home_img img {
	border-radius : 3px;
	box-shadow : rgba(0,0,0,0.15)0 0 8px;
	background : #FBFBFB;
	border:1px solid #ddd;
	margin: 10px auto;
	padding: 5px;
}

.home-wm-block .uk-width-1-2 {
	padding-left: 0;
}

.ci_title {
	
	height: 25px;
	padding-top: 43px;
	padding-left: 70px;
	font-size: 22px;
	margin-left: -71px;
	display: block;
}

@media(max-width:576px){
	.ci_title {
	padding-left: 30px;
	margin-left: -31px;
}
}

.reg-table thead tr {
	background-color: #002060;
	color: #fff;
	font-weight: 700;
}

.reg-table tbody .table-title {
	background-color: #2f5496;
	color: #fff;
	font-weight: 700;
}

.reg-table tbody tr td:nth-child(2) {
	text-align: center;
}

@media(max-width:768px) {
	.past_congresses .uk-width-1-4{
		width: 50%;
		padding-bottom: 15px;
	}

	.btn_reg {
		width: 100%;
		text-align: left !important;
	}

}

.btn_reg {
	float: right;
	text-align: right;
	margin-bottom: 10px;
}

.btn_reg img {
	max-width: 60%;
}

.uk-overlay-background {
    background: rgba(0,0,0,.5);
}

.table-program tr td {
	background-color: #d9e2f3;
	color: #000;
}

.table-program tr td:first-child {
	font-weight: 700;
	min-width: 90px;
	width: 90px;
}

.table-program tr td {
	border: solid 1px #9dbc35;
	text-align: center;
}

.uk-subnav-pill>.uk-active>a {
	background-color: #9dbc35 !important;
	color: #fff;
}

.uk-subnav-program li a {
	background-color: #f8f8f8 !important;
	color: #000 !important;
	border: solid 1px #41ADD6;
	font-weight: 700;
}

.uk-subnav-program>.uk-active>a {
	color: #fff !important;
}

.uk-subnav-pill>*>a {
	padding: 15px 20px !important;
}

.uk-table td {
	padding: 16px 12px;
	vertical-align: top;
}

.room_bg {
	background-color: #203764 !important;
	color: #fff;
}

.program_row {
	color: #fff !important;
	background-color: #203764 !important;
}

.room_bg td {
	color: #fff !important;
	background-color: #203764 !important;
}

.uk-table-cd2-3 tr td:nth-child(2) {
	width: 30% !important;
}

.uk-table-cd2-3 tr td:nth-child(3) {
	width: 30% !important;
}

.uk-table-cd2-3 tr td:nth-child(4) {
	width: 30% !important;
}

.faculty_color_v1 {
	background-color: #dfefff;
}

.faculty_color_v2 {
	background-color: #DAF0CF;
}

.faculty_color_v3 {
	background-color: #deb3ff;
}

.faculty_color_v4 {
	background-color: #fbe4d5;
}

.faculty_color_v5 {
	background-color: #fbe0ec;
}

.faculty_color_v6 {
	background-color: #dfe9ef;
}

.faculty-box {
	width: 92%;
	border-bottom-right-radius: 20px;
	margin-top: 15px;
	text-align: left;
}

.faculty-header {
	padding: 5px 15px 5px 15px;
	color: #fff;
	font-weight: bold;
}

.faculty-header-v1 {
	background-color: #0070c0;
}

.faculty-header-v2 {
	background-color: #468F28;
}

.faculty-header-v3 {
	background-color: #7030a0;
}

.faculty-header-v4 {
	background-color: #c77641;
}

.faculty-header-v5 {
	background-color: #8d0007;
}

.faculty-header-v6 {
	background-color: #062254;
}

.faculty-box-text {
	padding: 15px;
}

.local_faculty {
	line-height: 30px;
}

@media(max-width:768px) {
	.faculty-block .uk-width-1-2 {
		width: 100%;
	}
}

.accreditation tr td:nth-child(2) {
	width: 10%;
}

.accreditation tr td:nth-child(3) {
	width: 10%;
}

.accreditation tr td:nth-child(4) {
	width: 10%;
}

.accreditation tr td:nth-child(5) {
	width: 10%;
}


.whats_new{
	font-weight: 700;
	padding: 15px;
	border: thin solid #999999;
	margin-bottom: 15px;
	border-radius: 10px;
	box-shadow: 5px 5px 0px #c4cb25;
	background: #d8effc;
	color: #000;
	text-align: left;
}

.leftmenu-lang, .leftmenu-lang a{
	color:#ffffff;
}

.main-content-general-block ol{
	line-height: 30px;
}

.main-content-general-block ol li{
	margin-bottom: 10px;
}

.main-content-general-block ul{
	line-height: 30px;
}

.main-content-general-block ul li{
	margin-bottom: 10px;
}

.uk-program tr td {
	vertical-align: top;
}

.uk-program tr:first-child {
	background-color: #00aeef;
	color: #fff;
	font-weight: 700;
}

.main-title {
	color: #0c6fb8;
	font-size: 22px;
}

.uk-program tr td:first-child {
	width: 30%;
} 

.uk-program tr td:nth-child(2) {
	width: 35%;
}

.uk-program tr td:nth-child(3) {
	width: 35%;
}

/* scientific program */
.table_bg1 {
	background-color: #dff3fe;
}

.table_bg2 {
	background-color: #bfe6fb;
}

.table_bg3 {
	background-color: #ffd000;
}

.table_bg4 {
	background-color: #f18200;
}

.table_bg5 {
	background-color: #1eb2ea;
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.sp_table {
	max-width: 800px;
	border-collapse: separate;
	margin:0 auto
}

.sp_table tr td{
	border: 2px solid #0080ce;
	font-size: 20px;
}

.sp_table tr td b {
	font-size: 22px;
}

.sp_table {
	border: 3px solid #0080ce;
	border-top-right-radius: 28px;
	border-top-left-radius: 28px;
}

.sp_table tr td:first-child {
	text-align: right;
	width: 150px;
}

.sp_table ul {
	margin-top: 0;
	margin-bottom: 0;
}
/* end scientific program */

.reg-table tr td:first-child{
	width: 50%;
	text-align: left !important;
}

.reg-table tr td:nth-child(2){
	width: 50%;
	text-align: left !important;
}

.reg-table table tr td {
	border: 0 solid #0080ce;
	background-color: #bfe6fb;
	padding: 8px 15px;
}

.reg-table table {
	width: 100%;
	max-width: 490px;
}

.reg-table {
	border-bottom-right-radius: 28px;
	border-bottom-left-radius: 28px;
}

.policy-table tr td {
	text-align: center;
}

.policy-table tr td:first-child{
	width: 50%;
	text-align: center;
}

.policy-table tr td:nth-child(2){
	width: 50%;
	text-align: center;
}

.policy-table-bg1 {
	background-color: #ef984f;
}

.policy-table-bg2 {
	background-color: #fdfac4;
}

.policy-table-bg3 {
	background-color: #fada93;
}

.policy-table tr td {
	border: 2px solid #ea762e;
}

.policy-table {
	border: 3px solid #ea762e;
	border-bottom-right-radius: 28px;
	border-bottom-left-radius: 28px;
}

.uk-content-block ul {
	margin-bottom: 0;
	margin-top: 0;
}

.reg-table {
	margin:0;
}

.policy-table {
	margin: 0;
}

.cert_table{
	background-color:#AAE0F9;
	border-radius:15px;
}

.cert_table td{
	padding:3px 10px;
}

.uk-program {
	margin: 0 auto;
}

.uk-grid-hotel{
	border-radius:20px;
	border:solid 3px #0075BC;
}

.uk-width-hotel-header-left{
	background-color:#2EA6D8;
	color:#ffffff;
	border-top-left-radius:18px;
	border-right:solid 2px #ffffff;
	padding:12px 15px;
	font-size:24px;
	font-weight:bold;
}

.uk-width-hotel-desc-left{
	padding:12px 15px;
	font-size:22px;
	font-weight:bold;
	line-height:36px;
	border-bottom-left-radius:18px;
	border-right:solid 2px #0075BC;
	background-color:#DEEFF8;
}

.uk-width-hotel-header-right{
	background-color:#2EA6D8;
	color:#ffffff;
	border-top-right-radius:18px;
	padding:12px 15px;
	font-size:24px;
	font-weight:bold;
}

.uk-width-hotel-desc-right{
	padding:12px 15px;
	font-size:22px;
	font-weight:bold;
	line-height:36px;
	border-bottom-right-radius:18px;
	background-color:#DEEFF8;
}

.uk-width-hotel-desc-right span{
	font-size:20px;
}

@media (max-width: 960px) {
	.uk-width-hotel-header-left{
		font-size:22px;
	}

	.uk-width-hotel-header-right{
		font-size:22px;
	}

	.uk-width-hotel-desc-left{
		font-size:17px;
	}

	.uk-width-hotel-desc-right{
		font-size:17px;
	}

	.uk-width-hotel-desc-right span{
		font-size:16px;
	}
}

@media (max-width: 768px) {
	.uk-width-hotel-header-left{
		font-size:20px;
	}

	.uk-width-hotel-header-right{
		font-size:20px;
	}

	.uk-width-hotel-desc-left{
		font-size:16px;
	}

	.uk-width-hotel-desc-right{
		font-size:16px;
	}

	.uk-width-hotel-desc-right span{
		font-size:15px;
	}
}

@media (max-width: 640px) {

	.uk-grid-hotel{
		border-radius:0px;
		border:solid 0px #0075BC;
	}

	.uk-width-hotel-header-left{
		border-top-left-radius:18px;
		border-top-right-radius:18px;
		border-right:solid 0px #ffffff;
	}

	.uk-width-hotel-desc-left{
		line-height:30px;
		border-bottom-left-radius:18px;
		border-bottom-right-radius:18px;
		border-right:solid 0px #0075BC;
		background-color:#DEEFF8;
	}

	.uk-width-hotel-header-right{
		border-top-right-radius:18px;
		border-top-left-radius:18px;
	}

	.uk-width-hotel-desc-right{
		line-height:30px;
		border-bottom-left-radius:18px;
		border-bottom-right-radius:18px;
	}

}

.reg-table tr td {
	font-size: 22px;
}

.reg-table-child tr td {
		width: unset !important;
}

.policy-table tr td {
	font-size: 22px;
}

.sp_table tr td ul li {
	padding-top: 10px;
}

/* home/content page background */
.uk-content-container{
	background:url('../../theme_default/oshc2023/content_bg_2023.jpg');
	background-color:#FEFEFE;
	background-position: bottom; 
	background-repeat: no-repeat;
	background-size: 100% auto;

	width: 100%;
    min-height: calc(100vw / (2500 / 1406));
	height:auto;
	/*
	min-height:1100px;
	*/
}

.home-header{
	/*
	height:89px;
	*/
	height:60px;
	padding-top:30px;
	padding-left:0;
	font-size:40px;
	
}

.uk-content-container .uk-container{
	background-color:transparent;
}

.uk-content-container .main-content-general-block,  .uk-content-container .main-content-block{
	background-color:transparent;
	border:0px;
}

@media (max-width: 1600px) {
	/*
	.uk-content-container{
		min-height:920px;
	}
	

	.uk-content-container{
		width: 100%;
		height: calc(100vw / (2500 / 1406) );
	}
	*/
}

@media (max-width: 1200px) {
	/*
	.uk-content-container{
		min-height:695px;
	}
	*/

	.home-header{
		height:30px;
	}
}

@media (max-width: 1024px) {
	/*
	.uk-content-container{
		min-height:596px;
	}
	*/
}

@media (max-width: 1024px) {
	.uk-content-container{
		min-height:596px;
	}
}

@media (max-width: 960px) {
	.uk-content-container{
		min-height:650px;
	}
	
	.home-header{
		height:0px;
	}
}

@media (max-width: 640px) {
	
	.uk-content-container{
		height:auto;
	}
	/**/

	.home-header{
		display:none;
	}
}

@media (max-width: 500px) {
	/*
	.uk-content-container{
		min-height:350px;
	}
	*/
}
/* end home/content page background */


.wt_banner{
	display:block;
	margin:0 auto;
}

.wt_banner_m{
	display:none;
}

@media (max-width: 640px) {
	.wt_banner{
		display:none;
	}

	.wt_banner_m{
		display:block;
	}
}

ul.uk-nav-sub {
    padding: 5px 0 5px 25px;
}

.uk-program tr td:first-child {
	text-align: center;
}

.uk-program ul {
		line-height: 25px;
}

.uk-program ul li {
		padding-top: 0 !important;
}

.uk-program {
	max-width: 850px;
	border-bottom-right-radius: 28px;
	border-bottom-left-radius: 28px;
}

@media(max-width:767px){ 
	.uk-table td {
		padding: 5px 3px;
		font-size: 16px !important;
	}

	.reg-table ul {
		line-height: 25px;
	}

	.reg-table tr td ul li {
		padding-top: 0;
	}
}

@media(max-width: 578px){ 
	.reg-table-child tr td {
		width: unset !important;
	}

	.reg-table-child tr td {
		padding: 5px 8px !important;
	}

	
}

@media(max-width: 550px){ 
	.reg-table-child tr td:first-child {
		max-width: 100%;	
	}
}


@media(max-width: 736px){ 
	.reg-table table {
		width: 92%;
	}
}

.sp_table table tr td {
	border: unset;
	width: unset !important;
	padding: 2px;
}

.uk-speaker .uk-width-1-5 img {
	border-radius: 50%;
	border: 5px solid #3375bb3b;
	background-color: #fff;
}

.uk-speaker .uk-width-4-5 {
	padding-right: 30px;
}

.uk-speaker-style-v1 {
	/*background-color: #f8c9af;*/
	padding: 30px 15px;
	border-radius: 10px;
}

.uk-speaker-style-v2 {
	/*background-color: #d0e3c7;*/
	padding: 30px 15px;
	border-radius: 10px;
}

.uk-speaker .name {
	font-weight: 700;
}

.uk-speaker-tab li a {
	background-color: #eee;
	font-weight: 700;
}

.uk-speaker-switcher li {
	margin-top: 20px;
}

@media only screen and (max-width : 960px) {
	.uk-speaker .uk-width-1-5 {
		width: 100%;
		text-align: center;
		padding-left: 0;
		margin-bottom: 15px;
	}

	.uk-speaker .uk-width-1-5 img {
		max-width: 200px;
	}

	.uk-speaker .uk-width-4-5 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
}

.uk-speaker ul li {
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 0;
}

.uk-speaker ul {
	margin-top: 10px;
}

@media only screen and (max-width : 576px) {
	.uk-speaker-style-v2 {
		padding-left: 0;
		padding-right: 0;
	}

	.uk-speaker-style-v1 {
		padding-left: 0;
		padding-right: 0;
	}
}

.sp_table {
	text-align: left;
}

.uk-speaker-contain {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	padding: 10px 20px;
	border-radius: 15px;
	font-size: 20px;
	font-weight: 700;
	background-color: #1378c0;
	color:#fff;
}

.uk-speaker-contain:hover{
	color: #fff;
}
