html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #000;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bg-c-254752 {
    background-color: #254752;
}

.c-142533 {
    color: #142533;
}

.c-777777 {
    color: #777777;
}

.p-t-10 {
    padding-top: 10px;
}

.d-flew-wrap {
    display: flex;
    flex-wrap: wrap;
}

.col-md-percent-20 {
    width: 20%;
}

.common-title {
    font-size: 33px !important;
    text-transform: uppercase;
    font-weight: bold;
}

.common-sub-title {
    font-size: 18px;
}

.text-justify {
    text-align: justify;
}

.ipad-display {
    display: none;
}

.pd-0 {
    padding: 0;
}

.mg-0 {
    margin: 0;
}

label.error {
    color: #dc3545 !important;
    font-size: 12px;
}

.form-control.error {
    border-color: #dc3545;
}

.form-control.error:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
}

.common-box-info {
    margin-top: 100px;
}

.box-common-title {
    padding-top: 100px;
    margin-bottom: 1.5rem;
}

.box-common-title .common-title {
    display: flex;
    align-items: center;
}

.box-common-title .common-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: #fff;
}

.box-common-title .common-title span {
    margin: 0 15px;
}

ul.list-style-none {
    list-style: none;
}

.mg-b-50 {
    margin-bottom: 50px;
}

.bg-e5313a {
    background-color: #e5313a !important;
}

.c-e58817 {
    color: #e58817 !important;
}

.opacity-1 {
    opacity: 1 !important;
}

.pd-t-0 {
    padding-top: 0 !important;
}

.d-flex-align-center {
    display: flex;
    align-items: center;
}

.pd-r-30 {
    padding-right: 30px;
}

/*BOX HEADER*/
.box-header {
    z-index: 10;
    position: relative;
    background-color: #fff;
    background-repeat: repeat-x;
    position: relative;
}

.box-header.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 2px -2px #254752;
}

.box-header .main-header {
    /*justify-content: space-between;*/
    align-items: center;
    justify-content: center;
}

.box-header .main-header .header-left img {
    width: 70px;
}

.box-header .main-header ul {
    margin-bottom: 0;
}

.box-header .main-header ul li {
    display: inline-block;
    list-style: none;
    padding: 30px 30px;
    position: relative;
}

.box-header .main-header ul li a {
    color: #0a3643;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

.box-header .main-header ul li a:hover {
    color: #e58817;
}

.box-header .main-header ul > li.has-sub-menu > .sub-menu {
    position: absolute;
    top: calc(100% - 2px);
    background-color: #fff;
    z-index: 1;
    padding: 0;
    margin: 0;
    left: 0;
    min-width: 100%;
    width: max-content;
    max-width: 250px;
    -moz-box-shadow: 0 0 3px #254752;
    -webkit-box-shadow: 0 0 3px #254752;
    box-shadow: 0 0 3px #254752;
}

.box-header .main-header ul li.has-sub-menu .sub-menu li {
    padding: 15px 30px;
    border-top: 1px solid #ececec;
}

.box-header .main-header ul li.has-sub-menu .sub-menu li:first-child {
    border-top: unset;
}

.box-header .main-header ul > li.has-sub-menu > .sub-menu {
    display: none;
}

.box-header .main-header ul > li.has-sub-menu:hover > .sub-menu {
    display: block;
}

.box-header .main-header ul > li.has-sub-menu > .sub-menu > li.has-sub-menu > .sub-menu {
    position: absolute;
    left: calc(100% - 2px) !important;
    top: 0;
}

/*BOX SLIDE*/
.box-banner {
    overflow: hidden;
}

.slider .slide-item img {
    cursor: pointer;
    width: 100%;
    height: calc(100vw / 3) !important;
}

/* BOX COMPANY INFO */
.box-company-info .information .information-icon svg {
    fill: #e38f24 !important;
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

.box-company-info .information .info-text a {
    color: #777777;
    text-decoration: none;
}

/*BOX SERVICE*/
.box-services {
    background-color: rgb(20, 37, 51);
    padding-bottom: 100px;
    color: #f1f1f1;
}

.box-services .box-services_text-desc b {
    color: #e38f24;
}

.box-services .box-services_text-desc ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.box-services .box-services_text-desc ul li span.number {
    background: #dd8c25;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: block;
    border-radius: 3px;
    font-size: 11px;
    margin-top: 5px;
}

.box-services .box-services_text-desc ul li p {
    width: calc(100% - 22px);
    margin-bottom: 0;
}

/* BOX LIST SERVICE HOME */
.box-list-services-home {
    background: rgb(238, 238, 238);
    padding-bottom: 100px;
}

.box-list-services-home .common-title {
    padding-top: 100px;
    padding-bottom: 75px;
    color: #e38f24;
    position: relative;
}

.box-list-services-home .common-title:after {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #e38f24;
    position: absolute;
    left: 0;
    bottom: 50px;
}

.box-list-services-home__content .box-list-services-home__content-img {
    position: absolute;
    width: 16.66666667%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;

}

.box-list-services-home__content .box-list-services-home__content-img img {
    width: 70%;
}

.box-list-services-home .service-item {
    position: relative;
    padding: 10px;
}

.box-list-services-home .service-item:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 2px solid #e38f24;
    border-left: 2px solid #e38f24;
}

.box-list-services-home .service-item:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 2px solid #e38f24;
    border-right: 2px solid #e38f24;
}

