
/*-----------------
  [ALL CONTENTS]

1. Reset.css
2. General 
3. Helper Classes 
5. Header選單
7. Portfolio
9. Freelance
12. Blog最新消息
14. Footer 底部
15. All Media Queries

------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed:300,400,700&display=swap');

#fordel, #forcom, #formsg{
    width: calc(100% - 60px);
	top: 30%;
    float: left;
    background: #fff;
    margin: 20px 20px 0px;
    border-radius: 20px;
    border: 5px solid #ffffff;
    padding: 15px;
    padding-top: 25px;
    background-image: linear-gradient(135deg, rgb(245, 247, 250) 0%, rgb(195, 207, 226) 100%);
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(36, 37, 38, 0.08);
	}	
	
.loginsubmit1 {
	    
	    vertical-align: text-top;
	    display: inline-block;

	    width: 100%;
	    text-align: center;
}
.loginsubmit1 input{
	border: none;
	color: #000;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 8px 20px;
	font-size: 1em;
	    background-image: #fff;
	
}

.Home-button {
	 position: fixed;
    background-color: #f57da6;
    z-index: 10;
    color: #ffffff;
    font-size: 1.6rem;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
	    text-align: center;
	    line-height: 50px;
    box-shadow: 5px 5px 24px 1px #d9d9d9;
    -webkit-box-shadow: 5px 5px 24px 1px #d9d9d9;
    -moz-box-shadow: 5px 5px 24px 1px #D9D9D9;
    -o-box-shadow: 5px 5px 24px 1px #D9D9D9;
	
	
}

.Back-button {
	 position: fixed;
    background-color: #b59fef;
    z-index: 10;
    color: #ffffff;
    font-size: 1.6rem;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
	    text-align: center;
	    line-height: 50px;
    box-shadow: 5px 5px 24px 1px #d9d9d9;
    -webkit-box-shadow: 5px 5px 24px 1px #d9d9d9;
    -moz-box-shadow: 5px 5px 24px 1px #D9D9D9;
    -o-box-shadow: 5px 5px 24px 1px #D9D9D9;
	
	
}

/* ---------------------------------------------- /*
1. Reset.css
/* ---------------------------------------------- /*



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font: 400 16px/1.8 'Roboto Condensed', sans-serif;
    color: #333;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ---------------------------------------------- /*
* 2. General
/* ---------------------------------------------- */


body {
	    overflow-x: hidden;
    background: #282e51;
    background: linear-gradient(135deg, #151b3c 0%, #316187 100%);
    background: linear-gradient(135deg, #151b3c 0%, #316187 100%);
	
	
  
}

::selection {
    background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
    background: rgba(166, 175, 189, 0.3);
}

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

::-webkit-scrollbar {
   /* display: none;*/
}

a, .ease-3 {
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

a:link, 
a:visited, 
a:hover, 
a:active {
    text-decoration: none;
}

p {
    color: #5F6F81;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2px;
    color: #333;
    font-weight: 700;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
    margin: 0 0 30px;
}

h3 {
    font-size: 24px;
    letter-spacing: 1px;
    margin: 0 0 5px;
}

h4 {
    font-size: 20px;
    letter-spacing: 1px;
}

h5 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}

img {
    max-width: 100%;
    vertical-align: middle;
	    max-height: 100%;
}

textarea {
    height: 100px;
    resize: none;
}

b, strong {
    font-weight: 500;
}

/* ---------------------------------------------- 
* 3. Helper Classes 其他類
/* ---------------------------------------------- */

.section {
    padding: 80px 0;
    position: relative;
    background-color: #fff;
}

.section .container {
    padding: 0 30px;
}

.text-custom{
    color: #30b6e4!important
}

.h-100vh{
    height: 100vh;
}

.btn {
    padding: 12px 40px;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s;
    letter-spacing: 2px;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    outline: none !important;
    background-color: #333;
    border-radius: 0px;
    min-width: 140px;
}

.btn:hover {
    color: #fff;
    box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.2);
}

.btn-small {
    padding: 7px 10px;
    font-size: 12px;
}

.rounded-full {
}

.page-content-wrap {
    margin-left: 50%;
    width: 50%;
    background: #F8FAFB;
}

.b-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ebe8e8;
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
    /*box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);*/
}

