@charset "utf-8";
body {
    background: none;
    padding-bottom: 150px;
    font-family:"Lato", "微軟正黑體", "Microsoft JhengHei", sans-serif;
}

.banner-container {
    padding-left: 60px;
    padding-right: 60px;
}

.container-fluid-no-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/*
.carousel-inner {
    margin: auto;
    width:100%;
}

.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
    display: block;
}
*/
.banner-carousel-item {
    height: 500px;
    /* min-height: 300px; */
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


@media (max-width:1199px) {
    .banner-carousel-item {
        height: 424px !important;
    }
}

@media (max-width:991px) {
    .banner-carousel-item {
        height: 350px !important;
    }
}

.banner-carousel-caption {
    margin-left: 35px;
    margin-bottom: 50px;
    background-color: rgba(110, 110, 110, 0.7);
    width: 400px;
    padding-top: 0px !important;
}

.banner-carousel-caption-arrow {
    width: 80px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 25px;
    position: relative;
    margin-left: 320px;
    display: inline-block;
}

.banner-carousel-caption-arrow a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.banner-carousel-indicators {
    
}

.banner-carousel-indicators .active {
    background-color: #ff0000;
}

.banner-carousel-indicators li {
    width:15px; 
    height:15px; 
    border-radius:10px; 
    margin:10px;
    border:1px solid white;
}

.banner-carousel-indicators img {
   
}

.banner-carousel-control-prev {
    left:-50px;
}

.banner-carousel-control-next {
    right:-50px;
}

.banner-carousel-indicators-control-prev {
    left:-50px;
    top:675px;
}

.banner-carousel-indicators-control-next {
    right:-50px;
    top:675px;
}

.product-carousel-item {
    padding-left: 100px;
    padding-right: 100px;
}

.product-carousel-caption {

}

.product-carousel-caption-arrow {
    width: 80px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    font-size: 25px;
    position: relative;
    margin-left: 320px;
    display: inline-block;
}

.product-carousel-caption-arrow a {
    color: #ffffff !important;
    text-decoration: none !important;
}

.product-carousel {
    margin-bottom: 160px;
}

.product-carousel-indicators {
    bottom: -230px !important;
    cursor: pointer;
    overflow-x: hidden;
    height: 180px;
    overflow-y: hidden;
    width: 100%;
    max-width: 910px;
    left: -66px;
    justify-content: start;
}

.product-carousel-indicators li {
    width:auto !important;
    height:100%;
    margin-right: 5px !important;
    margin-left: 0px !important;
}

.product-carousel-indicators img {
    width: 250px !important;
}

.product-carousel-control-prev {
    left:-50px;
}

.product-carousel-control-next {
    right:-50px;
}

.product-carousel-indicators-control-prev {
    left:-50px;
    top:675px;
}

.product-carousel-indicators-control-next {
    right:-50px;
    top:675px;
}

@media(max-width:1200px) {
    .product-carousel-indicators {
        max-width: 730px;
        left: -39px;
    }

    .product-carousel-indicators-control-prev {
        top:560px;
    }

    .product-carousel-indicators-control-next {
        top:560px;
    }
}

@media(max-width:991px) {
    .product-carousel-indicators {
        max-width: 490px;
        left: -4px;
    }

    .product-carousel-indicators-control-prev {
        top:415px;
    }

    .product-carousel-indicators-control-next {
        top:415px;
    }
}

@media(max-width:768px) {
    .product-carousel-indicators {
        display:none;
    }

    .product-carousel-indicators-control-prev {
        display:none;
    }

    .product-carousel-indicators-control-next {
        display:none;
    }

    .product-carousel {
        margin-bottom: 0px;
    }

    .product-carousel-control-prev {
        left:25px;
    }

    .product-carousel-control-next {
        right:25px;
    }

    .product-carousel-item {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.menu-bg {
    background-color: #000000;
    /* background: url('../img/menu_bg.png'); */
    /* border-bottom: 50px solid #fb8905; */
    background-size: cover;
}

.plain-bg {
    /* background: url('../img/plain_bg.png'); */
    background-size: cover;
    background-position: center;
    height: 150px;
    background-repeat: no-repeat;
}

/*Navbar*/

.navbar {
    background-color: #ffffff;
    border-color: transparent;
    border-radius: 0px;
}

.nav-link {
    color: #000000 !important;
    padding-top: 40px;
    font-size: 18px;
    font-weight: bold;
}

.navbar .nav-item {
    padding-left: 19px;
    margin-top: 25px;
}

.navbar .nav-item > a:hover, .navbar .navbar-nav > li > a:focus {
    color:rgb(152, 151, 152) !important;
}

.navbar-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #beeacb transparent;
}

.navbar-triangle-reverse {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 60px 0 0;
    border-color: #ffffff transparent transparent transparent;
    top: 20px;
}

.navbar-extender {
    background-color: #beeacb;
    position: absolute;
    top: 32px;
    width: 1000px;
    height: 40px;
    margin-left: 105px;
}

.nav-active {
    position: relative;
    margin-top: -7px;
    background-color: #ffffff;
    border-top: 3px solid rgba(0, 0, 0, .1)
}

.logoImage {
    padding-left: 5px;
    padding-top: 0px;
    /* padding-bottom: 50px; */
    width: 250px;
    position: relative;
    overflow: visible;
    cursor: pointer;
    margin-left: -20px;
    margin-top: -20px;
}

.logoImage:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.navbar-toggler {
    background-color: #FFFFFF !important;
    color: #FFFFFF !important;
}

.navbar-toggler:hover {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9);
}

.navbar-toggler-icon {
    color: #FFFFFF !important;
}

@media (min-width: 1200px) {
    .card-text {
        left: 35px;
        top: 190px;
    }

}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar .nav-link {
        font-size: 16px;
    }

    .navbar-extender {
        background-color: #beeacb;
        position: absolute;
        top: 31px;
        width: 1000px;
        height: 40px;
        margin-left: 90px;
    }

    .navbar .nav-item {
        padding-left: 12px;
    }

    .card-text {
        left: 35px;
        top: 155px;
    }

    .navbar-collapse-container {
        padding-left: 15px !important;
    }
}

