@charset "utf-8";
@font-face {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    src: url("/fonts/fontello.eot?61757689#iefix") format("embedded-opentype"), url("/fonts/fontello.woff?61757689") format("woff"), url("/fonts/fontello.ttf?61757689") format("truetype"), url("/fonts/fontello.svg?61757689#fontello") format("svg");
}
@font-face {
  font-family: 'fontello-custom';
  src: url('/fonts/fontello-custom.eot?001');
  src: url('/fonts/fontello-custom.eot?001#iefix') format('embedded-opentype'),
       url('/fonts/fontello-custom.woff?001') format('woff'),
       url('/fonts/fontello-custom.ttf?001') format('truetype'),
       url('/fonts/fontello-custom.svg?001#fontello-custom') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
    font-size: 16px;
    background: #ffffff
}

body {
    line-height: 1.6;
    font-size: 1rem;
    font-family: "Open Sans",微軟正黑體,Arial,sans-serif;
    color: #222;
    width: 100%;
    overflow-x: hidden
}
ol, ul {
    margin: 0;
	padding:0;
}
img {
    border: 0;
    vertical-align: bottom;
	width: 100%;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
	transition: all 0.3s ease-out 0s;
}

:focus,
:active {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
	margin-bottom: 0;
    margin-top: 0;
}

p {
    line-height: inherit
}

label {
    font-weight: inherit
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    *font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0
}

textarea {
    resize: vertical
}

ol.reset,
ul.reset,
li.reset {
    margin: 0;
    padding: 0;
    list-style: none
}

section,
article,
aside,
footer,
header,
nav,
main {
    display: block
}
.cl, .clear {
    clear: both;
    display: block;
}
.t-center {
    text-align: center;
}
.btn-more{
	margin-bottom: 20px;
}
.btn-more a{
	padding: 12px 35px;
	color: #FFF;
	background: #227DDB none repeat scroll 0% 0%;
	font-size: 1rem;
	font-weight:600;
	display: inline-block;
	text-align: center;
	border-radius: 30px;
	transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0s;
	animation-delay: 1s;
}
.btn-more a:hover{
	color: #FFF;
	background: #055AB1 none repeat scroll 0% 0%;
	transition: all 0.5s cubic-bezier(0.2, 0, 0.3, 1) 0s;
	animation-delay: 1s;
}

.header {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 95px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    top: 0;
    left: 0
}

.header .logo {
  float: left;
  height: 55px;
  margin: 20px 0;
  width: 231px;
}
@media (max-width:991px) {.header .logo {width: 170px;height: auto;}}

.header .logo a {
    display: block;
    position: relative;
}

.header .lang {
    float: right;
    position: relative;
    font-family: 'Ubuntu', 'Microsoft JhengHei UI', 'Microsoft JhengHei', Sans-serif;
    margin: 20px 0
}

.header .lang .lang-current {
    height: 40px;
    line-height: 40px;
    font-size: .9375rem;
    color: #fff;
    background: #0085ca;
    border-radius: 20px;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: url('../images/cursor-pointer.png'), auto
}

.header .lang .lang-select {
    position: absolute;
    min-width: 100%;
    height: 40px;
    background: #0085ca;
    border-radius: 20px;
    top: 0;
    right: 0;
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: opacity .25s, transform 0s .25s;
    -moz-transition: opacity .25s, transform 0s .25s;
    -webkit-transition: opacity .25s, transform 0s .25s
}

.header .lang .lang-select ul {
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    padding: 0 15px
}

.header .lang .lang-select ul li {
    display: inline-block;
    position: relative;
    line-height: 40px;
    font-size: .9375rem;
    vertical-align: top
}

.header .lang .lang-select ul li +li {
    margin-left: 17px
}

.header .lang .lang-select ul li +li:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, .5);
    top: 14px;
    left: -9px
}

.header .lang .lang-select ul li a {
    color: rgba(255, 255, 255, .75)
}

.header .lang .lang-select ul li.current a,
.header .lang .lang-select ul li a:hover {
    color: #fff
}

.header .lang .lang-select ul li a span {
    display: none
}

.header .nav-menu {
  padding-top: 25px;
}
.header .rightbox {
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 1;
}


.header .rightbox > a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #CCC;
	border-radius: 40px;
	height: 33px;
	line-height: 33px;
	padding: 0px 15px;
	font-size: 0.9rem;
	color: #666;
}
.header .menu-main {
    font-size: 0;
    white-space: nowrap
}

.header .menu-main >li {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.header .menu-main >li >a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #1d1d1d;
    padding: 0 25px;
}

.header .menu-main >li.current >a,
.header .menu-main >li >a:hover {
    color: #0085ca
}

.header .menu-sub {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    background: #134089;
    top: 100%;
    left: 50%;
    margin-top: 40px;
    opacity: 0;
    transform: scale(0) translateX(-50%);
    -moz-transform: scale(0) translateX(-50%);
    -webkit-transform: scale(0) translateX(-50%);
    transition: margin .25s, opacity .25s, transform 0s .25s;
    -moz-transition: margin .25s, opacity .25s, transform 0s .25s;
    -webkit-transition: margin .25s, opacity .25s, transform 0s .25s
}
.language .menu-sub {
	width: 100px;
}
@media (max-width:991px) {.language .menu-sub {width: 100%;}}

.header .menu-main >li:hover >.menu-sub {
    margin-top: 10px;
    opacity: 1;
    transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -webkit-transform: scale(1) translateX(-50%);
    transition: margin .25s, opacity .25s, transform 0s;
    -moz-transition: margin .25s, opacity .25s, transform 0s;
    -webkit-transition: margin .25s, opacity .25s, transform 0s
}

.header .menu-sub:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;

    left: 0
}

.header .menu-sub:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent rgba(22, 66, 139, 1) transparent;
    top: -10px;
    left: 50%;
    margin-left: -8px
}

.header .menu-sub >li {
    position: relative
}

.header .menu-sub >li >a {
    display: block;
    line-height: 40px;
    font-size: .9375rem;
    color: #fff;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap
}

.header .menu-sub >li:hover >a,
.header .menu-sub >li >a:hover {
    background: #3065B5;
}

.header .menu-grand {
    display: inline-block;
    position: absolute;
    vertical-align: top;
    background: #476ea9;
    top: 0;
    left: calc(100% + 4px);
    opacity: 0;
    margin-left: 30px;
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transition: opacity .25s, margin .25s, transform 0s .25s;
    -moz-transition: opacity .25s, margin .25s, transform 0s .25s;
    -webkit-transition: opacity .25s, margin .25s, transform 0s .25s
}

.header .menu-grand:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: -4px
}

.header .menu-grand:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #476ea9 transparent transparent;
    top: 16px;
    left: -7px
}

.header .menu-sub >li:hover >.menu-grand {
    opacity: 1;
    margin-left: 0;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: opacity .25s, margin .25s, transform 0s;
    -moz-transition: opacity .25s, margin .25s, transform 0s;
    -webkit-transition: opacity .25s, margin .25s, transform 0s
}

.header .menu-grand >li >a {
    display: block;
    line-height: 40px;
    font-size: .9375rem;
    color: #fff;
    padding: 0 15px;
    text-align: center;
    white-space: nowrap
}

.header .menu-grand >li >a:hover {
    background: #093e8c
}

.header .nav-switch,
.header .lang-xxs {
    display: none
}


@media (max-width:1199px) {
    .header .container {
        width: 100%
    }
}

