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

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

.section-title-bold-center span, .section-title-bold span {
    border: none;
    text-transform: uppercase !important;
    font-size: 24px;
    font-weight: 500;
  
    background-image: linear-gradient(to right, #324fa7, #324fa7);
    padding: 5px 25px;
    color: #fff;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    line-height: 1.3;
    min-width: 300px;
    max-width: 100%;
}
.header-main .time-w {
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    margin: 0 20px;
    padding: 15px;
}
.site-title h3 {
    font-size: 2.7em;
    color: #F50208;
}
.gtranslate_wrapper a{
	margin-right: 4px;
}
 .box-price {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #3C15E0;
}
.entry-content{
	padding-top: 0px;
}
.header-block{
	margin-top: 10px !important }
 .box-price a {
    color: #fff !important;
}
.stack-footer{
	    width: 57%;
    margin-left: 0px !important;
}
#footer ul li{
	border-top: unset;
}
#footer ul li a{
	color: #00AEEF;
	font-size: 14px;
}
#footer .section-title-container{
	margin-bottom: 0px;
}
#footer .widget{
	padding-left: 0px;
	padding-right: 0px;
}
#footer p {
    margin-bottom: 5px;
    color: #00aeef;
    font-size: 15px;
}
.box-text p.name a {
    font-size: 1.3em;
    font-weight: 700;
}
.header-main .flex-right {
    max-width: 280px;
}

.section-title b {
    background-color: #324fa7;
    height: 1px !important;
    opacity: 1 !important;
}
aside.widget span.widget-title {
    display: block;
    background: #00aeef;
    color: #fff;
    padding: 15px;
    text-transform: uppercase;
}
aside.widget {
    box-shadow: 0 0 5px rgb(0 0 0 / .5);
}
.home .post-item .box-text {
    padding: 20px 30px !important;
    color: #4c4c4c !important;
    font-size: 14px;
}
.section-cong-trinh .post-item>.col-inner {
    background-color: #f2f1f1;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 4px 0 7px rgb(76 76 76 / .21);
}
.section-dich-vu .post-item>.col-inner {
    background-color: #f2f1f1;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    box-shadow: 4px 0 7px rgb(76 76 76 / .21);
}
.widget .is-divider {
    display: none;
}
.recent-blog-posts {
    padding: 10px 0;
}
.box-blog-post .is-divider {
    display: none;
}
.header-bottom .flex-left {
    width: 100%;
}
.header-bottom ul.header-nav {
    width: 100%;
}
aside.widget>ul {
    padding: 0 15px;
}
.header-bottom ul.header-nav>li {
    flex-grow: 2;
}
.header-bottom .nav>li>a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;

    text-align: center;
}
@media (min-width: 850px) {
    .nav-divided>li+li>a:after {
        border-left: 1px solid #123570 ! IMPORTANT;
        height: 46px;
        margin-top: -23px;
        left: -2em;
        transform: skew(-25DEG);
    }
}
@media(min-width: 1023px){
	.header-main .nav-right {
    justify-content: flex-start;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}