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

/*************** ADD CUSTOM CSS HERE.   ***************/
.box-text {
    font-size: 1em !important;
}
.box-text.text-center {
	padding: 10px 0;
}
.section-title-container {
	margin-bottom: 0;
}
.banner-home .col {
	padding-bottom: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.news-item .news-left .box-blog-post {
		border: none!important;
	}
	div.noi-bat-right > .text-left {
		padding-left: 0!important;
	}
}
@media screen and (min-width: 850px) {
    .col-border+.col, .col-divided+.col {
        padding-left: 10px;
    }
    .col-divided {
        border-right: none!important;
    }
	.nav-divided>li {
        margin: 0 16px;
    }
}
.box-list-view .box .box-text, 
.box-vertical .box-text {
}
/* .news4 */
.news-home .news4 h5.post-title {
	font-size: 1em;
    padding-left: 10px;
    padding-right: 10px;
}
.news-home .news-left {
	margin-bottom: 15px;	
}
.section-title-normal {
	margin-bottom: 20px;
}
.news3 h5.post-title {
	font-size: 0.9em;
	margin-top: 4px;
	padding-top: 0;
}
/* .noi-bat-right, .box-image, */
#logo {
	display: none;
}
.nav-spacing-large>li {
    margin: 0 16px;
}
h1.page-title span,
.section-title-normal span {
	border-bottom: 2px solid #DA251C; 	
	padding-bottom: 7.5px;
}
h1.page-title,
h1.entry-title {
	border-bottom: 2px solid #ececec;
    text-align: left;
    padding-bottom: 7.5px;
    font-size: 1.15em;
    margin-bottom: -2px;
}
.news-home .col {
	padding-bottom: 0;
}

.blog-post-inner .is-divider {
	display: none;
}

.noi-bat-right h5 a {
	line-height: 30px;
	font-weight: bold;
}
/*.noi-bat-right h5 a::before {
    content: "\25A0";
    color: #da251c;
    margin-right: 7px;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 14px;
} */
.noi-bat-right h5.is-large {
	font-weight: normal;
    font-size: 1em;
}
.noi-bat-right .post-item {
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 15px;
	padding-bottom: 10px !important;
}
.noi-bat-right .box-text {
	padding: 0 0 0 10px;	
}
.noi-bat-right .is-divider {
	display: none;
}
.entry-header .is-divider {
	background-color: #da251c;
    display: block;
    height: 2px;
    margin: 0;
    max-width: 70px;
    float: left;
    width: 100%;
}
.noi-bat-right .box-image {
	display: none;
}
div.noi-bat-right .section-title i {
    margin-right: .5em;
    opacity: 1;
    color: #DA251C;
}
.news-item .box-text {
	padding: 0 20px;
	
}
.box-vertical .box-text {
	padding-top: 0;
}
.row section.news-home {
	padding: 0;
}
.news-item .news-left .box-blog-post {
	border-right: 1px solid rgba(0,0,0,.1);
}
.news3 h5.is-large {
	font-size: 1em;
	padding-bottom: 10px;
}
.news3 h5.is-large a {
	padding-left: 16px;
}
.box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, 
.box-vertical .box-text {
    vertical-align: top;
}
.ktvhxh .news3 {
	margin-top: 15px;
}
.news3 h5.is-large a:before {
	width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background: #ababab;
    position: absolute;
    top: 8px;
    left: 0;
}
.large-9 .is-divider {
	display: none;
}

.large-3 .is-divider {
	background: #DA251C;
    height: 1px;
    max-width: 72px;
    margin-top: 0px;
    margin-left: 8px;
}
.large-3 .wp-caption-text {
	display: none
}
.widget_media_image .wp-caption {
    margin-bottom: 0;
}
.widget_media_image .widget-title, 
.widget_media_image .wp-caption-text,
.widget_media_image .is-divider {
    display: none;
}
.widget {
    margin-bottom: 1.5em;
    border: 1px solid rgba(0,0,0,.1);
}
.widget ul {
    padding: 0 8px;
}
.widget-title {
    background: #2F75B5;
    padding: 12px 16px 3px;
    margin: 0 0 10px;
    color: #FFF;
    font-size: 15px;
    width: 100%;
    display: block;
    border-radius: 8px;
}
.widget-title .section-title b {
	background: none;
}
span.widget-title {
    font-size: 1em;
    font-weight: 600;
    padding: 16px 8px 10px;
    display: inline-block;
}
/* tab trang chủ */
.home-tab {
	padding: 15px;
}
.home-tab a:hover{
	color: red;
}
.tabbed-content {
  background: rgb(244, 250, 255);
  border-radius: 10px;  
  padding: 20px;
}

}
.nav-pills>li {    
    margin: 0 10px;
}
.nav-divided {
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
  list-style: none;
  padding: 0;
}

.nav-divided li {
  padding: 10px 20px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 6px 6px 0 0;
  background: #f0f0f0;
}

.nav-divided li.active {
  background: #d32f2f;
  color: #fff;
  font-weight: bold;
}

