@charset "utf-8";

/*clear float*/ 
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-table; } 
/* Hides from IE-mac \*/ 
* html .clearfix { height: 1%; } 
.clearfix { display: block; } 
/* End hide from IE-mac */
* { box-sizing: border-box; }
* {	font-family: Helvetica Neue, Arial, sans-serif, "PingFangTC", "Microsoft JhengHei"; }
map *:focus, button:focus {outline:none;}
a {	outline: none; /*for Firefox Google Chrome*/ behavior:expression(this.onFocus=this.blur()); /*for IE*/ }
a, a:hover, a[href^="tel:"], a:hover[href^="tel:"] { text-decoration: none; }


/*==========按鈕==============================*/
.btn {
	border: solid 1px;
	border-radius: 5px;
	padding: 13px 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
	transition: 0.3s;	
}
.btn:focus, .btn.focus {
    box-shadow: none;
}
.btn-type1 {
	color: #c90f1e;
	border-color: #c90f1e;
}
.btn-type1:hover {
	color: #fff;
	background: #c90f1e;	
}
.btn-type2 {
	color: #fbae17;
	border-color: #fbae17;
}
.btn-type2:hover {
	color: #fff;
	background: #fbae17;	
}

.btn-type-s, .btn-type-sx {
	color: #000;
	font-size: 16px;
	font-weight: normal !important;
	border-color: #d8d8d8;
	padding: 5px 10px;
	margin-top: 5px;
}
.btn-type-s:hover, .btn-type-sx:hover {
	color: #000;
	border-color: #000;	
}
.btn-type-s.active {
	color: #35a6ff;
	font-weight: 600 !important;
	border-color: #35a6ff;	
}

.btn-type-sx {
	margin-bottom: 10px;
}
.btn-type-sx i {
	color: #999;
	padding-left: 5px;
}

.btn-bg-1 {
	background: #e9f0f6;
}

.btn-round, a.btn-round {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	text-align: center;
	border: none;
	border-radius: 25px;
	padding: 15px 0;
	transition: 0.3s;
}

.btn-round-type1, a.btn-round-type1 {
	width: 100%;
	background: #999;
}
.btn-round-type1:hover, a.btn-round-type1:hover {
	background: #666;
}

.btn-round-type2, a.btn-round-type2 {
	width: 100%;
	background: #c90f1e;
}
.btn-round-type2:hover, a.btn-round-type2:hover {
	background: #b00000;
}

.btn-round-type3, a.btn-round-type3 {
	background: #fbae17;
	padding: 15px 50px;
}
.btn-round-type3:hover, a.btn-round-type3:hover {
	color: #fff;
	background: #ff8a00;
}
.btn-round-type4, a.btn-round-type4 {
	background: #35a6ff;
	padding: 15px 50px;
}
.btn-round-type4:hover, a.btn-round-type4:hover {
	color: #fff;
	background: #0082e9;
}

a.btn-date {
	color: #35a6ff;
	font-size: 25px;
	transition: .3s;
}
a:hover.btn-date {
	color: #0082e9;
}

.btn-fixed-box {	
	position: fixed;
	top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
	z-index: 2;
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	-webkit-filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(6px 6px 8px rgba(0, 0, 0, 0.3));
	text-align: center;
	padding: 30px 0;
}
.btn-fixed-box .btn-round {
	width: 30%;
}
@media (max-width: 576px) {
	.btn-fixed-box {
		top:83%;
		transform: translate(-50%, -83%);
		padding: 0;
		background-color: rgba(255,255,255,0);
	}
	.btn-fixed-box .btn-round {
		width: 90%;
	}
}


/*==========header==============================*/
header {
	width: 85%;
	margin: auto;
	display: table;
    border-collapse: collapse;
}

.top-row {
	height: 120px;
    display: table-row;
}

.top-logo {
	display: table-cell;
	vertical-align:middle;
}

.top-logo img {
	display: inline-block;
}
.top-logo a img {
	width: auto;
	height: 80px;
}

img.top-sira-logo {
	width: 80px;
	height: auto;
	margin-left: 20px;
}

.top-btn li,
.top-iconbtn li {
	display: inline-block;
}

.top-btn, .top-iconbtn {
	display: table-cell;
	vertical-align:middle;
	text-align: right;
}

.top-btn .gap {
	margin-right: 4%;
}

.top-iconbtn {
	width: 25%;
}
.top-iconbtn a, .top-iconbtn a:visited {
	color: #000;
}
.top-iconbtn a:hover {
	color: #35a6ff;
}
.top-iconbtn li {
	text-align: center;
}
.top-iconbtn .gap {	
	margin-right: 10%;
}
.top-iconbtn i {
	display: block;
	font-size: 25px;
	color: #35a6ff;	
	padding-bottom: 10px;
}
.icon-call {
	width: 25px;
	height: auto;
}

hr.top {
	margin: 0;
	padding: 0;
	border-top: 1px solid #35a6ff;
}

/*----------選單按鈕----------*/
#menuBtn {
	width: 7%;
	display: table-cell;
	vertical-align:middle;
}
.menu-icon {
 	cursor: pointer;
    width: 55px;
    height: 40px;
    display: block;
    float: right;
    transition: .3s;
}
.menu-icon:hover {
	opacity: .3;
}
/*IE10+11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.menu-icon { transition: 0s; } 
	.menu-icon:hover { transition: .3s; } 
}
.menu-icon .bar {
    position: relative;
    top: 17px;
    left: 0;
    display: block;
    width: 55px;
    height: 4px;
    color: #000;
    background-color: currentColor;
}
.menu-icon .bar::before, .menu-icon .bar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 55px;
    height: 4px;
    color: inherit;
    background-color: currentColor;
}
.menu-icon .bar::before {
    top: -17px;
}
.menu-icon .bar::after {
    bottom: -17px;
}

/*----------header-RWD----------*/
@media (max-width: 1680px) {
	.top-logo img {
		width: 300px;
		height: auto;
	}
	img.top-sira-logo {
		width: 80px;
		height: auto;
	}
	#menuBtn {
    	width: 9%;
    }
	.top-iconbtn {
		width: 30%;
	}
}
@media (max-width: 1560px) {	
	.top-btn .btn {
		padding: 10px;
	    font-size: 16px;
	}
	.top-btn .gap {
	    margin-right: 1%;
    }
	.top-iconbtn {
		font-size: 16px;
	}
	.top-iconbtn i {
		font-size: 20px;
	}
	.top-iconbtn .gap {	
	    margin-right: 5%;
    }
    .icon-call {
    	width: 20px;
    	height: auto;
    }    
	.top-logo a img {
		width: auto;
		height: 75px;
	}
}
@media (max-width: 1440px) {
	.top-logo img {
		width: 250px;
		height: auto;
	}
	img.top-sira-logo {
		width: 70px;
		height: auto;
	}
}
@media (max-width: 1320px) {
	.top-logo img {
		width: 200px;
		height: auto;
	}
	img.top-sira-logo {
		width: 60px;
		height: auto;
	}
	.top-btn .btn {
	    font-size: 15px;
	}
	.top-iconbtn {
		width: 27%;
		font-size: 13px;
	}
}
@media (max-width: 1150px) {
	.top-iconbtn {
		display: none;
	}
}
@media (max-width: 992px) {
	.top-row {
		height: 90px;
	}
	.top-btn .btn {
		padding: 5px 10px;
	}
	img.top-sira-logo {
		width: 50px;
		height: auto;
		margin-left: 10px;
	}
	.menu-icon {
		width: 25px;
		height: 30px;
	}
	.menu-icon .bar {
		top: 13px;
	}
	.menu-icon .bar, .menu-icon .bar::before, .menu-icon .bar::after {
		width: 25px;		
        height: 3px;
	}
	.menu-icon .bar::before {
        top: -10px;
    }
    .menu-icon .bar::after {
        bottom: -10px;
    }
    .top-logo a img {
		width: auto;
		height: 60px;
	}
}
@media (max-width: 760px) {
	.top-btn {
		display: none;
	}
}
@media (max-width: 320px) {
	.top-logo img {
		width: 160px;
		height: auto;
	}
	img.top-sira-logo {
		width: 40px;
		height: auto;
	}
}


