/*
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.   ***************/
.app-chat:hover .mess {
    display: block;
}
.app-chat .mess {
    display: none;
}
.app-chat .content-f-me {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .23);
    padding: 5px 10px;
    position: absolute;
    right: 70px;
    text-align: left;
    top: 0;
}
.app-chat .content-f-me span {
    color: #606060;
    font-size: 13px;
    font-weight: 300;
}
.app-chat .content-f-me p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.app-chat {
    bottom: 0;
    position: fixed;
    right: 10px;
    width: 350px;
    z-index: 999999;
}
.app-chat .img-chat {
    position: relative;
}
.app-chat .img-chat img {
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .23);
    height: 50px;
    width: 50px;
}
.app-chat .img-chat:after {
    background: #4caf50;
    border: 2px solid #fff;
    border-radius: 50%;
    bottom: 4px;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 0;
    width: 10px;
}
.app-chat .button-chat {
    align-items: center;
    bottom: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    text-align: right;
}
.header-nav-main .nav-dropdown{
    border-radius: 8px;
    border: unset;
    min-width: 350px;
}
.header-nav-main .icon-angle-down{
    display: none;
}
#wrapper .social-icons a{
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    background: white !important;
}
#wrapper .social-icons a i{
       color: var(--primary-color) !important;
}
    .header-bottom{
    display: block !important; 
}
form{
    margin-bottom: 0px !important;
}
.page-template-default #content{
    
}
.page-template-default .large-12.col{
    padding-bottom: 0px;
}
.div-contact h5{
    color: var(--primary-color);
    margin-bottom: 0px;
}
.wpcf7 label{
      color: var(--primary-color);
}
#loi-nhan .mfp-close{
    mix-blend-mode: unset;
background: #D8DADF;
    border-radius: 99px;
    top: 10px !important;
    right: 10px !important;
}
.wpcf7-spinner{
    display: none;
}
#loi-nhan form{
    margin-bottom: 0px;
}
#loi-nhan .p-ten{
    font-weight: bold;
    font-size: 16px;
}
#loi-nhan .icon-box img{
    border-radius: 99px;
    padding-top: 0px;
}
#loi-nhan .wpcf7-submit{
    margin-bottom: 0px;
    width: 100%;
    border-radius: 8px;
    text-transform: initial;
    margin-right: 0px;
    font-size: 14px;
    padding: 5px;
    font-weight: normal;
}
#loi-nhan{
        background: #fff;
    border-radius: 8px;
    box-shadow: 0 12px 28px 0 rgba(0, 0, 0, .2), 0 2px 4px 0 rgba(0, 0, 0, .102), inset 0 0 0 1px hsla(0, 0%, 100%, .502);
}
#loi-nhan h3{
        margin-left: -15px;
    width: calc(100% + 30px);

        text-align: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
#loi-nhan .wpcf7-text{
    min-height: 45px;
        border-radius: 8px;
    box-shadow: unset;
}
#loi-nhan .col{
    padding-bottom: 0px;
}
#loi-nhan textarea{
        border: unset;
    box-shadow: unset;
    min-height: 85px;
}
.contact-tab ul li span {
  cursor: pointer; /* Để con trỏ dạng pointer khi hover */
}
#loi-nhan .p-ten-duoi{
    display: inline;
    background: #E4E6EB;
    padding: 4px 12px;
    font-size: 12px;
    color: black;
    font-weight: bold;
    border-radius: 8px
}
#loi-nhan p,.row-hoi-dap p{
    margin-bottom: 0px;
}
.row-hoi-dap ul{
    margin-bottom: 10px;
        display: flex;
   
}
.row-hoi-dap ul li{
    margin-left: 5px;
    margin-right: 5px;
    list-style: none;
}
.row-hoi-dap ul li span.active{
       background: var(--primary-color);

    color: #fff;
 
}

