html {
    font-family: sans-serif;
    font-size: 14px;
    -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;
}

.c-b600 {
    color: #FFB600;
}

.c-900 {
    color: #dc6900;
}

.c-020 {
    color: #a32020;
}

.c-320 {
    color: #602320;
}

.c-254752 {
    color: #254752;
}

.bd-c-b600 {
    border-color: #FFB600 !important;
}

.bd-c-900 {
    border-color: #dc6900 !important;
}

.bd-c-020 {
    border-color: #a32020 !important;
}

.bd-c-320 {
    border-color: #602320 !important;
}

.bd-c-c6d {
    border-color: #968c6d !important;
}

.bg-c-320 {
    background-color: #602320;
}

.bg-c-dc6900 {
    background-color: #dc6900;
}

.bg-c-db536a {
    background-color: #db536a;
}

.bg-c-a32020 {
    background-color: #a32020;
}

.bg-c-e0301e {
    background-color: #e0301e;
}

.bg-c-bb2740 {
    background-color: #bb2740;
}

.bg-c-254752 {
    background-color: #254752;
}

.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;
}

.common-sub-title {
    font-size: 18px;
}

.text-justify {
    text-align: justify;
}

.pt-200 {
    padding-top: 200px;
}

.pt-150 {
    padding-top: 150px;
}

.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%);
}

/* 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;
}

/*TODO: 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: 180px;
}

.box-header .main-header ul {
    margin-bottom: 0;
}

.box-header .main-header ul li {
    display: inline-block;
    list-style: none;
    padding: 15px 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: #e2ba48;
}

.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 {
    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;
}

/*TODO: BOX SLIDE*/
.box-banner {
    overflow: hidden;
}

.slider .slide-item img {
    cursor: pointer;
    width: 100%;
    height: calc(100vw / 3) !important;
}

/*TODO: BOX TREND*/
.box-trend .col-left,
.box-trend .col-right {
    max-width: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
}

.box-trend .col-middle {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
}

.box-trend .col-left .divider {
    background-color: #254752;
    height: 3px;
    display: block;
    margin: 1em 0 1em;
    width: 100%;
}

