.bg-dry-light {
	background-color: #ebf2fd;
}
.bg-dry-blue {
	background-color: #002577 !important;
}
.dry-txt-color {
	color: #002577 !important;
}
.blog-list-img {
	max-height: 250px;
	min-height: 250px;
	object-fit: cover;
}
.blog.grid-view article .card-body {
	height: 250px;
}
.bg-dry-red {
	background-color: #d22444;
	border-color: #d22444;
}
.bg-dry-red:hover {
	background-color: #002577;
	border-color: #002577;
}
.bant-spec {
	height: 140px;
	object-fit: contain;
}
.bant-col:last-child .card {
	background: linear-gradient(135deg, rgb(145, 0, 75), rgb(236, 67, 113));
}
.bant-col:first-child .card {
	background: linear-gradient(to bottom right,#003655 0,#0066a1 50%,#0096ee 100%);
}
.price-section-title {
	border-bottom: 2px solid #002577;
	color: #002577;
	font-size: 19px;
	padding-top: 30px;
	padding-bottom: 5px;
}
.content-with-more{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.content-with-more .content-more{
    margin:10px 0 10px 0;
    display: none;
}
.content-with-more a{
    color:#002577;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 14px;
}

.content-with-more a:hover{
    opacity: 0.8;
    color:#002577 !important;
}
.hidden {
	display: none;
}
.frm_error {
	width: 100%;
    margin-top: 0.25rem;
    font-size: .7rem;
    color: #dc3545;
}
.frm_error_style p {
	margin: 0;
}
.frm_message {
	border: 1px solid #D6E9C6;
    background-color: #DFF0D8;
    color: #468847;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 1rem!important;
}
.frm_message p {
	margin: 0;
}
.frm_error_style {
	background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    border-radius: 4px;
    color: #B94A48;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    padding: 15px;
}
ol.breadcrumb {
	margin: 0 !important;
	padding-bottom: 15px;
}
ol.breadcrumb li a , ol.breadcrumb li{
	font-weight: bold;
	color:#002577;	
	font-size: 12px;
    font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item::before {
	font-size:12px;
}
ol.breadcrumb li.active {
	color:#60697b;
}
.promotion-box {
	position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.promotion-box img {
	width: 60px;
    height: 60px;
    position: absolute;
}
.promotion-box span {
	color: #fff;
    font-size: 17px;
    z-index: 99;
    font-weight: bold;
    transform: rotate(-15deg);
}
.price-info {
	position:absolute;
	top:5px;
	right: 5px;
}
.cursor-pointer {
	cursor: pointer;
}
.head-logo {
	height: 45px;
}
.spec-wrapper {
	position: relative;
	bottom: 57px;
	margin-bottom: -57px;
}
.spec-sm-wrapper {
	position: relative;
	bottom: 54px;
	margin-bottom: -54px;
}
.dry-menu-shadow {
	border-radius: 0 !important;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 6%) !important;
}
.topbar-after::after {
	width: 100%;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    top: 32px;
    background-color: #002577;
    z-index: 50;
}
.campaign-box {
	box-shadow: 0 0 0 0.05rem rgb(8 60 130 / 6%), 0 0 1.25rem rgb(30 34 40 / 4%);
	background-color: #fff;
	color:#000;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:50px;
	padding: 5px 15px;
}
.campaign-box a {
	color: #000;
	font-weight: bold;
}
.franchise-menu {
    background-color: #002577;
    padding: 20px 0;
    position: sticky;
    top: 75px;
    z-index: 99;
    width: 100%;
}
.franchise-menu-list {
	margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.franchise-menu-list li{
    list-style: none;
    float: left;
    text-align:center;
    padding-left: 40px;
}

.franchise-menu-list li a{
    color: #fff;
    padding-left: 25px;
    font-weight:bold;
}

.dot {
    position: absolute;
    display: block;
    height: 10px;
    width: 10px;
    background-color: #739fff;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: dot-pulse 8s forwards infinite;
    animation: dot-pulse 8s forwards infinite;
}

.dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #739fff;
    width: 25px;
    height: 25px;
    overflow: visible;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: dot-border 8s forwards infinite;
    animation: dot-border 8s forwards infinite;
}

.dot-1 {
    top: 16.5%;
    left: 17.5%;
}

.dot-2 {
    top: 22%;
    right: 28%;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.dot-2::after {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;

}

.dot-3 {
    bottom: 30%;
    left: 18.5%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.dot-3::after {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;

}

.dot-4 {
    bottom: 40%;
    right: 48.5%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.dot-4::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;

}

.dot-5 {
    top: 19.5%;
    right: 23%;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.dot-5::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;

}

.dot-6 {
    top: 39.5%;
    left: 34.5%;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;
}

.dot-6::after {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s;

}

.dot-7 {
    bottom: 19.5%;
    left: 26%;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.dot-7::after {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;

}

.dot-8 {
    bottom: 33%;
    right: 25%;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.dot-8::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;

}

.dot-9 {
    bottom: 33%;
    left: 35%;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.dot-9::after {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;

}

.dot-10 {
    top: 16.5%;
    right: 45.5%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.dot-10::after {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;

}

.dot-11 {
    bottom: 42%;
    left: 9.5%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.dot-11::after {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;

}

.dot-12 {
    bottom: 31%;
    left: 10%;
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;
}

.dot-12::after {
    -webkit-animation-delay: 5.5s;
    animation-delay: 5.5s;

}

.dot-13 {
    top: 33%;
    right: 19%;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.dot-13::after {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;

}

.dot-14 {
    bottom: 38.5%;
    right: 35.5%;
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s;
}

.dot-14::after {
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s;

}

.dot-15 {
    bottom: 19%;
    right: 32%;
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.dot-15::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;

}

.dot-16 {
    right: 49.9%;
    bottom: 16.5%;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.dot-16::after {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;

}

.dot-17 {
    top: 31%;
    left: 18%;
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

.dot-17::after {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;

}

.dot-18 {
    top: 42%;
    left: 27%;
}

.dot-19 {
    bottom: 12%;
    left: 41%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.dot-19::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;

}

@-webkit-keyframes dot-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1;
    }

    65% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes dot-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        opacity: 1;
    }

    65% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes dot-border {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }

    60% {
        width: 0;
        height: 0;
        opacity: 1;
    }

    65% {
        width: 20px;
        height: 20px;
    }

    100% {
        opacity: 0;
    }
}

@keyframes dot-border {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }

    60% {
        width: 0;
        height: 0;
        opacity: 1;
    }

    65% {
        width: 20px;
        height: 20px;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .dot {
        width: 7px;
        height: 7px;
    }

    .dot::after {
        width: 22px;
        height: 22px;
    }
}

.map-on-div {
	position: absolute;
    z-index: 1;
    top: 50px;
    width: 100%;
}


















@media only screen and (max-width: 992px) {
	.bant-col {
		padding: 0;
	}
	.bant-col .card {
		border-radius: 0;
	}
	.swiper-slide.mobil-half {
		width: 80% !important;
		margin-right: 5% !important;
	}
	.mobil-half .post-title {
		font-size: 15px;
	}
}