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

/*************** ADD CUSTOM CSS HERE.   ***************/
span.amount{
    color: red;
}
ul.header-nav > li{
        padding: 0px 6px;
}
.text-header {
    text-align: center;
}
.text-header h1{
    font-size: 24px;
    margin-bottom: 0px;
    color: #002060;
}
.text-header p{
    font-size: 25px;
    color: red;
    font-weight: bold;
}
#flatsome_recent_posts-3  ul li{
    list-style: none;
}
#flatsome_recent_posts-3 .widget-title{
    display: none;
}
.entry-content{
    padding-top: 0px;

}
.absolute-footer{
    color: white;
}
.row-footer ul li {
    list-style: disc;
    color: white;
}
.div-lien-he .nut-gui{
    text-align: center;
}
.div-lien-he h3{
        background: #BFCF2F;
    text-align: center;
    color: white;
    padding: 4px;
    margin-bottom: 0px;
}
.div-lien-he form{
    border: 1px solid #ececec;
    padding: 10px;
}
.slider-nav-outside .flickity-page-dots, .row-slider .flickity-page-dots {
    bottom: -17px;
}
ul.menu>li+li, .widget>ul>li+li{
    border-top:none;
}
.section-footer .ux-logo-link img{
    border: 1px solid #076db0;
}
.section-footer .section-title-container{
    margin-bottom: 5px;
 
}
.section-footer .section-title-normal{
       font-size: 18px;
        border-color: rgba(255,255,255,.2) !important;
    border-bottom: 1px solid;
}
.section-footer .section-title-main{
    border-bottom: none;
}
.div-no-padding{
    padding-bottom:0px !important
}
.div-du-an .box-text .post-title{
      font-size: 14px;
    min-height: unset;
    font-weight: normal;
    color: #076db0;
}
.blog-archive .box-text .post-title{
      font-size: 14px;
min-height: 72px;
  }
.row-footer h3,.row-footer p,.row-footer li a{
    color:  white;
}
.row-footer{
    background: #034068cc;
    padding: 19px 0;
}
b,strong{
    font-weight: bold;   
}
.section-linh-vuc .box-text .post-title{
    min-height:     72px;
    font-size: 14px;
}
.is-divider{
    display:    none;   
}

table {
    padding: 10px;
    border: 1px solid #ececec}

/*Màu sắc button*/
.social-button, .social-icons .button.icon:not(.is-outline), .social-icons .button.icon:hover {
    background-color: currentColor !important;
    border-color: currentColor !important;
}
.button.facebook,.button.facebook:not(.is-outline), .button.facebook:hover {
color: #fff;
    background-color: #446084;
    border-color: #446084;
}
.button.twitter,.button.twitter:not(.is-outline), .button.twitter:hover {
	color: white !important;
   background : #2478ba !important;
    border-color: #2478ba;
}
.button.email,.button.email:not(.is-outline), .button.email:hover {
    color: #fff;
    background-color: black !important;
    border-color: black !important;
}
.button.pinterest,.button.pinterest:not(.is-outline), .button.pinterest:hover {
color: #fff !important;
    background-color: #cb2320  !important;
    border-color: #cb2320  !important;
}

.button.google-plus,.button.google-plus:not(.is-outline), .button.google-plus:hover {
color: #fff !important;
    background-color: #dd4e31 !important;
    border-color: #dd4e31  !important;
}
.button.linkedin,.button.linkedin:not(.is-outline), .button.linkedin:hover {
color: #fff !important;
    background-color: #0072b7 !important;
    border-color: #0072b7     !important;
}

.single-date{
        border-bottom: 1px dashed #ededed;
}
h1.entry-title{
    font-size: 24px !important;
}
/*Kết thúc màu sắc*/



footer.entry-meta {

    border-top: none !important;
    border-bottom: 1px dashed #ececec !important;
    
}

.entry-content img{
	width: auto !important
}
.duong-line {
    background: rgba(0,0,0,0) url(images/line.png) repeat scroll 0 0;
    height: 12px;
    margin-top: 5px;
    overflow: hidden;
}
.related-post h7{
	font-weight: bold;
	    font-size: 18px;
    float: left;
    margin: -8px 20px 0 0;
}

@media(max-width: 855px){
    .section-du-an{
        padding-bottom:0px !important;
    }
    .section-tin-tuc{
        padding-top: 0px !important;
    }
    .slider-nav-outside .flickity-page-dots, .row-slider .flickity-page-dots{
bottom: 0px;
    }
     .div-tin-ngang  .box-image {
    
    margin-right: 9px;
    width: 33% !important;
    float: left;
}
    .div-tin-ngang .box-text{
    padding-top: 0px;
    margin-right: 0px;
    /* width: 66%; */
    padding-bottom: 0px;
    padding-left: 105px;
    padding-right: 2px;
}
}
@media(min-width: 1023px) and (max-width: 1025px){
    ul.header-nav > li a {
        font-size: 12px;
    }
    ul.header-nav > li {
    padding: 0px 1px;
}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}