/* Default Setting */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}
  
.clear:before, .clear:after { 
    content: '';
    clear: both;
    display: block;
}

input:focus,
button:focus,
a:focus {
outline: none; }

a { 
    transition: all 0.2s ease-in-out;
}

/* End Default Setting */

body { 
    font-family: 'Maven Pro', 'Microsoft JhengHei', sans-serif;
}

/* 模板CSS */

.tem_002_full {
    width: 100%;
    padding: 0 15px;
}
.tem_003_full {
    width: 100%;
    padding: 0 15px;
}
.tem_004_full {
    width: 100%;
    padding: 0 15px;
}
.tem_005_full {
    width: 100%;
    padding: 0 15px;
    background: url('http://placehold.it/1920x1080') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.tem_006_full {
    width: 100%;
    padding: 0 15px;
}
.tem_007_full .carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tem_005 {
    width: 100%;
    padding: 0 15px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100vh;
}

.tem_001 .card {
    margin-top: .5em;
    margin-bottom: .5em;
}
.tem_001_full {
    width: 100%;
    padding: 0 15px;
}

.tem_001_full .card {
    margin-top: .5em;
    margin-bottom: .5em;
}

.tem_007 .carousel-item , .tem_007_full .carousel-item  {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.MOUSE_LINK{ 
    cursor: pointer; 
}

.form-control {
  background: transparent;
  box-shadow: none;
  border: 1px solid #f9f9f9;
  color: #fff;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.hi_header {
    text-align: center;
}
.hi_header .navbar {
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 0;
}

.hi_header .navbar .logo {
    display: inline-block;
    width: 100px;
    margin-bottom: .5rem;
}

.hi_header .navbar .top_group_box {
    margin-left: auto;
}
.hi_header .navbar .top_group_box > a,
.hi_header .navbar .top_group_box .btn-group > a {
    display: inline-block;
    margin: 0 .5em;
    color: #ccc;
}
.hi_header .navbar .top_group_box > a:hover,
.hi_header .navbar .top_group_box .btn-group > a:hover {
    color: #86b934;
}
.hi_header .navbar .top_group_box .btn-group .dropdown-menu {
    font-size: .9em;
    min-width: 5rem;
}
.hi_header .navbar .top_group_box .btn-group .dropdown-menu.dropdown-menu-right {
    left: auto;
    right: 0;
}
.hi_header .navbar .top_group_box .btn-group .dropdown-menu .dropdown-item {
    padding: .2rem 1rem;
}
.hi_header .navbar .top_group_box .btn-group .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #83c617;
}

.hi_header .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
}
.hi_header .navbar-collapse .navbar_box {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.hi_header .navbar-collapse .navbar_box > a {
    display: inline-block;
    width: 25%;
    text-align: center;
    background-color: #86b934;
    font-size: .9em;
    padding: .5em .2em;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.5);
}
.hi_header .navbar-collapse .navbar_box > a:last-child(){
    border-right: none;
}
.hi_header .navbar-collapse .navbar_box > a:hover {
    text-decoration: none;
    background-color: #6b9b1d;
}
.hi_header .navbar-collapse .navbar-nav {
    background-color: #c0ddef;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
.hi_header .navbar-collapse .navbar-nav .nav-item {
    text-align: center;
}
.hi_header .navbar-collapse .navbar-nav .nav-item .nav-link  {
    position: relative;
    color: #4e4e4e;
    font-weight: bold;
    letter-spacing: .2em;
}
.hi_header .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #2f70b8;
}
.hi_header .navbar-collapse .navbar-nav .nav-item .nav-link:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 1px;
    background-color: #93c1dd;
    transition: all 0.2s ease-in-out;
} 
.hi_header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
    width: 30%;
    left: 35%;
    transition: all 0.2s ease-in-out;
}
.hi_header .navbar-toggler {
    position: relative;
    overflow: hidden;
    border: none;
    padding: 9px 10px;
}
.hi_header .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #4e4e4e;
}
.hi_header .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.hi_header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.hi_header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transform: translateX(-100%);
}
.hi_header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
.hi_header .navbar .logo {
    width: 140px;
}
.hi_header .navbar .top_group_box {
    position: absolute;
    top: 10px;
    right: 1rem;
}
.hi_header .navbar-collapse .navbar-nav {
    margin-left: auto;
    margin-right: 1rem;
    background-color: transparent;
    padding-top: 2em;
    padding-bottom: 0;
}
.hi_header .navbar-collapse .navbar-nav .nav-item .nav-link  {
    letter-spacing: 0;
    overflow: hidden;
    margin-left: .5em;
}
.hi_header .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #999;
}
.hi_header .navbar-collapse .navbar-nav .nav-item .nav-link:after {
    content: "";
    width: 100%;
    height: 0px;
    left: 0;
    bottom: 0;
    background-color: #93c1dd;
}
.hi_header .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
    height: 3px;
    left: 0;
}


/* tem_024 */
.hi_main .hi_index_008 {
	padding-top:3em;
    padding-bottom: 3em;

}
.hi_main .hi_index_008 .bx-wrapper {
    margin: 0 auto;
}
.t024_click:hover
{
	cursor: pointer ;
}
/*END*/	


/*footer_010 BEGIN*/
.hi_footer {
    color: #fff;
    padding: .5rem 1rem;
}

.hi_footer .logo_box {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 2em;
}
.hi_footer .logo_box .logo,
.hi_footer .logo_box .logo + div {
    vertical-align: middle
}

.hi_footer .logo_box .logo {
    display: inline-block;
    width: 160px;
}

