html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -100px;
    padding: 0 0 100px;
}

.wrap > .content {
    padding: 70px 15px 20px;
}

.footer {
    height: 100px;
    color: #fff;
    background-color: #29546C;
    border-top: 1px solid #04386c;
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
    .footer {
        padding-top: 0;
    }
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 992px) {
    .row-eq-height {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .header .col-sm-3, .header .col-sm-3 img, .header .col-sm-6 {
        margin: 0 auto;
        text-align: center;
    }
}

.btn-gpmu {
    color: #fff;
    background: #2d8b96;
    border-color: #1b585f;
}

.btn-gpmu:hover,
.btn-gpmu:focus,
.btn-gpmu.focus,
.btn-gpmu:active:hover,
.btn-gpmu.active:hover,
.btn-gpmu:active:focus,
.btn-gpmu.active:focus,
.btn-gpmu:active.focus,
.btn-gpmu.active.focus {
    color: #fff;
    background-color: #184c52;
    border-color: #1b585f;
}

.btn-group {
    width: 80%;
}

.btn-group > .btn {
    width: 100%;
}

.mt-0 {
    margin-top: 0;
}

.mt-4 {
    margin-top: 0.75rem;
}

.fs-27 {
    font-size: 2.75rem;
}

.fs-17 {
    font-size: 1.75rem;
}

.shadow-light {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 7px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 2px 7px 0 rgba(0, 0, 0, 0.08);
}

.shadow-light:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

/** Header
-------------------------------------------- */
.header {
    padding: .75rem;
}

.header .logo > img {
    max-width: 75%;
    max-height: 130px;
}

.header p {
    color: green;
    margin: 0;
}

.header p.top_title {
    font-size: 16px;
}

.header p.middle_title {
    font-size: 22px;
    line-height: 1.2em;
}

.header p.bottom_title {
    font-size: 16px;
    padding: 5px 0 0;
}

.header > .container {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.35rem;
}

.header-btn {
    color: #fff;
    background-color: #b0b0b0;
    padding: 7px 12px;
    margin-top: 10px;
    width: 80%;
}

.header-btn:hover,
.header-btn:focus,
.header-btn.focus,
.header-btn:active:hover,
.header-btn.active:hover,
.header-btn:active:focus,
.header-btn.active:focus,
.header-btn:active.focus,
.header-btn.active.focus {
    color: #fff;
    background-color: #888;
    border-color: #888;
}

/** Box
---------------------------------------------- */
.box {
    display: table;
    width: 100%;
    min-height: 100%;
}

.box-footer {
    display: table-row-group;
}

.box-content {
    padding: .95rem;
}

.box-content > p {
    font-size: 1.1em;
}

.box-content > p > i {
    color: #1d4d23;
}

.box-footer > .btn-gpmu {
    border-radius: 0;
    font-size: 1.3em;
    padding: 10px 12px;
}

@media screen and (max-width: 992px) {
    .box {
        display: block;
        margin-bottom: 1rem;
    }

    .box-footer {
        display: block;
    }

}

/** Rnumb group slider list
-------------------------------------------------- */
[class*="swiper-container-"] {
    width: 100%;
    height: auto;
}

[class*="swiper-container-"] .swiper-slide {
    height: auto;
    background: #fff;
}

.rnumb-container {
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
}

hr.rnumb-line {
    max-width: 50px;
    border-width: 3px;
    border-color: #aaa;
    margin-top: 5px;
    margin-bottom: 5px;
}

hr.primary {
    max-width: 100px;
    border-width: 3px;
    border-color: #29546C;
}

.rnumb-container > button.btn {
    margin-right: 0.5rem;
    margin-top: 0.5rem;
}

.paginate {
    position: relative;
    height: 50px;
    width: 20%;
    float: right;
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 43px;
}

@media screen and (max-width: 992px) {
    .paginate {
        width: 100%;
    }
}

.type-appointment .col-sm-6 {
    margin-bottom: 2rem;
}

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}

.breadcrumb-arrow li + li:before {
    padding: 0;
    content: ""
}

.breadcrumb-arrow li span {
    padding: 0 10px
}

.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #29546C;
    border: 1px solid #29546C;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}

.breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #29546C;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fff;
}

.breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
    background-color: #29546C;
    border: 1px solid #485f6c;
}

.breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
    border-left-color: #29546C;
}

.breadcrumb-arrow li a:active {
    background-color: #29546C;
    border: 1px solid #fff
}

.breadcrumb-arrow li.active {
    padding-left: 15px;
}

.breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
    border-left-color: #29546C
}

.breadcrumb-arrow li span {
    color: #434a54
}

.success-control {
    margin-top: 2.25rem;
}

.cls-btn-spec {
    height: 95px;
    display: table;
}

.cls-btn-spec a {
    white-space: normal;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}