@media (min-width: 992px) {

    .logo-container {
        padding-left: 20px;
    }

    .navbar-collapse {
        height: 40px;
        padding-bottom: 30px;
        background-color: transparent;
        /* margin-right: 265px; */
        /* position: absolute; */
        /* left: 0px; */
        right: 0px;
        z-index: 10;
        top: 110px;
    }

    .navbar {
        padding-top: 15px;
        padding-bottom: 0px;
        height: 100px;
    }

    .navbar-small-mobile {
        display: none;
    }

    .navbar-collapse-container {
        padding-left: 100px;
    }
    .dropdown-menu {
        margin-top: -3px;
    }

}

@media (max-width: 991px) {

    .navbar-header {
        float: left;
        padding: 15px;
        text-align: center;
        width: 100%;
        padding: 0px;
    }

    .navbar-toggler {
        margin-top: 8px;
    }

    .navbar-brand {
        float: none;
        padding-top: 0px !important;
    }

    .navbar-collapse-container {
        /* padding-bottom: 60px; */
    }

    .navbar .nav-link {
        color: #000000 !important;
        font-size: 16px;
        padding-top: 5px;
    }

    .navbar .nav-item {
        height: 40px;
        z-index: 99 !important;
        margin-top: 0px;
    }

    .navbar .nav-item.dropdown {
        display: inline-table;
        height: 0px;

    }

    .navbar .nav-item.dropdown.show {
        display: inline-table;
        height: auto;
    }

    .navbar-small {
        display: none;
    }

    .navbar-small-mobile {
        display: block;
        height: 30px;
    }

    .navbar-divider {
        display: none;
    }

    .nav-active {
        display: none;
    }

    .logoImage {
        margin-left: 20px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 225px;
        margin-top: 5px;
    }

    .logoText {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 325px;
    }

    .logo-container {
        padding-right: 55px;
    }

    .navbar-extender {
        display: none;
    }

    .navbar-triangle-reverse {
        display: none;
    }

    .dropdown-item {
        display: block;
        width: 100%;
        padding: 0px 1.5rem;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: #FFFFFF !important;
        border: 0;
    }

    .dropdown-menu {
        font-size: 12px;
        background-color: #FFFFFF !important;
        border: unset;
    }

    .card-text {
        left: 35px;
        top: 100px;
        font-size:16px !important;
    }

}

@media (max-width:430px) {
    .logoImage {
        margin-left: 20px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 175px;
        margin-top: 5px;
    }
}

/*Small Navbar*/

.navbar-small {
    width: 100%;
    position: absolute;
    top: 10px;
    right: 0px;
    padding-right: 50px;
    z-index: 99;
    color: #ffffff;
}

.navbar-small a {
    color: #ffffff;
}

.navbar-small-link {
    color: #000000;
    font-size: 16px;
    padding-top: 15px;
    font-weight: bold;
}

.navbar-small-link:hover {
    color: #808080;
    -webkit-filter: grayscale(55%);
    filter: grayscale(55%);
    text-decoration: none;
}

.navbar-small-link-selected {
    /* color: #000000 !important; */
    font-size: 16px;
    padding-top: 15px;
    font-weight: bold;
}

.navbar-small-link-selected:hover {
    color: #CF0A2B !important;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .navbar-small {
        /* top: 55px; */
    }

    .title-bg {
        background: transparent;
        width: 100%;
        height: 15px;
        position: relative;
        top: -52px;
    }

}

.title-bg {
    background-color: transparent;
    width: 100%;
    height: 15px;
    position: relative;
    top: -30px;
    /*padding-left:30px;*/
    height: 65px;
    margin-top: -34px;
}

.title {
    color: #ffffff;
    position: relative;
    top: 5px !important;
    font-size: 32px;
}

.subtitle {
    font-size: 28px;
    border-bottom: 2px dotted #44b3e5;
}

@media (max-width:768px) {
    .subtitle {
        font-size: 22px;
        border-bottom: 2px dotted #44b3e5;
    }
}

