@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600;700&display=swap');



.login-wrap {
	background: url(../images/bg-login.jpg) center;
	background-size: cover;
}

.menus .nav-item > a {
	color: #131313;
}

.menu .nav-item > a:hover {
	color: #024087;
	background-color: #f5f5f5;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.test {
	border: 1px solid red;
}
.test2 {
	border: 1px solid green;
}
.test3 {
	border: 1px solid blue;
}

::-webkit-input-placeholder {
	color: #eaeaea;
} /* WebKit, Blink, Edge */
:-moz-placeholder {
	color: #eaeaea;
} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
	color: #eaeaea;
} /* Mozilla Firefox 19+ */
::-ms-input-placeholder {
	color: #eaeaea;
} /* Microsoft Edge */
:-ms-input-placeholder {
	color: #eaeaea;
} /* Internet Explorer 10-11 */


.raleway_regular {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.raleway_bold {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
.prompt_regular {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
}
.prompt_medium {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
}
.prompt_semi-bold {
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
}
.prompt_bold {
	font-family: 'Prompt', sans-serif;
	font-weight: 700;
}

html,
body {
	height: 100%;
}
body {
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #4a4a4a;
	background: url(../images/bg-top.png) repeat-x #fff;
}
footer {
	font-size: 13px;
	color: #d0cfcf;
}
button:focus {
	outline: 0;
}
a,
a.text-blue {
	color: #014898;
}
a:hover,
a:focus {
	color: #222222;
}
a.black {
	color: #222222;
}
a.black:hover,
a.black:focus {
	color: #014898;
}
h1 {
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	font-size: 32px;
	color: #014898;
}
h2 {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #222222;
}
h3 {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #222222;
}
strong,
.strong {
	font-weight: 500;
}
small {
	font-size: 13px;
}
footer {
	background-color: #2f2e86;
	color: #fff;
}

/* #Layout
================================================== */
.logo {
	position: absolute;
	top: 2px;
	left: 15px;
	width: 120px;
	z-index: 100;
}
.topbar {
	color: #fff;
	text-align: right;
}
.topbar > div {
	display: inline-block;
	height: 43px;
	border-right: 1px solid #7c9cc0;
	padding: 9px 20px;
}

/* #Topbar User */
.dropdown.user {
	padding: 0px;
	transition: 0.2s;
	color: #fff;
	font-size: 14px;
}
.dropdown.user:hover {
	background-color: rgba(0, 0, 0, 0.02);
}
.dropdown.user span {
	display: inline-block;
	margin: auto 4px;
}
.dropdown.user .icon-user.rounded-circle {
	background-color: #f5f5f5;
	padding: 7px;
	font-size: 14px;
	color: #014898;
}
.dropdown.user .nav-link {
	padding-top: 7px;
	padding-bottom: 5px;
}
.dropdown-item {
	font-size: 14px;
	color: #014898;
}

.flag {
	width: 24px;
	margin-right: 2px;
}
/* .bggradientblack {
	position: absolute;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background: linear-gradient(rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.3) 100%);
} */
.bg-grey {
	background-color: #f5f5f5;
}
.text-blue {
	color: #014898;
}
.date-calendar {
	font-size: 55px;
	line-height: 55px;
}
.month-calendar {
	font-size: 18px;
	line-height: 15px;
	font-weight: 600;
}
.news img {
	width: 100%;
	height: 210px;
	object-fit: cover;
}
.news-detail {
	display: inline-block;
	padding-top: 8px;
	color: #7c7c7c;
}
.news-detail i {
	color: #bcbcbc;
}
.news h2 {
	margin-top: 10px;
	/* height: 72px; */
	overflow: hidden;
}
.news p {
	max-height: 92px;
	overflow: hidden;
	margin-bottom: 10px;
}
.more {
	font-size: 16px;
	font-weight: 600;
}
.logoft {
	white-space: nowrap;
}
.logoft a {
	opacity: 0.4;
	transition: 0.2s;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}
.logoft a:hover {
	opacity: 1;
}
.logoft > a > img {
	width: 35px;
	height: 35px;
}
.ft-name,
.ft-address,
.ft-phone {
	font-weight: 600;
	line-height: 1;
}
.ft-name {
	padding-top: 6px;
	font-size: 21px;
	text-align: center !important;
}
.ft-address {
	font-size: 15px;
}
.ft-phone {
	padding-top: 6px;
	font-size: 15px;
}
footer i {
	font-size: 25px;
}
.ft-link {
	margin-top: 70px;
}
.ft-link .ant-col {
	line-height: 17px;
	padding-top: 3px;
	padding-bottom: 3px;
}
footer h2 {
	color: #fff;
	line-height: 1;
}
footer ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	line-height: 1;
}
footer ul li {
	margin: 8px auto;
}
footer ul a,
.ft-link a {
	font-size: 15px;
	color: #fff;
	opacity: 0.5;
	transition: 0.2s;
}
footer ul a:hover,
.ft-link a:hover {
	color: #fff;
	opacity: 1;
}
.copyright {
	font-size: 13px;
	color: #fff;
	/* opacity: 0.3; */
	/* background-color: #003775; */
}
h1.head-news {
	font-size: 28px;
}
.yellow-line {
	height: 10px;
	background-color: #dab34f;
}
.link-aside {
	padding-left: 35px;
	font-size: 14px;
}
.link-aside h1 {
	font-size: 24px;
}
.link-aside li {
	list-style: none;
	position: relative;
	padding: 8px 0 0 20px;
}
.link-aside ul {
	padding-left: 5px;
}
.link-aside ul li:before {
	background: transparent url(../images/li.png) scroll 0 0 no-repeat;
	content: '';
	width: 17px;
	height: 18px;
	position: absolute;
	left: -5px;
	top: 10px;
}
.donate .bg-grey,
.donate-highlight .bg-grey {
	padding: 0 20px 20px;
	height: 320px;
}
.donate-highlight.donate .bg-grey {
	padding: 50px 80px;
}
.donate img {
	height: 220px;
}
.donate-highlight.donate img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.donate.news p {
	max-height: none;
	overflow: auto;
}
.tag-donate-wrap {
	position: absolute;
	top: 0;
	right: 0;
}
.triangle-tag-donate {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 25px 25px 0;
	border-color: transparent #54be0d transparent transparent;
}
.tag-donate {
	font-size: 14px;
	color: #fff;
	background-color: #54be0d;
	line-height: 25px;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 10px;
}
.box-grey {
	border: 1px solid #efefef;
}

.box-grey .wrapimg {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}
.box-grey .wrapimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.box-grey .roundimg img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: top;
}
.text-grey {
	color: #aeaeae;
}

