﻿.img-border2 {
    padding: 1px;
    border: 2px solid #dee2e6;
}

#searchBox {
    top: 20px;
}

.socialItem {
    margin-left: 10px;
}

    .socialItem :hover {
        border: 2px solid #fafafa;
    }

@media (max-width:575.98px) {
    #searchBox {
        top: 0px;
        margin-bottom: 5px;
    }

    .socialBox {
        display: none;
    }
}

.ripple-surface {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn {
    text-transform: uppercase;
    vertical-align: bottom;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 10%);
    font-weight: 500;
    padding: 0.625rem 1.5rem 0.5rem;
    font-size: .75rem;
    line-height: 1.5;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input:focus {
        font-size: 16px;
        background: #eee;
    }
}
.xemnhieugroup {
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
}

#main_nav {
    font-size: 13px;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #b01116;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #b01116;
    --bs-secondary: #000;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #222;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
}

*, :after, :before {
    box-sizing: border-box;
}

.h2, .h5, .h6, h1, h3, h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
}

h1 {
    font-size: 1.5rem;
}

.h2 {
    font-size: 1.2rem;
}

h3 {
    font-size: 1.1rem;
}

h4 {
    font-size: 1rem;
}

.h5 {
    font-size: 1rem;
}

.h6 {
    font-size: .875rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ul ul {
        margin-bottom: 0;
    }

.small {
    font-size: 1em;
}

a {
    text-decoration: none !important;
}

    a:hover {
        color: #885fe0;
    }

img, svg {
    vertical-align: middle;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    text-transform: none;
}

[type=button], button {
    -webkit-appearance: button;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

.container, .container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x,.2rem);
    padding-left: var(--bs-gutter-x,.5rem);
    margin-right: auto;
    margin-left: auto;
}
.col-3 {
    width: 25%;
}

.col-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-9 {
    width: 75%;
}

.col-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-12 {
    width: 100%;
}

@media (min-width:576px) {
    .col-sm-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-sm-6 {
        width: 50%;
    }
}

@media (min-width:768px) {
    .col-md-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width:992px) {
    .col-lg-4 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .col-lg-6 {
        width: 50%;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .3rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control:focus {
    color: #222;
    background-color: #fff;
    border-color: #b5aff0;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(106,95,224,0);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

        .input-group > .form-control:focus {
            z-index: 3;
        }

    .input-group .btn {
        position: relative;
        z-index: 2;
    }

        .input-group .btn:focus {
            z-index: 3;
        }

    .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: .75rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #222;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(106,95,224,0);
}

.btn:disabled {
    pointer-events: none;
    opacity: .65;
}

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}

    .btn-info:focus, .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
    }

    .btn-info:focus {
        box-shadow: 0 0 0 0 rgba(11,172,204,.5);
    }

    .btn-info:active {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2;
    }

        .btn-info:active:focus {
            box-shadow: 0 0 0 0 rgba(11,172,204,.5);
        }

    .btn-info:disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0;
    }

.collapse:not(.show) {
    display: none;
}

.dropdown {
    position: relative;
}
@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: .2rem;
}

.card-title {
    margin-bottom: .83333rem;
}

.card-text:last-child {
    margin-bottom: 0;
}

@media (max-width:767.98px) {
    .d-inline {
        display: none !important;
    }

    #footer {
        display: none !important;
    }
}

.d-inline {
    display: inline;
}

.d-none {
    display: none !important;
}

.border-primary {
    border-color: #b01116 !important;
}

.m-2 {
    margin: .5rem !important;
}

.me-1 {
    margin-right: .25rem !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pe-2 {
    padding-right: .5rem !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-center {
    text-align: center !important;
}

.text-muted {
    font-size: 13px !important;
    color: #495057 !important;
}


@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }
}

@media (min-width:768px) {
    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pe-md-0 {
        padding-right: 0 !important;
    }
}

@media (min-width:992px) {
    .pt-lg-0 {
        padding-top: 0 !important;
    }
}

* {
    outline: 0;
    box-sizing: border-box;
}

a:focus, a:hover {
    text-decoration: none;
}

.h2, .h5, .h6, h1, h3, h4 {
    line-height: 1.5rem;
    font-weight: 500;
}

:focus, a:focus, button:focus {
    outline: 0;
}

a {
    color: #b01116;
}

.h2, .h5, .h6, h1, h3, h4 {
    color: #222;
}

    .h2 > a, .h6 > a, h1 > a, h3 > a {
        color: #222;
        -webkit-font-smoothing: antialiased;
    }