/* Since positioning the image, we need to help out the caption */
.banner-carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.product-carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

.title-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 66px 66px;
    border-color: transparent transparent #ffffff transparent;
    top: -38px;
    position: relative;
    left: 130px;
}

.title-extender {
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    width: 2000px;
    height: 65px;
    margin-left: 130px;
}

@media (max-width: 430px) {
    .title-triangle {
        display:none;
    }

    .title-extender {
        display:none;
    }

}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: 0.5;
}

/*
.carousel-item > img {
    top: 0;
    left: 0;
    min-width: 100%;
}


@media (min-width:1200px) {

    .carousel-item {
        height: 32rem;
    }
    .carousel-item > img {
        max-height:32rem;
    }

}

@media (min-width:1400px) {

    .carousel-item {
        height: 36rem;
    }
    .carousel-item > img {
        max-height:36rem;
    }

}

@media (min-width:1600px) {

    .carousel-item {
        height: 40rem;
    }
    .carousel-item > img {
        max-height:40rem;
    }

}

@media (min-width:1800px) {

    .carousel-item {
        height: 42rem;
    }
    .carousel-item > img {
        max-height:42rem;
    }

}

@media (min-width:2000px) {

    .carousel-item {
        height: 44rem;
    }
    .carousel-item > img {
        max-height:44rem;
    }

}
*/
.location-header {
    color: #27a98b;
    font-weight: bold;
}

.location-name {
    color: #166ea8;
    font-weight: bold;
}

.location-address {
    color: #000000;
    font-weight: bold;
}

.intro-card {
    overflow: hidden;
    margin-bottom: 15px;
}

.intro-card-header {
    transform: skew(0deg, -2deg) translateY(-11px);
    height: 94px;
    background: #FF3334;
    padding: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}

.card-img {
    border: 5px solid #ffffff
}

.card-text {
    position: absolute;
    left: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
}

#card-container {
    position: relative;
    top: 0px;
    margin-bottom: 0px;
}

.theme1 {
    background-color: #67b754;
}

.theme2 {
    background-color: #bfb73a;
}

.theme3 {
    background-color: #036ea9;
}

.theme1-light {
    background-color: #a7cda3;
}

.theme2-light {
    background-color: #ccc88f;
}

.theme3-light {
    background-color: #7cacc7;
}

.card-body {
    /* height: 580px; */
}

.intro-card-header-text {
    display: block;
    transform: unset !important;
    position: absolute;
    margin: 20px;
    color: #FFFFFF;
    font-size: 24px;
}

.intro-card-footer {
    position: absolute;
    bottom: -65px;
    right: -20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: right;
    cursor: pointer;
}

.intro-card-footer-text {
    display: block;
    position: absolute;
    color: #FFFFFF;
    bottom: 75px;
    right: 38px;
}

.submenu-link {
    color: #FFFFFF;
}

.submenu-link-selected {
    color: #01a281;
}

.submenu-title-container {
    background-color: #004f8e;
    padding: 10px;
}

.submenu-item-container {
    background-color: #0073ce;
    padding: 10px;
}

.pagination-direction {
    background-color: #787878;
    color: #FFFFFF;
}

.pagination-selected {
    background-color: #0073ce;
    color: #FFFFFF;
}

.pagination-unselected {
    background-color: #FFFFFF;
    color: #000000;
}

.pagination-spacing {
    padding: 5px;
}

.content-title {
    color: #0073ce;
}

.content-subtitle {
    color: #70d9d9;
}

/*Footer*/

html {
    position: relative;
    min-height: 100%;
}

.footer {
    background-color: #000000;
    /* background-image:url("../img/footer_bg.png"); */
    background-size: cover;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 370px;
    color: #ffffff;
    /* padding-bottom: 20px; */
}

.footer-left {
    padding-top: 20px;
    padding-left: 0px;
}

.footer-right {
    padding-top: 20px;
    padding-right: 0px;
}

.footer-left a {
    color: #ffffff;
    line-height: 40px;
}

.footer-right a {
    color: #ffffff;
}

.footer-row {
    margin: 0px;
    margin-bottom: 10px;
}

.footer-button {
    color: white;
    text-decoration: none !important;
}

.footer-button:hover {
    -webkit-filter: brightness(2.5);
    filter: brightness(2.5);
}

.footer-image {

}

.footer-link {
    color: #FFFFFF;

}

.footer-line {
    background-color: #e7e7e7;
    width: 100%;
    height: 5px;
    display: none;
}



@media (max-width:768px) {
    .footer-menu {
        display:none;
    }
    .footer-right {
        /* display:none; */
    }
    body {
        padding-bottom:0px !important;
    }
}

.footer-text-small {
    font-size: 12px;
}

#product-menu {
    display: none
}

.product-link {
    color: #000000;
}

.green-label {
    padding: 5px 5px 5px 10px;
    background-color: #65b32e;
    color: white;
    width: 115px;
}

.product-img {
    box-shadow: 5px 5px 2px rgba(128, 128, 128, 0.5);
    margin-bottom: 10px;
}

