@charset "utf-8";
/* CSS Document */
body {
    font-size: 16px;
	font-family: Arial, 微軟正黑體, "Microsoft JhengHei", sans-serif !important;
    font-weight: normal;
	line-height: 24px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, 微軟正黑體, "Microsoft JhengHei", sans-serif;
	font-weight: 600;
}
option {
	    padding: 5px 2px ;
}
.w3-blue, .w3-hover-blue:hover {
    color: #fff !important;
    background-color: #9e9e9e !important;
}
.swiper-slide.cover-background img {
	width:100vw;
}
#myBtn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    cursor: pointer;
    border: 0;
	background-color: #777;
    border-radius: 5px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
	display: none;
}
.w3-container, .w3-panel {
    padding: 0 16px;
}
#myBtn:hover {
  background-color: #2c8552;
}
.affix {
    top: 0;
    position: sticky;
    width: 100%;
    z-index: 999 !important;
	transition: 0.5s;
  }

.affix + .container-fluid {
    padding-top: 70px;
    transition: 0.5s;
}
.pagination {
    margin: 20px 15px 0;
}
.pagination input {
	height:25px;
	border-radius: 0;
}
.pagination input[type="text"] {
	border: 0px solid #cccccc;
}
.pagination a {
	width:25px;
	height:25px;
}

#menu88 ul {
    margin: 15px 0 0 !important;
}
#menu88 li ul {
    margin: 0 !important;
}
#menu88 ul li {
	float: none;
}
#menu88 ul li a {
    font-weight: 100 !important;
	border-bottom: #fff 10px solid;
	font-weight: 600 !important;
}
#menu88 ul li.w3-dropdown-hover ul li>a:hover, #menu88 ul li.w3-dropdown-hover ul li>a {
    font-weight: 300;
    font-size: 16px;
}
#menu88 ul li a:hover {
    color: #ff214f!important;
    background-color: transparent;
    border-bottom: #ff214f 10px solid;
}
#menu88 .active>a {
        color: #ff214f !important;
    border-bottom: #ff214f 10
px
 solid;
}
#menu88 .active>.w3-dropdown-content a, #menu88 .w3-dropdown-hover>.w3-dropdown-content a {
	border-bottom: #ff214f 0px solid;
}
#my-menu88 .active {
    color: black !important;
}
#menu88 ul li.w3-dropdown-hover ul li:hover>a {
    color: black !important;
}
#menu88 li.w3-dropdown-hover:hover {
    background-color: #ff214f !important;
	color: #fff !important;
	/*border-bottom: black 10px solid !important;*/
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    margin-left: 0;
}
.mm-list.mm-panel .btn {
	padding: 6px 0px 6px 12px;
}
.mm-list {
    padding: 0 15px;
}
.mm-list > li > a, .mm-list > li > span {
	    padding: 10px 0px;
}
.mem-log {
	font-size: 14px;
}
.navbar {
    border: 0px solid transparent;
	z-index: 120;
	margin-bottom: 0px;
	border-bottom: 15px solid black;
	border-radius: 0;
}
.w3-container.w3-cell.w3-mobile {
	    padding-top: 0px !important;
	font-size: 14px;
	padding: 0 !important;
}
.download-section h3 {
	font-size: 21px;
}

.version > a {
    padding: 3px 10px !important;
}

.additional-application {
    margin-bottom: 25px;
}

@media (min-width: 768px){
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
	}
.navbar .nav > li > a {
    padding: 5px 15px 10px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #888  !important;
    text-decoration: none;font-weight: 700;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000 !important;
    text-decoration: none;
	    font-weight: 700;
}
/*.container {
    max-width: 1650px;
    width: 100% !important;
}*/
.blue-light {
	background-color: #157abc!important;
}
.blue-dark {
	background-color: #273d5a !important;
}
.blue-txt-light {
	color: #157abc;
}
.blue-txt-dark {
	/*color: #273d5a;*/
	/*color: black;*/
    color: black;
}
img {
    width: auto; /*!important*/
    max-width: 100%; /*!important*/
    height: auto; /*!important*/
}
.w3-btn:hover, .w3-button:hover {
	text-decoration: none;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: underline;
}

/*header*/
.search-icon {
	width: auto;
}
.search-icon input[type=text] {
   width: 35px;
	height: 35px;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 2px 0px 2px 33px;
    background-color: #ccc;
    background-image: url(../images/searchicon.png);
    background-position: 10px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
        float: right;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;

}
.search-icon input[type=text]:hover {
   background-color: black;
}
.search-icon input[type=text]:focus {

    padding:6px 12px 6px 35px;
	background-color: #fff;
    background-image: url(../images/searchicon-bk.png);
    background-position: 10px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: left;
	margin: auto 7px 5px -100px;
    width: 200px;
    max-width: fit-content;

}


