/*
Theme Name: sw
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

sw is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*
* Noto Sans TC (Chinese_traditional) http://www.google.com/fonts/earlyaccess
 */
@font-face {
	font-family: 'Noto Sans UI';
	src: url('/font/NotoSansUI-BoldItalic.eot');
	src: url('/font/NotoSansUI-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('/font/NotoSansUI-BoldItalic.woff') format('woff'),
		url('/font/NotoSansUI-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('font/NotoSans-BoldItalic.eot');
	src: url('font/NotoSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('font/NotoSans-BoldItalic.woff') format('woff'),
		url('font/NotoSans-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('font/NotoSans.eot');
	src: url('font/NotoSans.eot?#iefix') format('embedded-opentype'),
		url('font/NotoSans.woff') format('woff'),
		url('font/NotoSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('font/NotoSans-Bold.eot');
	src: url('font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('font/NotoSans-Bold.woff') format('woff'),
		url('font/NotoSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans';
	src: url('font/NotoSans-Italic.eot');
	src: url('font/NotoSans-Italic.eot?#iefix') format('embedded-opentype'),
		url('font/NotoSans-Italic.woff') format('woff'),
		url('font/NotoSans-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Noto Sans UI';
	src: url('/font/NotoSansUI-Italic.eot');
	src: url('/font/NotoSansUI-Italic.eot?#iefix') format('embedded-opentype'),
		url('/font/NotoSansUI-Italic.woff') format('woff'),
		url('/font/NotoSansUI-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Noto Sans UI';
	src: url('/font/NotoSansUI-Bold.eot');
	src: url('/font/NotoSansUI-Bold.eot?#iefix') format('embedded-opentype'),
		url('/font/NotoSansUI-Bold.woff') format('woff'),
		url('/font/NotoSansUI-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans UI';
	src: url('/font/NotoSansUI.eot');
	src: url('/font/NotoSansUI.eot?#iefix') format('embedded-opentype'),
		url('/font/NotoSansUI.woff') format('woff'),
		url('/font/NotoSansUI.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
    font-family: 'Roboto', 'Noto Sans SC', 'Noto Sans TC', sans-serif!important;
    margin: 0;
    font-size: 14px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 1px;
    line-height: 35px;
    position: relative;
    color: #484848;
    text-transform: capitalize;
}
h4 {
    margin-bottom: 5px;
    font-size: 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    clear: both;
    color: #343434;
}
mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

ul svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/* 
Grid System 
*/
/**********************************************************************************************

1.  Base code
2.  Mobile Grid
3.  Grid 720px+
4.  Grid 1024px+
5.  Grid 1200px+
6.  Helper classes

**********************************************************************************************/


/*********************************************************************************************

1.  Base code

*********************************************************************************************/


*, *:after, *:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='grid-'] {
    float: left;
    padding: 10px;
    width:100%;
	position:relative;
}

.clear-grid{
    clear:both;
    float:inherit;
}
.container {
    margin:0%;
    width: 100%;
}
.container:after, .container:before {
    display: table;
    clear:both;
    content: " ";
}
.nest {
    margin:0 -10px;
    padding:0;
    width:auto;
}
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

/*********************************************************************************************

2.  Mobile Grid

*********************************************************************************************/


.grid-m-12 {
    width: 100%;
}
.grid-m-11 {
    width: 91.666663%;
}
.grid-m-10 {
    width: 83.33%;
}
.grid-m-9 {
    width: 74.999997%;
}
.grid-m-8 {
    width: 66.66666664%;
}
.grid-m-7 {
    width: 58.333%;
}
.grid-m-6 {
    width: 50%;
}
.grid-m-5 {
    width: 41.6665%;
}
.grid-m-4 {
    width: 33.33%;
}
.grid-m-3 {
    width: 24.99%;
}
.grid-m-2 {
    width: 16.66666%;
}
.grid-m-1 {
    width: 8.33%;
}

/*********************************************************************************************

3.  Grid 720px+

*********************************************************************************************/

@media (min-width: 720px) {
    .grid-12 {
        width: 100%;
    }
    .grid-11 {
        width: 91.666663%;
    }
    .grid-10 {
        width: 83.33%;
    }
    .grid-9 {
        width: 74.999997%;
    }
    .grid-8 {
        width: 66.66666664%;
    }
    .grid-7 {
        width: 58.333%;
    }
    .grid-6 {
        width: 50%;
    }
    .grid-5 {
        width: 41.6665%;
    }
    .grid-4 {
        width: 33.33%;
    }
    .grid-3 {
        width: 24.99%;
    }
    .grid-2 {
        width: 16.66666%;
    }
    .grid-1 {
        width: 8.33%;
    }

    .grid-t-12 {
        width: 100%;
    }
    .grid-t-11 {
        width: 91.666663%;
    }
    .grid-t-10 {
        width: 83.33%;
    }
    .grid-t-9 {
        width: 74.999997%;
    }
    .grid-t-8 {
        width: 66.66666664%;
    }
    .grid-t-7 {
        width: 58.333%;
    }
    .grid-t-6 {
        width: 50%;
    }
    .grid-t-5 {
        width: 41.6665%;
    }
    .grid-t-4 {
        width: 33.33%;
    }
    .grid-t-3 {
        width: 24.99%;
    }
    .grid-t-2 {
        width: 16.66666%;
    }
    .grid-t-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************

4.  Grid 1024px+

*********************************************************************************************/

@media only screen and (min-width: 1024px) {
    .grid-tl-12 {
        width: 100%;
    }
    .grid-tl-11 {
        width: 91.666663%;
    }
    .grid-tl-10 {
        width: 83.33%;
    }
    .grid-tl-9 {
        width: 74.999997%;
    }
    .grid-tl-8 {
        width: 66.66666664%;
    }
    .grid-tl-7 {
        width: 58.333%;
    }
    .grid-tl-6 {
        width: 50%;
    }
    .grid-tl-5 {
        width: 41.6665%;
    }
    .grid-tl-4 {
        width: 33.33%;
    }
    .grid-tl-3 {
        width: 24.99%;
    }
    .grid-tl-2 {
        width: 16.66666%;
    }
    .grid-tl-1 {
        width: 8.33%;
    }
}


/*********************************************************************************************

5.  Grid 1200px+

*********************************************************************************************/

@media only screen and (min-width: 1200px) {
    .container {
        max-width:1180px;
        margin:0 auto;
    }
    .container-fluid {
        max-width:90%;
        margin:0 5%;
    }
    .grid-d-12 {
        width: 100%;
    }
    .grid-d-11 {
        width: 91.666663%;
    }
    .grid-d-10 {
        width: 83.33%;
    }
    .grid-d-9 {
        width: 74.999997%;
    }
    .grid-d-8 {
        width: 66.66666664%;
    }
    .grid-d-7 {
        width: 58.333%;
    }
    .grid-d-6 {
        width: 50%;
    }
    .grid-d-5 {
        width: 41.6665%;
    }
    .grid-d-4 {
        width: 33.33%;
    }
    .grid-d-3 {
        width: 24.99%;
    }
    .grid-d-2 {
        width: 16.66666%;
    }
    .grid-d-1 {
        width: 8.33%;
    }
}

/*********************************************************************************************

6.  Helper classes

*********************************************************************************************/


img.scale, img.responsive {
    max-width: 100%;
    height: auto;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
    font-size: 14px;
    margin-bottom: 1.5em;
    margin-top: 0;
    font-weight: 300;
    line-height: 22px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
    background: #ebebeb;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0px;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}


a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a#click_here p {
    color: white;
    text-transform: uppercase;
    font-size: 21px!important;
}
a#click_here {
    display: block;
    text-align: center;
}
a#click_here img {
    width: 34px!important;
    height: auto!important;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	float: right;
	width: auto;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation ul ul li {
    background-color: #252525;
}
.main-navigation ul ul li {
    float: none;
    position: relative;
text-transform: capitalize;
}
.main-navigation ul ul ul li {
    background-color: #363635;
    position: static;
}
.main-navigation ul ul ul li a:hover {
    background-color: #555555;
}
.main-navigation ul ul li.menu-item-has-children >a:after {
    content: "";
    display: block;
    color: #ccc;
    position: absolute;
    top: 15px;
    width: 9px;
    height: 17px;
    right: 15px;
    background-image: url(../../../wp-content/uploads/2017/02/arrow.png);
    background-size: contain;
}

.main-navigation ul ul li.menu-item-has-children a:hover::after {
    background-image: url(../../../wp-content/uploads/2017/02/arrow_hover.png);
}
.main-navigation ul ul li a:hover {
    color: #f15922;
    background-color: #363636;
}
#primary-menu >li {
    position: initial;
    padding: 0 15px;
    text-transform: uppercase;
}
.fp-tableCell {
padding-top:125px;
}
.home #section1 .fp-tableCell {
    padding-top: 0;
}
.home.fp-viewing-firstPage .main-navigation a, .main-navigation a {
    padding: 37px 0;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 14px;
}
.home.fp-viewing-firstPage .main-navigation .current-menu-item a{color:#f15922;}

.home.fp-viewing-firstPage .site-branding {
    margin-top: 32px;
}
.main-navigation li:last-child a {
    padding-right: 0!important;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li a {
    padding: 10px 30px!important;
    font-size: 14px!important;
    position: relative;
    width: 100%;
    line-height: 30px;
    font-weight: 300;
}
.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
}
.main-navigation #primary-menu >li:hover >ul.sub-menu {
    width: 100%;
    left: 0;
    box-shadow: none;
    background-color: #252525;
}
.main-navigation #primary-menu >li >ul.sub-menu >li:hover >.sub-menu {
    width: 33.33%;
    /* top: 0; */
    /* left: auto; */
    left: 33.33%;
    height: 100%;
    background-color: #363636;
}
.main-navigation #primary-menu >li >ul.sub-menu >li:hover >.sub-menu >li:hover >.sub-menu {
    width: 100%;
    /* top: 0; */
    /* left: auto; */
    left: 100%;
    height: 100%;
    background-color: #555555;
    top: 0;
}

.main-navigation ul ul ul ul li {
    background-color: #555555;
	padding-right:20px;
    line-height: 25px;
    padding-left: 0px;
    text-transform: initial;
	font-size:14px;
}
.main-navigation #primary-menu >li:hover >ul.sub-menu >li {
    width: 33.33%;
    position: static;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
a:hover, a:focus, a:active {
    color: #f15922;
}
div#right_contacts img#qrcode {
    width: 128px;
    position: fixed;
    display: none;
    margin-left: -128px;
    margin-top: -42px;
}
a#wechat:hover + #qrcode {
    display: block;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/********************************custom********************************/

/*slider*/
.slider_caption {
    text-align: center;
}
.slider_caption h1 {
    line-height: 100px!important;
    font-size: 87px!important;
    font-weight: 300;
    text-shadow: 2px 2px 15px black;
}
.slider_caption p {
    font-size: 33px!important;
    margin-top: 40px!Important;
    text-shadow: 1px 1px 1px black;
}
/*header*/
div#page >header {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 0;
}
#primary-menu >li >a {
    border-bottom: 4px solid transparent;
}
#primary-menu >li:hover >a {
    border-bottom: 4px solid #f15922;
}
.current-menu-item a{color:#f15922;}
div#header_top span {
    display: inline-block;
    padding-right: 20px;
    font-size: 12px;
}
#header_inner{background-color:#2a2a2a;}
.home.fp-viewing-firstPage div#page #header_inner{background-color:transparent; }

.home div#page #header_inner{background-color:rgba(0,0,0,0.85); }
.site-branding {
    float: left;
    margin-top: 27px;
}
div#header_top {
    line-height: 30px;
    color: white;
    text-align: right;
    background-color: #231f20;
}

div#form_close{
    text-align: right;
    margin-right: 20px;
    margin-top: -10px;
    display: none;
}

