body {
    font-family: 'LatoWeb', sans-serif, Verdana;
    background: #F6F9F9 url(/img/bg-header.jpg) center 50px no-repeat;
    font-size: 16px;
    line-height: 24px;
}

main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}


.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.highlight {
    background-color: #FFFF88;
}

h1 {
    font-family: 'LatoWebMedium', sans-serif, Verdana;
    color:#374045;
    font-size:36px;
    line-height: 40px;
    font-weight: bold;
    /*text-shadow: 1px 0 1px #000,
    0 1px 1px #000,
    -1px 0 1px #000,
    0 -1px 1px #000;*/
}

h6 {
    font-family: 'LatoWebMedium', sans-serif, Verdana;
    color:#374045;
    font-size:22px;
    line-height: 24px;
    font-weight: bold;
    /*text-shadow: 1px 0 1px #000,
    0 1px 1px #000,
    -1px 0 1px #000,
    0 -1px 1px #000;*/
}

.div-h1
{
    width:100%;
    /*border:1px solid #FFF;*/
    border-radius: 5px;
    margin-bottom: 18px;
    display:table;
    padding:8px 0;
}

.div-h1 h1
{
    display:table-cell;
    vertical-align:middle;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
    margin:0;
}

.breadcrumb-item > a
{
    color:#bfbfbf;
    font-weight: normal;
    text-decoration: none;
    transition-duration: 0.5s;
}

.breadcrumb-item > a:hover
{
    border-bottom: 1px solid #bfbfbf;
}

.breadcrumb-item.active {
    color: #bfbfbf;
}

a.navbar-brand
{
    font-weight: bold;
}


.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ba2020;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.div-promotion
{
    margin: 12px 0;
    -moz-box-shadow:0 0 10px #ba2020; -webkit-box-shadow:0 0 10px #ba2020; box-shadow:0 0 10px #ba2020;
}

.div-blog
{
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #FFF;
    padding:20px;
}

.div-blog-header
{
    background-color: #2D314F;
    border-color:#2D314F;
    padding:10px 20px;
    -moz-box-shadow:0 0 10px #ba2020; -webkit-box-shadow:0 0 10px #ba2020; box-shadow:0 0 10px #ba2020;
}

.div-blog-header h1
{
    color:#FFF;
}

.div-blog-header p
{
    color:#bfbdbd;
}

.div-blog .div-thumb img
{
    width:100%;
    height: auto;
}

.div-blog .div-link
{
    margin-bottom: 18px;
}

.div-blog .div-link a.btn-header
{
    font-size:22px;
    font-weight: bold;
    color:#374045;
    font-family: "LatoWebBold", sans-serif, Verdana;
    text-decoration: none;
    line-height: 24px;
}


.div-blog .div-link a.btn-header:hover,
.div-blog .div-link a.btn-header:focus
{
    border-bottom: 1px solid #374045;
}

.div-blog .div-annotation p, .div-blog .div-time p span
{
    color: #929FA8;
}

.div-blog .div-time
{
    position:relative;
}

.div-blog .div-time p
{
    padding-bottom: 8px;
}

.div-blog .div-time p:before {
    content: '';
    background: #DEDEDE;
    width: 35px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}



.div-blog a.read-more, .btn-comment
{
    border: 1px solid #ba2020;
    text-transform: uppercase;
    color: #ba2020;
    font-size: 12px;
    line-height: 33px;
    padding: 0 22px;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px;
}

.btn-comment
{
    font-size:16px;
    padding:6px 22px 4px;
    background-color: #FFF;
}
.div-blog a.read-more:hover, .div-blog a.read-more:focus, .div-blog a.read-more:active,
.btn-comment:hover, .btn-comment:focus, .btn-comment:active
{
    color:#FFF;
    text-decoration: none;

    cursor: pointer;
}

.div-blog-view h2 {
    font-family: 'LatoWebMedium', sans-serif, Verdana;
    margin:26px 0 12px;
    font-size:26px;
    font-weight: bold;
}

.div-blog-view h3 {
    font-family: 'LatoWebMedium', sans-serif, Verdana;
    margin:26px 0 12px;
    font-size:22px;
    font-weight: 600;
}

.div-blog-view p
{
    margin:0 0 12px 0;
}

