@charset "utf-8";
/* CSS Document */
body {
    font-size: 16px;
	font-family: Arial, 微軟正黑體, "Microsoft JhengHei", sans-serif !important;
    font-weight: normal;
	line-height: unset;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, 微軟正黑體, "Microsoft JhengHei", sans-serif;
	font-weight: 700;
}
h1 {
    font-size: 27px;
}
a input {
	color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    padding: 5px 30px;
}
li {
    line-height: unset;
}
p {
    margin: 0 0 30px;
}
td p {
    margin: 5px 0 ;
}
.mm-list {
    font-size: 16px;
}
.t_grey {
    font-size: unset;
}
option {
	    padding: 5px 2px ;
}
 input[type=checkbox] {
    width: 24px;
    height: 24px;
    position: relative !important;
    top: 0;
}
input[type=radio] {
    width: 24px;
    height: 24px;
    position: relative !important;
    top: 0;
	margin-right: 5px;
    vertical-align: middle;
}
.download-list .w3-cell {
    display: block;
    float: left;
    width: 100%;
}
.table-responsive table {
	/*width:auto !important;*/
}

.table-responsive table, th, td {
  border: 0px solid #ddd;
}
.table-responsive table tr:nth-child(even) {background-color: #f2f2f2;}

[class^="icon-"], [class*=" icon-"] {
    background-image: none;
}
#myBtn {
      position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    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;
}

#myBtn:hover {
  background-color: #00acc2;
}
#menu88 ul li.w3-dropdown-hover ul li>a:hover, #menu88 ul li.w3-dropdown-hover ul li>a {
   /* font-weight: 300;
    font-size: 15px;*/
}
.act_event_items>div {
    padding: 10px 0 !important;
}

.navbar .nav > li > a {
    padding: 10px 13px 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: 600;
}
.container {
    max-width: 1400px;
    width: 100%;
}
.blue-light {
	background-color: #157abc!important;
}
.blue-dark {
	background-color: #273d5a !important;
}
.blue-txt-light {
	color: #157abc;
}
.blue-txt-dark {
	color: #273d5a;
}
img {
    width: auto !important;
    max-width: 600px !important;
    height: auto !important;
}
.w3-btn:hover, .w3-button:hover {
	text-decoration: none;
}