.row-hoi-dap ul li span{
    font-size: 14px;
        border-radius: 4px;
       padding: 5px 12px;
}
.row-hoi-dap a.a-loi-nhan{
        background: #f0f2f5;
    border-radius: 8px;
    color: #777;
    cursor: pointer;
    font-weight: 300;
    margin-top: 0px;
    padding: 12px;
    display: block;
}
.form-submit .submit{
    font-weight: normal;
    border-radius: 8px;
    text-transform: initial;
}
.div-2-colum-blog > .col-inner{
    padding-bottom: 0px !important;
}
.related-post .post-item{
    padding-bottom: 0px;
}
#comments .comment-respond{
    border-radius: 8px;
}
aside ul.menu > li a{
    font-size: 14px;
}
#categories-2 ul > li+li,aside ul.menu > li+li{
    border-top: 1px dashed #ececec;
}
#categories-2 ul li a:before{
   content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url('images/cat.svg');
    background-size: cover;
    margin-right: 8px; /* Khoảng cách giữa hình và text */
    vertical-align: middle; /* Canh giữa hình với text */
}
.widget_recent_entries ul li a{
        text-align: justify;
    font-size: 14px;
}
.widget_recent_entries ul li a:before{
       content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url('images/blog.svg');
    background-size: cover;
    margin-right: 8px; /* Khoảng cách giữa hình và text */
    vertical-align: middle; /* Canh giữa hình với text */
}
.div-center-post{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.archive-page-header h1{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.blog-archive .archive-page-header{
       background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .02);
    padding: 20px;
    margin-bottom: 15px;
}
.blog-archive .div-center .post-item{
    padding-bottom: 15px;
}
.blog-archive .div-center .post-item > .col-inner{
        background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .02);
    padding: 10px;
}
.row-dich-vu  .box-image .image-cover{
        border-radius: 8px;
}
.row-dich-vu .box-text{
        font-size: 13px;
        height: 100%;
    top: 40%;
    padding: 0px;
}
#block_widget-5 .col{
    padding-bottom: 15px;
}
#block_widget-5{
    background: transparent;
    padding: 0px;
}
.row-gioi-thieu .icon-box img{
    padding-top: 0px;
}
.row-gioi-thieu .icon-box p{
    margin-top: 8px;
}
.row-gioi-thieu .icon-box{
    align-items: center;
    padding-bottom: 6px
}
.row-gioi-thieu .icon-box-text{
        padding-left: 10px !important;
    font-size: 15px;

}
.wpcf7-submit{
    font-weight: normal !important;
    text-transform: initial !important;
    border-radius: 8px !important;
}
textarea{
        box-shadow: unset !important;

    border-radius: 8px;
}
input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url]{
box-shadow: unset !important;
    min-height: 38px;
    border-radius: 8px;
}
h3.comments-title{
    display: none;
}
.header-nav-main li a img{
        margin-right: 0px;
    background: #D8DADF;
    border-radius: 99px;
       padding: 8px;
}
.header-nav-main li a span{
    display: none;
}
.div-white{
    padding-bottom: 20px;
}
.div-vertical .post-item{
        border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.box-vertical .box-text{
    padding-right: 0px;
}
.div-meta span{
        text-transform: initial;
        opacity: 1 !important;
    margin-right: 20px;
    font-size: 14px;
    color: #777;
}
.div-meta span img {
    margin-right: 5px;
    width: 18px;
        margin-top: -4px;
}
.header-bottom {
        padding-bottom: 10px;
}
.button-xem-nhieu{
        background: #f0f2f5;
    border-radius: 8px;
    color: #424242;
    display: block;
    padding: 2px;
    text-align: center;
    margin-right: 0px;
    margin-top: 10px;
    text-transform: initial;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 0px;
}
.row-avater-header .icon-box-text{
    padding-left: 10px;
}
.row-avater-header .large-3 .button{
    text-transform: initial;
    border-radius: 8px;
    font-weight: normal;
}
.row-avater-header{
        margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
}
.row-avater-header .col{
    padding-bottom: 0px;
}
.row-avater-header{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.row-custom-header > .col{
    padding-bottom: 0px;
}
.row-custom-header .icon-box{
        align-items: baseline;
    margin-top: -80px;
}
.row-custom-header .gallery-col img{
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.row-custom-header .icon-box-text h3{
    font-size: 27px;
    margin-bottom: 1px;
    line-height: unset;
}
.row-custom-header .icon-box-text h3 span{
        margin-top: 10px;
        font-weight: normal;
    font-size: 17px;
    padding-left: 10px;

    position: absolute;
    margin-top: 10px;
}
.row-custom-header .icon-box-text p{
    margin-bottom: 4px;
}
.row-uy-tin h5 a{
    font-size: 13px;
}
.row-uy-tin .box-text{
    padding-top: 5px;
    padding-bottom: 5px;
}
aside .widget-title{
        color: var(--primary-color);
    font-size: 17px;
    text-transform: uppercase;
}
.entry-content.single-page{
    padding-top: 0px;
}
.div-right{
    padding-right: 15px;
}
.div-left{
    padding-left: 0px !important;
}

.div-left aside,.blog-single .div-white{

       background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .02);
    padding: 20px;
}
.row-white .div-white > .col-inner{
        background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .02);
    padding: 20px;

}
.row-custom-header .icon-box-img img{
        border: 4px solid white;
    padding-top: 0px;
    border-radius: 99px;
}
#secondary aside img{
    border-radius: 8px;
}
#secondary aside{
    background: white;
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .02);
        padding: 20px;
    border-radius: 10px;
}
.section-title-normal{
    border-bottom: unset;
    color: var(--primary-color);
    font-size: 17px;
}
.section-title-container{
    margin-bottom: 0px;
}
.section-title-normal span{
    border-bottom: unset;
}
.follow-icons a{
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
#text-2{
    padding: 0px;
}
#text-2 p,#text-2 img{
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
#masthead{
    background: white;
}
#masthead .search-field{
        background: #F0F2F5;
    border-radius: 7px;
    min-height: 42px
}