.hover-state:hover {
    transform: translateY(-5px);
    box-shadow: 0px 4px 8px rgba(134, 151, 168, 0.1);  
}

.aside-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #fbd0a1;
}

.aside-open .aside {
    left: 0;
}

.section-head {
    position: relative;
    margin-bottom: 50px;
}

.section-head h2 {
    font-size: 30px;
    z-index: 1;
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-weight: 500;
}

.section-head span {
    padding-bottom: 20px;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 80px;
    display: block;
}

.section-head span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 50px;
    height: 1px;
    background: #333;
}

.section-head span:after {
    content: "";
    position: absolute;
    left: 50px;
    height: 5px;width: 5px;
    /* background: #333; */
    top: 6px;
    border-radius: 50%;
}

.section-head.text-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.section-head.text-center span {
    margin-left: -80px;
}

.section-light {
    background: #fff;
}

.section-dark {
    background: #f7f7f7;
}

.section-light .b-box {
    background: #F8FAFB;
}

.section-dark .b-box {
    background: #fff;
}

.section-subHead {
    font-size: 20px;
    font-weight: 500;
    margin: 0px 0 20px;
}

.badge-dark {
    background: #fa1f55;
    background: -moz-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #fa1f55), color-stop(100%, #fd735a));
    background: -webkit-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
    background: -o-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
    background: -ms-linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
    background: linear-gradient(45deg, #fa1f55 0%, #fd735a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa1f55', endColorstr='#fd735a', GradientType=1 );
}




/* ---------------------------------------------- 
* 5. Header
/* ---------------------------------------------- */

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#000;
    stroke-width:3.5;
    stroke-linecap:round;
}
.ham1 .top {
    stroke-dasharray: 40 139;
}
.ham1 .bottom {
    stroke-dasharray: 40 180;
}
.ham1.active .top {
    stroke-dashoffset: -98px;
}
.ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.nav-wrapper .navbar-toggler {
    position: fixed;
    left: 0;
    z-index: 20;
    top: 0;
    padding: 0;
    display: none;
}

.nav-wrapper .navbar {
    /* background: #2a2d35; */
    transition: all 750ms cubic-bezier(0.8, 0, 0.55, 0.94);
    padding-bottom: 40px;
}

.nav-wrapper .navbar.active {
    transform: translate3d(0%, 0, 0);
}

.nav-wrapper .navbar-nav {
    display: block;
}

.navbar {
    height: 100%;
}

.navbar-nav .nav-link {
    font-size: 14px;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, .7);
    text-transform: uppercase;
    padding-left: 10px;
    opacity: 1;
    padding-right: 5px;
    display: block;
    margin-bottom: 8px;
    text-align: left;
    border-radius: 6px;
    padding: 4px 10px;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    background: #fbd0a1;
    bottom: 20px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-nav .nav-link.active {
    opacity: 1;
}

.navbar-nav .nav-link i {
    margin-right: 15px;
    font-size: 16px;
    width: 17px;
}

.navbar-nav .nav-link:hover, .navbar-nav .active .nav-link {
    color: #fff;
    background: rgba(255,255,255,.2);
}

.aside {
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    bottom: 0;
    width: 20%;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 0 10px;
    max-width: 300px;
}

.page-wrapper {
    width: 80%;
    float: left;
    margin-left: 20%;
    overflow: hidden;
    background-color: #fff;
	    min-height: calc(50vmax - 50px);
    margin-top: 40px;
    border-radius: 20px 0 0 0px;
    /*box-shadow: -10px 0px 50px 0px rgba(0,0,0,0.1);*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.page-overlay {
    display: none;
}

.page-overlay .overlay-1,
.page-overlay .overlay-2 {
    content: "";
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 0;
}

.page-overlay .overlay-1 {
    top: 80px;
    left: 320px;
    opacity: 0.3;
}

.page-overlay .overlay-2 {
    top: 130px;
    left: 290px;
    opacity: 0.2;
}

.page-wrapper-in {
    overflow: auto;
    height: 100%;
    overflow: auto;
}

.nav-wrapper {
    height: 100%;
}


/* ---------------------------------------------- 
* 6. About
/* ---------------------------------------------- */

.about-img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}


.about-avatar img {
    height: 130px;
    width: 130px;
    object-fit: cover;
}

.about-social a.downloadCV span {
    padding-left: 5px;
}