.navbar-fixed-top {
    top: 0;
    border-width: 0 0 0px;
	z-index: 1029;
	/*box-shadow: 5px 5px 18px #888888;*/
}
.w3-overlay {
	z-index: 1030;
}
.w3-sidebar {
	    width: 260px;
}
.w3-sidebar .navbar-brand img{
	max-height: 100px;
	width: auto;
	margin: auto;
}
 .w3-bar-block .w3-bar-item.close-btn {
    width: 35px;
    float: right;
    padding-right: 30px;
}
.w3-sidebar .close-btn {
	float: right;
    vertical-align: top;
    position: absolute;
    top: -8px;
    right: -11px;
	background-color:transparent !important;
}
 .w3-bar-block .w3-bar-item.close-btn:hover {
    background-color: transparent!important;
	 color: black !important;
}
.w3-sidebar .navbar-header {
    float: none!important;
	padding: 15px 15px 10px;
}
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	max-width: 1650px;
    width: 100%;
}
.top-version-container .nav.navbar-nav.navbar-right {
    float: right!important;
	    margin: 0;
}
.top-version-container {
	background: rgba(21,122,188,1);
background: -moz-linear-gradient(left, rgba(21,122,188,1) 0%, rgba(21,122,188,1) 75%, rgba(39,61,90,1) 75%, rgba(39,61,90,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(21,122,188,1)), color-stop(75%, rgba(21,122,188,1)), color-stop(75%, rgba(39,61,90,1)), color-stop(100%, rgba(39,61,90,1)));
background: -webkit-linear-gradient(left, rgba(21,122,188,1) 0%, rgba(21,122,188,1) 75%, rgba(39,61,90,1) 75%, rgba(39,61,90,1) 100%);
background: -o-linear-gradient(left, rgba(21,122,188,1) 0%, rgba(21,122,188,1) 75%, rgba(39,61,90,1) 75%, rgba(39,61,90,1) 100%);
background: -ms-linear-gradient(left, rgba(21,122,188,1) 0%, rgba(21,122,188,1) 75%, rgba(39,61,90,1) 75%, rgba(39,61,90,1) 100%);
background: linear-gradient(to right, rgba(21,122,188,1) 0%, rgba(21,122,188,1) 75%, rgba(39,61,90,1) 75%, rgba(39,61,90,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157abc', endColorstr='#273d5a', GradientType=1 );

}

.top-version-container .navbar-nav>li.version>.focus a {
	background-color: #273d5a;
	color:#fff;
	line-height: 30px;
	padding: 10px 20px;
}
.top-version-container .navbar-nav>li.version>a:hover, .top-version-container .navbar-nav>li.version>a:active, .top-version-container .navbar-nav>li.version>a:focus,  li.version a.focus {
	background-color: #fff;
	color:#273d5a;
	    line-height: 30px;
}
 .top-version-container .navbar-nav>li.mem-log {
	background-color: black;
	color:#fff;
	 line-height: 50px;
}
.top-version-container .navbar-nav>li.mem-log>a {
	background-color: black;
	color:#fff;
	line-height: 30px;
	padding: 10px 20px;
}

.top-version-container .navbar-nav>li.mem-log>a:hover {
	background-color: black;
	color:#c7e5f8;
}
.container-fluid.top-menu {
	    margin: 10px 0 0;
}
.container-fluid.top-menu .nav.navbar-nav.navbar-right {
	    margin: 8px 0 0;
    font-size: 18px;
    float: right!important;
}
.navbar-brand {
	    padding: 0px;
    overflow: hidden;
    height: auto;

}
.w3-sidebar .navbar-brand{
	 float: none;
}
.navbar-brand img {
	max-height: 118px;
    width: auto;
    padding: 0px;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>li>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #000;
    background-color: #fff;
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav>li>a {
    color: #777;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
    color: #9e9e9e;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li.version, .navbar-inverse .navbar-nav>li.version a:hover, .navbar-inverse .navbar-nav>li.version a:focus {
    color: black;
    /*background-color: #9e9e9e;*/
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: black;
    background-color: #fff;
	-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
}
.navbar-inverse .brand, .navbar-inverse .nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav>.active>a {
	color:#fff;
	background-color: #000;
}
.w3-dropdown-hover .dropdown-1:first-child, .w3-dropdown-click .dropdown-1:hover {
    background-color:#fff;
    color: #000;
}
.container-fluid.top-menu .w3-button .dropdown-1:hover {
    color: black!important;
    background-color: #fff!important;
}
.container-fluid.top-menu .w3-button.dropdown-1:hover {
    color: black!important;
    background-color: #fff!important;
}
.container-fluid.top-menu .container.w3-cell-row {
	/*height:134px;*/
}
.w3-cell.w3-cell-middle.navbar-header {
	max-height: 134px;
	    margin: 0;
    padding: 0;
    float: left;
}
.container-fluid.top-menu .w3-button:hover {
	color: #fff!important;
    background-color: black!important;
}
.container-fluid.top-menu .menu-btn  .w3-button:hover {
	color: black!important;
    background-color: #fff!important;
}
.w3-bar-block .w3-bar-item.icon-btn, .w3-button.icon-btn {
	    background-color: #ccc;
    color: #fff!important;
    border-radius: 50px;
    padding: 9px !important;
    height: 35px;
    width: 35px;
    text-align: center;
	margin: auto 10px;
}
.container-fluid.top-menu .w3-button.icon-btn:hover, .container-fluid.top-menu .w3-button.icon-btn:focus, .w3-bar-item.w3-button.icon-btn:focus, .w3-bar-item.w3-button.icon-btn:hover {
	    background-color: black !important;
	color: #fff !important;
}

.navbar-inverse .navbar-nav>li.version>a:hover, .navbar-inverse .navbar-nav>li.version>a.focus {
		color: #000;
    background-color: transparent;
	line-height: 30px
	}
	.navbar-inverse .navbar-nav>li.version>a {
		color: #ccc;
    background-color: transparent;
	    line-height: 30px;
	}
li.version.focus a:hover {
	background-color: black;
	color: #fff;
}
.w3-sidebar #my-menu88 .mm-list.mm-panel li ul.collapse.in li {
	line-height: 22px;
    /*border-bottom: 1px dotted #ccc;*/
	margin: 2px 0;
}
#my-menu88 .collapse.in a:hover {
	color:#9e9e9e;
}
#my-menu88 .mm-list li a:hover, #my-menu88 .mm-list li a:focus, #my-menu88 .mm-list li .menu_btn:hover {
	color:#9e9e9e;
}
.menu-btn {
	display: none!important;
}
.show-550 {
	display: none!important;
}
.index-icon-wrapper {
	    background-color: #9e9e9e;
    padding: 35px 15px;
}
.index-icon {
	overflow: hidden;
    max-width: 1200px;
    margin: auto;
}
.main-title {
	font-size: 3.5em;
    line-height: normal;
}
.course_title, #subpage_title {
	    color: #ff214f;
    font-size: 2em;
    line-height:normal;
    margin-top: 30px;
	    font-weight: 600;
}
.container.contact {
	padding-left:0;
	padding-right:0;
}

