@font-face {
    font-family: 'Freestyle Script', sans-serif;
    font-weight: 400;
    src: url('../fonts/FREESCPT.TTF');
}

body {
    background: #ffffff;
    /*font-family: Arial,'Josefin Sans', sans-serif;*/
    font-family:'Josefin Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    overflow-x: hidden;
}

a {
    color: #333333;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #674e9f;
    text-decoration: none;
}

.img-fluid {
    max-width: 100%;
}

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

.text-right {
    text-align: right;
}

h1,
h2,
h3 {
    font-weight: 700;
    line-height: 1.3;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.2rem;
}

.btn-purple {
    display: inline-block;
    font-size: 1.0625rem;
    font-weight: 700;
    border-radius: 100px;
    line-height: 1;
    background-color: #674e9f;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    cursor: pointer;
    padding: 1rem 2.0625rem 0.8rem 2.0625rem;
}

.btn-purple:hover {
    background-color: #333333;
    color: #ffffff;
}

.brd-heading {
    position: relative;
    text-transform: uppercase;
    padding-right: 3.5rem;
    z-index: 1;
    margin-bottom: 40px;
}

.brd-heading::before {
    content: '';
    display: block;
    position: absolute;
    width: 271px;
    height: 100%;
    bottom: 11px;
    left: 0;
    z-index: -1;
    background-color: #ffffff;
}

.brd-heading::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background-color: #654c9e;
    position: absolute;
    bottom: 11px;
    left: 0;
    z-index: -2;
}

.brd-heading span {
    color: #654c9e;
}

.pagination {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Lato', sans-serif;
}

.pagination .page-link {
    display: block;
    line-height: 1;
    padding: 5px 9px;
    background-color: transparent;
    color: #000000;
    -webkit-transition: background 300ms ease-in-out, color 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out, color 300ms ease-in-out;
    transition: background 300ms ease-in-out, color 300ms ease-in-out;
}

.pagination .page-link:hover {
    background-color: #644ea0;
    color: #ffffff;
}

.pagination .prev a,
.pagination .next a {
    padding: 3px 9px;
    font-size: 1.2rem;
    color: #d7cde6;
}


/*====News=====*/

.brd-heading.news::before {
    width: 110px;
}

.news-item {
    padding: 1.875rem;
    background-color: #f0edf4;
    margin-bottom: 15px;
}

.news-item .news-item-thumb {
    position: relative;
    overflow: hidden;
    background-color: #000000;
}

.news-item .news-item-thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-item .news-item-thumb:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}

.news-item h3,
.news-single-wrap h3 {
    text-transform: uppercase;
    padding-left: 1.5625rem;
    position: relative;
}

.news-item h3 a {
    color: #a161d2;
}

.news-item h3 a:hover {
    color: #333333;
}

.news-item h3::before,
.news-single-wrap h3::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    top: -2px;
    left: 0;
    background-color: #a161d2;
    z-index: 1;
}

.news-item p {
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 0;
    padding-left: 1.5625rem;
}

.news-item .btn-purple {
    font-size: 0.8rem;
}

.news-single-wrap {
    background-color: #f2eff6;
    padding: 3.125rem;
}

.news-single-wrap h3 {
    color: #a161d2;
    font-size: 1.625rem;
    margin-bottom: 40px;
}

.news-single-wrap h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: transparent;
    border: 1px dashed #a161d2;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.news-single-wrap p {
    padding: 0 1.5625rem;
}


/*=====Product-single====*/

.product-single-wrap {
    background-color: #f0eef5;
    padding: 1rem;
}

.product-single-wrap .product-cat-title {
    position: relative;
    text-transform: uppercase;
    color: #654c9e;
    font-size: 1.8125rem;
    padding-left: 1.5625rem;
    line-height: 1;
    z-index: 1;
    margin-bottom: 2.8rem;
}

.product-single-wrap .product-cat-title::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    top: -2px;
    left: 0;
    background-color: #a161d2;
    z-index: 1;
}