/*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 32px;
    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: 15px;
}
.search-icon input[type=text]:hover {
   background-color: #157abc;
}
.search-icon input[type=text]:focus {
    width: 90%;
    padding:6px 6px 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: right;
}
.social-icon {
	padding: 6px;
    width: 34px;
    height: 34px;
    background-color: #cccccc !important;
	color: #fff;
    text-align: center;
    vertical-align: text-bottom;
}



.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-bar-block .w3-bar-item.close-btn:hover {
    background-color: #fff!important;
	 color: #157abc !important;
}
.w3-sidebar .navbar-header {
    float: none!important;
}
.navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
	max-width: 1400px;
    width: 100%;
}
.top-version-container .nav.navbar-nav.navbar-right {
    float: right!important;
	    margin: 0;
}
.top-version-container {
	background: rgba(21,122,188,1) !important;
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: #157abc;
	color:#fff;
	 line-height: 50px;
}
.top-version-container .navbar-nav>li.mem-log>a {
	background-color: #157abc;
	color:#fff;
	line-height: 30px;
	padding: 10px 20px;
}

.top-version-container .navbar-nav>li.mem-log>a:hover {
	background-color: #157abc;
	color:#c7e5f8;
}
.container-fluid.top-menu {
	height:120px;
	padding:0;
}
.container-fluid.top-menu .nav.navbar-nav.navbar-right {
	margin:0;
	font-size: 16px;
	float: right!important;
}
.navbar-brand {
	    padding: 0px;
    overflow: hidden;
    height: auto;
	   
}
.w3-sidebar .navbar-brand{
	 float: none;
}
.navbar-brand img {
	max-height:120px;
	width:auto;
}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>li>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #157abc;
    background-color: #fff;    
	box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav>li>a {
    color: #000;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
    color: #157abc;
    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: #fff;
    background-color: #273d5a;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #157abc;
    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);
}
.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: #157abc!important;
    background-color: #fff!important;
}
.container-fluid.top-menu .w3-button.dropdown-1:hover {
    color: #157abc!important;
    background-color: #fff!important;
}
.container-fluid.top-menu .container.w3-cell-row {
	height:120px;
}
.w3-cell.w3-cell-middle.navbar-header {
	max-height: 120px;
	    margin: 0;
    padding: 0 0 0 15px;
    float: left;
}
.container-fluid.top-menu .w3-button:hover {
	color: #fff!important;
    background-color: #157abc!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: #157abc !important;
	color: #fff !important;
}
.navbar-inverse .navbar-nav>li.version>a {
		color: #fff;
    background-color: transparent;
	    line-height: 30px;
	}
.navbar-inverse .navbar-nav>li.version>a:hover, .navbar-inverse .navbar-nav>li.version>a.focus {
		color: #000;
    background-color: #fff;
	line-height: 30px
	}
li.version.focus a:hover {
	background-color: #157abc;
	color: #fff;
}
.w3-sidebar #my-menu88 .mm-list.mm-panel li ul.collapse.in li {
	line-height: 22px;
/*    border-bottom: 1px dotted #ccc;*/
	margin: 10px 0;
}
.menu-btn {
	display: none!important;
}
.show-550 {
	display: none!important;
}
.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: 35%;
	padding-right: 0%;
    max-width: 1200px;
    margin: auto;
    top: 35%;
    padding-bottom: 30px;
    background: rgba(0, 0, 0, 0);
	text-align: left;
}
.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;
    background: rgba(0,0,0,0.4);
    /*background: -webkit-linear-gradient( rgba(0,0,0,0.00),rgba(0,0,0,0.00), rgba(0,0,0,0.5));
    background: -o-linear-gradient(rgba(0,0,0,0.00), rgba(0,0,0,0.00), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(rgba(0,0,0,0.00), rgba(0,0,0,0.00), rgba(0,0,0,0.5));
    background: linear-gradient(rgba(0,0,0,0.00), rgba(0,0,0,0.00), rgba(0,0,0,0.5));*/
}
.carousel-indicators .active {
    width: 18px;
    height: 18px;
	margin-left: 10px;
	margin-right: 10px;
	    background-color: #157abc;
	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: 100px;
    height: 100%;
    /*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 );
}
.left-cell ul {
	list-style: none;
    padding:0;
    margin:0;
	
}
.left-cell li:before {
  content: "\f111";
	font-family: FontAwesome;
	    font-size: 12px;
  color: #157abc; /* or whatever color you prefer */
	margin-right: 15px;
	
}
.left-cell ul li {
	padding: 15px 15px 5px 35px;
    text-indent: -1.7em;
	color:#273d5a;
	font-weight: 400;
	font-size: 15px;
}
.left-cell  small {
	color:#157abc;
	font-weight: normal;
	    margin-left: 0;
}
.two-news-wrapper h1 {
	    margin-top: 30px;
}
.w3-container.blue-light.w3-text-white.w3-cell {
	width: 50%;
	padding:0px 0 0 15px ;
}
.w3-container.w3-cell.w3-white {
	padding: 0px 0 15px 0;
}
.right-cell ul {
	list-style: none;
    padding:0;
    margin:0;
	
}
.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: 400;
    font-size: 15px;
}
.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:15px;
	background-color: #fff!important;
}
.gallery h1 {
	color: #157abc;
	text-align: center;
}
.gallery .w3-quarter, .gallery .col-md-3.col-sm-6.col-xs-6 {
	padding: 0 3px;
}
.gallery .col-md-8.col-sm-6 {
    padding-right: 0;
}
.gallery-title {
	background-color: rgba(0,0,0,0.55);
	color:#fff;    
	width: 100%;
}
.w3-display-container {
  position: relative;
    width: 100%;
    padding-bottom: 112%;
    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:rgba(21,122,188,0.75);
}