.box-trend .col-right {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.box-trend .col-right img {
    max-width: 100%;
}

.box-trend .col-middle h3 {
    color: #254752;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.box-trend .trend-info .trend-info__image {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.box-trend .trend-info ul {
    padding-left: 0;
}

.box-trend .trend-info ul li {
    list-style: none;
    display: flex;
}

.box-trend .trend-info ul li span {
    font-size: 20px;
    margin-right: 10px;
    line-height: 14px;
    display: block;
    margin-top: 3px;
}

.box-trend .trend-info .trend-info__right .finance,
.box-trend .trend-info .trend-info__right .customer {
    text-align: right;
}

.box-trend .trend-info .trend-info__right .finance li,
.box-trend .trend-info .trend-info__right .customer li {
    justify-content: flex-end;
}

.box-trend .trend-info .trend-info__left,
.box-trend .trend-info .trend-info__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-trend .trend-info .info-item h5 {
    font-size: 18px;
}

.box-trend .trend-info .info-item.renew {
    border-top: 1px dashed #FFB600;
}

.box-trend .trend-info .info-item.switch-operation {
    border-bottom: 1px dashed #dc6900;
}

.box-trend .trend-info .info-item.finance {
    border-top: 1px dashed #a32020;
}

.box-trend .trend-info .info-item.customer {
    border-bottom: 1px dashed #602320;
}

/*TODO: BOX INFO*/
.box-info {
    overflow: hidden;
}

.box-info h3 {
    font-size: 18px;
}

.box-info .bg-fill {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.box-info .bg-fill img {
    /*width: 100%;*/
    /*height: 100%;*/
}

.box-info .box-info__container {
    z-index: 2;
    position: relative;
    margin-top: 170px;
}

.box-info .box-info__container .box-info__container-title {
    color: #fff;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);

}

.box-info .list-introduces {
    color: #fff;
}

.box-info .list-introduces .introduce-item h5 {
    border-top: 2px solid;
    border-bottom: 1px solid;
    margin-bottom: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.box-info .list-introduces .introduce-item p,
.box-info .list-introduces .introduce-item ul li {
    text-align: justify;
}

.box-info .services .services__content {
    padding: 10px;
    background-color: #fff;
    border: 3px solid #007a7f;
}

.box-info .services .services__content .services__content-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.box-info .services__content-introduce .services__introduce-item .services__introduce-item__content {
    text-align: justify;
}

.box-info .services .services__content .list-services .services-title {
    background-color: #968c6d;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 20px;
}

.box-info .services .list-services__content {
    display: flex;
    flex-wrap: wrap;
}

.box-info .services .service_item {
    padding: 25px 15px 10px 15px;
}

.box-info .services .service_item h4 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}

.box-info .services .service_item p {
    margin-top: 20px;
    text-align: justify;
}

/*TODO: BOX EXPERIENCE*/
.box-experience {
    background-color: #f9f9f9;
}

.box-experience .box-experience__title {
    text-align: center;
    margin-top: 50px;
    padding-top: 3rem;
}

.box-experience .box-experience__title h3 {
    font-size: 33px;
    text-transform: uppercase;
    margin-top: 8px;
    color: #254752;
    font-weight: bold;
    margin-bottom: 35px;
}

.box-experience .box-experience__content .exp-item ul {
    padding-left: 17px;
}

.box-experience .box-experience__content .exp-item {
    border-bottom: 2px solid #dc6900;
}

.box-experience .box-experience__content .exp-item h4 {
    padding-top: 15px;
}

.box-experience .box-experience__content .exp-item.sub-last-item,
.box-experience .box-experience__content .exp-item.last-item {
    border-bottom: unset;
}

.box-experience .box-experience__content .exp-desc {
    color: #000;
    font-weight: bold;
}

/*TODO: BOX TEAMS*/
.box-teams .box-teams__title h3 {
    text-transform: uppercase;
    margin-top: 8px;
    color: #254752;
    font-weight: bold;
    margin-bottom: 35px
}

.box-teams .user-info {
    padding-top: 150px;
}

.box-teams .team-item {
    border: 3px solid #254752;
    margin-bottom: 10px;
    position: relative;
    height: 100%;
}

.box-teams .team-item .team-item__header {
    display: flex;
    align-items: center;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #FFf;
    width: max-content;
}

.box-teams .team-item .team-item__header .fill {
    background: #254752;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 4px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.box-teams .team-item .team-item__header .user-img {
    z-index: 2;
    width: 200px;
    height: 200px;
}

.box-teams .team-item .team-item__header .user-img img {
    border: 3px solid #254752;
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.box-teams .team-item .team-item__header h4 {
    padding: 25px 15px;
    z-index: 2;
    color: #fff;
    margin-bottom: 7px;
}

.box-teams .team-item .team-item__exp {
    padding-top: 125px;
}

.box-teams .team-item .team-team-item__exp-contact ul {
    padding-left: 10px;
}

.box-teams .team-item .team-team-item__exp-contact ul li a {
    color: #01619d;
    text-decoration: none;
}

.box-teams .team-item .team-team-item__exp-contact .inner-icon {
    margin-right: 10px;
}

.box-teams .team-item .team-team-item__exp-contact .inner-icon svg {
    fill: #254752  !important;
    width: 15px;
    height: 15px;
}

/*TODO: BOX MAPS*/
.box-map {
    margin-top: 50px;
}

.box-map iframe {
    width: 100%;
    height: calc(100vw / 3);
}

/*TODO: BOX FOOTER*/
.footer {
    margin-top: 50px;
    background-color: #254752;
    color: #a4a4a4;
}

.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: #eaeaea;
    text-decoration: none;
}

.footer .footer-item ul li a:hover {
    color: #fffa67 !important;
}

.footer .footer-item h4 {
    margin-bottom: 20px;
    font-size: 20px;
    text-transform: uppercase;
}

.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;
    background-color: #254752;
}

.footer .form-contact .contact-info input {
    color: #eaeaea;
}

.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;
    border-color: #fff;
    height: 80px;
    padding: .375rem .75rem;
    outline-width: 0;
    color: #fff;
    outline-color: transparent !important;
}

.footer .form-contact .contact-info textarea:focus {
    background-color: #254752;
}

.footer .form-contact .contact-info button {
    width: 50%;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #254752;
}

.footer .logo-footer img {
    max-width: 100%;
}

/*TODO: PAGE LIST SERVICE*/
.box-list-services {
    margin-top: 50px;
}

.box-list-services .services-header {
    margin-bottom: 50px;
    height: 50px;
}

.box-list-services .services-header .prefix-line {
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: 0;
    background-color: #e0301e;
}

.box-list-services .services-header h4 {
    position: absolute;
    top: 12px;
    margin-bottom: 0;
    background-color: #fff;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    color: #254752;
}

.box-list-services .service-item {
    padding: 15px;
}

.box-list-services .service-item:hover {
    -moz-box-shadow: 0 0 3px #ccc;
    -webkit-box-shadow: 0 0 3px #ccc;
    box-shadow: 0 0 3px #ccc;
}