.product-single-wrap .product-title {
    font-family: 'Lato', sans-serif;
    color: #654c9e;
    padding-bottom: 0.625rem;
    font-weight: 900;
    font-size: 1.6875rem;
    border-bottom: 2px solid #d8beec;
}

.product-single-wrap .btn-purple {
    border: 2px solid #dbd6e9;
    background: rgba(125, 96, 194, 1);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(125, 96, 194, 1)), color-stop(100%, rgba(75, 76, 170, 1)));
    background: -o-linear-gradient(left, rgba(125, 96, 194, 1) 0%, rgba(75, 76, 170, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(125, 96, 194, 1)), to(rgba(75, 76, 170, 1)));
    background: linear-gradient(to right, rgba(125, 96, 194, 1) 0%, rgba(75, 76, 170, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7d60c2', endColorstr='#4b4caa', GradientType=1);
}

.product-single-wrap .btn-purple:hover {
    background: #333333;
}

.product-single-wrap table {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    width: 100%;
    margin: 30px 0;
    font-size: 1.0625rem;
    border-collapse: collapse;
    vertical-align: top;
    line-height: 1;
}

.product-single-wrap table th,
.product-single-wrap table td {
    padding: 0.6rem 0;
    word-wrap: break-word;
    width: 50%;
}

.product-single-wrap table .price {
    color: #663399;
}

.product-single-wrap table input[type="number"] {
    width: 100px;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    padding: 0.3rem;
    text-align: center;
}

.single-gallery .slick-slide {
    margin-bottom: 15px;
}

.single-gallery .slick-slide img,
.single-gallery-thumbs .slick-slide img {
    width: 100%;
}

.single-gallery-thumbs .slick-slide {
    padding: 0 .4rem;
}

.sidenav-toggle {
    width: 100%;
    padding: 0;
    background-color: #403838;
    color: #ffffff;
    font-size: 1.1rem;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 1rem;
    cursor: pointer;
    text-align: left;
    line-height: 1;
    border: none;
    margin-bottom: 15px;
}

.sidenav-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background: #000000;
    color: #ffffff;
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Lato', sans-serif;
}

.sidebar-nav ul li {
    display: block;
}

.sidebar-nav>ul>li {
    margin-bottom: 10px;
}

.sidebar-nav>ul>li>a {
    display: inline-block;
    position: relative;
    font-weight: 700;
    padding-left: 0.85rem;
    color: #333;
    font-size: 1.0925rem;
    line-height: 1;
}

.sidebar-nav>ul>li>a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #9a8ac0;
}

.sidebar-nav>ul>li>a:hover {
    color: #907eb9;
}

.sidebar-nav ul ul {
    display: none;
    padding: 0.8rem 0 0.5rem 0.5rem;
}

.sidebar-nav ul ul li a {
    display: inline-block;
    position: relative;
    padding-left: 0.75rem;
    color: #666699;
    margin-bottom: 8px;
}

.sidebar-nav ul ul li a::before {
    content: '>';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.sidebar-nav ul ul li a:hover {
    text-decoration: underline;
}


/*=========Header=========*/

.top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.top-links a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-color: #e5e6e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    font-weight: 400;
}

.top-links a:nth-child(3),
.top-links a:nth-child(4),
.top-links a:nth-child(5){
    color: #6e4b9c;
}

.top-links a:hover {
    background-color: #e1daea;
}

.site-header {
    position: relative;
    /*background-color: #ffffff !important;*/
    background:url(./../images/bd.png) no-repeat center center;
    padding: 20px 0 0 0;
}

.site-header .container {
    position: relative;
}

.site-header .top-links {
    width: 100%;
    text-align: right;
    z-index: 100;
    font-size: 0.96rem;
    font-weight: 700;
}

.site-header .top-links a {
    margin-left: 6px;
}

.site-header .site-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.site-header .site-logo a {
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}


/*======Main-menu=====*/

.menu-toggle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    background-color: #914ebf;
    padding: 0;
    color: #ffffff;
    line-height: 1;
    border: none;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: auto;
}