@keyframes headerscroll {
    from {
        opacity: 0;
        transform: translateY(-100%)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@-moz-keyframes headerscroll {
    from {
        opacity: 0;
        -moz-transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-webkit-keyframes headerscroll {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100%)
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@media (min-width:992px) {
    .header.scroll-view {
        position: fixed;
        background: rgba(255, 255, 255, 1);
        opacity: 0;
        transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        animation: headerscroll .8s forwards;
        -moz-animation: headerscroll .8s forwards;
        -webkit-animation: headerscroll .8s forwards
    }
    .header .lang:hover .lang-select {
        opacity: 1;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transition: opacity .25s, transform 0s;
        -moz-transition: opacity .25s, transform 0s;
        -webkit-transition: opacity .25s, transform 0s
    }
    .nav-mask {
        display: none !important
    }
}

@media (max-width:991px) {
    .header {
        position: fixed;
        height: 60px;
        transition: left .5s;
        -moz-transition: left .5s;
        -webkit-transition: left .5s
    }
    .header.scroll-view.view.on-nav {
        background: #fff
    }
    .header.on-nav {
        left: -240px
    }
    .header .logo {
        margin: 10px 0
    }
    .header .search {
        margin: 10px 35px 10px 27px
    }
    .header .lang {
        margin: 13px 0
    }
    .header .lang .lang-current {
        width: 34px;
        height: 34px;
        font-size: 0;
        background: #0085ca url('../images/header_lang.png') center no-repeat;
        background-size: 22px 22px;
        padding: 0
    }
    .header .lang .lang-select {
        display: inline-block;
        height: auto;
        border-radius: 0;
        top: 100%;
        left: 50%;
        right: auto;
        margin-top: 30px;
        transform: scale(0) translateX(-50%);
        -moz-transform: scale(0) translateX(-50%);
        -webkit-transform: scale(0) translateX(-50%);
        transition: opacity .25s, margin .25s, transform 0s .25s;
        -moz-transition: opacity .25s, margin .25s, transform 0s .25s;
        -webkit-transition: opacity .25s, margin .25s, transform 0s .25s
    }
    .header .lang.open .lang-select {
        opacity: 1;
        margin-top: 10px;
        transform: scale(1) translateX(-50%);
        -moz-transform: scale(1) translateX(-50%);
        -webkit-transform: scale(1) translateX(-50%);
        transition: opacity .25s, margin .25s, transform 0s;
        -moz-transition: opacity .25s, margin .25s, transform 0s;
        -webkit-transition: opacity .25s, margin .25s, transform 0s
    }
    .header .lang .lang-select:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 10px;
        top: -10px;
        left: 0
    }
    .header .lang .lang-select:after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 8px 10px 8px;
        border-color: transparent transparent #0085ca transparent;
        top: -10px;
        left: 50%;
        margin-left: -8px
    }
    .header .lang .lang-select ul {
        padding: 0
    }
    .header .lang .lang-select ul li {
        display: block;
        line-height: 34px
    }
    .header .lang .lang-select ul li +li {
        border-top: 1px solid rgba(255, 255, 255, .5);
        margin-left: 0
    }
    .header .lang .lang-select ul li +li:before {
        display: none
    }
    .header .lang .lang-select ul li a {
        display: block;
        font-size: 0;
        padding: 0 20px
    }
    .header .lang .lang-select ul li a span {
        display: inline;
        font-size: .9375rem;
        vertical-align: middle
    }
    .header .nav-switch {
        display: block;
        position: absolute;
        width: 40px;
        height: 60px;
        border-left: 1px solid #ddd;
        top: 0;
        right: 0;
        transition: border .25s, background .25s;
        -moz-transition: border .25s, background .25s;
        -webkit-transition: border .25s, background .25s
    }
    .header.on-nav .nav-switch {
        border-color: #0085ca;
        background: #0085ca
    }
    .header .nav-switch i {
        display: block;
        position: absolute;
        height: 3px;
        background: #000;
        border-radius: 1px;
        transition: all .25s;
        -moz-transition: all .25s;
        -webkit-transition: all .25s
    }
    .header.on-nav .nav-switch i {
        background: #fff
    }
    .header .nav-switch i:nth-child(1) {
        width: 20px;
        top: 20px;
        left: 10px
    }
    .header .nav-switch i:nth-child(2),
    .header .nav-switch i:nth-child(3) {
        width: 20px;
        top: 27px;
        left: 10px
    }
    .header .nav-switch i:nth-child(4) {
        width: 20px;
        top: 34px;
        left: 10px
    }
    .header.on-nav .nav-switch i:nth-child(1),
    .header.on-nav .nav-switch i:nth-child(4) {
        width: 2px;
        top: 27px;
        left: 24px;
        opacity: 0
    }
    .header.on-nav .nav-switch i:nth-child(2),
    .header.on-nav .nav-switch i:nth-child(3) {
        width: 22px;
        left: 9px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }
    .header.on-nav .nav-switch i:nth-child(3) {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    .header .nav-menu {
        position: absolute;
        width: 240px;
        height: 100vh;
        background: #093e8c;
        top: 0;
        left: auto;
        right: -240px;
        padding: 0 0 40px;
        overflow-y: auto;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: right .5s;
        -moz-transition: right .5s;
        -webkit-transition: right .5s
    }
    .header .menu-main >li {
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .25)
    }
    .header .menu-main >li >a {
        color: #fff;
        text-align: center
    }
    .header .menu-sub {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        margin: 10px 0 0;
        opacity: 1;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none
    }
    .header .menu-sub:before {
        display: none
    }
    .header .menu-main >li.open >.menu-sub {
        display: block
    }
    .header .menu-main >li:hover >.menu-sub {
        margin: 10px 0 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none
    }
    .header .menu-sub >li.open >a,
    .header .menu-sub >li:hover >a,
    .header .menu-sub >li >a:hover {
        color: #ff0;
        background: none
    }
    .header .menu-grand {
        display: none;
        position: relative;
        background: #000;
        top: auto;
        left: auto;
        opacity: 1;
        margin: 8px 10px 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none
    }
    .header .menu-sub >li.open >.menu-grand {
        display: block
    }
    .header .menu-sub >li:hover >.menu-grand {
        margin: 8px 10px 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none
    }
    .header .menu-grand:before {
        display: none
    }
    .header .menu-grand:after {
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #000 transparent;
        top: -8px;
        left: 50%;
        margin-left: -6px
    }
}

@media (max-width:479px) {
    .header .search {
        float: none;
        position: absolute;
        width: 40px;
        height: 60px;
        border-right: 1px solid #ddd;
        margin: 0;
        top: 0;
        left: 0
    }
    .header .search:before {
        display: none
    }
    .header .search .search-switch {
        height: 60px;
        transition: border .25s, background .25s;
        -moz-transition: border .25s, background .25s;
        -webkit-transition: border .25s, background .25s
    }
    .header.on-search .search .search-switch {
        border-right-color: #0085ca;
        background: #0085ca
    }
    .header .search .search-switch i:nth-child(1) {
        width: 14px;
        height: 14px;
        top: 20px;
        left: 15px
    }
    .header .search .search-switch i:nth-child(1) {
        border: 2px solid #000
    }
    .header .search .search-switch i:nth-child(2) {
        display: none
    }
    .header .search .search-switch i:nth-child(3) {
        width: 6px;
        background: #000;
        top: 33px;
        left: 12px;
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    .header.on-search .search .search-switch i:nth-child(1) {
        width: 14px;
        height: 14px;
        border: 2px solid #fff;
        background: none;
        border-radius: 100%;
        top: 20px;
        left: 15px;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none
    }
    .header.on-search .search .search-switch i:nth-child(3) {
        width: 6px;
        background: #fff;
        opacity: 1;
        top: 33px;
        left: 12px
    }
    .header .search .search-box {
        width: calc(100vw - 20px);
        height: 50px;
        background: #fff;
        border-radius: 25px;
        top: 100%;
        left: -180px;
        right: auto;
        margin-top: 10px;
        padding: 5px;
        transition: opacity .25s, left .25s, transform 0s .25s;
        -moz-transition: opacity .25s, left .25s, transform 0s .25s;
        -webkit-transition: opacity .25s, left .25s, transform 0s .25s
    }
    .header.on-search .search .search-box {
        left: 10px;
        opacity: 1;
        transition: opacity .25s, left .25s, transform 0s;
        -moz-transition: opacity .25s, left .25s, transform 0s;
        -webkit-transition: opacity .25s, left .25s, transform 0s
    }
    .header .search .search-box .search-button {
        top: 7px;
        right: 7px
    }
    .header .lang {
        display: none
    }
    .header .lang-xxs {
        display: block;
        font-size: 0;
        background: rgba(255, 255, 255, .25);
        padding: 2px 20px;
        text-align: center
    }
    .header .lang-xxs ul li {
        display: inline-block;
        position: relative;
        line-height: 30px;
        font-size: .875rem;
        vertical-align: top
    }
    .header .lang-xxs ul li +li {
        margin-left: 17px
    }
    .header .lang-xxs ul li +li:before {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 12px;
        background: rgba(255, 255, 255, .25);
        top: 9px;
        left: -9px
    }
    .header .lang-xxs ul li a {
        color: rgba(255, 255, 255, .75)
    }
    .header .lang-xxs ul li a:hover,
    .header .lang-xxs ul li.current a {
        color: #fff
    }
}

/* --- Index --- */
#page::after, #middle::after, .middle_inner::after, .middle_content::after, #bottom::after, .bottom_bg::after, .content_wrap::after, .column_inner::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.index-why {
	overflow: hidden;
	margin: 30px 0 50px 0;
}
.index-why .index-why-left{
  float: left;
  width:50%;
  padding-right: 110px;
  text-align: right;
  padding-top: 0;
}
.index-why .index-why-left .index-why-left-title {
	font-size: 1.9rem;
	color: #055AB1;
}
.index-why .index-why-left .index-why-left-des {
	font-size: 1rem;
	line-height: 30px;
	color:#555555;
	margin-bottom: 30px;
}
.index-why .index-why-right{
  float: right;
  width:50%;
}
.index-program {
	overflow: hidden;
	background-image: url("../images/index-program.jpg");
	text-align: center;
	padding: 160px 0;
}
.index-program-title {
	font-size: 2.2rem;
	color: #FFF;
	font-weight: 600;
}
.index-program-title2 {
	font-size: 1.9rem;
	color: #ffffff;
	font-weight: 600;
}
.index-program-des {
	font-size: 1.1rem;
	color: #ffffff;
	padding: 20px 0;
}
.index-course {
	position: relative;
	padding: 80px 0 160px 0px;
	background: #EEF5FB none repeat scroll 0% 0%;
}
.index-course::after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	z-index: 0;
	border-width: 0px 0px 180px 100vw;
	border-color: transparent transparent #FFF;
}
.index-course h2, .index-teacher h2 {
	font-size: 2rem;
	color: #055AB1;
	text-align: center;
	padding: 0 0 30px;
	font-weight: 600;
}
.Index_Course ul {
	margin: 0 -15px;
}
.Index_Course ul li {
  border-bottom: 1px solid #e4e5e5;
  display: inline-block;
  vertical-align:top;
  overflow: hidden;
  width: 33.33%;
  padding: 0 15px;
  margin: 0 -4px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {.Index_Course ul li{width: 50%;}}
@media (max-width: 420px) {.Index_Course ul li{width: 100%;}}

.Index_Course ul li .Index_Course_Box {
  background: #ffffff none repeat scroll 0 0;
  min-height: 350px;
  padding: 15px;
}
.Index_Course ul li .Index_Course_Dateleft {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  float: left;
  margin-right: 15px;
  padding: 10px 0;
  width: 60px;
}
.Index_Course ul li .Index_Course_Dateleft .Index_Course_Dateleft_month {
  color: #3071b3;
  display: block;
  font-size: 0.938rem;
  line-height: 20px;
  text-align: center;
}
.Index_Course ul li .Index_Course_Dateleft .Index_Course_Dateleft_day {
  color: #333333;
  display: block;
  font-size: 1.125rem;
  line-height: 20px;
  text-align: center;
}
.Index_Course ul li .Index_Course_Title a {
  color: #3071b3;
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 22px;
  min-height: 60px;
  padding: 10px 0;
}
.Index_Course ul li .Index_Course_Date {
  color: #666666;
  font-family: å¾®è»Ÿæ­£é»‘é«”;
  font-size: 0.925rem;
  line-height: 22px;
  font-weight: 600;
}
.Index_Course ul li .Index_Course_Context {
  color: #666666;
  font-family: å¾®è»Ÿæ­£é»‘é«”;
  font-size: 0.925rem;
  line-height: 22px;
  padding: 5px 0 10px;
}
.index-teacher {
	position: relative;
	padding: 0 0 60px 0px;
}
.index-teacher-list {
  width: 65%;
  margin: 0 auto;
}
.index-teacher-list ul li {
  display: inline-block;
  vertical-align:top;
  overflow: hidden;
  width: 25%;
  padding: 0 35px;
  margin: 0 -4px;
  margin-bottom: 40px;
  text-align: center;
}
.index-teacher-list ul li .index-teacher-list-img{
	margin: 0 0 10px 0;
}
.index-teacher-list ul li .index-teacher-list-img img{
	border-radius: 150px;
}
.index-teacher-list ul li .index-teacher-list-title {
	font-size: 1.3rem;
	font-weight: 600;
}
.index-teacher-list ul li .index-teacher-list-title2{
	font-size: 1.05rem;
}
.index-marketing {
	overflow: hidden;
	background-image: url(../images/index-marketing-bg.jpg);
	background-size: cover;
	padding: 2% 0;
}
.index-marketing-topic {
	max-width: 755px;
	margin: 0 auto;
}
.index-marketing-list{
	overflow: hidden;
	padding:60px 0 0;
}
.index-marketing-list ul li {
	width: 33.33%;
	float: left;
	list-style: none;
	padding: 0 30px 30px;
}
@media (max-width: 767px) {.index-marketing-list ul li{width: 50%;}}
@media (max-width: 480px) {.index-marketing-list ul li{width: 100%;}}

.index-marketing-list ul li a{
}
.index-marketing-list-icon {
	background-color: #ffffff;
	width: 120px;
	height: 120px;
	border-radius: 120px;
	text-align: center;
	line-height: 95px;
	margin: 0 auto;
	box-shadow: 0 8px 10px rgba(0, 0, 0, .2);
}
.index-marketing-list-icon img{
	width: 70px;
	height: 70px;
}
.index-marketing-list-des {
	text-align: center;
	padding: 20px;
	color: #ffffff;
	min-height: 150px;
}
.index-marketing-list-des h4 {
	font-size: 1.5rem;
	font-weight: 600;
	text-shadow: black 0.05em 0.05em 0.05em;
}
.index-marketing-list-des p{
	font-size: 1.1rem;
	padding:10px 0;
}
.one_first, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .one_sixth, .one_fourth_1 {
  float: left;
  padding: 0 15px;
  position: relative;
}
.one_first {
  clear: both;
  display: block;
  float: none;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.one_half {
  width: 50%;
}
@media (max-width:480px) {.one_half {width: 100%;}}

.one_third {
  width: 33.33%;
}
@media (max-width:767px) {.one_third {width: 100%;}}

.one_fourth {
  width: 16%;
}
@media (max-width:991px) {.one_fourth {width: 25%;}}
@media (max-width:767px) {.one_fourth {width: 100%;}}

.one_fourth_1 {
  width: 25%;
}
@media (max-width:767px) {.one_fourth_1 {width: 100%;}}

.three_fourth {
  width: 84%;
}
@media (max-width:991px) {.three_fourth {width: 75%;}}
@media (max-width:767px) {.three_fourth {width: 100%;}}

input:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="color"]):not([type="range"]) {
  height: 44px;
  font-size: 13px;
}
input:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="color"]):not([type="range"]), textarea, select, option {
  border-style: solid;
  border-width: 1px;
  max-width: 100%;
  padding: 10px;
  font-size: 13px;
}
.contact-form input:not([type="button"]):not([type="checkbox"]):not([type="file"]):not([type="hidden"]):not([type="image"]):not([type="radio"]):not([type="reset"]):not([type="submit"]):not([type="color"]):not([type="range"]), .contact-form select, .contact-form textarea, .contact-form option {
  min-width: 100px;
  width: 100%;
}
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.featured_block {
  overflow: hidden;
  position: relative;
  background-color: #3065b5;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width:767px) {.featured_block {background-color: #ffffff;margin-bottom: 0;}}

.featured_block .featured_block_inner {
  margin: 0 auto;
  padding: 25px;
  text-align: left;
  width: 100%;
}
@media (max-width:767px) {.featured_block .featured_block_inner {padding: 0;}}

.featured_block .featured_block_text {
  text-align: left;
  color: #ffffff;
}
.featured_block .featured_block_text hr {
  margin: 5px 0;
  opacity: 0.3;
}
@media (max-width:767px) {.featured_block .featured_block_text hr {display: none;}}

.featured_block .heading_wrap {
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  position: relative;
}
@media (max-width:767px) {.featured_block .heading_wrap {display: none;}}

.featured_block .heading_wrap2 {
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  position: relative;
}
@media (max-width:767px) {.featured_block .heading_wrap2 {display: inline-block;margin: 0 0 0 -4px;padding: 0 1% 2%;width: 25%;}}
@media (max-width:480px) {.featured_block .heading_wrap2 {display: inline-block;margin: 0 0 0 -4px;padding: 0 1% 2%;width: 33.33%;}}
@media (max-width:360px) {.featured_block .heading_wrap2 {display: inline-block;margin: 0 0 0 -4px;padding: 0 2px 2%;width: 33.33%;}}

.featured_block .heading_wrap3 {
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: left;
}
@media (max-width:767px) {.featured_block .heading_wrap3 {display: inline-block;margin: 0 0 0 -4px;padding: 0 1% 2%;text-align: center;width: 25%;}}

.featured_block .heading_wrap3 h6.heading, .featured_block .heading_wrap3 h6.heading a{
    color: #ffffff;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
}
@media (max-width:767px) {.featured_block .heading_wrap3 h6.heading a {background: #0392ce none repeat scroll 0 0;font-size: 17px;line-height: 32px;display: block;}}
@media (max-width:400px) {.featured_block .heading_wrap3 h6.heading a {font-size: 15px;}}
@media (max-width:360px) {.featured_block .heading_wrap3 h6.heading a {font-size: 13px;}}

#cmsmasters_heading_9b53436d9f .cmsmasters_heading, #cmsmasters_heading_9b53436d9f .cmsmasters_heading a {
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.featured_block h2.heading, .featured_block h2.heading a {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
}

.featured_block h3.heading, .featured_block h3.heading a {
  color: #b5cbed;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  line-height: 32px;
  transition: all 0.3s ease-out 0s;
}
@media (max-width:767px) {.featured_block h3.heading a {background: #0392ce none repeat scroll 0 0;display: block;color: #ffffff;text-align: center;font-size: 15px;}}
@media (max-width:480px) {.featured_block h3.heading a {font-size: 13px;}}
@media (max-width:360px) {.featured_block h3.heading a {font-size: 13px;}}

.featured_block h3.heading, .featured_block h3.heading a:hover {
  color: #ffffff;
  transition: all 0.3s ease-out 0s;
}
.featured_block h6.heading, .featured_block h6.heading a {
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
}
.featured-right-title01 {
  margin-bottom: 0;
  margin-top: -6px;
  text-align: left;
}
@media (max-width:767px) {.featured-right-title01 {margin-top: 10px;}}

.featured-right-title01 h3.heading, .featured-right-title01 h3.heading a{
  color: #3eb8d7;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
}
.featured-right-title02 {
  margin-bottom: -45px;
  margin-top: 0;
  text-align: left;
}
.posts_slider {
  margin: 0 -10px;
  overflow: hidden;
  position: relative;
}
.posts_slider .owl_slider {
  padding: 75px 0 0;
}
.owl-carousel {
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper {
  position: relative;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
  width: 33.33%;
}
@media (max-width:620px) {.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {width: 50%;}}
@media (max-width:420px) {.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {width: 100%;}}

.posts_slider .owl_slider_item {
  max-width: 100%;
  min-width: 200px;
}
.posts_slider .slider_post, .posts_slider .slider_project {
  padding: 0 10px 20px;
  width: 100%;
}
.slider_project {
  position: relative;
}
.slider_project .slider_project_outer {
  overflow: hidden;
  position: relative;
}
.posts_slider .preloader {
  padding-bottom: 62%;
}
.img_rollover_wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.preloader {
  display: block;
  height: 0;
  padding-bottom: 58.1%;
  position: relative;
  text-align: center;
  width: 100%;
}
.preloader .full-width {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.full-width {
  min-width: 100%;
}

a:hover.Index-news-more {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #0392CE;
  transition: all 0.3s ease-in-out 0s;
}
.button, input[type="submit"], input[type="button"], button {
  font-family: "Open Sans",Arial,Helvetica,"Nimbus Sans L",sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  text-transform: none;
}
#slide_top:before {
  font-size: 16px;
  line-height: 50px;
}
#slide_top > span {
  display: inline-block;
  text-indent: -9999px;
}
#slide_top {
  bottom: 50px;
  display: none;
  height: 50px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 50px;
  z-index: 99999;
  background-color: #3065b5;
  color:#ffffff;
}
.theme_icon_slide_top::before {
  content: "";
  font-family: "fontello";
}
footer#colophon.dark .footer .widgettitle::after, footer#colophon.dark .footer .widget-title::after {
  border-bottom-color: #1ea69a;
}
footer#colophon.dark .footer .widget-title::after, footer#colophon.dark .footer .widgettitle::after {
  border-bottom: 0px solid #153587;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 35px;
}
footer#colophon.dark .footer .widget-title, footer#colophon.dark .footer .widgettitle {
  font-size: 15px;
  margin-bottom: 36px;
  padding-bottom: 14px;
  position: relative;
}
.widget_nav_menu h3::after {
  border-bottom: 2px solid #153587;
  content: "";
  display: block;
  left: 15px;
  padding: 0 0 5px;
  position: absolute;
  width: 35px;
}
footer#colophon.dark .footer .widget-title, footer#colophon.dark .footer .widgettitle {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
}
@media (max-width: 767px) {footer#colophon.dark .footer .widget-title, footer#colophon.dark .footer .widgettitle{margin-bottom: 0;}}
@media (max-width: 767px) {.menu-company-container, .menu-links-container, .menu-support-container{margin-bottom: 30px;}}

.textwidget {
  text-align: right;
}
.textwidget .add {
  font-size: 14px;
  font-style: italic;
  color:#666666;
}
.textwidget .tel {
  font-size: 32px;
  font-style: italic;
  color:#333333;
  font-weight: 300;
  padding: 5px 0;
}
.textwidget .copyright-text {
  font-size: 14px;
  color:#333333;
  font-weight: 300;
  padding: 5px 0;
}
footer.site-footer {
  margin: 0;
  padding: 0;
  background-color: #262626;
}
footer.site-footer h3 {
	color: #ffffff;
	font-size: 1.4rem;
	padding: 0 0 10px;
}
footer .footer-nav {
	overflow: hidden;
	padding: 20px 0 10px;
}
footer .footer-nav ul li{
	float: left;
	list-style: none;
}
footer .footer-nav ul li a::after {
	content: "/";
	padding: 0px 15px;
}
footer .footer-nav ul li a {
	color: #fff;
	display: block;
	font-size: 0.95rem;
}
footer .footer-copyright, footer .footer-copyright a {
	color: rgb(153, 153, 153);
	font-size: 0.9rem;
}
footer#colophon ul {
  margin: 0;
  padding: 0;
}
footer#colophon ul li {
  line-height: 22px;
  list-style: outside none none;
  margin-bottom: 10px;
  font-size: 14px;
}
footer#colophon.dark a {
  color: #666666;
}
footer#colophon .footer-sidebars p {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 35px;
  color:#153587;
}
@media (max-width:767px) {footer#colophon .footer-sidebars p {margin-bottom: 15px;}}

footer#colophon .copyright-content .copyright-text {
  font-size: 15px;
  line-height: 38px;
  text-align: center;
}
@media (max-width:767px) {footer#colophon .copyright-content .copyright-text {line-height: 20px;}}

footer .footer-sidebars {
	padding: 40px 0 40px;
}
@media (max-width:767px) {footer .footer-sidebars {padding: 20px 0;}}

.language a {
	padding: 0!important;
}
.language a i {
  color: #888;
    cursor: pointer;
    display: block;
    font-size: 30px;
    transition: color 0.5s ease 0s;
}
.language a:hover i {
  color: #4891d6;
    cursor: pointer;
    display: block;
    font-size: 30px;
    transition: color 0.5s ease 0s;
}
















/* --- Index --- */
.index-overview {
	display: inline-block;
}
.index-overview ul {
  padding: 0;
  margin: 0 -5px;
}
.index-overview ul li {
  float: left;
  list-style: outside none none;
  padding: 10px 5px;
  width: 33.33%;
}
@media (max-width:840px) {.index-overview ul li{width: 50%;}}
@media (max-width:640px) {.index-overview ul li{width: 100%;}}

.index-overview ul li .index-overview-inner1{
  height: 365px;
  padding: 60px 30px 0 320px;
}
@media (max-width:1750px) {.index-overview ul li .index-overview-inner1{padding: 40px 30px 0 220px;}}
@media (max-width:1400px) {.index-overview ul li .index-overview-inner1{padding: 30px 30px 0 160px;}}
@media (max-width:1100px) {.index-overview ul li .index-overview-inner1{padding: 30px 20px 0 110px;}}
@media (max-width:840px) {.index-overview ul li .index-overview-inner1{padding: 30px 20px 0 40%;}}
@media (max-width:640px) {.index-overview ul li .index-overview-inner1{padding: 40px 20px 0 40%;}}
@media (max-width:480px) {.index-overview ul li .index-overview-inner1{padding: 40px 20px 0 40%;}}

.index-overview ul li .index-overview-inner2{
  height: 365px;
  padding: 60px 310px 0 60px;
}
@media (max-width:1750px) {.index-overview ul li .index-overview-inner2{padding: 40px 100px 0 60px;}}
@media (max-width:1400px) {.index-overview ul li .index-overview-inner2{padding: 30px 100px 0 30px;}}
@media (max-width:1100px) {.index-overview ul li .index-overview-inner2{padding: 30px 100px 0 30px;}}
@media (max-width:640px) {.index-overview ul li .index-overview-inner2{padding: 40px 300px 0 30px;}}
@media (max-width:480px) {.index-overview ul li .index-overview-inner2{padding: 40px 100px 0 30px;}}

.index-overview ul li .index-overview-inner3{
  height: 365px;
  padding: 60px 310px 0 60px;
}
@media (max-width:1750px) {.index-overview ul li .index-overview-inner3{padding: 40px 200px 0 60px;}}
@media (max-width:1400px) {.index-overview ul li .index-overview-inner3{padding: 30px 150px 0 30px;}}
@media (max-width:1100px) {.index-overview ul li .index-overview-inner3{padding: 30px 100px 0 30px;}}
@media (max-width:640px) {.index-overview ul li .index-overview-inner3{padding: 40px 300px 0 30px;}}
@media (max-width:480px) {.index-overview ul li .index-overview-inner3{padding: 40px 100px 0 30px;}}

.index-overview-title{
  font-size: 30px;
  color:#ffffff;
  line-height: 36px;
  padding-bottom: 20px;
}
@media (max-width:1200px) {.index-overview-title{font-size: 24px;line-height: 30px;padding-bottom: 10px;}}

.index-overview-title span{
  font-weight: 700;
  color:#ffffff;
}
.index-overview-des{
  font-size: 17px;
  color:#ffffff;
  padding: 0 0 15px;
}
@media (max-width:1200px) {.index-overview-des{font-size: 15px;padding: 0;}}

.index-overview-more a {
  background: #33aadc none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  padding: 6px 15px 8px;
  transition: all 0.3s ease-out 0s;
}
.index-overview-more a:hover {
  background: #0769B2 none repeat scroll 0 0;
  transition: all 0.3s ease-out 0s;
}
.index-form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333 !important;
  display: block;
  font-size: 15px !important;
  height: 38px !important;
  line-height: 1.42857;
  padding: 6px 12px !important;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 200px;
  margin-bottom: 10px;
}