.hi_footer .logo_box .logo + div {
    display: block;
    margin-top: 1em; 
}
.hi_footer .logo_box .logo + div p {
    margin-bottom: 0;
}

.hi_footer .f_link_box {
    border-left: 1px solid #666;
    margin-bottom: 2em;
}
.hi_footer .f_link_box h6 {
    margin-bottom: 1em;
}
.hi_footer .f_link {
    padding: 0;
    margin: 0;
    list-style: none;
}
.hi_footer .f_link .wh_link {
    color: #bbb;
    font-size: .9em;
}
.hi_footer .f_link .wh_link:hover {
    color: #a6d062;
    text-decoration: none;
}
.hi_footer .f_link.inline {
    text-align: center;
    margin-top: 1.5em;
}
.hi_footer .f_link.inline > li {
    display: inline-block;
    border-right: 1px solid #bbb;
    padding: 0 .65em;
}
.hi_footer .f_link.inline li:last-child {
    border-right: none;
}

.hi_footer .icon_link {
    text-align: center;
    margin-top: 1em;
}
.hi_footer .icon_link > a {
    display: inline-block;
    vertical-align: top;
    width: 2em;
    height: 2em;
    border-radius: 5em;
    background-color: #bbb;
    text-align: center;
    line-height: 2em;
    margin: .2em;
    color: #525252;
}
.hi_footer .icon_link > a .svg {
    fill: #525252;
    transition: all 0.2s ease-in-out;
}
.hi_footer .icon_link > a i {
    font-size: 1.3em;
    margin-top: .3em;
}
.hi_footer .icon_link > a .svg.blogger {
    margin-top: .4em;
    max-width: 65%;
}
.hi_footer .icon_link > a .svg.skype,
.hi_footer .icon_link > a .svg.line {
    margin-top: .3em;
    max-width: 75%;
}
.hi_footer .icon_link > a:hover {
    color: #2f70b8;
    background-color: #c0ddef;
}
.hi_footer .icon_link > a:hover .svg {
    fill: #2f70b8;
    transition: all 0.2s ease-in-out;
}

.hi_footer .bt_text {
    margin-top: 1.5em;
    font-size: .9em;
    text-align: center;
}

/*footer_009 END*/


/*footer_011 @BEGIN */
.map-box {
	display: inline-block;
}

.map-info {
	display: inline-block;
    color : #FFFFFF;
}
.map-info h1 {
	color: #EFDED4;
}
.map-info p {
	margin: 0;
	font-size: 18px;
}
 
.map-icon {
	width: 200px;
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
}
/*footer_011 @END */

/*tem_025 @begin */
.hi_main .hi_index_007 {
    padding-bottom: 2em;
}
.hi_main .hi_index_007 .learn_box {
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    margin-bottom: 2em;
}
.hi_main .hi_index_007 .learn_box .wd {
    background-color: rgba(0,0,0,0.5);
}
.hi_main .hi_index_007 .learn_box .wd {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(0,0,0,0.35);
    padding: .5em 1em;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.hi_main .hi_index_007 .learn_box .wd > span {
    display: inline-block;
    vertical-align: middle;
}
.hi_main .hi_index_007 .learn_box .wd .tit {
    font-size: 1.5em;
    width: 120px;
    font-weight: bold;
}
.hi_main .hi_index_007 .learn_box .wd .tit + span {
    width: calc(100% - 125px);
}
.hi_main .hi_index_007 .learn_box:hover .wd {
    background-color: rgba(0,0,0,0.8);
    transition: all 0.2s ease-in-out;
}
.hi_main .hi_index_007 .learn_box {
    height: 360px;
}
.hi_main .hi_index_007 .large_wd .learn_box {
    height: 540px;
}
.hi_main .hi_index_007 .large_wd .learn_box .wd .tit {
    font-size: 2em;
    width: 160px;
}
.hi_main .hi_index_007 .large_wd .learn_box .wd .tit + span {
    width: calc(100% - 165px);
}
.hi_main .hi_index_007 .learn_box {
    height: 254px;
}

/*tem_025 @END*/

/* tem_016 */
.hi_main .hi_banner .edm_banner {
    display: block;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}

.hi_main .hi_banner .carousel-control-next,
.hi_main .hi_banner .carousel-control-prev {
    width: 10%;
    max-width: 100px;
    opacity: .5;
}
.hi_main .hi_banner .carousel-control-next:hover,
.hi_main .hi_banner .carousel-control-prev:hover {
    opacity: 1;
}
@media (min-width: 576px) {
.hi_main .hi_banner .edm_banner {
    height: 500px;
}
}
/* tem_016 @end */

/* tem_019 */
/* 專業師資 */
.hi_main .hi_index_004 {
    padding-bottom: 2em;

}
.hi_main .hi_index_004 .teacher_list {
    max-width: 1800px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
    position: relative;
}
.hi_main .hi_index_004 .teacher_list .tea_box {
    max-width: 224px;
    margin: 0 auto;
    border: 2px solid rgba(220,214,214);
}
.hi_main .hi_index_004 .teacher_list .tea_box .tea_wd {
    background-color: rgba(250,250,238);
    color: #404040;
    padding: .5em;
    text-align: center;
}
.hi_main .hi_index_004 .teacher_list .tea_box .tea_wd .tea_name {
    display: block;
    font-size: 1.4em;
}
.hi_main .hi_index_004 .teacher_list .tea_box .tea_wd .tea_name + span {
    font-size: .9em;
}
.hi_main .hi_index_004 .teacher_list .owl-nav .owl-prev,
.hi_main .hi_index_004 .teacher_list .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    height: 30px;
    width: 30px;
    border-radius: 5em;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.25em;
    background: rgba(0, 0, 0, 0.2);
    color: #eee;
    transition: all 0.2s ease-in-out;
}
.hi_main .hi_index_004 .teacher_list .owl-nav .owl-prev {
    left: 10px;
}
.hi_main .hi_index_004 .teacher_list .owl-nav .owl-next {
    right: 10px;
}
.hi_main .hi_index_004 .teacher_list .owl-nav .owl-prev:hover,
.hi_main .hi_index_004 .teacher_list .owl-nav .owl-next:hover {
    background: #fff;
    color: #666;
    transition: all 0.2s ease-in-out;
}
.hi_main .hi_index_004 .teacher_list .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.2);
}
.hi_main .hi_index_004 .teacher_list .owl-dots .owl-dot.active span {
    background: rgba(0, 0, 0, 0.5);
}
/* tem_019 END */