p {
    color: #495057;
}

.card-full {
    border-radius: 6px;
    background-color: transparent !important;
    border: 0;
}

    .card-full .card-body {
        padding: 0;
        padding-top: .5rem;
    }

@media (min-width:992px) {
    .dropdown-menu {
        left: auto;
    }
}

.navbar-nav .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='rgba(27, 27, 27, 0.9)' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
    width: .8rem;
    height: .8rem;
    background-repeat: no-repeat;
    background-size: .8rem .8rem;
    vertical-align: middle;
    border-top: inherit;
    border-right: inherit;
    border-bottom: 0;
    border-left: inherit;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0 .4rem 2.2rem 0 rgba(27,30,36,.1);
}

.navbar-nav .dropdown-item:hover {
    color: #b01116;
}

.navbar-dark .navbar-nav .dropdown-toggle:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M112 184l144 144 144-144'/%3E%3C/svg%3E");
}

.dropdown-menu {
    margin-top: 0;
}

@media (max-width:991.98px) {
    .navbar-expand-lg .navbar-nav .dropdown-toggle:after {
        float: right;
        margin-right: 0;
        margin-left: auto;
    }
}

.navbar-dark .navbar-toggler {
    border: none;
}

.image-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: linear-gradient(270deg,#f8f9fa 0,#ced4da 15%,#f8f9fa 40%,#f8f9fa);
    background-size: 400% 700% !important;
    background-position: 50% !important;
    animation: f 1.5s infinite linear forwards;
}

.hover-a:hover .image-wrapper {
    opacity: .9;
}

.ratio_110-77, .ratio_360-202 {
    height: 0;
}

.ratio_360-202 {
    border-radius: 3px;
    padding-bottom: 56.0085837%;
}

.ratio_110-77 {
    border-radius: 3px;
    padding-bottom: 69.5%;
}

@media (min-width:992px) {
    .end-sidebar-lg {
        padding-left: 10px;
    }

        .end-sidebar-lg:after {
            margin-top: 5rem;
            position: relative;
            content: "";
            padding: 2rem;
            display: block;
        }
}

.block-title-4 {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid #dee2e6;
}

    .block-title-4 .h2, .block-title-4 .h5, .block-title-4 h1, .block-title-4 h4 {
        color: #b01116;
        display: inline;
        font-weight: 700;
        text-transform: uppercase;
    }

.title-arrow:before {
    width: 2.5rem;
    top: 2rem;
    background: #b01116;
}

.title-arrow:before {
    content: "";
    height: 2px;
    position: absolute;
}

.nav-block-link1 {
    position: absolute;
    top: 0;
    margin: auto 0;
    z-index: 2;
    line-height: 30px;
    text-align: right;
    border: 0;
}

    .nav-block-link1 li {
        display: inline-block;
        margin-left: .8rem;
    }

        .nav-block-link1 li a {
            color: #222;
            font-weight: 700;
        }

            .nav-block-link1 li a:hover {
                color: #b01116;
            }

@media (max-width:575.98px) {
    .nav-block-link1 {
        width: 50%;
    }
}

@media (max-width:767.98px) {
    .nav-block-link1 {
        display: none;
    }
}

.widget {
    position: relative;
    clear: both;
    margin-bottom: 1.5rem;
}

.first-pt-0 article:first-child {
    padding-top: 0 !important;
}

.hover-a:hover .h2 > a, .hover-a:hover h3 > a {
    color: #b01116;
}

.h2 > a:hover, .h6 > a:hover, a:hover, h1 > a:hover, h3 > a:hover {
    color: #b01116;
}

.h2 {
    display: inline;
    font-size: 1.2rem;
}

.h5 {
    font-size: 1rem;
}

.h6 {
    font-size: .875rem;
}

@media (min-width:576px) {
    .h3-sm {
        font-size: 1.25rem;
    }

    .h5-sm {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    .h1-md {
        font-size: 1.5rem;
    }

    .h2-md {
        font-size: 1.375rem;
    }

    .h6-md {
        font-weight: 600;
        font-size: .875rem;
    }
}

@media (min-width:992px) {
    .h3-lg {
        font-size: 1.1rem;
    }
}

.border-bottom-last-0 > article {
    border-bottom: 1px solid #dee2e6;
}

    .border-bottom-last-0 > article:last-child {
        border-bottom: none;
    }

@media (max-width:767.98px) {
    .container {
        max-width: 100%;
    }
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 !important;
}

    .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .2rem;
                padding-left: .2rem;
            }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.9);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: hsla(0,0%,100%,.9);
    border-color: hsla(0,0%,100%,.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.9);
}