#form_close img{
    cursor: pointer;
}

/*footer*/
#close_div{
    margin-right: 10px;
    margin-top: 10px;
    text-align: right;
}

#close_div img{
    cursor: pointer;
}
#success_div{
    max-width: 520px;
    max-height: 320px;
    width: 100%;
    height: 100%;
    background-color: #ee410e;
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    top: 30%;
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#primary-menu li a {
    cursor: pointer;
}
ul.bread_crumb {
    display: none;
}

#success_div_inner h2{
    font-size: 30px;
    font-weight: 300;
}
#consult_booking {
    max-width: 180px;
    max-height: 40px;
    height: 100%;
    width: 100%;
    margin: auto;
    background-color: #ee410e;
    position: fixed;
    /* left: 0; */
    right: 10px;
    bottom: 0;
    z-index: 999;
    cursor: pointer;
}
footer a:hover {
    color: #f15922;
}
#consult_booking #inner_booking{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
}

#consult_form{
    max-width: 803px;
    max-height: 95vh;
    width: 100%;
    height: 100%;
    display: block;
    overflow: auto;
    margin: auto;
    padding-top: 30px;
    display: none;
    position: fixed;
    background-color: #ffffff;
    left: 0;
    right: 0;
    z-index: 999999;
    top: 5%;
    color: #343434;
}

.form_session{
    height: 100%;
    overflow: hidden;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #f7f7f7;
}

.form_session:last-of-type{
    border-bottom:none;
}
.form_title{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0.5em;
    font-weight: 400;
    margin-left: 2%;
}
div#section3, div#section5 {
    background-color: #f8f7f7;
}

p.form_title:before{
    display: block;
    width: 9px;
    height: 9px;
    background-color: #f15922;
    content: "";
    left: -2%;
    top: 50%;
    margin-top: -4.5px;
    position: absolute;
}
.form_innersection{
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.one_third_container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
.one_third{
    width: 30%;
    margin-right: 3%;
    float: left;
    text-transform: uppercase;
}
.one_third input[type="text"],input[type="email"],input[type="tel"],input[type="date"],select{
    max-width: 230px;
    width: 100%;
    border-radius: 0px;
}

.form_innersection select{
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;       /* remove default arrow */
    background-image: url("imgs/sw_plus.png");   /* add custom arrow */
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 30px;
}

select::-ms-expand { 
    display: none; /* hide the default arrow in ie10 and ie11 */
}

/*.form_innersection input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    width: 20px;
    height: 20px;
    background-image: url("imgs/sw_plus.png");
}*/

input[type="date"]::-webkit-clear-button, input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

.one_third input[type="date"], .half_div input[type="date"]{ 
    text-transform: uppercase;
    font-style: initial;
}

::placeholder { 
   color:#a4a4a4; 
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #a4a4a4 !important;
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a4a4a4 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a4a4a4 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #a4a4a4 !important;
    opacity: 1;
}

.half_div{
    width: 47%;
    margin-right: 3%;
    float: left;
    text-transform: uppercase;
}

.half_div span{
    color: #a4a4a4;
    font-style: italic;
}
.one_div{
    width: 100%;
    text-transform: uppercase;
    float: left;
}
.form_memo{
    font-size: 12px;
    line-height: 14px;
    color: #6a6a6a;
    font-style: italic;
    margin-bottom: 0.5em;
    text-transform: initial;
}
div#test_result {
    font-size: 20px;
    color: #f15922;
    font-weight: bold;
}
.checkbox {
    margin-bottom: 0px;
}
span.wpcf7-list-item{
    text-transform: none;
    font-weight: 300;
    font-size: 12px;
}

span.wpcf7-list-item span{
    color: #343434;
}
span.wpcf7-list-item:last-child{
    margin-bottom: 1.5em;
}
#consult_form input.wpcf7-form-control.wpcf7-submit{
    border:none;
}
div#company_details{
    width: 65%;
    float: left;
    font-weight: 300;
    font-size: 12px;
}

#sw_logo{
    width: 35%;
    float: right;
}

#consult_form input.wpcf7-form-control.wpcf7-submit{
    width: 100%;
    padding: 15px 50px;
}
.footer_bottom {
    text-align: left;
    font-size: 12px;
    color: #6e6e6e;
    overflow: hidden;
    padding-bottom: 24px;
}
.footer_bottom p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 13px;
}
.footer_bottom >div:first-child {
    width: 37%;
    float: left;
}
.footer_bottom >div:last-child {
    width: 63%;
    float: left;
}
.footer_top {
    text-align: left;
    padding: 28px 0;
}
.footer_top .textwidget >p{
    display: flex;
    align-items: center;
}
.footer_top .textwidget img {
    margin-right: 25px;
}
.site-info {
    background-color: #000000;
}

