/***header-menu**/
/* .header {
    background-color: #fff;
    padding: 10px 0px;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    transition: top .3s ease-in-out;
} */

.header.hide {
    top: -64px;
}

.main-nav {
    position: fixed;
    top: 64px;
    z-index: 999;
    width: 100%;
    transition: top .3s ease-in-out;
}

.main-nav.active {
    top: 0;
}

.main-nav.hide {
    top: -56px;
}

#mask {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    background-color: rgb(0 0 0 / 16%);
    display: none;
}

/***************************
   container-breadcrumb
***************************/
.c-breadcrumb {
    position: relative;
    text-align: center;
    width: 100%;
}

.c-breadcrumb .img-breadcrumb {
    width: 100%;
    height: 30%;
    background-size: cover;
    object-fit: cover;
}

.c-breadcrumb .cover-breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
}

.c-breadcrumb .over-breadcrumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25pt;
    font-weight: 700;
    text-align: justify;
}

/***************************
      infornation
***************************/
#c-info {
    padding: 85px 0;
}

#c-info .title-seo {
    font-size: 24pt;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
}

#c-info .border-blue {
    border-bottom: 2px solid #315688;
    width: 10%;
}

#c-info .txt-title {
    font-size: 13pt;
    font-weight: 400;
    color: #747070;
    text-align: center;
    padding: 0 240px;
    line-height: 30px;
}

#c-info .c-detail-info {
    padding: 30px 50px;
    border-radius: 5px;
    width: 356px;
    height: 215px;
    box-shadow: 5px 5px 7px #c0c0c045, -5px -5px 7px #c0c0c045;
}

#c-info .c-detail-info i {
    color: #315688;
    font-size: 27pt;
}

#c-info .c-detail-info h3.title-detail-info {
    font-size: 17pt;
    font-weight: 700;
}

#c-info .c-detail-info p.txt-detail-info {
    font-size: 11pt;
    font-weight: 500;
    color: #727070e0;
    text-align: center;
    line-height: 28px;
}

/***************************
     formmmm
***************************/
#c-form {
    background-color: #EFF2F7;
}

#c-form .c-form-contactus {
    padding: 85px 0;
}

#c-form .title-seo {
    font-size: 24pt;
    font-weight: 500;
    line-height: 58px;
    text-align: center;
}

#c-form .border-blue {
    border-bottom: 2px solid #315688;
    width: 10%;
}

#c-form .c-box-form {
    width: 100%;
}

#c-form .c-box-form .gap-flex-inputs {
    gap: 1.5rem;
    margin-top: 1rem;
}

#c-form .c-box-form .mt-flex-textarea {
    margin-top: 1rem;
}

#c-form .c-box-form .form-control {
    background-color: #fff;
    border-color: #dbdbdb;
    padding: 10px;
    border-radius: 6px;
}

#c-form .c-box-form .form-control:focus {
    background-color: #fff;
    border-color: #dbdbdb !important;
    padding: 10px;
    border-radius: 6px;
}

#c-form .c-box-form .btn-blue {
    color: white;
    background-color: #315688;
    border: 1px solid #315688;
    font-size: 11pt;
    border-radius: 10px;
    text-decoration: none;
    padding: 11px 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    transition: all .2s ease-in-out;
}

#c-form .c-box-form .btn-blue:hover,
#c-form .c-box-form .btn-blue:active,
#c-form .c-box-form .btn-blue:focus {
    color: white;
    background-color: #6391cd;
    border: 1px solid #6391cd;
    font-size: 11pt;
    border-radius: 10px;
    text-decoration: none;
    padding: 11px 20px;
    font-weight: 500;
    display: flex;
    justify-content: center;
}

/***************************
   google-map
***************************/
#c-map {}

/***************************
       footer
***************************/
.bg-footer {
    margin-top: 0;
}

/***************************
   responsive(mobile)
***************************/
@media (max-width: 970px) {
    .c-breadcrumb {
        margin-top: 63px;
    }

    .c-breadcrumb .img-breadcrumb {
        height: 17%;
    }

    .c-breadcrumb .over-breadcrumb {
        font-size: 21pt;
    }

    #c-info {
        padding: 60px 0;
    }

    #c-info .txt-title {
        padding: 0;
    }

    #c-info .txt-title {
        font-size: 11.5pt;
    }

    #c-info .c-detail-info {
        width: 100%;
    }

    #c-info .c-detail-info {
        height: 209px;
    }

    #c-form .c-form-contactus {
        padding: 60px 0;
    }

    #c-form .title-seo {
        font-size: 20pt;
        line-height: 46px;
    }

    #c-form .c-box-form .gap-flex-inputs {
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    #c-form .c-box-form .mt-flex-textarea {
        margin-top: 0.5rem;
    }

    #c-form .c-box-form .flex-input {
        flex-direction: column;
    }

    #c-form .c-box-form .form-control {
        padding: 8px;
    }

    .bg-footer {
        margin-bottom: 0 !important;
    }
}