@charset "utf-8";
/* File Description:Main CSS file of the template */
/* TABLE OF CONTENTS

1) Typography 排版
2) Layout 布局
3) Pages
4) Template Components 模版組件(按鈕、表單)
5) Navigations 導航
6) Blocks/Widgets 區塊/小工具、裝置
7) Slick
8) Owl carousel

*/
/* 1 Typography
----------------------------------------------------------------------------- */
/*Noto Sans TC*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*Open Sans*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html {
	height: 100%;
}
body {
	font-family: 'Noto Sans TC','Open Sans';
	font-size: 15px;
	line-height: 1.50;
	color: #666;
	background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666;
    line-height: 1.5;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #343434;
}
h1 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
h2 {
    font-size: 28px;
    margin: 0;
    padding: 50px 0;
    font-weight: bold;
    text-align: center;
}
h2 span {
    text-transform: uppercase;
    font-size: 16px;
    color: #de7388;
    display: block;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 18px;
    font-weight: 700;
}
h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
h6 {
    font-size: 14px;
    font-weight: 700;
}
h1 span {
    color: #ac0000;
}
p {
    font-size: 16px;
    line-height: 30px;
}
a {
    color: #000;
}
a:hover,
a:focus {
    color: #eb6877;
    text-decoration: none;
    outline: 0;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
.spacing {
    letter-spacing: 30px;
    vertical-align: inherit;
}
.color-purple {
    color: #ff2b43;
}
.fill img{
    max-width: none;
}
@media(max-width:480px){
    h2 {
        padding: 20px 0;
    }
}
/* 2 Layout
----------------------------------------------------------------------------- */
.sidebar .title {
	margin-bottom: 15px;
	margin-top: 20px;
	position: relative;
}
.page-header {
	margin-top: 20px;
	padding-top: 20px;
}
.main {
    min-height: 500px;
}
/*header
---------------------------------- */

.boxed .page-wrapper,
.header .container {
    position: relative;
}
.logo {
    margin-top: 45px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}