footer {
    background-color: white;
    color: white;
    text-align: center;
    border-top: 1px solid #f5f5f5;
}
article footer {
    border: 0;
}
footer .site-info{    line-height: 48px;}
footer a{color:white}
#fp-nav ul li a span, .fp-slidesNav ul li a span {

    background: #ccc;

}
.bread_crumb {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 0.8em 15px 0.6em;
    clear: both;
    height: auto;
    background: transparent;
    overflow: hidden;
}
.bread_crumb li {
    font-size:12px;
    color:rgb(180,180,180);
    float:left;
    /*margin-right:1em;*/
    list-style: none outside none;
}
.bread_crumb li:after {
    content : '>';
    padding-left:10px;
    margin-right:10px;
}
.bread_crumb li:last-child:after {
    content : '';
}
.bread_crumb li a {
    color:rgb(120,120,120);
}
.bread_crumb li.current {
    color: #f15922;
}
#fp-nav.right {
    right: 83px!important;
    top: 75%;
}
a#wechat {
    background-color: #2ca23c;
}
a#weibo {
    background-color: #d33a40;
}
a#facebook {
    background-color: #2c8bc9;
}
a#qq {
    background-color: #464646;
}
div#right_contacts {
    position: fixed;
    right: 0;
    margin-top: -86px;
    z-index: 99;
    top: 50%;
}
div#right_contacts a {
    display: block;
    padding: 5px;
    height: 33px;
    box-sizing: content-box;
}
div#right_contacts img {
    width: 32px;
}
/*sidebar*/
#sidebar h1 {
	position:absolute;
    color: white;
}
#sidebar ul.side-posts {
    display: none;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    border-radius: 100%;
    background-color: transparent;
    border: 3px solid #f15922;
}
a.active +.fp-tooltip.right{
    color: #797979!important;
    width: auto!important;
    opacity: 1!important;
}
 #fp-nav ul li .fp-tooltip{color: #797979!important; top: -4px!important;}
 .fp-viewing-firstPage #fp-nav ul li .fp-tooltip {
    color: white!important;
}
 #fp-nav ul li .fp-tooltip.right {
    left: 20px;
    right: auto!important;
}
div#sidebar >ul >li >a {
    font-size: 18px;
    color: #343434;
    display: block;
}

div#sidebar ul li{list-style: none;}
div#sidebar >ul >li >a, #migration_menu ul li a {
    padding-left: 80px;
    font-size: 18px;
    color: #343434;
    line-height: 104px;
    font-weight: 300;
    text-transform: capitalize;
    position: relative;
}
ul.side-posts li a {
    font-size: 17px;
    color: #929292;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 25px;
    padding-left: 80px;
}
.home ul.side-posts li a {
    font-size: 14px;
    padding-left: 25px;
    font-weight: 300;
}
.sidebar li {
    border-bottom: 1px solid #ccc;
}
.sidebar li:last-child {
    border-bottom: 0;
}
#sidebar ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.post-listing a {
    padding-left: 25px;
}

div#sidebar >ul >li:hover, #migration_menu ul li:hover, div.sidebar >ul >li:hover {
    color: white;
    background-color: #f15922;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
div#sidebar >ul >li:hover >a, #migration_menu ul li:hover >a, div.sidebar >ul >li:hover >a{color:white;}
#sidebar, .sidebar {
    float: left;
    width: 31%;
    background-color: white;
    position: relative;
    
}
div#sidebar >ul >li {
    border-bottom: 1px solid #ccc;
}
.home #sidebar, .home .sidebar {
    width:100%;
	float:none;

}
.orange_title {
    color: #f15922;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 2px;
    padding-left: 23px;
    margin-top: 50px;
}

.white_title {
    color: white;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 2px;
    padding-left: 23px;
    margin-top: 10vh;
    line-height: 33px;
    margin-bottom: 2vh;
    text-transform: capitalize!important;
}
.squre.white_title{ margin-top: 14vh;}
h3.white_title a {
    font-size: 30px;
    font-weight: 300;
}
.white_title a:hover, h4.squre a:hover {
    color: #f15922;
}
div#sidebar h1 {
	text-shadow: 1px 1px 5px black;
    padding-top: 0;
    padding-left: 30px;
    line-height: 80px;
}

.post-listing a {
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    display: block;
}
li.post-listing:last-child a {
    border-bottom: 0;
}
.post-listing.active a {
    color: #f15922;
}
ul.side-posts {
    text-transform: capitalize;
    background-color: #f5f5f5;
}
ul.side-posts a:hover {
    color: #f15922;
}

#rev_slider_1_1 h1 {
    color: white;
}
#rev_slider_1_1 h1:before{display:none;}
/*common*/

h1:before, .squre:before {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #f15922;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -4.5px;
    position: absolute;
}
h1.page-title:before, h1.entry-title:before {
    margin-left: -25px;
}

.squre {
    position: relative;
}
div#m-block-up {
    position: relative;
}
h1.page-title {
    font-weight: normal;
}
h4.squre {
    padding-left: 25px;
}
div#content {
    background-color: #ebebeb;
    padding-top: 145px;
    padding-bottom: 40px;
}
.page-template-about_us div#content, .page-template-contact-us div#content {
    padding-top: 98px;
}
.overlay:after{
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.7);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.open >a {
    background-color: #f15922;
    color: white!important;
}
.open .open >a {
    background-color: transparent;
    color: #929292!important;
}
.open .open >a:hover {
    color: #f15922!important;
}
#sidebar .tab_open >a:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    margin-top: 0;
    right: 10px;
}
#sidebar .tab_open.open >a:after {
    content: "-";

}
#sidebar .post-listing{position:relative;}

.page-template-about_us div#content {
    background-color: white;
}
#section2 img {
    height: auto;
    max-width: 100%;
    width: auto;
}
i.fa.fa-spinner {
    font-size: 40px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home div#content{padding-top:0;}
.home div#content {
    margin-top: 0px;
}
.container {
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.entry-content {
    margin-top: 0;
    padding: 0;
}
h6 {
    font-size: 14px;
    color: #696969;
}
a.read_more {
    font-size: 14px;
    color: #343434;
    position: relative;
    height: auto!important;
    font-weight: 300;
}
.site-branding img {
    width: auto;
}
.home .section a.read_more {
    position: absolute;
    bottom: 3.4vh;
	left:2px;
}
.home .section a.read_more
a.read_more:hover {
    color: #f15922;
}
a.read_more:after {
    content: "+";
    margin-left: 5px;
    margin-top: 0px;
    display: inline-block;
    top: 50%;
    position: absolute;
    margin-top: -11px;
}
/* Home */
article {
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.home article p, .home article .read_more {
    padding: 0 24px;
}

#migration_heading {
    padding-top: 30px;
    height: 30vh;
    background-image: url(imgs/Migration.jpg);
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

#migration_heading h3 small{display:block;}
#migration_menu ul li, #migration_menu ul li, #migration_menu ul li, #migration_menu ul li a {
    height: 10.46vh;
    line-height: 10.46vh;
    position: relative;
}
#migration_menu ul li a{display:block;}

#m-block-up a{
	height:40vh;
	display:block;
}
#m-block-down{
	height:40vh;
	display:block;
}


#m-block-down article {
    background-color: #ffffff;
    margin-left: -10px;
    margin-top: 10px;
    padding-bottom: 20px;
}
.home article >a:first-child {
    display: block;
    height: 100%;
}