/* tem_099   */
.pic_set picture source,.pic_set picture img { width: 100%; height: auto; };


/* --------------------------------------------------
hi_course_001
--------------------------------------------------*/
.hi_main .hi_course_001 {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #f0f4f5;
}
.hi_main .course_tit_01 {
    display: inline-block;
    background-color: #ec9585;
    line-height: .9em;
    transform: translate(.3em, .3em);
}
.hi_main .course_tit_01 h1 {
    display: inline-block;
    margin: 0;
    font-weight: bold;
    transform: translate(-.3em, -.2em);
    line-height: .9em;
}
.hi_main .course_tit_01 + .tit_img_line {
    display: block;
    height: 3px;
    background-color: #ec9585;
    margin-top: 1em;
    margin-bottom: 3em;
}
.hi_main .hi_course_001 .tit_img {
    text-align: center;
    margin-bottom: 3em;
}
.hi_main .hi_course_001 .tit_img img {
    width: 100%;
    max-width: 326px;
}
.hi_main .hi_course_001 .course_link {
    display: block;
    padding: .5em 1em;
    color: #fff;
    background-color: #55b4d7;
    text-align: center;
    margin-bottom: 3em;
}
.hi_main .hi_course_001 .course_link:hover {
    background-color: #2e94ba;
    text-decoration: none;
}
.hi_main .hi_course_001 .course_list h4 {
    color: #ec9585;
    font-weight: bold;
    font-size: 1.3em;
}
.hi_main .hi_course_001 .course_list > ul {
    list-style: none;
    font-size: 1.2em;
    padding: 0;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 2em;
}
.hi_main .hi_course_001 .course_list > ul > li {
    position: relative;
    padding-left: 50px;
    margin-bottom: .5em;
}
.hi_main .hi_course_001 .course_list > ul > li:before {
    content: "";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 10px;
    background-color: #465093;
    position: absolute;
    left: 20px;
    top: 10px;
}

.hi_main .hi_course_002 {
    padding-top: 3em;
    padding-bottom: 3em;
}
.hi_main .hi_course_002 .level_box {
    display: table;
    margin-bottom: 1em;
    border: 1px solid #688ed3;
    width: 100%;
}
.hi_main .hi_course_002 .level_box > ul {
    display: table-row;
}
.hi_main .hi_course_002 .level_box > ul > li {
    display: table-cell;
    vertical-align: top;
    padding: .5em;
}
.hi_main .hi_course_002 .level_box > ul > li:first-child {
    color: #fff;
    background-color: #688ed3;
    border-bottom: 1px dashed #fff;
    font-weight: bold;
    width: 100px;
}
.hi_main .hi_course_002 .level_box > ul > li:last-child {
    border-bottom: 1px dashed #688ed3;
    background-color: #fff;
}
.hi_main .hi_course_002 .level_box > ul:last-child > li:first-child,
.hi_main .hi_course_002 .level_box > ul:last-child > li:last-child {
    border-bottom: none;
}
.hi_main .course_tit_02 {
    font-size: 1.2em;
    border-bottom: 1px solid #465093;
    margin-bottom: 1em;
}
.hi_main .course_tit_02 + div {
    margin-bottom: 2em;
}
.hi_main .course_tit_02 span {
    display: inline-block;
    color: #fff;
    background-color: #465093;
    padding: .2em 1em;
}
.hi_main .course_tit_02.blue_noline {
    border-bottom: none;
}
.hi_main .course_tit_02.blue_noline span {
    background-color: #55b4d7;
}
.hi_main .hi_course_002 .nav-tabs {
    border: none;
}
.hi_main .hi_course_002 .nav-tabs .nav-link {
    background-color: #465093;
    color: #fff;
    border: none;
    border-radius: 0;
    margin-right: 2em;
    position: relative;
    font-weight: bold;
}
.hi_main .hi_course_002 .nav-tabs .nav-link:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #465093;
    
    position: absolute;
    top: 0;
    right: -20px;
    transition: all 0.2s ease-in-out;
}
.hi_main .hi_course_002 .nav-tabs .nav-item {
    margin-bottom: 0;
}
.hi_main .hi_course_002 .nav-tabs .nav-item.show .nav-link,
.hi_main .hi_course_002 .nav-tabs .nav-link.active {
    border: none;
    background-color: #f2cd00;
    color: #465093;
}
.hi_main .hi_course_002 .nav-tabs .nav-item.show .nav-link:after,
.hi_main .hi_course_002 .nav-tabs .nav-link.active:after {
    border-color: transparent transparent transparent #f2cd00;
}
.hi_main .hi_course_002 .tab-content {
    margin-top: 1em;
    padding: 1em 1.5em;
    background-color: #fff9d2;
    border-radius: .5em;
}
.hi_main .hi_course_002 .price_table {
    border: 3px solid #ec9585;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 2em;
    position: relative;
}
.hi_main .hi_course_002 .price_table:before,
.hi_main .hi_course_002 .price_table:after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 90%;
    height: 3px;
    top: -3px;
    left: 5%;
}
.hi_main .hi_course_002 .price_table:after {
    top: auto;
    bottom: -3px;
}
.hi_main .hi_course_002 .price_table > table {
    width: 100%;
    max-width: 600px;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 auto;
}
.hi_main .hi_course_002 .price_table > table  th {
    background-color: #2e94ba;
}
.hi_main .hi_course_002 .price_table > table  td {
    background-color: #f5cf60;
}
.hi_main .hi_course_002 .price_table > table  tr th,
.hi_main .hi_course_002 .price_table > table  tr td {
    border: 2px solid #fff;
    padding: 1em;
}




