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

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


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

:root {
	--primary-blue : #112a4a;
	--secondary-blue : #990909
}

.container {
	padding-left: 4px!important;
}

.row.row-small {
	max-width: 1280px!important
}

.red {
	color: var(--secondary-blue)
}

.single .jet-single-content h1, .single .jet-single-content h2, .single .jet-single-content h3{
	font-weight: 600;
	margin-bottom: 0;
}

.single .jet-single-content h2 span, .single .jet-single-content h2,
.single .jet-single-content h3 span, .single .jet-single-content h3{
	margin: 30px 0 20px 0;
}

.single .jet-single-content h1, .single .jet-single-content h1 a {
	font-size: 36px;
}

.single .jet-single-content h2, .single  .jet-single-content h2 a {
	font-size: 27px;
}

.single  .jet-single-content h3, .single .jet-single-content h3 a {
	font-size: 21px;
}

.single .jet-single-content  p , .single .jet-single-content li, .single .jet-single-content blockquote, .single .jet-single-content td, .single  .jet-single-content a {
	font-size: 18px;
}

.single  .jet-single-content a {
	color: #0000ff
}

.single  .jet-single-content {
	margin-bottom: 10px; 
	box-shadow: 0px 0px 3px #ccc;
	padding: 10px 15px;
	text-align: justify
}

.single  .jet-single-content a:hover {
	color: var(--primary-blue)
}

.banner-app {
	height: 95%;
}

.banner-app img{
	height: 100%;
	width: 100%;
}

.col-banner-ads .col {
	padding: 5px;
}

.ux-search-box input[type=search]{
	border: 1px solid #fff;
	color: #333;
	height:40px;
	background: #fff;
	border-radius: 0 10px 10px 0;
}

.icon-search {
	color: #333
}

.language {
	display: flex;
	width: 100%;
}

.language  img {
	width: 30px;
}

.language a {
	margin-right: 5px;
}

/* .home .row-small .col {
	padding: 0px 1px 10px;
} */



.home .post-item, .archive .post-item, .single .post-item {
/* 	border-bottom: 1px dashed #efefea; */
	padding: 0px !important;
}




.home .box-normal h5 a {
 	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
	display: block;
	height: 43px;
 	display: -webkit-box;
  	overflow: hidden;
 	text-overflow: ellipsis;
}

.home .news_cat h5 a {
 	-webkit-line-clamp: 3;
 	-webkit-box-orient: vertical;
	display: block;
 	display: -webkit-box;
  	overflow: hidden;
	height: 60px;
 	text-overflow: ellipsis;
}

.news_cat {
	float: left;
}

.news_cat .post-meta {
	font-size: 12px;
}


.top-news .col-news {
	height: 417px;
	overflow-y: scroll;
}

.top-news .col-news .post-item h5 a {
 	-webkit-line-clamp: 3;
 	-webkit-box-orient: vertical;
	display: block;
 	display: -webkit-box;
	height: 55px;
  	overflow: hidden;
 	text-overflow: ellipsis;
}

.top-news .col-news .title-news {
	position: sticky;
	top: 0;
	z-index: 9
}

.top-news .col-news .col {
	padding: 0!important
}

.top-news .col-news .box-text, .news_cat .box-text, .col-news .box-text {
	padding-left: 5px!important;
	padding-right: 5px!important
}

.top-news .col-news::-webkit-scrollbar {
	width: 0
}

.home .col-news h5 a{
	-webkit-line-clamp: 3;
 	-webkit-box-orient: vertical;
	display: block;
	height: 58px;
 	display: -webkit-box;
  	overflow: hidden;
 	text-overflow: ellipsis;
}

.col-news ul{
	border: 1px solid #ccc;
}

.col-news h3, .result-tintuc .title-news {																																								
	padding: 3.9px 0;
	text-align: center; 
	color: #fff;
	background: var(--secondary-blue);
	margin-bottom: 0
}

.col-news ul li {
	list-style: none;
	margin-left: 3px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	padding: 5px;
	line-height: 22.6px;
}

.col-news ul li:last-child {
	border-bottom: 0
}

.col-news ul li a {
	font-size: 13.5px;
	font-weight: 600;
 	-webkit-line-clamp: 1;
 	-webkit-box-orient: vertical;
	display: block;
 	display: -webkit-box;
  	overflow: hidden;
 	text-overflow: ellipsis;
}

.col-news ul li:hover a{
	padding-left: 5px; 
	transition: padding-left .3s ease-in-out
}

.post-news-cat{
	width : 49%;
	float: left;
	margin-top: 0.5em;
	padding-bottom: 0
}

.post-news-cat:first-child {
		margin-right: 2%;
}
.post-news-cat .box-text {
	padding-bottom: 0
}