.home article >a:first-child:hover h3, div#m-block-up a:hover h3.with_background{
    height: 100%;
    line-height: 40vh;
   -webkit-transition: 0.5s all;
    transition:0.5s all;
}
#section3 article,
#section4 article, #section5 article{height:40vh;}
#section3 article a, #section4 article a, #section5 article a {
    display: block;
    height: 100%;
    background-size: cover;
}
div#section6 {
    background-color: #252525;
}
#visa_heading h3.squre, #education_heading h3.squre, #compliance_heading h3.squre, #migration_heading h3.squre {
    text-shadow: 2px 2px #000;
    font-weight: normal;
    text-shadow: 2px 2px 15px black;
}
.not_fullheight{height:auto!important;}
#education_heading {
    padding-top: 30px;
    background-image: url(imgs/Education-1.jpg);
    height: 40vh;
    display: block;
    background-size: cover;
}
#visa_heading, #compliance_heading {
    padding-top: 30px;
    background-image: url(imgs/Visa-application-1.jpg);
    height: 40vh;
    display: block;
    background-size: 100% auto;
    background-size: cover;
}
#compliance_heading {
    background-size: cover;
    background-image: url(imgs/Compliance-1.jpg);
}
h3.with_background {
    background: rgba(0,0,0,0.4);
    height: 80px;
    line-height: 80px;
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0;
	-webkit-transition: 0.5s all;
    transition:0.5s all;
    text-transform: capitalize!Important;
}
h3.with_background span {
    font-size: 18px;
    position: relative;
    top: -4px;
    left: 5px;
}
h3.squre {
    font-size: 30px;
    color: white;
    font-weight: 300;
    letter-spacing: 0;
    padding-left: 25px;
    text-transform: uppercase;
}
.home .page-template-sw_plus article p {
    padding: 0;
}
#m-block-up h1:before {
    top: 25px;
}
.migraton_container article {
    float: left;
    width: 50%;
}
.post-row img {
    width: 50%;
    float: left;
}
/*service*/
.single #main, .archive #main{
    background-color: white;
    float: right;
    width: 67.66%;
    position: relative;
}
.sidebar_image {
    max-height: 255px;
    overflow: hidden;
}
.single-education #main article {
    padding-bottom: 0;
}
.single #main article, .archive #main .migraton_container{
    padding: 41px 25px;
}
.single.single-education #main article {
    padding-bottom: 0;
    margin-bottom: 0;
}
.tax-school_category #main .post-listing a span {
    display: block;
    padding: 0;
    padding-bottom: 0;
    font-size: 12px;
    white-space: initial;
    display: block;
    vertical-align: middle;
    padding: 0 10px;
    text-align: center;
    margin: auto;
}
.tax-school_category #main .post-listing a .uni_title {
    border: 1px solid #ccc;
    height: 44px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    align-content: center;
}
.tax-school_category #main .post-listing a:hover .uni_title {
    background-color: #f15922;
    color: white;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
div#relative_posts article {
    width: 33.33%;
    float: left;
    border: 1px solid #f5f5f5;
}
.school_image_wrap {
    height: 186px;
    position: relative;
}
.school_image_wrap img {
    height: 186px;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: rotate(7deg);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}.post-row {    overflow: hidden;}
.single-post div#relative_posts article {
    width: 22.99%;
    margin-left: 1%;
    height: 360px;
    margin-right: 1%;
    display: table;
    position: relative;background-size: cover;
}
.single-post .postlist_caption {
    text-align: center;
    color: white;
    margin-top: 0;
} 
#search_form {
    float: right;
    line-height: 97px;
}
#search_form_container {
    width: 100%;
    display: none;
    left: 0;
    position: absolute;
    left: 0;
    top: 25px;
    line-height: 30px;
    width: 96%;
}
div#header_top .container >div {
    display: inline-block;
}
div#header_top >.container {
    z-index: 99;
}
div#language_switch {
    display: inline-block;
}

img#current_language {
    height: 15px;
    display: inline-block;
    top: 3px;
    position: relative;
    margin-right: 5px;
    border-left: 1px solid white;
    padding-left: 20px;
    box-sizing: content-box;
}
.languge_dropdown {
    display: none;
    position: absolute;
    top: 26px;
}
.languge_dropdown >a {
    display: block;
    height: 25px;
    width: 30px;
}
.quick_links a {
    font-size: 17px;
    color: black;
	padding-right:15px;
}

div#language_switch >img {
    width: 15px;
    cursor: pointer;
}
.quick_links a:hover {color:#f15922;}
.search footer.entry-footer {
    display: none;
}
.search .entry-summary {
    margin-top: 0;
}
.search article {
    background-color: transparent;
}
.search main#main {
    max-width: 1140px;
    margin: auto;
    margin-top: 40px;
}
input.search-field {
    border-radius: 0;
    border: 0;
    width: 100%;
    height: 40px;
    background-color: black;
    color: white!important;
    padding-left: 20px;
}

div#search_form_quicklinks {
    color: black;
    height: 300px;
    background-color: white;
    padding: 20px;
}
textarea:focus, input:focus{
    outline: none;
}
form.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
form.search-form input::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
form.search-form input:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
form.search-form input:-moz-placeholder { /* Firefox 18- */
  color: white;
}


input.search-submit {
    border-radius: 0;
    display: none;
}
div#search_button {
    width: 24px;
    height: 24px;
    background-image: url(../../../wp-content/uploads/2017/02/search.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-top: 39px;
    border-left: 1px solid white;
    padding-left: 15px;
    display: block;
    box-sizing: content-box;
    background-position: right center;
}
.relative_posts_inner {
    padding: 0 10px;
}
div#relative_posts h1, .page-template-sw_plus h1, ul.alm-listing li h3 a {
    line-height: 30px;
    font-size: 24px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 2px;
}
div#relative_posts h1 {
    padding-left: 23px;
}
.single-post div#relative_posts h1 {
    padding-left:0px;
}
.single-post div#relative_posts h1, .page-template-sw_plus h1{color:white;}

.page-template-sw_plus .postlist_caption h1:before{display:none;}
div#relative_posts {
    overflow: hidden;
    border-top: 1px solid #ccc;
}

/*visa*/
.single_visa_name {
    line-height: 14px;
    background-color: white;
    color: #404040;
    cursor: pointer;
    position: relative;
    font-size: 14px;
} 
.single_visa_name:after {
    content: "+";
    position: absolute;
    right: 0px;
    font-weight: bold;
    font-size: 20px;
    margin-top: -2px;
}
.single_visa_name.active:after {
    content: "-";
    font-size: 30px;
    right: 20px;
}
.single_visa_name.active {
    color: white;
    background-color: #f15922;
    padding: 20px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}
.single_visa, .migraton_container article {
    margin-bottom: 7px;
    border: 1px solid #f5f5f5;
    padding: 10px;
}
footer.entry-footer {
    display: none;
}
.single_visa_details {
    padding: 20px;
    display: none;
}
.single main#main >img.attachment-post-thumbnail {
    display: none;
}
.migraton_container article h2 a {
    color: #696969;
    font-size: 18px;
}
.migraton_container ul li {
    list-style: initial;
    margin-left: 18px;
    font-weight: 300;
}
.tax-school_category .migraton_container ul li {
    margin-left:0px;
}
.archive article header.entry-header {
    margin-bottom: 10px;
    padding-left: 80px;
    margin-top: 0;
    padding-bottom: 11px;
    margin-left: -20px;
    border-bottom: 1px solid #f5f5f5;
}
a.read_more_button {
    color: white;
    background-color: #f15922;
    font-size: 14px;
    float: right;
    padding: 7px 10px;
    font-weight: 300;
}
main ul {
	padding-left: 0;

    font-size: 14px;
}
main p strong {
    margin-bottom: -20px;
    display: block;
}
footer p strong {
    display: inline-block;
}
.migration_visas {
    margin-top: 25px;
}
/*education*/
.tax-school_category ul.side-posts {
    width: 100%;
}
.tax-school_category #main .post-listing {
    width: 25%;
    display: block;
    float: left;
    /* border-collapse: collapse; */

}
.tax-school_category ul.side-posts {
    width: 100%;
    margin-left: 0;
}
.tax-school_category #main .post-listing a {
    font-size: 14px;
    padding: 0;
    border-bottom: 0;
    line-height: inherit;
    text-align: center;
    color: #2a2a2a;
    font-weight: bold;
    margin-bottom: 25px;
}
.school_sub_category {
    font-weight: bold;
    margin-bottom: 20px;
    clear: both;
}
.tax-school_category #main ul.side-posts {
    margin-bottom: 30px!important;
    overflow: hidden;
    background-color: transparent;
}
.tax-school_category #main ul.side-posts {
    background-color: transparent;
    clear: both;
    border-collapse: collapse;
    display: block;
    overflow: hidden;
}
.single a.read_more_button {
    display: none;
}
.school_single_row {
    padding: 25px;
    padding-bottom: 0;
}
.school_single_row a {
    color: #404040;
}
.school_single_row:last-child {
    margin-bottom: 30px;
}

.nav-links a{
    color: #f15922;
}
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    box-sizing: initial;
}
.table_row {
	display: table-row;
}
.table_head {
	display: table-row;
}

