body {
    background: #ededed;
    /* padding-bottom: 270px; */
    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: 70vh;
    /* 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-height: 720px) and (min-width: 1200px) {
    .banner-carousel-item {
        /* height: 100vh !important; */
    }
}
@media (max-width:1199px) {
    .banner-carousel-item {
        height: 48vh !important;
    }
}

@media (max-width:991px) {
    .banner-carousel-item {
        height: 40vh !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 {
    bottom: 160px !important;
    cursor: pointer;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    max-width: 155px;
    left: 50%;
    justify-content: start;
    display:block !important;
}

.banner-carousel-indicators .active {
    background-color: transparent !important;
}

.banner-carousel-indicators li {
    width:auto !important;
    height:100%;
    margin-right: 0px !important;
    margin-left: 0px !important;
    background-color:transparent !important;
}

.banner-carousel-indicators img {
    width: 150px !important;
    border: #ffffff solid 1px;
    margin:5px;
}

.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;
    /* margin-bottom: 20px; */
    position:relative;
    z-index:99;
}

.plain-bg {
    /* background: url('../img/plain_bg.png'); */
    background-size: cover;
}

/*Navbar*/


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

.nav-link {
    color: #000000 !important;
    /* padding-top: 40px; */
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px !important;
    padding-left: 0px !important;
    cursor:pointer;
}

.navbar .nav-item {
    /* padding-left: 5px; */
    /* margin-top: 25px; */
    /* padding-right: 0px; */
    display: inline-block;
}

.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: 300px;
    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;
    }
	.mobile_only { display: none; }
}

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

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

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

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

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

    .logoImage {
        width: 260px;
        margin-top: -13px;
        padding-top: 7px;
        margin-left: 10px;
    }
}

@media (min-width: 1200px) {

    .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: 84px;*/
    }

}

@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: 20px;
    }

    .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: 10px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 260px;
        margin-top: 0px;
        margin-bottom: -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;
        font-size: 16px;
    }

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

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

}

/*Small Navbar*/

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

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

.navbar-small-link {
    color: #000000;
    font-size: 14px;
    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; */
        width:500px;
    }

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

}

@media (max-width:991px) {
    .title-bg {
        background: transparent;
        width: 100%;
        height: 70px;
        position: relative;
        top: -49px;
        margin-top: -50px;
    }
    .title {
        font-size:20px;
    }
}
@media (min-width:992px) {
    .title-bg {
        background-color: transparent;
        width: 100%;
        height: 15px;
        position: relative;
        top: -60px;
        padding-left: 175px;
        height: 65px;
        margin-top: -34px;
    }
}

.title {
    color: #ff7923;
    position: relative;
    /* top: -12px !important; */
    font-size: 36px;
    /* left: 140px; */
}

/* 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: #ededed;
    /* background-image:url("../img/footer_bg.png"); */
    background-size: cover;
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
    /* height: 185px; */
    color: #000000;
    /* padding-bottom: 20px; */
    border-top: 2px solid grey;
}

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

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

.footer-left a {
    color: #000000;
}

.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:992px) {
    .footer-left {
        font-size:12px;
        text-align:center;
    }
    .footer-right {
        font-size:12px;
        text-align:center;
    }
}

@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) {

    .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: 18px !important;
        font-size: 20px;
    }

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

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

}

@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: 31vh !important;
    }

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

}

@media (max-width: 575px) {

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

    .footer {
        /* height: 630px; */
        /* 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 {
    width: 200px;
    }

    .logoText {
        display: none;
    }

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

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

    .banner-carousel-item {
        height: 23vh !important;
    }

}

@media (max-width: 430px) {

    .footer {
        /* height: 380px; */
        /* margin-bottom: -80px; */
    }

    body {
        /* padding-bottom: 255px; */
    }

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

}

@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: 10px solid #ff7923;
    border-bottom: 1px solid #9c9c9c;
    border-left: 1px solid #9c9c9c;
    border-right: 1px solid #9c9c9c;
}

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

.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: 100% !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: 100px;
    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: 18px;
    color: #000000;
    line-height: 25px;
    /* font-style: italic; */
    /* text-align: center; */
}

.heading {
    color:#ec519d;
}

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