.product-small-img {
    cursor: pointer;
    border: 1px solid black;
}

.product-carousel-img {
    cursor:pointer;
}

.modal-xl {
    max-width: 1200px !important;
}

.hover-container {
    position: relative;
    /* min-width: 258px; */
    /* max-width: 258px; */
    /* min-height: 177px; */
    /* max-height: 177px; */
    overflow: hidden;
}

.hover-image {
    opacity: 1;
    display: block;
    width: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
    vertical-align: middle;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.pink-overlay {
    /* transition: .5s ease; */
    opacity: 0.8;
    position: absolute;
    text-align: center;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.hover-container:hover .blue-overlay {
    opacity: 0.6;
}

.hover-container:hover .middle {
    opacity: 1;
}

.text {
    background-color: #4CAF50;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    /*.footer-right {
        padding-top:10px;
    }*/

}

@media (min-width: 576px) and (max-width: 991px) {

    .footer-left {
        padding-top: 15px;
    }

    .footer-text-large {
        margin-bottom: 5px;
    }

    .footer-text-small {
        margin-bottom: 0px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {


    .footer {
        height: 425px;
    }
    .intro-card {
        font-size: 14px;
    }

    .footer-right {
        padding-top: 15px;
    }

    .footer-text-large {
        font-size: 16px;
    }

    .footer-text-small {
        font-size: 12px;
    }

    .banner-carousel-caption {
        width:300px;
    }

    .banner-carousel-caption-arrow {
        margin-left: 220px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

    .footer-right {
        padding-top: 5px;
    }

    .footer-text-large {
        font-size: 14px;
    }

    .footer-text-small {
        font-size: 10px;
    }

    .title {
        /* color: #FFFFFF; */
        position: relative;
        top: 10px !important;
        font-size: 30px;
    }

    .card-text {
        left: 35px;
        top: 100px;
        font-size:16px !important;
    }

    .footer {
        /* height: 425px; */
        height: 200px;
    }

}

@media (max-width: 768px) {

    .title-triangle {
        top: -27px;
    }

    .card-text {
        left: 35px;
        top: unset;
        bottom: 20px;
        font-size:16px !important;
    }

    .banner-carousel-indicators {
        display:none !important;
    }

    .banner-carousel-item {
        height: 275px !important;
    }

    #card-container {
        top: 0px;
        margin-bottom: 40px;
    }

}

@media (max-width: 575px) {

    .intro-card {
        font-size: 14px;
    }

    .footer {
        height: 200px;
        margin-bottom: -50px;
    }

    body {
        padding-bottom: 215px;
    }

    .footer-text-large {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .footer-text-small {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .logoImage {
    }

    .logoText {
        display: none;
    }

    .title {
        /* color: #FFFFFF; */
        position: relative;
        top: 16px !important;
        font-size: 28px;
    }

    .footer-row {
        margin-left:15px
    }

    .banner-carousel-item {
        height: 200px !important;
    }

}

@media (max-width: 430px) {

    .footer {
        height: 200px;
        margin-bottom: -80px;
    }

    body {
        padding-bottom: 255px;
    }

    .footer-right {
        padding-top: 25px;
    }

    .banner-carousel-item {
        height: 150px !important;
    }

}

@media (max-width: 275px) {

    .footer {
        height: 220px;
    }

    body {
        padding-bottom: 345px;
    }

    .footer-right {
        padding-top: 15px;
    }

}

@media (max-height: 1000px) {
    .banner-carousel-indicators img {
        height:125px;
    }

    .banner-carousel-indicators {
        /* bottom: 50px !important; */
    }
}

@media (max-height: 900px) {
    .banner-carousel-indicators img {
        height:100px;
    }

    .banner-carousel-indicators {
        /* bottom: 80px !important; */
    }
}

@media (max-height: 800px) {
    .banner-carousel-indicators img {
        height:125px;
    }

    .banner-carousel-indicators {
        /* bottom: 60px !important; */
    }
}

@media (max-height: 800px) {

    .banner-carousel-indicators {
        /* display:none !important; */
    }
}

.product {
    float: left;
}

.multipage {
    padding-top: 22px;
    margin: 0 -7px;
    font-size: 0;
    text-align: right;
    clear: both;
}

.multipage a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    color: #000000;
    font-family: 'Lato';
    transition: all 0.2s ease;
}

.multipage a.row,
.multipage a.back,
.multipage a.next {
    width: 24px;
    margin: 0 7px;
    background-color: #797979;
    color: #ffffff;
}

.multipage a.onpage,
.multipage a:hover {
    background-color: #ec519d;
    color: #ffffff;
}

.multipage select {
    width: 120px;
    height: 32px;
    background-color: #efefef;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: none;
}

.product_area {
}

.product_area .multipage {
    padding: 0 25px;
}

.product_list {
    margin: 0 -10px;
    padding: 16px 18px 0 14px;
    display: block;
}

.product_list .product_item {
    float: left;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    /* box-shadow: 5px 5px 5px rgba(128, 128, 128, 0.5); */
    /* border: 1px solid rgba(128, 128, 128, 0.5); */
}

.product_list .product {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    border-top: 5px solid #137e85;
}

.product_list .product_photo {
    width: 100%;
    position: relative;
    /* border-bottom: 1px solid #ecc4d8; */
    height: 250px;
}

.product_list .product_photo > img {
    width: 100%;
    display: block;
}

.product_list .product_photo .photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}

.product_list .product_photo .photo:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.product_list .product_photo .photo img {
    display: inline-block !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    cursor: pointer;
}

.product_list .product_date {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 57px;
    text-align: center;
}

.product_list .product_date p.day {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    line-height: 34px;
    background-color: rgba(136, 115, 186, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#cc8873ba', endColorstr='#cc8873ba');
}

.product_list .product_date p.month {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    line-height: 19px;
    background-color: rgba(48, 48, 48, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#cc303030', endColorstr='#cc303030');
}

.product_list .product_info {
    width: 100%;
    height: 60px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 0;
    text-align: center;
    border-top: 1px solid #cccccc;
}

.product_list .product_info:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 62px;
}

.product_list .product_info p {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-style: italic;
    text-align: center;
}

.heading {
    color:#ec519d;
}

.photo-description {
    text-align:center; 
    color:#ec519d;
    font-weight:bold;
}

.subpage-bg {
    background-color: #f2f2f4;
    background-size: cover;
    /* margin-top: 5px; */
    padding-top: 30px;
    margin-bottom: -100px;
    padding-bottom: 115px;
    margin-top: -50px;
}

.subpage-bg2 {
    background-image: url(../img/subpage_bg2.png);
    background-size: cover;
    /* margin-top: -60px; */
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width:991px) {
    .subpage-bg {
        margin-bottom: -90px;
    }
    .subpage-bg2 {
        margin-bottom: 50px;
    }
}

@media (max-width:768px) {
    .subpage-bg {
        margin-bottom: -80px;
    }
    .subpage-bg2 {
        margin-bottom: 50px;
    }
}

@media (max-width:576px) {
    .subpage-bg {
        margin-bottom: -100px;
    }
    .subpage-bg2 {
        /* margin-bottom: 330px; */
    }
}



.nav-tabs .nav-link {
    background-image: url('../img/tab_bg.png');
    background-size:100% 50px;
    padding-top:10px;
    padding-left:20px;
    padding-right:30px;
    border:0px;
    margin-right: 5px;
    border-radius: 0px;
    color: #ffffff !important;
    word-break: break-word;
}

.where-to-buy-tab {
    text-align:center;
    height: 70px !importrant;
    width: calc(33.3% - 5px);
    background-color: #01a6b6;
    background-image: unset !important;
}

.where-to-buy-tab.active {
    background-color: #065d64 !important;
}

@media (min-width:992px) {
    .where-to-buy-tab {
        height: 50px;
    }
}


.nav-tabs .nav-link.active {
    background: #ff0000;
}

.tab-pane {
    padding:15px;
}

.gray-top-bar {
    background-color: #555c62;
    height:40px;
    color: #ffffff;
    padding-top: 8px;
}

@media(max-width:991px) {
    .gray-top-bar {
        display:none;
    }
}

.hex-button-bar {
    text-align: right;
    margin-top: -136px;
    margin-bottom: 50px;
    padding-right: 0px;
}

.search-bar {
    margin-left: 650px;
}

.orange-bar {
    margin-top: -68px;
    margin-bottom: 50px;
    color: #ffffff;
    font-size: 24px;
}

@media (max-width:1199px) {

    .search-bar {
        margin-left: 460px;
    }
    
}

@media (max-width:1199px) {

    .search-bar {
        margin-left: 0px;
    }
    
}

@media (max-width:500px) {
    
    .search-bar {
        position: relative;
        top: -50px;
    }
    .search-bar input {
        width: 120px;
    }
    
    .hex-button-bar {
        margin-top: -110px;
        padding-right: 5px;
    }
    
    .orange-bar {
        margin-top: -17px;
        margin-bottom: 0px;
        color: #ffffff;
        font-size: 24px;
    }
}

.productcates{
    text-align:center;
    margin:auto auto;
    min-height:140px;
    line-height:140px;
}


.photo-carousel-lg-item {
    padding-left: 100px;
    padding-right: 100px;
}

.photo-carousel-lg-img {
    height: 607px;
    margin: auto;
}

.photo-carousel-lg-indicators {
    position: relative;
    top: 660px !important;
    cursor: pointer;
    overflow-x: hidden;
    height: 171px;
    overflow-y: hidden;
    width: 100%;
    max-width: 910px;
    left: -65px;
    justify-content: start;
}

.photo-carousel-lg-indicators li {
    width:auto !important;
    height:100%;
    margin-right: 5px !important;
    margin-left: 0px !important;
    min-width: 224px !important;
}

.photo-carousel-lg-indicators img {
    height: 149px;
    margin: auto;
}

.photo-carousel-lg-control-prev {
    width:50px;
    float: left;
    position: relative;
    left: 25px;
    top: -480px;
}

.photo-carousel-lg-control-next {
    width:50px;
    float: right;
    position: relative;
    right: 25px;
    top: -480px;
}

.photo-carousel-lg-indicators-control-prev {
    position: relative;
    width: 50px;
    float: left;
    left: -25px;
    top: -75px;
}

.photo-carousel-lg-indicators-control-next {
    width: 50px;
    float: right;
    position: relative;
    right: -25px;
    top: -75px;
}

.photo-carousel-lg-inner {
    position: relative;
    top: -160px;
}

@media(max-width:1199px) {

    .photo-carousel-lg-img {
        height: 487px;
    }

    .photo-carousel-lg-indicators {
        top: 540px !important;
        max-width: 730px;
        left: -40px;
    }

    .photo-carousel-lg-indicators li {
        min-width: 240px !important;
    }

    .photo-carousel-lg-indicators img {
        height: 160px;
    }

    .photo-carousel-lg-control-prev {
        top: -430px;
    }

    .photo-carousel-lg-control-next {
        top: -430px;
    }

    .photo-carousel-lg-indicators-control-prev {
        top: -70px;
    }

    .photo-carousel-lg-indicators-control-next {
        top: -70px;
    }

}

@media(min-width: 768px) and (max-width: 991px) {

    .photo-carousel-lg-img {
        height: 327px;
    }

    .photo-carousel-lg-indicators {
        top: 380px !important;
        max-width: 490px;
        left: -4px;
    }

    .photo-carousel-lg-indicators li {
        min-width: 250px !important;
    }

    .photo-carousel-lg-indicators img {
        height: 167px;
    }

    .photo-carousel-lg-control-prev {
        top: -345px;
    }

    .photo-carousel-lg-control-next {
        top: -345px;
    }

    .photo-carousel-lg-indicators-control-prev {
        top: -65px;
    }

    .photo-carousel-lg-indicators-control-next {
        top: -65px;
    }

    .photo-carousel-lg-inner {
        top: -160px;
    }
}

@media(max-width:767px) {

    .photo-carousel-lg-item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .photo-carousel-lg-img {
        width: 100%;
        height: unset;
    }
    
    .photo-carousel-lg-indicators {
        display: none;
    }

    .photo-carousel-lg-indicators-control-prev {
        display: none;
    }

    .photo-carousel-lg-indicators-control-next {
        display: none;
    }

    .photo-carousel-lg {
        margin-bottom: 0px;
    }

    .photo-carousel-lg-control-prev {
        position: absolute;
        top: 0px;
    }

    .photo-carousel-lg-control-next {
        position: absolute;
        top: 0px;
    }
    
    .photo-carousel-lg-inner {
        top: 0px;
    }
}

.photo-carousel-md {
    margin-bottom: 225px;
}

.photo-carousel-md-item {
    padding-left: 100px;
    padding-right: 100px;
}

.photo-carousel-md-img {
    height: 417px;
    margin: auto;
}

.photo-carousel-md-indicators {
    cursor: pointer;
    overflow-x: hidden;
    height: 137px;
    overflow-y: hidden;
    justify-content: start;
    bottom: -175px;
    margin-left: 12%;
    margin-right: 12%;
    max-width: 100%;
}

.photo-carousel-md-indicators li {
    width:auto !important;
    height:100%;
    margin-right: 5px !important;
    margin-left: 0px !important;
    min-width: 205px;
    border: 1px solid gray;
}

.photo-carousel-md-indicators img {
    height: 137px;
    margin: auto;
    padding: 4px;
}

.photo-carousel-md-indicators-control-prev {
    position: relative;
    width: 50px;
    float: left;
    left: 30px;
    top: 80px;
    bottom: -610px;
}

.photo-carousel-md-indicators-control-next {
    width: 50px;
    float: right;
    position: relative;
    right: 30px;
    top: 80px;
    bottom: -610px;
}

.photo-carousel-md-inner {
    position: relative;
}

@media(max-width: 1199px) {
    .photo-carousel-md-item {
        padding-left: 100px;
        padding-right: 100px;
    }

    .photo-carousel-md-img {
        height: 327px;
    }

    .photo-carousel-md {
        margin-bottom: 225px;
    }

    .photo-carousel-md-indicators {
        /* position: relative; */
        /* top: 570px !important; */
        cursor: pointer;
        overflow-x: hidden;
        /* height: 145px; */
        overflow-y: hidden;
        /* width: 100%; */
        max-width: 484px;
        left: 2px;
        justify-content: start;
        bottom: -175px;
        margin-left: 15%;
        margin-right: 15%;
    }

    .photo-carousel-md-indicators li {
        width:auto !important;
        height:100%;
        margin-right: 5px !important;
        margin-left: 0px !important;
        min-width: 237px !important;
    }

    .photo-carousel-md-indicators img {
        height: 137px;
    }

    .photo-carousel-md-indicators-control-prev {
        bottom: -525px;
    }

    .photo-carousel-md-indicators-control-next {
        bottom: -525px;
    }

    .photo-carousel-md-inner {
        position: relative;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .photo-carousel-md-item {
        padding-left: 50px;
        padding-right: 50px;
    }

    .photo-carousel-md-img {
        margin-top: 35px;
        height: 185px;
    }

    .photo-carousel-md {
        margin-bottom: 0px;
    }

    .photo-carousel-md-indicators {
        position: relative;
        top: 220px !important;
        cursor: pointer;
        overflow-x: hidden;
        height: 104px;
        overflow-y: hidden;
        width: 100%;
        max-width: 325px;
        left: -30px;
        justify-content: start;
    }

    .photo-carousel-md-indicators li {
        width:auto !important;
        height:100%;
        margin-right: 5px !important;
        margin-left: 0px !important;
        min-width: 158px !important;
    }

    .photo-carousel-md-indicators img {
        height: 105px;
    }

    .photo-carousel-md-control-prev {
        width:50px;
        float: left;
        position: relative;
        left: 0px;
        top: -295px;
    }

    .photo-carousel-md-control-next {
        width:50px;
        float: right;
        position: relative;
        right: 0px;
        top: -295px;
    }

    .photo-carousel-md-indicators-control-prev {
        position: relative;
        width: 50px;
        float: left;
        left: -15px;
        top: -80px;
    }

    .photo-carousel-md-indicators-control-next {
        width: 50px;
        float: right;
        position: relative;
        right: -15px;
        top: -80px;
    }

    .photo-carousel-md-inner {
        position:  relative;
        top: -139px;
    }
}

@media(max-width:767px) {
    .photo-carousel-md-indicators {
        display:none;
    }

    .photo-carousel-md-indicators-control-prev {
        display:none;
    }

    .photo-carousel-md-indicators-control-next {
        display:none;
    }

    .photo-carousel-md {
        margin-bottom: 0px;
    }

    .photo-carousel-md-control-prev {
        width:50px;
        float: left;
        position: absolute;
        left: 25px;
        top: 0;
    }

    .photo-carousel-md-control-next {
        width:50px;
        float: left;
        position: absolute;
        right: 25px;
        top: 0px;
    }

    .photo-carousel-md-item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .photo-carousel-md-img {
        width: 100%;
        height: unset;
    }
    
    .photo-carousel-md-inner {
        position: relative;
        top: 0px;
    }
    
}

.news-card {
    background-color:#ffffff;
    overflow-y:auto;
    border-top: 5px solid #cccccc;
}

@media (min-width:768px) {
    .news-card { 
        margin-right: 5px;
    }
}


@media (min-width:992px) {
    .news-card {
    }
}

.comment-card {
    background-color:#ffffff;
    overflow-y:auto;
    border-top: 5px solid #cccccc;
}

@media (min-width:768px) {
    .comment-card {
        margin-right: 5px;
    }
}


@media (min-width:992px) {
    .comment-card {
    }
}

#nav-tabContent {
    overflow-y:scroll;
    background-color:#f5f5f5;
    height: 100%;
}

@media (max-width:768px) {
    #nav-tabContent {
        margin-right:20px;
    }
    .map-col {
        margin-right:5px;
    }
}

@media (min-width:768px) {
    .map-col {
        padding-left:0px;
    }
}
@media (min-width:1200px) {
    #card1 {
        height: 390px;
    }

    #card2 {
        height: 390px;
    }

    #card3 {
        height: 190px;
        margin-bottom:12px;
    }

    #card4 {
        height: 190px;
    }
    
    #card5 {
        height:125px;
    }
    
    #card6 {
        height:125px;
    }
    
    #card7 {
        height: 250px;
        margin-left: -15px;
    }
    
    .news-container {
        height:250px;
        overflow-y:scroll;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    #card1 {
        height: 350px;
    }

    #card2 {
        height: 350px;
    }

    #card3 {
        height: 170px;
        margin-bottom:12px;
    }

    #card4 {
        height: 170px;
    }
    
    #card5 {
        height: 115px;
    }
    
    #card6 {
        height: 115px;
    }
    
    #card7 {
        height: 230px;
        margin-left: -15px;
    }
    
    .news-container {
        height: 230px;
        overflow-y:scroll;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #card1 {
        height: 250px;
    }

    #card2 {
        height: 250px;
    }

    #card3 {
        height: 120px;
        margin-bottom:12px;
    }

    #card4 {
        height: 120px;
    }
}