.table_cell {
    border: 1px solid #ccc;
    display: table-cell;
    padding: 5px 10px;
}
.table_title {
    padding: 5px 10px;
    color: #f15922;
    display: table-row-group;
    font-weight: bold;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
}
.school_special .table_title {
    width: 115px;
    height: 119px;
    position: absolute;
    border: 0;
    left: 0;
    color: #696969;
    padding: 0;
    text-align: center;
    border-right: 1px solid #ccc;
}
.school_special .table {
    width: 100%;
    padding-left: 130px!important;
    border: 0;
    display: block;
    box-sizing: border-box;
}
.school_single_row.rank {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding-top: 0;
    clear: both;
    overflow: hidden;
}
.school_single_row.adv {
    border-bottom: 2px solid #ccc;
    padding-top: 0;
    padding: 0;
} 
.subjects .table_title p {
    display: inline-block;
    color: white;
    margin-bottom: 0;
}
.table_title .table_cell {
    min-width: 100px;
}
.subjects .table_title {
    background-color: #f15922;
}
.school_special .table_cell {
    border: 1px solid #ccc;
    display: block;
    width: 50%;
    float: left;
    color: #696969;
}
.table_cell.location {
    font-weight: 500;
}
.single main#main >img {
    text-align: center;
    display: table;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 25px;
}
.archive main#main >img {
    margin: auto;
    display: table;
}
.school_special .table_cell {
    padding: 9px 10px;
}
.student_number {
    font-size: 35px;
    font-weight: 400;
    color: #696969;
    margin-top: 20px;
    text-align: center;
}
.table_title img {
    margin-top: 20px;
    margin-bottom: 5px;
}
.school_special .table_body {
    display: block;
}
.school_special .table_row {
    display: block;
    overflow: hidden;
    width: 100%;
}
.school_special .table_cell {
    border: 0;
}
.school_special.school_single_row.rank, .school_special.school_single_row.adv {
    padding: 0;
    margin-left: 25px;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
}
.school_single_row.rank.school_special div:last-child .table_title {
    border-left: 1px solid #ccc;
    margin-left: 15px;
}
.school_special p {
    line-height: 15px;
}
.school_single_row.adv .table_cell.col {
    width: 25%;
    display: block;
    float: left;
}
.school_special .school_single_row.rank {
    padding: 0;
}
.school_special .table_row{
    border-bottom: 1px solid #ccc;
}
.school_special .table_row:last-child{
    border-bottom: 0;
}
.school_single_row.rank >div {
    width: 50%;
    position: relative;
    float: left;
}
.table_body {
	display: table-row-group;
}
.align_middle {
    display: table-cell;
    vertical-align: middle;
}
div#about_section1 h1, div#about_section1 h2 {
    color: white;
}
div#about_section1 h1 {
    font-size: 54px;
    font-weight: normal;
    line-height: 60px;
}
div#about_section1 h2 {
	margin-bottom:0px;
    font-size: 30px;
    font-weight: normal;
}
.page-template-about_us h2 {
    margin-bottom: 45px;
    font-size: 30px;
}
#about_section5 #about_section5_inner {
    padding: 100px 10%;
    color: white;
    max-width: 1440px;
    margin: auto!important;
}
ul#leader-team-container li {
    width: 33.33%;
}  
img.hover_image {
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}
img.first_image {
 -webkit-transition:0.6s all;
    transition: 0.6s all;
  opacity: 1;
}
div#leader_member_details .single_team_image_wrap, div#normal_member_details .single_team_image_wrap {
    float: left;
    background-color: #f5f5f5;
    width: 33.33%;
}
.home #section6 .fp-tableCell {
    padding-top: 90px;
}
.single_team_image_wrap img {
    margin-bottom: -5px;
}
div.team_member .cn_name, div.team_member .en_name {
    font-size: 16px;
    margin-bottom: 0px!important;
}
.single_team_content {
    width: 66.66%;
    float: left;
    padding: 92px;
    text-align: left;
    background-color: white;
}
.team_member:hover .hover_image {
 -webkit-transition:0.6s all;
    transition: 0.6s all;
  opacity: 1;
	
}
.team_member:hover .first_image {
 -webkit-transition:0.6s all;
    transition: 0.6s all;
  opacity: 0;
}

.team_members li, .team_members >.team_member {
    position: relative;
    padding: 25px 25px;
    overflow: hidden;
    height: 300px;
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 10px;
}
ul#team_nav li {
    display: inline-block;
    padding: 0 35px;
    cursor: pointer;
}
ul#team_nav li.active {
    color: #f15922;
    font-weight: bold;
}
div#team_members_container {
    margin-top: 70px;
}
.team_member:nth-child(odd) {
    background-color: #f5f5f5;
}
.team_member:nth-child(even) {
    background-color: #ebebeb;
}
#leader-team-container {
    clear: both;
    overflow: hidden;
}
.team_member {
    width: 16.66%;
    float: left;
}

.team_image_wrap {
    position: absolute;
    right: 0;
    height: 60%;
    bottom: 0;
}
.leader-team-container .team_image_wrap {
    height: 80%;
}
.team_image_wrap img {
    height: 100%;
    width: auto;
}
.page-template-about_us header.entry-header {
    display: none;
}	
ul#leader-team-container .team_image_wrap {
    bottom: auto;
    bottom: 0;
}
.pc_hidden{display:none;}
.line-seperator:after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #272827;
    left: 50%;
    display: block;
    position: relative;
    margin-left: -10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
div#about_section4 .grid-4:nth-child(odd) {
    background-color: #f8f8f8;
}
div#about_section4 .number {
    font-size: 40px;
    color: #707070;
}
div#about_section4 p {
    font-size: 14px;
    margin-bottom: 0px;
}
div#about_section4_inner {
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
div#about_section4 .grid-4 {
    padding: 50px 0;
}
div#about_section2 p:last-child {
    margin: 0;
}
.page_sections {
    padding: 120px 10%;
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
}
div#about_section3 .grid-3 {
    padding: 0;
}
div#about_section2{
    border-bottom: 1px solid #ccc;
	}
div#about_section3 p {
    font-size: 12px;
    line-height: 18px;
}
div#about_section4 {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
}
div#about_section6 {
    text-align: center;
    padding: 60px 0;
    max-width: 1440px;
    margin: auto;
}
div#about_section4 p {
    font-size: 14px;
    color: #707070;
}
.page_sections p, div#about_section5 p{
    font-size: 17px;
    line-height: 33px;
}
.table_cell.rank {
    text-align: center;
}
.school_single_row strong {
    display: block;
}
/*about*/
div#about_section1 {
    height: 108ch;
    background-size: cover;
    display: table;
    width: 100%;
}
div#about_section4 .grid-4 {
    height: 295px!important;
}
.about_image_container {
    height: 80px;
}
ul#leader-team-container li{
    width: 33.33%;
    float: left;
    cursor: pointer;
}
div#sidebar_share {
    margin-top: 48px;
}
 #normal-team-container .team_member{  cursor: pointer;}
.team_member p {
    margin-bottom: 0;
}
.single_team_content p {
    margin-bottom: 0;
}
div#leader_member_details, div#normal_member_details {
    overflow: hidden;
    clear: both;
    /* height: 434px; */
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
div#relative_posts h1 {
    font-size: 14px;
    padding-left: 15px;
}
div#leader_member_details .single_team_image_wrap, div#normal_member_details .single_team_image_wrap{
    margin-bottom: 10px;
}	
.single_team_image_wrap {
    margin-top: 120px;
}
.single_team_image_wrap img {
    max-height: 234px;
}
.cn_name {
    font-size: 30px;
    margin-bottom: 15px!important;
    font-weight: bold;
}
.en_name {
    font-size: 30px;
    color: #868686;
    margin-bottom: 15px!important;
    font-weight: bold;
}
/*home*/
div#home_migration_news {
    background-color: #343434;
    padding: 0;
    margin-top: 20px;
}
div#home_migration_news .post-listing, #home_appeal_news .post-listing{
    border-top: 1px solid white;
}
#home_appeal_news ul.side-posts{background-color:white;}
#home_appeal_news h4
{
	color:#343434;
}
div#home_appeal_news {
    height: 40vh;

}
div#home_appeal_news >div {
    background-color: white;
    height: 40vh;
}
h4.squre {
    margin-bottom: 0;
    color: white;
    padding-bottom: 13px;
    padding-top: 13px;
    font-size: 18px;
    font-weight: 500;
}