.about-desc h1 {
    font-size: 32px;
}

.about-desc h3 {
    font-size: 18px;
    line-height: 32px;
    margin: 0 auto;
}

.about-desc-info {
    padding-bottom: 20px;
}

.about-desc-info b {
    padding-right: 10px;
}

.about-desc-info span, 
.about-desc-info a {
    font-size: 14px;
    color: #5F6F81;
}

.about-desc-info a {
    text-decoration: underline;
}

.about-desc-info a:hover {
    text-decoration: none;
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.about-avatar-details h1 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.9;
    line-height: 1.6;
}

.about-avatar-details .badge{
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    background: rgba(0,0,0,0.05);
    font-size: 14px;
    border-radius: 14px;
    padding: 5px 20px;
    font-weight: 400;
    margin-top: 7px;
}
.about-avatar-details .badge a{
    color: #fff;
  
}
.about-avatar-details .badge a i{
	    margin-right: 15px;
    font-size: 16px;
    width: 17px;
}
/* ---------------------------------------------- 
* 6. 首頁
/* ---------------------------------------------- */

.section-home {
    height: 100vh;
    position: relative;
    background-image: url("../images/banner1.jpg");
    background-size: cover;
    background-position: center;
}

.glass {
    position: absolute;
    z-index: 41;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 6vh;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    letter-spacing: 16px;
    text-transform: uppercase;
}

.glass:after {
    content: "";
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: -1;
    background-color: #000;
    opacity: 0.1;
}

.section-home img {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiper-home {
    position: absolute;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
    padding-top: 0 !important;
}

.swiper-home .swiper-slide {
    background-size: cover;
}

.home-pagination {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 55
}

.home-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 50px;
    height: 3px;
    border-radius: 1px;
    background: #fff;
    transition: 1s;
}

.swiper-home .swiper-slide {
    transition-duration: 1s;
}

.section-home #particles-js {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 57;
}

.switcher a {
    position: fixed;
    right: 15px;
    z-index: 61;
    font-size: 0;
    height: 30px;
    width: 30px;
    top: 15px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 5px 11px rgba(0,0,0,0.5);
    overflow: hidden;
}

.switcher a:after {
    position: absolute;
    content: "";
    background: #2b2e36;
    height: 100%;
    width: 100%;
    left: 50%;
}

.slider__play {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    padding: 30px;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 50;
}