/*==========選單====================*/
#mySidenav {
	width: 400px;
	height: 100%;
	background: #35a6ff;
	position: fixed;
	top: 0;
	right: -600px;
	overflow-x: hidden;
	z-index: 9;
	-webkit-box-shadow: 0px 8px 15px #333;
	-moz-box-shadow: 0px 8px 15px #333;
	box-shadow: 0px 8px 15px #333;
}

/*捲軸*/
#mySidenav::-webkit-scrollbar {
    width: 12px;
    position: absolute;
	top: 100px;
	right: 100px;
	z-index: 10;
} 
#mySidenav::-webkit-scrollbar-track {
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/	
	border-radius: 10px;
	background: rgba(53,166,255,1);    
} 
#mySidenav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255,255,255,0.5);
}
#myOverlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);    
    z-index: 5;
}

.sidenav-top {
	height: 122px;
	background: #fff;
}

.closebtn:hover {
	opacity: .3;
}
.closebtn  {
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
	top: 40px;
	left: 15px;
    transition: .3s;
}
.closebtn .bar {
	position: relative;
	top: 20px;
    left: 0;
    display: block;
    width: 60px;
    height: 4px;
    color: #000;
    background-color: currentColor;
    transform: rotate(45deg) translate(0px, 0px) ;
}
.closebtn .bar::before {
	content: "";
    position: absolute;
    left: 0;
    width: 60px;
    height: 4px;
    color: inherit;
    background-color: currentColor;
    transform: rotate(-90deg) translate(0px, 0px);
}	

nav {
	width: 100%;
	font-family: "PingFangTC", "Microsoft JhengHei";
}

nav .menu {
  height: 70px;
  line-height: 70px;
  cursor: pointer;
  padding: 0px 20px;
  font-size: 22px;
  font-weight: 600;
  background-color: #35a6ff;
  color: #fff;
  border-bottom: solid 1px #1368ab;
  transition: .3s;
}
nav .menu a, nav .menu a:visited {
	display: block;
	width: 100%;
	color: #fff;

}
nav .menu:hover, nav .menu a:hover {
	color: #1368ab;
}

nav ul.subs li a {
  display: block;
  padding: 12px 20px;
  background-color: #1368ab;
  font-size: 18px;
  color: #fff;
  transition: .3s;
}
nav ul.subs li a::before {
    content: "•";
    color: #f8b551;
    font-weight: 900;
    font-size: 25px;
    vertical-align: bottom;
    width: 2em;
    position: relative;
    top: 2px;
    padding-right: 10px;
}

nav .arrow::after {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	color: #1368ab;
	font-size: 30px;
	float: right;
	transition: .3s;
}
nav .open.arrow::after {
	transform: rotate(90deg) translate(0px, 0px);
}

nav ul.subs li a:hover {
	background-color: #003e6f;
	color: #fff;
}

.firefox-font {
	font-family: PingFangTC, Microsoft JhengHei;
}

.top-nav {
	background: #e9e9e9;
	padding: 20px;
	display: none;
}
.top-nav .top-btn {
	display: block;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.top-nav .top-btn .btn {
	padding: 10px;
	font-size: 16px;
}
.top-nav .top-btn .gap {
	margin-right: 18px;
}
.top-nav .top-iconbtn {
	width: 100%;
}
.top-nav .top-iconbtn {
	display: block;
	text-align: center;
	font-size: 15px;
}
.top-nav .top-iconbtn i {
	font-size: 20px;
}
.top-nav .icon-call {
	width: 20px;
	height: auto;
}


/*----------選單-RWD----------*/
@media (max-width: 992px) {
	.sidenav-top {
		height: 92px;
	}
	.closebtn {
		top: 30px;
	}
	.closebtn .bar, .closebtn .bar::before {
		width: 30px;		
        height: 3px;
	}
	.top-nav {
		display: block;
	}
	.top-nav .top-btn {
		display: none;
	}
}
@media (max-width: 667px) {
	.top-nav .top-btn {
		display: block;
	}
}
@media (max-width: 576px) {
	#mySidenav {
		width: 100%;
	}
	nav .menu {
		height: 50px;
		line-height: 50px;
		padding: 0px 20px;
		font-size: 18px;
	}
	nav ul.subs li a {
		font-size: 16px;
	}
}


/*==========浮動選單==============================*/
.side-nav {	
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	right: 20px;
	z-index: 3;
	width: 70px;
	border-radius: 35px;
	background: #fff;
	line-height: 1.3;
	padding: 15px 10px;
}
.side-nav .top-iconbtn li {
	display: block;
	margin: 20px 0;
	width: 100%;
	text-align: center;
}
.side-nav span {
	font-size: 18px;
}
.side-nav .top-iconbtn {
	display: block;
	width: 100%;
	font-size: 12px;
	text-align: center;
}

/*----------浮動選單-RWD----------*/
@media (max-width: 1024px) {
	.side-nav {
		width: 50px;
		padding: 5px;
	}
	.side-nav span {
		font-size: 15px;
	}
}
@media (max-width: 576px) {
	.side-nav {
		width: 90%;
		padding: 5px;
		top: 93%;
		right: 5%;
	    -webkit-transform: translateY(-93%);
        -ms-transform: translateY(-93%);
        transform: translateY(-93%);
	}
	.side-nav .top-iconbtn i {
		display: block;
		font-size: 15px;
		padding: 0 0 5px 0;
	}
	.side-nav .top-iconbtn li {
		display: inline-block;		
		margin: 2px 0;
		width: 23.5%;
		vertical-align: middle;
	}
}