/***********************************
            Courses
***********************************/

/*hi_courses_001*/
.hi_main .hi_courses_001 {
    background-color: #fbede2;
    padding-bottom: 3em;
}
.hi_main .hi_courses_001 .cus_box {
    border: 5px solid rgba(245,166,106,0.3);
    vertical-align: top;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
}
.hi_main .hi_courses_001 .cus_box > img {
    width: 100%;
}
.hi_main .hi_courses_001 .cus_box .wd {
    display: inline-block;
    text-align: right;
    width: 100%;
    padding: .5em;
}
.hi_main .hi_courses_001 .cus_box .wd > h5,
.hi_main .hi_courses_001 .cus_box .wd  > p {
    text-align: left;
}
.hi_main .hi_courses_001 .cus_box .wd > h5 {
    font-weight: bold;
}
.hi_main .hi_courses_001 .cus_box .wd > a {
    display: inline-block;
    background-color: #71b2c6;
    color: #fff;
    padding: 0 1em;
    border-radius: 5em;
}
.hi_main .hi_courses_001 .cus_box .wd > a:hover {
    background-color: #5b9aab;
    text-decoration: none;
}

/*hi_courses_002*/
.hi_main .hi_courses_002{
    padding-bottom: 3em;
}
.hi_main .hi_courses_002 .osu_set img{
    width: 100%;
    margin-bottom: 30px;
}
.hi_main .hi_courses_002 .osu_set .osu_set_1{
    text-align: right;
}
.hi_main .hi_courses_002 .osu_set .osu_set_1 h4,
.hi_main .hi_courses_002 .osu_set .osu_set_2 h4{
    color: #2f70b7;
    font-size: 1.5em;
    font-weight: 600;
}
.hi_main .hi_courses_002 .osu_set .osu_set_1 h4:hover,
.hi_main .hi_courses_002 .osu_set .osu_set_2 h4:hover{
    text-decoration: underline;
    cursor: pointer;
}
.hi_main .hi_courses_002 .osu_set .osu_set_1 p,
.hi_main .hi_courses_002 .osu_set .osu_set_2 p{
    font-size: 1.0em;
}