#card8, #card9, #card10 {
    margin-bottom:10px;
}

.latest-news-container {
    margin-bottom: -3px;
}

@media (max-width:992px) {
    .latest-news-container {
        margin-bottom: 41px;
    }
}

@media (max-width:768px) {
    .latest-news-container {
        margin-bottom: 100px;
    }
}

@media (max-width:576px) {
    .latest-news-container {
        margin-bottom: 70px;
    }
}

.list-group-item {
    border-bottom: 1px dotted #000000 !important;
    background-color: transparent;
    padding: 15px;
    font-size: 20px;
}
.list-group-item-action {
    border-bottom: 0px !important;
    background-color: transparent;
}
.list-group-item.active{
    background-color: transparent;
    color:#ff0000;
    border-color: unset;
    border: 1px solid rgba(0,0,0,.125);
}

.dropdown-submenu {
  position: relative;

}

.dropdown-submenu a {
  color: #000000;
  text-decoration: none; 
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
    
.accordion .btn {
    text-align: left;
    white-space: unset!important;
}

thead tr {
    background-color:#ffffff;
    color:#ff0000;
    text-align:center;
    font-size:16pt;
}
tbody tr {
    background-color:#e4e4e6;
    color:#000000;
} 

table  tr td {
    border: 1px solid #cccccc;
}

.table2 tr td {
    border: 1px solid #f2f2f4;
    background-color: #f2f2f4;
}

.table3 tr td {
    border: 1px solid #f2f2f4;
    background-color: #f2f2f4;
}

.float-panel {
    position: fixed;
    right: 10px;
    top: 180px;
    z-index: 99;
}

@media (max-width:991px) {
    .float-panel {
        display:none;
    }
}

.popup {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: sticky;
    right: 80px;
    bottom: 0px;
    display: inline-block;
    background-color: #FFFFFF;
    width: 460px;
    height: 414px;
    background-position: -14px -7px;
    float: right;
    background-repeat: no-repeat;
    /* transition: all 0.5s; */
    overflow: hidden;
    /* padding: 11px; */
    padding-top: 47px;
    text-align: justify;
    border: 2px solid #b78b5c;
    box-sizing: border-box;
}


/* Handle on hover */
.popup .tab-content::-webkit-scrollbar-thumb:hover {
    background: #ff5637; 
}
 
  .popup .tab-content::-webkit-scrollbar{
    width: 10px;
    }
  
 .popup .tab-content::-webkit-scrollbar-track{
    background: #7a0000;
    border-left: 3px solid white;
    border-right: 3px solid white;
    border-radius: 2px;
 }
  
.popup .tab-content::-webkit-scrollbar-thumb{
    background: red;
    border-left: 0px solid white;
    border-right: 0px solid white;
    border-radius: 5px;
}
.popup.active {
    transform: translateY(-368px);
}
#popup-button {
    /*     margin-left: -26px; 
    margin-top: -78px;
    cursor:pointer; */
    width: 100%;
    height: 60px;
    background-color: #b78b5c;
    text-align: center;
    font-size: 26px;
    color: #ffffff;
    margin-top: -50px;
    padding-top: 3px;
    cursor:pointer;
    }