#myTopBtn {
    display: none;
    position: fixed;
    z-index: 100;
    width: 33px;
    height: 33px;
    bottom: 56px;
    right: 10px;
    background: url(data:image/gif;base64,R0lGODlhCwAHAIABAP///zo+QCH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjAgNjEuMTM0Nzc3LCAyMDEwLzAyLzEyLTE3OjMyOjAwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjdCMENEQkQzNTgyMDY4MTE5MTA5RDM3Mjc5Q0YxODI1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjBBNzIyN0ZCQkVFQTExRTJBODA5OTMwMjM1OTZDNjBDIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjBBNzIyN0ZBQkVFQTExRTJBODA5OTMwMjM1OTZDNjBDIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzQgTWFjaW50b3NoIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkJCREI3MzgzQTIwNjgxMTkyQjBGRDNEN0NEOTVDMjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0IwQ0RCRDM1ODIwNjgxMTkxMDlEMzcyNzlDRjE4MjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4B//79/Pv6+fj39vX08/Lx8O/u7ezr6uno5+bl5OPi4eDf3t3c29rZ2NfW1dTT0tHQz87NzMvKycjHxsXEw8LBwL++vby7urm4t7a1tLOysbCvrq2sq6qpqKempaSjoqGgn56dnJuamZiXlpWUk5KRkI+OjYyLiomIh4aFhIOCgYB/fn18e3p5eHd2dXRzcnFwb25tbGtqaWhnZmVkY2JhYF9eXVxbWllYV1ZVVFNSUVBPTk1MS0pJSEdGRURDQkFAPz49PDs6OTg3NjU0MzIxMC8uLSwrKikoJyYlJCMiISAfHh0cGxoZGBcWFRQTEhEQDw4NDAsKCQgHBgUEAwIBAAAh+QQBAAABACwAAAAACwAHAAACEIwNpwi50eKSkjnY8LXw9QIAOw==) center center no-repeat #3a3e40;
}

    #myTopBtn:hover {
        background-color: #555;
    }

.heading {
    font-weight: 600;
    color: #b01116 !important;
    background: #fff;
    position: relative;
    text-transform: uppercase;
}

li, ul {
    list-style-type: none;
}

#footer {
    padding: 15px;
    margin-top: 20px;
    background-color: #f7f7f7;
}

    #footer .list-menu-footer {
        width: 14%;
        padding-right: 30px;
        font-size: 14px;
        position: relative;
    }

        #footer .list-menu-footer li {
            width: 100%;
            float: left;
            margin-bottom: 5px;
        }

            #footer .list-menu-footer li a {
                font-weight: bold;
                position: relative;
                display: inline-block;
                color: #b01116;
            }




article, aside, nav {
    display: block;
}

a {
    background: 0 0;
}

    a:active, a:hover {
        outline: 0;
    }

h1 {
    font-size: 2em;
    margin: .67em 0;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

button, input {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=search] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

@media print {
    body, html {
        background-color: #fff;
        color: #000;
        margin: 0;
        padding: 0;
    }

    img {
        max-width: 100%;
        display: block;
    }

    h1, h3, h4 {
        page-break-after: avoid;
    }

    li, ul {
        page-break-inside: avoid;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

.widget a:hover {
    color: #4db2ec;
}

.widget {
    padding: 0 19px 0 10px;
    margin-bottom: 13px;
}

@media (min-width:768px) and (max-width:1023px) {
    .widget {
        padding: 0 17px 0 17px;
    }
}

@media (max-width:767px) {
    .widget {
        padding: 0 10px 0 10px;
    }
}

.widget a {
    color: #222;
}

p {
    margin-top: 0;
}

p {
    margin-bottom: 21px;
}

a:active, a:focus {
    outline: 0;
}

a {
    color: #4db2ec;
    text-decoration: none !important;
}

    a:hover {
        text-decoration: underline;
    }

ul {
    padding: 0;
    list-style-position: inside;
}

    ul li {
        line-height: 24px;
    }

h1, h3, h4 {
    color: #222;
    font-weight: 400;
    margin: 6px 0 6px 0;
}

.post {
    line-height: 21px;
    color: #444;
}

input:focus, input[type]:focus {
    outline: 0 none;
}

@media (max-width:767px) {
    .post p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
/*! CSS Used keyframes */
@keyframes f {
    0% {
        background-position: 100% 0;
    }

    to {
        background-position: 20% 0;
    }
}
