@font-face {
    font-family: Roboto;
    src: local(Roboto Thin), url(../font/roboto/Roboto-Thin.eot);
    src: url(../font/roboto/Roboto-Thin.ttf) format("truetype");
    font-weight: 200;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto Light), url(../font/roboto/Roboto-Light.eot);
    src: url(../font/roboto/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: Roboto;
    src: local(Roboto Regular), url(../font/roboto/Roboto-Regular.eot);
    src: url(../font/roboto/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(../font/roboto/Roboto-Medium.eot);
    src: url(../font/roboto/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(../font/roboto/Roboto-Bold.eot);
    src: url(../font/roboto/Roboto-Bold.ttf) format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: Montserrat;
    font-weight: normal;
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat;
    font-weight: bold;
    src: url(../font/Montserrat/Montserrat-Bold.ttf);
}

@font-face {
    font-family: Montserrat;
    font-weight: 600;
    src: url(../font/Montserrat/Montserrat-Medium.ttf);
}

@font-face {
    font-family: Futura;
    font-weight: 400;
    src: url(../font/FUTURA_VH/SFUFuturaRegular.TTF);
}

@font-face {
    font-family: Futura;
    font-weight: 800;
    src: url(../font/FUTURA_VH/SFUFuturaBold.TTF);
}


/* root */

:root {
    --main-background: #2E3192;
    --text-color: #2E3192;
    --background-section: #fce4ba;
    --box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
}

#body {
    font-family: Arial;
}

.main-skin {
    background: #c69b2b;
}

button {
    outline: none !important;
}

button[type="submit"] {
    cursor: pointer;
}

.background {
    background-size: cover;
}

.breadcrumb {
    padding: 15px 0px;
    color: #FFF;
    background: var(--main-background);
    border-radius: 0px;
}

.breadcrumb a {
    color: #FFF;
    text-decoration: none;
}

.blue-skin {
    background: #4285f4;
}

.white-skin {
    background: #fff;
}

.facebook-header {
    background: #005CC4;
    color: #FFF!important;
    display: block;
    padding: 2px 9px;
}

#tophead {
    background: #FFF;
}

.tophead .social-head a {
    color: #444;
    text-decoration: none;
    display: inline-block;
    padding: 0px 5px;
}

.social-head a:first-child {
    border-right: 1px solid #000;
}


/* end root */


/* header */


/** header mobile **/

.phone-block ul {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 100%;
    left: 0px;
    list-style: none;
    display: none;
    width: max-content;
    box-shadow: 0px 1px 5px 0px #ccc;
    z-index: 1;
}

.phone-block ul li a {
    display: block;
    padding: 10px;
    background: #FFF;
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

.phone-block:hover>ul {
    display: block;
}

.navbar-nav .nav-link {
    color: #444;
    text-transform: uppercase;
    padding: 5px 25px;
    font-size: 120%;
}

.navbar-nav .nav-link:hover {
    color: var(--text-color);
}

.nav-m {
    background: #E9ECEF;
    padding: 5px 0px;
}

.navbar-nav .nav-link.button-book,
.nav-m .button-book {
    background: var(--text-color);
    color: #FFF!important;
}

.nav-m a {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #444
}

.nav-m .menu-p {
    display: block;
    position: relative;
    z-index: 0;
}

.nav-m .menu-c {
    position: absolute;
    top: 100%;
    left: 0px;
    background: #FFF;
    z-index: 1;
    display: none;
    width: max-content;
}

.nav-m .menu-c a {
    text-align: left;
    padding: 5px;
    border-bottom: 1px solid #f2f2f2;
}

.navbar-nav .menu-child {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 25px;
    display: block;
    background: #E9ECEF;
    padding: 10px 0px;
    z-index: 10;
    box-shadow: 0px 10px 10px -7px #ccc;
    width: max-content;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
    transform: translateY(50%);
    z-index: -1;
}

.navbar-nav>li:hover .menu-child {
    z-index: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.navbar-nav .menu-child li {
    padding: 5px 5px;
}

.navbar-nav .menu-child li a {
    color: #444;
    text-decoration: none;
    display: block;
    padding: 5px;
}

.navbar-nav .menu-child li:hover a {
    color: var(--text-color);
    border-bottom: 1px solid var(--text-color)
}

.button-collapse {
    color: var(--text-color) !important;
    font-size: 20px;
}

.navbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 9;
}

.button-close-collapse {
    color: #000 !important;
    position: absolute;
    top: 15px;
    right: 25px;
}

#navbar {
    background: #E9ECEF;
}

a.read-more {
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}


/* header end */


/*body*/


/**home**/

