/*css overwrite*/
.fw-divider-line.fw-line-solid {
    border-bottom: 2px solid #666;
        border-bottom-color: rgb(102, 102, 102);
        border-bottom-width: 2px;
}
.fw-divider-line.space-md {
    margin-bottom: 30px;
    padding-top: 30px;
}
.fw-divider.fw-divider-align-center {
    margin-left: auto;
    margin-right: auto;
}

.text-left {
text-align: left;padding:20px;
}

.shadow-sm {

    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;

}


/* circle*/
.btn-icon.btn-xs {
    font-size: 0.75rem;
    width: 2.2rem;
    height: 2.2rem;
}
.btn-xs {
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 0.4375rem 0.9375rem;
}
.btn-icon {

    position: relative;
    line-height: 0;
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;

}
.btn-soft-primary {
    color: #377dff;
    background: rgba(55, 125, 255, 0.1);
    border-color: transparent;

}
.mr-3, .mx-3 {

    margin-right: 1rem !important;

}
.rounded-circle {

    border-radius: 50% !important;

}
.btn-icon_inner {

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
/*card-header*/
.bg-primary {
    background-color: #377dff !important;
}

.font15 {
    font-family: 'promptregular';
    font-size: 15px;

}
.font18 {
    font-family: 'promptregular';
    font-size: 18px;
}
.font24 {
    font-family: 'promptregular';
    font-size: 24px;
}

/*  post knowledge */
.title-date {
	padding-top:10px;
	border-bottom: 1px solid #ebebeb;
}
.post-date {
	 padding-top:10px;
	 padding-bottom:10px;
	 font-size: 14px;
	 color: #b9c1cf;
}

/* package */

.pk-f22 {
    font-family: 'promptregular';
    font-size: 22px;
}
.pk-f34 {
    font-family: 'promptregular';
    font-size: 34px;
}
.price-tb-title {
    font-family: 'promptsemibold';
    font-size: 40px;
	text-align: center;
}
.price-tb-bath {
    font-family: 'promptregular';
    font-size: 22px;
	text-align: center;
}
.pt15 {
padding-top:15px;
}
/*button*/
.button-blue:hover {

background: #f70000;
border-color: #f70000;

}
.button-blue.button-inverted {

    background: #e80000;
    color: #fff;
    -webkit-box-shadow: 0px 3px 0px 0px #cf0000;
    -moz-box-shadow: 0px 3px 0px 0px #cf0000;
    box-shadow: 0px 3px 0px 0px #cf0000;

}
.button.button-large {
    padding: 12px 26px 10px;
    font-size: 1.5em;
}
.button-blue.button-inverted:hover{background: #d60e0e;}
.button-blue {
    cursor: pointer;
        border: 1px solid #e80000;
		border-top-color: rgb(232, 0, 0);
		border-right-color: rgb(232, 0, 0);
		border-bottom-color: rgb(232, 0, 0);
		border-left-color: rgb(232, 0, 0);
        color: #90baff;
	    border-radius: 5px;
}

.btn-common-dark {
    font-family: 'promptregular';
    background-color:  #ffffff;
    color: #000000;
    position: relative;
    z-index: 1;
    padding: 12px 32px;
    border-radius: 30px;
}






/*=====*/
/*slider*/


img.bg-image {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.home-full-item {
    padding-top: 125px;
    padding-bottom: 62.5px;
    min-height: 600px;
    height: auto;
}
.carousel-item > img{height: 60rem;}
.carousel {
    margin-bottom: 0rem;
}