@media (max-width: 1344px){
.menu-btn {
    display: inline-block!important;
}
	#menu88 {
		display:none;
	}
	.navbar-brand img {
		padding:0 0 10px;
	}
	.course_title, #subpage_title {
    margin-top: 25px;
}
	.main-title {
	font-size: 4vw;
    line-height: normal;
}
}



.flex-control-paging li a.flex-active {
    background-color: #157abc;
}
.flex-control-paging li a {
    width: 18px;
    height: 18px;
}
.flex-control-paging li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
}
.flex-direction-nav a {
	    color:rgba(255,255,255,0.48);
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
	color: #fff;
}

#index_banner_wrapper .get-btn, #index_banner_wrapper .title, #index_banner_wrapper .sub-title {
	position: absolute;
}
.carousel-caption {
	    right: 0;
    left: 0;
    width: 100%;
    padding-left: 0%;
	padding-right: 0%;
    max-width: 1200px;
    margin: auto;
    bottom: 0;
    padding-bottom: 75px;
    background: rgba(0, 0, 0, 0);
}
.carousel-caption h3 {
	font-size: 32px;
}
.index-top-container {
    background-color: transparent;
}
.carousel {
    margin-bottom: 0;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /*border-bottom: #1d1d1d 100px solid;*/
}
.carousel-img {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+45,0.75+76 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.75) 76%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.75) 76%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.75) 76%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */

}
.carousel-indicators .active {
    width: 18px;
    height: 18px;
	margin-left: 10px;
	margin-right: 10px;
	    background-color: #9e9e9e;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFF;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.carousel-control.left, .carousel-control.right {
    width: 50px;
    height: 50px;
    padding: 17.5% 50px;
    margin-top: 0;
    background: transparent;
    border: 3px solid transparent;
    opacity: .0;
}

.carousel-control.left:hover, .carousel-control.right:hover {
	opacity: 1;
}

.two-news-wrapper {
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(21,121,188,1) 50%, rgba(21,121,188,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(50%, rgba(21,121,188,1)), color-stop(100%, rgba(21,121,188,1)));
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(21,121,188,1) 50%, rgba(21,121,188,1) 100%);
background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(21,121,188,1) 50%, rgba(21,121,188,1) 100%);
background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(21,121,188,1) 50%, rgba(21,121,188,1) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(21,121,188,1) 50%, rgba(21,121,188,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1579bc', GradientType=1 );
}
.w3-container.w3-cell.w3-left {
	margin: auto;
    padding: 0 0 0 30px;
}
.w3-panel.left-cell {
	max-width: 768px;
    margin: auto 0 auto auto;
        padding: 0 15px 0 45px;
	position: relative;
}


.left-cell ul {
	list-style: none;
    padding:0;
    margin:0;

}
.left-cell li:before {
    content: "\f111";
	font-family: FontAwesome;
    font-size: 12px;
    color: black; /* or whatever color you prefer */
	margin-right: 15px;
}
.left-cell ul li {
	padding: 15px 0 5px 35px;
    text-indent: -1.7em;
	color:#444444;
	font-size: 18px;
}
.left-cell  small {
	color:#157abc;
	font-weight: normal;
	    margin-left: 0;
	font-size: 12px;
}
.w3-container.blue-light.w3-text-white.w3-cell {
	       width: 50%;
    padding: 0 0 25% 0;
    /*margin-top: 12%;*/
    bottom: 0;
    background-color: transparent !important;
    position: relative;
	    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center;
}
.w3-container.w3-cell.w3-white {
	    padding: 15px 0;
}
.w3-container.w3-cell.w3-left {
	padding: 15px 15px 0;
}
.title label {
	font-weight: normal;
}
.about-bg .w3-panel.right-cell {
background-color: rgba(4,87,67,0.85);
    margin: 0;
    width: 100%;
	    position: absolute;
    bottom: 0;
	    padding: 0 50px 0 35px;
}
.right-cell ul {
	list-style: none;
    padding:0;
    margin:0;
max-height: 120px;
    overflow: hidden
}
.right-cell li:before {
  content: "\f111";
	font-family: FontAwesome;
	    font-size: 12px;
  color: #273d5a; /* or whatever color you prefer */
	margin-right: 15px;

}
.right-cell ul li {
	    padding: 15px 15px 5px 35px;
    text-indent: -1.7em;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}