/* --- Main --- */
.main {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 50px;
	font-size: 16px;
}
.shell-fluid {
  margin-left: auto;
  margin-right: auto;
  margin-top: 95px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width:991px) {.shell-fluid{margin-top: 60px;}}

.main-top .banner::after {
  content: "";
  display: inline-block;
  min-height: 295px;
  vertical-align: middle;
  width: 1px;
  background-size: cover;
}
@media (max-width:767px) {.main-top .banner::after{min-height: 160px;}}
@media (max-width:480px) {.main-top .banner::after{min-height: 120px;}}

.main-top .banner {
  min-height: 295px;
  background-size: cover;
}
@media (max-width:767px) {.main-top .banner{min-height: 160px;}}
@media (max-width:480px) {.main-top .banner{min-height: 120px;}}

.main-top .banner > .wrap {
  display: inline-block;
  vertical-align: middle;
  width: 98%;
}
.main-top .banner > .wrap h1 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 400;
  text-align: center;
}
@media (max-width:767px) {.main-top .banner > .wrap h1{font-size: 30px;}}
@media (max-width:480px) {.main-top .banner > .wrap h1{font-size: 24px;}}

.main-top .banner > .wrap h1 a{
  color: #ffffff;
}

.breadcrumb {
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
  font-size: 14px;
  list-style: outside none none;
  padding: 15px;
  text-align: right;
}
@media (max-width:767px) {.breadcrumb{padding: 10px;}}

