/**********************************/
/********** General CSS ***********/
/**********************************/
body {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #ffffff;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
    color: #fcbf04;
}

*:focus {
    outline: none;
}

a {
    color: #000;
    transition: 0.5s;
}

input[readonly], select[readonly]{
    background: #eee;
    cursor:no-drop;
    pointer-events: none;
}

select[readonly] option{
    display:none;
    pointer-events: none;
}


a:hover,
a:active,
a:focus,
.active {
    color: #A2000E !important;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #666666;*/
    margin: 0 0 15px 0;
    padding: 0;
}

label, p{
    word-break: break-all;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    border: 0!important;
    background: #ffffff;
    border-style: solid;
    flex: 1;
    padding: 0 0.5em;
    color: #0c7fc1;
    cursor: pointer;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
}
select::-ms-expand {
   display: none;
}
.select {
    position: relative;
    display: flex;
    width: 20em;
    line-height: 2;
    background: #999999;
    overflow: hidden;
    border-radius: 0em;
    border-style: solid;
    border-color: #999999;
}
.select::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #999999;
   color: #FFFFFF;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
}
.select:hover::after {
   color: #fcbf04;
}

.select2 {
    position: relative;
    display: flex;
    width: 12em;
    line-height: 2;
    background: #057bc9;
    overflow: hidden;
    border-radius: 0em;
    border-style: solid;
    border-color: #057bc9;
}
.select2::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #057bc9;
   color: #FFFFFF;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
}
.select2:hover::after {
   color: #fcbf04;
}

.start-0 {
    left: 0!important;
}
.top-0 {
    top: 0!important;
}
.end-50 {
    right: 50%!important;
}
.bottom-50 {
    bottom: 50%!important;
}

.rounded-15{
    border-radius: 30px;
}

button:focus, button:active:focus, button.active:focus, button.focus, button:active.focus, button.active.focus {
   outline: none;
   box-shadow: none;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #057bc9;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #ffffff;
}

/* 綠色字體 01 */
.text-green01{
    color: #004126;
}

/* 綠色字體 02 */
.text-green02{
    color: #088a42;
}

/* 綠色字體 03 */
.text-green03{
    color: #004126;
}

/* 藍色字體 01 */
.text-blue01{
    color: #0c7fc1;
}

/* 藍色字體 02 */
.text-blue02{
    color: #1b1464;
}

/* 藍色字體 03 */
.text-blue03{
    color: #339dc4;
}

/* 藍色字體 04 */
.text-blue04{
    color: #359cb5;
}

/* 藍色字體 05 */
.text-blue05{
    color: #dff8f8;
}

/* 藍色字體 06 */
.text-blue06{
    color: #04d0d6;
}

/* 黃色字體 01 */
.text-yellow01{
    color: #fcbf04;
}

/* 黃色字體 02 */
.text-yellow02{
    color: #A04B1C;
}

/* 黃色字體 03 */
.text-yellow03{
    color: #50260E;
}

/* 灰色字體 01 */
.text-grey01{
    color: #c9d3da;
}

/* 灰色字體 02 */
.text-grey02{
    color: #999999;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.w-100px{
    width: 100px;
}

.w-150px{
    width: 150px;
}

