@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: Cambria;
    font-weight: normal;
    src: url(../font/comfortaa/Comfortaa-Regular.ttf);
}

@font-face {
    font-family: Cambria;
    font-weight: bold;
    src: url(../font/comfortaa/Comfortaa-Bold.ttf);
}


/* root */

:root {
    --main-background: #113373;
    --text-color: #cca131;
    --background-section: #fce4ba;
    --box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
}

.main-skin {
    background: #c69b2b;
}

.flex {
    display: flex;
}

.fixed-list {
    position: fixed;
    top: 56px;
    z-index: 1999;
    background: #fff;
    width: 100%;
}

button {
    outline: none !important;
}

button[type="submit"] {
    cursor: pointer;
}

.background {
    background-size: cover;
    background-position: top center;
}

.breadcrumb {
    padding: 15px 0px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #FFF;
    background: var(--main-background);
}

.breadcrumb .title-breadcrumb {
    text-transform: uppercase;
}

.breadcrumb a {
    color: #FFF
}

.breadcrumb p {
    margin-bottom: 5px;
}

.blue-skin {
    background: #4285f4;
}

.white-skin {
    background: #fff;
}

.algin-center {
    align-items: center;
}


/* end root */


/* header */


/** header mobile **/

#slide-out {
    display: none;
    position: fixed;
    padding: 0px;
    right: 100%;
    z-index: 10000;
    width: 100%;
    top: 46px;
    height: 100%;
}

#slide-out .row {
    height: 100%;
}

#slide-out .slide-left {
    background: #fff;
    height: inherit;
}

#slide-out .slide-left .collapsible,
#slide-out .slide-left .social {
    list-style: none;
    padding-left: 15px;
}

#slide-out .slide-left .social {
    display: flex;
    justify-content: flex-start;
}

#slide-out .slide-left .social li a {
    padding: 0px 10px;
}

#slide-out .slide-left li a {
    color: #000;
    font-size: 18px;
    padding: 15px 0px;
}

#slide-out .slide-right {
    background: rgba(0, 0, 0, 0.5);
    height: inherit;
}

#slide-out .collapsible-body ul {
    list-style: none;
}

#slide-out .collapsible-body ul>li {
    padding: 5px 0px;
}


/** header mobile end **/

.navbar-nav .nav-item {
    position: relative;
    z-index: 1;
}

.navbar-nav .nav-link {
    color: #000;
    padding: 0px 15px;
    font-weight: bold;
    font-size: 18px;
}

.navbar-nav li a:hover {
    color: #00578a;
}

.navbar-nav>li:hover .menu-child {
    display: block;
}

.navbar-nav .menu-child {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 15px;
    right: -30px;
    display: none;
    background: var(--main-background);
    padding: 0px;
    z-index: 10;
    width: max-content;
}

.navbar-nav .menu-child.importantwhite {
    background: #fff !important;
}

.navbar-nav .menu-child.importantwhite li a {
    color: var(--text-color);
}

.navbar-nav .menu-child li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
}

.navbar-nav .menu-child li:hover a {
    color: #fd9308 !important;
}

.button-collapse {
    color: #000 !important;
    font-size: 20px;
}

.navbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}

.button-close-collapse {
    color: #000 !important;
    position: absolute;
    top: 15px;
    right: 25px;
}


/* header end */


/*body*/

body {
    font-family: Roboto
}


