/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.bg-head {
    background-image: url(/templates/wiki/assets/media/template/header.jpg);
    background-size: cover;
    background-position: center top;
}

.box-suggest input, .box-suggest .input-group>.input-group-append>.btn {
    height: 55px;
}

.article-item>a:hover {
    color: var(--color-hightlight) !important;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/
.icon-section {
    position: absolute;
    right: 1px;
    top: -1rem;
    z-index: 1;
    border-radius: 1rem;
    overflow: hidden;
}

.icon-section img, .icon-section-tab img {
    width: 5.2rem;
    height: 5.2rem;
    object-fit: contain;
}

.home-ss4 {
    padding: 3rem 0;
    background-size: cover;
    background-position: center;
    border-radius: 2rem;
}

.home-ss4 .title-phone-contact {
    color: white;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 3.2rem;
}

.btn-ss4 {
    background: rgb(255 255 255 / 60%);
    font-size: calc(2rem + .8vw);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 1rem;
    display: inline-block;
    color: #0d5dd6;
}

.btn-ss4:hover {
    background: var(--color-highlight);
    color: white;
}

.title-page {
    font-size: 2.5rem;
}

/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
.title-address {
    color: #002152;
    font-size: 2.4rem;
    font-weight: 700;
}

.entire-info-website address {
    margin-bottom: 2.5rem;
}

.entire-info-website .block-tab.nav .nav-link.active {
    background: white;
    font-weight: bold;
    color: #002152;
}

.entire-info-website .block-tab.nav .nav-item {
    margin-right: 0;
}

.entire-info-website .block-tab.nav .nav-link {
    border-radius: 0;
    padding: .8rem 3rem;
    text-transform: capitalize !important;
    position: relative;
    color: #707070;
    font-weight: 400;
    padding: 1rem;
    background: #f0f0f0;
}

.entire-info-website .tab-content {
    color: #002152;
    padding: 2.5rem 1.5rem;
    border-radius: 0 0 .8rem .8rem;
    box-shadow: 2px 7px 9px 0px rgb(0 0 0 / 16%);
}

.entire-info-website address p i {
    font-size: 17px;
    width: 30px;
    aspect-ratio: 1/1;
    color: #002152;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: .8rem;
}

.entire-info-website address p:nth-child(n+2) i {
    background: #002152;
    color: white;
    border-radius: 100%;
}

.entire-info-website address p a {
    color: #000;
    display: inline-block;
    margin-left: 5px;
}

.box-app {
    display: flex;
    align-items: center;
}

.app-mobile {
    align-items: center;
    justify-content: space-between;
}

.app-mobile>div[class*=col-] {
    justify-content: flex-end;
}

.app-mobile p {
    color: #002152;
    font-size: 1.6rem;
}

.app-mobile a {
    color: #002152;
    font-size: 1.6rem;
}

.footer-contact-info {
    padding: 5rem 0;
}
.footer-menu-section a {
    color: #002152;
}

.certificate-image {
    background: #F6F6F6;
    padding: 1rem;
    border-radius: 1rem;
    text-align: center;
}

.certificate-image img {
    height: 3.5rem;
    max-width: 15rem;
}
.footer-menu {
    padding: 5rem 0;
}
.footer-menu-section ul.social {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-section ul.social li {
    flex: 0 0 20%;
    max-width: 20%;
}
.title-tag {
    font-size: 2rem;
    color: white;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.footer-menu-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-tag-section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-tag-section ul li {
    margin-bottom: .8rem;
}

/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (max-width: 500px) {
    .row-mobile > .container > .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1520px;
    }
}

.article-detail {
    font-size: 16px;
}
