body {
    background: none;
    padding-bottom: 140px;
}

*{
    font-family: "å¾®è»Ÿæ­£é»‘é«”";
}

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

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

.container .row p{
    text-align: justify;
}
/*
.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: 55vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.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;
    /* border: 1px solid #ffffff; */
}

.banner-carousel-indicators img {
    width: 300px !important;
    /* border: #ffffff solid 1px; */
    margin:5px;
    margin-left: -75px;
}

.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: #ffffff;
/ / background: url('../img/menu_bg.png');
/ / background-size: cover
}

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

/*Navbar*/

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

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

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

.navbar .nav-item > a:hover, .navbar .navbar-nav > li > a:focus {
    color: #ffff00 !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: 15px;
    padding-bottom: 50px;
    width: 350px;
    position: relative;
    overflow: visible;
}

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

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

@media (min-width: 992px) {

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

    .navbar-collapse {
        height: 40px;
        padding-bottom: 30px;
        background-color: #12a6b9;
        margin-left: -265px;
        position: absolute;
        left: 0px;
        right: 0px;
        z-index: 10;
        top: 125px;
    }

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

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

    .navbar-collapse-container {
        padding-left: 150px;
    }

}

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

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

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

}

/*Small Navbar*/

.navbar-small {
    width: 100%;
    position: absolute;
    top: 20px;
    right: 0px;
    padding-right: 70px;
}

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

.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: #CF0A2B !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: 20px;
    }

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

}

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

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

/* 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: -37px;
    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: -60px;
    margin-bottom: -60px;
}

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

.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: #12a6b9;*/
    background-image:url("../img/footer_bg.png");
    background-size: cover;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

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

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

.footer-row {
    margin: 0px;
}

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

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

.blue-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    text-align: center;
    background-color: #80e2e6;
    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:105px;
    }

}

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

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

}

@media (max-width: 575px) {

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

    .footer {
        height: 215px;
    }

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

}

@media (max-width: 430px) {

    .footer {
        height: 255px;
    }

    body {
        padding-bottom: 255px;
    }

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

}

@media (max-width: 275px) {

    .footer {
        height: 325px;
    }

    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: #2abac9;
    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;
}

.product_list .product_photo {
    width: 100%;
    position: relative;
    border-bottom: 3px solid #12a6b9;

}

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

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

.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: 82px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 0;
    text-align: left;
}

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

.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-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: 171px;
    overflow-y: hidden;
    justify-content: start;
    bottom: -215px;
    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;
}

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

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

    .photo-carousel-md-indicators {
        /* position: relative; */
        /* top: 570px !important; */
        cursor: pointer;
        overflow-x: hidden;
        /* height: 145px; */
        overflow-y: hidden;
        /* width: 100%; */
        max-width: 517px;
        left: 2px;
        justify-content: start;
        bottom: -205px;
        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: 240px !important;
    }

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

    .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 {
        height: 273px;
    }

    .photo-carousel-md-indicators {
        position: relative;
        top: 350px !important;
        cursor: pointer;
        overflow-x: hidden;
        height: 163px;
        overflow-y: hidden;
        width: 100%;
        max-width: 415px;
        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: 205px !important;
    }

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

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

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

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