.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;
}
.index-wrapper {
    max-width: 1400px;
}
.index-wrapper .w3-cell img {
	margin:auto;
	/*max-width: 150px !important;*/
	max-width: 130px !important;
}
.overlay .icon:hover {
	color: white;
}
.gallery .col-sm-8 {
	padding: 0  0 0 5px;
}
.gallery .col-sm-4 {
	padding: 0 15px 0 0;
}


.apply-pic {
	background-size: cover;
    background-position: center;
    background-image: url(../images/apply-pic.jpg);
    width: 35%;
	min-width: 320px;
}
.apply-txt {
	padding: 35px;
}
.copyright {
	font-size: 13px;
	line-height: 21px;
	    margin-bottom: 20px;
}
.footer {
	border-top:5px #273d5a solid;
	padding: 0 0 15px;
}
.footer-menu {
	text-align: right;
}
.footer-menu-col {
    padding-left: 20px;
    padding-right: 0px;
	display: inline-block;
	    vertical-align: top;
}
.footer-menu-header {
	
}
.footer-menu-sub {
	font-size: 13px;
	color: #777;
}
.powered {
	font-size: 13px;
	text-align: right;
	padding: 0;
}

.download-list {
	margin: auto -15px;
}
.index_icon_1 {
    font-size: 1.2em;
    line-height: 0.5em;
}
 .index-wrapper .w3-container.w3-cell {
	 padding:0 5px;
 }
#subpage_banner.border {
    width: 100%;
	max-width: 100%;
	height:auto;
	background-image: url(../images/inner-pic.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    padding-bottom: 12%;
}
#index_album_img_crop_2 {
	height:auto;
}
.album_layout {
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
    width: 100%;
	background-size: cover;
    background-position: center;
}
#album_bg_4 {
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
	position: relative;
    width: 100%;
}
.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;
}
.course_title {
	    color: #157abc;
    font-size: 28px;
    line-height: 36px;
    margin-top: 25px;
    font-weight: 700;
}
#course_detail_table tr td {
    padding: 5px;
}
.border{
	border-bottom: 5px #157abc solid;
	
}
.breadcrumps {
	position: absolute;
    bottom: 0;
    background-color: #157abc;
    width: auto;
    padding: 10px 15px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    line-height: 20px;
    font-weight: 400;
    min-width: 280px;
}
.breadcrumps  b, .breadcrumps strong {
	font-weight: 400;
}
#pager ul.pages li.pgCurrent {
    color: #157abc;
    font-weight: 700;
}
.sub-wrapper {
	padding: 0px 15px 25px;
}
.sub-list {
	padding: 25px 0;
}
.sub-list ul {
	margin: 0;
}
.sub-list h4 {
	margin: 0;
}
.sub-list  li.text {
	border-bottom: 1px #eee solid;
	    padding: 15px 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;
}
#subpage_title {
    color: #157abc;
    font-size: 28px;
    line-height: 36px;
    margin-top: 25px;font-weight: 400;
}
.supper_bk {
    font-size: 15px;
    color: #157abc;
    font-weight: bold;
    line-height: 36px;
}
select, input[type="file"] {
    line-height: 20px;
}
.ui-widget-content {
    border: 0px solid #fff !important;
}
label {
	width: 100%;
	font-size: 15px;
	line-height: 25px;
}
label.success {
    display: none !important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-weight: 100;
	margin-bottom: 10px;
}
.t_bk_blod {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}
#subpage_wrapper {
    height: auto;
    margin-top: 10px;
    clear: none;
    max-width: 1400px;
    width: 100%;
}
#subpage_content {
    float: none;
    font-size: 16px;
    line-height: 1.5em;
    /* width: 52.14062466875001em; */
    width: 100%;
    letter-spacing: normal;
    font-weight: normal;
    padding-bottom: 0; 
}

