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

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

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

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

.overlap-header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    background: none;
}

#masthead {
    padding: 20px 0;
}

.site-branding {
    float: left;
}

.site-identity {
    display: inline-block;
}

.site-title {
    margin-bottom: 0;
    font-size: 2.9rem;
    font-weight: 700;
    line-height: 1.5;
}

.overlap-header .site-title a,
.overlap-header .site-title a:visited {
    color: #fff;
}

.overlap-header p.site-description {
    color: #ddd;
}

p.site-description {
    margin: 0;
}

@media screen and (min-width: 910px) {
    .site-header-main {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media(max-width:767px) {
    .navbar form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form>button.logout:focus,
.navbar form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form>button.logout:focus {
    outline: none;
}

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

.breadcrumb-item>a {
    text-decoration: none;
}

.position-relative .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.navbar-nav .dropdown>.dropdown-menu,
.navbar-nav .position-relative>.dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}


.navbar-nav .dropdown:hover>.dropdown-menu,
.navbar-nav .position-relative:hover>.dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.pagination-style {
    text-align: center;
    padding-top: 25px;
}

.pagination-style ul li {
    display: inline-block;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.pagination-style ul li a,
.pagination-style ul li span {
    color: #757575;
    font-size: 16px;
    padding: 5px 15px;
    display: block;
}

.pagination-style ul li.active {
    background-color: #53311d;
    border-color: #53311d;
}

.pagination-style ul li.active a {
    color: #fff;
}

.call-to-hotline {
    position: fixed;
    bottom: 40px;
    left: 40px;
    background-color: #a52a2a;
    color: #fff;
    padding: 5px 15px;
    opacity: .8;
    border-radius: 6px;
}

.call-to-hotline a {
    color: #fff;
}

.call-top-modal {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.call-top-modal a {
    border: 0;
    background: transparent;
}

.call-top-modal a img {
    background-color: #fff;
    border-radius: 50%;
}

.contact-form .title {
    background: #2087C9;
    color: #fff;
    position: relative;
    padding: 10px 35px 10px 10px;
}

.contact-form .title p {
    font-size: 16px;
    line-height: 22px;
}

.contact-form .title button {
    position: absolute;
    right: 10px;
    top: 20px;
}

.contact-form ul {
    padding: 15px;
}

.contact-form li {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}

.contact-form a {
    display: flex;
    align-items: center;
}

.contact-form img {
    width: 50px;
}

.contact-form .call {
    padding-left: 10px;
}

.contact-form .call p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.contact-form .call span {
    font-size: 20px;
}

.contact-form .call .red {
    color: #f00;
    font-weight: 600;
}

.modal-header {
    display: none;
}

.modal-content {
    border: 0;
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.contact-form .hotline {
    padding: 20px;
}

.hotline-box {
    border-radius: 20px;
    border: 2px solid #f00;
    text-align: center;
    position: relative;
}

.hotline-box h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 0 10px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    color: #f00;
}

.hotline-box a {
    display: block;
}

.hotline-box img {
    width: 30px;
    height: 30px;
}

.hotline-box p {
    padding-top: 24px;
    font-size: 20px;
    text-transform: uppercase;
}

.hotline-box a {
    color: #f00;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    padding-bottom: 20px;
}

.post--content table {
    width: 100% !important;
}

.post--content img {
    max-width: 100% !important;
    /* display: block; */
    height: auto;
}

.symple-box {
    display: block;
    padding: 15px 20px;
    margin: 0;
    font-size: 1em;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
}

.symple-box.blue {
    color: #5091b2;
    background: #e9f7fe;
    border: 1px solid #b6d7e8;
}

b,
strong {
    font-weight: bold;
}

.page-404 {
    min-height: calc(100vh - 500px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.page-404 .title-404 {
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
}

.page-404 p {
    font-size: 18px;
    margin-bottom: 15px;
}

.utilities-item {
    font-size: 15px;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    border-bottom: 1px solid #ccc;
    padding: 6px 0;
}
.utilities-item span{
    padding-left: 10px;
}

.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 60px;
    left: 0;
    z-index: 999999;
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #1564a7;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: rgba(21, 100, 167, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #1564a7;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}

.hotline-bar {
    position: absolute;
    background: #1564a7;
    height: 45px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@media (max-width: 768px) {
    .hotline-bar {
        display: none;
    }
}

.menu-scroll ul {
    display: flex;
    justify-content: space-around;
    background: #cfd2d3;
    color: #000;
    padding: 6px 0;
}

.menu-scroll ul li {
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.menu-scroll ul li a {
    color: #000;
}

.post--content span {
    display: block;
    text-align: justify;
}
#images h3{
    padding: 20px 0 10px 0;
    font-size: 18px;
    font-family: 'Roboto-Medium', Sans-Serif;
}