@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: FiraSan;
    src: url(../font/FiraSan/FiraSans-ExtraLight.ttf);
    font-weight: 200;
}

@font-face {
    font-family: FiraSan;
    src: url(../font/FiraSan/FiraSans-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: FiraSan;
    src: url(../font/FiraSan/FiraSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: FiraSan;
    src: url(../font/FiraSan/FiraSans-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: FiraSan;
    src: url(../font/FiraSan/FiraSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: FiraSan;
    src: url(../font/FiraSan/FiraSans-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: FiraSan;
    src: url(../font/FiraSan/FiraSans-ExtraBold.ttf);
    font-weight: 800;
}

/* root */

:root {
    --yellow: #ffdd00;
    --color-logo: #4986FA;
    --box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
}

.mm-slideout {
    z-index: auto;
}

button {
    outline: none !important;
}

button[type="submit"] {
    cursor: pointer;
}

.box-search {
    padding: .5rem 1rem;
}

.background {
    background-size: cover;
}

.breadcrumb {
    padding: 5px 0px 15px 0px;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    margin: 0px;
    color: #FFF;
    font-weight: 600;
    align-items: center;
}

.breadcrumb * {
    color: #FFF;
}

.breadcrumb>a {
    text-decoration: none;
}

.breadcrumb>a:hover {
    color: var(--yellow);
}

.blue-skin {
    background: #4285f4;
}

.white-skin {
    background: #fff;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 80px 0px;
    position: relative;
    z-index: 0;

}

.banner::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    display: block;
    position: absolute;
}

.banner .title-page {
    font-size: 6em;
    color: #FFF;
    margin-bottom: 0px;
}

.banner>.container {
    position: relative;
    z-index: 1;
}

/* end root */


/* header */


/** header mobile **/


/** header mobile end **/
body#body {
    font-family: FiraSan;
    font-weight: 400;
}

#header .header-top {
    background: var(--color-logo);
    padding: 5px 0px;
}

#header .header-top .header-ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    gap: 15px;
}

#header .header-top .header-ul li {
    padding: 0px 15px;
}

#header .header-top .header-ul li a {
    color: #FFF;
    text-decoration: none;
}

.header-ul li.phone a i {
    -webkit-animation: vibrate 2s cubic-bezier(.36, .07, .19, .97) infinite;
    animation: vibrate 2s cubic-bezier(.36, .07, .19, .97) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 300px;
    perspective: 300px;
}

.navbar-nav .nav-link {
    color: #000;
    padding: 0px 10px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.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;
    display: none;
    background: var(--main-background);
    padding: 10px 0px;
    z-index: 1;
    box-shadow: 0px 10px 10px -7px #ccc;
    width: max-content;
}

.navbar-nav .menu-child li {
    padding: 5px 5px;
}

.navbar-nav .menu-child li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 5px;
}

.navbar-nav .menu-child li:hover a {
    color: #fd9308 !important;
    background: #f2f2f2;
}

.button-collapse {
    color: #000 !important;
    font-size: 20px;
}

.navbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 2;
}

.button-close-collapse {
    color: #000 !important;
    position: absolute;
    top: 15px;
    right: 25px;
}

.search-form {
    position: relative;
    z-index: 0;
    flex-grow: 1;
}

.search-form input[name="title"] {
    padding: 4px 8px;
    border: 1px solid var(--yellow);
    color: #FFF;
    background: transparent;
    border-radius: 15px;
    font-size: 14px;
    width: 100%;
    padding-right: 40px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
}

.search-form.active input[name="title"] {
    visibility: visible;
    opacity: 1
}

.search-form .btn-search {
    background: transparent;
    border: none;
    outline: none;
    color: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    z-index: 1;
    cursor: pointer;
}

/* header end */


/*body*/


/**home**/
#slideHome {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#slideHome .items {
    overflow: hidden;
    height: 130vh;
}

#slideHome .items .img {
    /* animation: shink-grow 50s infinite linear; */
    width: 100%;
    height: 100%;
}

#slideHome .items .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#slideHome .content {
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #FFF;
    padding: 0px 125px;
}

#slideHome .content .title,
#slideHome .content .slogan {
    font-size: 80px;
    font-weight: 800;
}

#slideHome .content .des {
    width: 40%;
    margin: 0 auto;
}

#slideHome .link-slide {
    margin-top: 20px;
}

#slideHome .link-slide a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 800;
    color: #FFF;
    text-transform: uppercase;
}

#slideHome .link-slide a .icon {
    margin-left: 15px;
    width: 58px;
    aspect-ratio: 1/1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--yellow);
    border-radius: 50%;
    color: #444;
    transition: 0.5s all;
}

#slideHome .link-slide a:hover .icon {
    background: #FFF;
}