.top-wrapper {
	height:170px;
	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: 3% auto auto;
	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);
}
.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;
}
 

.realperson-regen {
    text-align: right !important;
}

.realperson-text {
    width: 25%;
}
.terms {
	width:50%;
}

@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 {
    padding-left: 47%;
    padding-right: 0%;
}
}



@media (max-width:1200px) {
	.carousel-caption {
    padding-left: 50%;
    padding-right: 6%;
}
	.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 15px 0 0;
}
	#subpage_banner .container {
		padding:0;
	}
	.sub-list, .sub-wrapper {
	padding: 0;
}
		.carousel-caption h3 {
	font-size: 28px;
}
}


@media (max-width:1199px) {
.index-video {
	margin: 10px auto;
}
}



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


@media (max-width:999px) {
	#menu88 .hidden-sm.hidden-xs {
	display: none;
}
	.top-wrapper {
	height:150px;
}
	.carousel-caption {
        top: 15%;
}
.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 {
    height: 100px;
}
	.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: 8px;
}
	.w3-row-padding {
		padding:0;
	}
	.index-wrapper .w3-cell img {
	max-width: 100px !important;
}
}

@media (max-width:768px) {
	img {
    max-width: 100% !important;
}

	.index-wrapper .w3-cell {
	width: 50%;
    display: inline-block;
    margin: auto auto 30px;
}
.index-wrapper .w3-cell img {
    max-width: 130px !important;
}
	.index-wrapper  {
	padding-bottom: 0;
}
	.index_icon_1 {
    font-size: 1.15em;
	}
	.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: 20px 5px 0;
}

	.top-wrapper {
	height:120px;
}
	.carousel-caption {
   position: absolute;
    bottom: 0;
    top: unset;
    background:hsla(214,40%,25%,0.65);
    z-index: 9999;
    padding: 5px 15px 5px;
}
	.carousel-caption h3 {
		font-size: 15px;
		text-align: center;
		line-height: normal;
	}
	.carousel-img {
    background: rgba(0,0,0,0.0);
}
	.carousel-indicators {
    bottom: 0px;
		display: none;
	}
	#myBtn {
    bottom: 20px;
    right: 20px;
	}
	.top-version-container .container {
		padding:0;
	}
	.container-fluid.top-menu .container.w3-cell-row {
    height: 70px;
}
	.container-fluid.top-menu {
    height: 70px;
}
	.navbar-brand img {
    max-height: 70px;
}
	
	.w3-container.w3-cell.w3-white, .w3-container.blue-light.w3-text-white.w3-cell {
		padding: 0!important;
    position: relative;
    display: block;
    width: 100%;
	}
	
	.left-cell, .right-cell {
		margin: 0 auto 50px;
	}
	.two-news-wrapper h1, h1 {
    font-size: 24px;
}
	.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;
    height: 25vh;
		min-width: unset;
}
	.apply-txt {
    padding: 15px 0;
}
	.copyright {
		display:block;
		text-align: center;
	}
	.footer-menu {
		text-align: center;
	}
	.footer-menu-col {
		    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
		padding-bottom: 10px;
	}
	.powered {
		text-align: center;
	}
	
}
@media (max-width:600px) {
	.act-date {
		font-size: 13px;
	}
}

@media (max-width:500px) {
	#ModalVideo .modal-dialog, #ModalAlbum .modal-dialog {
	    width: 90%;
	}
	.attached-img img {
	width:32% !important;
}
	.top-wrapper {
	height:106px;
}
	.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;
    /* width: 90%; */
    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;
}
	.search-icon input[type=text]:focus {
    width: 100%;
    margin-right: -15px;
    margin-left: 30px;
}
	.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;
	}
}
	