.box-white {
	border: 1px solid hsl(0, 0%, 100%);
}

.box-white .wrapimg {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}
.box-white .wrapimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.box-white .roundimg img {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: top;
}
.text-white {
	color: #aeaeae;
}
.about img {
	width: 42%;
}
.contact {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding-top: 50px;
	padding-bottom: 20px;
}
.contact h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 5px;
}
.contact i {
	font-size: 72px;
	color: #014898;
}
.loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 8, 16, 0.92);
	z-index: 9999;
}
.login {
	background-color: #003775;
}
.login a {
	color: #f6c51c;
}
.login a:hover {
	color: #fff;
}
.qr {
	border: 20px solid #fff;
	border-top: 10px solid #fff;
}

/* #Reacstrap
================================================== */
.navbar {
	font-size: 16px;
}
.nav-link {
	padding: 1.2rem 0.8rem;
}
.navbar-light .navbar-nav .nav-link {
	color: #131313;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #024087;
	background-color: #f5f5f5;
}
.navbar-light .navbar-nav .active .nav-link {
	color: #014898;
}
.dropdown-toggle::after {
	margin-left: 0.35em;
	vertical-align: middle;
}
.submenu {
	position: relative;
	z-index: 100;
	opacity: 0.95;
}
.submenu-lv1 {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 42px;
}
.submenu-lv2,
.submenu-lv3 {
	position: absolute;
	top: -10px;
	left: 250px;
}
.submenu-lv1 ul {
	background-color: #f5f5f5;
	width: 250px;
	list-style: none;
	padding: 10px 0;
	box-shadow: 0 0px 4px rgba(0, 21, 41, 0.2);
}
.submenu-lv1 li a {
	display: inline-block;
	padding: 12px 20px 12px 20px;
	width: 100%;
	color: #131313;
	line-height: 23px;
}
.submenu-lv1 li:focus > a,
.submenu-lv1 li:hover > a,
.submenu-lv1 li.active > a {
	color: #024087;
}
.submenu-lv1 li {
	background-color: transparent;
	/* transition: 1s; */
}
.submenu-lv1 li:focus,
.submenu-lv1 li:hover,
.submenu-lv1 li.active {
	background-color: #e9e9e9;
}
.submenu-lv1.mobile li.active {
	background-color: #e3e3e3;
}
.submenu-lv1 .dropdown-toggle {
	white-space: normal;
}
.dropdown-toggle.active {
	position: relative;
}
.submenu-lv1 li.dropdown-toggle::after {
	margin-top: 1.2em;
	margin-left: -1em;
	vertical-align: top;
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}
.submenu-lv1 li a.dropdown-toggle::after {
	display: none;
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.6rem;
		padding-left: 0.6rem;
	}
}
@media (max-width: 991px) {
	.logo {
		width: 110px;
	}
	.nav-item {
		width: 100%;
		text-align: center;
	}
	.nav-link {
		padding: 0.8rem 0.8rem;
	}
	.navbar-collapse {
		padding-top: 5px;
	}
	.submenu-lv1 {
		position: unset;
		margin-top: 0px;
	}
	.submenu-lv1 ul {
		width: auto;
		padding: 0;
		box-shadow: none;
	}
	.submenu:not(.active) .dropdown-toggle::after {
		display: inline-block;
		border-top: 0.3em solid transparent;
		border-right: 0;
		border-bottom: 0.3em solid transparent;
		border-left: 0.3em solid;
	}
	/* .submenu .dropdown-toggle.nav-link:focus::after {
		display: inline-block;
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
	} */
	.submenu-lv1 li a.dropdown-toggle::after {
		display: inline-block;
		border-top: 0.3em solid transparent;
		border-right: 0;
		border-bottom: 0.3em solid transparent;
		border-left: 0.3em solid;
	}
	.submenu-lv1 li a.dropdown-toggle.active::after {
		display: inline-block;
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
	}
	.submenu-lv1 li.dropdown-toggle::after {
		display: none;
	}
	.submenu-lv2,
	.submenu-lv3 {
		position: unset;
		top: 0px;
		left: 0px;
	}
	.submenu-lv1 li.active {
		background-color: transparent;
	}
}
@media (max-width: 767px) {
	.nav-link {
		padding: 0.6rem 0.8rem;
	}
}