div#home_migration_news li {

    position: relative;
    max-height: 20.5vh;
}
div#home_migration_news a {
    color: white;
    line-height: 9.16ch;
    background-color: #343434;
    padding-left: 80px;
    font-weight: 300;
}
span.entry-date {
    display: inline-block;
    color: white;
    background-color: #636363;
    text-align: center;
    height: 97%;
    padding-top: 19px;
    padding-bottom: 19px;
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    position: absolute;
    height: 9.16ch;
    width: 70px;
}
.single span.entry-date {
    display: none;
}
.archive span.entry-date {
    background-color: #f15922;
    margin-left: -10px;
    margin-top: -20px;
    width: 60px;
}
span.entry-date_date {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
}
span.entry-date_month {
    display: inline-block;
    line-height: 15px;
    border-bottom: 1px solid;
    text-transform: uppercase;
    font-size: 10px;
}
div#section2 .captions {
    height: 11.2vh;
}
.tax-migration_type input[type=radio ]:checked + span {
    background-color: #f15922;
    color: transparent;
    width: 12px;
    height: 12px;
    left: -1px;
    border-radius: 45px;
    display: block;
    top: 2px;
}
.tax-migration_type input[type=checkbox]:checked + span{
	background-color: #f15922;
    color: transparent;
    width: 12px;
    height: 12px;
    left: -1px;
    left: 0;
    display: block;
	top: 2px;
}
.term-60-test span.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    z-index: 0;
    color: transparent;
}
.home span.entry-date {
    padding-top: 11px;
} 
.tax-migration_type span.wpcf7-list-item:hover span {
    z-index: -1;
}
div#home_migration_news li:hover .entry-date, div#home_migration_news li.image_opened .entry-date, div#home_migration_news li:hover .open_image,div#home_migration_news li.image_opened .open_image{
    background-color: #f15922;
 -webkit-transition:0.6s all;
    transition: 0.6s all;
}
div#home_appeal_news .post-listing:hover {
    background-color: #f15922;
 -webkit-transition:0.6s all;
    transition: 0.6s all;
}
div#home_appeal_news .post-listing:hover a{    color: white;}
div#home_migration_news a {
    color: white;
}

div#home_migration_news a.open_image_url {
    padding: 0!important;
    max-height: 15vh;
    display: none;
}
div#home_migration_news a img {
    height: auto;
    width: 100%;
}
/*sw plus*/
.page-template-sw_plus .postlist_caption:hover {
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.page-template-sw_plus .postlist_caption:hover h1, .page-template-sw_plus .postlist_caption:hover .read_more, ul.alm-listing li:hover h3 a{    -webkit-transition: 0.5s all;
    transition: 0.5s all;color:#f15922;} 
.page-template-sw_plus article, .alm-listing li {
    height: 50vh;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    float: left;
    background-size: cover;
    padding: 0;
    width: 22.99%;
    background-position: center;
}
.single-post #main article {
    margin-bottom: 0;
    padding-bottom: 0;
}
div#sidebar_share span {
    top: -13px;
    position: relative;
    display: inline-block;
}

div#sidebar_share img {
    width: 35px;
}
.single-post div#sidebar h1 {
    line-height: 40px;
}
div#sidebar h1 {
    line-height: 80px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.single-post div#content, .page-template-sw_plus div#content{
    background-color: #252525;
    margin-top: 50px;
    padding-top: 0;
}
.single-post div#page, .page-template-sw_plus div#page{
    margin-top: 145px;
}
.single-post div#content .container{
    overflow: hidden;
    background-color: white;
}
.post_category {
    color: #f15922;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 45px;
}
time.entry-date {
    color: #f15922;
    font-weight: bold;
}
span.byline {
    display: none!important;
}
div#comments {
    display: none;
}
.single-post div#primary {
    overflow: hidden;
    padding: 50px 25px;
}
.single-post #sidebar h1 {
    color: black;
    font-weight: normal;
    padding: 0;
    text-align: left;
}
.single-post #sidebar h1:before{
display:none;
}
.single-post #main h1.entry-title, .single-post header.entry-header {
    display: none;
}
.single-post #main article {
    padding: 25px 0;
}
div#about_section1 h1:before{display:none;}
div#sidebar_share >div {
    display: table;
    vertical-align: middle;
}
.single-post #sidebar h1 {
    position: relative;
}
div#sidebar_share h2 {
    font-size: 14px;
    color: #929292;
    letter-spacing: 0;
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
div#sidebar_share .sfsi_widget {
    display: table-cell;
    vertical-align: middle;
}
.postlist_caption {
    position: relative;
    padding: 0 5%;
    height: 100%;
    margin-top: 0;
    padding-top: 50%;
    width: 100%;
}
.postlist_caption p {
    font-size: 12px;
}
.single-post .postlist_caption, .page-template-sw_plus .postlist_caption{text-align: center;color: white;}
.single-post .postlist_caption {
    position: absolute;
}
.single-post #relative_posts .postlist_caption:before {
	display:none;
}

button.alm-load-more-btn {
    height: 27px;
    line-height: 27px;
    background-image: url(../../../wp-content/uploads/2017/02/arrow_down.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    background-color: transparent;
    display: table;
    border: 0;
}
button.alm-load-more-btn.done {

    background-image: none;
}
.postlist_caption p {
    display: none;
}
.single-post .postlist_caption h1 {
    color: white;
}
.single-post a.read_more, .page-template-sw_plus a.read_more {
    color: white;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 90%;
}
.single-post #relative_posts article:before, .page-template-sw_plus article:before {
	content: '';
    display: block;
    position: absolute;
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}
div#relative_posts h6 {
    position: relative;
    padding-left: 12px;
    padding: 20px 14px;
}
div#relative_posts h6:before {
    display: block;
    width: 9px;
    height: 9px;
    background-color: #f15922;
    content: "";
    left: -10px;
    margin-top: 6px;
    position: absolute;
}
h1.Page.title {
    color: white;
    text-align: center;
    display: table;
    margin: auto;
    width: auto;
    padding: 55px 15px;
    font-weight: normal;
    letter-spacing: 5px;
    position: relative;
    font-size: 30px;
}
.single-post #relative_posts h1:before{display:none;}
div#sidebar >ul >li >.side-posts li {
    border-bottom: 1px solid #ccc;
}
div#sidebar >ul >li >.side-posts li:last-child {
    border-bottom: 0;
}
/*60 test*/
input{ font-style:'Roboto', 'Noto Sans SC', 'Noto Sans TC', sans-serif!important;}
table, th, td {
    border: 1px solid #ccc;
    padding: 5px 15px;
}
th.tg-yw4l {
    color: #f15922;
    text-align: center;
    font-weight: normal;
}
td.tg-yw4l {
    text-align: center;
}
th.tg-yw4l:first-child {
    width: 70%;
    text-align: left;
}
td.tg-yw4l:first-child {
	text-align: left;
}
div#wpcf7-f205-o1 label {
    font-size: 15px;
    color: #f15922;
    font-weight: bold;
    letter-spacing: 0;
    display: inline-block;
    width: auto;
    float: left;
    padding: 6px 14px;
    border-right: 1px solid #ccc;
    line-height: 23px;
    box-sizing: content-box;
}
input.wpcf7-form-control.wpcf7-submit {
    margin: auto;
    display: table;
    font-size: 14px;
    color: white;
    background-color: #f15922;
    border-radius: 0;
    padding: 5px 50px;
    font-weight: bolder;

}