/*==========首頁====================*/
h1.text-left {
	text-align: left;
}

.kv {
	width: 100%;
	color: #fff;
	background: url(../images/index-pic.jpg) top center no-repeat fixed;
	background-size: cover;
	padding: 70px 0 50px;
}
.kv .container {
	position: relative;
}

/*----------地圖----------*/
.map {
	float: left;
	width: 60%;
	padding-right: 30px;
}
.map svg {
	width: 100%;
	height: auto;
}
/*IE10+11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.map svg { width: 712px; height: 658px; }
}
.map text {
	font-family: Helvetica Neue, Arial, sans-serif;
}
.map .map-state path {
	fill: #fff;
}
.map text.state-name {
	fill: #35a6ff;
	font-size: 15px;
}
.map polygon.map-state, .map path.map-state {
	transition: .3s;
}
.map polygon.map-state:hover, .map path.map-state:hover {
    /*fill: #c90f1e;*/
    cursor: pointer;
}

/*----------地圖選單----------*/
.map-menu {
	position: absolute;
	top: 280px;
	right: 5px;
	z-index: 1;
	width: 40%;
	height: 315px;
	font-size: 23px;
	line-height: 1.2;
	background: #fff;
	border-radius: 30px;
	padding: 30px;
}
.map-menu i {
	color: #eaeaea;
	padding-right: 10px;
}
.map-menu a, .map-menu a:visited {
	color: #999;
}
.map-menu a:hover, .map-menu a:hover i {
	color: #000;
}
.map-menu::before {
    border-color: transparent #fff transparent  transparent;
    border-style: solid; 
    border-width: 20px; 
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -35px;
    top: 45%;   
}
#cairns, #sunshinecoast, #townsville, #goldcoast, #rockhampton, #toowoomba, #bundaberg, #thursdayisland, #mackay, #mountisa,
#lismore, #coffsharbour, #armidale, #newcastle, #wollongang, #canberra,
#ballarat, #geelong, #warrnambool,
#launceston, #hobart,
#darwin, #nhulunbuy, #jabiru, #batchelor, #palmerston, #katherine, #tennantcreek, #alicesprings, #yulara,
#adelaide, #perth {
	visibility: visible;
}
#cairns-big, #sunshinecoast-big, #townsville-big, #goldcoast-big, #rockhampton-big, #toowoomba-big, #bundaberg-big, #thursdayisland-big, #mackay-big, #mountisa-big,
#lismore-big, #coffsharbour-big, #armidale-big, #newcastle-big, #wollongang-big, #canberra-big,
#ballarat-big, #geelong-big, #warrnambool-big,
#launceston-big, #hobart-big,
#darwin-big, #nhulunbuy-big, #jabiru-big, #batchelor-big, #palmerston-big, #katherine-big, #tennantcreek-big, #alicesprings-big, #yulara-big, 
#adelaide-big, #perth-big {
	visibility: hidden;
}

/*----------slogan----------*/
.slogan-box {
	float: right;
	width: 40%;
}
.slogan-box h1 {
	color: #35a6ff;
	font-size: 60px;
	font-weight: 600;
}
.slogan-box h2 {
	color: #35a6ff;
	font-size: 36px;
	font-weight: 600;
}
.slogan-box h2 span {
	color: #fff;
}
.slogan-box h3 {
	color: #fff;
	font-size: 30px;
}
.slogan-box h4 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	margin-top: 80px;
}
.slogan-box ul {
	font-size: 22px;
	line-height: 1.6;
	margin-left: 1em;
}
.slogan-box ul li::before {
    content: "•";
    color: #f8b551;
    font-weight: 900;
    font-size: 25px;
    vertical-align: bottom;
    width: 2em;
    position: relative;
    top: 2px;
    padding-right: 10px;
    margin-left: -.95em; 
}
.slogan-box small {
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
}

.logo-sira {
	position: absolute;
	top: 0;
	left: 20px;
}

.map-click {
	position: absolute;
	bottom: 65px;
	left: 90px;
}

.au-map {
	display: none;
}
.shadow2 {
	-webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.3));
}

/*----------KV-地圖-slogan-RWD-----------*/
@media (max-width: 1199.9px) {
	.map-menu {
		font-size: 20px;
		top: 350px;
	}
	.map-menu .col-6 {
		padding: 0;
		margin: 0;
	}
	.logo-sira {
		width: 100px;
	}
}
@media (max-width: 991.9px) {
	.kv {
		background-size: auto 100%;
		background-position: 15% 50%;
		background-attachment: scroll;
    }
	.slogan-box {
		float: none;
		width: 100%;
	}
	.slogan-box h4 {
		margin-top: 40px;
	}
	.map, .map-click {
		display: none;
	}
	.logo-sira {
		width: 125px;
		position: static;
		display: block;
		margin: 30px auto 0;
	}
	.au-map {
		display: block;
		width: 100%;
		height: 92.4%;
		margin: 30px auto 10px;
	}
}
@media (max-width: 576px) {
	.kv {
		background-position: 19% 50%;
	}
	.slogan-box h2, .slogan-box h4 {
		font-size: 25px;
	}
	.slogan-box h3 {
		display: none;
	}
	.slogan-box ul {
		font-size: 18px;
	}
}
/*IE10+11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1200px) {
    .map svg { width: 658px; height: 608px; } 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1024px) {
    .map svg { width: 523px; height: 483px; } 
}

/*----------BN----------*/
.index-bn p {
	position: relative;
	width: 100%;
	padding-top: 53.7%; /* 等比例 */
	overflow: hidden;
}
.index-bn img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
}

/*----------NEWS----------*/
.news-box a, .news-box a:visited {
	color: #999;
	font-size: 16px;	
}
.news-box a:hover {
	color: #000;
}
.news-box ul {
	padding: 1px 0;
	display: flex;
    justify-content: center;
    align-items: center; 
}
.news-box .date {
	color: #35a6ff;
	border-right: solid 2px #35a6ff;
	padding-right: 10px;
	text-align: center;
	height: 69px;
}
.news-box .date h1 {
	font-size: 28px;
}
.news-box .date h2 {
	font-size: 16px;
	font-weight: 600;
}
.news-box .date h3 {
	font-size: 15px;
	font-weight: 600;
}

.news-box .news {
	padding-left: 15px;
	line-height: 1.3;
}