.breadcrumb span::after {
  display: inline-block;
  height: 17px;
  margin: 0 14px;
  opacity: 0.5;
  vertical-align: text-top;
  width: 17px;
}
.breadcrumb span {
  color: #157bc7;
  font-size: 16px;
}
@media (max-width:767px) {.breadcrumb span{font-size: 14px;}}
@media (max-width:480px) {.breadcrumb span{font-size: 12px;}}

.breadcrumb span a {
  background: rgba(0, 0, 0, 0) url("/images/right-arrow.png") no-repeat scroll right center;
  color: #888;
  font-size: 16px;
  font-weight: normal;
  margin-right: 10px;
  padding-right: 25px;
}
@media (max-width:767px) {.breadcrumb span a{font-size: 14px;}}
@media (max-width:480px) {.breadcrumb span a{font-size: 12px;}}

.submenu-topic {
	color: #157bc7;
    font-size: 32px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 0 20px 2%;
}
.submenu-cat {
  overflow: hidden;
  padding: 10px 0 40px;
}
@media (max-width:767px) {.submenu-cat{padding: 10px 0 20px;}}

.submenu-cat ul li {
  display: inline-block;
  padding: 0 15px 0 0;
}
.submenu-cat ul li:first-child {
  display: inline-block;
  padding: 0 10px 0 0;
}
.submenu-cat ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}
.submenu-cat ul li a {
  border: 1px solid #cccccc;
  border-radius: 20px;
  color: #666666;
  font-size: 15px;
  padding: 7px 30px;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
  margin-bottom: 15px;
  display: block;
}
@media (max-width:767px) {.submenu-cat ul li a{font-size: 14px;padding: 4px 15px;}}

