/*
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
}*/

.sh-blog-shortcode.style-1 .element.item-new {
    margin-bottom: 0;
}

.sh-blog-shortcode.style-1 .element.item-new .post-inner {
    margin-bottom: 25px;
}

.sh-blog-shortcode.style-1 .element.item-new:not(:last-child) .post-inner {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 25px;
}

.sh-blog-shortcode .element.item-new .entry-description {
    color: #747474;
}

.sh-blog-shortcode .element.item-new .btn {
    border-radius: 20px;
}

.sh-blog-shortcode .element.item-new .view-detail {
    color: #111;
}

.sh-blog-shortcode .element.item-new .view-detail i {
    display: none;
}

.sh-blog-shortcode .element.item-new .entry-thumb {
    /* padding: 2px;
    box-shadow: 0 0 2px 0 #b5b5b5; */
}


/*--------------------------------------------------------------
## 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.2;
    text-transform: uppercase;
}
.archive.category-71 .sh-blog-shortcode .element .entry-title {
	font-size: 16px;
}
.sh-blog-shortcode .element .entry-description {
    text-align: justify;
    line-height: 1.4;
}


/* 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;
}


/* Blog Shortcode 2 */


/* Blog Shortcode 3 */


/* Blog Shortcode 4 */


/* Blog Shortcode 5 */

.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}

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

.sh-blog-shortcode.style-5 .element .entry-description {
    font-size: 13px;
}


/* Blog Shortcode 6 */

.sh-blog-shortcode.style-6 .entry-thumb {
    padding: 3px;
    background: #FFF;
    border: 1px solid #cdcdcd;
}

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

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

.sh-blog-shortcode.style-6 .first-element-layout,
.sh-blog-shortcode.style-6 .second-element-layout {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-6 .first-element-layout .element {
    margin-bottom: 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}


/* Blog Shortcode 7 */

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

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

.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #111;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}


/* Blog Shortcode 8 */

.sh-blog-shortcode.style-8 .element {
    margin-bottom: 30px;
}

.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}

.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgb(0, 0, 0, .5);
    padding: 10px 10px;
}

.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
    color: #FFF;
    max-height: 40px;
    overflow: hidden;
}

.sh-blog-shortcode.style-8 .element .entry-title a:hover {
    text-decoration: underline;
}
.widget-title {
    text-transform: initial;
}
@media (max-width: 414px) {
    .sh-blog-shortcode .element {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* 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%;
    }
	.category-71.content-sidebar .site-main, .category-97.content-sidebar .site-main  {width:100%;}
    .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;
    }
}

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

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

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