/* #Ant Design
================================================== */
/* #Carousel */
.ant-carousel img {
	width: 100%;
	object-fit: cover;
}
.ant-carousel .slidecover img {
	height: 710px;
}

/* #Form */
.ant-input,
.ant-picker {
	padding: 8px 11px;
}
.ant-input,
.ant-picker,
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
	border: 1px solid #eaeaea;
	border-radius: 5px;
}
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
	height: auto;
	padding: 4px 11px;
}
.ant-form-inline .ant-form-item {
	margin-right: 10px;
}
.ant-form-item-label > label {
	font-weight: 600;
	color: #222222;
}
.ant-form-item-label.custom {
	overflow: visible;
}
.ant-picker-range-separator {
	padding-left: 0;
	padding-right: 8px;
}
.ant-form-item {
	margin-bottom: 15px;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
	padding: 0 0 4px;
}
.ant-switch-checked {
	background-color: #014898;
}
.ant-upload .anticon {
	vertical-align: 0.05em;
}
.ant-upload .ant-btn {
	vertical-align: 0.05em;
	background: #f5f5f5;
	color: #aeaeae;
	border-color: #eaeaea;
}
.ant-upload .ant-btn:hover {
	vertical-align: 0.05em;
	background: #f5f5f5;
	color: #8f8f8f;
}
.ant-btn.ant-btn-icon-only {
	min-width: auto;
}
.ant-btn.ant-btn-icon-only:hover {
	border-color: transparent;
}
.ant-btn.ant-btn-icon-only > .anticon {
	position: relative;
	top: -2px;
}