.header-bg-color{
        background-image: linear-gradient(0deg, #fff, #fff, #f1fffd, #fff2df, #fff6cf);
}
 .page-left-sidebar .div-center{
    padding-left: 0px !important;
 }
.div-left{
    padding-right: 15px !important;
}
.box-overlay .more-info{
    display: none;
}
.row-sidebar .tabbed-content h5{
      color: #1976D2;
}
.large-8 .box-text .post-title {
       font-size: 24px;
    color: black; 
}
.related-post .box-text .post-title {
       font-size: 16px;
    color: black; 
}
.box-text .post-title:hover{
     color: #1976D2;
}
.more-info span i{
    padding-right:4px;
}
.form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select {
    background-color: transparent;
    box-shadow: none;
    border-color: transparent;
    color: currentColor !important;
    border-radius: 99px;
}
.entry-header h6.entry-category{
    display: none;
}
#recent-comments-2 .widget-title{
    display: none;
}
.div-author{
        background-color: #1976D2;
    margin-bottom: 24px;
    padding: 30px;
    border: 0;
    text-align: center;
    color: white;
}
.div-author h5{
    color: white;
}
.nav-pagination>li>span, .nav-pagination>li>a{
    border-radius: 0px;
        border: 1px solid #e5e5e5
}
.row-sidebar .nav-simple{
    background: black;
    padding:5px 10px;
}
.row-sidebar .nav-simple li a{
    padding:10px;
    color: white;
}
.row-sidebar .widget-title{
    background-color: #000;
    color: #fff;
    padding: 0 14px;
    border-bottom: 0;
    font-size: 14px;
    line-height: 35px;
    border-left: 5px solid #1976D2;
    font-weight: 600;
}
.button.is-outline, input[type='submit'].is-outline, input[type='reset'].is-outline, input[type='button'].is-outline {
    border: none;
    background-color: transparent;
    border-radius: 10px !important;
}
div.social-icons a.youtube{
    background: #C33223;
}
p.from_the_blog_comments{
    display: none;
}
#footer h3.widget-title{
text-transform: uppercase;
    font-size: 15px;
    position: relative;
    border-bottom: 3px solid #333;
    padding-bottom: 12px;
    margin-top: 0;
    margin-bottom: 24px;
}
#footer img{
    margin-bottom:5px;
}
#footer h3.widget-title::after {
    position: absolute;
    content: '';
    width: 50px;
    bottom: -3px;
    left: 0;
    border-bottom: 3px solid #1976D2;
    z-index: 0;
}