.divBox{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textareaBox{
    max-height: auto;
    border: none;
    text-align: center;
    overflow: auto;
    word-break: break-all;
    resize: none;
}
.textareaBox:focus{
    outline: none;
}

.html-content img{
    width: 80% !important;
    margin-left: 10% !important;
    margin-bottom: 10px !important;
    height: auto !important;
}

.html-content iframe {
    width: 100%;
    height: 500px;
}

/**********************************/
/********* Div Rectangle Color CSS *********/
/**********************************/

/* 長方形藍色 01 高 60 */
.rectangle-blue01-60-v{
    height: 60px;
    width: 3px;
    background-color: #0c7fc1;
}

/* 長方形藍色 01 高 30 */
.rectangle-blue01-30-v{
    height: 30px;
    width: 3px;
    background-color: #0c7fc1;
}

/* 長方形灰色 01 高 60 */
.rectangle-grey-60-v{
    height: 60px;
    width: 3px;
    background-color: #f3f3f3;
}

/* 長方形灰色 01 高 30 */
.rectangle-grey-30-v{
    height: 30px;
    width: 3px;
    background-color: #f3f3f3;
}

/* 長方形灰色2 01 高 30 */
.rectangle-grey02-30-v{
    height: 30px;
    width: 3px;
    background-color: #999999;
}

/* 橫式 長方形 黃色 01  */
.rectangle-yellow-30-v{
    height: 30px;
    width: 3px;
    background-color: #fcbf04;
}

/* 橫式 長方形 黃色 01  */
.rectangle-yellow-60-h{
    height: 3px;
    width: 60px;
    background-color: #fcbf04;
}

/* 正方形 黃色 01  */
.rectangle-yellow-30{
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0px;
    background-color: #fcbf04;
}

/**********************************/
/********* Bg Color CSS *********/
/**********************************/

/* 紅色背景 01 */
.bg-red01{
    background-color: #ecdbd2;
}

/* 白色背景 01 */
.bg-white01{
    background-color: #f2f2f2;
}

/* 黃色背景 01 */
.bg-yellow01{
    background-color: #ddd2cc;
}

/* 黃色背景 02 */
.bg-yellow02{
    background-color: #bf8f46;
}

/* 黃色背景 03 */
.bg-yellow03{
    background-color: #50260E;
}

/* 藍色背景 01 */
.bg-blue01{
    background-color: #dff8f8;
}
/* 藍色背景 02 */
.bg-blue02{
    background-color: #0c7fc1;
}
/* 藍色背景 03 */
.bg-blue03{
    background-color: #83bde4;
}
/* 藍色背景 04 */
.bg-blue04{
    background-color: #d7def1;
}


/**********************************/
/********* Border Color CSS *********/
/**********************************/

/* 黃色邊框 01 */
.border-yellow01{
    border:1px #A04B1C solid;
}

/* 藍色邊框 01 */
.border-blue01{
    border:3px #dff8f8 solid;
}
/* 藍色邊框 02 */
.border-blue02{
    border:3px #0c7fc1 solid;
}
/* 藍色邊框 03 */
.border-blue03{
    border:2px #0c7fc1 solid;
}

/**********************************/
/********* Line Height Color CSS *********/
/**********************************/
.lh-sm {
    line-height: 1.25!important;
}
.lh-base {
    line-height: 1.5!important;
}
.lh-lg {
    line-height: 2!important;
}


/**********************************/
/********* Form Input CSS *********/
/**********************************/

input[type=radio] { 
    accent-color: #50260E; 
} 

.form-control,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #057bc9;
    border-radius: 0;
    margin-bottom: 15px
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    border-color: #057bc9;
    border-radius: 0;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background: #057bc9;
}

button.btn {
    color: #ffffff;
    background: #057bc9;
    border-radius: 0;
}

.cursor-pointer {
  cursor: pointer;
}


/**********************************/
/********* Top Header CSS *********/
/**********************************/
.top-header {
    padding: 15px 0;
    background: #ffffff;
}

.top-header .logo {
    text-align: left;
    overflow: hidden;
}

.top-header .logo a img {
    max-height: 150px;
    max-width: 100%;
}

.top-header .search {
    width: 100%;
}

.top-header .search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #057bc9;
}

.top-header .search button {
    position: absolute;
    width: 40px;
    height: 38px;
    top: 1px;
    right: 16px;
    padding: 0 15px;
    border: none;
    background: none;
    color: #057bc9;
}

.top-header .search button:hover {
    background: #057bc9;
    color: #ffffff;
}

.top-header .user {
    width: 100%;
    text-align: right;
}

.top-header .user .dropdown {
    display: inline-block;
    margin-right: 15px;
}

.top-header .user .dropdown-menu {
    border-radius: 0;
}

.top-header .user .cart {
    display: inline-block;
}

.top-header .user .cart i {
    color: #057bc9;
    font-size: 18px;
}

.top-header .user .cart span {
    color: #666666;
    /*font-size: 14px;*/
}

.dropdown-item{
    background-color: #fcbf2455;
}

@media (min-width: 768px) {
    .top-header {
        max-height: 150px;
    }
}

@media (max-width: 767.98px) {
    .top-header .logo,
    .top-header .search,
    .top-header .user {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .top-header .user {
        margin-bottom: 0;
    }
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
    visibility: hidden;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
    visibility: visible;
}

/**********************************/
/********* Header Nav CSS *********/
/**********************************/
.header {
    position: relative;
}

.header .navbar {
    height: 100%;
    padding: 0;
}

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #add36855;
}

