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

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


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


}
/*phong chữ áp dụng vào website và plugin Select Advanced Editor Tools	
Advanced Editor Tools*/
@font-face {  
    font-family: 'svn-avo';  
    src: url('fonts/svn-avo.ttf') format('truetype');
    src: url('fonts/svn-avo-bold.ttf') format('truetype');  
}  
body {
    font-family: 'SVN-AVO Bold', sans-serif;
}


/*bài viết*/
.baiviet .container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: none !important;
}

/*form liên hệ ở bài viết*/
.custom-contact-form {
    background: #000;
    padding: 30px;
    border: 5px solid #FFD700;
    color: #FFD700;
    text-align: center;
}

.custom-contact-form h3 {
    font-size: 20px;
    font-weight: bold;
}

.custom-contact-form label {
    display: block;
    margin-top: 10px;
    color: #FFD700;
    text-align: left;
}

.custom-contact-form input, 
.custom-contact-form textarea {
    width: 100%;
    padding: 10px;
    background: #333;
    border: none;
    color: white;
    margin-top: 5px;
}

.custom-contact-form input::placeholder, 
.custom-contact-form textarea::placeholder {
    color: #bbb;
}

.custom-contact-form input[type="submit"] {
    background: #FFD700;
    color: #000;
    font-weight: bold;
    padding: 10px;
    margin-top: 15px;
    cursor: pointer;
}

/*form trang liên hệ */
.white-text {
    color: white !important;
}

/*paginate_links*/
.paginate_links {
    overflow: hidden;
    text-align: center;
    display: table;
    margin: 30px auto;
   }
   .paginate_links .page-numbers{
    width: 32px;
    height: 32px;
    display: inline-block;
    float: left;
    margin: 0 5px 0 5px;
    padding-top: 7px;
    color: #007BB6;
    border: 1px solid #007BB6;
    margin-bottom: 5px;
   }
   .paginate_links .page-numbers:hover{
    background: #007BB6;
    color: #fff;
   }
   .paginate_links .page-numbers.prev,.paginate_links .page-numbers.next{
    background: transparent;
    width: auto;
    border: none;
   }
   .paginate_links .page-numbers.prev:hover,.paginate_links .page-numbers.next:hover{
    text-decoration: underline;
    color: #007BB6;
   }
   .paginate_links .page-numbers.current{
    background: #007BB6;
    color: #fff;
   }
   /*End paginate_links*/