*{
	position: relative;
	box-sizing: border-box;
}
/*-------------------------*/
/* $隱藏
---------------------------*/

.u-md-block {
    display: none !important;
}

.u-md-none {
    display: block !important;
}
@media (min-width: 901px) {
    .u-md-block {
        display: block !important;
    }

    .u-md-none {
        display: none !important;
    }
}
/*-------------------------*/
/* $uick-link  */
/*-------------------------*/

.quick-link{
    z-index: 100;
}
.quick-link ul li {
    opacity: 1;
}
/*-------------------------*/
/* $Bg */
/*-------------------------*/
.bg {
    z-index: -5;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../image/banner/banner-2.jpg);
    background-position: center;
}

.bg:before {
    background-image: -o-linear-gradient(left, #1d232f 0%, #1a1a1a 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#1d232f), to(#1a1a1a));
    background-image: linear-gradient(90deg, #1d232f 0%, #1a1a1a 100%);
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.3;
}

section#hero {
    background-color: #fff;
}
section.about {
    background-color: #fff;
}
#service {
    background-color: #fff;
}
#weddingFlower {
    background-color: #fff;
    padding-top: 150px;

}
/*-------------------------*/
/* $laylout
---------------------------*/

.row-jeff {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-6-jeff {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
}
@media (min-width: 992px) {
    .col-lg-4-jeff {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-3-jeff {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/*-------------------------*/
/* $header */
/*-------------------------*/
.h-header .navbar {
    background-color: rgba(255, 255, 255, 0.75);
}

.h-header .navbar .nav-item .nav-link {
    color: #707070;
}

/*-------------------------*/
/* $ABOUT
---------------------------*/
section.about .content-wrap {
    background-color: #fff;
}
section.about .content-wrap .txt p {
    color: #444;
}
.content-wrap {
    z-index: 100;
}
section.about .image-wrap {
    background: url(../image/about.jpg) no-repeat center right/cover, #4242428c;
}
section.about .image-wrap .logo {
    background: url(../image/logo.png) no-repeat center/contain;
}



/*-------------------------*/
/* $Thumbnail 
---------------------------*/
/* imgbox */
.imgbox {
    width: 100%;
    display: block;
    overflow: hidden;
}
.imgbox__inner {
    width: 100%;
    height: 0;
    position: relative;
}
.imgbox__inner-4-3 {
    padding-top: calc(100% * 3 / 4);
}
.imgbox__inner .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.thumbnail .imgbox_a {
    width: 100%;
}
/* Thumbnail */
.thumbnail {
    border: 1px solid rgb(163, 163, 163);
    position: relative;
    color: #353630;
    margin-bottom: 16px;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    background-color: #fafafa;

    border-radius: 4px;
    /* box-shadow: 0 3px 10px rgb(0 0 0 / 50%); */
}
.thumbnail__title {
}
.thumbnail__preview {
}
.thumbnail__btn-group .btn {
    margin-bottom: 0;
}

/*-------------------------*/
/* $服務項目
---------------------------*/
.serviceItems .container {
    width: 100%;
    max-width: 90%;
}

/*-------------------------*/
/* $Service Items 
---------------------------*/

.serviceItems {
    padding-top: 80px;
    padding-bottom: 80px;

    color: rgba(188, 158, 108, 1);
}
.info-First {
    height: 100%;
}

.info-First .info {
    height: 100%;
    background-color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.serviceItems .info__title {
    color: #fafafa;
    font-size: 32px;
    margin-bottom: 24px;
}
.serviceItems .u-md-none .info__title {
    color: #707070;
}
.serviceItems .u-md-none .info .info__subtitle {
    color: #707070;
}
.serviceItems .container {
    width: 100%;
    max-width: 90%;
}

.serviceItems .container [class^="row"] {
    margin: 0px -8px;
}

.serviceItems .container [class^="col-"] {
    padding: 0px 8px;
}

@media (max-width: 991px) {
    .serviceItems {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
.serviceItems .u-md-block .info {
  
    padding: 30px;
}

.serviceItems .info .info__subtitle {
    /* text-align: center; */
    color: #fff;
    font-size: 24px;
}

.serviceItems .info .info__text {
    color: #eee;
    letter-spacing: 1px;
    margin-top: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
    font-size: 18px;
}

.serviceItems .info .btn_block {
    /* margin-top: 233px; */
}
.serviceItems .info .btn_block .soul_btn .soul_btn_a {
    font-family: "Oswald", sans-serif;
    color: #eee;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

/* layout */
.icon-container {
    padding: 80px 0px;
}
/* img */
.serviceItems .imgbox {
    width: 100%;
    border: 1px solid #d4d4d4;
}
.serviceItems .imgbox .imgbox_serviceItems {
    padding-top: 100%;
}

/* thumbnail box */
.thumbnail_box {
    margin-bottom: 16px;
}
/* text */
.thumbnail__info {
    width: 100%;

    padding-left: 0px;
    padding: 0px 15px 10px 15px;
    /* background-color: #f1f1f1; */

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 240px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.thumbnail__info h6.thumbnail__title {
    margin-top: 0px;

    padding-top: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 22px;
    color: #707070;
}

.thumbnail__info p.thumbnail__preview {
    line-height: 23px;
    color: #444;
    /* font-size: 18px; */
    /* padding-bottom: 16px; */
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    text-align: left;
}

.thumbnail__info .thumbnail__text {
    border-top: 1px solid #d4d4d4;
    color: #444;
    opacity: 0.8;
    font-size: 15px;
    letter-spacing: 0.26px;
    padding: 10px 0 0;
    position: relative;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    text-align: left;
}
.thumbnail__info .thumbnail__text span {
    color: #a9a9a9;
    margin: 0 3px;
}
/*-------------------------*/
/* $hero
---------------------------*/

section#hero img{
    /* width: 100%; */
    height: 100vh;
    object-fit: cover;
    
}


.hero_content {
   
    position: relative;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}




@media (min-width: 769px){
	section#hero h1 {
        font-size: 3rem;
        font-family: "微軟正黑體",sans-serif;
    }
}
@media (max-width: 768px){
	section#hero h1 {
        font-size: 2rem;
        font-family: "微軟正黑體",sans-serif;
    }
    section#hero hr{
        border: 1px solid #fff;
    }
}

.service-title h3 span:before {
    background-color: #707070;
}
.h-header .navbar .nav-item:hover a span {
    color: #fff;
}
.h-header .navbar .nav-item .nav-link span{
    background-color: #707070;
}
/*-------------------------*/
/* $jumbotron
---------------------------*/



.jumbotron{
    padding: 0px;
}
.jumbotron__item{

}
.jumbotron__item .image{
	min-height: 72vh;
	background-size: cover;
	background-position: center;
}

/* Carousel Style */
@media (max-width: 768px){
	.owl-theme .owl-nav{
		display: none;
	}
}
.owl-theme .owl-nav .owl-prev,.owl-theme .owl-nav .owl-next{
	position: absolute;
	top: -36vh;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	/* background-color: #fff; */
	box-shadow: 0 3px 10px rgba(0,0,0,0.5);
	/* opacity: 0.5; */
	transition: all 0.3s;
}
/* .owl-theme .owl-nav .owl-prev:hover,.owl-theme .owl-nav .owl-next:hover{
	opacity: 1;
} */
.owl-theme .owl-nav .owl-prev{
	left: 24px;
	background-image: url("../image/slider-arrows-prev.png");
	background-size: cover;
	background-position: right;
    z-index: 10;
}
.owl-theme .owl-nav .owl-next{
	right: 24px;
	background-image: url("../image/slider-arrows-next.png");
	background-size: cover;
	background-position: left;
    z-index: 10;
}
.owl-theme .owl-dots{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 24px;
}
.owl-theme .owl-dots .owl-dot{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	margin: 0 4px;
	background-color: rgba(256,256,256,0.5);
}
.owl-theme .owl-dots .active{
	background-color: #b5f7ff;
}



/*-------------------------*/
/* $服務流程 
---------------------------*/

.order {
    position: relative;
    background-repeat: no-repeat;
    background-repeat: inherit !important;
    background-size: cover !important;
    background-position: center !important;
}
@media (min-width: 1200px) {
    .order {
        background-attachment: fixed !important;
    }
}
.order::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;

    background: rgba(0, 0, 0, 0.4);
}
.order .container {
    max-width: 1010px;
}
.flowerLife_wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.order .flowerLife_wrapper .title {
    color: #ffffff;
    text-shadow: #000000 1px 1px 6px;
    text-align: center;
    line-height: 1.6em;
    z-index: 10;
    opacity: 0.8;
    padding-top: 16px;
}
.order .flowerLife_wrapper h4 {
    color: #ffffff;
    text-shadow: #000000 1px 1px 6px;
    text-align: center;
    line-height: 1.6em;
    z-index: 10;
    opacity: 0.8;
    padding-top: 16px;

    padding-bottom: 4px;
    letter-spacing: 1.5px;
    font-size: 24px;
}

.order .flowerLife_wrapper h2,
.order .flowerLife_wrapper p {
    color: #fff;
    text-shadow: #000000 1px 1px 6px;
}

.order .flowerLife_wrapper a {
    display: inline-block;
    text-align: center;
    width: 100px;
    height: 100px;
    line-height: 98px;
    margin: 16px;
    border-radius: 50%;
    color: rgba(0, 0, 0, 0.6);
}
.order_content{
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.order .flowerLife_wrapper a:hover {
    color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
    .flowerLife .flowerLife_wrapper .icon_dried_shrimp a,
    .flowerLife .flowerLife_wrapper .icon_pinkoi a
    {   
        line-height: 85px;
        width: 100px;
        height: 100px;
    }
    .flowerLife .flowerLife_wrapper a {
        width: 80px;
        height: 80px;
        line-height: 78px;
    }
    .flowerLife_ig {
        font-size: 40px;
        background-color: #fff;
    }
    .flowerLife_fb {
        font-size: 40px;
        background-color: #fff;
    }
    .flowerLife_line {
        font-size: 40px;
        background-color: #fff;
    }
    .flowerLife .flowerLife_wrapper a {
        margin: 16px 3px;
    }

  
    .flowerLife_pinkol svg {
        margin-top: 0px;
    }
    .icon_dried_shrimp img {
        margin-top: 0px;
    }
}

@media (max-width: 576px) {
    .flowerLife .flowerLife_wrapper .icon_dried_shrimp a,
    .flowerLife .flowerLife_wrapper .icon_pinkoi a
    {   
        line-height: 85px;
        width: 80px;
        height: 80px;
    }
    .flowerLife .flowerLife_wrapper  .icon_dried_shrimp a img {
        width: 35px;
        display: inline-block;
        
    }
    .flowerLife .flowerLife_wrapper  .icon_pinkoi a svg {
        width: 65px;
        display: inline-block;
        
    }
    .flowerLife .flowerLife_wrapper a {
        width: 60px;
        height: 60px;
        line-height: 58px;
    }
    .flowerLife_ig {
        font-size: 30px;
        background-color: #fff;
    }
    .flowerLife_fb {
        font-size: 30px;
        background-color: #fff;
    }
    .flowerLife_line {
        font-size: 30px;
        background-color: #fff;
    }
    .flowerLife .flowerLife_wrapper a {
        margin: 16px 3px;
    }
    .flowerLife_pinkol svg {
        margin-top: -12px;
    }
    .icon_dried_shrimp img {
        margin-top: -12px;
    }
}
@media (max-width: 375px) {
    .flowerLife .flowerLife_wrapper .icon_dried_shrimp a,
    .flowerLife .flowerLife_wrapper .icon_pinkoi a
    {   
        line-height: 85px;
        width: 60px;
        height: 60px;
    }
    .flowerLife .flowerLife_wrapper  .icon_dried_shrimp a img {
        width: 35px;
        display: inline-block;
        
    }
    .flowerLife .flowerLife_wrapper  .icon_pinkoi a svg {
        width: 65px;
        display: inline-block;
        
    }
    
    .flowerLife .flowerLife_wrapper .icon_dried_shrimp a,
    .flowerLife .flowerLife_wrapper .icon_pinkoi a
    {   
        line-height: 85px;
        width: 80px;
        height: 80px;
    }
    .flowerLife .flowerLife_wrapper a {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .flowerLife_ig {
        font-size: 24px;
        background-color: #fff;
    }
    .flowerLife_fb {
        font-size: 24px;
        background-color: #fff;
    }
    .flowerLife_line {
        font-size: 24px;
        background-color: #fff;
    }
    .flowerLife .flowerLife_wrapper a {
        margin: 16px 3px;
    }
    .flowerLife_pinkol svg {
        margin-top: -12px;
    }
    .icon_dried_shrimp img {
        margin-top: -12px;
    }
}

/* order button  */
#order button {
    background: #fff;
    color: #B69C8D;
    border: 3px solid #fff;
    border-radius: 50px;
    padding: 1rem 4rem;
    font: 25px "Margarine", sans-serif;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
    letter-spacing: 2px;
  }
  @media (max-width:576px) {
    #order button {
      font-size: 19px;
      padding: 0.8rem 3rem;
    }
    #order .order_content{
      width: 100%;
      height: fit-content;
      color: #fff;
      line-height: 2rem;
      font-size: 14px;
      letter-spacing: 0.1rem;
    }
  }
  #order button:hover {
    color: #9b8071;
    transform: scale(1.1);
  }
  
  #order .name {
    width: 100%;
    text-align: center;
    padding: 0 0 3rem;
    padding-top: 4rem;
    font: 500 14px "Rubik", sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  }
  
  #order .button-parrot .parrot {
    position: absolute;
    width: 60px;
    text-align: center;
    animation: blink 0.8s infinite;
    color: transparent;
  }
  
  #order .button-parrot .parrot:before {
    content: "Click Me!";
  }
  
  #order .button-parrot .parrot:nth-child(1) {
    top: -30px;
    left: -40px;
    font: 12px/1 "Margarine", sans-serif;
    transform: rotate(-20deg);
    animation-duration: 0.5s;
  }
  
  #order .button-parrot .parrot:nth-child(2) {
    font: 12px/1 "Margarine", sans-serif;
    right: -40px;
    top: -20px;
    transform: rotate(15deg);
    animation-duration: 0.3s;
  }
  
  #order .button-parrot .parrot:nth-child(3) {
    font: 16px/1 "Margarine", sans-serif;
    top: -60px;
    left: 15px;
    transform: rotate(10deg);
    animation-duration: 1s;
  }
  
  #order .button-parrot .parrot:nth-child(4) {
    font: 18px/1 "Margarine", sans-serif;
    top: -70px;
    left: 95px;
    transform: rotate(2deg);
    animation-duration: 0.7s;
  }
  
  #order .button-parrot .parrot:nth-child(5) {
    font: 14px/1 "Margarine", sans-serif;
    top: 80px;
    left: 105px;
    transform: rotate(-20deg);
    animation-duration: 0.8s;
  }
  
  #order .button-parrot .parrot:nth-child(6) {
    font: 12px/1 "Margarine", sans-serif;
    top: 80px;
    left: 5px;
    transform: rotate(10deg);
    animation-duration: 1.2s;
  }
  
  #order .button-parrot button:hover .parrot:before {
    content: "Do it!";
    width: 70px;
  }
  
  @keyframes blink {
    25%, 75% {
      color: transparent;
    }
  
    40%, 60% {
      color: #fff;
    }
  }
  #order .order_btn{
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
/*-------------------------*/
/* $map
---------------------------*/
.map_box {
    width: 100%;
}
.map_inner {
    width: 100%;
    /* padding-top: 100%; */
    position: relative;
}
.map_item {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;

}
/*-------------------------*/
/* $Info
---------------------------*/
.section_contact .info{
	color: #fff;
} 
.section_contact .info__title{
	font-size: 32px;
	margin-bottom: 16px;
}
.section_contact .info__subtitle{
	font-size: 24px;
	margin-bottom: 48px;
	padding-bottom: 24px;
}
.section_contact .info__subtitle:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 160px;
	height: 4px;
	background-color: #707070;
}
.section_contact .info__text{
	font-size: 16px;
	line-height: 32px;
}
.section_contact .info__btn{
	margin-top: 24px;
}
@media (max-width: 768px){
	.section_contact .info{
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.section_contact .info__title{
		font-size: 40px;
	}
	.section_contact .info__subtitle{
		font-size: 32px;
		margin-bottom: 24px;
	}
	.section_contact .info__text{
		margin-bottom: 24px;
	}
}
.contact_label{
    background-color: #707070;
    padding:10px 20px;
    color: #fff;
    border-radius: 20px;
    width: fit-content;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.teacher_name{
    font-size: 16px;
    /* padding-top: 10px;
    padding-bottom: 10px; */
    /* border-bottom: 1px solid #fff; */
    /* width: 30%; */
}
#contact a{
    transition: 0.5s;
    text-decoration: none;
    cursor: pointer;    
}
#contact a:hover{
    color: #444 ;
    transition: 0.5s;
    text-decoration: none;
    cursor: pointer;
}
.contact_icon{
    font-size: 40px;
}

/*-------------------------*/
/* $Contact
---------------------------*/
.section_contact {
    background-color: #eee;
}
.section_contact .info__text {
    color: #444;
}
.section_contact .info__title {
    color: #1c1c1c;
}
.section_contact .info__subtitle {
    color: #1c1c1c;
}
.section__inner {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section_contact .contact{
	color: #4242428c;
    font-size: 15px;
	padding-top: 24px;
	padding-bottom: 24px;
}
.section_contact .contact__item{
	margin-bottom: 24px;
}
.section_contact .contact__link{
	color: #444;
	display: inline-block;
}

.archiesheng.slick {
    padding: 0 30px;
}