@font-face {
    font-family: Montserrat;
    src: local(Montserrat Thin), url(../font/Montserrat/Montserrat-Thin.eot);
    src: url(../font/Montserrat/Montserrat-Thin.ttf) format("truetype");
    font-weight: 100;
}
@font-face {
    font-family: Montserrat;
    src: local(Montserrat ExtraLight), url(../font/Montserrat/Montserrat-ExtraLight.eot);
    src: url(../font/Montserrat/Montserrat-ExtraLight.ttf) format("truetype");
    font-weight: 200;
}
@font-face {
    font-family: Montserrat;
    src: local(Montserrat Light), url(../font/Montserrat/Montserrat-Light.eot);
    src: url(../font/Montserrat/Montserrat-Light.ttf) format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: Montserrat;
    src: local(Montserrat Regular), url(../font/Montserrat/Montserrat-Regular.eot);
    src: url(../font/Montserrat/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: Montserrat;
    src: local(Montserrat Medium), url(../font/Montserrat/Montserrat-Medium.eot);
    src: url(../font/Montserrat/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: Montserrat;
    src: local(Montserrat SemiBold), url(../font/Montserrat/Montserrat-SemiBold.eot);
    src: url(../font/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: Montserrat;
    src: local(Montserrat Bold), url(../font/Montserrat/Montserrat-Bold.eot);
    src: url(../font/Montserrat/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: Montserrat;
    src: local(Montserrat ExtraBold), url(../font/Montserrat/Montserrat-ExtraBold.eot);
    src: url(../font/Montserrat/Montserrat-ExtraBold.ttf) format("truetype");
    font-weight: 800;
}
@font-face {
    font-family: Montserrat;
    src: local(Montserrat Black), url(../font/Montserrat/Montserrat-Black.eot);
    src: url(../font/Montserrat/Montserrat-Black.ttf) format("truetype");
    font-weight: 900;
}

@font-face {
    font-family: Raleway;
    src: local(Raleway Thin), url(../font/Raleway/Raleway-Thin.eot);
    src: url(../font/Raleway/Raleway-Thin.ttf) format("truetype");
    font-weight: 100;
}
@font-face {
    font-family: Raleway;
    src: local(Raleway ExtraLight), url(../font/Raleway/Raleway-ExtraLight.eot);
    src: url(../font/Raleway/Raleway-ExtraLight.ttf) format("truetype");
    font-weight: 200;
}
@font-face {
    font-family: Raleway;
    src: local(Raleway Light), url(../font/Raleway/Raleway-Light.eot);
    src: url(../font/Raleway/Raleway-Light.ttf) format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: Raleway;
    src: local(Raleway Regular), url(../font/Raleway/Raleway-Regular.eot);
    src: url(../font/Raleway/Raleway-Regular.ttf) format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: Raleway;
    src: local(Raleway Medium), url(../font/Raleway/Raleway-Medium.eot);
    src: url(../font/Raleway/Raleway-Medium.ttf) format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: Raleway;
    src: local(Raleway SemiBold), url(../font/Raleway/Raleway-SemiBold.eot);
    src: url(../font/Raleway/Raleway-SemiBold.ttf) format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: Raleway;
    src: local(Raleway Bold), url(../font/Raleway/Raleway-Bold.eot);
    src: url(../font/Raleway/Raleway-Bold.ttf) format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: Raleway;
    src: local(Raleway ExtraBold), url(../font/Raleway/Raleway-ExtraBold.eot);
    src: url(../font/Raleway/Raleway-ExtraBold.ttf) format("truetype");
    font-weight: 800;
}
@font-face {
    font-family: Raleway;
    src: local(Raleway Black), url(../font/Raleway/Raleway-Black.eot);
    src: url(../font/Raleway/Raleway-Black.ttf) format("truetype");
    font-weight: 900;
}

/* root */

:root {
    --main-color: #f36d21;
    --main-color-hover: rgb(28,63,82);
    --main-background: linear-gradient(150deg, #c69b2b 0%, #f9c86b 100%);
    --text-color: rgb(12,60,96);
    --background-section: #fce4ba;
    --box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
}
body {
    font-family: Raleway, sans-serif;
    font-size: 15px;
}
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: var(--text-color);
}
.main-skin {
    background: #c69b2b;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
}

.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;
}

.breadcrumb {
    padding: 60px 0px 40px 0px;
    font-size: 28px;
    font-weight: bold;
    color: var(--text-color);
}

.blue-skin {
    background: #4285f4;
}

.white-skin {
    background: #fff;
}

.algin-center {
    align-items: center;
}


/* end root */


/* header */
.header {
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
}

/** 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-link {
    color: var(--text-color);
    padding: 0px 15px;
    font-size: 15px;
    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;
    right: -30px;
    display: none;
    background: #fff;
    padding: 10px 0px;
    z-index: 1000;
    box-shadow: 0px 10px 10px -7px #ccc;
    min-width: 250px;
    text-align: center;
}

.navbar-nav .menu-child.importantwhite {
    background: #fff !important;
}

.navbar-nav .menu-child.importantwhite li a {
    color: var(--text-color);
}

.navbar-nav .menu-child li {
    padding: 5px 5px;
}

.navbar-nav .menu-child li a {
    color: var(--text-color);
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 5px;
}

.navbar-nav .menu-child li:hover a {
    color: #ddd !important;
}

.button-collapse {
    color: var(--text-color) !important;
    font-size: 20px;
}

.navbar-fixed-top {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 10000;
}

.button-close-collapse {
    color: #000 !important;
    position: absolute;
    top: 15px;
    right: 25px;
}


/* header end */


/*body*/

.line {
    content: "";
    width: 150px;
    height: 2px;
    background-color: var(--main-color);
    margin-bottom: 40px;
}
.talk {
    padding: 10px 30px;
    background: var(--main-color);
    border-radius: 20px;
    color: #fff;
    border: 0;
}
.talk:hover {
    background-color: var(--main-color-hover);
    color: #fff;
}
.title {
    color: var(--main-color);
}
.title-data {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 15px;
}
.title-data span {
    background: var(--main-color);
    color: #fff;
    font-size: 80%;
    padding: 5px;
    margin-right: 5px;
}
/**home**/
.banner {
    position: relative;
}
.banner .content {
    position: absolute;
    top: 20%;
    width: 100%;
}
.banner .bg {
    background-color: rgb(28 63 82 / 50%);
    height: 100%;
    padding: 35px 35px;
}
.banner .title, .banner .des {
    color: #fff;
}
.banner .des {
    font-size: 18px;
}
.services .content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.services .content .container, .services .content .row {
    height: 100%;
}
.services-content {
    background-color: rgb(28 63 82 / 50%);
    height: 100%;
    padding: 35px 15px;
}
.services-content .title {
    color: #fff;
}
.services .talk {
    outline: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.services .talk:hover {
    outline: 1px solid var(--main-color-hover);
    background: var(--main-color-hover);
    color: #fff;
}
.why-choose-us .why-item {
    margin-bottom: 30px;
}
.our-team .our-team-item {
    margin-bottom: 15px;
}
.testimonials-item {
    border: 1px solid #ddd;
    padding: 3px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.testimonials-item img {
    border-radius: 5px;
}
.testimonials-item .item-content {
    padding: 10px;
    text-align: center;
}
.testimonials-item .item-content .title-page {
    color: var(--main-color);
    font-size: 20px;
}
.testimonials-item .item-content .icon {
    font-size: 35px;
    color: var(--main-color);
}
.owl-nav button {
    position: absolute;
    top: 50%;
    font-size: 30px!important;
    border-radius: 5px;
    width: 47px;
    color: var(--main-color)!important;
}
.owl-nav button.owl-prev {
    left: -50px
}
.owl-nav button.owl-next {
    right: -50px;
}
.our-blog-item {
    margin-bottom: 15px;
}
.our-blog-item img {
}
.our-blog-item .item-content {
    padding: 10px;
    text-align: center;
}
.our-blog-item .item-content .title-page {
    font-size: 20px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
    max-height: 50px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-blog-item .item-content .des {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
    max-height: 50px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-blog-item .item-content .icon {
    font-size: 35px;
    color: var(--main-color);
}
.our-blog-item .read-more {
    color: var(--main-color);
    text-decoration: underline;
}
.contact {
    /*position: relative;*/
}
.contact .content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.contact .content .container, .contact .content .flex {
    height: 100%;
}
.contact .flex .flex-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.contact .contact-content {
    background: #F6F6F6;
    height: 100%;
    padding: 30px;
    overflow: hidden;
}
.contact .bg {
    position: relative;
    z-index: 9;
}
.contact .bg:after {
    content: "";
    background-color: #F6F6F6;
    top: 0;
    left: 0;
    width: 996px;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.contact .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.services-page .service-item, .services-single .service-item {
    margin-bottom: 30px;
    background: #F6F6F6;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.services-page .service-item .col-info, .services-single .service-item .col-info {
    padding: 10px 15px;
}
.news-page .our-blog-item {
    border-radius: 15px;
    box-shadow: rgb(222, 222, 222) 0px 1px 6px 0px;
    position: relative;
    background-position: center center;
    transition: all 0.5s ease 0s;
    margin-bottom: 30px;
    overflow: hidden;
}
.news-page .our-blog-item:hover {
    transform: translateY(-5px);
    box-shadow: rgb(222, 222, 222) 0px 5px 15px 0px;
}
.contact-us form {
    background: #eae1e1;
    padding: 20px;
}
.contact-us .form-check-label {
    margin-left: 20px;
    margin-right: 15px;
}
.contact-us .form-check-input {
    margin-left: 0px;
}
.contact-us .list-item {
    display: inline-block;
}
.about, .why-choose-us, .testimonials, .our-blog, .about-us-page, .services-page, .services-single,
.news-page, .news-single, .contact-us, .services2 {
    padding: 35px 0;
}
@media (max-width: 900px) {
    .logo img {
        width: 70%;
    }
}

@media (min-width: 900px) {
    #home-about .detail {
        margin-top: 15px;
    }
    .logo img {
        height: 60px;
    }
    #slide-about .slide,
    .home-about .content {
        height: 400px;
        overflow: hidden;
    }
    #slide-about .slide img {
        height: 100%;
    }
}

/*footer*/

.social {
    display: inline-flex;
    align-items: center;
}
.social a.ngoai {
    margin: 0px 15px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background: #0A66C2;
    text-decoration: none;
    overflow: hidden;
}
.social a.facebook {
    background: #1877F2
}
.social a.phone, .social a.email {
    margin-right: 15px;
}
.social a.ngonngu {
    background: transparent;
    margin-left: 5px;
}

.page-footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
    /*box-shadow: 0 -2px 15px rgb(0 0 0 / 15%);*/
    background-color: #000;
    position: relative;
    z-index: 15;
}

.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: var(--main-color);
}

.page-footer .lienket p {
    margin-bottom: 5px !important;
}
.services2-content {
    border-radius: 15px;
    box-shadow: rgb(222, 222, 222) 0px 1px 6px 0px;
    position: relative;
    background-position: center center;
    transition: all 0.5s ease 0s;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 15px;
}
.services2-content:hover {
    transform: translateY(-5px);
    box-shadow: rgb(222, 222, 222) 0px 5px 15px 0px;
}
.services2 .title-data {
    color: var(--main-color)
}
.hidden-md {
    display: block!important;
}
.hidden-pc {
    display: none!important;
}
@media (min-width: 900px) {
    .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;*/
    }
    #about {
        margin-top: 56px;
    }
    #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) {
    #slideHome .items .img {
        height: 40vh;
        overflow: hidden;
    }
    #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;
    }
    .main-menu>div {
        float: right;
    }
    .nav-item {
        width: 100%;
        text-align: center;
        padding: 5px;
        background: var(--main-color-hover);
    }
    .navbar-nav {
        padding-right: 0;
    }
    .navbar-nav .menu-child {
        left: 0;
        right: 0;
        position: initial;
    }
    .navbar-nav .nav-link {
        color: #fff!important;
    }
    .logo {
        text-align: center;
    }
    .header {
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .center-mb {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .social a.ngoai {
        margin: 0 5px;
    }
    .hidden-pc {
        display: flex!important;
    }
    .hidden-md {
        display: none!important;
    }
    .services-page .service-item, .services-single .service-item {
        display: inline-grid;
    }
    .service-item .col-img {
        order: 0;
    }
    .service-item .col-info {
        order: 1;
    }
    .talk {
        padding: 5px 25px;
    }
    .social {
        margin-top: 15px;
    }
    .banner .title, .title {
        font-size: 25px;
    }
    .banner .content, .services .content, .contact .content {
        position: unset;
        background: var(--main-color-hover);
        padding: 15px 0;
    }
    .owl-nav button.owl-prev {
        left: 0px;
    }
    .owl-nav button.owl-next {
        right: 0px;
    }
    .contact .flex .flex-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .contact .bg:after {
        width: 100%;
    }
    footer .lienket {
        margin-bottom: 30px;
    }
    .lienket.text-right {
        text-align: left!important;
    }
}