body {
    font-family: 'Muli', sans-serif;
    overflow-x: hidden;
    background: #209BC4
}

p {
    font-weight: 600
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.mt-15 {
    margin-top: 15px;
    font-weight: 600;
}

.ptb80 {
    padding: 80px 0;
}

.pt40 {
    padding-top: 20px;
}

.navbarCustom {
    border-color: transparent;
    border-radius: 0;
    background: #209BC4;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    min-height: 70px;
}

.navbar-brand-search {
    margin-top: -15px;
}

    .navbar-brand-search img:focus {
        outline: none;
    }

.navbar-ex1-collapse .navbar-right li a {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

    .navbar-ex1-collapse .navbar-right li a:hover {
        color: #f2f2f2;
    }

    .navbar-ex1-collapse .navbar-right li a:hover,
    .navbar-ex1-collapse .navbar-right li a:focus {
        outline: none;
    }

.navbar-ex1-collapse .navbar-right .searchInput {
    border-radius: 0;
    border: 1px solid #0087CF;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.navbar-ex1-collapse .navbar-right .btn-search {
    background: #1A6892;
    border: none;
    border-radius: 0;
    color: #fff;
    height: 34px;
    position: relative;
    left: -4px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.contentSearching {
    background: url('../images/bg-login-ainvoice.png');
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-blend-mode: color;
    background-color: rgba(0,0,0,0.6);
}

.page-search {
    position: relative;
    top: 30%;
}

    .page-search .text-center {
        color: #fff;
        font-size: 42px
    }

    .page-search form .form-group {
        width: 100%;
        display: inline-grid;
        margin-top: 30px;
    }

        .page-search form .form-group input {
            height: 45px;
            border: 0;
            border-radius: 0;
            float: left;
            width: 100%;
            border-right: 1px solid #0087CF
        }

.tooltipSearch {
    padding: 10px;
    position: absolute;
    background: #fff;
    opacity: 0;
    margin-top: 9px;
    z-index: 1;
    margin-left: 0;
    width: 80%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    border-radius: 4px;
    display: none;
}

    .tooltipSearch:after,
    .tooltipSearch:before {
        bottom: 100%;
        left: 26%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .tooltipSearch:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #fff;
        border-width: 7px;
        margin-left: -30px;
    }

    .tooltipSearch:before {
        border-color: rgba(194, 225, 245, 0);
        border-bottom-color: #f3f3f3;
        border-width: 10px;
        margin-left: -33px;
    }

    .tooltipSearch.showUp {
        opacity: 0.6;
        display: table;
    }

    .tooltipSearch.button {
        width: 94%;
    }

        .tooltipSearch.button:after,
        .tooltipSearch.button:before {
            left: unset;
            right: 1%;
        }

    .tooltipSearch p {
        padding-top: 10px;
        font-size: 13px;
    }

    .tooltipSearch h4 {
        font-size: 17px;
    }

    .tooltipSearch h5 {
        padding-left: 10px
    }

.page-search .center-block {
    box-shadow: none;
}

.btn-search-content {
    position: relative;
    float: right;
    top: -45px;
    right: -15px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    background: #0087CF;
    border-radius: 0;
    border: 0;
    color: #fff;
}

    .btn-search-content:hover,
    .btn-search-content:focus {
        color: #fff;
        outline: none;
    }

.contact-form {
    margin: 45px 0;
}

.contacts {
    background: #2F2E38
}

#contact-result {
    color: #D85858;
    height: 20px;
}

.textarea-box,
.input-box {
    border: 1px solid #6E777B;
    background: transparent;
    margin-top: 15px;
    height: 40px;
    color: #212121;
}

.btn-blue {
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    background: transparent;
    border: 1px solid #0087cf;
    color: #0087cf;
}

    .btn-blue:hover {
        background: #0087cf;
        color: #fff;
    }

#services.row {
    margin: 0;
}

#services > .container {
    padding-top: 20px;
}