.menu-close {
    width: 40px;
    height: 40px;
    padding: 8px;
    background-color: #914ebf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
    border: none;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.site-main-nav {
    background-color: #ffffff;
    border-top: 2px solid #dbd6e9;
}

.site-main-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-main-nav ul li {
    position: relative;
}

.site-main-nav .nav-ul li a {
    display: block;
    position: relative;
    padding: 12px 8px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: background-color 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}

.site-main-nav .nav-ul .has-dropdown>a {
    /*padding: 12px 25px 12px 8px;*/
}

.site-main-nav .nav-ul .has-dropdown .has-dropdown>a {
    /*padding: 8px 25px 8px 15px;*/
}

.site-main-nav .nav-submenu .nav-submenu li a {
    padding: 8px 30px;
}

.site-main-nav .nav-ul .has-dropdown>a::after {
    content: '\003C';
    display: inline-block;
    position: absolute;
    color: #000000;
    z-index: 10;
    /*john 2020-4-22 edit right:*/
    /*right: 10px;*/
    right: -5px;
    top: 50%;
    font-size: 0.8rem;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.site-main-nav .nav-submenu {
    border: 1px solid #dbd6e9;
    border-width: 1px 1px 0 1px;
}

.site-main-nav .nav-submenu li a {
    padding: 8px 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #dbd6e9;
}

.site-main-nav .nav-submenu {
    background-color: #ffffff;
}

.site-main-nav .nav-submenu li {
    position: relative;
}

@media screen and (min-width:1200px) {
    .top-links {
        width: 100%;
        position: absolute;
        top: 5px;
        right: 15px;
    }
    .menu-toggle,
    .menu-close {
        display: none;
    }
    .site-main-nav .nav-ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .site-main-nav .nav-ul .has-dropdown>a {
        /*padding: 12px 25px 8px 8px;*/
    }
    .site-main-nav .nav-submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 200px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 400ms ease-in-out, visibility 0s ease-in-out;
        -o-transition: opacity 400ms ease-in-out, visibility 0s ease-in-out;
        transition: opacity 400ms ease-in-out, visibility 0s ease-in-out;
        z-index: 1000;
    }
    .site-main-nav .nav-submenu li a {
        padding: 12px 15px 8px 15px;
    }
    .site-main-nav .has-dropdown:hover>.nav-submenu {
        opacity: 1;
        visibility: visible;
    }
    .site-main-nav .nav-submenu .nav-submenu {
        position: absolute;
        top: 0;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    .site-main-nav .nav-submenu .has-dropdown>a {
        padding: 12px 25px 8px 15px;
    }
    .site-main-nav .nav-submenu .has-dropdown>a::after {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        -ms-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }
    .site-main-nav .nav-submenu .nav-submenu li a {
        padding: 8px 15px;
    }
}

@media screen and (max-width:1199px) {
    .page-wrap {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transition: left 610ms cubic-bezier(0, .8, .55, 1);
        -o-transition: left 610ms cubic-bezier(0, .8, .55, 1);
        transition: left 610ms cubic-bezier(0, .8, .55, 1);
    }
    .page-wrap.menu-active {
        left: 250px;
    }
    .site-main-nav .container {
        padding: 0;
    }
    .site-main-nav {
        position: fixed;
        top: 0;
        left: -250px;
        z-index: 1000;
        width: 250px;
        height: 100%;
        overflow: auto;
        -webkit-box-shadow: 17px 2px 40px 0px rgba(0, 0, 0, 0.19);
        box-shadow: 17px 2px 40px 0px rgba(0, 0, 0, 0.19);
        -webkit-transition: all 610ms cubic-bezier(0, .8, .55, 1);
        -o-transition: all 610ms cubic-bezier(0, .8, .55, 1);
        transition: all 610ms cubic-bezier(0, .8, .55, 1);
    }
    .site-main-nav.menu-active {
        left: 0;
    }
    .site-main-nav .nav-submenu {
        display: none;
    }
    .site-main-nav .nav-ul {
        padding-top: 40px;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        z-index: 999;
        -webkit-transition: opacity 300ms ease-in-out;
        -o-transition: opacity 300ms ease-in-out;
        transition: opacity 300ms ease-in-out;
    }
}


/*=====Homepage=====*/

.site-main-slider .slick-slide img {
    width: 100%;
}

.site-main-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    right: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 10;
}

.site-main-slider .slick-dots button {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
    text-indent: -99999px;
    cursor: pointer;
    border: none;
    margin-right: 20px;
}

.site-main-slider .slick-dots button:hover {
    background-color: #efefef;
}

.site-main-slider .slick-dots .slick-active button {
    background-color: #29166f;
}
.site-main-slider>div>a{
    color: #efefef;
}
.hm-sec-1 {
    /*john 2020-5-4 edit*/
    /*padding: 3.75rem 0 2.5rem 0;*/
    padding: 1.75rem 0 2.5rem 0;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
}

.hm-sec-1 h2 {
    font-family: 'Freestyle Script', sans-serif;
    font-size: 3.6rem;
    position: relative;
    color: #654c9e;
    padding-bottom: 1rem;
    /*margin-bottom: 20px;*/
    /*john 2020-5-4 edit*/
    margin-bottom: 10px;
}

.hm-sec-1 h2::after {
    content: '';
    width: 70px;
    height: 3px;
    background-color: #cccccc;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hm-sec-2 {
    padding: 1.875rem 0;
    background-color: #d8def3;
    text-align: center;
}

.hm-sec-2 h2 {
    text-transform: uppercase;
}

.hm-sec-2 h2 span {
    color: #654c9e;
}

.service-box {
    padding: 1rem;
    border-bottom: 3px solid #eeeeee;
    /*john 2020-5-2 delete */
    /*margin-top: 35px;*/
    width: 100%;
}

.service-box a {
    display: inline-block;
}

.hm-sec-2 #more {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    color: #654c9e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hm-sec-2 #more:hover {
    color: #333333;
}

