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

/*************** ADD CUSTOM CSS HERE.   ***************/
html{
    background-image: url('image/bg.png');
}
#main {
    background:  none;
}
#wrapper {
    background: #66B8DE;
}
.header-nav-main {
        background: #349FD3;
    padding: 0 18px;
    border-radius: 15px;
    box-shadow: 0 2px 13px #333;
}
.header-main .nav > li > a {
    line-height: 16px;
    padding: 13px 14px;
}
.box-blog-post .is-divider,.post-home .box-image, .post-home .thongtin,.entry-divider.is-divider.small {
    display: none;
}
.entry-header-text.entry-header-text-top.text-left {
    padding-bottom: 0;
    margin-top: 20px;
}
.post-home a.button.is-outline.is-small.mb-0 {
    color: #222;
    border: 0;
    text-align: right;
    float: right;
    font-size: 13px;
}
.post-home .box-text.text-left {
    padding: 0;
}
.post-home .col.post-item {
    padding-bottom: 16px;
}
div#post-list {
    background: #fff;
    padding: 20px;
}
.thongtin {
    font-size: 16px;
    color: #222;
    font-style: italic;
}
li.html.custom.html_topbar_left a {
    font-size: 16px;
    color: #fff;
}
.post-home .post-title {
    font-size: 15px;
}
.post-home p.from_the_blog_excerpt {
    font-size: 14px;
    margin-top: 10px;
}
.col-right
{    background: rgb(203, 204, 203);
    background: linear-gradient(180deg, rgba(203, 204, 203, 0.9977240896358543) 0%, rgba(255, 255, 255, 1) 31%);
    border-radius: 15px;
    padding-bottom: 0;
    margin-bottom: 17px;
}
.col-xemthem .col {
    padding-bottom: 0 !important;
}
.copyright-footer strong {
    color: #008000;
}
.post-content {
    background: #fff;
    margin-bottom: 20px;
}
.row.related-post h4 {
    font-size: 14px;
}
h1.entry-title,h5.post-title.is-large a {
    color: #66B8DE;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}