.slider__play-btn {
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 86px;
  text-align: center;
  font-size: 70px;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.slider__play-btn:hover {
  background: rgb(0 0 0 / 35%);
  color: #1f1841;
  border-color: #ffffff;
}
.slider__play-btn img {
 width: 100%;
    padding: 20px;
    position: relative;
    top: 0px;
    left: 10px;
}
.slider__shape img {
  position: absolute;
}




.slider__shape img.circle-2 {
  right: 12%;
  top: 65%;
  animation: sliderCircle 7s linear 0s infinite alternate;
  -webkit-animation: sliderCircle 7s linear 0s infinite alternate;
}




.slider__shape-1 {
  top: -120px;
  left: -100px;
  z-index: -1;
}


/* pulse btn */
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* ---------------------------------------------- 
* 7. Portfolio影音
/* ---------------------------------------------- */

.filter li.active {
    background: #fff;
    color: #fff;
    background: #333;
}

.filter li {
    padding: 2px 20px;
    display: block;
    cursor: pointer;
    text-transform: capitalize;
    color: #333;
    transition: all 0.3s ease-in-out 0s;
    margin-left: 5px;
}

.filter {
    display: flex;
    justify-content: flex-end;
}

.portfolio-item {
    width: 400px;
}

.portfolio-item--img img {
    overflow: hidden;
    display: block;
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.portfolio-item--content {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.portfolio-item--desc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.portfolio-item--desc-in {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
}

.portfolio-item--content:hover .portfolio-item--desc {
    opacity: 1;
    visibility: visible;
}

.portfolio-item--content:hover 
.portfolio-item--desc-in {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.portfolio-item--desc-in h3 {
    font-size: 18px;
}

.portfolio-item--desc-in p {
    font-size: 16px;
}

.portfolio-pagination {
    margin: 40px auto 0;
    transform: none !important;
}

.list-item img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.list-item figure {
    position: relative;
}

.list-item figcaption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    text-align: left;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    padding: 20px;
    justify-content: left;
    transition: .5s;
}



.list-item .caption-inner {
    color: #fff;
    position: relative;
    bottom: -50px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.list-item h3.portfolio-item-title {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}

.portfolio-item-desc {
    color: #ddd;
}

.list-item:hover .caption-inner {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.list-item:hover figcaption {
    background: rgba(0,0,0,0.5);
}



/* ---------------------------------------------- 
* 9. Freelance
/* ---------------------------------------------- */


.section-freelance {
    background: url(../images/freelance.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    padding: 80px 0;
}

.section-freelance:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2a2d35;
    z-index: -1;
    opacity: 0.8;
}

.section-freelance h2 {
    color: #fff;
}


/* ---------------------------------------------- 
* 12. Blog
/* ---------------------------------------------- */

.blog-list--img {
    position: relative;
}

.blog-list--img img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.blog-list--desc h3 {
    font-size: 18px;
    font-weight: 500;
	line-height: 1.7;
}
.blog-list--desc p {
  overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
}
.blog-list--details {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog-list:hover .blog-list--details {
    opacity: 1;
    visibility: visible;
}

.blog-list:hover .blog-list--details-in {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.blog-list--details-in {
    opacity: 0;
    visibility: hidden;
    margin-top: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-Play {
     background-image: url(../images/Play2.svg);
	 background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100px;
    height: 100px;
}
.blog-map {
     background-image: url(../images/Play3.svg);
	 background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 100px;
    height: 100px;
}
.blog-cat {
    color: #fff;
}

.pagination .page-item {
    margin: 0 7px;
}

.page-link {
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    text-align: center;
    line-height: 40px;
    padding: 0;
    color: #333;
}

.page-link:hover {
    color: #333;
}

.pagination span {
    font-size: 24px;
    line-height: 35px;
}

.page-item.active .page-link {
    background-color: #333;
    border-color: #333;
}

/* ---------------------------------------------- 
* 13. Blog
/* ---------------------------------------------- */
.titleArea {
    clear: both;
    margin-bottom: 30px;
    padding: 0 0 10px;
    position: relative;
}
.newsDate {
    padding: 5px 0;
    font-size: 12px;
    color: #818181;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.date {
    color: #d69090;
    display: flex;
    align-items: center;
}
.date .day {
    font-size: 60px;
    font-family: "Times New Roman";
}
.date .yearMonth {
    font-family: "Cormorant";
    line-height: 0.9;
    padding-left: 12px;
}
.date .yearMonth .month {
    font-size: 18px;
    font-weight: 500;
}
.date .yearMonth .year {
    font-size: 25px;
}
.titleArea .title {
    color: #736153;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1.5px;
}
.titleArea:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-image: url(../images/icon_dot2.png);
    background-repeat: repeat-x;
}
/* ---------------------------------------------- 
* 13. Contact
/* ---------------------------------------------- */

.contact-form{
    
}


.form-control {
    padding: 11px 20px;
    height: auto;
    border-radius: 0;
}

.section-contact .section-subHead { 
    margin: 0;
}


/* ---------------------------------------------- 
* 14. Footer
/* ---------------------------------------------- */

.footer {
    margin-top: 0;
    padding: 50px;
}

/* ---------------------------------------------- 
* 15. All Media Queries
/* ---------------------------------------------- */


@media (max-width: 991px) {

    .container {
        max-width: 100%;
    }

    .aside {
        left: -35%;
        width: 100%;
        max-width: 270px;
    }

    .aside.aside-open  {
        left: 0;
    }

    .aside-open .page-wrapper {
        margin-left: 350px;
        margin-top: 30px;
        border-radius: 20px 0 0 0px;
    }

    .aside-banner {
        height: 500px;
        width: 100%;
        position: relative;
    }
    .page-content-wrap {
        margin-left: 0%;
        width: 100%;
        margin-top: -50px;
        position: relative;
        z-index: 1
    }

    .page-wrapper {
        width: 100%;
        margin-left: 0%;
        border-radius: 0;
        margin-top: 0;
    }

    .nav-wrapper .navbar-toggler {
        display: block;
    }
    .page-overlay {
        display: block;
    }
}

@media (max-width: 767px) {
    .section-resume .section-subHead {
        /*padding-top: 30px;*/
        margin: 40px 0 20px !important;
    }

    .filter a {
        font-size: 13px;
        padding: 10px 15px;
    }

    .about-avatar img {
        height: 100px;
        width: 100px;
    }

    .aside {
        min-width: 260px;
        left: -260px;
        width: 100%;
        overflow: auto;
    }

  
    .glass {
        font-size: 5vh;
    }

    .portfolio-item--img img {
        height: 350px;
    }

 
    .section .container {
        padding: 0 15px;
    }

    .about-desc {
        margin-top: 40px;
    }

    .about-social li {
        margin-bottom: 15px;
    }

    .home-pagination .swiper-pagination-bullet {
        width: 30px;
    }

    .price-box.featured {
        transform: none;
        margin: 30px auto; 
    }

    .price-box {
        max-width: 400px;
    }

    .resume-panel {
        margin-top: 30px;
    }

    .list-item img {
        height: 200px;
    }
    .filter {
        margin: 40px auto;
    }
    .about-avatar {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 420px) {
	 .glass {
letter-spacing: 5px;
    font-size: 4vh;    }

}

/* ---------------------------------------------- 
* 15. 教學播放
/* ---------------------------------------------- */
.list-group-item{
        border-color: #c8c8c8 !important;
    background-color: #ffffff;
    padding-right: 15px;
}
.list-group-item a{
        color: #000 ;

}

.list-group-item:hover, 
.list-group-item:focus, 
.list-group-item:active, 
.list-group-item.active {
    background-color: #eee !important;
}


.list-group-item.media {
  margin-top: 0;
}
.list-group-item.active {
  color: #fff;
  border-color: #4cb6cb !important;
  background-color: #4cb6cb !important;
}


.clear {
    display: block;
    overflow: hidden;
}
.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-muted {
    color: #939aa0 !important;
}
.list-group-item .map{
    width: 60px;
    display: inline-block;
	float: left !important;
	margin-right: 15px;
}

.jp-ml {
     margin: 15px 10px;
    float: right !important;
}
.jp-ml i{
            margin: 5px 15px;
         font-size: 20px;
         color: #949494;
}
.play-map {
    background-image: url(../images/Play.svg);
    background-size: 100%;
    width: 20px;
    height: 20px;
	float:right
}

@media (max-width: 767px) {
.list-group-item {
    padding: 10px 0 10px 10px;
}
.jp-ml {
    margin: 15px 0px;
}	
}


/* ---------------------------------------------- 
* 15. 教學播放
/* ---------------------------------------------- */

.movie-Single-box {
    overflow: hidden;
}

.movie-Single {
	padding: 50px;
}
.movie-Single .map {
    width: 100%;
    height: 100%;
	padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.movie-Single .Text ui li span {
	
}

@media (max-width: 768px) {
.movie-Single {
    padding: 20px 20px 40px;
}
}

/* ---------------------------------------------- 
* 15.選單
/* ---------------------------------------------- */

<!--中分類左右撥放-->
.g-scrolling-carousel {
            position: relative;
            float: left;
            width: 100%;
            margin: 10px 0 30px ;
			
    
        }
.g-scrolling-carousel .items{
  padding: 0px 0;
}
.g-scrolling-carousel .items a{
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  /* padding: 10px 15px; */
  color: #464646;
  }
	
        .g-scrolling-carousel .items {
            overflow-x: scroll;
            white-space: nowrap;
            width: 100%;
            -webkit-overflow-scrolling: touch;
        }
        .g-scrolling-carousel .items::-webkit-scrollbar { 
            display: none; 
        }
        .jc-right,
        .jc-left {
         display: none !important;

        }
        
        @media (pointer: coarse) {
          .jc-right,
          .jc-left {
            display: none !important;
          }
        }
     

.app-store-list {
    height: 220px;
    padding: 0 15px;
    margin: 0px 0 60px;
    text-align: justify;
}

.app-store-item {
    position: relative;
    float: left;
    margin: 0 5px;
    width: 200px;
    height: 200px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.app-store-item:hover {
    box-shadow: 0px 1px 17px 5px rgba(156,244,255,0.3);
-webkit-box-shadow: 0px 1px 17px 5px rgba(156,244,255,0.3);
-moz-box-shadow: 0px 1px 17px 5px rgba(156,244,255,0.3);
}

.app-store-item:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.app-store-item img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.app-store-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
	    background-color: rgb(150 147 147 / 50%);
}
.app-store-info h3{
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    word-break: break-all;
    z-index: 111;
    white-space: normal;
    color: #fff;
	font-size: 18px;
}




.app-store-info .app-store-Word {
    position: absolute;
    top: 50%;
	left: 50%;
    width: 70%;
    text-align: center;
      font-size: 20px;
	    color: #fff;
	    white-space: pre-wrap;
    font-weight: normal;
    z-index: 30;
	transform:translate(-50%,-50%);
}
.app-store-info .app-store-Word h3 {
  font-size: 20px;
	    color: #fff;
	    white-space: pre-wrap;

}

.app-store-tag {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    margin: -70px 0 0 -70px;
    background: #333;
    opacity: .9;
    border-radius: 50%;
    z-index: 10;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.item01 .app-store-tag {
    background: #50a3a2;
    background: linear-gradient(135deg, #3F51B5 0%, #00BCD4 100%);
    background: linear-gradient(135deg, #3F51B5 0%, #50a3a2 100%);
}

.app-store-list .app-store-item:hover .app-store-tag {
    -webkit-transform: scale(3.7, 3.7);
    -moz-transform: scale(3.7, 3.7);
    transform: scale(3.7, 3.7);
}

.app-store-btn {
    text-align: center;
}

.app-store-btn a {
    display: inline-block;
    border: 1px solid #ff6d01;
    color: #ff6d01;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 30px;
    border-radius: 60px;
}

.app-store-btn a:hover {
    background-color: #ff6d01;
    color: #fff;
}





.imageitem{
    background-color: #000;
}

.image {
	width:100%; 
	height:0px;
	padding-bottom:75%; 
	overflow: hidden; 
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.imageitem .image {
    text-align: center;
    overflow: hidden;
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;

}

.imageitem:hover .image {
	opacity: 1;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;

}


/* ---------------------------------------------- 
* 16.owl-carousel 
/* ---------------------------------------------- */

/* owl-carousel */
.owl-nav{
	text-align: center;
	margin-top: 24px;
}
.owl-prev,.owl-next{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #000;
	margin: 0 16px;
	background-image: url('../images/arrow.svg');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center;
}
.owl-prev{
	transform: rotate(90deg);
}
.owl-next{
	transform: rotate(-90deg);
}

.owl-next{
	transform: rotate(-90deg);
}
/* ---------------------------------------------- 
* 16.首頁最新
/* ---------------------------------------------- */
.newsBox {
	    padding: 100px 0;
    overflow: hidden;
}
.h-news-box {
}
.h-news-box .time{
	 font-size: 14px;
}
.h-news-box h4{
	    font-size: 18px;
	    font-weight: 500;
	    line-height: 1.7;
	    min-height: 100px;
}
.h-news-box p{
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
















/* ---------------------------------------------- 
* 16.Box colors
/* ---------------------------------------------- */

.Member-Menu-box {
	    margin-bottom: 6rem!important;
}

.bg-1 {
	color: #37474f;
}
.button {
	text-align:center;
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: .5em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}

.bg-1 .button {
	color: #37474f;
	    border-color: rgb(37 37 37 / 30%)
}



/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.button--round-s {
	border-radius: 5px;
}




/* Winona */
.button--winona {
		border: 1px solid;
	overflow: hidden;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #3f51b5;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.button--winona > span {
	display: block;
}
.button--winona.button--inverted {
	color: #7986cb;
}
.button--winona.button--inverted:after {
	color: #fff;
}
.button--winona::after,
.button--winona > span {
	padding: 1em 2em;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--winona:hover {
	border-color: #3f51b5;
	background-color: rgba(63, 81, 181, 0.1);
}
.button--winona.button--inverted:hover {
	border-color: #21333C;
	background-color: #21333C;
}
.button--winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button--winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}


@media (max-width: 420px) {
.button {
    width: calc(50% - 1em);
    margin: .3em .5em;
}
}









/* ---------------------------------------------- 
* 16.table
/* ---------------------------------------------- */
.Member-t{
	    background-color: #ba99c2;
    color: #fbfbfb;
    font-weight: 600;
    padding: 12px 20px;
}	
.Standard .Add {
	    position: absolute;
    right: -25px;
    top: -25px;
    font-size: 22px;
    border-radius: 30px;
    background-color: #00BCD4;
    width: 50PX;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid rgb(0 0 0 / 30%);
	}
.Standard .Add {
	    position: absolute;
    right: -25px;
    top: -25px;
    font-size: 22px;
    border-radius: 30px;
    background-color: #ffacac;
    width: 50PX;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid rgb(0 0 0 / 30%);
	}
.Standard .number {
	position: absolute;
    right: 0;
    top: -85px;
    font-size: 18px;
 
	}

.Standard {
	background-color: #fff;
	border: 1px solid rgb(0 0 0 / 30%);
	border-radius: 5px;
	    position: relative;
	}
.Standard table {width: 100%;text-align: center;border: 0;border-collapse: collapse;border-spacing: 0;font-size: 16px;}
.Standard table td, .Standard table th {padding: 10px;margin: 0;}
.Standard table thead {    
    background-color: #3F51B5;
    color: #fbfbfb;
    font-weight: 500;}
.Standard table thead a{
        background-color: #fbc8c4;
        padding: 0px 0px;
        border-radius: 5px;
        color: #000;
        width: 80px;
        float: right;
}
.Standard table thead a:hover{   
	background-color: #b1dcff;
   
}	
.Standard table tbody tr td{border-bottom: 1px solid #eee;}
.Standard table tbody tr:hover td{background-color: #eee;color: #494A5F;}
.Standard table img {}

.Standard i {
	margin: 5px

	}
.Standard .detail {
	    text-align:left;
	    width: 40%;
	font-size: 14px;
	}
.Standard  a{
	color:#000;
	}	
.Standard .detail .map {
    width: 60px;
    float: left;
    margin-right: 20px;
	}
	.Standard .detail .map {
    width: 60px;
    float: left;
    margin-right: 20px;
	}
.Standard .detail .Text {
	width:calc(100% - 80px);
	float:left;
	}
.Standard .detail .Text  span{
	margin: 0 5px;
	}	
.Standard .detail .Text  span{
	margin: 0 5px;
	}


@media (max-width: 998px) {
.Standard .number {
	    position: absolute;
    left: 0;
    top: -45px;
    font-size: 16px;
	}
}
	
@media (max-width: 420px) {
	ul.tabletolist {
    margin: 0 0 0px 0;
}
	ul.tabletolist.nrh>li {
    border-top: 5px solid #ddd;
}
	ul.tabletolist ul > li .row_data .map
}








.button1
{
    position: relative;
    top: 50%;
    width: 74px;
    height: 36px;
    margin: 0px auto 0 auto;
    overflow: hidden;
}

.button1.r, .button1.r .layer
{
    border-radius: 100px;
}

.button1.b2
{
    border-radius: 2px;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.knobs, .layer
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}


/* Button 1 */
#button-1 .knobs:before
{
    content: 'YES';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 30px;
    height: 27px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03A9F4;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-1 .checkbox:checked + .knobs:before
{
    content: 'NO';
    left: 42px;
    background-color: #f44336;
}

#button-1 .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}

#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer
{
    transition: 0.3s ease all;
}


/* ---------------------------------------------- 
* 16.icheck
/* ---------------------------------------------- */

[class*="icheck-"] {
    min-height: 22px;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    padding-left: 0px;
}

.icheck-inline {
    display: inline-block;
}

.icheck-inline + .icheck-inline {
        margin-left: .75rem;
        margin-top: 6px;
    }

[class*="icheck-"] > label {
    padding-left: 29px !important;
    min-height: 22px;
    line-height: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

[class*="icheck-"] > input:first-child {
    position: absolute !important;
    opacity: 0;
    margin: 0;
}

    [class*="icheck-"] > input:first-child:disabled {
        cursor: default;
    }

    [class*="icheck-"] > input:first-child + label::before,
    [class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 22px;
        height: 22px;
        border: 1px solid #D3CFC8;
        border-radius: 0px;
        margin-left: -29px;
    }

    [class*="icheck-"] > input:first-child:checked + label::after,
    [class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 7px;
        height: 10px;
        border: solid 2px #fff;
        border-left: none;
        border-top: none;
        transform: translate(7.75px, 4.5px) rotate(45deg);
        -ms-transform: translate(7.75px, 4.5px) rotate(45deg);
    }

[class*="icheck-"] > input[type="radio"]:first-child + label::before,
[class*="icheck-"] > input[type="radio"]:first-child + input[type="hidden"] + label::before {
    border-radius: 50%;
}

[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + label::before,
[class*="icheck-"] > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-width: 2px;
}

[class*="icheck-"] > input:first-child:disabled + label,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label,
[class*="icheck-"] > input:first-child:disabled + label::before,
[class*="icheck-"] > input:first-child:disabled + input[type="hidden"] + label::before {
    pointer-events: none;
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.icheck-default > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-default > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #adadad;
}

.icheck-default > input:first-child:checked + label::before,
.icheck-default > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.icheck-default > input:first-child:checked + label::after,
.icheck-default > input:first-child:checked + input[type="hidden"] + label::after {
    border-bottom-color: #333;
    border-right-color: #333;
}

.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + label::before,
.icheck-primary > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before {
    border-color: #2e6da4;
}

.icheck-primary > input:first-child:checked + label::before,
.icheck-primary > input:first-child:checked + input[type="hidden"] + label::before {
    background-color: #337ab7;
    border-color: #2e6da4;
}











/* ---------------------------------------------- 
* 16.icheck
/* ---------------------------------------------- */


.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}






/* ---------------------------------------------- 
* my test
/* ---------------------------------------------- */

.myselect {
	width: 230px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #292929;
	background: #292929;
	padding: 0 10px;
	font-size: 14px;
	float:right;
	cursor: pointer;
}


/* ---------------------------------------------- 
* 16.icheck
/* ---------------------------------------------- */


.hidden {
	display: none !important;
}
.selectPickerWrapper {
    position: absolute;
    display: inline-block;
    right: 0;
    top: -95px;
}

.select-picker-search {
	width: 230px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #292929;
	background: #292929;
	padding: 0 10px;
	font-size: 14px;
	cursor: pointer;
}
.select-picker-search-checked {
	position: relative;
	width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 20px;
	color: #fff;
}
.select-picker-search-checked:before, .select-picker-search-checked:after
	{
	content: "";
	height: 8px;
	width: 2px;
	display: block;
	background: #fff;
	position: absolute;
	right: 6px;
	top: 16px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.select-picker-search-checked:before {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	right: 11px;
}
.select-picker-search.open>.select-picker-search-checked:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.select-picker-search.open>.select-picker-search-checked:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.select-picker-options-wrp {
	display: none;
	font-size: 14px;
	width: 230px;
	border-radius: 4px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
	background-color: #292929;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 999;
}
.select-picker-search.open ~.select-picker-options-wrp {
	display: block;
}
.select-picker-options-serch input {
	width: 210px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #292929;
	border-radius: 4px;
	margin: 12px 0 0 10px;
	padding-left: 8px;
	display: none;
}
.select-picker-options-serch input:focus {
	border-color: rgba(0, 0, 0, 0.5);
	outline: 0;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
}
.select-picker-options-list {
	width: 100%;
	padding: 8px 0;
}
.select-picker-options-list-item {
	width: 100%;
	line-height: 36px;
	cursor: pointer;
	padding: 0 12px;
	color: #fff;
}
.select-picker-options-list-item:after {
	content: '';
	border-bottom: 1px solid #464646;
	display: block;
}
.select-picker-options-list-item:last-child:after {
	display: none;
}
.select-picker-options-list-item:hover {
	background: #424141;
}
.duihao {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	transform: translateY(5px);
	margin-right: 6px;
}
.duihao-checked {
	border: 1px solid transparent;
	background: #00cea0;
	position: relative;
}
.duihao-checked:after {
	content: '';
	position: absolute;
	display: block;
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #262626;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.duihao-nocheck {
	border: 1px solid #fff;
}
.select-picker-options-list-alert {
	color: #fff;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
}
.select-picker-btn-group {
	padding: 15px 10px 20px;
}
.select-picker-btn-group .select-picker-btn-cancel {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #02a7de;
	width: 50px;
}


@media (max-width: 768px) {
	.selectPickerWrapper {

    top: -45px;
}
	.selectPickerWrapper {
    width: 100%;
}
.select-picker-search {
    width: 100%;
}	
.select-picker-search-checked {
     width: 100%;
}
.select-picker-options-wrp {
     width: 100%;
}
}	





