body {
	padding:0;
	margin:0;
	font-family:"Work Sans";
	background:#fff;
	font-size:14px;
	line-height:25px;
	color: #333;
}



.whatsapp {
	position:fixed;
	width:70px;
	bottom:20px;
	right:20px;
	height:60px;
	text-align:right;
	font-size: 80px;
	z-index:10000000000;
}

.whatsapp button {
	background:#29a71a;
	border:solid 1px #25a017;
	color:#fff;
	font-size:30px;
	padding:10px 15px;
	border-radius:60px;
  width:60px;
 	height:60px;
}


.whatsapp button:hover {
	background:#189609;
	text-decoration:none;
}


.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='box'] {
  flex-grow: 1;
  align-self: flex-start;
  flex-basis: 100%;

}

.box {
    height: 100%;
    width:100%;
}


.body { 
  
}

.logo-home {
	margin-top:40px;
	max-width: 75%;
}




.orange-box {
	background: #e28f29;
	color: #fff;
	margin-bottom: 15px;
	padding:10px 25px;
	font-size: 19px;;
	display: inline-block;
}

.aqua-box {
	background: #436b7c;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 15px;
	padding:10px 35px;
	font-size: 22px;;
	cursor: pointer;
}

.blue-box {
	background-color: #253f74;
	color:#fff;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding:10px 35px;
	font-size: 22px;;
}

.logo {
	max-width: 240px;
	height: auto;
}

.banner {
	width: 100%;	
	padding: 0;
	background: url(../../assets/images/60c46ba435dba-pkwjt-marriot.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	height: 600px;
  	text-align: center;
  	padding-top: 150px;
}

.banner h1 {
	font-size: 45px;
	color: #fff;
	text-shadow: 8px 8px 35px #000;
}

.banner h2 {
	font-size: 36px;
	color: #fff;
	text-shadow: 8px 8px 35px #000;
}

.banner .full {
	background: url(../../assets/images/bgjakarta.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
}

.logo-banner {
	max-width: 800px;
	width: 90%;
	margin-top: 150px;
}

.banner .column {
	float: left;
  	width: 50%;
}

.banner:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 992px) {
	.banner .column {
		float: none;
	  	width: 100%;
	}
	.banner .column img{
	  	width: 100%;
	}
	.column-login {
		display: none;
	}

	.banner {
		height:auto;
	}

	.login-home {
		margin-top:50px;
	}
}

.grey-box {
	background-color: #f8f8f8;
	padding: 20px;
}

.login-home {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 50px;
	background-color: #fff;
	padding: 25px;
	width: 320px;
	border-top:solid 3px #254173;
	border-right:solid 3px #254173;
	border-left:solid 3px #e68f28;
	border-bottom:solid 3px #e68f28;
}

.countdown-container {
	 position:absolute; 
	 top:45%; 
	 z-index: 9999999; 
	 display: block; 
	 width: 80%; 
	 margin-left:10%; 
	 color: #fff;
}

.countdown-wrapper {	
	color:#fff;
	/*background: rgba(56,35,97,0.7);*/
	padding:20px 15px;
	width: 110px;
	border-radius: 15px;
	font-size: 20px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-shadow: 2px 2px 8px #000;
}

.countdown {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	line-height: 50px;
}

#demo {
	max-width: 70%;
	background-color: red;
}

@media (max-width: 768px) {
	.countdown-container {
		top:35%;
	}
	.countdown {
		font-size: 35px;
		line-height: 40px;
	}

	.countdown-wrapper {
		font-size: 12px;
		width: 90px;
		padding:15px 10px;
	}

	.banner .full {
	  height: 400px;
	}

	.logo-banner {
		margin-top: 100px;
	}
}
@media (max-width: 480px) {
	.countdown-container {
		top:30%;
	}
	.countdown {
		font-size: 24px;
		line-height: 35px;
	}

	.countdown-wrapper {
		font-size: 11px;
		width: 62px;
		padding:10px 5px;
	}
}


.grey-box {
	background-color: #f8f8f8;
	padding: 20px;
}


.list-dotted-border{
	border:none;
	list-style:none;
	padding:0;
}

.list-dotted-border li{
	border-bottom:solid 1px #e6e6e6;
	padding:10px;
}

.list-dotted-border li:hover{
	background:#eee;
	text-decoration:none;
}

.list-dotted-border a:hover{
	text-decoration:none;
}