.right-cell  small {
	color:#a4c9fa;
	font-weight: normal;
	    margin-left: 0;
}
.more a, .more a:hover {
    font-size: 15px!important;
}
.w3-container.blue-light.w3-text-white.w3-cell a:hover, .w3-container.blue-light.w3-text-white.w3-cell a:focus {
    color:rgba(255,255,255,0.95);
    text-decoration: underline;
}


#index_banner {
    height: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-image: url(../img/banner_bg.gif);
    background-size: cover;
    background-repeat: no-repeat;
}
.gallery.w3-light-gray {
	/*padding:45px 15px 35px;*/
	padding:0;
	    overflow: hidden;
}
.gallery h1 {
	color: #157abc;
	text-align: center;
}
.gallery .w3-quarter, .gallery .col-md-3.col-sm-6.col-xs-6 {
	padding: 0px;
}
.gallery .col-md-8.col-sm-6 {
    padding-right: 0;
}
.gallery-title {
	background-color: rgba(0,0,0,0.75);
    color: #fff;
    width: 100%;
        padding: 8px 15px;
    font-size: 1vw;
}
.gallery .col-sm-6 {
	padding: 0;
}
.center_words_wrapper {
	    bottom: 10%;
    position: absolute;
    width: 100%;
    padding: 0 15px;
}
.center_words {
        float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
.center_words h4 {
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    font-size: 2vw;
    padding: 0px 15px;
    color: #fff;
    background-color: #353635;
}
.center_words:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    background-color: #fff;
    height: 1px;
    z-index: -1;
}
.w3-display-container {
  position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: #9e9e9e;
}

.w3-display-container:hover .overlay {
  opacity: 1;
}
.icon {
  color: white;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.overlay .icon:hover {
	color: white;
}
.gallery .col-sm-8 {
	padding: 0  0 0 5px;
}
.gallery .col-sm-4 {
	padding: 0 15px 0 0;
}
.apply-wrapper {
	background-color: #dedbdb;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dedbdb+83,ffffff+83,ffffff+83 */
background: rgb(222,219,219); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(222,219,219,1) 86%, rgba(255,255,255,1) 86%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(222,219,219,1) 86%,rgba(255,255,255,1) 86%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(222,219,219,1) 86%,rgba(255,255,255,1) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedbdb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.apply-pic {
	    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-image: url(../images/apply-pic.png);
    width: 50%;
}
.apply-txt {
	    padding: 35px 15px 0 36px;
	text-align: center;
}
.copyright {
	font-size: 13px;
	line-height: 21px;
	    margin-bottom: 20px;
}
.footer {
	padding: 35px 0;
}
.footer-menu {
	text-align: right;
}
.footer-menu-col {
    padding-left: 20px;
    padding-right: 0px;
	display: inline-block;
	    vertical-align: top;
}
.footer-menu-header {
	color: black;
}
.footer-menu-sub {
	font-size: 13px;
	color: #777;
}
.powered {
	font-size: 13px;
	color: #444444;
	padding: 0;
}

.download-list {
	margin: auto 0px;
}
#subpage_banner.border, #subpage_banner.banner-border {
    width: 100%;
	max-width: 100%;
	height:auto;
	background-image: url(../images/inner-pic.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    /*padding-bottom: 18%;*/
	padding-bottom: 7%;
}
#album_bg_4 {
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
	position: relative;
	width:100%;
}

#course_detail_table tr td {
    padding: 5px;
}
.border{
	/*border-bottom: 5px black solid;*/

}
.breadcrumps {
	position: absolute;
    bottom: 0;
    /* background-color: black; */
    width: 100%;
    padding: 1% 15px 15px;
    border-radius: 0;
    text-align: center;
    margin: 0;
    left: 0;
    line-height: 20px;
    font-weight: 500;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+55&0+0,0.75+50 */
/*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,0.75) 80%, rgba(0,0,0,0.75) 55%);*/ /* FF3.6-15 */
/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 55%);*/ /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 55%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); *//* IE6-9 */

}
#pager ul.pages li.pgCurrent {
    color: #157abc;
    font-weight: 700;
}

.subpage_list li {
	text-decoration: none;
}
.subpage_list li:hover, .subpage_list li a:hover {
	text-decoration: none;
	background-color: rgba(0,0,0,0.05);
}
.sub-wrapper {
	padding: 0px 15px 25px;
	/*overflow: hidden;*/
}
.sub-wrapper .footer {
	border-top: 1px #ccc solid;
	max-width: 1650px;
	margin: auto;
	padding: 25px 0px 0px;
}
.sub-list {
	padding: 0 0 25px 0;;
}
.sub-list ul {
	margin: 15px 0 0;
}
.sub-list h4 {
	margin: 0;
}
.sub-list  li.text {
	border-bottom: 1px #eee solid;
	    padding: 15px 0;
	    padding: 5px 0;
	display: inline-block;
	width: 100%;
}
#subpage_banner {
	background-image: url(../images/inner-pic.jpg);
    /*padding-bottom: 12%;*/
    background-position: center;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    margin: 0;
}
#subpage_banner.clearfix {
	display: none;
}