.term-60-test .grid-m-12 {
    padding: 0;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 10px;
}
.term-60-test .grid-m-6 {
    border: 1px solid #ccc;
    padding: 0;
    width: 49%;
    margin-top: 25px;
}
.term-60-test .grid-m-6:last-child{float:right;}
.term-60-test span.wpcf7-list-item {
    margin: 0;
}
.term-60-test span.wpcf7-list-item-label {
    display: none;
}
.term-60-test tr:first-child {
    border-top: 2px solid #929292;
    border-bottom: 2px solid #929292;
}
.term-60-test input {
    max-width: 100%;
    border: 0;
}
.term-60-test span.wpcf7-form-control-wrap.your-name, .term-60-test span.wpcf7-form-control-wrap.your-wechat, .term-60-test span.wpcf7-form-control-wrap.your-school, .term-60-test span.wpcf7-form-control-wrap.your-major {
    width: 236px;
    display: block;
    float: left;
    line-height: 29px;
}
.term-60-test input:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
span.wpcf7-form-control-wrap.your-email {
  display: inline-block;
}
/*svg*/
.sidebar li a:before, #sidebar li a:before {
    content: "";
	display:none;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -25px;
    background-repeat: no-repeat;
    background-position: center;
}
.home .sidebar li:first-child a:before {
    background-image: url(../../../wp-content/themes/sw/svg/General-Skilled-Migration.svg);
}
.home .sidebar li:nth-child(2) a:before {
    background-image: url(../../../wp-content/themes/sw/svg/Business-Skills-Migration.svg);
}
.home .sidebar li:nth-child(3) a:before {
    background-image: url(../../../wp-content/themes/sw/svg/Family-Migration.svg);
}
.home .sidebar li:nth-child(4) a:before {
    background-image: url(../../../wp-content/themes/sw/svg/Employer-Nomination-Scheme.svg);
}
.home .sidebar li:nth-child(5) a:before {
    background-image: url(../../../wp-content/themes/sw/svg/60-online.svg);
}
.tax-migration_type #sidebar >ul >li:first-child >a:before, .single-migration #sidebar >ul >li:first-child >a:before{
    background-image: url(../../../wp-content/themes/sw/svg/General-Skilled-Migration.svg);
}
.tax-migration_type #sidebar >ul >li:nth-child(2) >a:before, .single-migration #sidebar >ul >li:nth-child(2) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/Business-Skills-Migration.svg);
}
.tax-migration_type #sidebar >ul >li:nth-child(3) >a:before, .single-migration #sidebar >ul >li:nth-child(3) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/Family-Migration.svg);
}
.tax-migration_type #sidebar >ul >li:nth-child(4) >a:before, .single-migration #sidebar >ul >li:nth-child(4) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/Employer-Nomination-Scheme.svg);
}
.tax-migration_type #sidebar >ul >li:nth-child(5) >a:before, .single-migration #sidebar >ul >li:nth-child(5) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/60-online.svg);
}
.tax-migration_type #sidebar >ul >li:nth-child(6) >a:before, .single-migration #sidebar >ul >li:nth-child(6) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/ausmap.svg);
}
.tax-migration_type #sidebar >ul >li:nth-child(7) >a:before, .single-migration #sidebar >ul >li:nth-child(7) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/course.svg);
}
.tax-migration_type #sidebar >ul >li:nth-child(8) >a:before, .single-migration #sidebar >ul >li:nth-child(8) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/updatenews.svg);
}
.tax-education_type #sidebar >ul >li:first-child >a:before, .single-education #sidebar >ul >li:first-child >a:before, .tax-school_category #sidebar >ul >li:first-child >a:before{
    background-image: url(../../../wp-content/themes/sw/svg/VCE.svg);
}
.tax-education_type #sidebar >ul >li:nth-child(2) >a:before, .single-education #sidebar >ul >li:nth-child(2) >a:before, .tax-school_category #sidebar >ul >li:nth-child(2) >a:before{
    background-image: url(../../../wp-content/themes/sw/svg/Q_A.svg);
}
.tax-education_type #sidebar >ul >li:nth-child(3) >a:before, .single-education #sidebar >ul >li:nth-child(3) >a:before, .tax-school_category #sidebar >ul >li:nth-child(3) >a:before{
    background-image: url(../../../wp-content/themes/sw/svg/updatenews.svg);
}
.tax-education_type #sidebar >ul >li:nth-child(4) >a:before, .single-education #sidebar >ul >li:nth-child(4) >a:before, .tax-school_category #sidebar >ul >li:nth-child(4) >a:before{
    background-image: url(../../../wp-content/themes/sw/svg/UNI.svg);
}
.tax-visa_type #sidebar >ul >li:first-child >a:before, .single-visa #sidebar >ul >li:first-child >a:before{
    background-image: url(../../../wp-content/themes/sw/svg/psw.svg);
}
.tax-visa_type #sidebar >ul >li:nth-child(2) >a:before, .single-visa #sidebar >ul >li:nth-child(2) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/Q_A.svg);
}
.tax-visa_type #sidebar >ul >li:nth-child(3) >a:before, .single-visa #sidebar >ul >li:nth-child(3) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/lawyers.svg);
}
.tax-compliance_type #sidebar >ul >li:first-child >a:before, .single-compliance #sidebar >ul >li:first-child >a:before{
    background-image: url(../../../wp-content/themes/sw/svg/MRT-AAT.svg);
}
.tax-compliance_type #sidebar >ul >li:nth-child(2) >a:before, .single-compliance #sidebar >ul >li:nth-child(2) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/Q_A.svg);
}
.tax-compliance_type #sidebar >ul >li:nth-child(3) >a:before, .single-compliance #sidebar >ul >li:nth-child(3) >a:before {
    background-image: url(../../../wp-content/themes/sw/svg/student-appeal.svg);
} 
 
h3.squre.white_title a:before, #relative_posts .postlist_caption:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    left: 28px;
    top: 0;
    margin-top: -11vh;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../../wp-content/themes/sw/svg/Q_A.svg);
}
a.read_more:hover {
    color: #f15922;
}
#relative_posts .postlist_caption:before {
    margin-top: 0px;
}
div#section7 .fp-tableCell {
    padding-top: 0;
}
div#sidebar ul li {
    position: relative;
}
ul svg {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 28px;
    left: 12px;
    margin: auto;
    z-index: 1;
}
li:hover .st1, li:hover .st0, li:hover .st2, li:hover .st3, li.open .st0, li.open .st1, li.open .st2, li.open .st3{
    stroke: white;
}
.st0 {
    fill: transparent!important;
}
#sidebar li:hover .st0, .sidebar li:hover .st0, #sidebar li:hover path.st1, .sidebar li:hover path.st1 {
    fill: white;
}
#sidebar li.open .st0, .sidebar li.open .st0, #sidebar li.open path.st1, .sidebar li.open path.st1 {
    fill: white;
}
ul path {
    fill-opacity: 0;
    stroke: #625F5F;
    stroke-width: 1;
    stroke-dasharray: 270;
    stroke-dashoffset: 270;
    animation-name: draw;
    animation-duration: 8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
  }
 

	


@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes draw {
 to {
    stroke-dashoffset: 0;
  }
}
.open_image {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    width: 14px;
    height: 6.31ch;
    font-size: 20px;
    line-height: 6.31ch;
    text-align: center;
    background-color: #636363;
    cursor: pointer;
}

.open_image:after {
    content: "+";
}
.image_opened .open_image:after {
    content: "-";
}
div#contact_section1 {
    height: 500px;
    display: table;
    width: 100%;
}
div#contact_section1 h2 {
    display: table-cell;
    vertical-align: middle;
    color: white;
    font-size: 36px;
    text-shadow: 2px 2px black;
}
div#contact_section2 >div {
    width: 50%;
    float: left;
}
.page-template-contact-us article {
    display: none;
}
#contact_section2 h1{
    margin-bottom: 30px;
}
#contact_section2 h1:before {
  display:none;
}
.page-template-contact-us div#content {
    padding-bottom: 0;
}
@media screen and (max-width: 1230px) {
div#wpcf7-f205-o1 label {
    width: auto;
}
#primary-menu >li {
    padding: 0 15px;
}
.term-60-test span.wpcf7-form-control-wrap.your-name, .term-60-test span.wpcf7-form-control-wrap.your-wechat, .term-60-test span.wpcf7-form-control-wrap.your-school, .term-60-test span.wpcf7-form-control-wrap.your-major {
    width: 77%;
    position: absolute;
    top: 0;
    margin-left: 23%;
}
}
@media screen and (max-width: 1024px) {
.home.fp-viewing-firstPage .main-navigation a, .main-navigation a {
    font-size: 12px;
}
ul svg {
    width: 30px;
    height: 30px;
    top: 22px;
}
span.wpcf7-form-control-wrap.your-email {
    width: 300px;
}
.slider_caption h1 {
    line-height: 70px!important;
    font-size: 57px!important;
}
.slider_caption p {
    font-size: 23px!important;
    margin-top: 20px!Important;
}
#primary-menu >li {
    position: initial;
    padding: 0 5px;
}
div#search_button {
    padding-left: 5px;
}
div#sidebar >ul >li >a, #migration_menu ul li a {
    font-size: 15px;
}
.white_title {
    margin-top: 60px;
}
h3.squre.white_title a:before, #relative_posts .postlist_caption:before {
    width: 30px;
    height: 30px;
    margin-top: 0px;
}
.home h3.squre.white_title a:before, .home #relative_posts .postlist_caption:before {
    margin-top: -40px;
}
footer .container >div {
    padding: 20px 15px;
}

}
@media screen and (max-width: 800px) {
.home.fp-viewing-firstPage .site-branding {
    margin-top: 5px;
}
.main-navigation {
    display: none;
}
button#responsive-menu-button {
    top: 10px!important;
    background: transparent!Important;
}
.site-branding {
    padding: 12px;
    padding-bottom: 10px;
    margin: 0;
}
.slider_caption h1 {
    line-height: 50px!important;
    font-size: 37px!important;
}
.slider_caption p {
    font-size: 18px!important;
    margin-top: 10px!Important;
}
div#search_button {
    margin-top: 25px;
    border: 0;
    margin-right: 10px;
}
button#responsive-menu-button .responsive-menu-box {
    margin-top: 10px;
}
form.search-form {
    bottom: -29px;
}

