/*.
******************
*****************************
******** BASE  **********************
*/
/* opacity */
.opacity-75 {
    opacity: 0.75;
}
.opacity-50 {
    opacity: 0.50;
}
.opacity-25 {
    opacity: 0.25;
}
/* text size */
.text-size-50 {
    font-size: 50%;
}
.text-size-75 {
    font-size: 75%;
}
.text-size-90 {
    font-size: 90%;
}
.text-size-110 {
    font-size: 110%;
}
.text-size-125 {
    font-size: 125%;
}
.text-size-150 {
    font-size: 150%;
}
.text-size-200 {
    font-size: 200%;
}
.text-size-250 {
    font-size: 250%;
}
.text-size-300 {
    font-size: 300%;
}
.text-size-400 {
    font-size: 400%;
}
.text-size-500 {
    font-size: 500%;
}
/* line */
.line-normal {
    line-height: normal;
}
.line-200 {
    line-height: 200%;
}
.line-300 {
    line-height: 300%;
}
/* spacing */
.spacing-top-25 {
    margin-top: 2.5rem !important;
}
.spacing-bottom-25 {
    margin-bottom: 2.5rem !important;
}
.spacing-left-25 {
    margin-left: 2.5rem !important;
}
.spacing-right-25 {
    margin-right: 2.5rem !important;
}
.spacing-top-35 {
    margin-top: 3.5rem !important;
}
.spacing-bottom-35 {
    margin-bottom: 3.5rem !important;
}
.spacing-left-35 {
    margin-left: 3.5rem !important;
}
.spacing-right-35 {
    margin-right: 3.5rem !important;
}
.spacing-top-50 {
    margin-top: 5.0rem !important;
}
.spacing-bottom-50 {
    margin-bottom: 5.0rem !important;
}
.spacing-left-50 {
    margin-left: 5.0rem !important;
}
.spacing-right-50 {
    margin-right: 5.0rem !important;
}
.spacing-top-75 {
    margin-top: 7.5rem !important;
}
.spacing-bottom-75 {
    margin-bottom: 7.5rem !important;
}
.spacing-left-75 {
    margin-left: 7.5rem !important;
}
.spacing-right-75 {
    margin-right: 7.5rem !important;
}
.spacing-top-100 {
    margin-top: 10rem !important;
}
.spacing-bottom-100 {
    margin-bottom: 10rem !important;
}
.spacing-left-100 {
    margin-left: 10rem !important;
}
.spacing-right-100 {
    margin-right: 10rem !important;
}
/* text decoration */
.text-contrast {
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black
}
.text-shadow {
    text-shadow: 1px 1px 2px #000;
}
.text-upper {
    text-transform: uppercase;
}
/* text color */
.text-inherit {
    color: inherit;
    text-decoration: none;
}
.text-black {
    color: black !important;
}
.text-white {
    color: white !important;
}
.text-chartreuse {
    color: chartreuse !important;
}
.text-purple {
    color: #5b69bc !important;
}
.text-pink {
    color: #ff8acc !important;
}


/* background color */
.bg-inherit {
    background-color: inherit;
}
.bg-black {
    background-color: black !important;
}
.bg-white {
    background-color: white !important;
}
.bg-chartreuse {
    background-color: chartreuse !important;
}
.bg-purple {
    background-color: #5b69bc !important;
}
.bg-pink {
    background-color: #ff8acc !important;
}
/* dt */
dt {
    font-style: italic; opacity: 0.7
}
/* control Form */
.required {
    font-weight: bold;
}
form table {
    width: 100%;
}
form th {
    text-align: right;
    font-weight: normal;
    padding-right: 2rem;
}
form th {
    width: 30%;
}
form td {
    width: 70%;
}
label {
    font-size: .75rem;
}
/* toastr */
.toast-top-center {
    top:10px;
    right:0;
    width:100%
}
.toast-top-right {
    top:10px;
    right:12px
}
.toast-top-left {
    top:10px;
    left:12px
}

.nowrap {
    white-space: nowrap !important;
}
.image-title {
    position: absolute;
    top: 8px;
    left: 16px;
}
.page-show-highlight {
    background: #fff;
    padding: 0.5rem 0.5rem;
    line-height: 1.6;
    opacity: 0.8;
}
.image-title-page-show {
    font-size: 4rem;
    color: #000;
}
@media (max-width: 992px) {
    .image-title-page-show {
        font-size: 2rem;
    }
}

/*
******** BASE *************************END****
********************************
******************
*/




/*
******************
*******************************
******** BASE FRONT ESHOP  *****************
*/
body {
    padding-top: 50px;
    line-height: 1.9;
    background-color: #ebeff2;
}
.card-box {
    background-color: #fff;
    padding: 1.5rem;
    margin-bottom: 24px;
    border-radius: .25rem;
    /*box-shadow: 0 .75rem 6rem rgba(56,65,74,.03);*/
    /*box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;*/
}
.required label {
    font-weight: bold;
}
/*
******** BASE FRONT ESHOP  *******END*******
*******************************
******************
*/




