/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.99.99
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.post-item > .col-inner {
    background: white;
    border-radius: 5px;
	 box-shadow: 0 1px 3px 0 #ccc;
    -moz-box-shadow: 0 1px 3px 0 #ccc;
    -webkit-box-shadow: 0 1px 3px 0 #ccc;
}

.single .article-inner {
    background: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 #ccc;
    -moz-box-shadow: 0 1px 3px 0 #ccc;
    -webkit-box-shadow: 0 1px 3px 0 #ccc;
    padding: 40px;
}


.post-sidebar .widget {
	    background: white;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 #ccc;
    -moz-box-shadow: 0 1px 3px 0 #ccc;
    -webkit-box-shadow: 0 1px 3px 0 #ccc;
}

.post-sidebar ul {
	padding: 0 10px;
}

.post_comments {
	display: none;
}

.badge-inner.bg-fill {
	border-radius: 5px;
}

.post-sidebar .widget-title {
	border-radius: 5px 5px 0 0;
}

.post-item  .box-text {
	padding: 10px;
}

.post-item .from_the_blog_comments {
	display: none;
}

.post-item img {
	border-radius: 5px 5px 0 0;
}

.section-lottery h1 {
	    background: #bb0000;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 5px 5px 0 0;
	text-align: center;
}

.section-lottery ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
	margin-left: 20px;
}

.section-lottery .one-column ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
	margin-left: 20px;
}


.section-lottery ul a {
	color: black;
}

.section-lottery .button-title {
	border-radius: 5px 5px 0 0;
}

span.widget-title  {
    background-color: #cc0000;
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 15px;
}

.widget .current-cat>a {
    color: #ffffff;
}

b, strong {
	font-weight: bold;
}

.post-template-default .entry-meta {
    padding-left: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
}

.entry-divider {
	display: none;
}

.entry-content {
    padding-bottom: 0em;
    padding-top: 0em;
}

.custom-category-info a {
    font-weight: bold;
    color: white;
    background-color: #ff6e0d;
    padding: 5px;
    margin-right: 8px;
}

.single .entry-author {
    padding: 15px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

/*related post*/
.pt-related {
	    margin-top: 40px;
}
.pt-related-content-item {
	    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    display: grid;
    position: relative;
	margin-top: 15px;
    margin-left: -12px;
    margin-right: -12px;
}

.pt-related .image-cover {
	    padding-top: 62.5% !important;
}


.pt-related .box-text-inner {
	    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.pt-related-title  {
    text-transform: none !important;
    padding-bottom: 15px !important;
    display: block;
    position: relative;
}

.pt-related-title span {
	margin-left: 18px;
	font-size: 20px;
    line-height: 30px;
    font-weight: 700;
	letter-spacing: normal
}

.pt-related-title:before {
	background-color: #ff464b;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0px;
    position: absolute;
    width: 10px;
    top: 10px;
}

.pt-related .post-title {
	font-size: 16px;
}


.custom-category-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-category-item {
    display: inline-block;
    margin-right: 10px;
}

.custom-category-link {
    text-decoration: none;
    color: #0073aa;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.custom-category-link:hover {
    background-color: #005177;
    color: #ffffff;
}

.no-category {
    color: #ff0000;
    font-style: italic;
}

.is-divider {
	display: none;
}


#current-datetime {
	font-size: 15px;
}

.box-dan-de {
    background-color: #ffeca0;
}

.box-title {
    color: #cc0000;
    text-shadow: none;
}

#box_kqxs_minhngoc>div:nth-child(1) table td:nth-child(2) {
	display: none;
}

#box_kqxs_minhngoc>div:nth-child(1) table {
	padding: 15px 15px 0;
}

#box_kqxs_minhngoc .content td {
    border: solid 1px #dddfe2;
	padding: 10px 10px;
	color: black;
}

#box_kqxs_minhngoc .content tr:nth-of-type(2n) {
    background-color: #f0f8ff;
}

#box_kqxs_minhngoc .content td:nth-child(2) {
	text-align: center;
	font-weight: bold;
	font-size: 20px !important;
	color: black;
}

#box_kqxs_minhngoc .content tr:nth-child(2) td:nth-child(2) {
    font-size: 30px !important;
    font-weight: bolder;
    color: #E91E63 !important;
}

#box_kqxs_minhngoc .content td:nth-child(2):hover {
    background-color: #fff4c3;
}

.bkm {
    background: #ffeca0 !important;
    text-align: center;
	padding: 10px 0;
}

.bkm .title {
	color: black !important;
	font-weight: bold;
	font-size: 20px !important;
}

#box_kqxs_minhngoc select {
	    border-radius: 5px;
}
.row-box {
	     box-shadow: 0 1px 3px 0 #ccc;
    -moz-box-shadow: 0 1px 3px 0 #ccc;
    -webkit-box-shadow: 0 1px 3px 0 #ccc;
	    margin: 0 -5px !important;
	border-radius: 5px;
}

.row-box>.col {
	padding: 0px;
	border-radius: 5px;
	background-color: white;
}

.row-box .section-title-container {
    background: #bb0000;
    color: #fff;
    margin-bottom: 10px;
	 border-radius: 5px 5px 0 0;
}

.row-box .section-title-normal {
	border: none;
}

.row-box .section-title-normal span {
    border: none;
    color: white;
    font-size: 14px;
    padding: 8px 10px 0;
}
.row-box .ux-menu a span {
	padding-left: 5px;
}
.row-box .ux-menu a:before{
	content:"\f105";
	    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none !important;
	font-size: 14px;
}

.row-box .ux-menu {
    padding: 0 10px;
}

.single .post-sidebar, .archive .post-sidebar, .search .post-sidebar {
    border: none !important;
    padding-left: 0;
}

.taxonomy-description ul, .entry-content ul {
	margin-left: 15px;
}

.recent-blog-posts a {
    color: #333;
    font-size: 14.5px;
}

.home .col-3 .post-title a {
    font-weight: normal;
    font-size: 14.5px;
}

.home .col-3 .box-text {
	padding: 0 10px;
}

.home .col-3 .row.large-columns-1 {
	padding: 0 15px 10px;
}

.home .col-3 .row.large-columns-1>.col {
	padding: 5px 0;
}

.section-lottery {
	padding: 15px 0 !important;
}

.from_the_blog_excerpt {
	min-height: 48px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.single .post-sidebar, .archive .post-sidebar, .search .post-sidebar {
    padding-left: 15px;
}
	.from_the_blog_excerpt {
	min-height: inherit;
}
	.home .col-2 {
		order: -1;
	}

	.single .article-inner {
    padding: 15px;
}
	
}