/**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 .img,
#slideHome .items img {
    height: 100%;
}

#slideHome .items .content h2 {
    text-transform: uppercase;
    color: #fff;
}

#home-about,
#chuyennghe {
    background: var(--main-background);
}

#home-about .content,
#chuyennghe .content {
    padding: 15px;
    color: #FFF;
}

#camket {
    margin-bottom: 20px;
}

#camket .title-uppercase {
    margin: 50px 0px;
}

#camket .item {
    padding: 15px;
    box-shadow: var(--box-shadow);
    border-radius: 20px;
}

#camket .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

#camket .item .img .circle {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all ease;
    overflow: hidden;
}

#camket .item .img:hover>.circle {
    border-color: #fd9308;
}

#camket .item .content {
    text-align: center;
    margin: 15px 0px;
    height: 108px;
    overflow: hidden;
}

#camket .item .content h4 {
    color: var(--text-color);
    text-transform: uppercase;
    font-weight: bold;
}

.title-uppercase {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
    position: relative;
    color: #000
}

#doitac .title-uppercase {
    margin-bottom: 10px;
    margin-top: 10px;
}

.detail {
    text-align: center;
}

#slide-about .slide {
    height: 297px;
    overflow: hidden;
}

#news {
    margin-bottom: 25px;
}

@media (max-width: 900px) {
    .logo img {
        width: 100%;
    }
}

@media (min-width: 900px) {
    #home-about .detail {
        margin-top: 15px;
    }
    .logo img {
        height: 65px;
    }
    #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: #000;
    border-radius: 30px;
    margin: 15px 0px;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
}

#duan {}

#duan-content .item .img {
    height: 235px;
    overflow: hidden;
    position: relative;
}

#duan-content .item .title {
    padding: 10px 15px;
    text-align: right;
    transition: 0.5s all;
}

#duan-content .item .title h4 {
    font-size: 18px;
}

.item a {
    color: #000;
    text-decoration: none;
}

.duan .item {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.duan .item .img {
    height: 260px;
    overflow: hidden;
}

.duan .item .img img {
    height: 100%;
}

#news .item .img {
    height: 250px;
    overflow: hidden;
}

#news .item .img img {
    height: 100%;
}

.box .item {
    position: relative;
    background: #fff;
    transition: 0.5s all ease;
    margin-bottom: 15px;
    box-shadow: var(--box-shadow);
    border-radius: 20px;
    overflow: hidden;
}

.box .item:hover {
    transform: translateY(-5px);
    box-shadow: 2px 0px 10px #444;
}

.box .item img {
    width: 100%;
}

.box .item .title {
    padding: 10px;
    text-align: left;
    height: 90px;
    overflow: hidden;
}

.box .item .title time {
    color: #ccc;
    font-size: 14px;
}

.box .item .title a {
    color: var(--text-color);
    text-decoration: none;
}

.box .item .img {
    max-height: 250px;
    overflow: hidden;
}

.box .item .content {
    padding: 10px;
}

#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;
}

#recruit .title {
    padding: 10px 0px;
}

#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: #000;
    margin: 0px 5px;
    transition: 0.5s;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.duan .list ul li a.active {
    color: #fff;
    background: #000;
}

.duan .item img {
    width: 100%;
}

.duan .item .title,
.slide-related .title {
    width: 100%;
    z-index: 1000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: flex-end;
    padding: 15px 10px;
    opacity: 1;
}

.duan .item>.img {
    transform: scale(1);
    transition: 0.5s all;
}

.duan .item:hover>.img {
    transform: scale(1.2);
}

.duan .item .title h6 {
    font-weight: bold;
    font-size: 1.2rem;
    height: 25px;
    overflow: hidden;
}

.duan .item .title a {
    color: #FFF
}

#listDuan {
    padding-top: 20px;
}

.listItem .item {
    margin: 20px 0px;
    box-shadow: 0px 0px 17px #ccc;
    transition: 0.5s all;
    position: relative;
    overflow: hidden;
}

.listItem .item a {
    color: #FFF
}

.listItem .item h6 {
    font-size: 1.2rem
}

.listItem .item .img {
    height: 200px;
    overflow: hidden;
    transition: 0.5s all;
    transform: scale(1);
}

.listItem .item:hover>.img {
    transform: scale(1.2);
}

.listItem .item img {
    width: 100%;
    height: 100%;
}

.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;
}

.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: 0px 30px 0px 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 {
    padding: 2px 0px;
}

#doitac .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

#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;
}

#home-nhanvien {
    background: var(--main-background)
}

#home-nhanvien .title-uppercase {
    color: #FFF
}

#home-nhanvien p {
    color: #FFF;
}

.item-nhanvien {
    position: relative;
    overflow: hidden;
}

.item-nhanvien .title {
    width: 100%;
    transition: 0.5s all;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    z-index: 1000;
    margin-top: 5px;
}

#list-nhanvien .item-nhanvien .title a,
#tuyendung .item-nhanvien .title a {
    color: #000
}

.item-nhanvien .title a {
    color: #FFF;
    text-decoration: none;
    display: block;
}

.item-nhanvien .img {
    overflow: hidden;
}

.item-nhanvien .img img {
    transition: 0.5s all;
    transform: scale(1);
    width: 100%;
}

.item-nhanvien:hover>.img img {
    transform: scale(1.2);
}

#home-lienhe {
    position: relative;
}

#home-lienhe .title-lienhe {
    color: #FFF
}

#home-lienhe:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 1;
}

#home-lienhe .contactAjax .form {
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px 5px;
    border: none;
    outline: none;
    border-bottom: 1px solid #FFF;
    color: #FFF;
}

#home-lienhe .contactAjax .form-textarea {
    color: #FFF;
    width: 100%;
    height: 100px;
    resize: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 15px;
    border: none;
    border-bottom: 1px solid #FFF;
    outline: none;
}

#home-lienhe .contactAjax .form-textarea::placeholder,
#home-lienhe .contactAjax .form::placeholder {
    color: #FFF
}

#home-lienhe .contactAjax button[type="submit"] {
    background: #FFF;
    color: #000;
    outline: none;
    border: none;
    padding: 15px;
    transition: 0.5s all;
}

#contact .contactAjax button[type="submit"] {
    background: var(--main-background);
    color: #FFF;
    outline: none;
    border: none;
    padding: 15px;
    transition: 0.5s all;
}

#contact .contactAjax button[type="submit"]:hover {
    background: #FFF;
    color: #000;
}

#home-lienhe .contactAjax button[type="submit"]:hover {
    background: #000;
    color: #FFF
}

#about .about,
.detail-content {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.detail-content article {
    margin-bottom: 20px;
}

#detail-duan .title {
    background: #fff;
    margin-bottom: 20px;
}

.top-news-box .item .photo,
.top-news-box .item .photo img {
    border-radius: 10px;
}

.item .photo img {
    width: 100%;
}

.item.big-item .box-info {
    padding: 24px 20px 15px;
    border: 1px solid #d7dfe3;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    margin-top: -10px;
}

.item:not(.big-item) .info {
    border: 1px solid #d7dfe3;
    border-top: 0;
    border-radius: 0 0 10px 10px;
    padding-top: 18px;
    margin-top: -10px;
    display: flex;
    justify-content: space-between;
}

.item .title {
    font-size: 16px;
    line-height: 24px;
}

.item .info {
    padding: 8px 10px;
}

.item.big-item .info {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.item .box-date {
    flex: 0 0 15%;
    border-right: 1px solid #b2b5c1;
    color: #b2b5c1;
    padding-right: 10px;
}

.item:not(.big-item) .info .box-date {
    flex: 0 0 33%;
}

.item:not(.big-item) .info .box-right {
    flex: 0 0 66%;
}

.item .info .box-right {
    flex: 0 0 85%;
    padding-left: 15px;
}

.item .box-date .date {
    font-size: 50px;
}

.item .box-date .month {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.item.big-item .title {
    font-size: 18px;
    line-height: 22px;
}

.readmore {
    position: relative;
    z-index: 0;
    color: #000;
    text-decoration: none;
}

.readmore:before {
    border-bottom: 1px solid #dedede;
    content: "";
    width: 35px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: -47px;
}

.list-news .itemlist {
    display: flex;
    border-bottom: 1px solid #f2f2f2;
}

.list-news .itemlist .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    max-height: 44px;
    margin-top: 0;
    margin-bottom: 7px;
}

.list-news .itemlist .desc,
.list-news .itemlist .title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    text-decoration: none;
    color: #000;
}

#tuyendung {
    position: relative;
    z-index: 0;
}


/*footer*/