#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%;
}

.box-hot-recruit {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 15px;
    overflow: hidden;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    background: #FFF;
}

.box-hot-recruit .item .img {
    text-align: center;
}

.box-hot-recruit .item .img img {
    width: 35%;
}

.box-hot-recruit .item h4 {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.box-hot-recruit .item-hot {
    border-right: 1px dashed #000;
}

.box-hot-recruit .item-hot:last-child {
    border: none;
}

#home-about {
    margin: 30px 0px;
}

#home-about .content {
    padding: 15px 0px;
}

#home-about .content .title-about {
    color: #939393;
    font-size: 18px;
}

#home-about .about-img {
    position: relative;
    z-index: 0;
}

#home-about .about-img::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 35px;
    right: 35px;
    background: var(--yellow);
    height: 3px;
}

#home-about .item-about .title-about {
    font-size: 45px;
    color: #034da2;
    text-align: left;
    font-weight: bold;
}

.title-1,
.title-2 {
    text-align: center;
}

.title-1 {
    text-transform: uppercase;
    font-weight: bold;
}

.title-2 {
    font-size: 38px;
    font-weight: bold;
}

#dichvu .title-des {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.link-menu {
    background: transparent;
    transition: 0.5s all;
    border-radius: 50px;
    padding: 15px 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none !important;
    display: inline-block;
}

.link-menu:hover {
    background: #444;
    color: #FFF;
}

.link-menu i {
    color: var(--yellow);
}

.item-list-dichvu {
    cursor: pointer;
}

.item-list-dichvu::after {
    content: "";
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: -3px;
    height: 3px;
    background-color: var(--yellow)
}

.item-dichvu {
    aspect-ratio: 1/0.65;
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 15px;
}

.item-dichvu::after {
    content: "";
    background: rgb(0 0 0 / 35%);
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 0;
    cursor: pointer;

}

.item-dichvu img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.item-dichvu .description {
    position: absolute;
    z-index: 1;
    padding: 70px 15px 15px 36px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    visibility: visible;
    opacity: 1;
}

.item-dichvu .description p.title {
    color: #FFF;
    font-weight: bold;
    font-size: 26px;
}

.item-dichvu .description span.link {
    background: var(--yellow);
    color: #000;
    border-radius: 15px;
    padding: 8px 15px;
    font-weight: 500;
    position: absolute;
    bottom: 15px;
}

.item-list-dichvu:hover .description {
    opacity: 0;
    visibility: hidden;
}

.item-dichvu .description-hover {
    background-clip: padding-box;
    text-align: center;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 35px 15px 35px 15px;
    z-index: 2;
    opacity: 0;
    transition: all 0.7s ease;
}

.item-dichvu .description-hover::before {
    background-color: #253237;
    zoom: 1;
    filter: alpha(opacity=95);
    -webkit-opacity: 0.95;
    -moz-opacity: 0.95;
    opacity: 0.95;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transform: translateX(-50%);
    left: 50% !important;
    transition: all 0.3s ease;
    width: 0%;
}

.item-list-dichvu:hover .item-dichvu .description-hover {
    opacity: 1;
}

.item-list-dichvu:hover .item-dichvu .description-hover::before {
    width: 100%;
    opacity: 0.9;
}

.item-dichvu .description-hover span.title {
    position: relative;
    z-index: 2;
    color: #FFF;
    display: block;
    text-align: center;
    padding-top: 40px;
    font-weight: bold;
    font-size: 26px;
}

.item-dichvu .description-hover p.des {
    position: relative;
    z-index: 2;
    color: #FFF;
    font-size: 13px;
}

.title-uppercase {
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0px;
    font-weight: 800;
    position: relative;
}

#doitac .title-uppercase {
    margin-bottom: 10px;
    margin-top: 35px;
}

.detail {
    text-align: center;
}

#slide-about .slide {
    height: 297px;
    overflow: hidden;
}

#news {
    margin-bottom: 25px;
}

.news-item .img {
    width: 100%;
    aspect-ratio: 1/0.7;
    border-radius: 15px;
    position: relative;
    z-index: 0;
}

.news-item .img::after {
    content: "";
    position: absolute;
    bottom: -3px;
    height: 3px;
    left: 25px;
    right: 25px;
    background: var(--yellow);
}

.news-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.news-item .box-content {
    margin-top: 20px;
}

.news-item .box-content .title {
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}

.news-item .box-content .title a {
    color: #000;
    text-decoration: none;
}

.news-item .box-content .time {
    padding: 5px 10px;
    border-radius: 15px;
    background: #F4F5F5;
    text-align: center;
    margin-top: 15px;
}

.news-item .box-content .time i {
    color: var(--yellow);
}