#slider1 {
    height: 100%;
}
#slider1 .col-sm-12 {
	position: absolute;
    bottom: 0;
    left: 0;
}
#slider1 .thumbnail {
	margin-bottom: 0;
}
.album_layout {
	    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    width: 100%;
}
.album_layout img{
    position: absolute;
    top: 0px;
    margin-top: 0px;
    width: 100%;
    left: 0;
	display: inline-block;
    vertical-align: middle;
}
.album_layout:before
    {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

.album_title {
	position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,0.65);
    width: 100%;
    color: #fff;
    font-size: 14px !important;
    font-weight: normal;
    line-height: normal;
    padding: 5px;
}

.supper_bk {
    font-size: 16px;
    color: #157abc;
    font-weight: bold;
    line-height: 36px;
}

input[type="file"] {
    height: 50px;
}

select {
    line-height: 20px;
}
.ui-widget-content {
    border: 0px solid #fff !important;
}
label {
	width: 100%;
	font-size: 16px;
	line-height: 25px;
}
label.success {
    display: none !important;
}

label.radio-inline {
    width: auto !important;
}

label.radio-inline input {
    width: auto;
}

label.label-radio input {
    width: auto;
    box-shadow: none;
    margin-top: -5px;
}

.radio-other-input {
    display: inline-block;
    width:45% !important;
    margin-top: 0;
    margin-bottom: 0;
}

.input_field_file {
    width: auto;
    box-shadow: none;
    line-height: 30px;
}

.form_button_custom {
    width: auto;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-weight: 100;
	margin-bottom: 10px;
}
.t_bk_blod {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
#subpage_wrapper {
    height: auto;
    margin-top: 0;
    clear: none;
    max-width: 1200px;
    width: 100%;
}
p {
    margin: 0 0 15px;
}
.download-section div {
	font-size: 14px;
}
#subpage_content {
    float: none;
    font-size: 16px;
    line-height: 21px;
    /* width: 52.14062466875001em; */
    width: 100%;
    letter-spacing: normal;
    padding-bottom: 0;
	    min-height: 20vh;
}
.top-wrapper {
	/*height:184px;*/
	display: block;
	width:100%;
}
.attached-img {
	margin:30px auto;
}
.attached-img img {
	border: 1px solid #ccc!important;
	padding: 4px;
	border-radius: 5px;
	width: 16% !important;
    margin: 0.333333%;

}
.portfolio-modal {
	width: 100%;
    max-width: 1200px;
    margin: 0;
	padding-right: 0px !important;
}
.portfolio-modal.modal.fade.in {
    top: 0;
	    bottom: auto;
	z-index: 1041;
	    width: 95%;
    background-color: white;
	    overflow-x: hidden;
    overflow-y: auto;
	    border: 0px solid rgba(0, 0, 0, 0.0);
	-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.0);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.0);
}
#modal-search-content {
	width:90%;
	margin: auto;
}
#portfolioModalSearch {
	max-width: none;
	width:70%;
	height: 100%;
	border-radius: 0;
}
#portfolioModalSearch:before {
	height:0;
}
#portfolioModalSearch .close-btn {
	    position: fixed;
    right: 69%;
    top: 50px;
}
#portfolioModalSearch .subpage-container {
	margin-top: 50px !important;
}
#portfolioModalSearch h2 {
	margin: 0 0 10px !important;
    /* border-bottom: 5px #eee solid; */
    padding: 8px 0;
    background-color: #eee;
}

#portfolioModalSearch tr {
	border-bottom: 1px #ddd solid;
}
#portfolioModalSearch .modal-backdrop, .modal-backdrop.fade.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.rl.w3-badge.w3-large {
	width: 35px;
    height: 35px;
    float: right;
    cursor: pointer;
    padding: 6px 8px;
    border: 3px white solid;
}
.portfolio-modal .close-modal {
position: absolute;
    z-index: 140;
    text-align: right;
    float: right;
    /* right: 5px; */
    width: 100%;
    max-width: 1200px;
	padding: 0;
	}
.portfolio-modal .carousel-control.right2, .portfolio-modal .carousel-control.left2  {
	margin:auto;
}
.portfolio-modal .carousel-control{
background: transparent;
    border: 0px solid #ffffff;
	    width: 10%;
	}

.modal-backdrop, .modal-backdrop.fade.in {

    position: fixed;
}
.modal-thum {
	width:10%;
	padding: 5px;
}
.modal {
  text-align: center;
  padding: 0!important;
	background-color: transparent;
    border: 0px solid rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.0);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.0);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.0);
	width: inherit;
    margin-left: inherit;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
	.modal.fade.in {
    top: 10%;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1041;
    width: 100%;
}
#ModalReport .modal-content, #ModalMedia .modal-content {
	 max-height: 90vh;
    overflow: hidden;
}
#ModalVideo .modal-dialog, #ModalAlbum .modal-dialog, #ModalReport .modal-dialog,#ModalMedia .modal-dialog {
	    width: 93%;
    max-width: 768px;
    margin: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
