@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body
{
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	line-height: inherit;
}
a
{
	text-decoration: none;
}
a:hover
{
	color: #dc3545 !important;
}
img
{
	max-width: 100%;
}
.text-justify
{
	text-align: justify;
}
.carousel-caption
{
	background-color: rgba(30, 102, 158, 0.5);
	left: 10%;
	right: 10%;
	bottom: 3rem;
}
.bg-blue
{
	background-color: #1e669e !important;
}
.btn-blue
{
	background-color: #1e669e !important;
	color: #fff;
}
.btn-blue:hover
{
	background-color: #2B98D0 !important;
	color: #fff !important;
}
.text-blue
{
	color: #1e669e !important;
}
.border-blue
{
	border-color: #1e669e !important;
}
.logo
{
	height: 48px;
}
.btn-search {
    position: absolute !important;
    right: 0rem;
    z-index: 999 !important;
}
.search-cover
{
	width:48px;object-fit:cover;border-radius:4px;
}
.search-no-cover
{
	width:48px;background:#eee;display:inline-block;border-radius:4px;
}
.text-search-title
{
	white-space:normal;word-break:break-word;
}
.info p
{
	margin-bottom: 0px;
}
.blog .blog-title, .blog .description
{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title::after
{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -1rem;
	width: 7rem;
	height: 3px;
	background: #1e669e;
}
.sub-title::after
{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 7rem;
	height: 3px;
	background: #1e669e;
}
.new-img-dt
{
	width: 5rem;
}
.new-img-dt-1
{
	width: 10rem;
}
#cate .card .img-zoom, .blog .overflow-hidden .img-zoom{
	transition: transform .5s ease;
}
#cate .card:hover .img-zoom, .blog .overflow-hidden:hover .img-zoom
{
	transform: scale(1.1);
}
.owl-theme .owl-nav
{
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-']
{
	
	display: inline-block;
	cursor: pointer;
}
.owl-theme .owl-nav [class*='owl-']:hover
{
	color: #008000 !important;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled
{
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots
{
	margin-top: 15px;
}

.owl-theme .owl-dots
{
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot
{
	display: inline-block;
	zoom: 1;
	display: inline;
}
.owl-theme .owl-dots .owl-dot span
{
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	background: #008000;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot
{
	color: #1e669e !important;
	font-size: 5rem !important;
}
.owl-prev
{
	position: absolute;
	left: -35px;
	top: 45%;
    transform: translateY(-55%);
}
.owl-next
{
	position: absolute;
	right: -35px;
	top: 45%;
    transform: translateY(-55%);
}
.owl-carousel .owl-item img
{
	display: initial !important;
}
.preview p
{
	margin-bottom: 0px;
}
.input-group-text
{
	width: 2.5rem;
}
.g-recaptcha
{
	display: inline-block;
}
footer img
{
	height: 32px;
}
.flag
{
	padding-left: 0px !important;
	padding-right: 10px !important;
}
.sticky-side
{
	top: 1rem;
}
.pagination .active >.page-link,
.pagination .page-link.active
{
	border-color: #1e669e !important;
	background-color: #1e669e !important;
	color: #fff !important;
}
.pagination .page-link
{
	color: #1e669e !important;
}
#ModalGift .modal-dialog .btn-close
{
    position: absolute;
    right: -.5rem;
    top: -.5rem;
    background: #1e669e;
    border-radius: 50%;
    padding: 5px;
    opacity: 1;
    line-height: initial;
}
#gotop {
    /* width: 75px; */
    right: 1rem;
    bottom: 1rem;
    z-index: 999999;
}
#gotop a {
    font-size: 24px;
    color: #fff;
    transition: all .5s;
    height: 52px;
    width: 52px;
    display: block;
    text-align: center;
    align-content: center;
    text-decoration: none;
    border: 1px solid #fff;
}

#gotop a:hover {
    color: #fff !important;
}
.dropdown-menu-center {
	left: 50% !important;
	transform: translateX(-50%) !important;
	right: auto !important;
	min-width:620px;
}
.dropdown-menu-center .dropdown-item,
.dropdown-menu-center a.dropdown-item {
	white-space: normal !important;
	word-break: break-word !important;
	overflow-wrap: anywhere !important;
	display: block;
	padding: .25rem 0 !important;
}
/* .dropdown-menu-center .row { gap: .25rem; }
.dropdown-menu-center .col-4 { padding: 0 .5rem; } */
.dropdown-menu-center h6 { margin-bottom: .25rem; }
.dropdown-menu-center h6 a {
	text-decoration: none;
	padding-bottom: .25rem;
	border-bottom: 1px solid #e9ecef;
	display: inline-block;
	width: 100%;
	color: inherit;
}
.dropdown-menu-center ul.list-unstyled li a {
	display: block;
	padding: .35rem 0;
	border-bottom: 1px dashed #f1f1f1;
	margin-bottom: .25rem;
}
@media (max-width: 576px) {
	.dropdown-menu-center {
		position: static !important;
		transform: none !important;
		left: auto !important;
	}
}
.icon-search {
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}

@media all and (min-width: 992px)
{
	.navbar .nav-item .dropdown-menu > .dropdown .dropdown-toggle::after {
		position: absolute;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%) rotate(-90deg);
	}
	.navbar .nav-item .dropdown-menu > .dropdown .dropdown-menu {
		position: absolute;
		left: 100%;
		top: -.1rem;
		width: max-content;
	}
	.header-nav .dropdown .dropdown-menu {
		display: none;
		border-radius: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		width: max-content !important;
		font-size: .95rem;
		margin-left: -1px;
	}
	.header-nav i {
		line-height: normal;
		transition: all .5s;
	}
	.header-nav a:hover i {
		transform: rotatey(180deg);
	}
	.dropdown-item.active,
	.dropdown-item:active {
		background-color: #e9ecef;
	}
	.navbar-nav > .nav-item > .nav-link,
	.header-nav .dropdown .dropdown-menu a {
		padding-left: 1rem;
		padding-right: 1rem;
		font-weight: bold;
		display: block;
	}
	.navbar .nav-item:hover .dropdown-menu,
	.nav .nav-item:hover .dropdown-menu,
	.header-nav .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navbar .nav-item .dropdown-menu > .dropdown:hover .dropdown-menu,
	.nav .nav-item .dropdown-menu > .dropdown:hover .dropdown-menu {
		display: block;
	}
	.navbar .nav-item .dropdown-menu > .nav-item {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
	}
	.dropdown-menu .nav-link {
		padding-left: 0px !important;
		padding-right: 2rem !important;
		border-bottom: 1px dotted #ccc;
		padding-top: .75rem;
		padding-bottom: .5rem;
	}
	.dropdown-menu .nav-item:last-child .nav-link {
		border-bottom: 0px dotted #ccc;
	}
	.navbar .nav-item .dropdown-menu > .dropdown .dropdown-menu {
		position: absolute;
		left: 100%;
		top: -1px;
		width: 100%;
	}
}
@media (max-width: 767.98px)
{
	.img-divider {
		max-width: 100%;
	}
	.navbar-brand {
		padding: 0px;
	}
	.navbar-toggler
	{
        border: solid 1px;
	}
	.navbar-toggler .fa-search
	{
		padding: 5px;
	}
	.logo
	{
		height: 3rem;
		padding: 0px;
	}
	.offcanvas-body a
	{
		color: #333;
		padding-left: 0px !important;
	}
	.offcanvas-body a > i, .offcanvas-body a > img
	{
		width: 24px;
	}
	.offcanvas-body > nav > ul > li > div > ul > li:last-child > a
	{
		border-bottom: 0px !important;
	}
	.offcanvas-body button:not(.collapsed) > i
	{
		transition: all .5s;
   		transform: rotate(0deg);
	}
	.offcanvas-body button.collapsed > i
	{
		transition: all .5s;
		transform: rotate(180deg);
	}
	.carousel-caption
	{
		position: relative;
        left: 0;
        right: 0;
        bottom: 0rem;
        border-radius: 0px 0px !important;
		background-color: rgba(0, 0, 0, 0.7);
	}
	.carousel-indicators
	{
		margin-bottom: 0rem;
	}
	.second-blog
	{
		border-top: 1px solid #ddd;
		padding-top: 1rem;
	}
	.second-blog .h6
	{
		font-size: 1.25rem;
		font-weight: bold;
		-webkit-line-clamp: none;
		line-clamp: none;
	}
	
	.item .card > a > img
	{
		height: auto;
		width: auto;
	}
	.p-mb-0
	{
		padding-left: 0px;
		padding-right: 0px;
	}
	.new-img-dt-1
	{
		width: 8rem;
	}
}