/* #Button */
.ant-btn {
	font-size: 16px;
	border-radius: 4px;
	min-width: 110px;
	color: #aeaeae;
	height: auto;
	padding: 5px 25px;
}
.ant-btn:hover {
	color: #014898;
	border-color: #014898;
}
.ant-btn-primary {
	color: #fff;
	background-color: #014898;
	border-color: #014898;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
	color: #fff;
	background-color: #0654ad;
	border-color: #0654ad;
}
.ant-btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
	color: #fff;
	background-color: #ff3a4e;
	border-color: #ff3a4e;
}
.ant-btn-text {
	color: #014898;
}
.ant-btn-text:hover {
	color: #014898;
	border-color: #efefef;
	background-color: #efefef;
	border-radius: 0;
}

/* #Modal */
.ant-modal-body {
	padding: 60px 20px 20px;
}
.ant-modal-footer {
	padding: 13px 20px;
	border-top: 0;
	background-color: #f5f5f5;
}
.icon-modal {
	font-size: 72px;
	color: #014898;
	display: inline-block;
	margin-bottom: 30px;
}

/* #BreadCrumb */
.ant-breadcrumb {
	font-size: 13px;
	line-height: 1.4;
}

/* Pagination */
.ant-pagination-item {
	font-family: 'Prompt', sans-serif;
	font-weight: 600;
	border: 1px solid transparent;
	border-radius: 5px;
}
.ant-pagination-item a {
	color: #014898;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
	border-color: transparent;
	background-color: #f0f0f0;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
	color: #014898;
}

.ant-pagination-item-active {
	background: #014898;
}
.ant-pagination-item-active a {
	color: #fff;
}
.ant-pagination-item-active:hover {
	background: #014898;
}
.ant-pagination-item-active:hover a {
	color: #fff;
	cursor: default;
}

.ant-pagination .anticon {
	vertical-align: 0.25em;
}
.ant-pagination-disabled.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-disabled.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-disabled.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-disabled.ant-pagination-next .ant-pagination-item-link,
.ant-pagination-disabled.ant-pagination-next:hover .ant-pagination-item-link,
.ant-pagination-disabled.ant-pagination-next:focus .ant-pagination-item-link {
	color: rgba(0, 0, 0, 0.25);
	border-color: transparent;
	background-color: transparent;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
	border: 1px solid transparent;
	background-color: #fff;
	border-radius: 5px;
}
.ant-pagination-prev:focus .ant-pagination-item-lixxnk,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
	color: #014898;
	border-color: transparent;
	background-color: #f0f0f0;
}

/* Descriptions */
.ant-descriptions-row > th {
	padding-bottom: 5px;
	padding-top: 20px;
}
.ant-descriptions-item-label {
	color: #aeaeae;
	font-weight: 500;
}

/* Step */
.ant-steps-item-process .ant-steps-item-icon {
	background: #014898;
}
.ant-steps-item-process .ant-steps-item-icon {
	border-color: #014898;
}
.ant-steps-item-finish .ant-steps-item-icon {
	background: #014898;
	border-color: #014898;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
	color: #fff;
}
.ant-steps-item-icon .ant-steps-icon .anticon {
	vertical-align: 0.15em;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
	background-color: #014898;
}

