@charset "utf-8";
/* CSS Document */
htel {
	margin: 0px;
	padding:0px;
}
body {
	font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
	margin: 0px auto;
	font-size: 1.6rem;
	line-height: 1.6;
	    overflow-x: hidden;
}

html{font-size:52.5%!important;}

@media screen and (min-width: 480px){
html{font-size:56.5%!important;}
	}

@media screen and (max-width: 767px){
html{font-size:62.5%!important;}
	}



ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
iframe{
    border:0;
    outline: 0;
}
.imp{color:#F00;}

table {
  border-spacing: 0;
  border-collapse: none;
}
/*[ GENERAL ELEMENTS ]*/
a {
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}

hr{
  background: url(../images/hr.svg) repeat-x left bottom;
    background-size: 100% auto;
    width: 100%;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 0px solid #eee;
}




/*--選單--*/
.navbar-wrapper {
    width: 100%;
    position: relative;
}
.navbar{
	margin:0;
	padding:0;
	width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
}
/*.navbar:before{
    width:100%;
	height:100%;
	background-size:cover;
	background: url(../images/main2.png) no-repeat center center;
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	display:inline-block;
	opacity:0.5;
}
.navbar:after {
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background: url(../images/oiu.png) no-repeat right bottom;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    opacity: 0.5;
}*/
.navbar-header {
	overflow:hidden;
}



.navbar-nav > li{
    position: relative;
}
.navbar-nav > li:before {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition-duration: 0.5s;

}

.navbar-nav > li:nth-child(10n+1):before {
	background-color: #5c4747;
}
.navbar-nav > li:nth-child(10n+2):before {
	background-color: #5c4747;
	
}
.navbar-nav > li:nth-child(10n+3):before {
 	background-color: #ffd5c8;
}
.navbar-nav > li:nth-child(10n+4):before {
 	background-color: #FFBB77;
}
.navbar-nav > li:nth-child(10n+5):before {
  	background-color: #FF9D6F;
}
.navbar-nav > li:nth-child(10n+6):before {
 	background-color: #D9B3B3;
}
.navbar-nav > li:nth-child(10n+7):before {
 	background-color: #CDCD9A;
}
.navbar-nav > li:nth-child(10n+8):before {
 	background-color: #A3D1D1;
}
.navbar-nav > li:nth-child(10n+9):before {
 	background-color: #C7C7E2;
}
.navbar-nav > li:nth-child(10n+10):before {
 	background-color: #D2A2CC;
}


.navbar-brand {
	margin: 0 !important;
	padding: 5px;
	overflow:hidden;
	    padding: 5px;
    height: 50px;
}
.navbar-brand img {
	max-width: auto;
    position: absolute;
    z-index: 100;
        /* background: #f4efec repeat top left/10px 10px;*/
    padding: 0 20px 20px 0;
    border-radius: 0 0 50px 0;
	 max-height: 140px;
    margin-left: 30px;
    margin-top: 15px;
}
.navbar-brand:after {
  content: '';
    position: absolute;
    top: 20px;
    left: 240px;
    width: 40px;
    z-index: 1000;
    height: 40px;
    
}
@media (max-width: 768px) {
.navbar-brand:after {
display: none;
}
	
.navbar-nav > li:before {
display: none;
}	

}





.navbar-inverse .navbar-toggle {
     position: relative;
    float: right;
    padding: 9px 13px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    background-color: rgb(255 247 173);
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50px;
    width: 50px;
    height: 50px;
	z-index: 1001;
	    position: fixed;
    right: 0;
}
.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	    background-color: #f4efec;
}
.navbar-inverse .navbar-toggle .icon-bar {
   background-color: #606060;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 30px 20px 0 25px;
    font-weight: bold;
}
}
.navbar-inverse .navbar-nav > li > a > i{
	width:30px;
	padding-right:10px;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #ff9800;
}
.navbar-inverse .navbar-nav li.open > a, 
.navbar-inverse .navbar-nav li.open > a:hover, 
.navbar-inverse .navbar-nav li.open > a:focus {
        background-color: rgb(0 0 0 / 0%);
    color: #ff9800;
}

.navbar-inverse .navbar-nav > li > a:before {
	    background: url(../images/o.png) no-repeat center bottom;
    background-size: contain;
}

@media (max-width: 768px) {	
.navbar-inverse .navbar-nav > li > a {
    padding: 20px 20px 20px 25px;
}	
	
}




.Sign-button{
	float:right;
	width:800px;
	text-align: right;
	    margin-right: 60px;
}
.Sign-button > div {
	display: inline-block;
    /* line-height: 30px; */
    padding: 5px 10px 5px 25px;
    /* height: 30px; */
    color: #fff;
    /* text-shadow: 1px -1px 1px #333333; */
    /* letter-spacing: 0.1rem; */
}

.Sign-button .fa {
	margin-right: 10px;
}
.Sign-button a {
	color: #fff;
}
.Sign-button a:hover {
	color: #fff;
}.Sign-button .phone {
    background: url(../images/phone.png) no-repeat 0px 12px;
}
.Sign-button .mail {
       padding: 8px 20px 8px 20px;
    background-color: #FFC107;
    margin-top: 40px;
    border-radius: 25px;
}
.Sign-button .signin {
   font-size: 14px;
    background-color: #f57268;
    padding: 8px 20px 8px 20px;
    border-radius: 25px;
}


/* ====== WEB CONTENT ====== */
#container{
	padding-top:0px;
	
    position: relative;
}

.by {
    padding: 0px;
	margin: 0px 0px 40px;
	overflow:hidden;
}
.container-box:before {
    display: block;
    content: '';
    position: absolute;
    top: -200px;
    left: 0;
    background: url(../images/bg-home.svg) no-repeat top;
    width: 100%;
    height: 200px;
    z-index: 100;
    background-size: 100%;
}

@media (max-width: 768px) {
.container-box:before {
    top: -120px;
}

}
@media (max-width: 460px) {
.container-box:before {
    top: -100px;
}

}