.box-doitac {
    background: #D8D7D7;
    padding: 5px 50px;
    border-radius: 100px;
}

@media (max-width: 900px) {
    .logo img {
        width: 100%;
    }
}

@media (min-width: 900px) {
    #home-about .detail {
        margin-top: 15px;
    }

    .logo img {
        height: 70px;
    }

    #slide-about .slide img {
        height: 100%;
    }
}

.detail a,
.detail button {
    display: inline-block;
    padding: 10px 15px;
    border: 2px solid var(--yellow);
    background: #FFF;
    color: var(--yellow);
    border-radius: 30px;
    margin: 15px 0px;
    text-decoration: none;
    outline: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.5s;
}

.detail:hover a,
.detail:hover button {
    border: 2px solid #444;
    color: #444;
}


#news .item .img {
    height: 250px;
    overflow: hidden;
}

#news .item .img img {
    height: 100%;
}

#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;
}

#doitac {
    position: relative;
    z-index: 0;
    top: -50px;
}

#doitac .item {
    width: 100%;
    aspect-ratio: 1/0.6;
}

#doitac .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#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;
}

#home-khachhang {
    background: #E6E6E6;
    padding: 80px 0px 100px 0px;
}

#home-khachhang .bg {
    background-image: url(../img/client-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#home-khachhang .title-uppercase {
    font-size: 35px;
}

.box-service-review {
    padding-top: 50px;
}

.service-review {
    background: #FFF;
    border-radius: 20px;
    position: relative;
    z-index: 0;
}

.service-review .service-review-img {
    width: 100px;
    aspect-ratio: 1/1;
    padding: 10px;
    overflow: hidden;
    border-radius: 50%;
    background: #FFF;
    margin: 0px auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
}

.service-review .service-review-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.service-review .service-review-content {
    padding: 15px 30px 135px 30px;
}

.service-review .service-review-content .title-review {
    margin-top: 45px;
    text-align: center;
    font-weight: bold;
}

.service-review .service-review-content .content {
    position: relative;
    z-index: 0;
    font-size: 18px;
    margin-top: 50px;
}

.service-review .service-review-content .icon-quote {
    font-size: 105px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    color: #444;
}

#contact textarea.form-control {
    height: 150px;
    resize: none;
}

.detail-news .time {
    font-size: 15px;
}

.detail-news .time span {
    color: var(--yellow);
}

.detail-news .content {
    margin-top: 10px;
}

.side-news {
    background: #F4F5F5;
    padding: 25px 15px;
    border-radius: 15px;
}

.side-news .side-title {
    margin-bottom: 15px;
    position: relative;
    z-index: 0;
    padding-bottom: 5px;
}

.side-news .side-title::after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 75px;
    height: 2px;
    background: var(--yellow);
    content: ""
}

.side-news ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.side-news ul li {
    font-weight: 600;
}

.side-news ul li a {
    color: #444;
    text-decoration: none;
}

.side-news ul li a:hover {
    color: var(--yellow);
}

.side-news ul li i {
    color: var(--yellow);
}

.news-item-slide {
    margin-bottom: 15px;
}

.news-item-slide .box-content {
    margin-top: 0px;
}

.news-item-slide .box-content .time2 {
    font-size: 13px;
}

.news-item-slide .box-content .title {
    font-size: 14px;
}

.news-item.news-item-slide .img::after {
    content: unset;
}

.news-item.news-item-slide .img img {
    border-radius: 5px;
}

/*footer*/

.social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.social a {
    margin: 0px 15px;
    width: 48px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    background: var(--yellow);
    font-size: 20px;
}

.page-footer {
    color: #FFF;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-image: url(../img/footer.jpg);
}

.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 {
    background: #262626;
    color: #FFF;
    padding: 15px 0px;
}

.social a {
    color: #444;
}

@media (min-width: 900px) {

    #slideHome .owl-next,
    #slideHome .owl-prev {
        top: 50%;
    }

    #slideHome .items {
        overflow: hidden;
        position: relative;
    }

    .page-footer .lienket {
        padding: 0px 15px;
    }
}

@media (max-width: 900px) {
    #slideHome .items .img {
        overflow: hidden;
    }
}

@keyframes shink-grow {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.4)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes vibrate {

    0.50%,
    10%,
    20%,
    30%,
    40%,
    50% {
        -webkit-transform: translate3d(0.5px, 0, 0);
        transform: translate3d(0.5px, 0, 0);
    }

    5%,
    15%,
    25%,
    35%,
    45% {
        -webkit-transform: translate3d(-0.5px, 0, 0);
        transform: translate3d(-0.5px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0.5px, 0, 0);
        transform: translate3d(0.5px, 0, 0);
    }

}