@media (min-width: 768px) {
    .header,
    .header .navbar {
        background: #057bc9 !important;
    }
    
    .header .navbar-brand {
        display: none;
    }
    
    .header a.nav-link {
        padding: 8px 15px;
        font-size: 1.25rem;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {   
    .header,
    .header .navbar {
        background: #333333 !important;
    }
    
    .header a.nav-link {
        padding: 5px;
    }
    
    .header .dropdown-menu {
        box-shadow: none;
    }

}



/**********************************/
/********* Header Slider **********/
/**********************************/
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 0;
    transition: .5s;
    background: #ffffff;
}

.slick-prev {
    left: 55px;
}

.slick-next {
    right: 55px;
}

.slick-slider:hover .slick-prev {
    left: 15px;
    opacity: 1;
}

.slick-slider:hover .slick-next {
    right: 15px;
    opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #057bc9;
    background: #ffffff;
}

.slick-prev::before,
.slick-next::before {
    font-family: "FontAwesome";
    font-size: 30px;
    color: #057bc9;
}

.slick-prev::before {
    content: "\f104";
}

.slick-next::before {
    content: "\f105";
}

.slick-dots li button:before {
    color: #ffffff;
    font-size: 15px;
}

.slick-dots li.slick-active button:before {
    color: #353535;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.home-slider {
    position: relative;
    width: 100%;
}

.home-slider .main-slider-item {
    padding: 0 7.5px;
}

.home-slider .slick-dots {
    bottom: 15px;
}



/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.breadcrumb-wrap .breadcrumb {
    margin: 15px 0 0 0;
    padding: 0;
    background: none;
}



/**********************************/
/********** Category CSS **********/
/**********************************/
.category {
    position: relative;
    padding: 0 7.5px;
    background: #ffffff;
}

@media (max-width: 575.98px) {
    .category {
        padding: 45px 7.5px 30px 7.5px;
    }
}

.category .col-md-4,
.category .col-md-6 {
    padding: 0 7.5px;
}

.category .category-img {
/*    position: relative;
    overflow: hidden;*/
    margin-bottom: 15px;
}

.category .category-img img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.category .category-img:hover img {
/*    filter: blur(5px);
    -webkit-filter: blur(5px);*/
}

.category .category-name {
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0; 
    left: 0;
    opacity: 0;
    background: rgba(63, 105, 170, .5);
    transition: opacity 0.5s;
    display: flex;
    align-items: center;
}

.category .category-name:hover {
    opacity: 1;     
}

.category .category-name h2 {
    margin: 0 0 -50px 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    transition: .5s;
}

.category .category-name:hover h2 {
    margin: 0;       
}



/**********************************/
/******* Section Header CSS *******/
/**********************************/
.section-header {
    position: relative;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.section-header h2,
.section-header h3 {
    position: relative;
    color: #057bc9;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.section-header h2::after,
.section-header h3::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #057bc9;
}

.section-header p {
    font-size: 16px;
    text-align: center;
    margin: 0
}



/**********************************/
/*********** Feature CSS **********/
/**********************************/
.feature {
    position: relative;
    padding: 0;
}

.feature .feature-col {
    height: inherit;
    /*border-right: 1px solid #dddddd;*/
    padding: 10px 0;
}

.feature .feature-col:last-child {
    border-right: none;
}

.feature .feature-content {
    position: relative;
    width: 100%;
    padding: 0 20px;
    line-height: 80px;
}

.feature .feature-content i {
    color: #057bc9;
    font-size: 60px;
    margin-bottom: 10px;
}

.feature .feature-content h2 {
    /*color: #666666;*/
    /*font-size: 20px;*/
    font-weight: 700;
}

.feature .feature-content p {
    /*color: #666666;*/
    /*font-size: 15px;*/
    margin: 0;
}

/**********************************/
/*********** News CSS **********/
/**********************************/
.news-bg{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b8fffb+0,ffffff+100 */
    background: #b8fffb; /* Old browsers */
    background: -moz-linear-gradient(top, #b8fffb 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #b8fffb 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #b8fffb 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8fffb', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.fa-tint-news::after {
  content: "News";
  color: #f5be04;
  position: relative;
  left: -15px;
  top: -15px;
  font-size: 25px;
  font-family: Arial Black;
}

/**********************************/
/*********** Member CSS **********/
/**********************************/

.img-member-info{
  height: 300px;
  width: 300px;
  overflow: hidden;
  border-radius: 300px;
  background-color: #00ffff;
  margin: 0 auto;
}

/**********************************/
/*********** About CSS **********/
/**********************************/
.about-bg{
    background: url('../img/about_left2.png')  no-repeat  center  center ; 
    background-size: cover;
}

.about-left .feature-content {
    max-width: 515px;
    margin: 0 auto;
}
.about-right{
    background-color: rgba(242, 250, 253, 0.5);
}

.img-about-member{
    width: 178px;
    height: 178px;
/*    width: 100%;
    max-width: 178px;*/
}

.img-about-member2{
  height: 115px;
  width: 120px;
  overflow: hidden;
  border-radius: 100px;
  background-color: #00ffff;
  margin: 0 auto;
}

.about-more-button {
    display: inline-block;
    position: relative;
    z-index: 1;
    min-width: 100px;
    background: #FFFFFF00;
    border: 2px solid #6c8884;
    border-radius: 30px;
    color: #6c8884;
    /*font-size: 1rem;*/
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    padding: 10px 20px;
}
.about-more-button span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #004126;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.about-more-button:hover,
.about-more-button:focus {
    color: white;
}
.about-more-button:hover span {
    transform: translateY(0) scale(2);
}
.about-more-button span:nth-child(1) {
    --n: 1;
}
.about-more-button span:nth-child(2) {
    --n: 2;
}
.about-more-button span:nth-child(3) {
    --n: 3;
}
.about-more-button span:nth-child(4) {
    --n: 4;
}

.now_year_button {
    font-size: 40px;
    text-shadow:1px 1px 1px #008080, 0px 0px 1px #008080; 
    color: white;
}

.year_button {
    font-size: 40px;
    color: #0384a2;
}

/**********************************/
/******** about Item CSS ********/
/**********************************/

.aside-menu-1 > a:hover, .aside-menu-1 > a.current {
    border-color: #057bc9;
    background: #057bc9;
    color: #fff;
}
.aside-menu-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.aside-menu-1 > a {
    display: inline-block;
    margin: 0 6px 12px 6px;
    line-height: 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #057bc9;
    color: #057bc9;
    font-size: 20px;
    padding: 0 15px;
}

.aside-menu-2 > a:hover, .aside-menu-2 > a.current {
  /*  border-color: #057bc9;
    background: #057bc9;*/

    color: #0c7fc1;
}
.aside-menu-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.aside-menu-2 > a {
    display: inline-block;
    margin: 0 6px 12px 6px;
    line-height: 40px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #057bc9;
    color: #78b8e2;
    font-size: 20px;
    padding: 0 15px;
}

.top-35{
    top: -35px; 
}

.top-25{
    top: -25px; 
}

.top-15{
    top: -15px; 
}


/**********************************/
/******** Activity Item CSS ********/
/**********************************/
.section-header i{
    color: #057bc9;
    font-size: 60px;
    margin-bottom: 10px;
}
.fa-tint-activity::after {
  content: "Activity";
  color: #f5be04;
  position: relative;
  left: -15px;
  top: -15px;
  font-size: 25px;
  font-family: Arial Black;
}




/**********************************/
/******** Product Item CSS ********/
/**********************************/
.product-item {
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 15px;
}

.product-item .product-image {
    position: relative;
    overflow: hidden;
}

.product-item .product-image a {
    display: block;
    background: #057bc9;
    margin-bottom: 15px; 
    transition: .3s;
}

.product-item:hover .product-image a {
    background: rgba(63, 105, 170, .5);
}

.product-item .product-image img {
    width: 100%; 
}

.product-item:hover .product-image img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.product-item .product-image .product-action {
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: 50%;
    text-align: center;
    transition: .5s;
    opacity: 0; 
}

.product-item:hover .product-image .product-action {
    top: calc(50% - 25px);
    opacity: 1; 
}

.product-item .product-image .product-action a {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 6px 0;
    margin-right: 5px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background: #057bc9;
}

.product-item .product-image .product-action a:last-child {
    margin-right: 0;
}

.product-item .product-image .product-action a:hover {
    color: #057bc9;
    background: #ffffff;
}

.product-item .product-content {
    position: relative;
    width: 100%;
    text-align: center;
    background: #f7f7f7;
}

.product-item .product-content .title,
.product-item .product-content .ratting,
.product-item .product-content .price {
    position: relative;
    width: 100%;
}

.product-item .product-content .title {
    margin-bottom: 5px;
}

.product-item .product-content .title a {
    color: #057bc9;
    font-size: 18px;
    font-weight: 600;
}

.product-item .product-content .ratting i {
    font-size: 14px;
    color: #057bc9;
}

.product-item .product-content .price {
    font-size: 30px;
    color: #057bc9;
    font-weight: 700; 
}

.product-item .product-content .price span {
    margin-left: 12px;
    text-decoration: line-through;
    font-weight: 700;
    color: #666666;
}

.product-slider.slick-slider:hover .slick-prev {
    left: 30px;
    opacity: 1;
}

.product-slider.slick-slider:hover .slick-next {
    right: 30px;
    opacity: 1;
}

/**********************************/
/******** Matching 媒合專區 ********/
/**********************************/
.matching_url_button_div{
    top:-40px;
}


/**********************************/
/******** Featured Product ********/
/**********************************/
.member-item-img{
    left: -30px;
    bottom: 0px;
    margin-left: 50%;
    z-index: -1;
}
.fa-tint-cadres::after {
  content: "Cadres";
  color: #f5be04;
  position: relative;
  left: -15px;
  top: -15px;
  font-size: 25px;
  font-family: Arial Black;
}
.featured-product {
    position: relative;
    padding: 45px 0 0px 0;
}

.recent-product {
    position: relative;
    padding: 60px 0;
}
.tab_css{display:flex;flex-wrap:wrap;justify-content:center;}
    .tab_css input{display:none}
    .tab_css label{padding: 10px 16px; cursor: pointer; border-radius: 0px; background: #339dc4; color: #f2f2f2; }
    .tab_content{order:1;display: none; width:100%; line-height: 1.6; font-size: .9em; padding: 15px; }
    .tab_css input:checked + label, .tab_css label:hover{ font-weight:bold; background: #f2f2f2; color: #339dc4;}
    .tab_css input:checked + label + .tab_content{display: initial;}

/**********************************/
/******** Product View CSS ********/
/**********************************/
.product-view {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.product-view .product-search {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.product-view .product-search input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #057bc9;
}

.product-view .product-search button {
    position: absolute;
    width: 35px;
    height: 33px;
    top: 1px;
    right: 1px;
    text-align: center;
    background: #ffffff;
    color: #057bc9;
    border: none;
}

.product-view .product-search button i {
    font-size: 16px;
}

.product-view .product-search button:hover {
    background: #057bc9;
    color: #ffffff;
}

.product-view .product-short {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: right;
}

.product-view .product-short .dropdown a.dropdown-toggle {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #057bc9;
    text-align: left;
}

.product-view .product-short .dropdown a.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.product-view .product-short .dropdown-menu {
    margin: -2px 0 0 0;
    border-radius: 0;
}

.product-view .product-item {
    margin-bottom: 30px;
}

.product-view .pagination {
    margin: 0;
}

.product-view .pagination .page-item .page-link {
    color: #057bc9;
    background: #ffffff;
    border-color: #057bc9;
    border-radius: 0;
}

.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
    color: #ffffff;
    background: #057bc9;
}



/**********************************/
/******* Product Detail CSS *******/
/**********************************/
.product-detail {
    position: relative;
    width: 100%;
    padding: 60px 0 15px 0;
}

.product-detail .product-detail-top,
.product-detail .product-detail-bottom,
.product-detail .product-slider.product-slider-3 {
    margin-bottom: 45px;
}

.product-detail .product-slider-single img {
    width: 100%;
    background: #057bc9;
}

.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
    position: relative;
    width: 100%;
}

.product-detail .product-content .title h2 {
    color: #057bc9;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-detail .product-content .ratting i {
    color: #057bc9;
    font-size: 18px;
}

.product-detail .product-content .price {
    color: #057bc9;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-detail .product-content .price span {
    color: #666666;
    text-decoration: line-through;
    margin-left: 12px;
}

.product-detail .product-content .details {
    margin-bottom: 20px;
}

.product-detail .product-content .details p {
    color: #666666;
    font-size: 16px;
}

.product-detail .product-content .quantity {
    margin-bottom: 20px;
}

.product-detail .product-content .quantity h4 {
    display: inline-block;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.product-detail .product-content .quantity .qty {
    display: inline-block;
}

.product-detail .product-content .quantity button {
    width: 30px;
    height: 30px;
    padding: 2px 0;
    text-align: center;
    color: #ffffff;
    background: #057bc9;
    border: none;
}

.product-detail .product-content .quantity input {
    width: 60px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background: rgba(63, 105, 170, .5);
    border: none;
}

.product-detail .product-content .action a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 7px 0;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    background: #057bc9;
    border: 1px solid #057bc9;
}

.product-detail .product-content .action a:hover {
    color: #057bc9;
    background: #ffffff;
}

.product-detail  .nav.nav-pills .nav-link {
    color: #ffffff;
    background: rgba(63, 105, 170, .5);
    border-radius: 0;
}

.product-detail  .nav.nav-pills .nav-link:hover,
.product-detail  .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #057bc9;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: #f7931e;
}

.product-detail .tab-content {
    background: rgba(63, 105, 170, .1);
}

.product-detail .tab-content {
    padding: 10px;
}

.product-detail .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-detail .tab-content ul li {
    margin-bottom: 10px;
}

.product-detail .tab-content ul li::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.product-detail .tab-content .reviews-submitted {
    position: relative;
    margin-bottom: 45px;
}

.product-detail .tab-content .reviewer {
    color: #057bc9;
    font-size: 18px;
    font-weight: 600;
}

.product-detail .tab-content .reviewer span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.product-detail .tab-content .ratting {
    color: #057bc9;
    margin-bottom: 15px;
}

.product-detail .tab-content .reviews-submit .ratting {
    font-size: 24px;
}

.product-detail .tab-content .form input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .form textarea {
    width: 100%;
    height: 80px;
    padding: 6px 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .form button {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .form button:hover {
    color: #ffffff;
    background: #057bc9;
}



/**********************************/
/********** Sidebar CSS ***********/
/**********************************/
.sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget .title {
    position: relative;
    color: #057bc9;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-widget .title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #057bc9;
}

.sidebar-widget.brands ul,
.sidebar-widget.category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget.brands ul li,
.sidebar-widget.category ul li {
    margin-bottom: 12px; 
}

.sidebar-widget.brands ul li:last-child,
.sidebar-widget.category ul li:last-child {
    margin-bottom: 0; 
}

.sidebar-widget.brands ul li a,
.sidebar-widget.category ul li a {
    color: #057bc9;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
}

.sidebar-widget.brands ul li a::before,
.sidebar-widget.category ul li a::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.sidebar-widget.brands ul li a:hover,
.sidebar-widget.category ul li a:hover {
    padding-left: 10px; 
}

.sidebar-widget.brands ul li span,
.sidebar-widget.category ul li span {
    display: inline-block;
    float: right;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-widget.image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar-widget.image img {
    max-width: 100%;
    transition: .3s;
}

.sidebar-widget.image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.sidebar-widget.tag a {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #057bc9;
    background: #ffffff;
    border: 1px solid #057bc9;
}

.sidebar-widget.tag a:hover {
    color: #ffffff;
    background: #057bc9;
}

.pics{ position:relative;}
.pics img{ position:absolute;
  /* 淡出淡入效果2秒 */
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
 }
 .pics img:last-child:hover{
     /* 滑入時第一張透明度設0 */
      opacity:0;
      cursor: pointer; 
  }



/**********************************/
/************ Cart CSS ************/
/**********************************/
.cart-page {
    position: relative;
    padding: 60px 0;
}

.cart-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.cart-page .table .thead-dark th {
    text-align: center;
    background: #057bc9;
    border-color: #057bc9;
    vertical-align: middle;
}

.cart-page .table td {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.cart-page .table img {
    max-width: 100px;
    max-height: 100px;
}

.cart-page .table .qty {
    display: inline-block;
}

.cart-page .table button {
    height: 30px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #057bc9;
    border: none;
}

.cart-page .table input {
    width: 60px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background: rgba(63, 105, 170, .5);
    border: none;
}

.cart-page .coupon {
    position: relative;
    width: 100%;
}

.cart-page .coupon input {
    width: calc(100% - 135px);
    height: 50px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #057bc9;
    margin-right: 10px;
}

.cart-page .coupon button {
    width: 120px;
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #057bc9;
    border: none;
}

.cart-page .cart-summary {
    position: relative;
    width: 100%;
}

.cart-page .cart-summary .cart-content {
    padding: 30px;
    background: #057bc9;
}

.cart-page .cart-summary .cart-content h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}

.cart-page .cart-summary .cart-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h4 span {
    float: right;
}

.cart-page .cart-summary .cart-content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #ffffff;
    margin: 0;
}

.cart-page .cart-summary .cart-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #057bc9;
    border: none;
}

.cart-page .cart-summary .cart-btn button:first-child {
    margin-right: 25px;
    color: #057bc9;
    background: #ffffff;
    border: 1px solid #057bc9;
}



/**********************************/
/********** Checkout CSS **********/
/**********************************/
.checkout {
    position: relative;
    padding: 60px 0;
}

.checkout .billing-address,
.checkout .shipping-address {
    position: relative;
    width: 100%;
}

.checkout .shipping-address {
    display: none;
    margin-top: 30px;
}

.checkout .billing-address h2,
.checkout .shipping-address h2 {
    color: #666666;
    font-size: 30px;
    font-weight: 700;
}

.checkout .checkout-summary,
.checkout .checkout-payment {
    position: relative;
    width: 100%;
}

.checkout .checkout-payment {
    margin-top: 30px;
}

.checkout .checkout-summary h2,
.checkout .checkout-payment h2 {
    color: #666666;
    font-size: 30px;
    font-weight: 700;
}

.checkout .checkout-summary .checkout-content,
.checkout .checkout-payment .payment-methods {
    padding: 30px;
    background: #057bc9;
}

.checkout .checkout-summary .checkout-content h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}

.checkout .checkout-summary .checkout-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.checkout .checkout-summary .checkout-content p.sub-total,
.checkout .checkout-summary .checkout-content p.ship-cost {
    padding-top: 15px;
    border-top: 1px solid #ffffff;
}

.checkout .checkout-summary .checkout-content p span,
.checkout .checkout-summary .checkout-content h4 span {
    float: right;
}

.checkout .checkout-summary .checkout-content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #ffffff;
    margin: 0;
}

.checkout .checkout-payment .payment-methods {
    color: #ffffff;
}

.checkout .checkout-payment .payment-methods .payment-content {
    display: none;
}

.checkout .checkout-payment .checkout-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #057bc9;
    border: none;
}



/**********************************/
/********* My Account CSS *********/
/**********************************/
.my-account {
    position: relative;
    padding: 60px 0;
}

.my-account .nav.nav-pills .nav-link {
    padding: 15px 22px;
    color: #057bc9;
    font-weight: 400;
    background: rgba(63, 105, 170, .1);
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
}

.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #057bc9;
}