.intermediate {}
.intermediate > h3 {
    font-size: 26px;
	text-align:center;
    font-weight: normal;
    padding: 10px 0;
    margin: 0 0 20px;
}
.intermediate > .desc {
    padding: 20px;
    color: #666;
    border-radius: 15px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
	border: 2px solid #666;
	background-color: #fff;
}
.intermediate > .word {
	clear: both;
	width:1150px;
	margin:20px auto;
	overflow:hidden;
}
.word {
	width:100%;
	overflow:hidden;
}

/*-- History Breadcrumb --*/
.topImage {
        width: calc(100% - 80px);
    margin: 20px 40px;
    height: 250px;
    padding-top: 180px;
       /* background-image: url(../images/b2.jpg);*/
    background-repeat: repeat-x;
    background-position: bottom center;
    position: relative;
    background-size: cover;
    float: left;
    border-radius: 25px;
	    z-index: 1;
}
.topImage .container h1 {
   padding: 0 150px;
    margin: 0px auto 5px;
    font-weight: 600;
    color: #fff;
    font-size: 32px;
    text-align: center;
    position: relative;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}





.topImage .container {
    position: relative;
}
.topImage .container .map {
    position: absolute;
    right: 0px;
    top: 0px;
	display: none;
}
.topImage .container .map img{
	height:190px;
}

.breadcrumb {
    padding: 8px 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
	font-size:16px;
	    color: #feff0e;
    text-align: center;
    margin-bottom: 100px;
}
.breadcrumb > li + li:before {
      color: #feff0e;
}
.breadcrumb a{
	font-size:16px;
	   color: #feff0e;
}

.site-title {
	text-align: center;
	margin: 0 auto 40px;
	max-width: 500px;
	border: 1px solid;
	padding-top: 35px;
	position:relative;
}
.site-title h2 {
	position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0;
	min-width: 250px;
    transform: translate(-50%, 50%);
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4c4c4c;
    background: #fff;
    padding: 0 20px;
}
.part-line {
	clear:both;    
	width: 100%;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    margin: 50px auto;
    padding-bottom: 30px;
}



/*-- ARTICLE DEATIL (NEWS KNOWLEDGE)--*/
.Article {
	float:left;
	width:100%;
	margin-bottom:50px;
	    padding-bottom: 30px;
	    background: url(../images/dots_hr.svg) repeat-x left bottom;
    background-size: 10px auto;

}
.Article .Date{
	float: left;
	width: 120px;
	text-align: center;
	font-family: 'Concert One', cursive;
	/* font-size: 16px; */
	/* font-family: 'Open Sans', sans-serif; */
	overflow:hidden;
	border: 1px solid #e3e3e3;
	border-radius: 25px;
}
.Article .Date span {
	display:block;
	width: 100%;
	padding: 0px 0px;
	
}
.Article .Date .day {
    background-color: #fff;
    font-size: 45px;
}
.Article .Date .month {
    color: #898989;
    background-color: #f4efec;
	    padding: 10px;
}
.Article .Date .year {
    color: #d8d4d2;
}
.Article .Text {
	float: right;
	    width: calc(100% - 150px);
}
.Article .Title {	
    font-size: 24px;
    color: #399;
    margin-bottom: 15px;
    text-align: left;
}
.Article .Share {
	padding-right:25px;
	text-align: left;
}
.Article .Share > div{
	display:inline-block;
	font-size:0;
	height:30px;
	vertical-align: bottom;
}

.navbar-nav {
float: right;
    margin: 0px 80px;
    text-align: center;
    height: 90px;
    position: relative;
    z-index: 101;
}
.navbar-nav > li > a {
       padding-top: 25px;
    padding-bottom: 20px;
}



/*-- LINKS --*/
.interaction{
	margin-left:-10px;
	margin-right:-10px;
}
.interaction > div {
	padding:50px 10px 0px;
}
.interaction .text {
	margin: 5px;
	padding: 40px 20px 20px ;
    border: 1px solid #CCC;
    position: relative;
    text-align: center;
}
.interaction .text .image {
	position: absolute;
	top: 0;
	left:50%;
	transform: translate(-50%, -50%);
	padding:0 10px;
	background-color:#FFF;
	overflow: hidden;
}
.interaction .text .image img {
	height: 80px;
    width: 80px;
	border-radius: 50%;
	overflow:hidden;
}
.interaction .text h3 {
    font-size: 20px;
	line-height:24px;
	height:24px;
	overflow:hidden;
    font-weight: 500;
    margin: 10px auto;
    padding: 0px;
    color: #666;
}
.interaction .text a {
	display:block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.links{
	margin-left:-10px;
	margin-right:-10px;
}
.links > div {
	padding:0px 10px;
}
.links .text{
	background-image: url(../images/links.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}
.links .text h3 {
    font-size: 20px;
	line-height:40px;
	height:40px;
	overflow:hidden;
    font-weight: 500;
    margin: 10px auto;
    padding: 0px;
    color: #666;
}
.links .text a {
	display:block;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
.links .text:hover h3{
	color:#F00;
}



/*-- MEAL Calendar --*/
.calendar-group {
	width:100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
	margin-bottom:20px;
	border: 1px solid #bbbbbb;
	overflow: hidden;
}
.calendar-group h3 {
    color: #000;
    text-align: center;
    padding: 15px;
    margin: 0px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    background-color: #f0e7e3;
}
.calendar-group h3 span{
	padding:0 15px;
}
.calendar-group h3 a{
	color:#000;
}
.calendar-group h3 a:hover{
	color:#F00;
}
.calendar-group .calendar{}
.calendar-group .calendar .dayrows{
	float:left;
	width:calc(100% / 7);
	padding:3px;
	text-align:center;
	font-size:18px;
	color:#000;
	border-radius: 15px;
}
.calendar-group .calendar .dayrows{
	padding:17px 3px;
}
.calendar-group .calendar .dayrows > div a{
	display:block;
}
.calendar-group .calendar .dayrows.activity{
	    background-color: rgb(253 224 112);
}
.calendar-group .calendar .dayrows.activity > div a{
    color: #000;
}

.meals-download{
	text-align: center;
	margin-top: 30px;
}


#Meals {
    background-image: url(../images/site-img46.png);
    background-repeat: no-repeat;
    background-position: 45px top;
	height:500px;
	margin-left: 80px;
}
#Meals .item {
	width:100%;
	overflow: hidden;
	height:166px;
	padding: 33px 0;
}
#Meals .item > img{
	float:left;
	width:100px;
	margin-right:20px;
	border-radius: 50%;
    background-color: #736a63;
}
#Meals .item .Writing{
	height:100px;
	overflow:hidden;
}
#Meals .item .Writing h3 {
    font-size: 25px;
    font-weight: 500;
	margin: 6px auto;
}
#Meals .item .Writing p {
    font-size: 16px;
	line-height:20px;
	height:60px;
	overflow:hidden;
	margin: 6px auto;
}