.submenu-cat ul li a:hover {
    background: #3065b5 none repeat scroll 0 0 !important;
    border: 1px solid #3065b5;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.submenu-cat ul li a.active {
    background: #3065b5 none repeat scroll 0 0 !important;
    border: 1px solid #3065b5;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-out 0s;
}
.main-context {
	font-size:16px;
	color:#666666;
}












/* --- News --- */
.submenu-topic {
	color: #3065b5;
    font-size: 32px;
    font-weight: bold;
    overflow: hidden;
    padding: 0 0 20px;
}
@media (max-width:767px) {.submenu-topic{font-size: 24px;padding: 0 0 5px;}}
@media (max-width:480px) {.submenu-topic{font-size: 20px;}}

.news-list {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 0 30px;
    padding: 0;
}
.news-list ul {
    margin: 0;
    padding: 0;
}
.news-list ul li {
    border-top: 1px solid #dddddd;
    list-style: outside none none;
    overflow: hidden;
    padding: 25px 0;
    transition: all 0.3s ease-out 0s;
}
.news-list ul li .news-list-left {
    float: left;
    margin-right: 3%;
    width: 14%;
}
@media (max-width:767px) {.news-list ul li .news-list-left {width: 20%;}}
@media (max-width:360px) {.news-list ul li .news-list-left {width: 35%;}}

