.navbar-green {
    background-color: #006a49;
}

.navbar-white {
    background-color: #ffffff;
}

.btn-login {
    margin-top: 9px;
    border-radius: 8px;
    background-color: #56b983 !important;
    border-color: #56b983 !important;
}

.btn-info:active:hover,
.btn-info:focus:active,
.btn-info:focus:hover,
.btn-info:hover{
    background-color: #d5f1e3 !important;
    border-color: #d5f1e3 !important;
    color: #5c5a5a !important;
    outline: none;
}

.icon-login {
    font-size: 16px;
}

.green {
    color: #006a49;
    font-weight: bold;
}

.gray {
    color: #797878;
}

.bg-golden {
    background-color: #FACC2E ;
}

.bg-orange {
    background-color: #FE9A2E;
}

.border-golden {
    border: 2px solid #FACC2E;
}

.border-orange {
    border: 2px solid #FE9A2E;
}

.border-lightblue {
    border: 2px solid #58ACFA;
}

.text-bold {
    font-weight: bolder;
}

.size-24 {
    font-size: 24px;
}

/* ------------------------- */

.carousel {
    min-height: 500px;
}

.carousel .carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    width: 250px;
    height: 500px;
}

.carousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 15px;
}

.carousel .indicators .indicator-item {
    border-radius: 0;
    transform: rotate(45deg);
    margin: 0 15px;
    background: #56b983;
}


/*********************************************/

.item-detail {
    border-radius: 8px;
    width: 280px;
    padding: 10px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
}

.item-detail img {
    border-radius: 50%;

}

.detail-img {
    height: 120px;
    margin-top: 10px;
}

/********* footer *************************/

.special-color-green {
    background-color: #56b983 !important;
}

footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.8);
    background-color: rgba(0,0,0,0.2);
}

.pb-3, .py-3 {
    padding-bottom: 10px !important;
}
.pt-3, .py-3 {
    padding-top: 10px !important;
}

.btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
}
.btn-floating i {
    font-size: 18px;
    line-height: 47px;
}

.btn-fb {
    color: #fff;
    background-color: #3b5998 !important;
}

.btn-gplus {
    color: #fff;
    background-color: #dd4b39 !important;
}

.btn-floating {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 47px;
    height: 47px;
}

.btn-floating:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

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

@media (max-width: 767px) {
	.xs-inline {
		display: inline-block;
    }

    .xs-size-22 {
        font-size: 22px;
    }

    .xs-size-20 {
        font-size: 20px;
    }

    .xs-title {
        padding-left: 10px;
        padding-right: 10px;
        font-weight: bold;
    }

    .xs-text {
        padding-left: 10px;
        padding-right: 10px;
    }

    .xs-carousel {
        min-height: 300px;
        height: 200px;
    }

    .carousel .carousel-item {
        width: 150px;
        height: 300px;
    }

}

@media (min-width: 768px) {
    .item-detail {
        width: 203px;
    }
}

@media (min-width: 992px){
    .item-detail {
        width: 280px;
    }
}