#ModalVideo .modal-body, #ModalAlbum .modal-body, #ModalReport .modal-body, #ModalMedia .modal-body {
    max-height: 90vh;
	padding: 0;
	    overflow-x: hidden;
}
#ModalMedia .modal-body {
    max-height: 90vh;
	padding: 0;
	    overflow-x: hidden;
}
#ModalVideo .modal-content {
	background-color: transparent;
}
#ModalAlbum #thumbcarousel {
    height: auto;
    margin: 10px 0 ;
}
#ModalAlbum .carousel-control{
background: transparent;
    border: 0px solid #ffffff;
	    width: 10%;
	margin: auto;
	    height: 100%;
	}
#ModalAlbum .carousel-inner2 > .item > img, #ModalAlbum .carousel-inner2 > .item > a > img {
    width: auto;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}
#ModalAlbum #carousel-bounding-box {
	margin-top: 0px;
}


#thumbcarousel {
	height: auto;
	margin: auto -15px 15px;
}
#thumbcarousel .carousel-control.left, #thumbcarousel .carousel-control.right {
    width: 50px;
    height: 100%;
    padding: 0;
    margin-top: auto;
    background: transparent;
    border: 0px solid transparent;
    opacity: .5;
    margin-bottom: 0;
}
#thumbcarousel .carousel-inner {
	width:90%;
	margin:auto;
    text-align: center;
}
#thumbcarousel .thumbnail {
	margin-bottom: 0;
}
#multimedia_section {
	    overflow: hidden;
    float: left;
    width: 100%;
	padding: 15px 0;
}
   #multimedia_section .w3-cell {
	   margin: 5px auto;
}
.download-section {
	padding-bottom: 20px;
    border-bottom: 1px #eee solid;
    margin-bottom: 30px;
}
.download_date {
	font-size: 13px;
	font-weight: 100;
}
.dropdown-menu>li>a {
       padding: 0px;
    margin: 3px;
}
.dropdown-toggle.btn .caret {
    margin-top: 0px;
	margin-left: 5px;
}
#dropdown_btn_c {
	width:100%;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: none;
    text-decoration: none;
}
#dropdown_btn_c {
    color: inherit;
}
.dropdown-menu {
	margin: 0;
	padding: 0;
}


/* dropdown my profile */

.dropbtn {
    background-color: white;
    color: black;
    padding: 0;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background: black;
    color: white;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    text-decoration: underline;
}

.dropdown button:focus {
   outline: 0;
}
.record .w3-grey, .record .w3-hover-grey:hover, .record .w3-gray, .record .w3-hover-gray:hover {
    color: #444!important;
    background-color: #eaeaea!important;
    font-weight: normal !important;
}
/* end dropdown my profile */


/*.realperson-regen {
    text-align: right !important;
}*/
#login_greeting {
	color:#55b720;
}
.realperson-text {
    width: 25%;
}
.terms {
	width:50%;
}
.left-cell div.more {
		padding: 15px 0;
    position: absolute;
    top: 0;
    right: 0;
	}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
}
.subpage_list {
	width: 100%;
}
.sub-list .row {
	display:block;
}
.outline-black {
    text-shadow: 2px 2px 5px #000000;
	text-shadow: 2px 2px 0px #000, 2px -2px 0px #000, -2px 2px 0px #000, -2px -2px 0px #000, 2px 0px 0px #000, 0px 2px 0px #000, -2px 0px 0px #000, 0px -2px 0px #000, 2px 2px 2px rgb(0 0 0 / 0%);
}
.outline-w {
    text-shadow: 2px 2px 5px #fff;
    text-shadow: 2px 2px 0px #fff, 2px -2px 0px #fff, -2px 2px 0px #fff, -2px -2px 0px #fff, 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff, 2px 2px 2px rgb(255 255 255 / 0%);
}
.outline-bk-shadow {
	text-shadow: 0 0 5px #000, 0 0 5px #000;
    color: #FFFFFF;
}
.outline-light-brown {
    text-shadow: 2px 2px 5px #d9ccae;
    text-shadow: 2px 2px 0px #d9ccae, 2px -2px 0px #d9ccae, -2px 2px 0px #d9ccae, -2px -2px 0px #d9ccae, 2px 0px 0px #d9ccae, 0px 2px 0px #d9ccae, -2px 0px 0px #d9ccae, 0px -2px 0px #d9ccae, 2px 2px 2px rgb(217 204 174 / 0%);
}
.outline-lighting {
color: #FFFFFF;
text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00;
}
.outline-3d {
text-shadow: 0 1px 0 #cccccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgb(0 0 0 / 10%), 0 0 5px rgb(0 0 0 / 10%), 0 1px 3px rgb(0 0 0 / 50%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 55%), 0 10px 10px rgb(0 0 0 / 40%), 0 20px 20px rgb(0 0 0 / 35%), 4px 0px 8px rgb(0 0 0 / 86%);
color: #FFFFFF;
}
.outline-shadow {
text-shadow: 4px 3px 5px #000;
}
a.main-title {
	text-decoration: none;
}
.white-link .mobile-toggle span {
box-shadow: 0 1px 3px rgb(0 0 0 / 30%), 0 3px 5px rgb(0 0 0 / 20%), 0 5px 10px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 20%), 0 0px 10px rgb(0 0 0 / 15%), 4px 0px 8px rgb(0 0 0 / 46%);
}
.outline-concave {
color: transparent;
background: #333;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}

@media (min-width: 768px){
    .modal-dialog {
        width: 95%;
        max-width: 1200px;
        margin: 30px auto;
    }
	#ModalAlbum .modal-dialog, #ModalReport .modal-dialog, #ModalMedia .modal-dialog {
	   max-width: 1200px;
		width: 95%;
    }
	#ModalVideo .modal-dialog {
        max-width: 768px;
		width: 95%;
    }

	#ModalVideo .modal-body {
	   padding: 15px;
		background-color: white;
    }

	#ModalAlbum #carousel-bounding-box {
    	margin-top: 15px;
    }
}

