/*
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.   ***************/
.absolute-footer.dark {
    color: rgb(255, 255, 255);
}
.screen-reader-response {
    display: none;
}
.dktq input {
	box-shadow: none;
}
.number span {
    display: inline-block !important;
}
span.label {
	width: 165px;
}
.number {
    display: block !important;
    clear: both;
}
form.wpcf7-form {
    margin-bottom: 0;
}

.dk input {
    background: #d00000 !important;
}
.number span.wpcf7-form-control-wrap {
    width: 65px;
    float: right;
}
.number input {
    text-align: center !important;
}
.dk input {
    width: 100%;
}
.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
    content: "";
    display: block;
    padding-top: 75%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}
.banggia .pricing-table-items.items {
    padding: 10px 15px;
}

.banggia span.text {
    font-size: 14px;
}

.banggia .bullet-item {
    padding: 10px 0 !important;
}

.banggia .title.uppercase.strong {
    padding: 17px 10px;
}
.banggia .price {
    color: orange;
}
.heading_title:before {
    border-color: #f9b522 !important;
    content: '';
    position: absolute;
    z-index: 1;
    width: 50px;
    left: 50%;
    top: 70px;
    border-top: 2px solid;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -25px;
}
.top-news .box-text.text-left.is-small {
    vertical-align: top !important;
    padding-top: 0;
	 padding-bottom: 10px;
}
.top-news .col.post-item {
    padding-top: 0;
    padding-bottom: 15px;
}
.top-news .box-image {
    /* padding-top: 0 !important; */
    vertical-align: top !important;
}

a#top-link {
   
    bottom: 0;
    border-radius: 10px 10px 0 0!important;
    width: 65px;
    height: 35px;
    background: rgba(0,0,0,0.6);
}
.button.icon.circle>i:only-child {
    color: white;
    font-size: 30px;
}
.post-sidebar.large-3.col {
    padding: 0 15px;
}


.post-item .is-divider {
	display: none;
}
.post-item h5 {
	font-weight: 400 !important;
}
.contact .info{border:10px solid white;background:rgba(255, 255, 255, 0.9);}
.contact .form{border:10px solid #bf0000;background:#bf0000;}
.cfsubmit input{background: black !important;}
.contact .icon-box-img {
    background: #263d4a;
    padding: 10px;
}
.entry-content.single-page {
	padding-top: 0;
}
.entry-header-text {
    padding-bottom: 0;
	padding-top: 0;
}
.entry-content  p {
	text-align: justify
}
p.wp-caption-text {
    text-align: center;
}
#related_posts .col {
  float: left;
  margin-left: 0;
  list-style: none;
}
.relatedcontent h3 {
  font-size: 16px;
  margin-top: 7px;
}
.relatedthumb img {
  height: 100%;
  max-height: 165px;
}
#related_posts {
  border-top: 4px double #e8e8e8;
        padding-top: 10px;
}
#related_posts li:nth-child(1) {
  padding-left: 0 !important;
}
#related_posts li:nth-child(2) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#related_posts li:nth-child(3) {
  padding-right: 0 !important;
}
.relatedthumb img {
  min-height: 125px;
}
.post-navigation {
    border: 2px dashed green;
    padding: 15px;
	margin: 15px 0;
}
.post-navigation ul {
    margin-bottom: 0;
}
.post-navigation li {
    margin-bottom: 0;
    list-style: none;
    margin-left: 0 !important;
}
.post-navigation li:before {
    content: '\f0a4';
    font-family: FontAwesome;
    padding-right: 10px;
}
.rpwe-block li {
	margin-left: 0 !important;
}
.row-small .col {
    padding: 15px 10px;
}
.term-description {
    padding: 15px;
    border: 1px solid #999;
    background: #fafafa;
    border-radius: 15px;
}
.term-description p {
	margin-bottom: 0;
}
.nav-pagination>li>span, .nav-pagination>li>a {
	border-radius: 0;
}
.blog-share.text-center {
    text-align: left;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 5px;
}
.blog-share .is-divider {
    display: none;
}
.blog-share a {
	margin-bottom: 0;
}
.blog-share:before {
    content: "Chia sẻ";
    padding-right: 15px;
}
.entry-meta, .entry-category   {
	margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.service .col-inner {
    min-height: 181px;
}

}