.service img {
    height: 100px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

    .service img:hover {
        -webkit-transform: scale(1.1) translateY(-10px);
        -moz-transform: scale(1.1) translateY(-10px);
        -ms-transform: scale(1.1) translateY(-10px);
        -o-transform: scale(1.1) translateY(-10px);
        transform: scale(1.1) translateY(-10px);
    }

.service h3.text-uppercase {
    font-size: 22px;
    padding-top: 30px;
    color: #212121;
}

.service p {
    font-size: 13px;
    color: #2b2b2b;
}

.info:nth-child(n) {
    background: #f4f4f4 !important;
}

.info:nth-child(n+1) {
    background: #f4f4f4 !important;
}

.info-text ul {
    padding-left: 20px;
}

    .info-text ul li {
        font-size: 16px;
        padding: 10px 0 0 0;
        color: #738191;
        list-style: none;
        font-weight: 600;
    }

        .info-text ul li:before {
            content: '\f00c';
            font-family: 'fontawesome';
            margin-right: 10px;
            color: #2ecc71;
        }

.info .info-text p {
    text-align: left !important;
}

.info-image:before {
    display: block;
    width: 100%;
}

.info-image img {
    width: 100%;
    max-width: 300px;
    text-align: center;
    float: right;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.info .info-image img:hover {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
    top: 30px;
}

.section-title {
    text-align: center;
    padding-bottom: 40px;
    margin: 0 !important;
    text-transform: capitalize;
}

.footerCustom {
    background: #68677D;
    padding: 25px 0;
    min-height: 250px;
}

.address li p {
    font-size: 13px;
    color: #fff;
}

    .address li p i {
        margin-right: 10px;
    }

.page-list {
    margin-top: 70px;
}

    .page-list span {
        color: #fff;
    }

    .page-list li a {
        color: #fff;
        font-size: 13px;
        padding: 4px 0;
        display: block;
    }

.social-list {
    margin-top: 92px;
}

.footer-links {
}

.footer-info, .footer-info a {
    color: #fff;
    text-decoration: none;
}

    .footer-info a {
        line-height: 25px;
    }

        .footer-info a:hover {
            color: #d2d2d2;
        }

        .footer-info a i {
            width: 20px;
        }

.filterCate {
    height: 45px;
    width: 120px;
    border: none;
    position: absolute;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.noticeFooter {
    color: #fff;
    font-size: 11px
}

.divNotice {
    background: #209BC4
}

@media (min-width: 768px) {
    .navbar-brand-search {
        margin-top: -19px;
    }

    .navbarCustom .navbar-nav > li > a {
        padding-top: 22px;
        padding-bottom: 20px;
    }

    .navbar-form.navbar-right {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        margin-top: 15px;
    }

    .navbarCustom .navbar-toggle {
        border-color: #fff;
        border-radius: 2px;
        margin-top: 15px;
    }

        .navbarCustom .navbar-toggle .icon-bar {
            background-color: #fff;
        }

        .navbarCustom .navbar-toggle:hover,
        .navbarCustom .navbar-toggle:focus {
            background-color: transparent;
        }

    .navbar-ex1-collapse .navbar-form {
        box-shadow: none;
        border: 0;
    }

    .navbar-ex1-collapse .navbar-right .btn-search {
        left: 0;
        float: right;
        top: -39px;
    }

    .btn-search-content {
        top: -50px;
        padding-left: 15px;
        padding-right: 15px;
        position: unset;
        width: 150px;
        float: none;
    }

    .advContent .itemAdv {
        padding-top: 15px;
    }

    .footer-info h4 {
        padding-top: 20px;
    }

    .page-search {
        text-align: center;
    }

        .page-search form .form-group input {
            margin-bottom: 15px;
        }

        .page-search form .form-group {
            margin-top: 0;
        }
}

@media(min-width: 768px) and (max-width: 991px) {
    .navbarCustom > .container {
        width: unset;
        padding: 0;
    }

    .navbar-ex1-collapse .navbar-right li a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 12px
    }

    .navbarCustom .navbar-brand > img {
        width: 100px;
    }

    .contentSearching {
        height: 40vh;
    }
}

@media(max-width: 1199px) {
    .info-image img,
    .tooltipSearch {
        display: none !important;
    }
}

.modal-dialog {
    min-width: 100%;
    margin: 30px auto;
}


.spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/ajax-loader.gif') center no-repeat;
    background-size: 100px 100px;
    background-color: rgba(0,0,0,0.7);
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

    .modal-dialog.full {
        width: 100%;
    }

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    width: 22cm;
    height: inherit;
    margin: 0 auto;
}

.VATTEMP .footer .intro {
    background: #fff;
}

.VATTEMP .main-content {
    /*height: unset !important;*/
    min-height: 10cm !important;
}

.VATTEMP .invoice-modal {
    background: #fff
}

.VATTEMP {
    height: unset !important;
}

.footer-content table td p label {
    margin-bottom: 0
}