@media (max-width:1400px) {
	.carousel-caption {
    }
}


@media (max-width:1350px) {
	#subpage_banner.border, #subpage_banner.banner-border {
		padding-bottom: 8.5%;
    }
}



@media (max-width:1200px) {
	.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
	}
	.gallery-title {
    font-size: 14px;
    line-height: 18px;
}
	.w3-cell.w3-cell-middle.navbar-header {
    margin: 0 0 0 15px;
	}
	.carousel-caption {
}
	.ui-tabs .ui-tabs-panel {
    padding: 1em 0 !important;
}
	.top-version-container .container, .container-fluid.top-menu .container {
		margin:0;
		padding:0px;
	}
	.two-news-wrapper .container {
	padding: 0 0 0 15px;
}
	.apply-wrapper {
	padding: 0;
}
	#subpage_banner .container {
		padding:0;
	}
	.sub-list, .sub-wrapper {
	padding: 0 0 15px 0;
}
.contact .sub-wrapper {
    padding: 0 15px 15px ;
}
		.carousel-caption h3 {
	font-size: 28px;
}
}

@media (min-width: 1345px) {
	.w3-sidebar, .w3-overlay {
    display: none!important;
}

}


@media (max-width:999px) {
	#subpage_banner.border, #subpage_banner.banner-border {
		padding-bottom: 10%;
    }
	#menu88 .hidden-sm.hidden-xs {
	display: none;
}
	.top-wrapper {
}
	.carousel-caption {
}
.carousel-caption h3 {
	font-size: 24px;
}
	.menu-btn {
	display: inline-block!important;
}
	.destop-btn {
	display: none!important;
}
.container-fluid.top-menu .container.w3-cell-row {
    height: 100px;
}
	.container-fluid.top-menu {

}
	.navbar-brand img {
    max-height: 100px;
}
	.two-news-wrapper h1 {
		font-size: 28px;
	}
}


@media (max-width: 991px) {
.w3-display-container {
    position: relative;
    width: 100%;
    padding-bottom: 54.25%;
	margin-bottom: 0px;
}
	.w3-row-padding {
		padding:0;
	}
}

@media (max-width:768px) {
	#portfolioModalSearch .subpage-container {
    margin-top: 25px !important;
}
	#modal-search-content {
	width:100%;
}
	#portfolioModalSearch {
		width:100%;
	}
	#portfolioModalSearch .close-btn {
    position: fixed;
    right: 0px;
    top: 0px;
}
	.sub-list ul {
	margin: 0;
		margin: 10px 0 0;
}
	.course_title,#subpage_title {
    font-size: 24px;
    line-height: normal;
}
	.left-cell div.more {
		padding: 0;
    top: unset;
    bottom: 0;
    right: unset;
	}
	.about-bg .w3-panel.right-cell {
           position: unset;
		    padding: 10px 15px 0;
}
	.w3-container.w3-cell.w3-left {
    margin: auto;
    padding: 0 15px;
}
	.navbar {
    border-bottom: 10px solid black;
}
	.center_words h4 {
    font-size: 6vw;
}
	.footer {
	padding: 15px 0;
}
	.terms {
	width:100%;
		float: left;
}
	#thumbcarousel .carousel-control.left, #thumbcarousel .carousel-control.right {
		display: none;
	}
	#ModalAlbum #thumbcarousel .carousel-inner {
    width: 100%;
	}
	#ModalAlbum .modal-content {
		    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,.0);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.0);
    box-shadow: 0 3px 9px rgba(0,0,0,.0);
		    background-color: transparent;
	}
	.carousel-inner2 > .item > img, .carousel-inner2 > .item > a > img {
    max-height: 73vh;
}
	.modal-thum {
    width: 8.5%;
    display: inline-block;
    padding: 0;
}
	.attached-img img {
	width:24% !important;
	margin: 0.5%;
}
	.download-list {
	margin: auto 0;
}
	.download-list div {
	margin: auto 15px;
		padding: 0;

}
	.top-wrapper {
}
	.carousel-caption {
   /*position: static;
    background: #03670f;*/
    z-index: 99;
    padding: 10px 15px 0px;
}
	.carousel-caption h3 {
		font-size: 3vw;
	}
	.carousel-img {
    /*background: rgba(0,0,0,0.0);*/
}
	.carousel-indicators {
    bottom: 0px;
		display: none;
	}
	#myBtn {
    bottom: 60px;
    right: 15px;
	}
	.top-version-container .container {
		padding:0;
	}
	.container-fluid.top-menu .container.w3-cell-row {
    height: 70px;
}
	.container-fluid.top-menu {

}
	.navbar-brand img {
    max-height: 70px;
		margin: auto;
}
	.navbar-brand {
    float: none;
}
	.w3-container.w3-cell.w3-white{
		padding: 25px 0 0 !important;
    position: relative;
    display: block;
    width: 100%;
		overflow: hidden;
	}
	 .w3-container.blue-light.w3-text-white.w3-cell {
    padding: 25% 0 0 !important;
    position: relative;
    display: block;
    width: 100%;
		 overflow: hidden;
}
	.index-news-color {
		background: transparent;
	}
	.index_news_wrappper {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: unset;
}
	.left-cell, .right-cell {
		margin: 0 auto 50px;
	}
	.w3-panel.left-cell {
    padding: 0 15px 50px;
}
	.two-news-wrapper h1 {
    font-size: 34px;
}
	.two-news-wrapper .container {
    padding: 0;
}
	.gallery .col-sm-8 {
    padding: 0;
}
	.gallery .col-sm-4 {
    padding: 15px 11px;
}
	.w3-display-container {
		padding-bottom: 56.25%;
	}
	.gallery .w3-quarter {
    margin: 10px auto;
}
	.gallery .col-md-8.col-sm-6 {
    padding-right: 12px;
    padding-left: 12px;
}
		.apply-wrapper {
	padding: 15px ;
}
	.apply-pic {
    width: 100%;
    display: block;
        padding-bottom: 30%;
    background-position: center;
}
	.apply-txt {
    padding: 15px 0;
}
	.copyright {
		display:block;
		text-align: center;
		    line-height: 18px;
	}
	.footer-menu {
		text-align: center;
	}
	.footer-menu-col {
		    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
		padding-bottom: 10px;
	}
	.powered {
		text-align: center;
	}

}