.bg-pages {
	background: url('https://inash2023.id/assets/images/bg.jpg') no-repeat center top fixed; 
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}


.web-container {
	background: #fff;
	padding: 50px;
	min-height: 800px;
}

.breadcrumb {
	border-radius: 0;
}

.custom-breadcrumb {
	padding:40px;
	/*background-image: linear-gradient(to right, #4d2361, #ee6e2a, #a92758, #36225d);*/
	background: url('../../assets/images/bg-style.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	color: #2f1a5e;
	font-size: 14px;
}	

.custom-breadcrumb .breadcrumb {
	padding-left:0;
}	

.custom-breadcrumb .breadcrumb > li + li:before {
    content: "\f105";
	font-family:'FontAwesome';
}

.custom-breadcrumb .fa {
	margin-left:5px;
	margin-right:5px;
	font-weight:normal;
}	

.custom-breadcrumb h1{
	color: #2f1a5e;
	margin-bottom: 0;
	padding-bottom: 0;
}
.custom-breadcrumb a{
	color: #2f1a5e;
}


.home-container {
}

a {
	color: #574c54;
}

.container-content {
	margin-top:35px;
	margin-bottom:50px;
}	

img {
	max-width:100%;
}	

.row-list {
	margin-bottom:30px;
}	

.myslider-control {
	background:none!important
}

.carousel {
	margin-bottom:40px;
}		

h1,h2,h3,h4,h5,h6 {
	line-height:normal;
	margin:0;
	padding:5px 0px;
	font-family: "Lora";
}

h1,h2,h3, h4 {
	margin-bottom:10px;
}	

.g-recaptcha {
	display:inline-block;
}	

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.top-nav {
	padding:8px 0px;
	background-color: #11418b;
	color: #fff;
}

.top-nav-menu {
	display:inline-block;
	padding:10px 15px;
	margin:0;
	border-left:solid 1px #09377f; /*273fac*/
}
.top-nav-menu-latest {
	border-right:solid 1px #09377f;
}

.top-nav .hide-on-mobile {
	padding:0px;
}	

.top-nav i {
	margin-right:5px;
}	

.top-nav a{
}	

.main-navbar {
	display:block;
	width:100%;
	z-index:999;
	top:0;
	box-shadow:0px 3px 5px rgba(0, 0, 0, 0.1);
}

.content-margin-top {
	margin-top:100px;
}

.brand {
	color: rgba(38, 37, 194, 1);
	font-size:30px;
	font-weight:bold;
	line-height:36px;
	max-width: 85%;
	padding-top: 7px;
}
.brand img {
	display:inline-block;
	float:left;
}	

.brand-text {
	margin-top:7px;
	margin-left:10px;
	display:inline-block;
}	

.btn-navbar-tone1 {
	background-color: #f37636!important;
	color: #fff!important;
	padding:7px 8px!important;
	margin-top:6px!important;
	display: inline-block!important;
	margin-left:12px;
	font-size: 14px;
}
.btn-navbar-tone1:hover {
	color: #fff!important;
	background-color: #f37636!important;
}
.btn-navbar-tone2 {
	background-color: #4c245e!important;
	color: #fff!important;
	padding:7px 15px!important;
	margin-top:6px!important;
	display: inline-block!important;
	margin-left:12px;
	font-size: 14px;
}
.btn-navbar-tone2:hover {
	color: #fff!important;
	background-color: #4c245e!important;
}


.btn-tone1 {
	background-color: #f37636!important;
	color: #fff!important;
}
.btn-tone1:hover {
	color: #fff!important;
	background-color: #f37636!important;
}

.btn-tone2 {
	background-color: #4c245e!important;
	color: #fff!important;
}

.btn-tone2:hover {
	color: #fff!important;
	background-color: #4c245e!important;
}


.content-wrapper {
	margin-top: 80px;
	font-family: "Work Sans";
}

#custom-bootstrap-menu .navbar-brand {
  color: rgba(38, 37, 194, 1);
	font-size:28px;
	font-weight:bold;
	background-color: yellow;
}

.modal {
	z-index: 999999999; 
}

#custom-bootstrap-menu {
	font-family: "Archivo Narrow";
  border-width: 0px;
  border-radius: 0px;
	transition: all 0.3s ease;
	margin-bottom:0px;
	padding:5px 0px;
	color: #222;
	box-shadow: 0px 6px 13px rgba(0,0,0,0.1);
	font-size: 16px;
	position: fixed;
	display: block;
	width: 100%;
	background-color: white;
	border-bottom: solid 1px #eee!important;
	z-index: 99999999; 
}