@media screen and (max-width:768px){
	#Meals {
	margin-left: 0px;
}
}

/*-- EDU --*/
.edu {
	float: left;
	width:100%;
    padding: 0;
    margin: 30px auto;
}
.edu .title {
	float:left;
	width:100%;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 3px solid #F3F3F3;
}
.edu .title h3 {
	position: absolute;
	top: -15px;
    font-weight: 500;
    color: #666;
    background-color: #FFF;
    padding-right: 30px;
    font-size: 24px;
    letter-spacing: 5px;
    margin: 0px;
}
.edu .Narrative {
	font-size:14px;
	margin-bottom:20px;
}
.edu .map {}
.edu .edu-image-box {
	float:left;
	width:20%;
	padding:0 10px 20px;
}
.edu .edu-image-box .image {
	width:100%;
	height:0;
	padding-bottom:100%;
	overflow:hidden;
}



/*-- FILES --*/
.mainfile {
    width: 100%;
    margin:0 auto;
	overflow:hidden;
}
.mainfile ul{
	border:1px #e6e7f1 solid;
}
.mainfile ul li{
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	min-height:50px;
	background-color: #FFF;
	overflow:hidden;
}
.mainfile ul li + li {
	border-top:1px #e6e7f1 solid;
}
.mainfile ul li > div {
	float:left;
	padding:10px;
	text-align:center;
	overflow:hidden;
}
.mainfile ul li > div + div{
	border-left:1px #e6e7f1 solid;
}
.mainfile ul .title {
    color: #FFF;
	background-color: #999;
}
.mainfile ul .title > div:nth-child(even){
	background-color: #666;
}
.mainfile ul .Line:nth-child(odd) {
	background-color: #F6F7FA;
}
.mainfile ul .Line .load a{
	display:block;
}
.mainfile ul .Line:hover { 
		background-color: #fde070;
}
.mainfile ul .Line:hover .load a{ 
	color: #FF9800;
}
.mainfile ul li .name {text-align:left;}
.mainfile ul li .act {
	text-align: center !important;
}
.mainfile ul li .act a i {
	margin-right:7px;
}

@media (max-width: 767px) {
	.topImage {
     width: calc(100% - 20px);
    height: auto;
    padding-top: 100px;
    
    background-repeat: repeat-x;
    background-position: bottom center;
    position: relative;
    background-size: cover;
    text-align: center;
    margin: 10px 10px;
}
	.topImage .container h1 {
		font-size: 24px;
    padding: 0 80px;
    width: 100%;
}
	.topImage .container h1:before {
    background-size: 70% auto;
}
	.topImage .container h1:after {
    background-size: 70% auto;

}
	.mainfile ul li {
		border:none !important;
		height:auto;
	}
	.mainfile ul li > div {
		padding:5px !important;
		font-size:14px !important;
		line-height:24px !important;
		border:none !important;
		text-align: left !important;
	}
	.mainfile ul li .load {
		text-align: center !important;
	}
	.mainfile ul li .act {
		text-align: center !important;
	}
.navbar {
     margin: 0;
    padding: 0;
    width: 100%;
    height: 85px;
	    position: absolute;
    top: 0;
    left: 0;
background: rgb(255 255 255 / 0%);
    border-top: 0px solid rgb(255 255 255 / 0%);
    border-color: rgb(3 169 244 / 0%);
}
.navbar .container {
        padding-top: 0px;
    padding-bottom: 0px;
}
.Sign-button a {
	color: #795548;
}
.Sign-button > div {

    text-shadow: 0px 0px 0px #333333;
}
}


.mainqtd {
}
.mainqtd .qtd{
	padding:5px 5px 5px 25px;
}
.mainqtd .qtd:nth-child(odd) {
	background-color: #F6F7FA;
}
.mainqtd .qtd .title {
	padding: 5px 0px;
    color: #2e89f1;
	font-size:22px;
}
.mainqtd .qtd .title span{
	margin-right:15px;
}
.mainqtd .qtd .title span.imp{
	font-size:16px;
}
.mainqtd .qtd .ands {
	padding: 5px 0px 5px 30px;
	position:relative;
}
.mainqtd .qtd .ands label{
	font-weight:normal;
	font-size:18px;
}
.mainqtd .qtd .ands input[type="text"] {
    height: 30px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mainqtd .qtd .ands label.error {
	display: none;
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    padding: 4px 8px;
    margin: 2px;
    position: absolute;
    right: 0px;
    bottom: 5px;
    z-index: 50;	
}
@media (max-width: 767px) {
	.mainqtd .qtd{
		padding:5px;
	}
}






#photo .image {
	cursor:pointer;
}