#slideHome {
    position: relative;
    z-index: 0;
}

#slideHome .items .content {
    background: rgba(185, 118, 0, 0.6);
    z-index: 1000;
    text-align: center;
}

#slideHome .owl-next,
#slideHome .owl-prev {
    position: absolute;
    top: 30%;
    color: #fff;
    background: rgba(185, 118, 0, 0.6);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border: none;
}

#slideHome .owl-next {
    right: 15px;
}

#slideHome .owl-prev {
    left: 15px;
}

#slideHome .items .content h2 {
    text-transform: uppercase;
    color: #fff;
}

#slideHome .action-list {
    border: 4px solid #fff;
    border-radius: 10px;
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    position: absolute;
    right: 15px;
    width: max-content;
    top: 65px;
    z-index: 1;
}

.action-list>li {
    position: relative;
    padding: 15px 15px 15px 60px;
    border-top: 2px solid #fff;
    overflow: hidden;
}

.action-list>li::after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: all 0.5s ease-out;
    background: #2E3192;
    opacity: 0.3;
    width: 0px;
    z-index: -1;
}

.action-list>li:hover:after {
    width: 100%;
    left: 0px;
}

.action-list>li a {
    color: #FFF!important;
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
}

.action-list>li a i {
    position: absolute;
    font-size: 35px;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home-about {
    margin: 30px 0px;
}

#home-about .content {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
    padding: 15px;
}

#camket .item {
    padding-bottom: 15px;
}

#camket .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px
}
#camket .item .content p a{
    color: #000!important;
    text-decoration: none;
}
.title-uppercase {
    text-transform: uppercase;
    text-align: left;
    margin: 15px 0px;
    font-weight: 600;
    padding: 10px;
    position: relative;
    color: #fff;
    background: var(--main-background);
    border-radius: 5px;
}

.title-uppercase::after {
    /* content: ''; */
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background: var(--main-background);
}

.detail {
    text-align: left;
}

#slide-about .slide {
    height: 297px;
    overflow: hidden;
}

#news {
    margin-bottom: 25px;
}

@media (min-width: 900px) {
    #home-about .detail {
        margin-top: 15px;
    }
    #slide-about .slide,
    .home-about .content {
        height: 400px;
        overflow: hidden;
    }
    #slide-about .slide img {
        height: 100%;
    }
}

.detail a,
.detail button {
    display: inline-block;
    padding: 10px 15px;
    border: none;
    background: var(--main-background);
    border-radius: 30px;
    margin: 15px 0px;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
}

#duan {
    margin: 15px 0px;
    background: #f2f2f2;
}

.duan .item .img img {
    width: 100%;
}

.box .item {
    position: relative;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
    border-radius: 15px;
    overflow: hidden;
}

.box .item img {
    width: 100%;
}

.box .item .title {
    padding: 10px 0px;
    text-align: left;
    height: 30px;
    overflow: hidden;
    /* text-transform: uppercase; */
}

.box .item .title .name {
    font-weight: 600;
}

.box .item .title time {
    color: #ccc;
    font-size: 14px;
}

.box .item .title a {
    color: var(--text-color)!important;
    text-decoration: none;
    font-weight: 600;
}

.duan .item .des {
    height: 65px;
    overflow: hidden;
}

.box .item .content {
    padding: 10px 10px;
}

#about,
#recruit {
    padding-bottom: 20px;
}

#about .name-page,
#recruit .name-page {
    width: 100%;
    padding: 100px 0px;
    display: flex;
    justify-content: center;
}

#about .name-page .title,
#recruit .name-page .title {
    text-transform: uppercase;
    padding: 50px;
    background: rgba(0, 64, 128, 0.7);
    color: #fff;
}

#recruit .list a.active {
    color: #fff;
}

#video {
    padding: 30px 0px;
}

.video .item .title a {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: var(--text-color);
    color: #fff;
    text-transform: uppercase;
}

.video .item .title a:hover {
    background: #fd9308;
}

.duan .list ul {
    padding: 20px 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 30px;
    width: 100%;
    background: #fff;
    min-width: 60%;
}