.home .from_the_blog_excerpt {
	-webkit-line-clamp: 3;
 	-webkit-box-orient: vertical;
	display: block;
 	display: -webkit-box;
  	overflow: hidden;
 	text-overflow: ellipsis;
}

.link-home {
	display: block;
	line-height: 30px;
	font-size: 14px;
}

.link-home:hover {
	padding-left: 5px;
	transition: padding .3s ease-in-out
}

#footer .row-footer{
	display: flex;
	align-items: baseline;
}

#footer .section .col {
	padding-bottom: 0
}

#footer #menu-menu-footer {
	margin-top: 12px;
	text-align: right;
}

#footer #menu-menu-footer a {
	color: #fff;
}

#footer #menu-menu-footer a:hover {
	text-decoration: underline
}

#footer .large-7 {
	box-shadow: 0
}


#footer .copyright-footer {
	color: #fff;
}

.top-news .col-news .col-inner {
	background: #f7f7f7;
}

.jet-breadcums {background: #f0f0f0; padding:0; margin-bottom:10px}
.jet-breadcums .col {padding: 0; height:50px ; line-height: 50px;overflow: hidden}

/*CSS Custome Archive Post*/
.hot_news {
	display: grid;
    grid-template-columns: 50% 50%;
  	grid-template-rows: auto;
	grid-template-areas:
		"full full"
		"one two"
		"three four"
}

.hot_news .post-1 {
    grid-area: full
}

.hot_news .box-text {
	padding-top: 0;
}

.hot_news .post-2{
    grid-area: one
}

.hot_news .post-3{
    grid-area: two
}

.hot_news .post-4{
    grid-area: three
}

.hot_news .post-5{
    grid-area: four
}

.archive .post-1 .box-text {
	padding-left : 10px;
}

.archive .post-1 .box-normal {
	display: table;
	width: 100%!important;
}

.archive .post-1 .box-normal .box-image {
	direction: rtl;
	display: table-cell;
	vertical-align: middle;
	width: 50% !important;
}

.archive .post-2, .archive .post-3, .archive .post-4, .archive .post-5, .archive .post-6, .archive .post-7,
.archive .post-8, .archive .post-9, .archive .post-10, .archive .post-11, .archive .post-12, .archive .post-13,
.archive .post-14, .archive .post-15{
	padding: 0 5px 3px 0!important;
	border-bottom: 0;
	margin-top: 5px;
}


.archive .post-1 .from_the_blog_excerpt  {
	text-align: justify;
	-webkit-line-clamp: 5
}

.archive .post-2 .post-meta, .archive .post-3 .post-meta, .archive .post-4 .post-meta, .archive .post-5 .post-meta {
	display: none;
}

.archive  .from_the_blog_excerpt  {
	-webkit-line-clamp: 3;
 	-webkit-box-orient: vertical;
	display: block;
 	display: -webkit-box;
  	overflow: hidden;
 	text-overflow: ellipsis;
}

.archive .post-2 .post-title a, .archive .post-3 .post-title a, .archive .post-4 .post-title a, .archive .post-5 .post-title a{
	-webkit-line-clamp: 2;
 	-webkit-box-orient: vertical;
	display: block;
	height: 43px;
 	display: -webkit-box;
  	overflow: hidden;
 	text-overflow: ellipsis;
}


.banner_app img,  #footer img {
	width: 100%
}

.single .jet-single-content img {
	height: auto!important;
}

.single .jet-single-content ul, .single .jet-single-content  ol {
	margin-left: 1.3em;
}

.single .jet-single-content  blockquote {
	border: 0;
	margin: 0;
	padding: 0
}
.single blockquote p {
	padding: 0 40px;
}

.single blockquote:before {
	font-family: "FontAwesome";
	display: block;
	font-size: 25px;
}

.single blockquote:before {
	content: "\f10d";
	text-align: left;
		position: absolute; 
	top: -5px
}

.single #toc_container {
	width: 100%;
}

.single .jet-single-content  li p {
	margin-bottom: 0
}

.single .jet-single-content  ul, .single .jet-single-content  p, .single .jet-single-content  ol {
	margin-bottom: 5px;
	text-align: justify
}

.single .jet-single-content  table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.single .jet-single-content  th {
	background-color: var(--primary-blue);
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

.single .jet-single-content  td {
	background-color: #f7f7f7;
	padding: 10px;
	border-left: 1px solid #ddd;
}

.single .jet-single-content  td:last-child {
	border-right: 1px solid #ddd;
}

.single .jet-single-content  tr:nth-child(even) {
	background-color: #f2f2f2;
}

.single .jet-single-content  tr:hover {
	background-color: #ddd;
}


.title-lich {
	background: orange;
	color: #fff;
	font-weight: 600
}



#kq_lcg .row-collapse {
	height: auto;
	width: 100%;
}