/*-- MESSAGE --*/
.message #sidebar,
.message #content{
	margin-bottom:20px;
	overflow: hidden;	
}
.message .inside {
    width: 100%;
    background-color: #FFF;
    padding: 20px;
	    border-radius: 25px;
}
.message .inside h3 {
    font-size: 23px;
    line-height: 22px;
    padding: 0px 0px 40px 0px;
    margin: 10px 0px;
    font-weight: 300;
    background-image: url(../images/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    text-align: center;
}
.message .inside p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.message .message_board ul li {
        background-color: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
    overflow: hidden;
	    border-radius: 25px;
}
.message .message_board ul li > div{
	padding:0;
}
.message .message_board ul li .Numbering {

    font-family: "Comic Sans MS", cursive;
    color: #6CC;
    overflow: hidden;
}
.message .message_board ul li .Parents {
	margin-bottom: 20px;
    padding-bottom: 20px;
	border-bottom: 2px #999 dotted;
    overflow: hidden;
}
.message .message_board ul li .School {

}
.message .message_board ul li .Parents span, 
.message .message_board ul li .School span {
	display:block;
	width:100%;
    overflow: hidden;
}
.message .message_board ul li .content {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 20px;
}
.message .message_board ul li .date {
    font-size: 10px;
    color: #999;
    text-align: right;
    letter-spacing: 3px;
}


/* ====== INDEX MODULE ====== */



/*-- 活動寫真 --*/


.edit-titles {
    width: 30%; 	text-align:center;
    margin: 30px auto;
	    float: left;
	
}
.edit-titles h3 {
margin: 10px 10px;
    font-size: 36px;
    font-weight: bold;
    display: block;
    color: #666;
    position: relative;
}
.edit-titles p {
	padding:5px 15px;
    font-size: 14px;
    text-align: center;
}


@media (max-width: 768px) {
.edit-titles h3 {
    font-size: 30px;
}
	
}

.edit-photo .edit-titles {
	margin: auto;
	float: none;
}

.edit-photo .edit-titles h3 {
	font-weight: bold;
    display: block;
    position: relative;
    margin: 0px 10px 0;
}








.edit-milieu .edit-titles h3 {
	font-weight: bold;
    display: block;
    position: relative;
    margin: 150px 10px 0;
}

.edit-milieu  .edit-titles h3:before {
    content: '';
    width: 120px;
    height: 120px;
    display: block;
    background: url(../images/nursery_title.png) no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: -130px;
    z-index: 2;
	    transform: translateX(-50%);
}
.owl-movebox {
	padding: 50px 0px;
	position:relative;
    width: 90%;
	    float: left;
		    margin: 0px 5%;
}
.owl-movebox .owl-controls {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-movebox .owl-nav{
	display: none;
}
.owl-movebox .owl-dots .owl-dot{
	display: inline-block;
	zoom: 1;
}
.owl-movebox .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-movebox .owl-dots .owl-dot.active span, 
.owl-movebox .owl-dots .owl-dot:hover span {
    background: #F00;
}

.owl-movebox .slide-box {
	margin:15px 30px; 
	position: relative;
	
	
}
.owl-movebox .slide-box .image {
	width:100%; 
	height:0px;
	padding-bottom:75%; 
	overflow: hidden; 
	position:relative;
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
	
	-webkit-mask-image: url(../images/room2.png);
    mask-image: url(../images/room2.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
	
}
.owl-movebox .slide-box .text,
.owl-movebox .slide-box .text > a {
    font-size: 14px;
    width: 100%;
    height: 100%;
	font-size:0;
	
}
.owl-movebox .slide-box .text > a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 0;
    z-index: 9999999;
}
.owl-movebox .slide-box .text {
	/* position: absolute; */
	/* top: 0; */
	/* left: 0; */
	/* padding: 15%; */
	/* color: #fff; */
	/* overflow:hidden; */
	/* text-align:center; */
	/* text-shadow: 1px 1px 1px rgba(0,0,0,0.5), 2px 2px 2px rgba(0,0,0,0.4), 3px 3px 3px rgba(0,0,0,0.3), 4px 4px 4px rgba(0,0,0,0.2); */
}
.owl-movebox .slide-box .text::before,
.owl-movebox .slide-box .text::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.owl-movebox .slide-box .text::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	
}
.owl-movebox .slide-box .text::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	
}
.owl-movebox .slide-box .text h2 {
	 font-size: 18px;
    padding: 15px;
    line-height: 25px;
}
.owl-movebox .slide-box .text::before,
.owl-movebox .slide-box .text::after {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.owl-movebox .slide-box:hover .image {
	opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.owl-movebox .slide-box:hover .text::before,
.owl-movebox .slide-box:hover .text::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.owl-movebox .slide-box .text:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.owl-movebox .slide-box:hover .text::after,
.owl-movebox .slide-box:hover .text h2 {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

/*-- 連絡我們 --*/
.edit-contact {
    height: 100%;
    
	padding:25px 0;
    overflow: hidden;
}
.edit-contact .edit-titles {
	color: #FFF;
	/* text-shadow: 2px 2px 2px rgba(0,0,0,0.4); */
}
.edit-contact .edit-group {
	max-width:1000px;
	margin: 25px auto;
    overflow: hidden;
    position: relative;
}
.edit-contact .edit-group a {
	display:block;
	width: 300px;
	overflow: hidden;
	text-align: center;
	margin: 2px auto 10px;
	border-radius: 5px;
	padding: 25px 0px;
	border: 3px solid #124a7d;
}
.edit-contact .edit-group a.fadeInLeft {
	color: #124a7d;
	float: right;
	font-weight: bold;
}
.edit-contact .edit-group a.fadeInRight {
	color: #124a7d;
	font-weight: bold;
	float: left;
}
.edit-contact .edit-group .title {
	display:block;
    font-size: 20px;
	padding:5px 0;
}
.edit-contact .edit-group .subtitle {
	display:block;
    font-size: 16px;
	padding:3px 0;
}

@media (max-width: 767px) {
	.edit-contact .edit-group a.fadeInLeft {
		float: none;
	}
	.edit-contact .edit-group a.fadeInRight {
		float: none;
	}
}


/*-- 首頁最新消息 環境 --*/



.edit-news {
    margin: 0px auto 0;
    /* overflow: hidden; */
    background-color: #b3a7c8;
    position: relative;
    float: left;
	width: 100%;
	    padding-bottom: 100px;
}


.edit-news > div {
	padding:0 0px;
	margin:0;
	
}
.edit-news .col-sm-7 {
    width: 55%;
}
.edit-news .col-sm-5 {
       width: calc(100% - 55% - 50px);
	margin-right: 50px;
}



@media (min-width: 480px) {

.edit-news > div {
	padding: 0 0px;
	margin:0;
}
}

.container-news {
   margin: 0px auto 0 !important;
    overflow: hidden;
    width: 1170px;
}


.edit-news .col-sm-7 .edit-titles {
	width:100%;
	margin:0;
	color: #000;
	display: none;
}
.edit-news .edit-titles h3,
.edit-news .edit-titles p{
	color:#666;
}
.edit-news .edit-titles{
z-index: 1;
    position: relative;
    font-size: 2.8rem;
    text-align: center;
    width: 100%;
    float: left;
}
.edit-news .edit-titles h3{
    font-weight: bold;
    display: block;
    position: relative;
    margin: 10px 10px 0;
}




.common_hg {
    margin-bottom: 20px;
    font-size: 10rem;
    font-family: 'Rock 3D', cursive;
}

.edit-news .edit-titles p {
    width: 100%;
    margin: auto;
}


.edit-news-list {
    padding: 3vw 0 0;
    position: relative;
    margin: 0vw 0 0 0;
    width: 100%;
    float: left;
	display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {

.edit-news .edit-titles {
    width: 100%;
}
.container-news {
     width: 100%;
}
.edit-news-list {

    width: 100%;
}
.edit-news .edit-titles p {
    width:  100%;
}
}


/*-- 最新消息列表 --*/
.H-news{
  
	    width: 100%;
    float: left;
    position: relative;
}

.H-news .H-news-by{
    padding: 100px 0 0px;
}

.news-box{
 background-color: #fff;
    width: 100%;
    float: left;
    padding: 7% 10%;
}
.edit-news-list .item{
      width: calc(50% - 40px);
    overflow: hidden;
    float: left;
    padding: 20px 80px 10px 30px;
    /* text-align: center; */
    margin: 10px 20px;
    z-index: 1;
    border-radius: 50px;
    position: relative;
}
.edit-news-list .item:before{
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../images/v.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    right:  20px;
    top: 30px;
    z-index: 2;
}
.edit-news-list .item:nth-of-type(1){
    background: #eee;
}
.edit-news-list .item:nth-of-type(2){
    background: #eee;
   
}
.edit-news-list .item:nth-of-type(3){
    background: #eee;
}
.edit-news-list .item:nth-of-type(4){
     background: #eee;
	 
}
.edit-news-list .item .paragra {
	float:left;
	width: 20%;
	   color: #000;
	    text-align: center;
}

.edit-news-list .item .paragra span {
display: inline-block;
    text-align: center;
    margin-right: 15px;
    font-size: 45px;
    line-height: 1;
    /* height: 45px; */
    font-family: 'Concert One', cursive;
	
}
.edit-news-list .item .paragra span + span {
	font-size: 20px;
	display:inline-block;
}
.edit-news-list .item .chat {
    float: left;
    width: calc(100% - 20%);
    margin-top: 0px;
}
.edit-news-list .item .chat a{
	    color: #000;
    font-weight: 700;
}
.edit-news-list .item .chat h3,
.edit-news-list .item .chat p {
	width:100%;
	overflow:hidden;
	
}
.edit-news-list .item .chat h3 {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    margin: 0px auto 5px;
    padding: 0;
    letter-spacing: 2.6px;
}
.edit-news-list .item .chat p {
font-size: 1.6rem;
    line-height: 2.8rem;
     height: 30px;
    margin-top: 0;
    padding: 0;
    margin: 0 0 0px;
}

@media (max-width: 768px) {
.edit-news-list .item {
       width: calc(100% - 20px);
    margin: 10px;
}
.edit-news-list .item .chat h3 {
    font-size: 1.8rem;
    letter-spacing: 0px;
}	
	.edit-news-list .item .chat p {
    font-size: 1.4rem;
    line-height: 2.5rem;
    height:auto;
    padding: 0;
}
.edit-news-list .item:nth-of-type(2){
    margin-top: 0px;
}

.edit-news-list .item:nth-of-type(4){
	    margin-top: 0px;
}
		.common_hg {
    margin-bottom: 20px;
    font-size: 7rem;
			  letter-spacing: -4px;
}
.edit-news .edit-titles p {
    width: 80%;
    margin: auto;
}	
	}




@media (max-width: 420px) {
.edit-news-list .item {
    width: calc(100% - 20px);
    margin: 10px;
	    padding: 20px 20px 10px 30px;
}
.edit-news-list .item .paragra {
    width: 80px;
    margin-right: 0px;
}
.edit-news-list .item .chat {
    float: left;
    width: calc(100% - 0px);
    margin-top: 0px;
}
	.common_hg {
     margin-bottom: 20px;
    font-size: 5rem;
    letter-spacing: -7px;
}

.edit-news .edit-titles p {
    width: 90%;
    margin: auto;
}
	}


.by-scroll {position: absolute;left: 50%;top: 50%;font-weight: 700;font-size: 5em;width: 100%;color: #f4efec;transform: translate(-50%, -50%);opacity: .5;}


.by-scroll h6 {font-size: 2em;text-transform: uppercase;font-family: 'Rock 3D', cursive;}




/*-- 紐--*/
.btn-6:before,
.btn-6:after {
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-6 {
     color: #fff;
    position: relative;
    padding: 10px;
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    max-width: 180px;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 2;
    border-radius: 49px;
    background: #736a63;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-6:before {
     content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 0;
    height: 100px;
    background: #fde070;
    z-index: -1;
}
.btn-6:hover {
	color: #fff;
}
.btn-6:hover:before {
  width: 180px;
}
.btn-6:active {
  background: #736a63;
}


/*-- 首頁最新消息 環境 --*/
.edit-milieu {
    margin: 0px auto 0px;
    overflow: hidden;
    width: 1170px;
	padding-bottom: 80px;
	    position: relative;
	z-index: 3;
}
.edit-milieu .fullSlide .tempWrap {
    -webkit-mask-image: url(../images/room.png);
    mask-image: url(../images/room.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;   
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}



/*-- 環境輪撥 --*/
.fullSlide{
	width: 70%;
	position: relative;
	overflow: hidden;
	    float: left;
	/* border-radius: 10px; */
	/* box-shadow: 1px 1px 1px 1px rgba(150, 150, 150, 0.8); */
	/* margin: 30px 0px; */
}
.fullSlide .hd>ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: table;
	/* background-color: #fff; */
}
.fullSlide .bd{ 
	position:relative; 
	z-index:0;  
}
.fullSlide .bd li{
	width:100% !important;
	height:700px;
	/* border-radius: 10px; */
	background-color: #f8fafc;
	background-size: cover !important;
	overflow:hidden;
	height: 700px!important;
}
.fullSlide .hd{ 
	position: absolute;
	bottom:0;
	width:100%;  
	z-index:1; 
	padding: 10px; 
	text-align: right;
	background: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
.fullSlide .hd ul li{ 
	cursor:pointer; 
	display:inline-block; 
	*display:inline; 
	zoom:1; 
	width:12px; 
	height:12px; 
	background-color: #795548; 
	margin: 2px 5px;
	border-radius: 50%;
	overflow:hidden;
	line-height:9999px; 
	filter:alpha(opacity=40);
	opacity:0.4; 
}
.fullSlide .hd ul .on{ 
	filter:alpha(opacity=100);
	opacity:1;  
}


@media (max-width: 768px){
.edit-milieu {
    width: 100%;
	padding-bottom: 70px;
}
.fullSlide {
    width: 100%;
    z-index: 10;
}	
}




/*----*/
.cbp-mc-form label {
    display: block;
    padding: 20px 5px 5px 2px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}
.cbp-mc-form label.checkbox-inline {
    display: inline-block;
	padding: 3px 0px 3px 30px;
	margin:0;
}
.cbp-mc-form .w50 {
	margin-left: 10px !important;
    width: 130px !important;
    display: inline-block !important;
}
.cbp-mc-form input[type=text],
.cbp-mc-form textarea,
.cbp-mc-form select {
	line-height: 1.5;
	font-size: 14px;
	padding: 10px 10px;
	color: #000;
	display: block;
	width: 100%;
	background: #FFF;
	    border-radius: 10px;
}
.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #999;
}
.cbp-mc-form textarea {
	min-height: 134px;
}
.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #CC0000;
}
.cbp-mc-form select:focus {
	outline: none;
}
.cbp-mc-form input[type=radio] {
    margin: 10px;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 32px;
	clear: both;
}
.cbp-mc-form input.cbp-mc-submit {
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px 15px 40px;
	font-size: 14px;
	border-radius: 2px;
	letter-spacing: 10px;
	background-color: #054682;
}
.cbp-mc-form input.cbp-mc-submit:hover {
	background-color: #000000;
}
.cbp-mc-form .cbp-mc-column > div {
	position:relative;
	margin-bottom:15px;
}
.cbp-mc-form label.error {
	display: none;
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
    line-height: 19px;
    padding: 4px 8px;
    margin: 2px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;	
}
.cbp-mc-form .err_str{
	height:18px
}


/* ====== 底部宣告 ====== */
.footer {
	    width: 100%;
    height: auto;
position: relative;
  
	
}

.footer-info {
    width: 100%;
    padding-top: 40px;
    height: auto;
    padding-bottom: 40px;
    background: url(../images/dots_hr.svg) repeat-x left bottom;
    background-size: 10px auto;

}

.footer-info ul li.title {
    margin-bottom: 7px;
    font-size: 16px;
        color: #FFEB3B;
}
.footer-info ul li.text {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.footer-info ul li.text a {
    font-size: 16px;
       color: #ffffff;
    text-decoration: none;
}
.footer-info ul li.title a {
    font-size: 16px;
        color: #000;
    text-decoration: none;
	letter-spacing: 3px;　
}
.footer-info-text {
     
   
}
.footer-info-text  h3{
font-family: 'Concert One', cursive;
    font-size: 8rem;
	color: #fff;
}
@media (max-width: 420px) {
	.footer-info-text  h3{
font-family: 'Concert One', cursive;
    font-size: 4rem;
	color: #fff;
}
}

footer {
    width: calc(100% - 0px);
    float: left;
    position: relative;
    margin: 0px 0px 0px;
    background-color: #d6d6d6;
}



footer p {
    font-size: 14px;
    text-align: left;
	margin-bottom: 0px;
}
footer .social{
    text-align: left;
    margin-bottom: 20px;
	    font-size: 1.4rem;
}
footer .social a {
    width: 31px;
    height: 31px;
    position: relative;
    text-align: center;
    color: #FFF;
    display: inline-block;
    margin-right: 5px;
    line-height: 28px;
    font-size: 16px;
    border: 1px solid #FFF;
}
footer .social a:hover {
    background: #202020;
    color: #FFF;
}
footer .social a i{
    line-height: 28px;
}


@media screen and (max-width:768px) {
footer {
    width: calc(100% - 0px);
    margin: 0px 0px 0px;
   
}
}




.foote-logo{
    text-align: center;
    margin-bottom: 30px;
	width: 50%;
    margin: auto;
    display: block;
    margin-bottom: 30px;
	padding-bottom: 30px;
	position: relative;
}
.foote-logo img{
        width: 200px;
    position: relative;
    top: -20px;
}

.footer-Information{
   text-align: center;
    width: 100%;
	margin: 0 auto 0px;
}
.footer-Information a{
	color: #000;
}
.footer-Information li {
	    margin-bottom: 10px;
    font-size: 1.8rem;
    margin-right: 10px;
    line-height: 2;
    padding-left: 20px;
    position: relative;
    display: inline-block;
	}


@media (max-width: 768px) {
	
.foote-logo{
    width: 100%;
    
}
.footer-Information {
    text-align: left;
}
	
}




/*--　分頁　--*/
.quotes{
	clear:both;
	width:100%;
	padding:10px 0 50px;
	text-align:center;
	overflow:hidden;
	    background-color: #eee;
}
#pageline a {
    border: 1px solid #096;
    display: inline-block;
    color: #096;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.pagination {
	margin: 10px 0;
}


/*----*/
.boot-text-center {
	    text-align: center;
}
.boot-text-left {
	text-align:left;
}
.boot-text-right {
	text-align:right;
}
.navbar-inverse .navbar-collapse {
    border-color: #101010;
    width: 100%;
    float: left;
    background-color: rgb(255 255 255 / 0%);
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	    color: #fff8b6;
    text-align: center;
	}
	
	.Sign-button {
		position: absolute;
		top: 0px;
		right: 50px;
		width: auto;
		cursor: pointer;
		border: 1px none #FFF;
		color: #000;
		margin-top: 15px;
		margin-right: 13px;
		margin-bottom: 8px;
	}
	.Sign-button .signin {
    display: block;
    background-image: none;
    padding: 8px 0px;
    /* margin: 0; */
    border: none;
    font-size: 0;
    height: 33px;
    line-height: 20px;
	border-radius: 4px;
    background-color: #81D4FA;
		    display: none;
}
	
.Sign-button .signin i {
		font-size:18px;
	}
		
.boot-text-left {
		text-align:right;
	}	
.boot-text-right {
		text-align:left;
	}
.by {
		    margin: 20px;
    margin-bottom: 0px;
	}
.intermediate .word {
		width:auto;
    	margin:15px auto;
	    overflow:hidden;
	}
.intermediate .word img{
		width:auto !important;
		height:auto !important;
		max-height: 100% !important;
		max-width:100% !important;
	}	
.edu .edu-image-box {
		width:33.3333333333%;
	}	
.Article .Date{
		width: 20%;
	}
.Article .Text {
		width: 78%;
	}	
}
.container-box {
        width: 1170px !important;
        margin: auto;
        padding: 30px 30px 30px;
        background-color: #fff;
        margin-bottom: 100px;
        border-radius: 0 0 50px 50px;
        margin-top: 80px;
        position: relative;
    }
@media (max-width: 1170px) {
.container-box {
    width: calc(100% - 30px) !important;
    margin: 15px;
    padding: 0px 0px 0px;
    background-color: #fff;
    margin-bottom: 100px;
    border-radius: 0 0 50px 50px;
    margin-top: 0px;
    position: relative;
    }
   }	
@media (min-width: 768px) {
body {
		min-width:1170px !important;
	    overflow-x: hidden;
	}
.navbar.top-nav {
	
	background-color: #fde070;
    border-color: #fde070;
    height: 75px;
    width: calc(100% - 40px);
    margin: 10px 20px ;
    border-radius: 50px;
    box-shadow: 0 5px 5px rgb(0 0 0 / 15%);
	}
.navbar.top-nav .navbar-nav > li > a {
		    color: #795548;
	}
.navbar-inverse{
		border:none;
	}
.navbar-header {
		width:100%;
		
	}	
	.navbar-nav > li > .dropdown-menu {
		    color: #999999;
    background-color: #565656;
    padding: 10px;
    border: none;
    margin-top: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
	}
.dropdown-menu > li {
	
	}
.dropdown-menu > li + li {
		      border-top: 1px solid #706e6e;
	}
.dropdown-menu > li > a {
	    color: #fbfbfb;
    padding: 8px 10px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
		text-decoration: none;
		color: #FFEB3B;
		background-color: transparent;
	}

#container{
		padding-top:0px;
	}
	

.container {
		width: 1170px !important;
	}

.navbar-inverse .container {
		width: 100% !important;
		    padding-right: 0px;
    padding-left: 0px;
	    padding-top: 0px;
	}

.web-env,
.web-message,
.web-video,
.web-activity,
.web-classlist{
/*	background: #F0EDE4;*/
}

.web-env .by{
}

	
	

}

@media (max-width: 1170px) {
.container {
		width: 100% !important;
	}
   }
	
@media (max-width: 767px) {
	.navbar-brand img {
    max-height: 90px;
    position: absolute;
    z-index: 800;
    top: 0px;
		    left: 0px;
    margin-left: 0px;
    margin-top: 0px;
	border-radius: 0 0 0px 0;
}

	.navbar-nav {
   height: auto;
    width: 100%;
	margin: 0px 0px;
}
.navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
}
	.navbar-inverse .navbar-nav > li > a {
    font-size: 2.4rem;
		  font-weight: 300;
		color: #ffffff;
    
}
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: rgba(0, 0, 0, 0);
    background: #7887d3;
    width: 100%;
    z-index: 1000;
    position: absolute;
    top: 0px;
    padding: 100px 0 80px;
    position: fixed;
		
		
}
.Sign-button .signin i{
		    display: none;
		}
		.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
   max-height: 100vh;
}
}
@media (max-width: 767px) {
.edit-news .col-sm-7 {
    width: 100%;
}
.edit-news .col-sm-5 {
    width: 100%;
    margin-right: 0px;
}
.edit-titles {
     width: 100%; 
    text-align: center;
    margin: 0 auto;
    color: #000;
}
.fullSlide .bd li {
    width: 100% !important;
    height: 350px;
    /* border-radius: 10px; */
    background-color: #f8fafc;
    background-size: cover !important;
    overflow: hidden;
    height: 350px!important;
}
.owl-movebox {
 padding: 40px 0px;
    position: relative;
    width: 84%;
    float: left;
    margin: 0px 8%;
}
.edit-news {
    margin: 0px 0 0px;
    
}
.edit-news .col-sm-7.col-xs-12:after{
	position:absolute;
	z-index:1000;
	right: -1px;
	top: 0;
	width:100%;
	height:100%;
	content:"";
	background-image:url(../images/asdfsdafdsaf.png);
	background-size:auto 100%;
	pointer-events:none;
	background-position:right top;
	background-repeat: no-repeat;
	}
	.navbar-inverse .navbar-nav li.open > a, .navbar-inverse .navbar-nav li.open > a:hover, .navbar-inverse .navbar-nav li.open > a:focus {
       background-color: #ffffff1c;
    color: #f7ec8d;
}
	.dropdown-menu{
		    font-size: 18px;
    list-style: none;
			}
			.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
}
#st7 {
	padding-top: 0px;
}
}