.social {
    margin-top: 20px;
}

.social a {
    margin: 0px 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--text-color);
    border-radius: 50%;
    color: var(--text-color) !important;
}

.page-footer {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #697f8e;
    background-color: var(--main-background);
    color: #FFF;
    position: relative;
    z-index: 0;
}

.page-footer .title-footer {
    margin-bottom: 20px;
}

.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;
}

.page-footer .lienket p {
    margin-bottom: 5px !important;
}

.footer-copyright p {
    font-size: 14px
}

.slide-item {
    padding: 1px 1px;
    position: relative;
    flex: 0 0 100%;
}

@media (min-width: 900px) {
    .slide-item {
        flex: 0 0 25%;
    }
    .slide-item .img {
        height: 200px;
        overflow: hidden;
    }
    .slide-item .img img {
        transition: 0.5s all;
        transform: scale(1);
        width: 100%;
    }
    .slide-item:hover>.img img {
        transform: scale(1.2);
    }
    .service-review-content {
        padding-top: 140px;
        margin-top: -165px;
    }
    #slideHome .owl-next,
    #slideHome .owl-prev {
        top: 50%;
    }
    #slideHome .items {
        height: 100vh;
        overflow: hidden;
        position: relative;
    }
    #slideHome .items .content {
        position: absolute;
        left: 30%;
        right: 30%;
        bottom: 0px;
        min-width: 400px;
        min-height: 200px;
        padding: 30px 0px 20px;
    }
    .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;
    }
}

@media (max-width: 900px) {
    #camket .item {
        margin-bottom: 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;
    }
}

#slideHome .owl-dots {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

#slideHome .owl-dots .owl-dot span {
    background: transparent!important;
    border: 2px solid #FFF;
    width: 15px;
    height: 15px;
}

#slideHome .owl-dots .owl-dot.active span {
    color: #FFF;
    background: #FFF!important;
}

.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xl-25 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col-sm-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 768px) {
    .col-md-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-lg-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-25 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}