/* tem */
.hi_main .hi_index_002 {
    background-color: #eef4fb;
    padding-bottom: 2em;
}
.hi_main .hi_index_002 .news_link_box {
    max-width: 800px;
    margin: 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.1em;
}
.hi_main .hi_index_002 .news_link_box .news_link {
    list-style: none;
    padding: 0;
}
.hi_main .hi_index_002 .news_link_box .news_link > li {
    padding: .2em .5em;
    margin-bottom: .5em;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.hi_main .hi_index_002 .news_link_box .news_link > li > .tit {
    margin-right: .5em;
    font-weight: bold;
}
.hi_main .hi_index_002 .news_link_box .news_link > li > .tit.blue {
    color: #458ead;
}
.hi_main .hi_index_002 .news_link_box .news_link > li > .tit.red {
    color: #a72a2c;;
}
.hi_main .hi_index_002 .news_link_box .news_link > li > a {
    color: #6d6d6d;
}
.hi_main .hi_index_002 .news_link_box .news_link > li > a:hover {
    color: #0072c1;
    text-decoration: none;
}
.hi_main .hi_rect_link {
    display: inline-block;
    text-transform: uppercase;
    padding: .5em 2.5em;
    border-radius: .2em;
    background-color: #88ccdc;
    color: #fff;
    letter-spacing: .2em;
    margin-top: 1em;
}
.hi_main .hi_rect_link:hover {
    text-decoration: none;
    background-color: #5b9aab;
}


/* --------------------------------------------------
tem_022
--------------------------------------------------*/
.hi_main .hi_breaking_news_001 {
    background-color: #eef4fb;
    padding-bottom: 2em;
}
.hi_main .hi_breaking_news_001 .newspage_list {
	margin: 0 15px 2em 20px;
	padding: 100px 0 30px 0;
	border-left: 3px solid rgba(0,0,0,0.1);
	position: relative;
	height:57%
}
.hi_main .hi_breaking_news_001 .newspage_list ul {
    padding-left: 20px;
    list-style: none;
    font-size: 1.1em;
}
.hi_main .hi_breaking_news_001 .newspage_list ul li {
	position: relative;
    padding: .2em .5em;
    margin-bottom: .5em;
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}
.hi_main .hi_breaking_news_001 .newspage_list ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 2em;
	position: absolute;
	left: -26px;
	top: .6em;
}
.hi_main .hi_breaking_news_001 .newspage_list ul > li > a {
	color: #6d6d6d;
}
.hi_main .hi_breaking_news_001 .newspage_list ul > li > a:hover {
	color: #0072c1;
    text-decoration: none;
}
.hi_main .hi_breaking_news_001 .newspage_list ul > li > .time {
    display: block;
    font-weight: bold;
    font-size: .85em;
    margin-bottom: .2em;
}
.hi_main .hi_breaking_news_001 .n_tabLink {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
}
.hi_main .hi_breaking_news_001 .n_tabLink a {
	display: inline-block;
	vertical-align: top;
	padding: 1em 0 .5em 0;
	margin: 0 2%;
	width: 25%;
	border-radius: .5em;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
    background-color: #fff;
}
.hi_main .hi_breaking_news_001 .n_tabLink a:hover {
    padding-top: 1.5em;
    text-decoration: none;
}
.hi_main .hi_breaking_news_001 .n_tabLink a.all {
	background-color: #336699;
}
.hi_main .hi_breaking_news_001 .n_tabLink a.active {
	color: #a67c37;
	border: 1px solid #a67c37;
	border-top-width: 0;
}
.hi_main .hi_breaking_news_001 .n_tabLink a.all.active {
	color: #a67c37;
	border-color: #a67c37;
    background-color: #fff;
}
.hi_main .hi_breaking_news_001 .newspage_list .tit {
    margin-right: .5em;
    font-weight: bold; 
}
.hi_main .hi_breaking_news_001 .newspage_list .tit.red {
    color: #a72a2c;
}
.hi_main .hi_breaking_news_001 .newspage_list ul li.annc:before,
.hi_main .hi_breaking_news_001 .n_tabLink a.annc {
	background-color: #88ccdc;
}
.hi_main .hi_breaking_news_001 .n_tabLink a.annc.active {
	color: #a72a2c;
    border-color: #a72a2c;
    background-color: #fff;
}
.hi_main .hi_breaking_news_001 .newspage_list .tit.blue {
    color: #458ead;
}
.hi_main .hi_breaking_news_001 .newspage_list ul li.event:before,
.hi_main .hi_breaking_news_001 .n_tabLink a.event {
	background-color: #458ead;
}
.hi_main .hi_breaking_news_001 .n_tabLink a.event.active {
	color: #458ead;
	border-color: #458ead;
    background-color: #fff;
}
.hi_main .hi_breaking_news_001 .hi_pagination .pagination .page-link {
    background-color: #88ccdc;
    color: #fff;
    border-color: #fff;
}
.hi_main .hi_breaking_news_001 .hi_pagination .pagination .page-link:hover,
.hi_main .hi_breaking_news_001 .hi_pagination .pagination .page-item.active .page-link {
    background-color: #5b9aab;
}
.hi_main .hi_pagination .pagination {
    justify-content: center;
}


@media (min-width: 992px) {
    .hi_header .navbar-collapse .navbar_box {
        position: absolute;
        top: 5px;
        right: 110px;
    }
    .hi_header .navbar-collapse .navbar_box > a {
        width: auto;
        background-color: transparent;
        color: #999;
        margin-right: .5em;
        margin-left: .5em;
    }
    .hi_header .navbar-collapse .navbar_box > a:hover {
        background-color: transparent;
        color: #83c617;
    }
}


/* --------------------------------------------------
deway app用  
for tem_030 、 tem_031 、 tem_032 、tem_033
--------------------------------------------------*/
.tem_dewey .stu_ly_main {
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    /* background: url(../images/memphis-colorful.png) top left repeat; */
    /* min-height: 100%; */     
}
.tem_dewey  .stu_ly_main.opened {
    margin-left: 240px;
}
.tem_dewey .stu_ly_main.fall_height {
    height: 100%;   
}
.tem_dewey .iframe_page {
    width: 100%;
    height: 100%;

    position: relative;
    z-index: 1;
}
.tem_dewey .iframe_page.demo_pic {
    overflow-y: auto;
    background-color: #fff;
    text-align: center;
}
.tem_dewey .iframe_page.demo_pic img {
    max-width: 100%;
}
.tem_dewey .iframe_page.w_max_400 {
    max-width: 400px;
    margin: 0 auto;
}

.tem_dewey .stu_ly_main .main_wp_001 {
    padding: 1rem;
}
.tem_dewey .stu_ly_main .main_wp_001.login {
    background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}
.tem_dewey .stu_ly_main .main_wp_001.login .color_tit {
    color: #fff;
}
.tem_dewey .stu_ly_main .main_wp_001.nopd {
    padding: 0;
}