.row-sidebar .tab-panels p{
    display: none;
}
.row-sidebar .post-item p{
    display: none;
}
.post-item img{
    border-radius: 8px;
}
.post-item .box-overlay .image-cover{
        border-radius: 8px;
}
.post-item .box-overlay .box-text{
    padding: 4px;
}
.post-item .box-overlay .box-text h5 a{
       overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-weight: normal;
    -webkit-box-orient: vertical;
    margin: 0;
}
.row-tin-dau .post-item{
    padding-bottom: 0px;
}
.row-tin-noi-bat{
    margin-bottom: 15px;
}
.post-sidebar{
  
    padding-right: 5px !important;
}
.text-tren{
       background-color: #1976d2 !important;
    padding: 15px 12px;
    text-align: center;
}
.text-tren p{
    font-size: 15px;
}
.text-tren p,.text-tren h3,.text-tren{
    color: white;
}
.text-duoi:before{
    position: absolute;
    content: '';
    display: block;
         margin-top: -20px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, transparent 33.33%, #e9e9e9 33.333%, #e9e9e9 66.66%, transparent 66.66%), linear-gradient(-45deg, transparent 33.33%, #e9e9e9 33.33%, #e9e9e9 66.66%, transparent 66.66%);
    background-size: 20px 40px;
}
.text-duoi{
    padding: 10px;
    text-align: center;
    background: #E9E9EF;
}

.text-tren:after{
        position: absolute;
    content: '';
    display: block;
}
.is-divider{
    display: none;
}
.tabbed-content .nav li a{
    text-transform: inherit;
    font-size: 16px;
    padding: 6px 12px;
}
.entry-image .badge{
    display: none;
}
.nav>li>a>i{
    transition: unset;
}
.gallery-col img{
    border-radius: 8px !important;
}

.header-bottom-nav li a{
border-radius: 10px;
    padding: 10px 15px;
    font-weight: normal !important;
    font-size: 15px;
}
.header-bottom-nav li a:hover img{
      filter: grayscale(100%) brightness(2);
}
.header-bottom-nav li a:hover{
    border-radius: 8px;
       background: var(--primary-color);
    color: white !important;
}
.page-left-sidebar{
    padding-bottom: 0px;
}
span.cat-label{

      text-transform: initial;
}
span.dem-luot{
        color: #ec681a;
    font-weight: bold !important;
    font-size: 12px;
}
span.post-meta{
      
    font-size: 12px;
}
.luot-xem:before {
 content: "\f06e";
    color: #f96e5b;
    display: inline-block;
    font-size: 14px;
    font-family: 'FontAwesome';
    margin: auto;
    padding: 5px;
}
span.luot-xem {
    color: #f96e5b;
}
.row-divided>.col+.col:not(.large-12){
    border:none;
}