#custom-bootstrap-menu .navbar-nav {
	margin-top:14px;
}

#custom-bootstrap-menu .navbar-nav>li>a {
	color: #555;
	border-radius: 5px;
	font-size: 17px;
	padding-left: 12px;
	padding-right: 12px;

}

#custom-bootstrap-menu .navbar-nav>li>a:hover,
#custom-bootstrap-menu .navbar-nav>li>a:focus {
	color:#000;
	background-color: #eee;
}

#custom-bootstrap-menu .navbar-nav>.active>a,
#custom-bootstrap-menu .navbar-nav>.active>a:hover,
#custom-bootstrap-menu .navbar-nav>.active>a:focus {
	background:none;
	color:#000;
	background-color:none;
}

#custom-bootstrap-menu .navbar-toggle {
	margin-top:20px;
	background-color:none;
}

#custom-bootstrap-menu .navbar-toggle:hover,
#custom-bootstrap-menu .navbar-toggle:focus {
    background: none;
	background-color:none;
}

#custom-bootstrap-menu .navbar-toggle .icon-bar {
    background-color: #2f1d7b;
}

#custom-bootstrap-menu .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu .navbar-toggle:focus .icon-bar {
    background-color: #2f1d7b;
}

#custom-bootstrap-menu .dropdown-menu {
  background-color: #fff;
  margin-top:0px;
  padding:5px;
}
#custom-bootstrap-menu .dropdown-menu > li > a {
  color: #555;
  padding:8px 15px;
}
#custom-bootstrap-menu .dropdown-menu > li > a:hover,
#custom-bootstrap-menu .dropdown-menu>li>a:focus {
  background-color: #eee;
  color: #333;
}

#custom-bootstrap-menu .navbar-nav>.dropdown>a:hover .caret {
  border-bottom-color: #486972;

}


.shrink-nav{
	padding:0px!important;
}


@media (max-width: 1200px) {
	#custom-bootstrap-menu {
	}	
	
	#custom-bootstrap-menu .navbar-nav>li>a {
	}
	
	
	
	.hide-on-mobile {
		display:none!important
	}

	.navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

  #custom-bootstrap-menu {
		background: #fff;
		color: #222;
		margin-bottom: 0;
	}

  #custom-bootstrap-menu .navbar-nav>.active>a,
  #custom-bootstrap-menu .navbar-nav>.active>a:hover,
  #custom-bootstrap-menu .navbar-nav>.active>a:focus {
		border:none;
		border-radius:0;
	}
  
  #custom-bootstrap-menu .navbar-nav>li>a {
  	  border:none;
  	  color: #222;
  }

	.banner-desktop {
		display: none;
	}

	.banner-mobile {
		display: block;
	}
}


@media (max-width: 992px) {
	.center-on-mobile{
		text-align:center;
	}
	
	.left-on-mobile {
		text-align:left;
	}	
	
	
	.page-picture {
		height:100px;
		padding-top:20px;
	}	
	
	.page-picture h2{
		font-size:30px;
	}	
	
  .top-nav-menu {
	border:none; 
  }
  .top-nav-menu-latest {
	border:none; 
  }		

  
  
  



}


img {
	max-width:100%;
	height:auto;
}	

.section-tone2 {
	padding:30px 20px;
	background-color:#11418b;
	margin-bottom:0px;
	color:#fff;
}

.section-pattern {
	padding:50px 20px;
	background:url(../images/pattern.png);
	background-repeat:repeat;
	margin-bottom:0px;
}

.section-blue {
	padding:50px 20px;
	background-color:#11418b;
	margin-bottom:0px;
	color:#fff;
}	

.carousel-content {
	 padding-left:200px; 
	 padding-right:200px; 
	 display:block;
} 

.text-blue {
	color:#11418b;
}	

.text-grey {
	color:#888;
}	

.text-brown {
	color: #1c417c;
}



@media (max-width: 1200px) {
	.section-green h2{
		font-size:24px;
	}
	.section-green{
		font-size:16px;
	}
	.carousel-content {
		 padding-left:0px; 
		 padding-right:0px; 
	} 
	
}


@media (max-width: 992px) {
	.logo {
		padding-top:5px;
	}	
		
}