.owl-theme.news-box .owl-dots,
.owl-theme.news-box .owl-nav {
	text-align: left;
}
.owl-theme.news-box .owl-dots .owl-dot span {
	width: 20px;
	height: 5px;
	margin: 5px 3px;
}
.owl-theme.news-box .owl-dots .owl-dot.active span,
.owl-theme.news-box .owl-dots .owl-dot:hover span {
	background: #f8b551;
}

/*----------SIRA Institutions學校區塊 + Video----------*/
.school-box, .video-box {	
	position: relative;	
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	border: solid 1px #fff;
	overflow: hidden;
}
.school-box img, .video-box img {
	width: 100%;
	transform: scale(1,1);
	transition: all 0.3s ease-out;
}
.video-box .play-icon {
	width: 30%;
	opacity: .7;
}
.school-box a:hover img, .video-box a:hover img {
	transform: scale(1.1,1.1);
	opacity: 1;
}
.school-box a, .school-box a:visited {
	color: #fff;
	text-align: center;	
}
.school-box span, .video-box span {
	width: 90%;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.school-box .mask, .video-box .mask {	
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(53,166,255, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video-box .mask {
	background-color: rgba(0,0,0, 0.2);
}
.school-box:hover .mask, .video-box:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.school-boxn .mask::before, .video-box .mask::before {
	content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

/*----------Video-lightbox+RWD---------*/
.video-box a {
	cursor: pointer;
}
.lightbox {
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	position: fixed;
	display: none;
	z-index: 9;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.lightbox-container {
    position: relative;
    max-width: 960px;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 10;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lightbox-content {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
	text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 30px;
    display: block;
    border: none;
    color: white;
    top: -40px;
    right: 2%;
    z-index: 10;
}
.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/*----------Subject Area科系----------*/
.subject-area {
	margin-top: 30px;
}
.subject-area a, .subject-area a:visited {
	display: block;
	height: 123px !important;
	color: #999;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 10px;
	border: solid 1px #e2e2e2;
	text-align: center;
	padding: 15px;
	margin: 10px 15px 0 0;
	transition: .3s;
}
.subject-area a:hover {
	color: #f7b301;
	border: solid 1px #f7b301;
}
.subject-area p {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center; 
}
.subject-area img {
	width: auto;
	height: 35px;
	margin-bottom: 10px;
}

/*----------Service Providers合作夥伴----------*/
.logo-set {
	margin: 50px auto 0;
}
.logo-set a:hover img {
	opacity: 0;
	transition: .3s;
}
.logo-1, .logo-2, .logo-3, .logo-4, .logo-5 {
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.logo-1 {
	width: 140px;
}
.logo-1 a {
	width: 140px;
	background: url(../images/logo_Allianz.jpg);
	background-size: cover;	
}
.logo-2 {
	width: 220px;
}
.logo-2 a {
	width: 220px;	
	background: url(../images/logo_CommonwealthBank.jpg);
	background-size: cover;
}
.logo-3 {
	width: 240px;
}
.logo-3 a {
	width: 240px;
	background: url(../images/logo_EdvisorAcademy.jpg);
	background-size: cover;
}
.logo-4 {
	width: 155px;
}
.logo-4 a {
	width: 155px;
	background: url(../images/logo_ISIC.jpg);
	background-size: cover;
}
.logo-5 {
	width: 165px;
}
.logo-5 a {
	width: 165px;
	background: url(../images/logo_StudentOne.jpg);
	background-size: cover;
}

/*----------BN-NEWS-學校區塊-科系-合作夥伴-RWD----------*/
@media (min-width: 1200px) and (max-width: 1279.9px) {
	.news-box a {
    	font-size: 15px;
    }
    .news-box .date {
	    height: 62px;
    }
    .news-box .date h1 {
	    font-size: 25px;
	}
	.news-box .date h2 {
		font-size: 15px;
	}
	.news-box .date h3 {
		font-size: 13px;
	}
	.subject-area a {
    	height: 115px !important;
    }    
}
@media (min-width: 992px) and (max-width: 1199.9px) {
	.news-box a {
    	font-size: 13px;
    }
    .news-box .date {
	    height: 45px;
    }
    .news-box .date h1 {
	    font-size: 18px;
	}
	.news-box .date h2 {
		font-size: 12px;
	}
	.news-box .date h3 {
		font-size: 10px;
	}	
	.subject-area a {
    	height: 93px !important;
    	font-size: 12px;
    	padding: 10px 5px; 
    }
    .subject-area img {
    	height: 30px;
    	margin-bottom: 5px;
    }
}
@media (max-width: 576px) {
	.subject-area a {
		height: auto !important;
    	font-size: 15px;
		margin: 12px 7px 0;
		padding: 15px;
	}
	.subject-area img {
    	height: 40px;
    	margin-bottom: 10px;
    }
}
@media (max-width: 576px) {
	.logo-set {
		margin: 0 auto;
	}
	.logo-1, .logo-2, .logo-3, .logo-4, .logo-5,
	.logo-1 a, .logo-2 a, .logo-3 a, .logo-4 a, .logo-5 a {
		width: 98%;
	}
}

/*==========麵包屑====================*/
.mybreadcrumb {
	font-size: 13px;
	color: #999;
	background: #e9e9e9;
	padding: 15px 0;
	margin-bottom: 50px;
}
.mybreadcrumb a, .mybreadcrumb a:visited {
	color: #999;
}
.mybreadcrumb a:hover {
	color: #000;
}
.mybreadcrumb li {
	display: inline;
}
.mybreadcrumb li+li::before {
    padding: 5px;
    color: black;
    content: ">";
    color: #999;
}
.mybreadcrumb i {
	padding-right: 5px;
	color: #35a6ff;
}

@media (max-width: 576px) {
	.mybreadcrumb {
		font-size: 10px;
		margin-bottom: 30px;
	}
}


/*==========main====================*/
.main h1 {
	font-size: 26px;
	font-weight: 600;
	text-align: center;
}

hr.dot-hr {
	border-top: 1px dotted #000;
}

.main input, .main select, .main textarea,
.main input:focus, .main select:focus, .main textarea:focus {
	background: #f3f3f3;
}

.main label {
	font-weight: 600;
	text-align: right;
}
.main label.must::after {
	content: "*";
	color: #eb0013;
	padding-left: 5px;
}

.main textarea {
	height: 150px;
}

.form-group .row, .form-group.row {
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 16px;
}

.card-box {	
	border: solid 1px #e2e2e2;
	border-radius: 20px;
	padding: 35px;
	margin: 0 auto;
}
.cb-width1 {
	width: 80%;
}

.show-zone {
	background: #007fe3;
	padding-top: 25px;
	margin-bottom: 15px;
	position: relative;
}

.show-zone::before {
    border-color: transparent transparent #007fe3 transparent;
    border-style: solid; 
    border-width: 20px; 
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: 12%;
    top: -30px;   
}

.main .show-zone .row {
	border-bottom: none;
}

.show-zone label {
	color: #fff;
}

.show-zone span {
	color: #fbae17;
	font-weight: 600;
}

.show-zone hr {
	border-top: solid 1px #a9d9ff;
}

.banner {
	color: #fff;
	font-weight: 600;
	background: #007fe3;
	text-align: center;
	padding: 15px;
	margin-bottom: 75px;
}
.banner p {
	display: inline-block;
}


/*==========搜尋區Banner====================*/
.finder-bn {
	width: 100%;
	height: 150px;
	background: url(../images/finder_bn.jpg) 50% 45%;
	color: #fff;
	margin: -50px auto 30px;
	position: relative;
}
.finder-bn h1 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	padding: 40px 0 15px
}
.finder-bn h2 {
	font-size: 16px;
	text-align: center;
}
.finder-bn a, .finder-bn a:visited {
	color: #fff;
	text-decoration: underline;
}
.finder-bn a:hover {
	color: #fbae17;
}
@media (max-width: 992px) {
	.finder-bn {
		height: 200px;
		background-position: 70% 45%;
	}
	.finder-bn h1 span {
		display: block;
	}
}
@media (max-width: 576px) {
	.finder-bn {
		height: 160px;
		margin-top: -30px;
	}
	.finder-bn h1 {
	    font-size: 24px;
	}
	.finder-bn h2 {
		font-size: 14px;
	}
}


/*==========搜尋區====================*/
.finder-bar {
	position: relative;
}
.finder-bar .bar-tab,
.finder-bar .bar-tab-line {
	font-size: 20px;
	text-align: center;
	padding: 20px 0;	
}
.finder-bar img {
	width: 50px;
	display: block;
	margin: 0 auto 10px;
}
.finder-bar .bar-tab {
	width: 20%;
	height: 120px;
	color: #007fe3;	
	font-weight: 600;	
	background: #fff;
	border-top: solid 1px #0481e3;
	border-right: solid 1px #0481e3;
	border-left: solid 1px #0481e3;
	padding-top: 35px;
	position: absolute;
	top: 1px;
	z-index: 1;
}
.finder-bar .bar-tab.bar-set {
	left: 16.6%;
}
.finder-bar .bar-tab::before {
    border-color: #0481e3 transparent transparent transparent;
    border-style: solid; 
    border-width: 15px; 
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: 43%;
    top: 0;
}
.finder-bar .bar-tab-line {
	width: 20%;
	height: 105px;
	color: #007fe3;	
	font-weight: 300;	
	background: #e9f0f6;
	margin-left: 16.6%;
	margin-top: 15px;
	transition: .3s;
}
.finder-bar .bar-tab-line.bar-set {
	margin-left: 0;
} 
.finder-bar .bar-tab-line:hover {
	color: #fff;
	background: #0481e3;
	cursor: pointer;
}
.finder-bar.bar-body {
	padding: 20px; 
	border: solid 1px #0481e3;
}
.finder-bar i {
	font-size: 20px;
	padding-right: 10px;
}

.finder-box .line-right {
	border-right: solid 1px #ebebeb;
}

.finder-box li {
	display: inline-block;
}

.finder-box .custom-control label {
	font-weight: normal;
}
.finder-box label.custom-control-label::before,
.finder-box label.custom-control-label::after {
	top: 0;
}

.no-result {
	width: 100%;
	color: #999;
	font-size: 30px;
	text-align: center;
	border-radius: 10px;
	background: #f6f6f6;
	padding: 50px;
	margin-top: 50px;
}
.no-result i {
	padding-right: 10px;
}

.reset-box {
	border-top: solid 2px #35a6ff;
	padding-top: 25px;
}


/*==========range-slider====================*/
.range-slider {
    margin-top: 10px;
    padding: 1em;
}
@media (max-width: 991.9px) {
	.range-slider {
		margin-top: 20px;
	}
}


/*==========課程列表====================*/
.course-list {
	line-height: 1.3;
}
.course-list h1 {
	text-align: left;
	padding-bottom: 5px;
}
.course-list h2 {
	font-size: 20px;
	font-weight: 300;
}
.course-list span {
	color: #999;
}
.course-list p {
	font-size: 13px;
	padding-bottom: 15px;
}
.course-list li {
	border-bottom: solid 1px #ebebeb;
	padding: 8px 0;
}
.course-list .pic {
	min-height: 90px;
	background: #f6f6f6;
	border-radius: 5px;
	padding: 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*IE10+11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.course-list .pic {
		display: block;
		position: relative;
	}
	.course-list .pic img {
		width: 80%;
		position: absolute;
		top:50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}
.course-list .page-pic {
	min-height: 220px;
	padding: 0 30px;
}
.course-list .page-pic2 {
	min-height: 185px;
	padding: 0 30px;
}
.course-list .page-pic img,
.course-list .page-pic2 img {
	width: 85%;
}

.course-list .custom-control.custom-checkbox {
	color: #999;
	font-size: 15px;
	text-align: right;
}
.course-list label.custom-control-label {
	position: relative;
	padding-right: 1.5rem;
	font-weight: normal;
}
.course-list label.custom-control-label::before,
.course-list label.custom-control-label::after {
	top: 2px;
	right: 0;
	left: auto;
}
.text-box {
	font-size: 18px;
	line-height: 1.5;
}
.page-table {
	line-height: 1.3;
}
.page-table h1 {
	text-align: left;
}
.page-table th {
	width: 40%;
}
.page-table td {
	color: #999;
}
.mypr {
	padding-right: 40px;
}
.mypl {
	padding-left: 40px;
}

/*----------main-搜尋區-課程列表-RWD----------*/
@media (max-width: 1199.9px) {
	.cb-width1 {
		width: 100%;
	}
	.course-list .pic {
		padding: 20px;
	}
}
@media (max-width: 991.9px) {
	.main label {
		text-align: left;
	}
	.main .row .row {
	    border-bottom: none;
	    padding-bottom: 0;
    }
    .show-zone span {
    	display: block;
    	padding-top: 15px;
    }
    .banner p {
    	display: block;
    	margin-bottom: 15px;
    }
    .finder-bar .bar-tab,
    .finder-bar .bar-tab-line {
    	width: 50%;
    	font-size: 18px;
    }
    .finder-bar .bar-tab-line {
    	margin-left: 50%;
    }
    .finder-bar .bar-tab.bar-set {
    	left: 50%;
    }
    .finder-bar.bar-body button {
    	margin-top: 20px;
    }
    .finder-box .line-right {
    	border-right: none;
    }
    .reset-box button {
    	margin-top: 15px;
    }
    .course-list .page-pic {
    	min-height: auto;
    }
    .mypr, .mypl {
    	padding: 0 15px;
    }
}
@media (max-width: 767.9px) {
	.course-list br {
		display: none;
	}
	.course-list p {
		padding-bottom: 5px;
	}
}


/*==========Modal跳出視窗====================*/
.modal-title {
	font-size: 18px;
	font-weight: 600;
}
.modal-body {
	font-size: 18px;
	line-height: 2;
}
.modal-body li::before {
	content: "•";
    color: #35a6ff;
    font-weight: 900;
    font-size: 20px;
    vertical-align: bottom;
    width: 1.2em;
    position: relative;
    top: 0px;
    padding-right: 10px;
}


/*==========頁碼====================*/
.pagination {
	display: table;
	color: #6acbeb;
	font-size: 18px;
	margin: 50px auto 0;
}
.pagination li {
	float: left;
	border-bottom: none;	
	margin: 0 5px;
}
.pagination a {
	display: block;
	color: #999;
    text-decoration: none;
	border-radius: 3px;	
	border: 1px solid #d8d8d8;
	padding: 5px 10px;
	transition: .3s;
}
.pagination a:hover {
	color: #000;
	border: 1px solid #000;
}
.num-is-active a, .num-is-active a:visited, .num-is-active a:hover {
	color: #000;
	border-radius: 3px;	
	background-color: #e9e9e9;
	border: 1px solid #d8d8d8;
	cursor: context-menu;
}
p.pagination {
	color: #999;
	font-size: 15px;
	margin: 10px auto 0;
}


/*==========頁籤====================*/
.mytab {
    overflow: hidden;
    margin: 25px auto 0;
}
.mytab button {
	background-color: #fff;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 15px 35px;
	margin: 0 15px;
	transition: 0.3s;
	font-size: 16px;
	color: #999;
	border-bottom: solid 2px #eaeaea;
}
.mytab button:hover {
    color: #000;
    border-bottom: solid 2px #ddd;
}
.mytab button.active {
    border-bottom: solid 2px #fbae17;
}

.mytab-2 {
	margin-bottom: 3px;
}
.mytab-2 button {
	padding: 15px;
}

/*頁籤內容*/
.tabcontent, .tabcontentNo2 {
    display: none;
    padding: 35px 0;
    animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@media (max-width: 1280px) {
	.mytab-2 {
		margin-bottom: 12px;
		}
}
@media (min-width: 991.9px) and (max-width: 1279.9px) {
	.mytab-2 button {
		padding: 15px 0;
		margin: 0 5px;
	}

}


/*表格*/
.mytable-type1 {
	color: #999;
	/*width: 100%;*/
	line-height: 1.3;
	background:#f6f6f6;
	border-radius: 5px; 
	padding: 20px;
	border-collapse: separate;
}
.mytable-type1 a, .mytable-type1 a:visited {
	color: #999;
}
.mytable-type1 a:hover {
 	color: #000;
 }
.mytable-type1 .row, .mytable-type1 h1 {	
    padding: 8px;
}
.mytable-type1 .row {
	border-top: solid 1px #e3e3e3;
}
.mytable-type1 h1 {
	font-size: 20px;
	color: #35a6ff;
	text-align: left;
}
.mytable-type1 b {
	color: #000;
	font-weight: 600;
}
.mytable-type1 img {
	width: 98px !important;
}


/*==========owl輪播====================*/
.carousel-wrap {
    width: 100%;
    /*max-width: 1280px;*/
    margin: auto;
    position: relative;
}

.owl-carousel-one, .owl-carousel-two {
    /*width: 60%;
    margin-left: 10%;*/
}

.owl-carousel-one .owl-nav,
.owl-carousel-two .owl-nav,
.owl-carousel-three .owl-nav {
    overflow: hidden;
    height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #009ef3;
}
.owl-carousel-one .item,
.owl-carousel-two .item,
.owl-carousel-three .item {
    /*text-align: center;*/
}
.owl-carousel-one .nav-btn,
.owl-carousel-two .nav-btn,
.owl-carousel-three .nav-btn {
    height: 47px;
    position: absolute;
    width: 35px;
    cursor: pointer;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*左右箭頭*/
.owl-carousel-one .owl-prev.disabled,
.owl-carousel-one .owl-next.disabled,
.owl-carousel-two .owl-prev.disabled,
.owl-carousel-two .owl-next.disabled,
.owl-carousel-three .owl-prev.disabled,
.owl-carousel-three .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}
.owl-carousel-one .prev-slide,
.owl-carousel-two .prev-slide,
.owl-carousel-three .prev-slide {
    background: url(../images/nav-icon.png) no-repeat scroll 0 0;
    left: -45px;
}
.owl-carousel-one .next-slide,
.owl-carousel-two .next-slide,
.owl-carousel-three .next-slide {
    background: url(../images/nav-icon.png) no-repeat scroll -35px 0px;
    right: -45px;
}
.owl-carousel-one .prev-slide:hover,
.owl-carousel-two .prev-slide:hover,
.owl-carousel-three .prev-slide:hover {
    background-position: 0px -53px;
}
.owl-carousel-one .next-slide:hover,
.owl-carousel-two .next-slide:hover,
.owl-carousel-three .next-slide:hover {
    background-position: -35px -53px;
}

/*區塊同高度*/
.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .item {
    width: auto;
    height: 100%;
}

/*----------owl輪播-RWD----------*/
@media (max-width: 1366px) {
	.carousel-wrap {
		width: 90%;
    }
}
@media (max-width: 576px) {
	.carousel-wrap {
		width: 85%;
    }
	.owl-carousel-one .prev-slide,
	.owl-carousel-two .prev-slide,
	.owl-carousel-three .prev-slide {
		left: -35px;
	}
	.owl-carousel-one .next-slide,
	.owl-carousel-two .next-slide,
	.owl-carousel-three .next-slide {
		right: -35px;
	}
}


/*==========footer====================*/
footer {
	width: 100%;
	color: #9c9c9c;
	font-size: 15px;
	line-height: 1.3;
	background: #e9e9e9;
	padding: 90px 25px 110px;
	margin-top: 130px;
}

footer p {
	padding-right: 160px;
	margin-top: 40px;
}

footer ul {
	margin-top: 60px;
}

footer li {
	padding: 10px 0;
	margin-left: 2em;
}

footer i {
	color: #000;
	padding-right: 30px;
	margin-left: -2em;
}

footer a {
	margin-right: 10px;
}
footer a, footer a:visited {
	color: #9c9c9c;
}
footer a:hover {
	color: #000;
}

.foot-btm {
	border-top: solid 3px #dcdcdc;
	padding-top: 40px;
	margin-top: 55px;
}
.foot-btm a {
	margin-right: 0;
}
.foot-btm span {
	display: block;
	float: right;
}

.socialmedia {
	float: right;
	margin-bottom: 30px;: 
}
.socialmedia a {
	display: inline-block;
	margin-left: 10px;
}
.socialmedia a, .socialmedia a:visited {
	opacity: .35;
	transition: .3s;
}
.socialmedia a:hover {
	opacity: 1;
}

.foot-box {
	float: right;
	width: 575px;
	background: #fff;
	border-radius: 20px;
	padding: 25px 11%;
}
.foot-box h1 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 20px 10px;
}

.foot-box input {
	width: 100%;
	border: none;
	color: #9c9c9c;
	background: #e9e9e9;
	padding: 5px 10px;
}
.foot-box label {
	padding-top: 3px;
}

.foot-box .row {
	margin: 10px 0;
}

.foot-box .must::after {
	content: "*";
	padding-left: 5px;
}

.foot-box button {
	color: #9c9c9c;
	background: #fff;
	border: solid 1px #a1a1a1;
	border-radius: 40px; 
	padding: 10px 30px;
	margin-top: 20px;
	transition: .3s;
}
.foot-box button:hover {
	color: #000;
	border: solid 1px #000;
}

/*----------footer-RWD----------*/
@media (max-width: 1200px) {
	.foot-box {
		width: 100%;
	}
	.socialmedia img {
		width: 39px;
		height: auto;
	}
	.socialmedia a {
		margin-left: 0px;
	}
}
@media (max-width: 992px) {
	footer p {
		padding-right: 0px;
	}
	.foot-box label {
		padding: 3px 0 5px 15px;
	}
}
@media (max-width: 768px) {
	footer ul {
		margin-top: 30px;
	}
	.socialmedia {
		float: left;
	}
	.foot-btm {
		text-align: center;
		margin-top: 30px;
	}
	
	.foot-btm span {
		float: none;
		margin-top: 10px;
	}
}
@media (max-width: 576px) {
	footer {
		margin-top: 100px;
		padding-bottom: 130px;
	}
	.socialmedia {
		float: none;
		margin: 40px 0 20px;
		text-align: center;
	}
	.socialmedia img {
		width: 30px;
		height: auto;
	}
}
@media (max-width: 375px) {
	footer li span {
		display: inline-block;
	}
}

/*==========表單修訂==============================*/
.new-form label {
	margin-right: 15px;
	font-weight: normal;
}
.new-form-gap label {
	margin-right: 5px;
}

.new-form input {
	-webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #ced4da;
    background: #f3f3f3;
    transition: 0.2s all linear;
    outline: none;
    position: relative;
    top: 3px; 
    margin-right: 5px;
}
.new-form input[type="radio"] {  
    border-radius: 50%;    
}
.new-form input[type="checkbox"] {
    border-radius: 3px;  
}
.new-form input[type="radio"]:checked {
    border: 5px solid #35a6ff;
}
.new-form input[type="checkbox"]:checked {
	border: 1px solid #35a6ff;
	background: #35a6ff;
	position: relative;
	border-radius: 3px;
}
.new-form input[type="checkbox"]:checked::after {
	content: "\2714";
	color: #fff;
	font-size: 13px;
	position: absolute;
	top: -2px;
	left: 2px;	
	z-index: 1;
}


/*==========hide==============================*/
@media (min-width: 992px) {
	.hide-lg {
		display: none;
	}
}
@media (min-width: 768px) {
	.hide-md {
		display: none;
	}
}
@media (min-width: 320px) and (max-width: 767.9px) {
	.hide-sm {
		display: none;
	}
}


/*==========VisaMigration==============================*/
.top-bn {
	width: 100%;
	color: #fff;
	padding: 50px 20px;
	margin: -50px auto 30px;	
}
.top-bn h1 {
	font-size: 26px;
	font-weight: 600;
}
.top-bn h2 {
	font-size: 22px;
	font-weight: 600;
}
.top-bn p {
	font-size: 16px;
	line-height: 1.5;
}
.top-bn-bg1 {
	background: url(../images/top_bn_01.jpg) no-repeat 50% top;
	background-size: cover;
}
h2.type-1 {
	color: #35a6ff;
	font-size: 18px;
	font-weight: 600;
}
p.type-1 {
	color: #999;
	line-height: 1.5;
}
p.type-2 {
	position: absolute;
	bottom: 0;
}
p.type-2 a, p.type-2 a:visited {
	color: #000;
	text-decoration: underline;
}
p.type-2 a:hover {
	text-decoration: none;
}
p.type-3 {
	color: #000;
	line-height: 1.5;
}
@media (max-width: 992px) {
	p.type-2 {
		position: static;
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	.top-bn-bg1 {
		background-position: 65% 50%;
	}
}
@media (max-width: 576px) {
	.top-bn {
		margin: -30px auto 30px;	
	}
}


/*==========NewsEvent==============================*/
.newsevent {
	width: 100%;
	background: url(../images/newsevent_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 20px;
	margin: -50px auto 30px;
}
.newsevent h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 600;
}
.newsevent h1 img {
	margin-right: 50px;
}
.newsevent h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin-top: 100px;
}
.tab-box {
	width: 100%;
	background: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0 30px;
}

/*--------頁籤-------*/
.newstab {
    margin: 0 auto;
}
.newstab button {
	width: 140px;
	height: 60px;
	background-color: #fff;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: 16px;
	color: #0481e3;
	background: #e9f0f6;
	border-bottom: solid 1px #e2e2e2;
	border-right: solid 1px #b0d4f1;
	position: relative;
	margin-top: 15px;
}
.newstab button:hover {
    color: #9ad2ff;
    background: #0481e3;
}
.newstab button.active {
	height: 75px;
	font-weight: 600;
	background: #fff;
	border-bottom: solid 1px #fff;
	margin-top: 0;
}
.newstab button.active::before {
    border-color: #0481e3 transparent transparent transparent;
    border-style: solid; 
    border-width: 10px; 
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    right: 43%;
    top: 0;
}

.newsevent-list time {
	color: #35a6ff;
    font-size: 15px;
}
.newsevent-list .tag {
	color: #999;
	font-size: 13px;
	border: solid 1px #e2e2e2;
	border-radius: 5px;
	padding: 2px 8px; 
}
.newsevent-list a,
.newsevent-list a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #ebebeb;
	padding: 15px 0;
	margin-bottom: 15px;
}
.newsevent-list a:hover {
	color: #999;
	text-decoration: none;
}
.list-more {
	display: block;
	color: #999;
	font-size: 15px;
	text-align: right;
}
.list-more:hover {
	color: #000;
}
.list-more i {
	margin-right: 5px;
}
.bg-gray {
	background: #f6f6f6;
	margin-top: -30px;
}
.bg-gray2 {
	background: #f6f6f6;
}
.news-list {
	display: block;
	border-bottom: solid 1px #ebebeb;
	padding: 20px 0;
}
a.news-list {
	transition: .3s;
}
a.news-list:hover {
	background: #f6f6f6;
}
.news-details {
	line-height: 1.5;
}
.news-details p {
	margin-bottom: 20px;
}
.news-details a.type-a , .news-details a.type-a:visited {
	color: #000;
	text-decoration: underline;
}
.news-details a.type-a:hover {
	text-decoration: none;
}
.news-details ul.list-type {
	list-style-type: disc;
	margin-left: 1em;
}

@media (max-width: 1280px) {
	.newstab button {
		width: 100px;
		height: 60px;
	}
}
@media (max-width: 1200px) {
	.newsevent h1 img {
		display: block;
	    margin: 0 auto 15px;
	}
}
@media (max-width: 991.9px) {
	.newsevent {
	    background-size: auto 100%;
		background-position: 20% 50%;
		background-attachment: scroll;
	}
	.newsevent .tab-box {
		border-top-right-radius: 0;
	}
	.newstab button {
		width: 25%;
		height: 50px;
		margin-top: 0;
	}
	.newstab button.active {
		height: 50px;
	}
}
@media (max-width: 768px) {
	.news-list .newsevent-list {
		margin-top: 15px;
	}
}
@media (max-width: 576px) {
	.newsevent {
		background-position: 15% 50%;
		margin: -30px auto 30px;	
	}
}


/*==========AboutAMET==============================*/
.top-bn-bg2 {
	background: url(../images/top_bn_02.jpg) no-repeat;
	background-size: cover;
}
.about-bg {
	width: 450px;
	height: 680px;
	background: url(../images/About-us-01-01-444x740.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	bottom: -20px;
	right: 100px;
	z-index: -1;
}
.about-logo a {
	display: block;
	position: relative;	
	height: 135px;
}
.about-logo img {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.about-awards .item {
	width: 282px;
	height: 450px;
	margin: 0 auto;
}
.about-awards a {
	display: block;	
	border: solid 5px #e6e6e6; 
}
.about-awards img {
	width: 282px;
	height: 400px;	
}
.awards-box .modal-content {
	width: 565px;
}
.awards-box img {
	width:563px;
	height: 800px;
	margin: 0 auto;
}

/*---------折疊QA-----------*/
.collapsible-box {
	background: #fff;
	border: solid 1px #e2e2e2;
	border-radius: 20px;
	padding: 10px;
	margin: 0 auto;
}
.collapsible {
	color: #35a6ff;
	cursor: pointer;
	width: 100%;
	text-align: left;
	line-height: 1.3;
	/*outline: none;
	border: none;*/
	background: #fff;
	font-size: 16px;
}
.collapsible-content {
	width: 100%;
}
.collapsible-active, .collapsible:hover {
}
.collapsible span {
	display: block;
	float: left;
	width: 95%;
}
.collapsible::after {
	font-family: 'Font Awesome\ 5 Free';
	content: "\f067";
    color: #35a6ff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.collapsible-active::after {
    content: "\f068";
}
.collapsible-content {
	line-height: 1.5;
    padding: 0 10px;
    margin-top: 1px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.video2 {
	width: 850px;
	height: 478px;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.about-logo a {
		height: 200px;
	}
}

@media (max-width: 992px) {
	.about-bg {
		display: none;
	}
	.video2 {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 768px) {
	.top-bn-bg2 {
		background-position: 30% 50%;
	}
	.about-logo a {
		height: 300px;
	}
}
@media (max-width: 576px) {
	.about-logo a {
		height: 150px;
	}
	.awards-box .modal-content {
		width: 100%;
	}
	.awards-box img {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
}

/*==========StudyinRegionalAU==============================*/
.studyinau {
	width: 100%;
	color: #fff;
	line-height: 1.5;
	background: url(../images/studyinau_bg.jpg) no-repeat;	
	background-attachment: fixed;
	background-position: 50% 0%;
	padding: 50px 20px;
	margin: -50px auto 30px;
}
.studyinau h1 {
	font-size: 36px;
	font-weight: 600;
}
.studyinau-bn p {
	padding-top: 35%; /* 等比例 */
}
.studyinau-kv {
	color: #000;
	background: url(../images/studyinau_map_bg.jpg) top center fixed;
}
.studyinau-kv h1 {
	font-size: 26px;
	font-weight: 600;
}
.studyinau-kv .map-menu {
	top: 200px;
}
.studyinau-kv .map text.state-name {
	fill: #fff;
}
.studyinau-kv .map-click {
	bottom: 0px;
}
.studyinau-card-box {
	padding: 0 35px;
}
.studyinau-card-box h2 {
	color: #35a6ff;
	font-size: 26px;
	font-weight: 600;
}

.study-school-page .pic {
	float: left;
	width: 40%;
	background: #f6f6f6;
	border-radius: 5px;
	padding: 0 20px;
	margin: 0 5% 25px 0;
}
.study-school-page strong {
	float: left;
	display: block;
	width: 55%;
	font-size: 18px;
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.study-school-page p {
	font-size: 16px;
	line-height: 1.5;
}

@media (max-width: 991.9px) {
	.studyinau {
	    background-size: auto 100%;
		background-position: 40% 50%;
		background-attachment: scroll;
	}
	.studyinau-kv {
		background-attachment: scroll;
	}
	.study-school-page .pic {
		padding: 15px;
	}
	.study-school-page .pic,
	.study-school-page strong {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.studyinau {
		background-position: 37% 50%;
		margin: -30px auto 30px;	
	}
}


/*==========LivinginAustraila==============================*/
.livinginau {
	width: 100%;
	background: url(../images/livinginau_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 50px 20px;
	margin: -50px auto 30px;
}
.livinginau h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
}
.livinginau .newstab button {
	width: 11.11%;
	font-size: 14px;		
}
.livinginau .tab-box {
	border-top-right-radius: 0;
}
.livinginau-form {
	background: #f6f6f6;
	border-radius: 10px;
	padding: 15px;
	margin: 0 5px;
}
.livinginau-form li {	
	border-bottom: solid 1px #e7e7e7;
	padding: 15px 0 15px 20px;
}

@media (max-width: 991.9px) {
	.livinginau {
	    background-size: auto 100%;
		background-position: 0% 100%;
		background-attachment: scroll;
	}
}
@media (max-width: 768px) {
	.livinginau .newstab button {
		width: 33.3%;
		font-size: 13px;	
	}
}
@media (max-width: 576px) {
	.livinginau {
		background-position: 22% 50%;
		margin: -30px auto 30px;	
	}
}


/*==========內頁SIRA-LOGO==============================*/
.logo-sira-bn {
	float: left;
	display: block;
	padding-right: 30px;
}
@media (max-width: 576px) {
	.logo-sira-bn {
		float: none;		
		margin: 20px auto;
	}
}