/* Radio group */
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled),
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
	background: #014898;
	border-color: #014898;
}
.ant-radio-button-wrapper:hover {
	color: #014898;
}
.ant-radio-button-wrapper {
	margin: 4px;
	min-width: 65px;
	text-align: center;
	padding: 2px 15px;
	height: auto;
}

/* Tag */
.ant-tag {
	margin-right: 3px;
}

/* #Media Query
================================================== */
@media (max-width: 1600px) {
	.ant-carousel .slidecover img {
		height: 590px;
	}
}
@media (max-width: 1440px) {
	.ant-carousel .slidecover img {
		height: 510px;
	}
}
@media (max-width: 1199px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm {
		max-width: 100%;
	}
	.ant-carousel .slidecover img {
		height: 400px;
	}
	.date-calendar {
		font-size: 40px;
		line-height: 42px;
	}
	.month-calendar {
		font-size: 16px;
		line-height: 13px;
	}
	.ft-address {
		font-size: 15px;
	}
	.ft-phone {
		font-size: 15px;
	}
	.ft-name {
		font-size: 23px;
	}
	.ft-phone {
		font-size: 40px;
	}
	.logoft a {
		width: 38px;
	}
	.link-aside {
		padding-left: 25px;
	}
	.donate-highlight.donate img {
		height: 100%;
	}
	.donate-highlight.donate .bg-grey {
		padding: 30px 50px;
	}
}
@media (max-width: 991px) {
	.ant-carousel .slidecover img {
		height: 380px;
	}
	h1 {
		font-size: 28px;
	}
	small {
		font-size: 12px;
	}
	.news img {
		height: 150px;
	}
	.date-calendar {
		font-size: 38px;
		line-height: 38px;
	}
	.month-calendar {
		font-size: 13px;
		line-height: 10px;
	}
	.ft-name {
		font-size: 20px;
	}
	.ft-address {
		font-size: 15px;
	}
	.ft-phone {
		font-size: 15px;
	}
	.logoft a {
		width: 28px;
	}
	h1.head-news {
		font-size: 24px;
	}
	.link-aside {
		padding-left: 20px;
	}
	.donate img {
		height: 220px;
	}
	.donate-highlight.donate .bg-grey {
		padding: 20px 30px;
	}
	.about img {
		width: 52%;
	}
	.topbar > div {
		padding: 9px 15px;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 23px;
	}
	.news img {
		height: 130px;
	}
	.date-calendar {
		font-size: 35px;
		line-height: 35px;
	}
	.month-calendar {
		font-size: 12px;
		line-height: 10px;
	}
	.ft-name {
		font-size: 18px;
	}
	.ft-address {
		font-size: 15px;
	}
	.ft-phone {
		font-size: 22px;
	}
	footer i {
		font-size: 25px;
	}
	.logoft {
		white-space: normal;
	}
	h1.head-news {
		font-size: 20px;
	}
	.link-aside h1 {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	body {
		background-position: 0 -5px;
	}
	.topbar {
		font-size: 14px;
	}
	.topbar > div {
		height: 38px;
		padding: 8px 10px;
	}
	.topbar > div:nth-child(3) {
		border-right: 0;
	}
	.dropdown.user .nav-link {
		padding-top: 5px;
	}
	.dropdown.user span.d-inline-block {
		width: 73px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		vertical-align: middle;
	}
	.dropdown-menu {
		left: auto !important;
		right: 0 !important;
	}
	.flag {
		width: 22px;
	}
	.container.top-head {
		padding-left: 0;
		padding-right: 0;
	}
	.ant-carousel img {
		height: 220px;
	}
	.logo {
		position: absolute;
		top: 42px;
		width: 85px;
	}
	.navbar {
		margin: 12px auto;
	}
	.date-calendar {
		font-size: 55px;
		line-height: 55px;
	}
	.month-calendar {
		font-size: 18px;
		line-height: 15px;
	}
	.news img {
		height: 210px;
	}
	h1 {
		font-size: 28px;
	}
	.logoft a {
		width: auto;
	}
	.ft-link {
		margin-top: 20px;
	}
	.ant-modal-body {
		padding: 50px 10px 10px;
	}
	.link-aside {
		padding-left: 0px;
	}
	.copyright {
		font-size: 11px;
	}
	.donate-highlight.donate img {
		height: 230px;
	}
	.about img {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact i {
		font-size: 62px;
		color: #014898;
	}
	.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
		padding-left: 0;
	}
	.ant-carousel .slidecover img {
		height: 220px;
	}
}
.ant-carousel .slick-dots {
	margin-left: 0;
}
.ant-carousel .slick-dots-bottom {
	left: 0;
	bottom: -15px;
	padding-top: 20px;
	padding-bottom: 25px;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.ant-carousel .slick-dots li.slick-active {
	width: 28px;
}
.ant-carousel .slick-dots li button {
	border-radius: 25px;
	/* border: 1px solid rgb(235, 237, 240);
	box-shadow: 0 0px 6px rgba(0, 21, 41, 0.5); */
	display: block;
	width: 100%;
	height: 8px;
	padding: 0;
	color: transparent;
	font-size: 0;
	background: #fff;
	outline: none;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/* #Final Change 01.2021
================================================== */
/* #root {
<<<<<<< HEAD
	overflow: hidden !important;
} 

	overflow-x: hidden !important;
} */
.navbar-light .navbar-toggler {
	margin-right: 0.5rem !important;
}
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
	position: absolute;
	right: -13px;
}
.ant-input[disabled] {
	color: initial;
	border-color: transparent;
	background-color: transparent;
	padding-left: 0;
}
.ant-input[disabled]:hover {
	border-color: transparent;
}
.navbar {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.submenu-lv1 li:focus,
.submenu-lv1 li:hover,
.submenu-lv1 li.active {
	background-color: #e9e9e9;
	display: block !important;
}
.submenu-lv1.mobile li.active {
	background-color: #e3e3e3;
	display: block !important;
}
@media (min-width: 1920px) {
	.logo {
		width: 150px;
	}
}
@media (min-width: 992px) {
	.navbar {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}
@media (max-width: 575px) {
	.topbar > div:nth-child(3) {
		display: none;
	}
	.ant-carousel .slick-dots-bottom {
		padding-bottom: 17px;
	}
}

.foundation img.topimg {
	width: 100%;
}

.folder-div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 5%;
	margin-right: 5%;
}

.gallery-img {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5%;
	margin-bottom: 2%;
	cursor: pointer;
	height: 150px;
	overflow: hidden;
}

.gallery-img .ant-image {
	display: block;
}

.gallery-img .ant-image-img {
	width: 100%;
	height: 140px;
	object-fit: cover;
	object-position: 20% 20%;
}

.modalVideo .ant-modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
/* #Final Change 01.2021 - 2
================================================== */
.gallery img {
	width: 100%;
	height: 170px;
	object-fit: contain;
	object-position: center;
}
.gallery .fb {
	height: 25px;
}
.ant-modal-body .anticon {
	margin-top: 0 !important;
}

.gallery-img img {
	height: 140px;
}

/* donate history */
.donate-slipt > div > span.ant-upload {
	overflow: hidden;
}

.keyword-tag {
	background: white;
	border-radius: 100px;
	border: 1px solid #014898;
	padding: 5px 10px;
	margin-bottom: 8px;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	cursor: default;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	text-overflow: ellipsis;
	margin-right: 7px;
}

.keyword-tag span {
	font-size: 12px;
	color: #014898;
}

.index-music-player {
	background-color: transparent;
	width: 120px;
	height: 54px;
	display: block;
	transition: left 0.3s ease 0s;
	position: fixed;
	bottom: 14px;
	left: 0px;
	z-index: 9999;
	/* box-shadow: gray 0px 0px 5px; */
	/* border-radius: 40px; */
	overflow: hidden;
}

audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
	display: none;
}