@media (max-width: 991px) {
    .popup {
        /* width:100%; */
        margin-bottom: 55px;
    }
    #popup-button {
/*         margin-left: calc((100% - 480px) /2);
        margin-top: -78px;
        cursor:pointer; */
    }
}
@media (max-width: 768px) {
    .popup {
        /* width:100%; */
        margin-bottom: -170px;
    }
    #popup-button {
/*         margin-left: calc((100% - 480px) /2);
        margin-top: -78px;
        cursor:pointer; */
    }
}

@media (max-width: 575px) {
    .popup {
        /* width:100%; */
        margin-bottom: -219px;
    }
    #popup-button {
/*         margin-left: calc((100% - 480px) /2);
        margin-top: -78px;
        cursor:pointer; */
    }
}
@media (max-width:460px) {
    .popup {
        width:100%;
        margin-bottom: -219px;
    }
    #popup-button {
/*         margin-left: calc((100% - 480px) /2);
        margin-top: -78px;
        cursor:pointer; */
    }
}
@media (max-width:430px) {
    .popup {
        width:100%;
        margin-bottom: -250px;
    }
    #popup-button {
/*         margin-left: calc((100% - 480px) /2);
        margin-top: -78px;
        cursor:pointer; */
    }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color:red !important;
}

@media (max-width:768px){
    .list-menu {
         display:none;
    }
    
    
}
@media (min-width:768px) {
    .m-menu {
         display:none;
    }
}

#card56-row {
    margin-top:15px;
}
#card7-row {
    background-color:#ffffff;padding-left:0px;padding-right:0px;margin-right: 0px;margin-left:0px;
}
.news-container {
    padding-top:15px;padding-bottom:15px;
}
@media (max-width:768px) {

    #card12-row {
    margin-bottom:15px;
}
    #card7-row {
        background-color:unset;
        padding-left:unset;
        padding-right:unset;
        margin-right: -23px;
        margin-top:15px;
        margin-left: -23px;
    }
    #card8910-row {
        margin-left:-23px;
    }

    .news-container {
        background-color:#ffffff;margin-left:15px;margin-right:15px;
    }
    .col-spe {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width:575px) {
     #card12-row {
        padding-left: 10px;
        padding-right: 10px;
    }
    #card34-row {
        padding-left: 10px;
        padding-right: 10px;
    }
    #card56-row {
        padding-left: 10px;
        padding-right: 10px;
    }
    #card7-row {
            margin-left: -23px;
    }
    #card8910-row {
        margin-left:-13px;
    }

    .news-container {
        background-color:#ffffff;margin-left:15px;margin-right:15px;
    }
    .col-spe {
        padding-left: 10px;
        padding-right: 10px;
    }
}