button#responsive-menu-button {
    right: auto!important;
    left: 0;
}

.site-branding {
    float: none;
    text-align: center;
}
form.search-form {
    bottom: auto;
    margin-top: 19px;
}
#responsive-menu-container {
    top: 60px!important;
}
div#responsive-menu-search-box {
    display: none;
}
#search_form_container {
    top: 40px;
    width: 100%;
}
}
@media screen and (max-width: 768px) {.migraton_container article, .post-row img {    float: none;    width: 100%;}
div#section6 {
    background-color: #252525;
    margin-top: 20px;
}
div#form_close{
    display: block;
}
.archive h2.entry-title {
    line-height: 20px;
}
.archive article header.entry-header {
    margin-top: 0px;
}
.home article >a:first-child:hover h3, div#m-block-up a:hover h3.with_background {
    line-height: inherit;
}
.home article >a:first-child:hover h3:before, div#m-block-up a:hover h3.with_background:before {
    top: 40px;
}
.footer_top .textwidget {
    display: block;
}
.footer_top .textwidget img {
    margin-bottom: 25px;
}
footer .container >div:first-child {
    padding-bottom: 0;
}
div#section7 {
    display: none;
}
#section3 article, #section4 article, #section5 article {
    height: 400px;
    padding-bottom: 10px;
}
h3.with_background {
    height: auto;
    line-height: 30px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}
.page-template-sw_plus article {
    width: 47.99%;
}
#sidebar {
    float: none;
    width: 100%;
}

.single #main, .archive #main {
    background-color: white;
    float: none;
    width: 100%;
    position: relative;
}
div#sidebar >ul >li >a, #migration_menu ul li a {
    padding-left: 60px;
    font-size: 17px;
    line-height: 10vh;
}
.sidebar li a:before, #sidebar li a:before {

    width: 30px;
    height: 30px;
    margin-top: -15px;
}
ul.side-posts li a {
    font-size: 14px;
    padding-left: 60px;
}
div#relative_posts article {
    width: 50%;
}
div#about_section1 h1 {
    font-size: 34px;
    line-height: 50px;
}
div#about_section1 h2 {
    font-size: 20px;
}
.page_sections {
    padding: 70px 10%;
}
.en_name {
    font-size: 15px;
}
.cn_name {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0!Important;
}
.team_image_wrap {
    max-width: 50%;
}

.team_members li, .team_members >div {
    padding: 10px;
}
ul#leader-team-container .team_image_wrap {
    top: auto;
    bottom: 0;
}
.team_member {
    width: 33.33%;
    float: left;
}
div#leader_member_details .single_team_image_wrap, div#normal_member_details .single_team_image_wrap {
    float: none;
    width: 100%;
}
.single_team_content {
    width: 100%;
    float: none;
    padding: 3%;
}
.school_single_row.rank >div {
    width: 100%;
    float: none;
}
.student_number {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 16px;
}
.school_special .table_title {
    position: relative;
}
.school_special .table {
    padding-left: 0!important;
}
.school_special .table_title {
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccc;
    width: 100%;
	border-right: 0;
}
.school_single_row.rank.school_special div:last-child .table_title {
    border-left: 0;
    margin-left: 0;
}
.school_single_row:last-child {
    padding-bottom: 20px;
}
h3.squre {
    font-size: 20px;
}
div#contact_section2 >div {
    width: 100%;
    float: none;
}
div#contact_section1 h2 {
    font-size: 23px;
}
div#contact_section1 {
    height: 200px;
}
div#section2 .captions {
    height: auto;
    margin-bottom: 30px;
}
#section2 img {
    height: auto;
}
div#home_appeal_news {
    height: auto;
}
div#home_appeal_news >div {
    background-color: white;
    height: auto;
}
.page-template-about_us div#content, .page-template-contact-us div#content {
    padding-top: 60px;
}
}
@media screen and (max-width: 480px) {
div#contact_section1 h2 {
    font-size: 15px;
}
.leader-team-container .team_image_wrap {
    height: 50%;
}
.single_team_image_wrap {
    margin-top: 0;
}
#contact_section2 h1 {
    margin-bottom: 10px;
    margin-top: 30px;
}
#success_div{
    width: 90%;
}
div#relative_posts article {
    width: 100%;
	float:nonel
}
button#responsive-menu-button .responsive-menu-box {
 margin-top: 0px;
}
.site-branding {
    max-width: 224px;
    height: 60px;
    margin: auto;
    padding-top: 17px;
}
div#search_button {
    margin-top: 17px;
}
.single-post div#page, .page-template-sw_plus div#page {
    margin-top: 70px;
}
.postlist_caption {
    padding-top: 20%;
padding-bottom: 30px;
}
.page-template-sw_plus article {
    width: 100%;
	margin:0;
}
.single #main article, .archive #main .migraton_container {
    padding: 15px 10px;
    margin-bottom: 0;
}
h1 {
    font-size: 17px;
    line-height: 23px;
}
.single_visa_name:after {
    right: -10px;
}
.single_visa_name.active:after {
    font-size: 20px;
    right: 13px;
}
.single_visa, .migraton_container article {
    margin-bottom: 7px;
    border: 1px solid #f5f5f5;
    padding: 10px;
    padding-right: 20px;
}
.slider_caption h1 {
    line-height: 35px!important;
    font-size: 27px!important;
}
.slider_caption p {
    font-size: 15px!important;
    margin-top: 5px!Important;
}
.footer_bottom >div {
    width: 100%!important;
    float: none!important;
}
footer .site-info {
    line-height: 19px;
    padding: 10px;
    font-size: 12px;
    padding-bottom: 50px;
}
.footer_top .textwidget p {
    display: block;
    margin-bottom: 0;
}
.term-60-test span.wpcf7-form-control-wrap.your-name, .term-60-test span.wpcf7-form-control-wrap.your-wechat, .term-60-test span.wpcf7-form-control-wrap.your-school, .term-60-test span.wpcf7-form-control-wrap.your-major {
    width: 60%;
    margin-left: 40%;
}
span.wpcf7-form-control-wrap.your-email {
    width: 100px;
}
div#right_contacts {
    display: none;
}
div#header_top {
    display: none;
}
div#content {
 padding-top: 60px;
padding-bottom:20px;
}
button#responsive-menu-button {
    top: 0px!important;
}
.tax-school_category #main .post-listing {
    width: 50%;
    height: 220px;
}

.school_image_wrap img, .school_image_wrap {
    height: 150px;
}
.tax-school_category #main ul.side-posts {
    margin-bottom: 0px!important;
} 
.single-post div#content, .page-template-sw_plus div#content {
    margin-top: 0;
}
.page-template-sw_plus article {
    height: 360px;
}
.page-template-about_us h2 {
    margin-bottom: 25px;
    font-size: 20px;
}
.page_sections p, div#about_section5 p {
    font-size: 13px;
    line-height: 24px;
}
.page_sections {
    padding: 15px;
}
ul#team_nav li {
    padding: 0 5px;
}
.team_members li, .team_members >div {
    height: auto;
    width: 100%!important;
}
.table_title .table_cell {
    min-width: 0;
}
.term-60-test .grid-m-6 {
    width: 100%;
    float: none;
    overflow: hidden;
}
div#wpcf7-f205-o1 label {
    border: 0;
    padding: 5px;
}
table.tg {
    overflow: auto;
    max-width: 100%;
    display: block;
    border: 0;
    padding: 0;
}
.term-60-test .grid-m-6 {
    margin-top: 10px;
}
table.tg th {
    padding: 5px 0;
    text-align: center!important;
}
.search-form input {
    border-radius: 0!important;
    border: 1px solid #ccc;
}
input.search-submit {
    padding: 3px 14px;
    margin-left: -4px;
    position: relative;
}
.search-form input {
   -webkit-appearance: none;
    border-radius: 0;
}
ul svg {
    top: 14px;
}
.single-post div#relative_posts article {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
div#about_section1 {
    height: 48ch;
}
div#about_section1 h1 {
    font-size: 24px;
    line-height: 30px;
}
.pc_hidden{display:block;}
.sidebar_image img {
    width: 100%;
}
.single-post div#primary {
    padding: 15px;
}
	}