.header-link {
    position: absolute;
    top: 18px;
    right: 0;
}
.header-link.link-r {
    right: inherit;
}
.header-link a {
    padding: 0 20px;
    height: 22px;
    display: inline-block;
    background-size: 50%;
    font-size: 13px;
}
.header-link.link-r a {
    font-size: 15px;
    padding: 0 5px;
}
.header-link a.i-line{
    background: url(../_images/all/line-icon.png) no-repeat 0 0;
    background-size: contain;
    width:22px;
    vertical-align: middle;
}
.header-link a.i-line:hover{
    background: url(../_images/all/line-icon-hover.png) no-repeat 0 0;
    background-size: contain;
    width:22px;
    vertical-align: middle;
}
@media(max-width:768px){
    .logo {
        position: absolute;
        margin: 0px auto;
        width: 66px;
        top: 5px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/*main
---------------------------------- */
.main {
    min-height: 500px;
}
.banner .fill {
    height: 300px;
}
@media (min-width:1200px) {
    .banner .fill {
        height: 428px;
    }
}
@media (max-width:1199px) {
    
}
@media (max-width:480px){
    .banner .fill {
        height: 200px;
    }
}
@media (max-width:375px){
    .banner .fill {
        height: 160px;
    }
}
/*content
---------------------------------- */

section.content {
    margin-bottom: 50px;
}
.content .container {
    position: relative;
}
.pd-wrapper{
    margin-top: 80px;
}
.pd-wrapper h2 {
    color: #231815;
}
.pd-wrapper h2:before,
.pd-wrapper h2:after{
    content: url(../_images/son/icon-title.png);
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.inews h2 {
    text-align: left;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}
.inews a.more {
    background: #de7388;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    width: 80px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}
.inews a.more:hover {
    background: #dd5a74;
}
.newslist {
    border-bottom: 1px dotted #aaaaaa;
    padding: 5px 0;
    margin-bottom: 5px;
}
.newslist span.date {
    border-radius: 5px;
    background: #de7388;
    color: #fff;
    padding: 5px 8px;
    font-size: 14px;
    display: inline-block;
}
.newslist span.subject {
    margin-left: 10px;
    font-size: 16px;
    color: #000;
}
@media(max-width:768px){
    .pd-wrapper {
        margin-top: 40px;
    }
}
@media(max-width:480px){
    .pd-wrapper h2 {
        margin-top: 0px;
        font-size: 150%;
    }
    .pd-wrapper h2:before, .pd-wrapper h2:after{
        content: none;
    }
}
/*footer
---------------------------------- */

.scrollToTop {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 55px;
    height: 55px;
    z-index: 1005;
    cursor: pointer;
    display: none;
}
.subfooter {
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #eb6877;
}
.flogo {
    width: 80%;
    margin-top: 20px;
}
.subfooter h4 {
    color: #fff;
    font-weight: normal;
}
.subfooter .info .nav > li {
    font-size: 14px;
    color: #fff;
    padding-bottom: 5px;
}
.subfooter .menu-info li {
    color: #fff;
    margin-bottom: 5px;
}
.subfooter .nav > li > a {
    color: #fff;
    display: inline-block;
    padding: 0;
}
.subfooter .nav > li > i {
    color: #fff;
    width: 16px;
    margin-right: 10px;
    text-align: center;
}
.menu-list {
    display: inline-block;
    vertical-align: top;
    color:#fff;
}
.menu-list ul.nav:first-child{
    margin-left:20px;
}
.menu-list ul.nav > li:first-child > a {
    font-weight: bold;
    margin-bottom: 20px;
}
.menu-list ul.nav > li > a {
    padding: 0;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin: 0;
}
.subfooter .nav > li > a:hover,
.subfooter .nav > li > a:focus {
    border: 0;
    text-decoration: underline;
}
.subfooter .f-icon {
    text-align: right;
    padding-right: 20px;
    padding-bottom: 10px;
}
.time h4 {
    font-size: 17px;
}
.time p {
    font-size: 15px;
    color: #343434;
    line-height: inherit;
    margin-bottom: 0;
}
.time h4,.time p{
    color:#fff;
}
.copyright {
    margin-top:40px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #c45b5e;
}
.copyright:before {
    content: "";
    border-top: 1px solid #fff;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}
.copyright a {
    color: #fff;
}
@media (max-width:767px){
    .flogo{
        width: auto;
    }
    .flogo img {
        margin: 0 auto;
    }
}
@media (max-width:500px){
    .flogo{
        display: none;
    }
    .subfooter{
        padding-top:0;
    }
    .copyright:before{
        border-top:0;
    }
    .copyright {
        margin-top: 0;
        border-top: 0;
    }
}

/* 3 Pages
----------------------------------------------------------------------------- */

/*news
----------------------------------*/

body.news .date {
    padding: 5px 10px;
    color: #eb6877;
    margin-bottom: 8px;
    text-align: center;
    border-bottom: 1px dashed;
}
body.news .text {
    padding: 5px;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
}
body.news .listbox {
    min-height: 300px;
    margin-bottom: 30px;
}
body.news .img{
    border:1px solid #ddd;
}
body.news.show .date {
    border: 0;
    background-color: #de7388;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
}
body.news.show .date:before{
    content: "發佈日期 / "
}
body.news.show .subject {
    font-size: 20px;
    color: #de7388;
    padding: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #de7388;
    position: relative;
}
body.news.show .subject h3{
    margin: 0;
    padding: 40px 0 20px;
}
@media (max-width:1199px) {
    .newslist span.subject {
        display: inline-block;
        width: 75%;
        vertical-align: top;
    }
}

/*product
-----------------------------------*/

figure.pdlist {
    border: 1px solid #ccc;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
    padding: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    min-height: 362px;
}
figure.pdlist a {
    display: block;
    overflow: hidden;
    height: 267px;
}
figure.pdlist a.fill{
    min-height: 267px;
}
figure.pdlist p.pdname,
figure.pdlist .price{
    text-align: left;
}
figure.pdlist p.pdname {
    color: #000;
    font-weight: bold;
    margin: 3px 0;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    font-size: 18px;
}
span.special {
    color: red;
    font-size: 18px;
    font-weight: bold;
}
span.special:before {
    color: #222;
    font-size: 13px;
    font-weight: bold;
    content: "特價";
    margin-right:5px;
}
span.original {
    color: #969292;
    font-size: 13px;
    margin-left: 10px;
    text-decoration: line-through;
}
.pdlist button {
    position: absolute;
    right: 10px;
    bottom: 20px;
}
figure.pdlist .price{
    margin-bottom: 10px;
}
figure.pdlist:after {
    content: "";
    border-bottom: 9px solid #c9c9c9;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
figure.pdlist:hover:after {
    border-color: #de7388;
}
@media (max-width:991px){
    figure.pdlist a {
        display: block;
        overflow: hidden;
        height: 340px;
    }
}
@media (max-width:767px){
    figure.pdlist a {
        height: auto;
    }
}
/*--------------product show-----------------*/

body.product.show .content .btn-back {
    margin-top: 50px;
}
body.product.show .pd-wrapper {
    padding: 0 0px 0 50px;
    margin-top: 0;
}
.pdviewbox {
    width: 568px;
    padding: 0 0 40px 0;
    position: relative;
}
.pdinfo h2 {
    padding: 0;
    color: #000;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px;
}

.left-intro,
.right-intro {
    display: inline-block;
    vertical-align: top;
}

.introbox {
    margin-bottom: 10px;
    font-size: 16px;
}

.introbox.b3 {
    margin-bottom: 20px;
}

.left-intro {
    color: #666;
}

.right-intro {
    padding-left: 10px;
    width: 445px;
}

.right-intro.editor p {
    line-height: 24px;
    color: #666;
}

.sharebox {
    margin-top: 20px;
}
.titlebar {
    background-color: #de7388;
    border-radius: 0;
    padding: 6px 20px;
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}
.detail {
    border-bottom: 1px solid #de7888;
}
.right-intro.editor {
    height: 74px;
    overflow: hidden;
    line-height: 26px;
    font-size: 16px;
}
@media(max-width:1199px){
    .pdviewbox .bx-wrapper {
        width: 340px;
        margin: 0;
    }
    .pdviewbox {
        width: 480px;
    }
    .sharebox {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    body.product.show .pd-wrapper {
        padding: 0 15px;
    }
    .pdviewbox {
        width: 100%;
    }
    .right-intro {
        width: 100%;
    }
}
@media (max-width:480px)  {
    .left-intro {
        color: #333;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .right-intro {
        padding-left: 0;
    }
    .pdviewbox {
        padding: 40px 0;
    }
}
/*contact
-----------------------------------*/
.content-info li p {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 18px;
}
.content-info .time {
    text-align: right;
    display: inline-block;
    line-height: 30px;
}
.content-info li p i {
    font-size: 20px;
    margin-right: 10px;
}
.contact-form .label {
    color: #939191;
    font-size: 100%;
    display: block;
    text-align: left;
    padding-left: 0;
    font-weight: normal;
}

.contact-form .input,
.contact-form .textarea,
form .input,
form .textarea {
    position: relative;
    display: block;
}

.contact-form .input i,
.contact-form .textarea i {
    position: absolute;
    top: 3px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    right: 3px;
    border-left: 1px solid #ccc;
    color: #AEAEAE;
}

.contact-form .input-captcha img,
.login-form .input-captcha img,
.register-form .input-captcha img{
    position: absolute;
    top: 2px;
    right: 16px;
    border-left: 1px solid #AEAEAE;
}

.contact-form footer {
    margin: 10px 0;
    text-align: right;
}

.contact-form footer .btn {
    min-width: 110px;
    padding: 8px;
    font-size: 14px;
}

.contact-form .error, 
form .invalidate .error,
.register-form .error,
.login-form .error,
.form .error{
    position: absolute;
    right: 17px;
    top: 2px;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: 13px;
}
.twzipcode {
    position: relative;
}
.login-form .error{
    right:2px;
}
.input-addr .error {
    top: 12px;
    right: 2px;
}
.addrbox .error {
    bottom: 1px;
    top: inherit;
}
.twzipcode .error {
    top: 0;
    bottom: inherit;
}
.input-captcha .error {
    right: 115px;
}

.contact-form .has-success .error,
form .has-success .error {
    opacity: 0;
}
.message {
    color: #d50931;
    padding: 5px 0;
}
.message p {
    display: inline-block;
}

h3.heading {
    color: #de7388;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    margin:20px 0;
    padding-bottom: 10px;
    position: relative;
    vertical-align: middle;
}

.map {
    margin-top: 20px;
    margin-bottom: -54px;
    width: 100%;
    height: 300px;
}

.maplabels {
    font-size: 22px;
    color: #741321;
    font-weight: bold;
    font-family: "微軟正黑體";
}
.contact-text {
    box-shadow: 5px 0px 5px rgba(95, 95, 95, 0.2);
    margin-right: 40px;
}
.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}
.contact-box,.contact-box p{
    font-size: 18px;
    font-weight: normal;
}
.contact-box p{
    font-weight: bold;
}
.contact-text p {
    letter-spacing: -1px;
    line-height: 26px;
    margin-bottom: 0;
}
ul.content-info li {
    margin-bottom: 8px;
}


/*home
-------------------------------*/

body.home .banner {
    display: block;
    width: 100%;
    height: auto;
}

.banner ul li .t {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    background-color: transparent;
    left: 0;
}
.islider, .islider li{
    height: 674px !important;
}
.islider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.islider>li>a {
    height: 100%;
}
.banner .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: -30px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #999;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #de7388;
}
.cfpic-m{
        display: none;
}
@media (min-width:768px){
    
}
@media (max-width:991px){
    .islider, .islider li{
        height: 400px !important;;
    }
}
@media (max-width:480px) {
    .islider li {
        height: 300px !important;
    }
    .cfpic{
        display: none;
    }
    .cfpic-m{
        display: block;
    }
    .cfpic-m .slick-slide img {
        padding: 0 30px;
    }
}
@media (max-width:320px){
    .islider li{
        height: 250px !important;
    }
}
/* 4 Template Components
----------------------------------------------------------------------------- */

/*--------breadcrumb--------*/
.breadcrumb {
    padding: 30px 0px;
    margin-bottom: 0px; 
    list-style: none;
    background-color: transparent; 
    border-radius: 0px; 
    text-align: right;
}
.breadcrumb a {
    color: #999;
}
.breadcrumb > .active,
.breadcrumb > li,
.breadcrumb > li >a:hover{
    color: #de7388;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #de7388;
    content: "\e879";
    font-family: "fontello";
}
body.home .breadcramb{
    display: none;
}
/*--------imgzoom--------*/
.imgzoom a{
    overflow: hidden;
    display: block;
}
.imgzoom img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}
.imgzoom:hover img {
    opacity: 0.8;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
/*--------pager-------*/
.mypager {
    text-align: center;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #767676;
    border-color: #767676;
    color:#fff;
}
.pagination > li > a, .pagination > li > span {
    color: #343434;
    border-color: #999;
    margin: 0 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #767676;
    border-color: #767676;
    color:#fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
    border-radius: 0;
}
/*button
-------------------------------*/
button:focus {
    outline: 0;
}
.container .btnbox {
    text-align: center;
    margin: 20px 0;
}

.btnbox.line {
    border-top: 1px solid #de7388;
    padding: 20px 0;
}

.btn {
    background-color: #de7388;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.btn i {
    margin-right: 10px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #fff;
    background-color: rgb(232, 82, 112);
}
.btn-back i {
    font-size: 10px;
    margin-right: 10px;
}

.btn-default {
    background: #ccc;
    font-size: 14px;
    color: #666;
}

.btn-checkout {
    min-width: 150px;
    padding: 10px 20px;
    background-color: #2b2b2b;
}

.btn-addcart {
    min-width: 90px;
    padding: 5px;
    background-color: rgba(222, 115, 136, 0.60);
}
.btn-add {
    padding: 8px 30px;
    font-size: 14px;
}
.btn-purple {
    background: #dbcde0;
    color: #560f29;
}

.btn-login {
    width: 100%;
    background-color: #767676;
    margin-top: 10px;
}

.btn-fb {
    width: 100%;
    background-color: #3c5a99;
    background-image: none;
    line-height: 24px;
    margin-top: 10px;
}
.btn-fb img{
    height: 24px;
}

.btn-fb:hover,
.btn-fb:focus {
    background-image: none;
    background-color: #3F5A93;
    opacity: 0.9;
}

.btn-close {
    background-color: #808080;
    color: #fff;
}

.btn-50 {
    background: url(../_images/member/btn50bg.png) repeat;
}

.btn-del {
    color: #eb6877;
    background-color: transparent;
    border: 0;
}

.btn-del:hover {
    color: #f01d35;
}

.btn-checkout-full {
    width: 100%;
    background-color: #2b2b2b;
}

.btn-gray {
    background-color: #2b2b2b;
    color: #fff;
}

.btn-full {
    width: 100%;
}
.btn-nb {
    background-color: transparent;
    color: #000;
    font-size: 14px;
}
.btn-go {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: #fff;
    vertical-align: middle;
    padding: 0;
    font-size: 12px;
    background-color: #000;
}
/*form
--------------------------------*/

.inline {
    display: inline-block;
    width: auto;
}

.twzipcode select,
.twzipcode input {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
}

.twzipcode input {
    width: 85px;
}

#register-form .form-control {
    display: inline-block;
    width: 100%;
}

.error {
    display: inline-block;
    padding: 6px 10px;
    background: #de7388;
    border-radius: 5px;
    margin-left: 5px;
    color: #fff;
    position: relative;
}

.error::before {
    box-sizing: content-box;
    width: 0;
    height: 0;
    position: absolute;
    content: "";
    top: 8px;
    right: 100%;
    border: 8px solid rgba(0, 0, 0, 0);
    border-right: 15px solid #de7388;
    border-left: 0 solid;
    font: normal 100%/normal Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 1);
    text-overflow: clip;
    text-shadow: none;
}

.codebox,
.codepic {
    display: inline-block;
}

label span {
    vertical-align: middle;
}

.red {
    color: #f00;
}

.btnbox.t-line {
    border-top: 3px solid #ddd;
    padding-top: 20px;
}


/*Modal
-------------------------------*/

.modal .titlebox {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.modal .titlebox a {
    display: inline-block;
    width: 50%;
    text-align: center;
    background-color: #b5b5b5;
    padding: 5px;
    margin-right: -3px;
    color: #000;
}

.modal .titlebox a.active,
.modal .titlebox a:hover {
    background-color: #dbcde0;
}

.modal-dialog {
    width: 400px;
    margin: 30px auto;
}

.modal-body .input-group {
    margin-bottom: 10px;
}

.modal .input-group .form-control {
    height: 36px;
    font-size: 15px;
}

.modal .input-group .form-control.input-sm {
    width: 50%;
    border-radius: 0px 5px 5px 0;
}

a.code {
    font-size: 18px;
    color: #666;
}

.modal .login-btnbox .btn {
    padding: 6px 0;
    font-size: 22px;
    margin-bottom: 10px;
}

.modal-footer {
    text-align: center;
}


/*table
-------------------------------*/
table.table {
    border-bottom: 1px solid #ddd;
}
table.table.noline th,
table.table.noline td {
    border-top: 0;
}

table.table.table-gray th,
table.table.table-gray thead {
    color: #000;
}

th.pdimg {
    width: 10%;
    text-align: center;
}

th.w-80 {
    width: 80px;
}

th.pdname,
td.pdname {
    text-align: left;
}
.rwd-table td:before {
        display: none;
}
.rwd-table th,
.rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
}

.rwd-table th:first-child,
.rwd-table td:first-child {
    
}

.rwd-table th:last-child,
.rwd-table td:last-child {
   
}

.rwd-table th,
.rwd-table td {
    
}
.rwd-table tbody>tr>th {
    border-color: #de7388;
    color: #de7388;
}
.rwd-table tr:nth-of-type(2n) {
    background: #eee;
}
td p {
    margin: 0;
    line-height: normal;
}
/*vertical tabs
-------------------------------*/
.vertical .nav-tabs > li{
    float: none;
    border: 0;
    font-size: 20px;
}
.vertical .nav-tabs,
.vertical .tab-content {
    display: table-cell;
    margin: 0;
    vertical-align: top;
}
.vertical .nav-tabs {
    border: 0;
    box-shadow: 5px 0px 5px rgba(95, 95, 95, 0.2);
    min-width:160px;
}
.vertical .tab-content {
    padding: 0 20px;
}
    
.vertical .nav-tabs > li > a{
    border-radius: 0;
    border: 0;
    color:#767676;
}
.vertical .nav-tabs > li > a:hover{
    border:0;
    color:#de7388;
}
.vertical .nav-tabs > li.active > a,
.vertical .nav-tabs > li.active > a:hover,
.vertical .nav-tabs > li.active > a:focus{
    border: 0;
    color:#de7388;
    background-color: transparent;
}
}
.vertical .tab-pane {
    min-height: 400px;
}
@media (max-width:480px) {
    .breadcramb{
        display: none;
    }
    .breadcramb{
        display: none;
    }
}
/* 5 Navigations
----------------------------------------------------------------------------- */
.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}
.header-link .dropdown-menu {
    min-width: inherit;
    width: 100%;
    box-shadow: none;
    border-color: #C2C2C2;
}

.header-link .dropdown-menu > li > a {
    padding: 3px 0px 3px 20px;
}

.header-link .dropdown-menu > li > a:hover {
    color: #741321;
}

.main-navigation {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
}

.mobile-menu {
    display: none;
}

/*son-menu
---------------------------------- */
.son-menu {
    border-radius: 30px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
}
body.product.show .son-menu{
    margin-bottom: 96px;
}
ul.nav-center > li {
    display: inline-block;
}
ul.nav-center > li > a{
    font-size: 18px;
    font-weight: bold;
    color: #767676;
}
ul.nav-center > li.open > a,
ul.nav-center > li.open > a:focus,
ul.nav-center > li > a:hover,
ul.nav-center > li > a.active{
    color:#de7388;
    background-color:transparent;
}
ul.nav-center > li > a:before{
    content: "";
    width:46px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
ul.nav-center > li.open > a:before,
ul.nav-center > li.open > a:hover:before,
ul.nav-center > li > a:hover:before,
ul.nav-center > li > a.active:before{
    content: url(../_images/son/icon_son-menu.png);
}
.son-menu .dropdown-menu {
    background-color: #de7388;
    border-radius: 0px 0 10px 10px;
    padding: 5px;
    padding-bottom: 10px;
    margin-top: 0;
}
.son-menu .dropdown-menu > li > a{
    color:#fff;
    font-size:16px;
    text-align: center;
}
.son-menu .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: rgba(255, 255, 255, 0.24);
}
@media (min-width:768px) {
    
    .navbar-collapse.collapse {
        text-align: center;
    }
    .nav-menu ul.navbar-nav {
        float: none;
        display: inline-block;
    }
    .nav-menu .navbar-nav > li {
        padding: 0 30px;
    }
    .nav-menu .navbar-nav > li > a {
        padding: 5px 0;
        font-size: 16px;
    }
    .nav-menu .navbar-nav > li:before {
        content: "/";
        position: absolute;
        right: 0;
        line-height: 30px;
        font-weight: 900;
    }
    .nav-menu .navbar-nav > li:last-child:before{
        content: none;
    }
    
}
@media(max-width:768px){
    .main-navigation {
        display: none;
    }
    .mobile-menu {
        position: relative;
        display: block;
        border-bottom: 1px solid #ccc;
        padding:8px 0;
    }
    .micon {
        padding: 10px 20px 10px 0;
        color: #888;
        font-size: 30px;
        text-align: center;
        z-index: 99;
        border: 0;
    }
    button.micon {
        background: none;
        padding: 0;
    }
    html,
    body {
        overflow-x: hidden;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }
    body.pushy-open-left .menu-icon,
    body.pushy-open-left .main,
    body.pushy-open-left .banner {
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0);
    }
    body.pushy-open-left .logo {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    body.pushy-open-left .right-menu{
        -webkit-transform: translate3d(150px,0,0);
        transform: translate3d(150px,0,0);
    }
    .searchbox {
        margin: 10px;
    }
    .searchbox label {
        position: relative;
    }
    .searchbox button {
        position: absolute;
        right: 14px;
        top: 12px;
    }
    .searchbox button.btn {
        padding: 5px 8px;
        border-radius: 3px;
    }
    .searchbox button.btn i {
        margin-right: 0;
    }
    .header-link {
        display: none;
    }
    nav.header-link.link-r.fixed {
        display: block;
        position: fixed;
        right: 0;
        top: inherit;
        bottom:70px;
        z-index: 999;
        background-color: rgba(222, 115, 136, 0.85);
        padding: 5px;
        border-radius: 10px 0px 0 10px;
        text-align: center;
        box-shadow: 0 0 10px;
    }
    nav.header-link.link-r.fixed > a {
        display: block;
        color: #fff;
        font-size: 200%;
        height: 45px;
        margin-bottom: 5px;
        padding: 0;
    }
    nav.header-link.link-r.fixed > a.i-line {
        background-image: url(../_images/all/m-line-icon.png);
        width:32px;
        margin: 5px auto 0;
    }
    .m-menu-list {
        background-color: #fff;
    }
    .m-menu-list h3 {
        padding: 5px 0px 5px 20px;
        background-color: #de7388;
        color: #fff;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
    }
    .m-menu-list h2:first-child {
        margin-top: 0;
    }
    .m-menu-list h2:before {
        background-image: none;
        content: none;
    }
    .mobile-menu .nav > li {
        border-bottom: 1px solid #ccc;
    }
    .mobile-menu .nav > li > a {
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        color: #000;
    }
    .mobile-menu .nav>li>a:hover,
    .mobile-menu .nav>li>a:focus,
    .mobile-menu .nav>li>a.active{
        border: 0;
        font-weight: normal;
        color: #fff;
        background-color:#de7388;
    }
}

/* 6 Block/Widgets
----------------------------------------------------------------------------- */
.small-cfpic {
    padding: 10px 15px;
}
.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-r-20 {
    margin-right: 20px;
}
.m-t-50{
    margin-top: 50px;
}
.clearfix {
    clear: both;
}
/*editor
-------------------------------*/

.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor p {
    color: #000;
}

.editor p {
    font-size: 16px;
    line-height: 30px;
}

.editor img {
    border: 0;
    margin: 10px 0;
    max-width: 100%;
}

.editor h4{
    font-size:20px;
}
.editor .tbox p {
    font-size: 18px;
    color: #252525;
}
.editor .tbox h2 {
    color: #de7388;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}
.editor .t-right h2 {
    margin-top: 50px;
    margin-bottom: 0;
}
.note-tabs .editor li {
    line-height: 30px;
    font-size: 16px;
    color:#252525;
}
.empty {
    text-align: center;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*print
-------------------------------*/
@media print{
    body,.container{
        margin:0;
        padding:0;
        overflow: hidden;
    }
    header,footer,
    .page-class,
    .content .container h2,
    .alltitle,
    body.order.p04 .content .info,
    .container .btnbox,
    .banner,
    .breadcramb{
        display: none;
    }
    .notebox{
        padding:0;
        background:none;
    }
    .notelist p{
        font-size: 14px;
        margin-bottom: 0;
    }
    .rwd-table th:last-child, .rwd-table td:last-child {
        border-bottom: 1px solid #ccc;
    }
}
/* 7 Slick
----------------------------------------------------------------------------- */
.pdviewbox .slider-for .fill{
    height: 458px;
}
.pdviewbox .slider-nav .fill{
    height: 86px;
}
.pdviewbox .slick-prev:before,
.pdviewbox .slick-next:before{
    color:#999;
}
.pdviewbox .slider-nav {
    padding: 0px 25px 0px 40px;
    margin: 20px 0;
}
.pdviewbox .slick-prev {
    left: 0;
}
.pdviewbox .slick-next {
    right: 0;
}
.pdviewbox .slider-nav .slick-slide {
    margin: 0 20px 0 0;
    border: 2px solid transparent;
    cursor: pointer;
}
.pdviewbox .slider-nav .slick-current {
    border: 2px solid #de7388;
}
.pdviewbox .slick-slide img {
    margin: 0 auto;
}
@media(max-width:480px){
    div#bx-pager, .slider-nav {
        display: none;
    }
    .slick-dots li.slick-active button:before {
        color: #de7388;
    }
}
/* 8 Owl carousel
----------------------------------------------------------------------------- */