.child-category-block h5 {
    color: #58595b;
}
#footer .footer_widgets .widget_title {
    font-size: 16px;
}
.vc_services .vc_services_carousel_wr .vc_services_carousel .item .item_wr .content h6 a {
    color: inherit;
}
.read_more:hover em {
    border-bottom-color: inherit;
}
.top_nav_wr .top_nav ul.top_nav_menu li {
    padding: 0 20px;
}
.sidebar  .widget-title {
    text-transform: initial;
}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,.top_nav_wr .top_nav ul.top_nav_menu {
    font-family: 'Roboto', sans-serif !important; 
}
.socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.socials ul li {
    margin: 0 0 8px 8px;
}
.socials ul li a {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.25);
    text-align: center;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.socials ul li a i {
    line-height: 34px;
}
.socials ul li a:hover {
    transform: translateY(-5px);
}
#footer .socials ul li a.social-facebook{background:#003899;}
#footer .socials ul li a.social-twitter{background:#00aced;}
#footer .socials ul li a.social-instagram{background:#ac907a;}
#footer .socials ul li a.social-google-plus{background:#db4437;}
#footer .socials ul li a.social-vimeo{background:#44bbff;}
#footer .socials ul li a.social-linkedin{background:#0077b5;}
#footer .copyright_row .socials{
    display: none;
}
#footer .copyright_row .copyright_row_wr .copyright {
    width: 100% !important;
    text-align: center;
}
.sidebar  .widget-title {
    text-transform: initial;
}
body aside section.widget {
    padding-left: 10px;
    padding-right: 10px;
    border-color: red;
}
.sidebar-primary.sidebar .widget-title {
    color: red;
}
.page-template-page-product .sidebar.sidebar-primary ul li {
    margin-bottom: 0;
}
.page-template-page-product aside.sidebar.sidebar-primary{
    float: left;
}
.page-template-page-product .site-main {
    float: right !important;
}
.list-product .row {
    gap: 30px 0;
}
.list-product h3::before {
    margin: 0 0 10px 0;
}
body.header_style_4 .top_bar,
body.header_style_4 .top_bar_info_wr .top_bar_info_switcher,
.base_bg_color,#footer,.top_nav_wr .top_nav ul.top_nav_menu li ul,.top_nav_wr .top_nav ul.top_nav_menu #stm_magic_line,
.secondary_bg_color,
body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat {
background: #003899;
}
.top_nav_wr .top_nav ul.top_nav_menu li a,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 , .sidebar.sidebar-primary ul li a, .widget.widget_archive ul li a, 
.widget.widget_pages ul li a, .widget.widget_meta ul li a, .widget.widget_recent_comments ul li a, .widget.widget_recent_entries ul li a, .widget.widget_rss ul li a, 
.widget.widget_nav_menu ul li a , body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:hover{
    color: #003899;
}
h1:before, .h1:before, h2:before, .h2:before, h3:before, .h3:before, h4:before, .h4:before, h5:before, .h5:before, h6:before, .h6:before,
body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat {
    border-color: #003899;
}
body.header_style_4 .top_bar {
    background: rgba(0, 56, 153, 1.0);
}
.top_bar_info_wr .top_bar_info_switcher .active {
    padding: 10px 40px 10px 20px;
}
.fixed-social-icons {
    position: fixed;
    right: 30px;
    bottom: 80px;
    z-index: 90;
    width: fit-content;
    display: flex;
    flex-flow: column nowrap;
    row-gap: 10px;
}
.fixed-social-icons__item {
    width: 64px;
    transition: all .2s linear;
}
.fixed-social-icons__item:hover img {
    box-shadow: 0 0 .5rem rgba(0, 0, 0, .75);
}
.fixed-social-icons__item img {
    max-width: 100%;
    border-radius: 100%;
    transition: all .3s ease-in-out;
}
body.header_style_4 .top_bar #lang_sel{
    float: right;
}
.sidebar.sidebar-primary ul li {
    text-transform: initial;
}
.top_nav_wr .top_nav ul.top_nav_menu li ul li a:hover {
    background: red;
}
.page-template-page-product aside section.widget {
    padding: 0;
    border-color: #e74c3c;
}
.page-template-page-product .widget.widget_nav_menu ul li ul.sub-menu {
    margin-top: 10px;
    padding: 0 0 0 12px;
}
.page-template-page-product .sidebar.sidebar-primary ul li {
    padding: 0 0 0 12px;
}
.page-template-page-product .sidebar.sidebar-primary ul li a:hover {
    color: red;
}
.page-template-page-product .sidebar-primary h5 {
    background: #e74c3c;
    color: #fff;
    padding: 12px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Reset */
.page-template-page-product .sidebar-primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Item */
.page-template-page-product .sidebar-primary .menu > li {
    border: 1px solid #ddd;
    border-top: none;
    background: #f5f5f5;
}

/* Link */
.page-template-page-product .sidebar-primary .menu > li > a {
    display: block;
    padding: 12px 15px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

/* Hover */
.page-template-page-product .sidebar-primary .menu > li > a:hover {
    background: #e9e9e9;
}

/* Active / current */
.page-template-page-product .sidebar-primary .menu > li.current-menu-item > a {
    font-weight: bold;
}

/* Sub menu */
.page-template-page-product .sidebar-primary .sub-menu {
    background: #fafafa;
}

.page-template-page-product .sidebar-primary .sub-menu li {
    border-top: 1px solid #ddd;
}

.page-template-page-product .sidebar-primary .sub-menu a {
    padding: 10px 25px;
    display: block;
    font-size: 13px;
    color: #555;
}

/* Hover submenu */
.page-template-page-product .sidebar-primary .sub-menu a:hover {
    background: #eee;
}
.page-template-page-product .sidebar.sidebar-primary ul li:before {
    display: none;
}
.sidebar-primary .far,
.sidebar-primary .fas {
    margin-right: 5px;
}
.sidebar-primary a {
    color: #58595b !important;
}
.site-footer .fa.fa-facebook {
    color: #fff;
}
.tieu-de-danh-muc {
    background: #e74c3c;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    color: #fff;
}
.category-tree {
    border: 2px solid #e74c3c!important;
}
.category-tree li a {
    font-size: 14px !important;
    border-bottom: 1px solid #e74c3c;
}
.category-tree ul {
    margin-bottom: 0;
}
.top_bar_info_wr .top_bar_info li a {
    display: flex;
    align-items: center;
}
#service-box{
    background: #003899 !important;
}
.secondary_bg_color-2.secondary_bg_color,
#footer .footer_widgets {
    background: #798EC7 !important
}
.sidebar.sidebar-primary ul li,
.sidebar.sidebar-primary ul li a,
.sidebar.sidebar-primary ul li a:hover {
    color: #003899 !important;
}
.contact-info a span {
    font-size: 16px;
}
.contact-info a i {
    font-size: 50px;
    margin-bottom: 11px;
}
.contact-info a {
    display: flex;
    color: #000 !important;
    font-weight: 700;
    flex-direction: column;
    align-items: center;
     font-size: 16px;
}
.category-products .filler-masterbatch .post-id-1700,
.category-products .filler-masterbatch .post-id-1702,
.category-products .filler-masterbatch .post-id-1694 {
    display: none;
}
.child-category-block {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .fixed-social-icons__item {
        width: 40px;
    }
}
@media (min-width: 768px) {
    .list-product .sh-blog-shortcode .element .entry-thumb a img {
        height: 200px;
        object-fit: cover;
    }
      body.header_style_4 .top_bar .top_bar_info_wr {
        float: left;
    }
}
@media (min-width: 1336px) {
    body .content-sidebar .site-main {
        width: 21.5%;
    }
    body .sidebar-content .site-main,
    body .content-sidebar .site-main {
        width: 75.5%;
    }
}
