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

#top-bar .header-contact-wrapper >ul > li > a {
	color: #fff;
	text-transform: inherit;
	font-size: 16px;
	padding: 0;
}
#top-bar .social-icons a {
	font-size: 16px;
	margin: 0 10px;
}
#masthead .flex-right .header-nav > li.menu-item > a {
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
}
#masthead .flex-right .header-nav > li.menu-item {
	margin: 0 18px;
}
#masthead .flex-right .header-nav > li.header-search > ul , #masthead .flex-right .header-nav > li.header-search > ul > li {
	padding: 5px;
}
#masthead .flex-right .header-nav > li.header-search form.searchform input {
	border-radius: 0;
}
#masthead .flex-right .header-nav > li.header-search > a {
	color: #000;
}
#masthead .flex-right .header-nav > li.menu-item > ul.sub-menu {
    padding: 0;
}
#masthead .flex-right .header-nav > li.menu-item > ul.sub-menu > li > a {
    color: #000;
}
#masthead .flex-right .header-nav > li.menu-item > ul.sub-menu > li+li > a {
    border-top: dashed 1px #ccc;
}
#masthead .flex-right .header-nav > li.menu-item > ul.sub-menu > li > a:hover {
    background: #b20100;
    color: #fff;
}
#masthead .flex-right .header-nav > li.menu-item > a:hover {
    color: #b20100;
}
.des-Subscribe p {
    font-size: 32px;
    text-transform: capitalize;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 0;
}
form.wpcf7-form {
    margin-bottom: 0;
}
.footerForm1 {
    background: #fff;
    padding: 15px;
}
input ,input:focus, textarea, textarea:focus {
    box-shadow: none !important;
}
.footerForm1 input {
    height: 60px;
    padding: 0 30px;
    background: #b2010012;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    width: 100%;
    margin-bottom: 0;
}
.footerForm1 input::placeholder {
    color: #000;
}
.footerForm1 input:focus {
    background: #b2010012;
}
.footerForm1 {
    display: flex;
}
form.wpcf7-form button {
    background: #b20100;
    width: 200px;
    line-height: 1.3;
    margin: 0;
    padding: 5px;
    height: 60px;
}
footer .social-icons a {
    height: 45px;
    width: 45px;
    background: #000;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}
footer .social-icons a:hover {
    background: #b20100;
}
.section-title-container .section-title, .section-title-container .section-title span {
    border-bottom: 0;
    padding-bottom: 0;
}
footer .section-title-container .section-title span {
	text-transform: capitalize;
	font-size: 20px;
}
.section-title-container .section-title:before {
    position: absolute;
    height: 3px;
    width: 15px;
    background: #b20100;
    left: 0;
    content: "";
    bottom: -16px;
}
.section-title-container .section-title:after {
    position: absolute;
    height: 3px;
    width: 40px;
    background: #b20100;
    left: 25px;
    content: "";
    bottom: -16px;
}
.info-company p {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.info-company p:before {
    content: '';
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    color: #b20100;
}
.info-company p:first-child:before {
    content: '\f3c5';
}
.info-company p:nth-child(2):before {
    content: '\f2a0';
}
.info-company p:nth-child(3):before {
    content: '\f0e0';
}
.info-company p:nth-child(4):before {
    content: '\f02d';
}
.section-footer2 {
    border-bottom: solid 1px #b2010012;
    margin-bottom: 20px;
}
.crumb-cate {
    background: #0000000a;
    height: 40px;
    line-height: 40px;
}
#crumbs {
    font-size: 14px;
}
#crumbs a {
    color: #b20100;
}
#crumbs i {
    margin: 0 5px;
    font-size: 12px;
}
.formContact button {
    color: #fff;
}
.img-br img{
    border-radius: 8px;
}
.info-about {
    text-align: justify;
}
.btn {
    border-radius: 99px;
    padding: 5px 30px;
    font-weight: 100;
    border: solid 1px #b20100;
    margin: 0;
}
.btn:hover {
    color: #b20100;
    background: transparent;
    box-shadow: none;
}
@media(min-width: 768px){
 .entry-meta{display: none;}
 #nav-below{
  padding: 0;
  background: white
}
}
.nav-previous > a {
 display: block;
 text-overflow: ellipsis;
 word-wrap: break-word;
 overflow: hidden;
 max-height: 3em;
 line-height: 3em;
 background: #b20100;
}
.nav-previous > a:before{
 display: block !important;
 content: 'BÀI TRƯỚC';
 color: white;
 text-align: center;
 font-size: 20px;
}
.nav-next > a {
 display: block;
 color: white;
 text-overflow: ellipsis;
 word-wrap: break-word;
 overflow: hidden;
 max-height: 3em;
 line-height: 3em;
 background: #b20100;
}
.nav-next > a:before{
 display: block !important;
 content: 'BÀI KẾ TIẾP';
 color: white;
 text-align: center;
 margin-right: -10px;
 font-size: 20px;
}
h1.entry-title {
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    margin-top: 25px;
    margin-bottom: 45px;
}
h1.entry-title:before {
    position: absolute;
    height: 3px;
    width: 15px;
    background: #b20100;
    left: 0;
    content: "";
    bottom: -16px;
}
h1.entry-title:after{
    position: absolute;
    height: 3px;
    width: 40px;
    background: #b20100;
    left: 25px;
    content: "";
    bottom: -16px;
}
.posts {
    font-weight: 500;
    margin: 10px 0px;
    padding: 10px 0px;
    border-top: 1px solid #e4e8ed;
    border-bottom: 1px solid #e4e8ed;
}
.posts .time-post {
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-right: 10px;
}
.posts .time-post svg {
    width: 15px;
    height: 15px;
    margin-top: -5px;
    margin-right: 2px;
}
.posts .time-post svg path {
    fill: #b20100;
}
.entry-header-text-top {
    padding-bottom: 0;
}
.entry-content.single-page {
    text-align: justify;
}
.blog-single .article-inner .blog-share .is-divider, .box-blog-post .is-divider {
    display: none;
}
.blog-single .article-inner .blog-share{
    text-align: left;
    position: relative;
}
.blog-single .article-inner .blog-share:before {
    content: 'Chia sẻ: ';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-single .article-inner .blog-share .social-icons a {
    height: 35px;
    width: 35px;
    background: #000;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    transition: 0.3s;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}
.blog-single .article-inner .blog-share .social-icons a:hover {
    background: #b20100;
}
#related_posts > p {
    font-size: 20px;
    font-weight: bold;
}
.post-item .box {
    background: #f7f7f7;
    padding: 10px;
}
.post-item .box .box-text {
    padding: 10px 0;
}
.post-item .box .box-text h5, .post-item .box .box-text h5 a {
    font-size: 16px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-item .box .box-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
}
.post-item .box .box-image img:hover {
    transform: scale(1.1);
}
.blog-single .blog-wrapper .post-sidebar {
    margin-top: 25px;
}
.blog-wrapper .post-sidebar .widget {
    border: solid 1px #ececec;
}
.blog-wrapper .post-sidebar .widget .widget-title {
    padding: 10px;
    background: #b20100;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-wrapper .post-sidebar .widget ul>li>a {
    color: #000;
    padding: 10px;
    position: relative;
    transition: all .2s;
}
.blog-wrapper .post-sidebar .widget ul>li>a:hover {
    color: #b20100;
}
.blog-wrapper .post-sidebar .widget ul>li>a:before {
    content: '\2b';
    margin-right: 7px;
    font-family: 'FontAwesome';
    font-size: 12px;
}
.blog-archive .archive-page-header .page-title {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 0;
}
.absolute-footer {
    padding-top: 0;
}
.boxService {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.boxService .box-text {
    padding: 15px;
}
.boxService .box-text h4 {
    font-size: 18px;
    text-transform: uppercase;
    height: 50px;
}
.stuck .header-main {
    background: #fff;
}
.icon-lydo {
    border: solid 1px #b20100;
    padding: 20px;
}
.thuviendoitac .box-image {
    border-radius: 5px;
    border: 1px solid #e4e2e2;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thuviendoitac .box-image img {
    font-size: 0px;
    overflow: hidden;
    text-align: center;
    width: auto;
    margin: 0 auto 10px;
    display: block;
    object-fit: contain;
    transition: 0.5s linear 0s;
    margin: 0;
    background: #fff;
}
@media (min-width: 992px){
	.nopad{
		padding-bottom: 0 !important;
	}
    .blog-wrapper {
        padding: 0;
    }
    .blog-wrapper .post-sidebar {
        padding-left: 0;
    }
}
@media (max-width: 849px){
    #masthead .flex-right .mobile-nav > li > a {
        color: #000;
        font-size: 18px;
    }
    .mfp-ready .mfp-close {
        opacity: 1;
    }
    .mfp-content {
        background: #fff !important;
        transition: transform .5s, opacity .3s !important;
    }
    .mfp-content .header-search-form-wrapper input {
        border-radius: 0;
    }
    .off-canvas .nav-vertical>li>a {
        font-size: 18px;
        text-transform: inherit;
        color: #000;
        font-weight: 100;
    }
    .off-canvas .nav-vertical li li>a {
        color: #000;
        padding: 10px 20px !important;
    }
    .nav-sidebar.nav-vertical>li.menu-item.active, .nav-sidebar.nav-vertical>li.menu-item:hover {
        background: #ff000000;
    }
    #header-contact > li > a {
        text-transform: inherit;
        font-size: 15px;
        font-weight: 100;
    }
}
@media (max-width: 549px){
	.nopadm{
		padding-bottom: 0 !important;
	}
    .des-Subscribe p {
        line-height: 1.4;
        font-size: 20px;
    }
}