@media (max-width: 768px) {
	.section-green h2{
		font-size:22px;
	}
	.section-green{
		font-size:14px;
	}
	.btn-konsultasi {
		margin-top:10px;
	}
	.logo {
		width:85%;
		height:auto;
		padding-top:0px;
		padding-left:5px;
	}
	
	#custom-bootstrap-menu.shrink .logo {
		width:75%;
	}

	#custom-bootstrap-menu .navbar-toggle {
		margin-top:18px;
	}

	.web-container {
		padding: 20px 0px;
	}
}


h3 {
	font-size:20px;
}	


.btn-konsultasi:hover{
	color:#eee;
}

.section-white {
	padding:45px 0px 50px 0px;
	background-color:#fff;
}	

.section-clear {
	padding:45px 0px 50px 0px;
}


.section-yellow {
	padding:20px 20px 30px 20px;
	background-color: rgba(255, 209, 51, 1);
}

.section-yellow a{
	color:#000;
}




.page-content {
	padding-top:20px;
	padding-bottom:50px;
}


img {
	max-width:100%;
	height:auto;
}	

.page-picture {
	color:#fff;
	text-shadow: 3px 3px 20px #000;
}

.page-picture a{
	color:yellow!important
}

@media (min-width: 992px) {
	.home-about .btn {
		margin-top:50px;
	}
	
	.page-content {
		min-height:500px;
	}	
	
	.page-picture {
		height:250px;
		padding-top:80px;
	}

	.page-picture h2{
		font-size:40px;
	}

}