#kq_lcg p {
	margin-bottom: 0;
	padding: 5px;
}

#kq_lcg {
	font-size: 14px; 
}

#kq_lcg .col:nth-child(odd){
	background: #ffd721;
	color: blue;
}

#kq_lcg .col:nth-child(even) {
	background: blue;
	border:5px solid #ccc;
	color: #fff;
	font-size: 12px;
}

#kq_lcg strong {
	font-size: 45px;
}

.lich_cong_giao select {
	margin-bottom: 0;
}

.row-bio .last-reset :last-child {
	margin-bottom: 13px;
}

.row-bio .col {
	padding: 0
}

.button_lcg {
	position:absolute;
	top: 30%;
	width: 100%;
	display: flex;
}

.button_lcg .btn {
	width: 50%;
}

.button_lcg .btn-prev {
	text-align: left
}

.button_lcg .btn-next {
	text-align: right;
	margin-right: 0
}

.aole {
	border-radius: 99px;
	width: 50%;
}







/*Style Custome Title Post*/


div#nz-div {
    border-bottom: 2px solid  var(--primary-blue);
    display: block;
}
 
#nz-div h3.tde {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}
 
#nz-div h3.tde :after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 20px solid var(--primary-blue);
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -20px;
}
 
#nz-div h3.tde span {
    background:  var(--primary-blue);
    padding: 10px 20px 8px 20px;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0;
}
 
.sub-cat {
    display: inline-block;
    margin: 0;
    line-height: 45px;
    position: absolute;
	top: 0%;
	left: 25%;
}
.sub-cat a {
	padding: 0 10px;
	font-weight: 600;
	font-size: 15px;
}

.sub-cat a:hover , .link-view-more :hover {
	color: #990909;
}

.link-view-more {
	position: absolute;
    right: 1%;
    top: 13px;
}

.link-view-more a {
	text-align: right;
    display: block;
	font-weight: 600;
	font-size: 14px;
}

/*CSS GET API Kinh thanh*/

#list-kinhthanh ul  {
	height:100vh;
	overflow-y: scroll;
}

#list-kinhthanh ul li {
	list-style: none;
}

#list-kinhthanh ul li a {
	font-weight: 600;
}

#list-kinhthanh ul li a:hover {
	color: red
}

#list-kinhthanh .row .col {
	padding: 15px
}

#list-kinhthanh .row .col  h2{
	text-align: center;
	background: var(--primary-blue);
	color: #fff;
	padding: 5px 0
}

#list-kinhthanh .row .large-6 ul{
	box-shadow: 0px 0px 4px 2px #99a8d3;
	border-radius: 10px; 
	padding: 20px;
}

/*CSS jet search*/
#jet-search {
	width: 90%;
}

#jet-search .tab-panels {
	padding-top:0
}

#jet-search .col {
	padding-bottom: 0
}

#jet-search  li  a {
	line-height: 0;
	color: #Fff;
}

#jet-search  li {
	background: #fff;
	border-radius: 5px 5px 0 0 ;
	padding: 0px 10px;
	margin: 0 1px
}

#jet-search  li a {
	color: #000;
	font-size: 12px
}

#jet-search  li.active {
	background: var(--secondary-blue)
}

#jet-search  li.active a {
	color: #fff;
}

.archive .page-numbers {
	width: 100%;
	text-align: center;
}

.search .tabbed-content {
	margin-top: 10px
}

.search .tab-panels {
	padding-top:0;
}

.load-more {
	display: block;
    margin: 0 auto 10px auto;
}

.search .col {
	padding-bottom: 0
}

.search li  a {
	line-height: 0;
	color: #Fff;
}

.search em {
	background: yellow;
}

.search  li {
	padding: 10px;
	margin: 0 1px
}

.search  li a {
	color: #000;
	font-size: 15px
}

.search  li.active {
	background: var(--secondary-blue)
}

.search li.active a {
	color: #fff;
}

.result-tintuc .large-8 p{
/* 	margin-top: 10px;
	background: var(--primary-blue);
	color: #fff;
	padding: 5px 0;
	text-align: center;
	margin-bottom: 0 */
}

.result-tintuc p.no-result {
	padding: 10px
}

.result-tintuc .result-kq {
	box-shadow: 0 0 10px #ccc;
	    height: 100vh;
    overflow-x: auto; 
	margin-bottom: 10px;
}

.result-tintuc ul li {
	list-style: none;
	margin-left: 0;
	border-bottom: 1px dashed #ccc;
}
.result-tintuc ul li a {
	padding: 10px;
	text-align: justify;
	color: #0000ff
}

.result-tintuc ul li a:hover {
	color: var(--primary-blue)
}


.mfp-close-btn-in .mfp-close {
	color: #fff;
}