.hm-sec-3 {
    padding: 3.125rem 0;
}

.products-carousel .slick-slide {
    padding: 1rem 0.3125rem;
}

.products-carousel .slick-arrow {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    background: #ffffff;
    color: #674e9f;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
    font-size: 30px;
    z-index: 100;
}

.products-carousel .next-arrow {
    right: 10px;
}

.products-carousel .prev-arrow {
    left: 10px;
}

@media screen and (min-width:1200px) {
    .products-carousel .slick-arrow {
        width: 80px;
        height: 80px;
        font-size: 60px;
    }
    .products-carousel .next-arrow {
        right: -90px;
    }
    .products-carousel .prev-arrow {
        left: -90px;
    }
}

.product-item {
    width: 100%;
    min-height: 350px;
    background-color: #ffffff;
    padding: 0.625rem 0.625rem 1rem 0.625rem;
    text-align: center;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.product-item a {
    display: inline-block;
}

.product-item .product-img {
    position: relative;
    border-bottom: 2px solid #e2e4f6;
    margin-bottom: 1.2rem;
    overflow: hidden;
}

.product-item .product-img img {
    width: 100%;
}

.product-item .product-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.product-item .product-img a .fas {
    position: relative;
    transform: scale(0);
    transition: transform 300ms ease-in-out;
}

.product-item .product-img:hover a {
    opacity: 1;
}

.product-item .product-img:hover a .fas {
    transform: scale(1);
}

.product-item h3 {
    font-size: 1.125rem;
}

.product-item h3 a {
    color: #674e9f;
}

.product-item h3 a:hover {
    color: #333333;
}

.product-item span {
    font-family: 'Lato', sans-serif;
    line-height: 1;
    display: block;
    color: #666666;
}


/*======Site-footer=====*/

.site-footer {
    background-color: #534c9e;
    color: #ffffff;
    line-height: 1.3;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.site-footer ul {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.site-footer ul li {
    display: block;
}

.site-footer ul li a,
.site-footer a {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    margin-bottom: 5px;
}

.site-footer ul li a:hover,
.site-footer a:hover {
    text-decoration: underline;
}

.site-footer .footer-top {
    padding: 40px 0 0 0;
    /*background: url('../images/footer-bg.jpg') no-repeat;*/
    background-size: cover;
}

.site-footer .footer-top .row .col-lg-3:first-child a {
    font-size: 1.3125rem;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.site-footer .footer-top p {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 1.325rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.site-footer .footer-bottom {
    padding: 35px 0;
    line-height: 1.5;
}

.site-footer .footer-bottom .col-lg-8 .h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 3px;
    margin: 0;
    text-transform: uppercase;
}

.site-footer .footer-bottom .col-lg-8 address {
    margin: 0;
    font-size: 1.125rem;
}

.site-footer .footer-bottom .col-lg-8 span {
    display: block;
    text-transform: uppercase;
}

.site-footer .footer-bottom .col-lg-4 {
    font-size: 1.125rem;
}

.site-footer small {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
}

@media screen and (min-width:768px) {
    .sidenav-toggle,
    .sidebar-nav .sidenav-close {
        display: none;
    }
    .site-footer .footer-bottom .col-lg-8 .h3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-right: 3rem;
    }
    .site-footer .footer-bottom .col-lg-8 address {
        padding-left: 3rem;
        border-left: 2px solid #ffffff;
    }
    .hm-sec-1 h2 {
        /*john 2020-5-4 edit*/
        /*font-size: 5rem;*/
        font-size: 3rem;
    }
    .product-single-wrap {
        padding: 3.125rem;
    }
    .news-item .d-md-flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (max-width:767px) {
    .service-box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .sidebar-nav {
        background: #ffffff;
        position: fixed;
        width: 300px;
        height: 100%;
        top: 0;
        left: -300px;
        z-index: 1000;
        overflow: auto;
        -webkit-box-shadow: 17px 2px 40px 0px rgba(0, 0, 0, 0.19);
        box-shadow: 17px 2px 40px 0px rgba(0, 0, 0, 0.19);
        -webkit-transition: all 610ms cubic-bezier(0, .8, .55, 1);
        -o-transition: all 610ms cubic-bezier(0, .8, .55, 1);
        transition: all 610ms cubic-bezier(0, .8, .55, 1);
    }
    .sidebar-nav.show {
        left: 0;
    }
    .sidebar-nav .sidenav-close {
        position: absolute;
        top: 0;
        right: 0;
    }
    .sidebar-nav .nav-ul {
        padding: 40px 10px 0 10px;
    }
    .product-single-wrap table {
        font-size: 0.9rem;
    }
}



/*webpagedesc 內容css*/
.content_detail .content_item { margin-bottom:12px; }
.content_detail .content_item .content {overflow: hidden;}
.content_detail .content_subtitle { font-size:23px; color:#048ed6; font-weight:700; margin-bottom:16px; }

.content_detail .content_img { font-size:0; margin:0 -8px; display:block; }
.content_detail .content_img .col_1,
.content_detail .content_img .col_2,
.content_detail .content_img .col_4 { display:inline-block; vertical-align:top; padding:0 8px 10px 8px; box-sizing:border-box; text-align: center; }
.content_detail .content_img .col_1 img,
.content_detail .content_img .col_2 img,
.content_detail .content_img .col_4 img { max-width:100%; height:auto; box-shadow:2px 2px 5px rgba(0,0,0,0.3); }
.content_detail .content_img .col_1 { width:100%; }
.content_detail .content_img .col_2 { width:50%; }
.content_detail .content_img .col_4 { width:25%; }

.content_detail .content_desc { line-height: 1.5em; }
.content_detail .content_desc iframe { max-width:100%; box-sizing:border-box; }
.content_detail .content_desc img { max-width:100%; box-sizing:border-box; }
.content_detail .content_desc ul,
.content_detail .content_desc ol { display:block; xmargin:1em 0; xpadding-left:40px; padding-left:20px; margin: 0; }
.content_detail .content_desc ul { list-style-type:disc; }
.content_detail .content_desc ul ul { list-style-type:circle; margin-top: 10px; }
.content_detail .content_desc ol { list-style-type:decimal; }
.content_detail .content_desc li { padding-bottom: 6px; }
.content_detail .content_download_file_list { display: table; }
.content_detail .content_download_file_list .content_download_file_icon { display: table-cell; vertical-align: middle; }
.content_detail .content_download_file_list .content_download_file { display: table-cell; vertical-align: middle; padding-left: 10px; }
.content_detail .content_download_file_list .content_download_file a { color:#048ed6;  }
.content_detail .content_download_file_list .content_download_file a:hover { color:#3256a0; }

/*webpagedesc 內容結束css*/

.wrapPage .select_area { display:inline-block; vertical-align:top; width:100%; max-width:120px; vertical-align:top; background-color:#ffffff; border-radius:2px; position:relative; cursor:pointer; }
.wrapPage .select_area:before { position:absolute; right:15px; top:50%; content:""; width:0; height:0; border-style:solid; border-width:7px 6px 0 6px; border-color:#3256a0 transparent transparent transparent; transform:translateY(-50%); }
.wrapPage .select_area select { width:100%; height:32px; padding-left:10px; padding-right:40px; background-color:transparent;  border:1px solid #cccccc; box-sizing:border-box; border-radius:2px; position:relative; font-size:13px; color:#000000; -webkit-appearance:none; appearance:none; outline:none; }

.wrapPage .multipage .select_area { display:none; }

.wrapPage .multipage li.active a{
    background-color:#6ec5f3; color:#ffffff;
}
.wrapPage .multipage li.active a{
    background-color: #674e9f;color: #ffffff;
}

@media screen and (max-width: 980px){
    /* desktop to ipad */


    .wrapPage .multipage { text-align:center; }
    .wrapPage .multipage a { display:none; }
    .wrapPage .multipage .select_area { display:inline-block; }
}
.news-single-wrap p{
    margin-bottom: 0;
}

.site-main-content>.container>.webpage-title{
    display: flex;
    text-align: left;
    align-items: flex-end;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
}
.site-main-content>.container>.webpage-title>span{
    display: inline-block;
    /*color: #654c9e;*/
}
.site-main-content>.container>.webpage-title>.text::first-letter{
    color: #654c9e;
}
.site-main-content>.container>.webpage-title>.line{
    height: 3px;
    background-color: #654c9e;
    flex: 1;
    vertical-align: baseline;

}
.caringColor{
    color: #654c9e !important;
}
.content_detail p{
    margin-bottom: 0px;
}
.content_detail ul,.content_detail ol{
    margin-left: 0px;
}
.content_detail ul li,.content_detail ol li{
    list-style: none;
}
.content_detail dl{
    margin-left: 30px;
}
.content_detail ul li::before,.content_detail ol li::before,.content_detail dl dd::before{
    content: "\f105";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #654c9e;
}
.content_detail .content_item .site-heading h2{
    font-size: 20px;
    color: #654c9e;
}
.site-main-content>.contact-us{
}

.site-main-content>.contact-us>.ctus p{
    margin-bottom: 0px;
}
.site-main-content>.contact-us>form table{
    width: 600px;
    border-collapse: separate;
    border-spacing: 0px 10px;
}
.site-main-content>.contact-us>form table tr td span{
    color: red;
}
.site-main-content>.contact-us>form table tr td input[type=text]{
    border: 1px solid #654c9e;
    width: 100%;
}
.site-main-content>.contact-us>form table tr td textarea{
     border: 1px solid #654c9e;
     width: 515px;
 }
.site-main-content>.contact-us>form table tr:last-child td:first-child{
    vertical-align: top;
}
.site-main-content>.contact-us>form>.send{
    width: 600px;
    margin-bottom: 30px;
}
.site-main-content>.contact-us>form>.send input[type=submit]{
    display: block;
    margin:0 auto;
    border:none;
    width: 100px;
    height: 40px;
    /*outline:none;*/
    background: linear-gradient(white 0px,#654c9e);
    color: white;
    font-weight: 700;
    font-size: 20px;
    border-radius: 20%;
    transition: all 1s;
}
.site-main-content>.contact-us>form>.send:hover input[type=submit]{
    background: #654c9e;
}


@media screen and (max-width: 768px){
    .site-main-content>.contact-us>form table{
        width: 300px;
    }
    .site-main-content>.contact-us>form table tr td textarea{
        width: 215px;
    }
    .site-main-content>.contact-us>form>.send{
        width: 300px;
    }
}

.error{
    border: 1px solid red !important;
    color: red !important;
}




/*购物车页面样式*/
.inquiry_content{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.inquiry_content>.inquiry_product{
    flex: 0 0 100%;
    background-color: white;
    max-height: 500px;
    overflow-y: auto;
}
.inquiry_content>.inquiry_total_price{
    flex: 0 0 100%;
    text-align: right;
    padding-right: 50px;
    padding-top: 20px;
}
.inquiry_content>.inquiry_product>.inquiry_prd_list{
    padding: 5px;
    box-sizing: border-box;
}
.inquiry_content>.inquiry_product>.inquiry_prd_list>.inquiry_prd_item{
    width: 100%;
    height: 120px;
    border-bottom: 2px solid #654c9e;
    padding: 5px 0;
    box-sizing: border-box;
    text-align: center;
}
.inquiry_content>.inquiry_product>.inquiry_prd_list>.inquiry_prd_item>.inquiry_prd{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.inquiry_content>.inquiry_product>.inquiry_prd_list>.inquiry_prd_item>.inquiry_prd>.inquiry_prd_photo{
    width: 106px;
    height: 110px;
    box-sizing: border-box;
}
.inquiry_content>.inquiry_product>.inquiry_prd_list>.inquiry_prd_item>.inquiry_prd>.inquiry_prd_photo>img{
    width: 100%;
    height: 100%;
}
.inquiry_content>.inquiry_product>.inquiry_prd_list>.inquiry_prd_item>.inquiry_prd>.inquiry_prd_num>input[type=number]{
    width: 50px;
    border: 1px solid #654c9e;
    text-align: center;
    margin-left: 5px;
}
.inquiry_content>.inquiry_product>.inquiry_prd_list>.inquiry_prd_item>.inquiry_prd>.inquiry_prd_btn{
    font-size: 30px;
    color: #654c9e;
    margin-right: 20px;
    height: 45px;
}
.inquiry_price{
    color: red;
}
.inquiry_content>.inquiry_form{
    flex: 0 0 100%;
    margin-top: 20px;
    padding: 10px;
    box-sizing: border-box;
}
.inquiry_content>.inquiry_form>form>table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 5px;
}
.inquiry_content>.inquiry_form>form>table input[type=text]{
    width: 100%;
}
.inquiry_content>.inquiry_form>form>table textarea{
    width: 100%;
}
.inquiry_content>.inquiry_form>form>table input[type=submit]{
    border:none;
    background: linear-gradient(white 0px,#654c9e);
    color: white;
    width: 100px;
    border-radius: 5%;
    transition: all 1s;
}
.inquiry_content>.inquiry_form>form>table input[type=submit]:hover{
    background: #654c9e;
}
.inquiry_content_text p{
    margin-bottom: 0px;
}



.icon-kongkongruye{
    font-size: 40px;
    color: #654c9e;
}
/*隐藏单价的价格*/
.hideenPrice{
    display: none;
}

.index-services{
    padding: 0 100px;
}

 /*john 2020-5-4 add*/
.index-services>.d-flex>.service-box>a>img{
    height: 130px;
}
@media screen and (max-width: 768px){
    .phone-delete{
        display: none;
    }
    .inquiry_content>.inquiry_product>.inquiry_prd_list>.inquiry_prd_item>.inquiry_prd>.inquiry_prd_btn{
        margin-right: 5px;
        margin-left: 5px;
    }
    .inquiry_content>.inquiry_total_price{
        padding-right: 25px;
    }
    .index-services{
        padding: 0;
    }
}


.product-background-size-img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}