@media (max-width: 992px) {
	.mobile-margin-bottom {
		margin-bottom:30px;
	}
	
	
	.page-picture {
		height:100px;
		padding-top:20px;
	}	
	
	.page-picture h2{
		font-size:30px;
	}	
}


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.sm-text-center {
		text-align:center!important
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.xs-text-center {
		text-align:center!important
	}	
	h2 {
		font-size:24px;
	}
	h3 {
		font-size:18px;
	}		
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


.box h1,h2,h3,h4,h5,h6{
	margin-top:5px;
	padding-top:0;
}

.box-white {
	background-color:#fff;
}

.box-content {
	padding:20px;
}	

.btn-green {
	background-color:#009b4d;
	color:#fff;
}


.btn-green:hover {
	background-color:#249058;
	color:#fff;
}

.btn-green:active {
	color:#fff;
}


.btn-orange {
	background-color:#ffcc29;
	color:#fff;
}


.btn-orange:hover {
	background-color:#e4b41b;
	color:#fff;
}

.btn-orange:active {
	color:#fff;
}

.btn-green-invert {
	border:solid 2px #009b4d;
	background-color:#fff;
	border-radius:0px;
	font-size:20px;
	font-weight:bold;
	color:#009b4d;
	margin-top:20px;
}

.btn-green-invert:hover {
	border:solid 2px #208450;
	color:#208450;
}

.margin-bottom {
	margin-bottom:30px;
}	

.no-margin-bottom {
	margin-bottom:0;
}

.grey {
	color:#888;
}		


.date {
	color:#777;
	font-size:14px;
}	

.img-news {
	margin-bottom:20px;
}	

.footer {
	padding:40px 0px;
	line-height: 25px;
	background-color: #eee;
	color: #111;
}

.footer a{
}

.btn-primary {
	background-color: #1c417c;
}

.box-info {
	margin-top:25px;
}	

.gallery-list {
	margin-bottom:30px;
}

.gallery-list h4 {
	margin-bottom:0;
	padding-bottom:0;
}	

.copyright {
	padding:15px 0px;
	background-color:#333;
	color:#fff!important
}

.copyright a{
	color:#eee
}

.btn-social {
	font-size:26px;
	padding:0;
	color:#fff;
	margin-right:5px;
}	

.fa-facebook-official {
	color:#3a589e;
}

.fa-twitter-square {
	color:#3b98d3;
}

.fa-youtube-square {
	color:#d32727;
}

.fa-linkedin-square {
	color:#0b75b3;
}

.fa-instagram {
	color:#ee3669;
}

.clear-bg {
	height:200px;
	width:50px;
	background:none!important
}	

.list-group-item-active {
	background-color:#11418b;
	color:#fff!important
}

.list-group-item-active:hover {
	background-color:#11418b!important
}

.page-header {
	margin:0px;
	padding:15px 0px;
	background-color:#f6f6fc;
	border-bottom:solid 1px #ddd;
	color:#888;
}

.page-header h3 {
	font-size:20px;
	display:inline-block;
	margin-bottom:0;
}	

.content-container {
	background-color:#fff;
	padding:30px;
	border-top:solid 3px #11418b;
	border-bottom:solid 2px #ccc;
	margin-bottom:50px;
}	

.no-padding {
	padding:0;
}

.no-margin {
	margin:0;
}	

h3 {
	margin-top:0;
}

.input-info {
	padding-top:5px;
}

label {
	font-weight:normal;
}		

.text-green { 
	color:#009b4d;
}


.text-bold { 
	font-weight:bold;
}

.readmore {
	margin-top:20px;
}	

.child-list {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:solid 1px #f6f6f6;
}	

.child-list img,
.child-column img {
	max-width:100%;
	margin-bottom:10px;
}

.child-list h2,
.child-column h2 {
	font-size:20px;
}	

.small-info {
	font-size:13px;
	color:#666666;
}	

.child-column {
	display: flex;
  	flex-wrap: wrap;
}

.child-column > div{
	margin-bottom:30px;
}

.child-wrapper {
	margin-top:25px;
}	


.home_section {
	padding:25px 0px;
}

.btn {
	border-radius:0px;
}

.list {
	border-bottom:dotted 1px #ccc;
}	

.list a{
	display:block;
	padding:8px;
}


.list a::before{
	display: inline-block;
	padding-right:5px;
	font-size:normal;
	font-weight:normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "FontAwesome"; 
	content: "\f0da";
	color:#aaa;
}

.list:hover{
	background-color:#eee;
}	

.list a:hover{
	text-decoration:none;
}	

.list2 {
	padding-left:15px;
}	

.list3 {
	padding-left:30px;
}	

.list4 {
	padding-left:45px;
}	

.list5 {
	padding-left:60px;
}	

.list-active {
	font-weight:bold;
}	

.list-active a::before{
	display: inline-block;
	padding-right:5px;
	font-size:normal;
	font-weight:normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "FontAwesome"; 
	content: "\f0d7";
}



.poster {
	 height:320px;
	 border: solid 1px #ccc; 
	 display: block;
	 position: relative;
	 margin-bottom: 20px;
}

.poster:hover {
	background-color: #fff;
	border-color: #888;
}

.poster .title {
	padding: 5px 0px;
	margin-bottom: 5px;
	color: #4c245e;
	font-weight: bold;
	max-height: 90px;
	overflow: hidden;
}

.like_button {
	cursor: pointer;
	color: #e68f28;
}

.like-button-lg {
	font-size: 20px;
}

.poster a {
	 text-decoration: none;
	 color: #000;
}

.poster a:hover {
	 text-decoration: none;
}

.poster .author {
	position: absolute;
	display: block;
	width: 100%;
	padding: 10px 20px;
	bottom: 0;
	border-top:solid 1px #888;
	font-size: 12px;
	line-height: 17px;
	background-color: #fff;
	color: #666;
	height: 150px;
}

@media (max-width: 480px) {
	.poster {
		 height:300px;
	}
}



.freepaper {
	 height:295px;
	 border: solid 1px #ccc; 
	 display: block;
	 position: relative;
	 margin-bottom: 20px;
}

.freepaper:hover {
	background-color: #fff;
	border-color: #888;
}

.freepaper .title {
	padding: 5px 0px;
	margin-bottom: 5px;
	color: #4c245e;
	font-weight: bold;
	max-height: 90px;
	overflow: hidden;
}

.like_button {
	cursor: pointer;
	color: #e68f28;
}

.like-button-lg {
	font-size: 20px;
}

.freepaper a {
	 text-decoration: none;
	 color: #000;
}

.freepaper a:hover {
	 text-decoration: none;
}

.freepaper .author {
	position: absolute;
	display: block;
	width: 100%;
	padding: 10px 20px;
	bottom: 0;
	border-top:solid 1px #888;
	font-size: 12px;
	line-height: 17px;
	background-color: #fff;
	color: #666;
	height: 150px;
}

@media (max-width: 1200px) {
	.freepaper {
		 height:270px;
	}
}

@media (max-width: 480px) {
	.freepaper {
		 height:320px;
	}
		.freepaper .author {
		 height:65%;
	}
}

.nav-tabs > li.active > a {
  background-color: #4c245e !important;
  border: medium none;
  color: #fff;
  border-radius: 0;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:link,
.nav-tabs > li.active > a:visited,
.nav-tabs > li.active > a:active {
  color: #fff;
}









#nav-sticky{
	padding:10px 5px;
	background-color: #fff;
	text-align: center;
	z-index: 99999999;
}

.tab-menu {
	display: inline-block;
	padding:8px 15px;
	text-align: center;
	border: solid 1px #ccc;
	margin: 5px;
	width: 250px;
	cursor: pointer;
}

.tab-menu-active {
	background-color: #4c245e;
	color: #fff;
}

.tab-content {
}

.session {
	background-color: #f6f6f6;
	border-radius: 7px;
	padding: 25px;
	margin-bottom: 20px;
	border: solid 1px #eee;
	font-size: 14px;
}

.session:hover{
	text-decoration: none;
	border-right: solid 1px #bbb;
	border-top: solid 1px #bbb;
	border-bottom: solid 1px #bbb;
}

.session a:hover{
	text-decoration: none;
}

.session-link {
	display: block;
}

.session-symposium {
	border-left:solid 8px #078f45;
}

.label-code {
	background:#061f7c;
	border-radius: 7px;
	color: #fff;
	margin-right: 5px;
	padding: 5px 10px;
	font-size: 11px;
}

.label-session-symposium {
	background:#7f31a1;
	border-radius: 7px;
	color: #fff;
	padding: 5px 10px;
	font-size: 11px;
}

.session-instructional-course {
	border-left:solid 8px #b24854;
}

.label-session-instructional-course {
	background:#b24854;
	border-radius: 7px;
	color: #fff;
	padding: 5px 10px;
	font-size: 11px;
}


.session-workshop {
	border-left:solid 8px #2a59bd;
}

.label-session-workshop {
	background:#2a59bd;
	border-radius: 7px;
	color: #fff;
	padding: 5px 10px;
	font-size: 11px;
}

.session-others {
	border-left:solid 8px orange;
}

.label-session-others {
	background:orange;
	border-radius: 7px;
	color: #fff;
	padding: 5px 10px;
	font-size: 11px;
}

.session h1 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 0;
}