.duan .list ul li a {
    display: block;
    padding: 10px 15px;
    color: var(--text-color);
    margin: 0px 5px;
    transition: 0.5s;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

.duan .list ul li a.active {
    color: #fff;
    background: var(--main-background);
}

.duan .item {
    background: #fff;
}

.duan .item img {
    width: 100%;
}

.duan .item .title {
    width: 100%;
    z-index: 0;
    position: relative;
    z-index: 1;
    text-align: left;
    padding: 5px
}

.duan .item .title h6 {
    font-size: 1.2rem;
    overflow: hidden;
}

.duan .item .title a {
    color: #444;
}

.listItem .item {
    margin: 20px 0px;
    box-shadow: 0px 0px 17px #ccc;
    transition: 0.5s all;
}

.listItem .item .img {
    height: 200px;
    overflow: hidden;
}

.listItem .item img {
    width: 100%;
    height: 100%;
}

.listItem .item:first-child {
    margin-top: 0px;
}

.listItem .item:hover {
    transform: translateY(-5px);
}

.listItem .item .content,
.listItem .item .title {
    padding: 15px;
}

.listItem .item .title h6 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.listItem .item .content time {
    opacity: 0.5;
    font-size: 14px;
}

.listItem .item h6 a {
    color: var(--text-color);
    text-decoration: none;
}

.listItem .item .content h4 a:hover {
    color: #fd9308;
}

.listItem .item .content .des {
    padding: 20px 0px;
}

.listItem .item .content .des a {
    color: #000;
    text-decoration: none;
}

.sidebar {
    position: sticky;
    top: 66px;
    background: #f2f2f2;
}

.sidebar .title {
    color: #FFF;
    background: var(--main-background);
    padding: 10px 5px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
}

.sidebar ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sidebar ul li {
    border-bottom: 1px solid rgba(187, 106, 18, 0.2);
}

.sidebar ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border: none;
}

.sidebar ul li a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    padding: 10px 10px;
    display: block;
}

.sidebar ul li a:hover {
    color: var(--text-color);
}

.timeline {
    position: relative;
    list-style: none;
    padding: 0px;
}

.timeline::after {
    position: absolute;
    left: 50%;
    top: 0px;
    bottom: 0px;
    width: 3px;
    background-color: var(--text-color);
    content: "";
}

.service-review {
    margin: 10px 30px 30px 30px;
    position: relative;
    z-index: 1000;
}

.service-review-img {
    padding: 0px 70px 0px 70px;
}

.img-circle {
    border-radius: 50%;
    overflow: hidden;
}

#recruit .mobile {
    display: none;
}

.service-review-content {
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    color: #000;
    padding-top: 150px;
    z-index: -1;
    line-height: 1.5;
    min-height: 300px;
    overflow: hidden;
    border-radius: 20px;
    margin-top: -175px;
    box-shadow: var(--box-shadow);
}

.service-review-content p.title {
    text-align: center;
    font-size: 1.8em;
    font-weight: bold;
}

#doitac {
    margin-bottom: 20px;
    background: #f7f5f1;
    padding-bottom: 15px;
}

#doitac .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
}

#home-contact {
    background: var(--main-background);
    padding: 20px 0px;
    margin-bottom: 15px;
}

#home-contact button {
    background: #fff;
    border-radius: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
    border: none;
    outline: none;
}

#home-contact .form-control {
    margin-bottom: 15px;
}

#recruit .flex .item img {
    width: 100%;
}

#contact .form-control {
    margin-bottom: 10px;
}

#contact textarea.form-control {
    height: 150px;
    resize: none;
}

#detail-news,
#duan {
    margin-top: 56px;
}

.detail-content article {
    margin-bottom: 20px;
}

#detail-duan .title {
    background: #fff;
    margin-bottom: 20px;
}

.list_tab {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
}

.list_tab::-webkit-scrollbar-thumb {
    background: #ccc;
}

.list_tab::-webkit-scrollbar {
    height: 2px;
}

.list_tab li {
    flex: none;
}

.list_tab li a {
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
}

.list_tab li a.active {
    color: var(--text-color);
    position: relative;
}

.list_tab li a.active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 2px;
    left: 0px;
    right: 0px;
    background: var(--text-color);
}


/*footer*/

.social {
    margin-top: 20px;
    display: flex;
}

.social a {
    margin-right: 15px;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #FFF!important;
    font-size: 25px;
}

.page-footer {
    padding-top: 30px;
    color: #FFF;
    background-color: var(--main-background);
    position: relative;
    z-index: 1;
}

.page-footer .title-footer {
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
    z-index: 0;
    padding-bottom: 5px;
}

.page-footer .title-footer::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background: #FFF;
}

.page-footer .form-control {
    margin-bottom: 15px;
}

.page-footer ul {
    list-style: none;
    padding: 0px;
}

.page-footer ul li:first-child a {
    padding-top: 0px !important;
}

.page-footer a {
    color: #FFF;
    text-decoration: none;
}

.page-footer .lienket p {
    margin-bottom: 5px !important;
}

.lienket .contactAjax input[type="email"] {
    border: none;
    width: 90%;
    height: 100%;
}

