/*
Theme Name: minhduongads
Theme URI: minhduongads.com
Author: Minh Dương
Author URI: minhduongads.com
Description: 
Version: 1.5.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thanhcongdev
Tags: 

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
## Sidebar - Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
## Layout construct
## Shortcode
## Footer
## Menu Mobile
## Custom css
## Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face{
	font-family: GOTHAMVNU;
	src:url(./lib/fonts/GOTHAMVNU-BOLD-WEBFONT.TTF) format('truetype');
}

html {
    font-size: 62.5%;
}

body {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color: #58595b;
	overflow-x:hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight:700;
}
/*a {
    color: #333;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #bc7026;
}*/

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none
}
/*
img {
    max-width: 100%;
    height: auto
}*/
.footer-widgets-area li .icon, .footer-widgets-area li .icon + .text {
    display: inline-block;
}
/* .footer-widgets-area.col-12.col-md-3 {
    width: 30%;
    flex: 0 0 30%;
    max-width: 30%;
}
.footer-widgets-area.col-12.col-md-3:first-child, .footer-widgets-area.col-12.col-md-3:last-child {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
} */
.footer-widgets-area.col-md-6:first-child {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.image_title, .bottom-banner {
    margin: 15px 0px;
}
span.date-time {
    /* margin-right: 5px; */
    display: none;
}
.sh-blog-shortcode.style-1 .entry-content .entry-title {
    margin-top: 5px;
    margin-bottom: 5px;
}
body.archive.paged .box__hotnews,body.archive.paged .home__doted-bd {
    display: none;
}
.page_nav {
    text-align: center;
    margin-bottom: 20px;
}

.page_nav * {
    display: inline-block;
    padding: 3px 10px;
    background: #FFF;
    border: 1px solid #bb2025;
    margin: 0;
}

.page_nav .current,
.page_nav .page-numbers:hover {
    background: #bb2025;
    color: #FFF;
}
.list_posts-3 .widget-title {
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #bb2025;
    font-weight: bold;
    white-space: nowrap;
    padding: 5px 5px;
}
/* Widget Recent Posts */

.widget .list-post-item li {
    margin-bottom: 10px;
}

.widget .list-post-item li:last-child {
    margin-bottom: 0;
}

.widget .list-post-item .post:after {
    clear: both;
}

.widget .list-post-item .alignleft {
    width: 100px;
    margin-right: 10px;
}

.widget .list-post-item .alignright {
    width: 100px;
    margin-left: 10px;
}

.widget .list-post-item .aligncenter {
    text-align: center;
}

.widget .list-post-item h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.widget .list-post-item h3 a {
    color: inherit;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/

.sh-blog-shortcode .element .entry-content {
    margin: 0;
}

.sh-blog-shortcode .element .entry-thumb a {
    overflow: hidden;
    display: block;
}

.sh-blog-shortcode .element .entry-thumb a img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.sh-blog-shortcode .element .entry-thumb a img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.sh-blog-shortcode .element .entry-meta {
    color: #888;
    font-style: italic;
    margin-bottom: 5px;
}

.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}

.sh-blog-shortcode .element .entry-title {
    margin: 10px 0 5px 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
}

.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
	  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}


/* Blog Shortcode 1 */

.sh-blog-shortcode.style-1 .element .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.sh-blog-shortcode.style-1 .element .entry-title {
    margin: 0 0 5px 0;
}

.sh-blog-shortcode.style-1 .element .entry-title a {
    color: #333333;
}

.sh-blog-shortcode.style-1 .element .entry-title a:hover {
    color: #111;
}

.sh-blog-shortcode.style-1 .element .entry-description p {
    margin-bottom: 5px;
}
/* Extra small devices (portrait phones, less than 576px) */

@media (min-width: 992px) {
   .sidebar-content .site-main,
    .content-sidebar .site-main {
        float: right;
        width: 74.5%;
    }
    .sidebar-content .sidebar,
    .content-sidebar .sidebar {
        float: left;
        width: 23.5%;
    }
    .content-sidebar .site-main {
        float: left;
        margin-bottom: 25px;
    }
    .content-sidebar .sidebar {
        float: right;
    }
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .content-sidebar-sidebar .content-sidebar-wrap {
        float: left;
        width: 75.5%;
    }
    .sidebar-content-sidebar .site-main,
    .sidebar-sidebar-content .site-main,
    .content-sidebar-sidebar .site-main {
        float: right;
        width: 67.5496689%;
    }
    .sidebar-content-sidebar .sidebar-primary,
    .sidebar-sidebar-content .sidebar-primary,
    .content-sidebar-sidebar .sidebar-primary {
        float: left;
        width: 31.1258278%;
    }
    .sidebar-content-sidebar .sidebar-secondary,
    .sidebar-sidebar-content .sidebar-secondary {
        float: right;
        width: 23.5%;
    }
    .sidebar-sidebar-content .sidebar {
        float: left;
    }
    .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
    }
    .content-sidebar-sidebar .sidebar-primary {
        float: right;
    }
    .content-sidebar-sidebar .sidebar-secondary {
        float: right;
        width: 23.5%;
    }
    .content-sidebar-sidebar .site-main {
        float: left;
    }
}

@media (max-width: 576px) {
    .project .sub-list-project .col-lg-15.col-md-4.col-6 {
        padding-top: 10px;
    }
    .footer-widgets-area.col-12.col-md-3, .footer-widgets-area.col-12.col-md-3:first-child, .footer-widgets-area.col-12.col-md-3:last-child {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer__nav {
        display: none;
    }
}

@media (max-width: 414px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}
