/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/*************** SIDEBAR.   ***************/
.is-divider {
    background: transparent;
}
#secondary {
    background-image: linear-gradient( to top in oklab, #ffffff, #f0fff6 );
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
}
span.widget-title span {
    color: #2e2e38;
    text-transform: none;
    font-weight: 600;
}

/*************** CONTACT.   ***************/
.custom-box {
    box-shadow: 0 40px 80px #fbe4e0;
    border-radius: 14px;
    background: #fff;
    min-width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact-col .col-inner {
    background: linear-gradient(131.83deg, snow, #fff7f7 99.21%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    padding: 30px;
}
.contact-col .icon-box p {
    margin-bottom: 0;
}
/*************** ABOUT.   ***************/
.slider-logo .col-inner {
	border: 1px solid #da3021;
	overflow: hidden;
	border-radius: 16px;
}
.br-24 {
    border-radius: 24px;
    overflow: hidden;
}
.ss-gia-tri-cot-loi .icon-box .icon-box-img {
    background: #f1e8ff;
    width: 88px !important;
    height: 88px !important;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 20px;
}
/*************** HOMEPAGE.   ***************/
.custom-col-5 {
    display: flex;
    flex-wrap: wrap;
}
.custom-col-5 > .col {
	flex: 0 0 20%;
	max-width: 20%;
}
.home h2, .page-template h2 {
    background: linear-gradient(270deg, #00b74f -22.41%, #1d4289 108.33%);
    background-clip: text;
    --webkit-background-clip: text;
    color: transparent !important;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: pre-wrap;
    font-weight: 400;
    font-size: 32px;
}
.flickity-page-dots {
	bottom: 0 !important;
}
.bg-gradient, .button-gradient, #top-bar {
    background-image: linear-gradient(to right, #1d4289, #00b74f);
}
.button-gradient {
    color: #ffffff !important;
    font-weight: normal;
    border: none;
    box-shadow: none;
    outline: none;
}
.bg-1 .col-inner {
    background: #0061a00d;
}
.bg-1 .col-inner {
    color: #0061a0;
}
.outline-gradient {
	box-shadow: var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);
}
.accordion-item {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    background-color: rgb(245 245 245 / 1);
    border-radius: .5rem;
	margin-top: 10px;
}
.accordion-title {
    color: #212529 !important;
    border: none;
}
.accordion-item:first-child {
    margin-top: 0;
}
/*************** FOOTER.   ***************/
#footer {
	background-color: #DA3021;
	border-radius: 64px 0px 0px 0px;
	background-image: linear-gradient( to top in oklab, #ffffff, #f0fff6 );
}
#footer .section-title {
	border: none;
	margin-bottom: 0;	
}
#footer .section-title .section-title-main {
    margin: 0;
    padding: 0;
	border: none;
	text-transform: none;
	font-size: 22px;
}
.middle-content > .col-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.br-16 {
    border-radius: 16px;
    overflow: hidden;
}
.middle-content a.button {
    margin-bottom: 0;
    border: none;
}
.copyright-footer {
    color: #2e3a5b;
}

.bottom-contact {
	display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.custom-col-5 > .col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.home h2, .page-template h2 {
		font-size: 20px;
	}
	.pl-10 {
		padding-left: 10px;
	}
	.pr-10 {
		padding-right: 10px;
	}
	.bottom-contact {
		display: block;
		position: fixed;
		bottom: 0;
		background: #06396a;
		width: 100%;
		z-index: 99;
		box-shadow: 2px 1px 9px #dedede;
		border-top: 1px solid #eaeaea
	}
	.bottom-contact ul li {
		width: 33%;
		float: left;
		list-style: none;
		text-align: center;
		font-size: 0.65em !important;
	}
	.bottom-contact ul li span {
		color: white;
	}
	.bottom-contact ul li img {
		width: 35px;
		margin-top: 10px;
		margin-bottom: 0px
	}
}