.tab-panels ul {
  list-style: none;
  padding: 0;
}

.tab-panels ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.tab-panels ul li i {
  margin-right: 8px;
  color: #d32f2f;
}
/* END - tab trang chủ */
.single-llv .dataTables_paginate, .dataTables_info {
	display: none;
}
.relatedcat {
    margin: 20px 0 0;
    background: #fff;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    padding: 10px;
}
.relatedcat h3 {
    color: #fff;
    margin: -10px -10px 10px;
    font-size: 21px;
    background: #5d86dc;
    padding: 10px;
    font-weight: 500;
    line-height: normal;
}
.relatedcat ul {
    margin-left: 0;
}
.relatedcat ul li {
    list-style-type: none;
    color: #222;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding: 6px 0;
}
.relatedcat ul li a {
    color: #222;
}

#footer {
	background: #4488D2;
    color: #FFF;
    padding-top: 30px;
}
.absolute-footer {
	display: none
}
#footer h3 {
	color: #FFF;
}
#footer p {
	margin-bottom: 8px;
}

/* Văn bản mới */

.van-ban-moi {
	padding: 0 0 0 15px;
}
.ban-do {
	padding: 0 0 0 15px;
	background: linear-gradient(to right, #f5f9ff, #ffffff);
	  border: 1px solid #d9e4f5;
	  padding: 16px;
	  border-radius: 10px;
	  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
	  margin-top: 15px;
}
.van-ban-moi .section-title-container {
    margin-bottom: 1em;
}
.van-ban-moi > .col-inner,
.ban-do > .col-inner {
  background: linear-gradient(to right, #f5f9ff, #ffffff);
  border: 1px solid #d9e4f5;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
  margin-top: 15px;
}
.ban-do > .col-inner{	
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
	margin-top: 0;
}
.van-ban-moi .lichcongtac-latest li {
  padding: 2px 0 6px;
    border-bottom: 1px solid #d9e4f5;
    margin: 3px 15px 0px 15px;
    list-style-type: none;
    font-weight: bold;
}
.van-ban-moi li:last-child {
  border-bottom: none;
}
.van-ban-moi .box-text {
	padding: 0;
}
/*-- Lich cong tac --*/
.TieuDe_Lich {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 10px;
}
.TieuDe_Lich p.TieuDe_Lich {
    font: bold 14px / 24px Arial, Helvetica, sans-serif;
    /* height: 24px; */
    margin: 0;
    text-transform: uppercase;
}
.col-flex-cent {
    display: flex;
    justify-content: center;
    align-items: center;
}
a.prev_week:link, a.prev_week:visited {
    font: nomal 12px Roboto;
    background: url(/wp-includes/images/left2.gif) no-repeat scroll 0px 0px transparent;
    color: #000;
    padding: 0px 5px 5px 35px;
    white-space: nowrap;
	font-size: 13px;
}
.TuanThu {
    padding: 4px 5px 0 5px;
    font: bold 13px Arial, Helvetica, sans-serif;
    color: #0B88DA;
}
.tuan_khoangtg {
    padding: 4px 5px 0 5px;
    font: 12px Arial, Helvetica, sans-serif;
    font-style: italic;
}
.box-content-time {
    text-align: center;
    margin-bottom: 10px;
    width: 40%;	
}
.box-content-time h2 {
	font-size: 16px;
    color: #0B88DA;
}
a.next_week:link, a.next_week:visited {
    font: nomal 12px Roboto;
    background: url(/wp-includes/images/right2.gif) no-repeat scroll 82px 0px transparent;
    color: #000;
    padding: 0px 35px 5px 5px;
    white-space: nowrap;
	font-size: 13px;
}
.tablepress>:where(thead,tfoot)>*>th {
	text-align: center;
    font-size: 13px;
	border-right: solid 1px #C6DBFF;
    border-top: solid 1px #C6DBFF;
}
.tablepress td {
    border-bottom: 1px solid #C6DBFF;
    border-right: 1px solid #C6DBFF;
    padding: 5px;
}
.tablepress td.column-1 {
    background: #e8eef7;
    text-align: center;
    border-left: solid 1px #C6DBFF;
}
.tablepress th.column-1 {
    border-left: solid 1px #C6DBFF;
	padding: 5px;
}
/*-- Contact Form 7 --*/
.tc-pakn .box-text {
	padding: 0;
}
.tc-pakn h5 {
	font-weight: normal;
}

#info-left {
    width: 49%;
    float: left;
    margin-right:2%;
}
#info-right {
    width: 49%;
    float: right;
}
.form-contact-twocol:after {
    content:"020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
.form-contact-twocol {
    display:block;
}

/*-- Chèn icons lên Form --*/
.tuy-bien-form .wpcf7 p{ position: relative; }
.tuy-bien-form #icon-form{
    position: absolute;   
    z-index: 100;
    font-size: 18px;
    top: 8px;
    left: 10px;
}
.tuy-bien-form .contact-input {
    padding-left: 38px!important;
}
.tuy-bien-form .wpcf7-spinner{
    display:none
}