.subpage-bg {
    background-image: url(../img/subpage_bg.png);
    background-size: cover;
    /* margin-top: 5px; */
    padding-top: 30px;
    /* margin-bottom: -100px; */
    /* padding-bottom: 115px; */
    margin-top: -50px;
}



@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-image: url('../img/tab_active_bg.png');
}

.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:400px;
    }

    #card2 {
        height:400px;
    }

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

    #card4 {
        height:195px;
    }
    
    #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: 20px;
}

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

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

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

.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;
}

.dropdown-submenu {
  position: relative;

}

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

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
    
.bottom-banner {
    background-image: url('../img/index_banner.png');
    height:400px; 
    background-size: auto 400px; 
    background-position: center;
    margin-bottom: -5px;
}

@media (max-width:768px) {
    .bottom-banner {
        background-image: url('../img/index_banner.png');
        height: 300px;
        background-size: auto 300px;
        background-position: -800px;
    }
}
@media (max-width:991px) {
    .nav-divider {
           display:none;
    }
}

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

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

.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: 30px;
    top: 180px;
    z-index: 99;
}

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

/*-------------------------------------------------------------------------------------*/
/* LOAN CALCULATOR */

.calc_form { }
.calc_form .form_header { padding-bottom:10px; font-size:21px; color:#177685; }
.calc_form .form_row { width:100%; padding:9px 0; font-size:0; text-align:left; }
.calc_form .form_title { display:inline-block; zoom:1; *display:inline; vertical-align:top; min-height:1px; line-height:30px; font-size:17px; color:#333333; }
.calc_form .form_title em { color:#ff0000; font-style:normal; }
.calc_form .form_field { display:inline-block; zoom:1; *display:inline; vertical-align:top; position:relative; }
.calc_form .form_field font { position:absolute; right:0; top:0; line-height:30px; font-size:16px; color:#333333; }
.calc_form .form_field input[type=text], 
.calc_form .form_field select { width:100%; height:30px; padding:0 8px; background-color:#ffffff; border:1px solid #a2a2a2; box-sizing:border-box; font-size:16px; color:#333333; }
.calc_form .form_field input[type=text] { box-shadow:inset 1px 1px 5px rgba(0,0,0,0.3); }
.calc_form .form_field input[type=checkbox] { display:inline-block; zoom:1; *display:inline; vertical-align:bottom; width:19px; height:19px; padding:0; margin:0; margin-right:6px; border:1px solid #a2a2a2; background-color:#ffffff; text-align:center; }
.calc_form .form_select { }
.calc_form .form_select select { padding:0; border:none; }
.calc_form .form_select .cjbox_select .head { height:30px; line-height:28px; }
.calc_form .form_check { }
.calc_form .form_check ul { font-size:0; text-align:left; }
.calc_form .form_check ul li { display:inline-block; zoom:1; *display:inline; vertical-align:top; padding-right:18px; padding-bottom:15px; box-sizing:border-box; }
.calc_form .form_check ul li span { font-size:16px; color:#333333; }
.calc_form .form_btn button, 
.calc_form .form_btn input[type=button], 
.calc_form .form_btn input[type=reset], 
.calc_form .form_btn input[type=submit] {width:118px;height:31px;padding:0px;margin-right:4px;background-color: #ff7923;border:none;border-radius:6px;position:relative;cursor:pointer;font-size:17px;color:#ffffff;font-weight:bold;}

.calculator_area { max-width:697px; padding-top:38px; margin-left:-6px; }
.calculator_area .calculator_info {padding:4px 0 8px 40px;background: url(../img/icon_calculator.png) no-repeat 10px 4px;font-size:19px;color:#333333;font-weight:bold;line-height:26px;}
.calculator_area .calculator_section { padding:0 10px; border-top:1px solid #998247; }
.calculator_area .calculator_form { padding:20px 0; }
.calculator_area .calculator_result { padding-top:20px; }
.calculator_area .form_field font.hkdollar { left:9px; right:auto; }
.calculator_area .form_field input.txt_dollar { padding-left:42px; }
.calculator_area .form_btn {/* padding-top:24px; */}

.tc_format .calculator_area .calculator_form,
.tc_format .calculator_area .calculator_result { width:515px; }
.tc_format .calculator_area .form_title { width:119px; }
.tc_format .calculator_area .form_field { width:396px; }
.tc_format .calculator_area .form_field input.txt_apr { width:374px; }
.tc_format .calculator_area .form_field input.txt_times { width:374px; }

.en_format .calculator_area .calculator_form,
.en_format .calculator_area .calculator_result { width:545px; }
.en_format .calculator_area .form_title { width:189px; }
.en_format .calculator_area .form_field { width:356px; }
.en_format .calculator_area .form_field input.txt_apr { width:334px; }
.en_format .calculator_area .form_field input.txt_times { width:274px; }

.valuation_area { width:697px; padding-top:33px; margin-left:-6px; }
.valuation_area .valuation_tab { font-size:0; text-align:left; }
.valuation_area .valuation_tab a { display:inline-block; zoom:1; *display:inline; vertical-align:top; height:38px; background-color:#e2e2e2; border:1px solid #998247; border-bottom:none; margin-left:6px; text-align:center; font-size:0; color:#177685; font-weight:bold; transition:all 0.2s ease; }
.valuation_area .valuation_tab a:first-child { margin-left:0; }
.valuation_area .valuation_tab a:before { content:""; display:inline-block; zoom:1; *display:inline; vertical-align:middle; height:38px; }
.valuation_area .valuation_tab a span { display:inline-block; zoom:1; *display:inline; vertical-align:middle; }
.valuation_area .valuation_tab a.onCate, 
.valuation_area .valuation_tab a:hover { background-color:#646464; color:#a5d153; }

.valuation_area .valuation_section { padding-left:18px; border-top:1px solid #998247; }
.valuation_area .valuation_form { min-height:343px; padding:30px 0 25px 0; box-sizing:border-box; }
.valuation_area .valuation_form .form_btn { padding-top:0; }
.valuation_area .valuation_submit .form_row { text-align:right; }
.valuation_area .valuation_argee { width:100%; }
.valuation_area .valuation_argee h4 { padding-bottom:20px; font-size:18px; color:#177685; }
.valuation_area .valuation_argee p { padding-bottom:20px; }
.valuation_area .valuation_argee font { display:block; padding-left:27px; position:relative; }
.valuation_area .valuation_argee input[type=checkbox] { position:absolute; left:0; top:0; width:19px; height:19px; padding:0; margin:0; margin-right:6px; border:1px solid #a2a2a2; background-color:#ffffff; text-align:center; }
.valuation_area .valuation_result { width:100%; }
.valuation_area .valuation_result h4 { padding-bottom:20px; font-size:18px; color:#177685; }
.valuation_area .valuation_result table { }
.valuation_area .valuation_result table td { padding-top:8px; padding-right:12px; vertical-align:top; }

.valuation_area .valuation_result .table { display:table; }
.valuation_area .valuation_result .table_tr { display:table-row; }
.valuation_area .valuation_result .table_td { display:table-cell; vertical-align:top; padding-top:8px; position:relative; }
.valuation_area .valuation_result .table_td:first-child { padding-right:28px; }
.valuation_area .valuation_result .table_td:first-child:after { position:absolute; right:12px; top:8px; content:":"; }

.valuation_area .valuation_info { min-height:43px; padding:22px 0 6px 0px; background:url(../img/valuation_icon.png) no-repeat left 24px; font-size:16px; color:#333333; line-height:24px; }
.valuation_area .valuation_info em { color:#ff0000; font-style:normal; }
.valuation_area .valuation_form_2 { min-height:100px; padding:18px 0; box-sizing:border-box; }
.valuation_area .valuation_form_2 .form_row { padding:7px 0; }
.valuation_area .valuation_form_2 .form_btn { padding-top:19px; }

.tc_format .valuation_area .valuation_tab a { width:214px; }
.tc_format .valuation_area .valuation_tab a span { font-size:21px; }
.tc_format .valuation_area .valuation_form { width:502px; }
.tc_format .valuation_area .valuation_form .form_title { width:110px; }
.tc_format .valuation_area .valuation_form .form_field { width:392px; }
.tc_format .valuation_area .valuation_submit { width:506px; }
.tc_format .valuation_area .valuation_result table td:first-child { width:150px; }
.tc_format .valuation_area .valuation_form_2 { width:549px; }
.tc_format .valuation_area .valuation_form_2 .form_title { width:177px; }
.tc_format .valuation_area .valuation_form_2 .form_field { width:372px; }
.tc_format .valuation_area .valuation_form_2 .form_check ul li { min-width:98px; }

.en_format .valuation_area .valuation_tab a { width:234px; }
.en_format .valuation_area .valuation_tab a span { font-size:15px; }
.en_format .valuation_area .valuation_form { width:562px; }
.en_format .valuation_area .valuation_form .form_title { width:220px; }
.en_format .valuation_area .valuation_form .form_field { width:342px; }
.en_format .valuation_area .valuation_submit { width:566px; }
.en_format .valuation_area .valuation_result table td:first-child { width:180px; }
.en_format .valuation_area .valuation_form_2 { width:589px; }
.en_format .valuation_area .valuation_form_2 .form_title { width:220px; }
.en_format .valuation_area .valuation_form_2 .form_field { width:369px; }
.en_format .valuation_area .valuation_form_2 .form_check ul li { min-width:180px; }



#application-form .nav-link{
    color: #999999 !important;
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
    padding-right: 35px !important;
    padding-left: 35px !important;
    border: 2px solid #999999;
    background-color: #f3f6f0;
    margin: 10px;
}

#application-form .nav-link.active{
    color: orange !important;
    padding-top: 10px;
    font-size: 24px;
    font-weight: bold;
    padding-right: 35px !important;
    padding-left: 35px !important;
    border: 2px solid orange;
    background-color: white;
    margin: 10px;
}

@media (max-width:768px) {
    .index-title {
        font-size:30px !important;
        -webkit-text-stroke: 1px #FFFFFF !important;
        font-weight: 500 !important;
    }
    
    .money-warning {
        font-size: 24pt !important;
    }

    .hotline {
        font-size: 24pt !important;
    }
}

.money-warning {
    color:#ff7923;
    font-size: 34pt;
}

.hotline {
    color:#ff7923;
    font-size: 34pt;
}


@media (max-width:1199px) {
    .topnavbtn {
           display:none;
    }
}

.indexdiv1 {
    background-color: #ffe6e6;
}

.indexdiv2 {
    background-color: #ffbb23;
}

@media (max-width: 768px) {
    .indexdiv1 {
        background-color: #ffbb23;
        margin-top:200px;
    }

    .indexdiv2 {
        background-color: #ffbb23;
        margin-top: 0px;
    }
    
}

@media (max-width:991px) {

    
    #loan_service {
            max-width: 150px !important;
            margin-top: 20px;
            margin-bottom: 20px;
    }
}

.accordion .btn {
    text-align: left;
    white-space: unset!important;
}

#loan_service {
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 20px;

}

#inlineCheckbox2 {
    
    position:absolute
}

#label2 {
    padding-left:20px;
}

.five-circle {
    max-width:200px;
}

#card-box {
    margin:0 auto;
    position: absolute;
    left: calc(50% - 10vw);
    margin-top: -146px;
}

@media (max-width:768px) {
    .five-circle {
        max-width:150px;
    }
    
    #card-box {
        left:0px;
        margin: 0 auto;
        position: relative;
        padding-left: calc(50% - 10vw);
        display: block;
        background: #ffb800;
    }
    
    .indexdiv2 {
        margin-top: 0px;
    }

    .card-row {
        margin-top: 25px !important;
    }
}


@media (max-width:575px) {
    .five-circle {
        max-width:150px;
    }
    
    #card-box {
        left:0px;
        margin: 0 auto;
        position: relative;
        padding-left: calc(50% - 10vw);
        display: block;
        background: #ffb800;
    }
    
    .indexdiv2 {
        margin-top: 0px !important;
    }
}

@media (max-width:320px) {
    .five-circle {
        max-width:100px;
    }
}


.card-row {
        margin-top: -60px;
        /*display: inline-block;*/
}

.indexdiv2 {
        margin-top: -100px;
    }

@media (min-width:1540px){
    .card-row {
        margin-top: -220px !important;
    }
    #card-box {

        margin-top: -282px;
    }
    .indexdiv2 {
        position: relative;
        z-index: 45;
        padding-top: 1px;
        margin-top: -120px;
    }
}


@media (max-width:1199px) {
    #nav1 {
        display:none;
    }
}