.box-list-services .service-item .service-item__header {
    margin-bottom: 25px;
}

.box-list-services .service-item .service-item__header h4 {
    padding: 15px 20px;
    margin-bottom: 0;
    position: relative;
    margin-left: 10%;
}

.box-list-services .service-item .service-item__header h4 a {
    color: #fff;
    font-size: 20px;
}

.box-list-services .service-item .service-item__header h4 a:hover {
    text-decoration: underline !important;
}

.box-list-services .service-item .service-item__header .prefix-icon {
    position: absolute;
    width: 10%;
    height: 10px;
    bottom: -10px;
}

.services-description img {
    max-width: 100%;
}

.box-list-services .services-header h4.service-header {
    padding: 15px;
    font-size: 30px;
    text-transform: uppercase;
    top: 0;
    text-align: center;
}

/*TODO: PAGE CONTACT*/
.box-contact .map-contact iframe {
    width: 100%;
    height: calc(100vw / 3);
}

/*TODO: BOX COMMON HEADER*/
.box-common-header {
    margin-bottom: 50px;
    height: 50px;
}

.box-common-header .prefix-line {
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: 0;
    background-color: #e0301e;
}

.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%;
}

/*TODO: RESPONSIVE*/
@media (max-width: 1025px) {
    .box-header .main-header ul li {
        padding: 15px 20px;
    }

    .box-list-services .services-header h4.service-header {
        font-size: 24px;
        top: 5px;
        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;
    }

    /*TODO: 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;
    }

    /*TODO: BOX TREND*/
    .box-trend {
        display: block;
    }

    .box-trend .col-middle {
        width: 100% !important;
    }

    .box-trend .col-middle h3 {
        margin-bottom: 20px;
    }

    /*TODO: BOX INFO*/
    .box-info .services .services__content .services__content-title {
        font-size: 18px;
    }

    .box-info h3 {
        font-size: 15px;
    }

    .col-md-percent-20 {
        width: 33.33%;
    }

    /*TODO: BOX TEAMS*/
    .box-teams .user-info {
        padding-top: 110px;
    }

    .box-teams .team-item .team-item__header {
        top: -60px;
    }

    .box-teams .team-item .team-item__header .fill {
        height: 35px;
    }

    .box-teams .team-item .team-item__header h4 {
        font-size: 16px;
    }

    .box-teams .team-item .team-item__header .user-img {
        width: 120px;
        height: 120px;
    }

    .box-teams .team-item .team-item__exp {
        padding-top: 80px;
    }

    /*TODO: BOX FOOTER*/
    .footer .footer-item h4 {
        font-size: 15px;
    }

    /*TODO: PAGE LIST SERVICE*/
    .box-list-services .service-item .service-item__header h4 {
        padding: 10px 15px;
    }

    .box-list-services .service-item .service-item__header h4 a {
        font-size: 16px;
    }

    .box-list-services .services-header h4.service-header {
        font-size: 20px;
    }
}

@media (max-width: 475px) {
    .common-title {
        font-size: 18px !important;
    }

    /*TODO: BOX HEADER*/
    .box-header .main-header .header-left img {
        width: 120px;
    }

    .box-header .toggle-menu i, .box-header .hide-menu-button i {
        font-size: 20px;
    }

    /*TODO: BOX TREND*/
    .box-trend .col-middle .trend-info {
        display: block !important;
    }

    .box-trend .col-middle .trend-info__image {
        display: none;
    }

    .box-trend .trend-info .trend-info__right .finance,
    .box-trend .trend-info .trend-info__right .customer {
        text-align: left;
    }

    .box-trend .trend-info .trend-info__right .finance li,
    .box-trend .trend-info .trend-info__right .customer li {
        justify-content: flex-start;
    }

    .box-trend .trend-info .info-item h5 {
        font-size: 15px;
    }

    /*TODO: BOX INFO*/
    .box-info .box-info__container {
        margin-top: 150px;
    }

    .col-md-percent-20 {
        width: 50%;
    }

    .box-experience .box-experience__title .box-experience__title__image img {
        width: 120px;
    }

    .box-experience .box-experience__title h3 {
        margin-bottom: 20px;
    }

    .box-experience .box-experience__content .exp-item.sub-last-item {
        border-bottom: 2px solid #dc6900 !important;
    }

    /*TODO: BOX TEAM*/
    .box-teams .box-teams__title .box-experience__title__image img {
        width: 150px;
    }

    .box-teams .user-info {
        padding-top: 90px;
    }

    /*TODO: BOX MAP*/
    .box-map iframe {
        height: 300px;
    }

    /*TODO: 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;
    }
}
