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

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


@media screen and (max-width:767px){
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/* Nạp font chữ từ Google */
@import url('https://fonts.googleapis.com/css2?family=Monda:wght@400;700&display=swap');


/* Định dạng mặc định chung */
*{
    font-family: 'Monda', 'Arial', sans-serif!important;
}
b, strong{
    font-weight: bold;
}
th{
    font-size: 16px;
    word-spacing: 2px;
}
td{
    color: #0a283b;
    font-size: 15px;
    word-spacing: 2px;
}

/* Thanh điều hướng */
.header-main{
    background: #0a283b;
}
.header-main .nav-top-link{
    color: #fff;
    padding: 0 8px;
    text-align: center;
}
.header-main .nav-top-link:hover, .header-main li.active .nav-top-link{
    color: #ffa400;
}
.header-main .header-nav{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    flex-wrap: nowrap;
}
.mobile-nav .icon-menu{
    color: #fff;
}
.mobile-sidebar li.menu-item a{
    color: #0a283b;
}

/* Banner */
.banner{
    min-height: 336px;
}
.banner .text-box{
    max-width: 100%!important;
    width: 866px!important;
    padding: 0 15px;
}
.content-area .banner, .content-area .banner h1, .content-area .banner h2, .content-area .banner h3, .content-area .banner h4, .content-area .banner h5, .content-area .banner h6{
    color: #fff;
}

/* Khu vực nội dung */
.content-area ol ol, .content-area ol ul, .content-area ul ol, .content-area ul ul{
    margin: 0.5em 0 1.5em 1.5em;
}
.content-area, .content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5, .content-area h6{
    color: #333;
}
.content-area a{
    color: #ffa400;
}
.content-area a:hover{
    color: #0a283b;
}
.entry-content, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
    color: #333;
}
.entry-content a{
    color: #ffa400;
}
.entry-content a:hover{
    color: #0a283b;
}

/* Khu vực đánh mục lục */
span.ez-toc-section, span.ez-toc-section-end{
    margin: 0!important;
}

/* Trang chủ */
body.home h4 a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #dd0b0b;
}
body.home .col-inner h3{
    color: #0070ff;
}

/* Trang bài viết */
.entry-content.single-page h2{
    color: #0070ff;
}