.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;
}
.div-no-padding{
    padding-bottom:0px;
}
@media(max-width: 855px){
     .blog-archive #post-list .post-item .box .box-text{
        padding-top: 0px;
     }
      .blog-archive #post-list .post-item .box .from_the_blog_excerpt {
            overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
      }
     .blog-archive #post-list .post-item .box .box-image .image-cover{
        padding-top: 100% !important;
     }
    .blog-archive #post-list .post-item .box .box-image{
                width: 50% !important;
        padding-right: 5px;
    }
    .blog-archive #post-list .post-item .box{
        display: flex;
    }
    .div-white .div-white {
        padding-left: 0px !important;
    }
    .page-template-default #content {
    padding-top: 5px !important;
}
    h1.entry-title {
    font-size: 20px !important;
}
    .blog-archive .div-center .post-item{
        padding-bottom: 5px;
    }
    .blog-archive .archive-page-header{
        margin-bottom: 5px;
    }
    .blog-archive,.blog-single{
    padding-top: 5px !important;
            padding-bottom: 5px !important;
    }
    .div-center-post{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .row-page > .div-white{
        padding-left: 0px !important;
    }
    .row-avater-header .button.icon{
            min-width: 2em !important;
    min-height: 2em !important;

    line-height: 2em !important;
    }
     .mobile-nav.nav-right .icon-angle-down, .mobile-nav.nav-right .sub-menu{
        display: none;
     }
        .stuck.header-main {
        height: 48px;
        line-height: 67px;
    }
    #logo {
    width: 120px !important;
}
 .mobile-nav.nav-right{
    line-height: 20px !important;
 }
 .mobile-nav.nav-right li a img{
        background: #D8DADF;
    border-radius: 99px;
    padding: 4px;
 }
    .mobile-nav.nav-right li a {
        width: 25px;
    }
    .mobile-nav.nav-right li a span{
        display: none;
    }
    .header-bottom .flex-col.flex-left{
    display: block;
    overflow: scroll;
    white-space: nowrap;

    }
      .header-bottom .flex-col.flex-left ul{
            display: block;
    overflow: scroll;
    white-space: nowrap;
      }

      .nav.header-nav .menu-item a {
    
    display: flex;
    align-items: center;
        padding: 6px;
  }
     .nav.header-nav .menu-item {
    flex: 0 0 auto; /* Ngăn các item co lại */
    margin-right: 10px; /* Khoảng cách giữa các item */
  }
  
    .row-custom-header .gallery-col .box-image{
        padding-top: 200px !important;
    }
    .header-bottom-nav li a{
            padding: 10px 0px;

    font-size: 15px;
    }
    .header-bottom-nav li a img {
display: none;
    }
    .row-avater-header .icon-box-text{
        padding-top: 24px !important;
    }
    .row-custom-header .icon-box {
align-items: center !important;

    margin-top: -52px !important;
}
    .row-custom-header .icon-box-text h3 span {

    font-size: 9px !important;
 
    position: absolute !important;
    margin-top: 6px !important;
}
    .row-custom-header .icon-box-text h3 {
    font-size: 17px !important;}
    .row-avater-header .icon-box .icon-box-img{
        width: 110px !important;
    }
    .row-avater-header {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
    .header-bottom{
    display: block !important; 
}
    .blog-single .div-white{
        padding-right: 20px !important;
    }
    .page-left-sidebar .div-center{
        padding-bottom: 5px !important;
    }
    .post-item .box-text{
        padding-bottom: 0px !important;
    }
    #text-2 p, #text-2 img{
        width: 100%;
    }
    .row-hoi-dap ul li span {
    font-size: 12px;}
    .row-white .div-white > .col-inner{
            padding: 10px !important;
    }
    .div-white {
             
    padding-bottom: 6px !important;
        padding-right: 0px !important;

}
.div-left {
    padding-right: 0px !important;
}
    .div-meta span{
        font-size: 11px;
    }
    .div-meta .post-meta{
        display: none;
    }
     .div-vertical .box .box-text{
        padding-top: 0px;
     }
     .div-vertical .box .box-image .image-cover{
        padding-top: 100% !important;
     }
    .div-vertical .box .box-image{
                width: 40% !important;
        padding-right: 10px;
    }
    .div-vertical .box{
        display: flex;
    }
    .header-bottom 
    .header-bottom {display: block !important;}
    .post-sidebar{
        padding-bottom:0px;
    }
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}