.show-700{
		display:none !important;
	}

.speakers-wrapper .swiper-slide {
    margin: 0 auto;
}

.speakers-wrapper figure {
    margin: 0;
}

.speakers-wrapper *, *:before, *:after {
    box-sizing: border-box;
}

.speakers-wrapper .container {
    max-width: 70vw;
    width: 100%;
}

.speakers-wrapper h1, h2, .h2-same {
    font-size: 305%;
    line-height: 60px;
    margin: 0 0 25px;
}

.speakers-wrapper .font-weight-800 {
    font-weight: 800;
}

.speakers-wrapper .team-member-position .text-large {
    font-size: 122%;
    line-height: normal;
    margin-bottom: 15px;
}

.speakers-wrapper {
    padding: 80px 0;
}

@media (max-width:700px) {
	.container-fluid.top-menu .nav.navbar-nav.navbar-right {
	    margin: 5px 0 0;
    border-top: opx #eee solid;
	position: absolute;
    top: 20px;
    right: 0;
}
	.navbar-brand img {
		padding: 0;
	}
	.hid-700 {
		display:none!important;
	}
	.show-700{
		display:block !important;
	}
	.navbar-nav.block-700 {
    margin: 0;
    display: inline-block important;
    width: 100%;
    float: left;
}
	.search-icon input[type=text]:focus {
    margin: auto 0px 0px -120px;
		    width: 235px;
}
	.w3-cell.w3-cell-middle.navbar-header, .top-menu .w3-cell.w3-cell-middle {
		display: table-row;
    width: 100%;
    float: none;
	}
	.navbar .nav > li.menu-btn {
    float: right;
}

    .mobile-padding-left-right {
        padding-left: 15px;
        padding-right: 15px;
    }

}
@media (max-width:600px) {
	.act-date {
		font-size: 13px;
	}
	.hid-600 {
		display:none!important;
	}
	.pagination {
    position: absolute;
    bottom: 0;
		    margin: 20px 0 0;
}
	.w3-container.w3-cell.w3-mobile {
		    margin: 10px 0 20px !important;
	}
}

@media (max-width:500px) {
	.navbar-brand img {
    max-height: 60px;
}
	.carousel-caption h3 {
		font-size: 16px;
	}
	#ModalVideo .modal-dialog, #ModalAlbum .modal-dialog {
	    width: 90%;
	}
	.attached-img img {
	width:32% !important;
}
	.top-wrapper {
}
	.hid-500 {
		display:none!important;
	}
	.show-550 {
	display: inline-block!important;

}

	.modal-thum {
    width: 8%;
	}
	.top-version-container .navbar-nav>li.version>a {
    line-height: 30px;
    padding: 8px 10px;
		    background-color: #273d5a;
		font-size: 14px;
}
	.top-version-container .navbar-nav>li.mem-log>a {
    line-height: 25px;
    padding: 10px;
}
	.top-version-container .navbar-nav>li.mem-log {
    line-height: 35px;
		font-size: 14px;
}
	.w3-bar-block .w3-bar-item.icon-btn {
    width: 35px;
    display: inline-block;
		    float: left;
}
	.navbar-nav {
	    margin: 0;
    display: inline-block;
    float: left;
	}
	.navbar-nav:focus {
    margin: 0 5%;
    display: inline-block;
    width: 90%;
}
	.search-icon {
        display: inline-block;
}
	.w3-bar-block .w3-bar-item.close-btn {
    width: 35px;
    float: right;
    padding-right: 30px;
}
	.navbar .nav > li.menu-btn {
    float: right;
}

	.more {
		    /*padding: 0 0 0px 0!important;
    position: absolute;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    right: 0;*/
	}
	.gallery .col-md-3.col-sm-6.col-xs-6 {
		width:100%;
	}
	.breadcrumps {
		min-width: auto;
	}
	.breadcrumps-mobile {
		display: block;
		position: static;
	}
}