/*
*****************
*******************************
******** BASE FRONT *************************
*/

.ribbon {
    position: absolute;
    left: 11px;
    top: -4px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    display: block;
    -webkit-box-shadow: 0 0 8px 0 rgba(241,245,247,.06),0 1px 0 0 rgba(241,245,247,.02);
    box-shadow: 0 0 8px 0 rgba(241,245,247,.06),0 1px 0 0 rgba(241,245,247,.02);
    background: #71b6f9;
    position: absolute;
    top: 19px;
    left: -21px;
}
.bg-dark {
    background-color: #252525 !important;
}
.bg-gray {
    background-color: #e6e6e6;
}
.button-list .btn {
    margin-top: 7px;
    margin-right: 5px;
}

.btn {
    border-radius: .15rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.btn-purple {
    color: #fff;
    background-color: #5b69bc;
    border-color: #5b69bc;
}
.btn-pink {
    color: #f7f7f7;
    background-color: #ff8acc;
    border-color: #ff8acc;
}
.btn-lighten-primary {
    border: 1px solid rgba(113,182,249,.2) !important;
    background-color: rgba(113,182,249,.25) !important;
    color: #71b6f9 !important;
}
.btn-lighten-secondary {
    border: 1px solid rgba(108,117,125,.2) !important;
    background-color: rgba(108,117,125,.25) !important;
    color: #6c757d !important;
}
.btn-lighten-success {
    border: 1px solid rgba(16,196,105,.2) !important;
    background-color: rgba(16,196,105,.25) !important;
    color: #10c469 !important;
}
.btn-lighten-info {
    border: 1px solid rgba(53,184,224,.2) !important;
    background-color: rgba(53,184,224,.25) !important;
    color: #35b8e0 !important;
}
.btn-lighten-warning {
    border: 1px solid rgba(249,200,81,.2) !important;
    background-color: rgba(249,200,81,.25) !important;
    color: #f9c851 !important;
}
.btn-lighten-danger {
    border: 1px solid rgba(255,91,91,.2) !important;
    background-color: rgba(255,91,91,.25) !important;
    color: #ff5b5b !important;
}
.btn-lighten-dark {
    border: 1px solid rgba(241,245,247,.2) !important;
    background-color: rgba(241,245,247,.25) !important;
    color: #f1f5f7 !important;
}
.btn-lighten-purple {
    border: 1px solid rgba(91,105,188,.2) !important;
    background-color: rgba(91,105,188,.25) !important;
    color: #5b69bc !important;
}
.btn-lighten-pink {
    border: 1px solid rgba(255,138,204,.2) !important;
    background-color: rgba(255,138,204,.25) !important;
    color: #ff8acc !important;
}



body {
    padding-top: 56px;
    line-height: 1.9;
    background-color: #f2fefe;
}
footer {
    margin-top: 10rem;
}
a:hover {
    text-decoration: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 1.5rem;
}

.card-img-post {
    width: 100%;
    height: 15vw;
    object-fit: cover;
    background-position: center top;
}


.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}


/**
*Box-style
**/

.box {
    padding: 50px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box h4 {
    text-transform: uppercase;
}

.box .box-icon {
    height: 160px;
    margin-bottom: 20px;
}

.box .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}
.card-img-top {
    width: 100%;
    min-height: 20vw;
    object-fit: cover;
}
.card-img-top-ni {
    width: 100%;
    height: 5vw;
    object-fit: cover;
}
.card-img-top-foreach {
    width: 100%;
    min-height: 20vw;
    object-fit: cover;
}
.card-img-top-foreach-ni {
    width: 100%;
    min-height: 10vw;
    object-fit: cover;
}

h2.title-col {
    /*text-transform: uppercase;*/
    color: #212529;
    word-wrap: break-word;
    margin-top: 0rem;
    font-size: 180%;
}
h2.title-col a {
    color: #212529;
}

h2.title-row {
    /*text-transform: uppercase;*/
    color: #212529;
    word-wrap: break-word;
    margin-top: 0rem;
}
h2.title-row a {
    color: #212529;
}

/*
******** BASE FRONT ******************END****
*******************************
******************
*/


.grecaptcha-badge {
    visibility: hidden;
}

/* fix too wide image display in carousel */
@media (max-width: 992px) {
    .carousel-item a img {
        height: 50vh !important;
        /*width: 50px;*/
        object-fit: cover;
    }
}
/* BS5 exception */
a:not([class]) {
    text-decoration: none;
}

a:not([class]):hover {
    text-decoration: underline;
}
a {
    color: #365f7f;
    text-decoration: none;
}
/* BS5 exception end */