.tem_dewey .stu_ly_main .color_tit {
    text-align: center;
    margin-bottom: 1rem;
    color: #1c51a0;
    font-weight: bold;
}
.tem_dewey .stu_ly_main .color_tit .line {
    display: inline-block;
    background-color: #fff;
}
.tem_dewey .stu_ly_main .color_tit .line:after {
    content: "";
    display: block;
    height: 3px;
    margin-top: 5px;
    background: #fff9e2;
    background-image:
        linear-gradient(90deg, #ffd1ed 11px, transparent 0),
        linear-gradient(90deg, #d1efff 11px, transparent 0),
        linear-gradient(90deg, #ffde5a 11px, transparent 0);
    background-size: 41px 100%, 61px 100%, 83px 100%;
}

.tem_dewey .stu_ly_main .img_bg_link {
    height: 100px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}
.tem_dewey .stu_ly_main .img_bg_link .img_bg_link_photo {
    height: 100%;
    width: 100%;

    position: absolute;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

    transition: all 0.5s ease-out;
    transform: matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 1
    );
    will-change: transform;
}
.tem_dewey .stu_ly_main .img_bg_link > span {
    position: absolute;
    width: 100%;
    height: 20%;
    background-color: rgba(250, 175, 70, 0.75);
    color: #fff;
    text-align: center;
    bottom: 0;
    font-size: .9rem;

    transition: all 0.5s ease-out;
}
.tem_dewey .stu_ly_main .img_bg_link:hover .img_bg_link_photo {
    transform: matrix3d(
        1, 0, 0, 0,
        0, 1, 0, 0,
        0, 0, 1, 0,
        0, 0, 0, 0.9
    );
}
.tem_dewey .stu_ly_main .img_bg_link.slideup > span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.tem_dewey .stu_ly_main .img_bg_link.slideup:hover > span {
    background-color: rgba(250, 175, 70, 0.8);
    height: 100%;
}



.tem_dewey .stu_ly_main .img_bg_link.sty2 > span {
    display: inline-block;
    width: auto;
    height: auto;
    background-color: #f8ad32;
    padding: 0 1rem;
    line-height: 24px;
}
.tem_dewey .stu_ly_main .img_bg_link.sty2 > span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 0 16px;
    border-color: transparent transparent transparent #f8ad32;

    position: absolute;
    top: 0;
    right: -16px;
}
.tem_dewey .stu_ly_main .img_bg_link.sty2.blue > span {
    background-color: #1c51a0;
}
.tem_dewey .stu_ly_main .img_bg_link.sty2.blue > span:after {
    border-color: transparent transparent transparent #1c51a0;
}

.tem_dewey .stu_ly_main .circle_link {
    display: flex;
    justify-content: space-around;
    font-size: .8rem;
}
.tem_dewey .stu_ly_main .circle_link a {
    text-align: center;
    padding-top: 5px;
    color: rgba(255,255,255,0.85);
}
.tem_dewey .stu_ly_main .circle_link a .icon_box {
    width: 48px;
    margin: 0 auto 5px auto;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.tem_dewey .stu_ly_main .circle_link a:hover {
    color: rgba(255,255,255,1);
    text-decoration: none;
}
.tem_dewey .stu_ly_main .circle_link a:hover .icon_box {
    transform: translateY(-5px);
}

.tem_dewey .stu_ly_main .rect_link_001 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.tem_dewey .stu_ly_main .rect_link_001 > a {
    border-radius: .2rem;
    color: rgba(98, 42, 155, 0.7);
    text-align: center;
    position: relative;
}
.tem_dewey .stu_ly_main .rect_link_001 > a:hover {
    text-decoration: none;
    color: rgba(98, 42, 155, 1);
}
.tem_dewey .stu_ly_main .rect_link_001 > a > p {
    font-size: .8rem;
    font-weight: bold;
    margin-bottom: 0;
}
.tem_dewey .stu_ly_main .rect_link_001 > a .icon {
    display: block;
    background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
    font-size: 1.4rem;
    height: 60px;
    width: 60px;
    border-radius: 5rem;
    margin-bottom: .2rem;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.2s ease-in-out;
}

.tem_dewey .stu_ly_main .rect_link_001 > a:nth-child(even) {
    border-radius: .2rem;
    color: rgba(19, 100, 163, 0.7);
    text-align: center;
}
.tem_dewey .stu_ly_main .rect_link_001 > a:nth-child(even) .icon {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

.tem_dewey .stu_ly_main .rect_link_001 > a:hover:nth-child(even) {
    color: rgba(19, 100, 163, 1);
}
.tem_dewey .stu_ly_main .rect_link_001 > a:hover .icon,
.tem_dewey .stu_ly_main .rect_link_001 > a:hover .new_alter {
    transform: translateY(-5px);
}

.tem_dewey .stu_ly_main .rect_link_001.wh_bg {
    background-color: #fff;
    border: 3px solid #d7e7ce;
    border-top-width: 0;
    border-bottom-width: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;

    max-width: 600px;
    margin: 0 auto;
}

.tem_dewey .stu_ly_main .de_school_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tem_dewey .stu_ly_main .de_school_list > a {
    padding: .2em 1em;
    color: #fff;
    background-color: #333f50;
    margin-right: .5rem;
    margin-bottom: .5rem;
    border-radius: .2rem;
}
.tem_dewey .stu_ly_main .de_school_list > a.active,
.tem_dewey .stu_ly_main .de_school_list > a:hover {
    text-decoration: none;
    background-color: #2282db;
}
.tem_dewey .stu_ly_main .de_school_list > a.red {
    background-color: #c00000;
}
.tem_dewey .stu_ly_main .de_school_list > a.active.red,
.tem_dewey .stu_ly_main .de_school_list > a.red:hover  {
    background-color: #ff5d5d;
}
.tem_dewey .stu_ly_main .de_school_list.green_all > a {
    background-color: #51cfb1;
}
.tem_dewey .stu_ly_main .de_school_list.green_all > a.active,
.tem_dewey .stu_ly_main .de_school_list.green_all > a:hover {
    background-color: #ef2d68;
}
.tem_dewey .stu_ly_main .de_school_list > a.no_action {
    cursor: default;
    pointer-events: none;
    background: #ccc;
}

.tem_dewey .stu_ly_main .shool_wp_001 {
    background-color: #f2f2f2;
    padding: .5rem;
    font-size: .9rem;
    margin-bottom: 1rem;
}
.tem_dewey .stu_ly_main .shool_wp_001 > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tem_dewey .stu_ly_main .shool_wp_001 ul {
    display: flex;
    padding-left: 0;
    font-size: .9em;
    margin-top: .5rem;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}

.tem_dewey .stu_ly_main .shool_wp_001 li {
    list-style: none;
    padding: .2rem;
    background-color: #2f5597;
    color: #fff;
    text-align: center;

}
.tem_dewey .stu_ly_main .shool_wp_001 li:first-child {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    flex-basis: 45%;
}
.tem_dewey .stu_ly_main .shool_wp_001 li:nth-child(2),
.tem_dewey .stu_ly_main .shool_wp_001 li:nth-child(3) {
    border-left: 1px solid #ededed;
}
.tem_dewey .stu_ly_main .shool_wp_001 li:nth-child(2) {
    flex-basis: 35%;
}
.tem_dewey .stu_ly_main .shool_wp_001 li hr {
    margin-top: .2em;
    margin-bottom: .2em;
    height: 1px;
    border: none;
    background-color: #ededed;
}
.tem_dewey .stu_ly_main .shool_wp_001 li:nth-child(3) {
    flex-basis: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tem_dewey .stu_ly_main .shool_wp_001 .mt_btn_002 {
    width: 100%;
    text-align: center;
    font-size: .9em;
    margin-right: .2em;
}
.tem_dewey .stu_ly_main .shool_wp_001 .mt_btn_002 + .mt_btn_002 {
    margin-left: .2em;
    margin-right: 0;
}
.tem_dewey .stu_ly_main .area_box {
    display: inline-block;
    background-color: #ffc000;
    border-radius: .2rem;
    color: #fff;
    padding: .2em 1em;
    margin-right: .2rem;
}
.tem_dewey .stu_ly_main .area_box.blue {
    background-color: #333f50;
}
.tem_dewey .stu_ly_main .area_box.red {
    background-color: #c00000;
}
.tem_dewey .stu_ly_main .shool_wp_001 .type {
    display: block;
    background-color: #333f50;
    border-radius: .2rem;
    color: #fff;
    padding: .2em 1em;
    text-align: center;
}
.tem_dewey .stu_ly_main .shool_wp_001 .type.red {
    background-color: #c00000;
}

.tem_dewey .stu_ly_main .school_evaluation_box {
    font-size: .9em;
    background: #f2f2f2;
}
.tem_dewey .stu_ly_main .school_evaluation_box img {
    width: 100%;
    margin-bottom: .5rem;
}
.tem_dewey .stu_ly_main .school_evaluation_box .wp {
    padding: .5rem;
}


.tem_dewey .stu_ly_main .de_wrapper_001 {
    background-color: #f2f2f2;
    padding: .5rem;
    font-size: .9rem;
}
.tem_dewey .stu_ly_main .de_wrapper_001 img {
    max-width: 100%;
    margin-bottom: 1rem;
}
.tem_dewey .stu_ly_main .de_wrapper_001 .de_tit_001 {
    background-color: #2aa185;
    color: #ffffff;
    padding: .3rem 1rem;
    margin-bottom: 0;
}

.tem_dewey .stu_ly_main .de_upload_list {
    background-color: rgba(255,255,255,1);
}
.tem_dewey .stu_ly_main .de_upload_list ul {
    padding-left: 0;
    list-style: none;
    border-bottom: 1px solid #f2f2f2;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tem_dewey .stu_ly_main .de_upload_list ul li {
    list-style: none;
    padding: .3em;
}
.tem_dewey .stu_ly_main .de_upload_list ul li:first-child {
    flex-basis: 100%;
    word-break: break-all;
    color: #2aa185;
}

.tem_dewey .stu_ly_main .de_list_001 ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}
.tem_dewey .stu_ly_main .de_list_001 ul:nth-child(odd) {
    background-color: #f7f7f7;
}
.tem_dewey .stu_ly_main .de_list_001 ul:hover { 
    background-color: #e3eef7;
}
.tem_dewey .stu_ly_main .de_list_001 ul li {
    list-style: none;
    padding: .3em;
}
.tem_dewey .stu_ly_main .de_list_001 ul li:first-child {
    flex-basis: 100%;
    word-break: break-all;
}


.tem_dewey .stu_ly_main .upload_wp {
    font-size: .9em;
    padding: .5rem;
    background-color: #f2f2f2;
}

.tem_dewey .stu_ly_main .de_basic_info {
    background-color: #f2f2f2;
    font-size: .9em;
    padding: .5rem;
}
.tem_dewey .stu_ly_main .de_basic_info .tit {
    display: flex;
    justify-content: space-between;
}
.tem_dewey .stu_ly_main .de_basic_info .mt_table_1 {
    border-bottom: 0;
}
.tem_dewey .stu_ly_main .de_basic_info .mt_table_1 tbody tr td {
    padding: 5px 0;
}
.tem_dewey .stu_ly_main .de_basic_info .mt_table_1 tbody tr td:first-child {
    width: 45%;
    padding-right: 5px;
}

.tem_dewey .stu_ly_main .de_basic_info .line {
    height: 0;
    border: none;
    border-bottom: 2px dashed #51cfb1;
}


.tem_dewey .stu_ly_main .de_school_list_005 {
    background-color: #f8ac32;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.tem_dewey .stu_ly_main .de_school_list_005 > a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    border-radius: 99rem;
}
.tem_dewey .stu_ly_main .de_school_list_005 > a:hover {
    text-decoration: none;
}
.tem_dewey .stu_ly_main .de_school_list_005 > a.ph {
    background-color: #fd1342;
}
.tem_dewey .stu_ly_main .de_school_list_005 > a.mail {
    background-color: #ffd75d;
}
.tem_dewey .stu_ly_main .de_school_list_005 > a.line {
    background-color: #00ac00;
}
.tem_dewey .stu_ly_main .de_school_list_005 > a.sk {
    background-color: #00b4e2;
}
.tem_dewey .stu_ly_main .de_school_list_005 > a.qq {
    background-color: #c4731e;
}
.tem_dewey .stu_ly_main .de_school_list_005 > a.fb {
    background-color: #4b6baf;
}
.tem_dewey .stu_ly_main .de_school_list_005 > a.pi {
    background-color: #2e75b6;
}
.tem_dewey .stu_ly_main .de_school_list_005 > a.yb {
    background-color: #e52d27;
}

.tem_dewey .stu_ly_main .cnt_box {
    font-size: .9rem;
    background-color: #2e75b6;
    color: #f2f2f2;
    padding: .5rem;
}
.tem_dewey .stu_ly_main .cnt_box .sm {
    font-size: .9em;
}
.tem_dewey .stu_ly_main .cnt_box.sty_num {
    padding-left: 2rem;
    list-style-type: disc;
}


.tem_dewey .stu_ly_main .de_office_list {
    padding-left: 0;
    margin-top: 1rem;
    font-size: .9em;
}
.tem_dewey .stu_ly_main .de_office_list li {
    list-style: none;
    background-color: #f2f2f2;
    margin-bottom: 1rem;
}
.tem_dewey .stu_ly_main .de_office_list li .wd {
    padding: .5em;
    border-bottom: 2px solid #2aa185;
}
.tem_dewey .stu_ly_main .de_office_list li .wd .tit {
    background-color: #2aa185;
    color: #fff;
    padding: .2rem;
}
.tem_dewey .stu_ly_main .de_office_list li .wd p {
    margin-bottom: .3rem;
}

.tem_dewey .stu_ly_main .de_setting {
    padding: .5rem;
    color: #f2f2f2;
    background-color: #2e75b6;
}

.tem_dewey .stu_ly_main .de_setting > div {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-top: .5rem;
    padding-bottom: .5rem;
}

.tem_dewey .stu_ly_main .de_setting > div:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
}

.tem_dewey .stu_ly_main .de_setting > div p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    
    .tem_dewey .stu_ly_main .de_upload_list ul li,
    .tem_dewey .stu_ly_main .de_list_001 ul li {
        flex-basis: 20%;
        text-align: right;
    }
    .tem_dewey .stu_ly_main .de_upload_list ul li:first-child,
    .tem_dewey .stu_ly_main .de_list_001 ul li:first-child {
        flex-basis: 60%;
        text-align: left;
    }

    
    .tem_dewey .stu_ly_main .de_list_001 ul li {
        padding: 8px 10px;
    }


    .tem_dewey .stu_ly_main .img_bg_link {
        height: 160px;
    }

    .tem_dewey .stu_ly_main .img_bg_link.sty2 {
        height: 200px;
    }
    .tem_dewey .stu_ly_main .img_bg_link > span{
        font-size: 1rem;
    }
    
    .stu_ly_sidenav .link_group,
    .tem_dewey .stu_ly_main .circle_link,
    .tem_dewey .stu_ly_main .rect_link_001 > a > p {
        font-size: .9rem;
    }
    .tem_dewey .stu_ly_main .color_tit {
        font-size: 1.2rem;
    }

    .tem_dewey .stu_ly_main .img_bg_link.sty2 > span {
        line-height: 32px;
    }
    .tem_dewey .stu_ly_main .img_bg_link.sty2 > span:after {
        border-width: 32px 0 0 24px;
        right: -24px;
    }

}
@media (min-width: 992px) {

    .tem_dewey .stu_ly_main .de_office_list li {
        display: flex;
        border-bottom: 2px solid #2aa185;
    }
    .tem_dewey .stu_ly_main .de_office_list li .wd,
    .tem_dewey .stu_ly_main .de_office_list li iframe {
        width: 50%;
    }
    .tem_dewey .stu_ly_main .de_office_list li .wd {
        border-bottom: none;
    }
    .tem_dewey .stu_ly_main .de_office_list li iframe {
        padding: .5em;
    }
}

/* --------------------------------------------------
tem_030  
--------------------------------------------------*/
.tem_030_customize .stu_ly_topmenu .top_icon .new_alter {
    height: 8px;
    width: 8px;
}

.tem_030_customize .new_alter {
    position: absolute;
    background-color: #ee2b2b;
    color: #fff;
    border-radius: 5rem;
    height: 20px;
    width: 20px;
    top: -5px;
    right: -5px;

    font-size: .8rem;

    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    transition: all 0.2s ease-in-out;
}

/* --------------------------------------------------
tem_032
--------------------------------------------------*/
.main_wp_001 {
    padding: 1rem;
}    

.color_tit {
     font-size: 1.2rem;
}

/* --------------------------------------------------
tem_033 
--------------------------------------------------*/
.tem_033_customize {
	font-family: 'Roboto', 'Maven Pro', 'Microsoft JhengHei', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
  
.tem_033_customize .clear:before, .clear:after {
    content: '';
    clear: both;
    display: block;
}


.tem_033_customize button:focus,
.tem_033_customize a:focus {
	outline: none; 
}

.tem_033_customize a { 
    transition: all 0.2s ease-in-out;
}

.tem_033_customize button {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