.box-list-services-home .service-item.unset-after:after,
.box-list-services-home .service-item.unset-before:before {
    content: unset;
}

.box-list-services-home .service-item .common-sub-title {
    font-weight: 600;
}

/* BOX EXP */
.box-exp {
    padding-top: 100px;
    padding-bottom: 100px;
}

.box-exp .exp-item {
    margin-bottom: 15px;
}

.box-exp .exp-item .exp-item__title {
    font-size: 20px;
    color: #e58817;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 30px;
    position: relative;
}

.box-exp .exp-item .exp-item__title:before {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #e58817;
    position: absolute;
    bottom: 15px;
}

/*BOX MAPS*/
.box-map iframe {
    width: 100%;
    height: calc(100vw / 3);
}

/*BOX FOOTER*/
.footer {
    margin-top: 50px;
    background-image: url("../images/bg.jpg");
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    position: relative;
}

.footer .bg-fill {
    position: absolute;
    background-color: rgba(20, 37, 51, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer .footer__content {
    z-index: 1;
    position: relative;
}

.footer .inner-icon svg {
    fill: #fff !important;
    width: 15px;
    height: 15px;
}

.footer .footer-item ul {
    padding-left: 0;
}

.footer .footer-item ul li {
    list-style: none;
}

.footer .footer-item ul li a {
    color: #a4a4a4;
    text-decoration: none;
}

.footer .footer-item ul li a:hover {
    color: #fffa67 !important;
}

.footer .footer-item h4 {
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer .contact-info ul li .inner-icon {
    margin-right: 10px;
}

.footer .form-contact .contact-info input,
.footer .form-contact .contact-info textarea {
    border-radius: 0;
}

.footer .form-contact .contact-info input {
    color: #a4a4a4;
}

.footer .form-contact .contact-info input:focus {
    background-color: #fff;
    color: #254752;
}

.footer .form-contact .contact-info textarea {
    min-height: 75px;
    max-height: 75px;
    margin-top: 0;
    margin-bottom: 0;
    height: 80px;
    padding: .375rem .75rem;
    outline-width: 0;
    outline-color: transparent !important;
}

.footer .form-contact .contact-info button {
    width: 50%;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #e58817;
    color: #254752;
}

.footer .logo-footer img {
    max-width: 100%;
}

/*PAGE CONTACT*/
.box-contact .map-contact iframe {
    width: 100%;
    height: calc(100vw / 3);
}

/*BOX COMMON HEADER*/
.box-common-header {
    margin-bottom: 50px;
    height: 50px;
}

.box-common-header h4 {
    padding: 15px;
    position: absolute;
    top: 0;
    margin-bottom: 0;
    background-color: #fff;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    color: #254752;
    width: max-content;
    max-width: 100%;
}

.services-description img {
    max-width: 100%;
}


/* APP BUTTON LOADING */
.app-button-loading.loading {
    background: unset;
    position: relative;
}

.app-button-loading .loading-icon {
    display: none;
}

.app-button-loading.loading .loading-icon {
    display: block;
}

.app-button-loading.loading span {
    display: none;
}

/* PAGE SERVICES */
.box-list-services .service-item .service-item__header h4 a {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}

.box-list-services .service-item .service-item__content {
    color: #535353;
}

.box-service-detail .service-header {
    margin-bottom: 50px;
    height: 50px;
}

.box-service-detail .service-header .prefix-line {
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: 0;
    background-color: #e0301e;
}

.box-service-detail .service-header h4 {
    font-size: 24px;
    max-width: 100%;
    position: absolute;
    top: 12px;
    margin-bottom: 0;
    background-color: #fff;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    color: #254752;
    padding: 15px;
    text-align: center;
}

/*RESPONSIVE*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1024px;
    }
}

@media (max-width: 1025px) {
    .box-header .main-header ul li {
        padding: 15px 20px;
    }

    .box-exp .exp-item .exp-item__title {
        font-size: 18px;
    }

    .box-service-detail .service-header h4 {
        width: max-content;
        max-width: 100%;
    }
}

@media (max-width: 769px) {
    html {
        font-size: 13px;
    }

    .ipad-display {
        display: block;
    }

    .ipad-display-none {
        display: none !important;
    }

    .common-title {
        font-size: 25px !important;
    }

    /*BOX HEADER*/
    .box-header .toggle-menu {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
    }

    .box-header .toggle-menu i,
    .box-header .hide-menu-button i {
        font-size: 25px;
    }

    .box-header .sidebar-menu {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        background-color: rgb(0, 0, 0, 0.5);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        visibility: visible;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
    }

    .box-header .sidebar-menu.closed {
        -webkit-transform: translate3d(-100%, 0px, 0px);
        transform: translate3d(-100%, 0px, 0px);
        visibility: visible;
    }

    .box-header .sidebar-menu .list-menu {
        height: 100%;
        width: 250px;
        background: #fff;
        position: absolute;
        top: 0;
    }

    .box-header .sidebar-menu .hide-menu-button {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box-header .sidebar-menu .hide-menu-button i {
        color: #bfbdbd;
    }

    .box-header .sidebar-menu ul li {
        list-style: none;
    }

    .box-header .sidebar-menu ul li a {
        padding: 15px 0 15px 20px;
        width: 100%;
        display: block;
        font-size: 12px;
        font-weight: bold;
        color: rgba(102, 102, 102, 0.85);
        text-decoration: none;
        border-bottom: 1px solid #ececec;
        text-transform: uppercase;
    }

    .box-header .sidebar-menu ul li a:hover {
        background-color: #254752;
        color: #fff;
    }

    .box-header .sidebar-menu ul > li.has-sub-menu > ul {
        display: none;
    }

    .box-header .sidebar-menu ul > li.has-sub-menu:hover > ul {
        display: block;
    }

    .box-header .sidebar-menu ul li > ul {
        padding-left: 20px;
    }

    /*BOX FOOTER*/
    .footer .footer-item h4 {
        font-size: 15px;
    }
}

@media (max-width: 475px) {
    .common-title {
        font-size: 18px !important;
    }

    /*BOX HEADER*/
    .box-header .main-header .header-left img {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .box-header .toggle-menu i, .box-header .hide-menu-button i {
        font-size: 20px;
    }

    /* BOX LIST SERVICE HOME */
    .box-list-services-home .service-item:before,
    .box-list-services-home .service-item:after {
        content: unset;
    }

    .box-list-services-home__content .box-list-services-home__content-img {
        display: none;
    }

    .box-list-services-home .service-item {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px solid #e38f24;
    }

    .box-list-services-home .service-item.last-service {
        border-bottom: unset;
    }

    .box-list-services-home .mg-b-50 {
        margin-bottom: 0;
    }

    /*BOX EXP*/
    .box-exp__img {
        margin-bottom: 30px;
    }

    /*BOX MAP*/
    .box-map iframe {
        height: 300px;
    }

    /*BOX FOOTER*/
    .footer .footer-item {
        padding-bottom: 15px;
        border-bottom: 1px solid #a4a4a4;
        padding-top: 15px;
    }

    .footer .contact-info ul li {
        margin-bottom: 13px;
    }

    .box-list-services .services-header h4.service-header {
        font-size: 15px;
        top: 15px;
    }

    .box-common-header h4 {
        top: 12px;
    }
}