.div-blog-view .divImgFullScreen
{
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.div-blog-view .divImgFullScreen img {
    width: 100%;
    height: auto;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.div-blog-view .divImgFullScreen:hover img {
    position: relative;
    transform: scale(1.15, 1.15);
    transition-dur: 1500ms;
    transition-timing-function: ease-out;
    z-index: 3;
}

.div-blog-view .div-body ul
{
    list-style: none;
    margin:0 0 12px 0;
    padding:0;
}

.div-blog-view .div-body ul li {
    position: relative;
    margin-top: 12px;
    margin-left: 20px;

}

.div-blog-view .div-body ul li:first-child {
    margin-top: 0;
}

.div-blog-view .div-body ul li:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #ba2020;
    left: -20px;
    top: 12px;
}

.comment-block
{
    background: #f7f7f7;
    border-radius: 5px;
    padding: 20px 20px;
    position: relative;
    margin:0 0 20px 0;
}

.comment-block p.p-header
{
    font-size:22px;
    font-weight: bold;
    margin:0 0 4px 0;
}

.comment-block p.p-date
{
    font-size:12px;
    font-style: italic;
    color:#929FA8;
    margin:0 0 4px 0;
    text-align: right;
}

.comment-block p.p-info
{
    margin:0;
}

.div-last-items
{
    margin-top:32px;
}

.div-last-item
{
    /*border: 1px solid #ddd;*/
    border-radius: 4px;
    background-color: #FFF;
    margin-top:24px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.div-last-item .div-thumb
{
    height:150px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}


.div-last-item .div-link
{
    margin:12px;
}
.div-last-item .div-annotation
{
    font-size:13px;
    line-height: 18px;
    margin:0 12px;
    padding-bottom: 8px;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background: url(/images/top.png) no-repeat;
    background-size: contain;
    opacity: 0.7;
    border-radius: 50%;
    -moz-box-shadow:0 0 10px #ba2020; -webkit-box-shadow:0 0 10px #ba2020; box-shadow:0 0 10px #ba2020;
}

#scrollUp:hover {
    opacity: 1;
}

.div-share span, .div-share .ya-share2
{
    display: inline-block;
}
.div-share span
{
    vertical-align: bottom;
    color: #929FA8;
}

.div-desktop
{
    display: block;
}

.div-mobile
{
    display: none;
}

div.month {
    border: 1px solid #dddddd;
    border-radius: 10px;
    width: 257px;
    padding: 5px;
    display: block;
    vertical-align: text-top;
    margin:0 auto 32px;
}

div.month p.header {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-indent: 0;
}

div.month ul.monthDay {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

div.month ul.monthDay li {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #333333;
    font-weight: bold;
}

div.month ul.monthValue {
    list-style: none;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 5px;
    margin-left: 0;
    padding-left: 0;
}

div.month ul.monthValue li {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #333333;
}

div.month ul li.red {
    color: #ff3333;
}

div.month ul li.blue {
    color: #0033cc;
    text-shadow: 0 0px 7px #0033cc;
}

div.month p.info {
    text-align: right;
    font-size: 12px;
    text-indent: 0;
    line-height: 1.4;
    margin: 0;
}

div.month p.info1 {
    margin-top: 8px;
}

div.month p.info span {
    display: inline-block;
    width: 30px;
    text-align: left;
}

.footer
{
    background: #212020;
    border-top: 5px solid #2e2e2e;
    color:#FFF;
}

.footer p
{
    font-size:14px;
    margin:0 0 4px 0;
}
.footer p.p-header
{
    font-size:16px;
    margin:0 0 8px 0;
}

.footer p a
{
    color:#FFF;
    font-size:14px;
    text-decoration: none;
}

.footer p a:hover, .footer p a:focus
{
    color:#FFF;
    border-bottom: 1px solid #FFF;
}

.footer a.btn-underline
{
    border-bottom: 1px solid #FFF;
    margin:0;
}

.footer p a.btn-underline-no
{
    margin-left:12px;
}

.footer a.btn-underline:hover, .footer a.btn-underline:focus
{
    border-bottom: none;
}

div.divYoutube {
    text-align: center;
    margin: 20px auto;
    width: 100%;
    -webkit-box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.5);
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

div.divYoutube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.div-brand .div-brand-info
{
    margin-bottom: 32px;
}

.div-brand img
{
    width: 60px;
    float: left;
    padding-right: 12px;
}

.div-brand a
{
    vertical-align: middle;
}
@media (max-width: 1200px) {

}


@media (max-width: 991px) {

    .div-blog .div-link
    {
        margin-bottom: 12px;
    }


    .div-blog .div-annotation p
    {
        font-size:13px;
    }

    h1 {
        font-size:32px;
    }

    #scrollUp {
        width: 50px;
        height: 50px;
    }

    table.table-stat th, table.table-stat td
    {
        padding:0.5rem;
        font-size:14px;
    }
}

@media (max-width: 767px) {
    .div-blog .div-link
    {
        margin:18px 0 12px 0;
    }

    .form-search
    {
        margin-bottom: 12px;
    }

    .div-last-item .div-link
    {
        margin-left:12px;
        margin-right:12px;
    }

    .div-rating-form a
    {
        font-size: 1.15rem;
    }

    .div-blog
    {
        padding:10px;
    }

    .div-desktop
    {
        display: none;
    }

    .div-mobile
    {
        display: block;
    }
}

@media (max-width: 577px) {
    .div-rating-form a
    {
        font-size: 0.8rem;
    }

    table.table-stat th, table.table-stat td
    {
        padding:0.25rem;
        font-size:13px;
    }
}