#st5:before {
    /* padding: 50px 50px 50px 50px; */
    /* position: relative; */
    width: 48%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top:0;
    content: "";
}

#st5:after {
   position:absolute;
   z-index: 1;
   right: calc(47% - 1px);
   top: 0;
   width:100%;
   height:100%;
   content:"";
   background-image:url(../images/asdfsdafdsaf.png);
   background-size:auto 100%;
   pointer-events:none;
   background-position:right top;
   background-repeat: no-repeat;
}

#st3 .col-sm-12.col-xs-12.albums-box.img-25{
	background-attachment: fixed!important;
	background-image: url(../images/kids-2985782.jpg)!important;
	background-position: center center!important;
	background-size:cover!important;
}


#st6 h3 {
    color: #124a7d!important;
}

#st6 p {
    color: #124a7d!important;
}













.Main_Video video {
    display: -webkit-box;
    vertical-align: baseline;
    width: 100%;
	padding: 0;
    margin: 0px;
}



.Home-computer {
   display:block;
}

.Home-response {
  display:none;
}
@media (max-width: 767px) {
.Home-computer {
    display:none;
}

.Home-response {
  display:block;
}
	}












.-sq .-inner {
	clip-path: url(#mask-sq);
	-webkit-clip-path: url(#mask-sq)
}


.-sq .-inner2 {
	clip-path: url(#mask-main);
	-webkit-clip-path: url(#mask-main)
}

.-sq .-inner3 {
	clip-path: url(#mask-w);
	-webkit-clip-path: url(#mask-w)
}




	.photo_img img {
		box-sizing: border-box;
		transition:all .7s ease 0s;
		height: 250px;
 }
		.photo_img img:hover {box-sizing: border-box;
          box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
-webkit-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
-moz-box-shadow: 1px 0px 15px -3px rgba(0,0,0,0.53);
        }

        .photo_nr {
              display: flex;
    align-items: center;
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px 50px;
			    position: relative;
        }
.photo-letter-box {
     width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
	margin-top: 50px;
        }
 
.photo-letter {
    text-align: right;
    z-index: 1;
        }
 

         .photo_nr ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .photo_nr ul li {
            float: left;
            margin: 0 10px;
            line-height: 30px;
            text-align: center;
        }

        .photo_nr p {
            padding: 0;
            margin: 0;
        }

@media screen and (max-width:768px){

	.photo_img img {
		    height: 200px !important;
		    clip-path: url(#mask-sq);
    -webkit-clip-path: url(#mask-sq);
		
 }
	
.photo-letter-box {
    max-width: 80%;
        }
 
.photo-letter {
text-align: left;
    z-index: 1;
    padding-left: 30px;
        } 	
	.photo-letter h2{
font-size: 24px;
		    font-weight: 700;
        }
	}

     .H-milieu-box a {
		 
 
        }







.top_concept .h-btn { position: relative; width: 285px; height: 285px; border-radius: 50%; overflow: hidden; margin: -60px 0 0 3.6vw; }

.btn_ph img { width: 100%; }
.btn_txt { position: absolute; top: 50%; left: 50%; text-align: center; font-size: 1.7rem; width: 90px; height: 90px; box-sizing: border-box; border-radius: 50%;  -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.btn_txt:after { content: ""; display: block; width: 90px; height: 90px; border-radius: 50%; border: 2px solid #333; background: #fff; box-sizing: border-box; }
.btn_txt span { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); z-index: 2; }


    .btn_txt:after,
    .page_nav a:after{ -webkit-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background 0.2s cubic-bezier(0.19, 1, 0.22, 1); transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), background 0.2s cubic-bezier(0.19, 1, 0.22, 1); }
    .h-btn a:hover .btn_txt:after,
    .item:hover .btn_txt:after,
    .page_nav a:hover:after{ background: #333; -webkit-transform: scale(1.35); transform: scale(1.35);  }
    .btn_txt span,
    .page_nav a span{ -webkit-transition: color 0.2s cubic-bezier(0.19, 1, 0.22, 1); transition: color 0.2s cubic-bezier(0.19, 1, 0.22, 1); }
    .h-btn a:hover .btn_txt span,
    .item:hover .btn_txt span,
    .page_nav a:hover span{ color: #fff; }





.box-by {
   width: 100%;
    background-color: #eee;
    position: relative;
     padding: 50px 0 100px; 

}




.navbar-nav > li:nth-child(2) {
	display: none;
 
}



.wide_standard {
    position: relative;
}

.wide_standard:after {
    content: '';
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
    left: 0;
	background-color: #b3a7c8;
   
}



@media screen and (max-width: 768px){

.wide_standard .edit-milieu:after {
    height: 32vw;
    background-size: auto 100%;
}

}







.foote-logo{
   font-size: 2.2rem;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    width: 40%;
    border-radius: 100px;
    margin: auto;
    display: block;
    margin-bottom: 30px;
        background-color: #fff;
    color: #000;
}	
.footer-Information{
   text-align: center;
    width: 100%;
	margin: 0 auto 50px;
}
.footer-Information li {
	    margin-bottom: 10px;
    font-size: 1.8rem;
    margin-right: 10px;
    line-height: 2;
    padding-left: 50px;
    position: relative;
    display: inline-block;
	
	
	}
.footer-Information li:before{
   vertical-align: middle;
    display: inline-block;
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 1;
    background-size: 100%;
    background-position: center center;
}





@media (max-width: 768px) {
.foote-logo {
    font-size: 1.6rem;
    width: 90%;
}
.footer-Information li:before {
    width: 15px;
    height: 15px;
}	
.footer-Information li {
    font-size: 1.4rem;
    line-height: 2;
    padding-left: 30px;
    display: block;
	text-align: left;
}
	.footer-Information li a {
  color: #fff;
}

	}




.wrapper-2 h2 {
     font-size: 20px;
}
.wrapper-2 figure {
    padding: 0px;
    position: relative;
    overflow: hidden;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-mask-image: url(../images/room2.png);
    mask-image: url(../images/room2.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}




.mascot{
	    width: 400px;
    position: absolute;
    float: right;
    bottom: 0px;
    right: 100px;
    z-index: 23;
}


@media (max-width: 460px) {
.mascot{
        width: 200px;
        bottom: -50px;
        right: 20px;
        z-index: 23;
}

}
#main-wrapper{
    position: relative;
}

#main-wrapper:before{
    content: '';
    width: 100%;
    height: 300px;
    display: block;
    background: url(../images/footer-by.svg) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}



.Sideline{
	background-color: #fafafa;
    padding: 5px;
    border: 1px solid #CCC;
    padding: 10px;
    border-radius: 30px;
    border: solid 3px #f3f3f3;
	padding: 20px 20px;
	margin-bottom: 40px;
}
.Sideline p {
	margin-left: 30px;
}
.Sideline p span{
	font-weight: bold;
}
.Sideline .teacher-map {
border-radius: 20px;
overflow: hidden;
}
.Sideline .teacher-map img {
width: 100%;	
}