.lienket .contactAjax button[type="submit"] {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 10%;
    border: 1px solid var(--text-color);
    background: var(--main-background);
    outline: none;
    border-radius: 5px;
    color: #FFF;
}

.lienket .contactAjax button[type="submit"] i {
    transform: rotate(40deg);
}

.footer-copyright {
    background: var(--main-background);
}

#book {
    background: #005C7B;
    border: 2px solid #FFF;
    margin: 10px;
    z-index: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #FFF;
    border-radius: 50%;
    cursor: pointer;
}

#slide-dichvu .item {
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    text-align: center;
}

#slide-dichvu .slide a {
    text-decoration: none;
}

#slide-dichvu .slide a:hover .img img {
    animation: toTopFromBottom 0.5s forwards;
}

#slide-dichvu .item .title {
    color: var(--text-color);
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#slide-dichvu .item p {
    color: #000;
}

#slide-dichvu .item p.des {
    height: 72px;
    overflow: hidden;
}

#slide-dichvu .item button[type="button"] {
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background: var(--main-background);
    color: #FFF;
    padding: 5px;
    display: inline-block;
    text-transform: uppercase;
}

#welcome .item .img {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0px auto;
    background: #2E3192;
    margin-bottom: 15px;
}

#welcome .item .img img {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
}

#welcome .item:hover .img {
    filter: brightness(110%)
}

#welcome .item:hover .img img {
    transform: scale(1.1);
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #f2f2f2;
    font-size: 25px!important;
}

.owl-carousel .owl-prev {
    left: 0px;
}

.owl-carousel .owl-next {
    right: 0px;
}

.go-detail a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
}

.doingu-item .img {
    box-shadow: 0 3px 5px 0 rgb(153 153 153);
    -moz-box-shadow: 0 3px 5px 0 rgba(153, 153, 153, 1);
    -webkit-box-shadow: 0 3px 5px 0 rgb(153 153 153);
    border-radius: 10px;
    overflow: hidden;
}

.box .item .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    height: 120px;
}

.box .item .img a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.list-contact {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-bottom: 15px;
}

.list-contact li a {
    display: block;
    padding: 5px 10px;
    color: var(--text-color);
    position: relative;
}

.list-contact li a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid var(--text-color);
}

.list-contact li a.active:after {
    content: '';
}

#content-location .content {
    color: #FFF;
    background: var(--text-color);
    padding: 25px;
    height: 100%;
}

@media (min-width: 900px) {
    .box .item .img {
        height: 270px;
        overflow: hidden;
    }
    .service-review-content {
        padding-top: 140px;
        margin-top: -165px;
    }
    #slideHome .owl-next,
    #slideHome .owl-prev {
        top: 50%;
    }
    #slideHome .items {
        position: relative;
    }
    .page-footer .lienket {
        padding: 0px 15px;
    }
    #recruit .flex {
        display: flex;
        align-items: center;
        position: relative;
    }
    #recruit .flex .time {
        position: absolute;
        left: 50%;
        transform: translateX(-47%);
        background: #fd9308;
        color: #fff;
        font-weight: bold;
        z-index: 1000;
        text-align: center;
        padding: 5px;
        border-radius: 5px;
        top: 23px;
    }
    #recruit .flex:nth-child(even) {
        justify-content: flex-end;
    }
    #recruit .flex .item {
        flex: 0 0 46%;
        max-width: 46%;
        padding: 10px;
        box-shadow: 0px 0px 5px #ccc;
        position: relative;
    }
    .phone-block ul {
        right: 0px;
        left: unset;
    }
    .owl-carousel .owl-prev {
        right: 100%;
        left: unset;
    }
    .owl-carousel .owl-next {
        left: 100%;
        right: unset;
    }
}

@media (max-width: 900px) {
    #body .tophead .info-header {
        font-size: 13px;
    }
    #camket .item {
        margin-bottom: 15px;
    }
    #camket .owl-carousel .owl-nav .owl-prev {
        left: -15px;
    }
    #camket .owl-carousel .owl-nav .owl-next {
        right: -15px;
    }
    #recruit .pc {
        display: none;
    }
    #recruit .mobile {
        display: block;
    }
    #recruit .mobile .item {
        padding: 10px;
        box-shadow: 0px 0px 5px #ccc;
        position: relative;
    }
    #recruit .mobile .item .title a {
        display: block;
        margin-top: 10px;
        color: var(--text-color);
        text-decoration: none;
    }
    #recruit .mobile .item .title a:hover {
        color: #fd9308;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(50%);
    }
    50% {
        opacity: 0;
        transform: translateY(-50%);
    }
    51% {
        opacity: 1;
    }
}