@media (max-width: 992px) {
	.tab-menu {
		width: 150px;
		padding:5px 8px;
	}
}

@media (max-width: 480px) {
	.tab-menu {
		display: inline;
		font-size: 14px;
		padding:5px 5px;
	}
}

.chairs-list {
	margin-top: 10px;
}


.row.topic {
  display: flex;
  flex-wrap: wrap;
}
.row.topic > [class*='topic-item'] {
  flex-grow: 1;
  align-self: flex-start;
  flex-basis: 100%;

}

.topic-item {
    height: 100%;
    width:100%;
    padding:20px;
    border: solid 1px #ccc;
    line-height: 23px;
}

.topic ol {
	padding-left: 15px;
}

.topic-speaker {
	margin-top: 5px;
}

.topic-speaker a{
	color: #078f45;
}

.icon-info {
	padding-right:15px;
}

@media screen and (max-width: 800px)  {
    .icon-info { display: block; }
}

.label-block {
    height: 100%;
    width:100%;
    padding:20px;
    border: solid 1px #ccc;
    line-height: 23px;
    margin-bottom: 20px;
}

.row.speakers-list {
  display: flex;
  flex-wrap: wrap;
}
.row.speakers-list > [class*='speakers-item-list'] {
  flex-grow: 1;
  align-self: flex-start;
  flex-basis: 100%;

}
.speakers-item-list img {
	margin-bottom: 10px;
}

.speakers-item-list {
    height: 100%;
    width:100%;
    padding:0px;
}

.speakers-item-list h2 {
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		margin-bottom: 5px;
}

.col-margin-bottom {
	margin-bottom: 20px;
}

.speaker-photo {
	background: url('../../assets/images/breadcrumb-bg.jpg');
}

.photo {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

.photo img {
	margin-bottom: 10px;
}

.photo h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	max-height: 43px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.photo h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #253f74;
	line-height: 16px;
}

.photo_detail {
	cursor: pointer;
}

#messageModal {
	z-index: 99999999999999;
}


.video {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

.video img {
	margin-bottom: 10px;
}

.video h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	max-height: 43px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.video h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #253f74;
	line-height: 16px;
}

.video_detail {
	cursor: pointer;
}