.news-list ul li .news-list-right {
    float: left;
    width: 83%;
}
@media (max-width:767px) {.news-list ul li .news-list-right {width: 75%;}}
@media (max-width:360px) {.news-list ul li .news-list-right {width: 60%;}}

.news-list-date {
    color: #666666;
    font-size: 14px;
	font-weight: bold;
}
.news-list-title a {
    color: #3065B5;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 8px;
}
.news-list-title a:hover {
    color: #0392CE;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 8px;
}
.news-list-des {
    color: #333333;
    font-size: 15px;
    line-height: 22px;
    padding: 0 0 15px;
}
.news-list-more a {
    background: #3065B5 none repeat scroll 0 0;
    border-radius: 4px;
    color: #ffffff;
    font-size: 13px;
    padding: 8px 10px;
    width: 100px;
	transition: all 0.3s ease-out 0s;
}
.news-list-more a:hover {
    background: #333333 none repeat scroll 0 0;
}
.news-detail h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.news-detail hr.divider {
  background-color: #3065B5;
  border: medium none;
  height: 5px;
  width: 98px;
  margin: 30px auto;
}
.news-detail {
    border-top: 1px solid #dddddd;
	padding-top: 30px;
}
.backtolist {
  padding: 20px 0 35px;
  text-align: center;
}
.backtolist a{
	font-size: 16px;
	padding: 8px 30px;
	border-radius: 20px;
	background: #3065b5 none repeat scroll 0 0 !important;
    color: #ffffff;
    text-decoration: none;
	display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.backtolist a:hover{
	font-size: 16px;
	padding: 8px 40px;
	border-radius: 20px;
	background: #333333 none repeat scroll 0 0 !important;
    color: #ffffff;
    text-decoration: none;
	display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.social-share {
  text-align: center;
  margin:30px 0;
}
.at-resp-share-element {
  text-align: center;
}






/* --- Products --- */
.product-search {
  overflow: hidden;
  background: #cbe3ef none repeat scroll 0 0;
}
.product-search-inner {
  padding:20px;
}
@media (max-width: 767px) {.product-search-inner{padding:0 10px;}}

.product-search-box {
  border-bottom: 1px solid #ffffff;
  padding: 15px 0;
}
@media (max-width: 767px) {.product-search-box{padding: 10px 0;}}

.product-search-box:last-child {
  border-bottom: 0px solid #ffffff;
  padding: 15px 0;
}
.product-search-title {
  font-size: 18px;
  font-weight:600;
}
.product-list {
  overflow: hidden;
  margin: 30px 0;
}
.product-list ul{
  margin: 0 -30px;
}
.product-list ul li{
  display: inline-block;
  width:33.33%;
  padding:40px 30px;
  margin: 0 -4px;
}
@media (max-width: 767px) {.product-list ul li{width:50%;}}
@media (max-width: 480px) {.product-list ul li{width:100%;}}

.product-list ul li a .product-materials {
  background: #eeeeee none repeat scroll 0 0;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  height: 70px;
  padding-top: 22px;
  position: absolute;
  text-align: center;
  width: 70px;
  transition: all 0.3s ease-out 0s;
  letter-spacing: -1px;
}
@media (max-width: 767px) {.product-list ul li a .product-materials{margin-top: -40px;}}

.product-list ul li a:hover .product-materials {
  background: #4891d6 none repeat scroll 0 0;
  color: #ffffff;
  margin-top: 10px;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {.product-list ul li a:hover .product-materials{margin-top: -30px;}}

.product-list ul li a .product-list-title {
  color: #4891d6;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 0;
  text-align: center;
  transition: all 0.3s ease-out 0s;
}
.product-list ul li a:hover .product-list-title {
  color: #3065b5;
  transition: all 0.3s ease-out 0s;
}
.product-list ul li .product-list-des{
  font-size: 17px;
  font-weight:600;
  line-height:22px;
  color:#333333;
  text-align: center;
}
.product-detail .product-detail-materials {
  border-bottom: 1px solid #dddddd;
  margin: 15px 0;
  padding-bottom: 30px;
}
@media (max-width: 767px) {.product-detail .product-detail-materials{padding-bottom: 15px;}}

.product-detail .product-detail-materials a{
  background: #4891d6 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 30px;
  transition: all 0.3s ease-out 0s;
  margin-right: 7px;
}
@media (max-width: 767px) {.product-detail .product-detail-materials a{font-size: 16px;padding: 5px 20px;}}
@media (max-width: 480px) {.product-detail .product-detail-materials a{font-size: 14px;padding: 4px 15px;}}

.product-detail .product-detail-materials a:hover{
  background: #333333 none repeat scroll 0 0;
  transition: all 0.3s ease-out 0s;
}
.product-detail .product-detail-materials a:last-child{
  background: #3065b5 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  float: right;
  font-size: 18px;
  font-weight: 600;
  padding: 7px 30px;
  transition: all 0.3s ease-out 0s;
  margin-right: 7px;
}
@media (max-width: 767px) {.product-detail .product-detail-materials a:last-child{font-size: 16px;padding: 5px 20px;}}
@media (max-width: 480px) {.product-detail .product-detail-materials a:last-child{font-size: 14px;padding: 4px 15px;}}

.product-detail .product-detail-materials a:hover:last-child{
  background: #333333 none repeat scroll 0 0;
  transition: all 0.3s ease-out 0s;
}
.product-detail .product-detail-title {
  color: #276baa;
  font-size: 48px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {.product-detail .product-detail-title{font-size: 36px;line-height: 48px;}}

.product-detail .product-detail-title span {
  display: inline-block;
  position: relative;
}
.product-detail .product-detail-title span::before {
  background: #4891d6 none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.product-detail .product-detail-des {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  height: 45px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 767px) {.product-detail .product-detail-des{font-size: 24px;height: auto;margin-bottom: 20px;}}

.tab_container {
	width: 100%;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
}
@media (max-width: 767px) {.tab_container{padding-top: 20px;}}

.tab_container table{
	width: 100%;
}
.tab_container table td{
	padding: 10px;
	border: 1px solid #cccccc;
}
.tab_container input, .tab_container section {
  clear: both;
  padding-top: 10px;
  display: none;
}
.tab_container label {
  font-weight: 600;
  font-size: 18px;
  display: block;
  float: left;
  width: 33.33%;
  padding: 1em;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #4891d6;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px 0;
  background: #fff;
  font-size: 15px;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3 {
  background: #eeeeee none repeat scroll 0 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px;
  text-align: left;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #4891d6;
}
.tab_container [id^="tab"]:checked + label span{
  color: #333333;
}
.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 930px) {
  label span {
    font-size: 14px;
  }
  label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  label span {
    display: none;
  }

  label .fa {
    font-size: 16px;
  }

  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}
.product-detail-finish ul {
	margin:0 -20px;
}
.product-detail-finish ul li {
	width:25%;
	display:inline-block;
	padding:20px;
}
@media (max-width: 767px) {.product-detail-finish ul li{width:50%;}}
@media (max-width: 480px) {.product-detail-finish ul li{width:100%;}}

.product-detail-finish ul li img{
	height:auto;
}







/* --- About --- */
.about-info h1 {
  border-left: 5px solid #2173bb;
  color: #2173bb;
  float: none;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  margin: 40px 0 20px;
  padding-left: 10px;
}
@media (max-width: 767px) {.about-info h1{margin: 0 0 20px;}}

.about-info h2 {
  color: #333333;
  float: none;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.history-box {
    background-image: url("/images/history-bg.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    margin: 50px auto !important;
    position: relative;
    width: 90%;
}
@media (max-width: 1024px) {
.history-box {
    background-image: none;
    width: 100%;
	margin: 10px auto !important;
}
}
.history-box .history-img{
    float: left;
	width: 25%;
	padding-left: 15px;
}
@media (max-width: 767px) {.history-box .history-img{width: 50%;}}
@media (max-width: 420px) {.history-box .history-img{width: 100%;float: none;padding-right: 15px;margin-bottom: 15px;}}

.history-box::before {
    border-right: 3px solid #157bc7;
    content: "";
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.history-box::before {
    border-right: 8px solid #157bc7;
    display: inline-block;
    left: 297px;
    margin-left: 5px;
}
@media (max-width: 1320px) {.history-box::before {display: none;}}

.history-box div.dot::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #157bc7;
    border-radius: 10px;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 12px;
    z-index: 9;
}
.history-box div.dot::before {
    display: block;
    left: 18px;
    top: 10px;
}
.history-box div.dot {
    position: relative;
	padding-left: 40px;
	width: 75%;
	float: left;
	padding-right: 15px;
}
@media (max-width: 767px) {.history-box div.dot{width: 50%;}}
@media (max-width: 420px) {.history-box div.dot{width: 100%;float: none;}}

.history-box .row {
    margin-bottom: 30px;
}
.history-box h3 {
    color: #157bc7;
    font-size: 26px;
}
@media (max-width: 640px) {
.history-box p {
    color: #333333;
    font-size: 15px;
}
.history-box div .text {
    padding-bottom: 0;
    position: relative;
}
.history-box div .text::before {
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 80px;
}
}








.rd-mailform {
    margin: 15px auto !important;
    position: relative;
    width: 100%;
}
.range {
    display: flex;
    flex: 0 1 auto;
    flex-flow: row wrap;
	margin-left: -15px;
    margin-right: -15px;
}
.range > .cell-lg-4 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}
@media (max-width: 1280px) {.range > .cell-lg-4{max-width: 50%;flex-basis: 50%;}}
@media (max-width: 767px) {.range > .cell-lg-4{max-width: 100%;flex-basis: 100%;}}

.range > .cell-lg-8 {
    flex-basis: 66.6667%;
    max-width: 66.6667%;
}
@media (max-width: 1280px) {.range > .cell-lg-8{max-width: 50%;flex-basis: 50%;}}
@media (max-width: 767px) {.range > .cell-lg-8{max-width: 100%;flex-basis: 100%;}}

.range > .cell-md-6 {
    flex-basis: 50%;
    max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
.range > .cell-md-12 {
    flex-basis: 100%;
    max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
textarea.form-control {
    height: 160px;
    max-height: 220px;
    min-height: 100px;
    resize: vertical;
}
.bg-primary {
    background-color: #4891d6;
    color: #fff;
	padding: 50px;
}
@media (max-width: 1280px) {.bg-primary{padding: 30px;}}
@media (max-width: 767px) {.bg-primary{padding: 15px;}}

.bg-primary h4{
    font-size: 22px;
    color: #fff;
	font-weight: 600;
}
.bg-primary p{
    font-size: 15px;
    color: #fff;
	font-weight: 400;
	margin: 0 0 10px;
}
hr.divider {
  background-color: #ffffff;
  border: medium none;
  height: 2px;
  width: 100%;
}
.contact-map {
	margin: 30px 0;
}
.Contact-Topic h2 {
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  margin:0 0 15px;
  position: relative;
  padding: 0 0 10px;
}
.Contact .text {
  color: #666666;
  font-size: 17px;
  line-height: 24px;
  position: relative;
}
.google-maps {
	position: relative;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.btn {
  font-size: 16px;
}


.tradition {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.tradition ul li {
  float: left;
  list-style: outside none none;
}
.development {
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.development ul li {
  float: left;
  list-style: outside none none;
  width:33.33%;
}

.product-detail-title001 {
	margin: 40px 0 20px;
	border-bottom: 1px solid #ccc;
}
.product-detail-title001 span {
  background: #2173bb none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px;
}
.index-search-btn {
  float: left;
  width: 100%;
}
.index-search-btn button {
  background: #33aadc none repeat scroll 0 0;
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 15px 8px;
  transition: all 0.3s ease-out 0s;
}
.contact-map2 {
  overflow: hidden;
}
.contact-map2 ul{
  margin:0 -20px;
}
.contact-map2 ul li {
  float: left;
  margin: 0;
  padding: 0 20px;
  width: 33.33%;
  list-style: outside none none;
}
@media (max-width: 640px) {.contact-map2 ul li{width: 100%;margin-bottom: 30px;}}

.contact-map2-box {
  background: #4891d6 none repeat scroll 0 0;
  color: #ffffff;
  min-height: 280px;
  padding: 20px;
}
.contact-map2-box h4 {
  font-weight: 600;
}
.contact-map2-box p {
  margin: 0 0 10px;
}






@media (max-width:1280px) {
	.header .rightbox {
		right: 15px;
	}
	.index-teacher-list {
		width: 70%;
		margin: 0px auto;
	}
}

@media (max-width:991px) {
	.header .rightbox {
		right: 50px;
		top: 15px;
	}
	.index-teacher-list ul li {
	width: 33.33%;
}
.textwidget {
	text-align: left;
	padding:20px 0 0 0;
}
}

@media (max-width:767px) {
	.index-why .index-why-left {
		float: none;
		width: 100%;
		padding-right: 0;
		text-align: left;
		padding-top: 0;
	}
	.index-why .index-why-right {
		float: none;
		width: 100%;
	}
	.index-program {
		overflow: hidden;
		background-image: url("../images/index-program.jpg");
		text-align: center;
		padding: 80px 20px;
	}
	.index-teacher-list {
		width: 90%;
		margin: 0px auto;
	}
}

@media (max-width:640px) {
	.index-teacher-list {
		width: 80%;
		margin: 0px auto;
	}
	.index-teacher-list ul li {
	width: 50%;
}

}

@media (max-width:480px) {
	.index-program {
		overflow: hidden;
		background-image: url("../images/index-program.jpg");
		text-align: center;
		padding: 40px 20px;
	}
	.index-program-title {
		font-size: 1.6rem;
		color: #FFF;
		font-weight: 600;
	}
	.index-program-title2 {
		font-size: 1.4rem;
		color: #FFF;
		font-weight: 600;
	}
	.index-teacher-list {
		width: 90%;
		margin: 0px auto;
	}
	.index-teacher-list ul li {
	width: 50%;
}
}

@media (max-width:360px) {
	.header .rightbox {
		right: 45px;
		top: 15px;
	}
	.header .rightbox > a {
		display: inline-block;
		vertical-align: middle;
		border: 1px solid #CCC;
		border-radius: 40px;
		height: 28px;
		line-height: 25px;
		padding: 0px 12px;
		font-size: 0.8rem;
		color: #666;
	}
	.index-teacher-list {
		width: 100%;
		margin: 0px auto;
	}
	.index-teacher-list ul li {
	width: 100%;
}
}

.artice-list-main {
	background: #F7F7F7 none repeat scroll 0px 0px;
	margin: 0px 0px 30px;
	padding: 20px;
}
.artice-detail-main {
	background: #F7F7F7 none repeat scroll 0px 0px;
	margin: 0px 0px 30px;
	padding: 20px;
}
.Index_News_Topic {
	border-left: 6px solid #3071B3;
	color: #333;
	font-size: 1.25rem;
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	text-decoration: none;
}
.artice-list {
	overflow: hidden;
	margin: 0px 0px 15px;
}
@media (max-width: 767px) {.artice-list{display: none;}}

.artice-list ul li {
	background: #FFF none repeat scroll 0px 0px;
	font-size: 15px;
}
.artice-list ul li a {
	border-bottom: 1px solid #CCC;
	padding: 10px 0px;
	display: block;
	width: 100%;
	color: #555;
	
}
.artice-list ul li a:hover {
	border-bottom: 1px solid #3071B3;
	padding: 10px 0px;
	display: block;
	color: #3071B3;
}
.artice-list ul li a.actived {
	border-bottom: 1px solid #3071B3;
	padding: 10px 0px;
	display: block;
	color: #3071B3;
}
.artice-detail-main .artice-detail-title {
	color: #217FC4;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.artice-detail-main .artice-detail-title2 {
	color: #217FC4;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.artice-detail-main .artice-detail-date {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 10px 20px 0px;
}
.artice-detail-main .artice-detail-date2 {
	color: #666;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 10px 20px 0px;
}
.artice-detail-main .artice-detail-date span.rating {
	color: #EDB867;
}
.artice-detail-main .artice-detail-date2 {
	color: #333;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 0px 10px;
	width: 100%;
}
.artice-detail-main .artice-detail-date2 i, .artice-detail-main .artice-detail-location i {
	text-align: center;
	width: 18px;
}
.artice-detail-main .artice-detail-date3 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 10px 20px 0px;
	text-align: center;
}
.artice-detail-main .artice-detail-location {
	color: #333;
	float: left;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 0px 20px;
	width: 100%;
}
.artice-detail-main .share {
	border-bottom: 1px dotted #999;
	margin-bottom: 15px;
}
.artice-detail-main .share ul li {
	float: left;
	padding: 0px;
	list-style: none;
}
.artice-detail-main .share ul li.cart a {
	background: #FFF none repeat scroll 0px 0px;
	border: 1px solid #CDCDCD;
	color: #3E92CF;
	float: left;
	font-size: 15px;
	margin-bottom: 15px;
	margin-right: 8px;
	padding: 8px;
	text-decoration: none;
	white-space: nowrap;
}
.artice-detail-main .share ul li.cart a:hover {
    background: #3e92cf none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #ffffff;
    float: left;
    margin-bottom: 15px;
    margin-right: 8px;
    padding: 8px 15px;
    text-decoration: none;
    white-space: nowrap;
}
.artice-detail-main .share ul li.fav a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #f38400;
    float: left;
    font-size: 15px;
    margin-bottom: 15px;
    margin-right: 8px;
    padding: 8px;
    text-decoration: none;
    white-space: nowrap;
}
.artice-detail-main .share ul li.fav a:hover {
    background: #f38400 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #ffffff;
    float: left;
    margin-bottom: 15px;
    margin-right: 8px;
    padding: 8px 15px;
    text-decoration: none;
    white-space: nowrap;
}
.artice-detail-main .share ul li.facebook a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #3b5998;
    float: left;
    font-size: 15px;
    margin-bottom: 15px;
    margin-right: 8px;
    padding: 8px;
    text-decoration: none;
    white-space: nowrap;
}
.artice-detail-main .share ul li.facebook a:hover {
    background: #3b5998 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #ffffff;
    float: left;
    margin-bottom: 15px;
    margin-right: 8px;
    padding: 8px 15px;
    text-decoration: none;
    white-space: nowrap;
}
.artice-detail-main .share ul li.google a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #db4437;
    float: left;
    font-size: 15px;
    margin-bottom: 15px;
    margin-right: 8px;
    padding: 8px;
    text-decoration: none;
    white-space: nowrap;
}
.artice-detail-main .share ul li.google a:hover {
    background: #db4437 none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    color: #ffffff;
    float: left;
    margin-bottom: 15px;
    margin-right: 8px;
    padding: 8px 15px;
    text-decoration: none;
    white-space: nowrap;
}
.artice-detail-main .cart ul li {
	padding: 0px;
	list-style: none;
}
.artice-detail-main .cart ul li.cart a {
	background: #3071B3 none repeat scroll 0px 0px;
	border: 3px solid #3071B3;
	color: #FFF;
	float: left;
	font-size: 18px;
	padding: 18px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.artice-detail-main .artice-detail-date span, .artice-detail-main .artice-detail-date2 span, .artice-detail-main .artice-detail-location span {
	color: #217FC4;
}
.cl::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.artice-list2 ul {
	margin: 0 -20px;
}
.artice-list2 ul li {
	list-style: outside none none;
	width: 50%;
	display: inline-block;
	margin: 0px -4px;
	padding: 0px 20px 40px;
	vertical-align: top;
}
@media (max-width: 640px) {.artice-list2 ul li{width: 100%;margin-bottom: 0;}}

.artice-list2 ul li .artice-list2-left{
	float: left;
	width: 36%;
}
@media (max-width: 360px) {.artice-list2 ul li .artice-list2-left{width: 100%;float: none;margin-bottom: 15px;}}

.artice-list2 ul li .artice-list2-right{
	float: right;
	width: 59%;
}
@media (max-width: 360px) {.artice-list2 ul li .artice-list2-right{width: 100%;float: none;}}

.artice-list2 ul li .artice-list2-right .artice-list2-right-title {
	font-size: 19px;
	line-height: 24px;
	font-weight: 600;
}
.artice-list2 ul li .artice-list2-right .artice-list2-right-des {
	font-size: 15px;
	color: #666;
	padding: 6px 0;
}
.artice-list2 ul li .artice-list2-right .read-more a {
	background-color: #3065B5;
	padding: 7px 15px;
	color: #FFF;
	display: inline-block;
}
#tnt_pagination .pagination_previous, #tnt_pagination .search-previous-button, #tnt_pagination .search-next-button, #tnt_pagination .pagination_next {
	border-color: #3065B5;
	border-width: 2px;
	color: #3065B5;
	margin: 0px 0.2em;
}
#tnt_pagination a {
	background-color: #FFF;
	border: 1px solid #DAD9D9;
	border-radius: 4px;
	color: #DAD9D9;
	cursor: pointer;
	display: inline-block;
	margin: 0px;
	padding: 0.25rem 0.7rem;
	text-align: center;
}
#tnt_pagination .active, #tnt_pagination .active:hover {
	border-color: #3065B5;
	color: #3065B5;
	font-weight: normal;
}
.teacher-detail-img {
	max-width: 250px;
	margin: 0 auto;
}
.teacher-detail-img img {
	border-radius: 150px;
}
.teacher-detail-title {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	padding: 10px 0;
}
.teacher-detail-title2 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.teacher-detail2 {
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0;
}
.teacher-detail-btn a {
	background: #3071B3 none repeat scroll 0px 0px;
	border: 3px solid #3071B3;
	color: #FFF;
	float: left;
	font-size: 18px;
	padding: 18px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
@media (min-width: 767px) {#custom-show-hide{display: none;}}
#custom-show-hide {
	margin-bottom: 10px;
	right: 15px;
	top:-5px;
	position: absolute;
	z-index: 10;
}
#custom-show-hide h3 {
	margin: 0;
	background-color: #0484CF;
	border-radius: 5px;
	font-size: 16px;
}
#custom-show-hide h3.open {
	background: #104B84;
}
#custom-show-hide h3.open a { background-position: 13px -25px; }
#custom-show-hide h3 a {
	background: url("../images/sprite.png") 15px 13px no-repeat;
	display: block;
	padding: 10px;
	padding-left: 32px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
#custom-show-hide ul {
	background-color: #ffffff;
	padding: 10px;
	position: relative;
	margin: -3px 0 0 0;
	border: 1px solid #ddd;
	box-shadow: 0 5px 12px rgba(184, 188, 201, 0.35);
}
#custom-show-hide ul li {
	list-style: none;
}
#custom-show-hide ul li a {
	font-size: 15px;
	border-bottom: 1px solid #cccccc;
	display: block;
	padding: 5px 0;
}