/*
Theme Name: Website
Theme URI: https://teamviewdownload.net                     
Author: teamviewer download
Author URI: https://teamviewdownload.net                                          
Description: website
Version: 1.0
License: MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, website
*/
*::-webkit-scrollbar-track {
  display: none;
}
*::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}

.textwidget{
	padding: 20px;
}
.widget_categories ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_categories ul li{
	width: 50%;
	float: left;
	padding: 7px 12px 7px 12px;
}

.page-numbers{
	position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-numbers.current{
	z-index: 1;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.fuild-img{
	width: 100% !important;
	height: auto !important;
}
.detail-content blockquote {
    margin: 0 0 1rem 1rem;
    background: #f5f5f5;
    border: 5px solid #eee;
    padding: 10px;
}

.detail-content div {
    text-align: left;
    font-size: 1.2rem;
}
.vertical-middle  {
	vertical-align: middle !important;
}

.mt-3 .card ul.children {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.title-home{
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    width: 100%;
    line-height: 27px;
}
.text-center{
	text-align: center;
}

.home-fa .fa{
	color: #17a2b8!important;
}

.imgUNcover {
  	width: 100%;
    object-fit: cover;
    padding: 0;
    border: none;
  	max-height: 230px
}

.card {
    --mdb-card-spacer-y: 1.5rem;
    --mdb-card-spacer-x: 1.5rem;
    --mdb-card-title-spacer-y: 0.5rem;
    --mdb-card-title-color: ;
    --mdb-card-subtitle-color: ;
    --mdb-card-border-width: var(--mdb-border-width);
    --mdb-card-border-color: rgba(0, 0, 0, 0.175);
    --mdb-card-border-radius: 0.5rem;
    --mdb-card-box-shadow: 0 2px 15px -3px rgba(var(--mdb-box-shadow-color-rgb), 0.07), 0 10px 20px -2px rgba(var(--mdb-box-shadow-color-rgb), 0.04);
    --mdb-card-inner-border-radius: calc(0.5rem -(var(--mdb-border-width)));
    --mdb-card-cap-padding-y: 0.75rem;
    --mdb-card-cap-padding-x: 1.5rem;
    --mdb-card-cap-bg: rgba(255, 255, 255, 0);
    --mdb-card-cap-color: ;
    --mdb-card-height: ;
    --mdb-card-color: ;
    --mdb-card-bg: var(--mdb-surface-bg);
    --mdb-card-img-overlay-padding: 1.5rem;
    --mdb-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--mdb-card-height);
    color: var(--mdb-body-color);
    word-wrap: break-word;
    background-color: var(--mdb-card-bg);
    background-clip: border-box;
    border: var(--mdb-card-border-width) solid var(--mdb-card-border-color);
    border-radius: var(--mdb-card-border-radius);
    box-shadow: var(--mdb-card-box-shadow);
}

.aligncenter{
    text-align: center;
}

body button:focus {
    box-shadow: none;
    outline: none;
}

body .navbar-expand-lg .navbar-collapse {
	width: 100%;
}

body .main-home {
    max-width: 100% !important;
}

body .main-home .slider-home {
    padding: 0 !important;
}

@media (max-width: 767px) {
    body .navbar .container img {
        position: absolute;
        left: 50%;
        top: 26px;
        transform: translate(-50%, -50%);
        width: 16% !important;
    }

    body .card-body .imgUNcover {
        width: 100%;
        object-fit: cover;
        padding: 0;
        border: none;
    }
    
    body .card-body {
        padding: 0;
    }
    
    body .container {
        max-width: 100% !important;
    }
	
	 body .main-home h2 {
        font-size: 26px;
    }

    body .main-home .textwidget,
    body .main-home .widget_text,
    body .main-home ~ footer .textwidget,
    body .main-home ~ footer .widget_text {
        padding-left: 0;
        padding-right: 0;
    }

    body .main-home .card-body {
        margin: 10px 0;
    }

    body .main-home ~ footer .text-center {
        text-align: left !important;
    }
	
	body .main-home ~ footer .mt-2.text-center.text-white {
		text-align: center !important;
	}
	
	body .fcta-zalo-mess {
        display: none;
    }
}