.my-account .tab-content {
    padding: 30px;
    background: rgba(63, 105, 170, .1);
}

.my-account .tab-content .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.my-account .tab-content .table .thead-dark th {
    text-align: center;
    background: #057bc9;
    border-color: #057bc9;
    vertical-align: middle;
}

.my-account .tab-content .table td {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}

.my-account .tab-content button {
    height: 35px;
    padding: 2px 15px;
    text-align: center;
    color: #ffffff;
    background: #057bc9;
    border: none;
}

.my-account .tab-content input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #ffffff;
    margin-bottom: 15px;
}



/**********************************/
/********* Newsletter CSS *********/
/**********************************/
.member-img{
    left: 0px;
    bottom: 0px;
}
.newsletter-img{
    left: 0px;
    bottom: 3px;
}
.newsletter {
    position: relative;
    padding: 60px 0;
    text-align: center;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b8fffb+0,ffffff+100 */
    background: #b8fffb; /* Old browsers */
    background: -moz-linear-gradient(left, #b8fffb 0%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #b8fffb 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #b8fffb 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8fffb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.newsletter .section-header h2,
.newsletter .section-header h3,
.newsletter .section-header p {
    color: #ffffff;
}

.newsletter .section-header h2::after,
.newsletter .section-header h3::after {
    background: #ffffff;
}

.newsletter .form {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter .form input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #ffffff;
}

.newsletter .form button {
    position: absolute;
    width: 80px;
    height: 40px;
    top: 0;
    right: 0;
    padding: 0 15px;
    border: none;
    background: #057bc9;
    color: #ffffff;
    border: 1px solid #ffffff;
}

.member_add_button {
    display: inline-block;
    position: relative;
    z-index: 1;
    min-width: 100px;
    background: #77c0e2;
    border: none;
    border-radius: 30px;
    color: #6c8884;
    /*font-size: 1rem;*/
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s;
    padding: 10px 20px;
}
.member_add_button span {
    position: absolute;
    width: 40%;
    height: 100%;
    background-color: #6c8884;
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 2.5) * 20%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.member_add_button:hover,
.member_add_button:focus {
    color: white;
}
.member_add_button:hover span {
    transform: translateY(0) scale(2);
}
.member_add_button span:nth-child(1) {
    --n: 1;
}
.member_add_button span:nth-child(2) {
    --n: 2;
}
.member_add_button span:nth-child(3) {
    --n: 3;
}
.member_add_button span:nth-child(4) {
    --n: 4;
}

.member_add_button i{
    color: #057bc9;
}

.fa-tint-member-add::after {
  content: "入會申請";
  color: #ffffff;
  position: relative;
  top:-5px;
  font-size: 20px;
  font-family: Arial Black;
}

/**********************************/
/*********** Brand CSS ************/
/**********************************/
.brand {
    position: relative;
    padding: 0 0 60px 0;
}

.brand-item {
    text-align: center; 
}

.brand-item img {
    max-width: 100%;
    margin: auto; 
}



/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
    position: relative;
    padding: 60px 0;
}

.contact .contact-info .section-header h3,
.contact .contact-info .section-header p {
    text-align: left;
}

.contact .contact-info .section-header p {
    font-weight: 400;
}

.contact .contact-info .section-header h3::after {
    left: 0;
}

.contact .contact-info img {
    max-width: 100%;
    margin-bottom: 15px;
}

.contact .contact-info h4 {
    margin-bottom: 10px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.contact .contact-info h4 i {
    color: #057bc9;
    margin-right: 5px;
}

.contact .social {
    position: relative;
    width: 100%;
}

.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 3px 0;
    text-align: center;
    font-size: 20px;
    border: 1px solid #057bc9;
}

.contact .social a i {
    color: #057bc9;
}

.contact .social a:hover {
    background: #057bc9;
}

.contact .social a:hover i {
    color: #ffffff;
}

.contact .form {
    color: #666666;
}

@media (max-width: 767.98px) {
    .contact .form {
        margin-bottom: 30px;
    }
}

.contact .form input,
.contact .form textarea {
    color: #666666;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    border: 1px solid #057bc9;
    border-radius: 0;
    box-shadow: none;
}

.contact .form input:focus,
.contact .form textarea:focus {
    box-shadow: none;
}

.contact .form button[type="submit"] {
    padding: 6px 25px 7px 25px;
    color: #057bc9;
    letter-spacing: 1px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #057bc9;
    background: #ffffff;
}

.contact .form button[type="submit"]:hover {
    background: #057bc9;
    color: #FFFFFF;
}



/**********************************/
/****** Register & Login CSS ******/
/**********************************/
.login {
    position: relative;
    padding: 60px 0;
}



/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer-title{
    border-radius: 30px;
    box-shadow:3px 3px 5px 6px #2e6f88;
}
.footer-hji{
    border-radius: 30px;
    border-color: #FFFFFF;
    border: solid;
    padding-left: 10px;
    padding-right: 10px;
}

.footer {
    position: relative;
    padding: 60px 0 0 0;
    background: #057bc9;
}

@media (min-width: 992px) {
    .footer .container-fluid {
        max-width: 95%;
    }
}

.footer .footer-widget {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.footer .footer-widget h1 {
    color: #ffffff;
    margin-bottom: 18px; 
}

.footer .footer-widget .title {
    color: #ffffff;
    white-space: nowrap;
}

.footer .footer-widget p {
    color: #ffffff;
}

.footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-widget ul li {
    margin-bottom: 12px; 
}

.footer .footer-widget ul li:last-child {
    margin-bottom: 0; 
}

.footer .footer-widget ul li a {
    color: #ffffff;
    white-space: nowrap;
    display: block;
    line-height: 23px;
}

.footer .footer-widget ul li a::before {
    /*content: '\f061';*/
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.footer .footer-widget ul li a:hover {
    padding-left: 10px; 
}

.footer .contact-info p {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
}

.footer .contact-info p i {
    color: #2aa9e1;
    margin-right: 5px;
}

.footer .social {
    position: relative;
    width: 100%;
}

.footer .social a {
    display: inline-block;
    margin: 10px 5px 0 0;
    width: 35px;
    height: 35px;
    padding: 2px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ffffff;
}

.footer .social a i {
    color: #ffffff;
}

.footer .payment {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #4977bf;
}

@media (min-width: 992px) {
    .footer .payment {
        max-width: 80%;
        margin: 0 auto;
    }
}

.footer .payment-method,
.footer .payment-security {
    overflow: hidden;
}

.footer .payment-method {
    text-align: left;
}

.footer .payment-security {
    text-align: right;
}

@media (max-width: 768.98px) {
    .footer .payment-method,
    .footer .payment-security {
        text-align: center; 
    } 
}

.footer .payment-method p,
.footer .payment-security p{
    display: inline-block;
    margin: 0 10px 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}

.footer .payment-method img,
.footer .payment-security img {
    height: 25px;
}



/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
    position: relative;
    padding: 25px 0;
    background: #ffffff;
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .template-by {
    text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: #666666;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 600;
}

@media (max-width: 768.98px) {
    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center; 
    } 
}

