@import url('./main/bootstrap/bootstrap.min.css');
@import url("../../../backoffice/assets/css/toastr.css");
@import url('./main/fontawesome/css/all.css');
@import url('./main/slick/slick.css');
@import url('./main/slick/slick-theme.css');
@import url('./jquery-ui.css');
@import url('./customs.css');
@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');
/* Styles */

body {
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
}

/* Navbar */

.navbar-logo img {
    height: 40px;
}
.navbar-logo-youtube img {
    height: 30px;
    margin-right: 20px;
}

.navbar-custom {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    height: 75px;
    width: 100%;
}

.navbar-custom .navbar-nav .nav-link {
    color: #ffffff;
    padding: 10px
}

.navbar-custom .navbar-nav .nav-link:hover {
    color: #bc946f;
}

.navbar-toggler {
    background-color: #bc946f;
    border-color: #bc946f;
}

.navbar-toggler .fas {
    color: #ffffff;
}

.bg-dark-transparent {
    background-color: rgba(0, 0, 0, 0.4)!important;
}

.navbar-button {
    text-align: center;
    width: 150px;
    padding: 15px;
    background: #bc946f;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Prompt', sans-serif;
    font-weight: normal;
    color: #ffffff;
}

.navbar-button:hover {
    color: #ffffff !important;
}

/* Dropdown Navbar */

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0px;
    margin: 1rem 0 0;
    border: 0px;
    border-radius: 0px;
}

.navbar-expand-lg .navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    background-color: #bc946f;
    color: #ffffff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
}

.navbar-breadcrumb.breadcrumb {
    font-size: 1.25rem;
    background-color: transparent;
}

.navbar-breadcrumb.breadcrumb a {
    color: #ffffff;
}

.navbar-breadcrumb .breadcrumb-item.active {
    color: #ffffff;
}

.navbar-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}

/* Section */

.section-welcome {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

.section-our-story {
    background-image: url('../img/index/background_ourstory.png');
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

.section-client {
    padding: 2.5rem;
}

.section-services {
    padding: 5rem;
    background-image: url('../img/index/backgroun_services.jpg');
    background-size: cover;
    background-position: center;
}

.section-welcome .text-section-1 h4 {
    font-weight: 700;
}

.section-welcome .text-section-2 h3 {
    font-weight: 700;
    color: #bc946f;
    margin-bottom: 2rem;
}

.section-client h4 {
    font-weight: 700;
}

.section-services h4 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #ffffff;
}

.section-services p {
    color: #ffffff;
}

.section-login {
    margin-top: -200px;
}

.section-content {
    padding: 2.5rem;
}

.image-cover-radius img {
    border-radius: 10px;
}

.our-story {
    position: relative;
    height: 200px;
}

.our-story-bg {
    display: flex;
    padding: 5rem;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(188, 148, 111, 0.75);
}

.our-story-bg h3 {
    text-align: center;
    font-weight: 700;
}

.client-text {
    color: #bc946f;
}

.client-slide-container {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.client-img img {
    width: 70px;
    height: 70px;
}

.card-service {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    height: 300px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition-duration: 172ms;
    will-change: transform, box-shadow;
}

.card-service.shadow {
    background-color: rgba(0, 0, 0, 0.7);
}

.card-service:hover {
    transform: translateY(-10px);
    background: rgba(188, 148, 111, 1);
    cursor: pointer;
}

.card-service:hover svg {
    fill: #ffffff;
}

.card-service svg {
    fill: #bc946f;
    width: 100px;
    margin: 1.5rem;
}

.card-service h5.title {
    color: #ffffff;
}

.card-knowledge {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    height: 360px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition-duration: 172ms;
    will-change: transform, box-shadow;
}

.card-knowledge.shadow {
    background-color: rgba(0, 0, 0, 0.7);
}

.card-knowledge:hover {
    transform: translateY(-10px);
    background: rgba(188, 148, 111, 1);
    cursor: pointer;
}

.card-knowledge:hover svg {
    fill: #ffffff;
}

.card-knowledge svg {
    fill: #bc946f;
    width: 100px;
    margin: 1.5rem;
}

.card-knowledge h5.title {
    color: #ffffff;
}

.service-icon {
    font-size: 36px;
    color: #ffffff;
}

.arrow-button svg {
    width: 48px;
}

.arrow-1 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 20;
    stroke-miterlimit: 10;
}

.arrow-2 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 25;
    stroke-miterlimit: 10;
}

.absolute-arrow {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    bottom: 0;
}

.main-static-item {
    height: 400px;
}

.section-login h1.title {
    font-weight: 700;
    color: #ffffff;
}

.card-login {
    padding: 2.5rem;
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.form-control {
    font-family: 'Prompt', sans-serif;
}

.btn-sign-in {
    text-align: center;
    padding: 15px;
    background-color: #bc946f;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: 'Prompt', sans-serif;
    font-weight: normal;
    color: #ffffff;
}

.btn-sign-in:hover {
    color: #ffffff;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #bc946f;
    border-color: #bc946f;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #bc946f;
    border-color: #bc946f;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #bc946f;
    border-color: #bc946f;
}

.nav-tabs .nav-item {
    text-align: center;
    width: 340px;
    margin-right: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    padding: 20px;
    border: 1px solid #bc946f;
    font-size: 0.85rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: 1px solid #bc946f;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #bc946f;
    color: #ffffff;
    border: 1px solid #bc946f;
}

.nav-tabs .nav-item a {
    color: #8e8e8e;
}

.nav-tabs {
    border-bottom: 1px solid #bc946f;
}

.margin-less {
    margin: 0px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(188, 148, 111, 0.10);
}

.bg-gold {
    color: #ffffff;
    background-color: #bc946f;
}

.main-static-item {
	position: relative;
}

.banner-caption {
	position: absolute;
    top: calc(50% + 37.5px);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    /* max-width: 500px; */
    text-align: center;
    color: #ffffff;
}

.banner-caption .row {
    margin: 0px !important;
}

.banner-svg svg {
    width: 80px;
    height: 80px;
}

.banner-caption h2 {
    font-size: 1.75rem;
    font-weight: 700;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
}

.banner-caption h4 {
    font-size: 1.25rem;
}

.icon-download img {
    width: 38px;
    height: 38px;
}

.static-width-table {
    width: 1110px;
}

.static-width-table.table td, .table th {
    vertical-align: middle;
}

.custom-nav-pills .nav-link {
    color: #000000;
    border: 1px solid #EAEAEA;
    border-radius: 0px;
}

.custom-nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #bc946f;
}

/* .custom-nav-pills .nav-link.active::after {
    position: absolute;
    content: ' ';
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border-right: 6px solid #bc946f;
    border-bottom: 6px solid #bc946f;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    top: 18px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.custom-nav-pills .nav-link.active::after {
    top: 35px;
}

.custom-nav-pills .nav-link.active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} */

.table-button-collapse {
    color: #bc946f;
}

.table-button-collapse:hover {
    color: #bc946f;
}

.table-collapse {
    cursor: pointer;
}

.table-bg-secondary {
    background-color: #f8f8f8 !important;
}

.hiddenRow {
    width: 100%;
    padding: 0px !important;
}

/* Scroll */

.scroll-hand {
    display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .scroll-hand {
        position: absolute;
        z-index: 3;
        display: block;
        width: 40px;
        height: auto;
        top: 45%;
        left: 50%;
        transition: width .5s;
        animation: swipeX 3s ease-in-out infinite;
    }
    @keyframes swipeX {
        0%, 100% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }
        50% {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
        }
    }
}

/* Slicks */

.slick-dots {
    bottom: 60px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #ffffff;
}

.slick-dots li.slick-active button:before {
    color: #ffffff;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}

.slick-next:before, .slick-prev:before {
    color: #1e2b36;
    opacity: 1;
    padding: 2px;
    border-radius: 3px;
}

/* Footer */

.footer-custom {
    font-size: 14px;
    padding: 25px;
    background-color: #000000;
    color: #ffffff;
}

.footer-custom .padding-less {
    padding: 0px;
}

.footer-logo img {
    height: 80px;
}

/* Media Screen Mobile */

@media (max-width: 1024px) {
    .section-welcome {
        padding: 3.5rem;
    }
    .section-login {
        margin-top: -280px;
    }
    .navbar-logo img {
        height: 28px;
    }
    .navbar-custom {
        height: auto;
        z-index: 99;
        position: relative;
    }
    .navbar-button {
        width: auto;
    }
    .bg-dark-transparent {
        background-color: rgba(0, 0, 0, 1.0)!important;
    }
    .dropdown-menu {
        margin-bottom: 15px;
    }
    .card-service h5 {
        font-size: 1rem;
    }
    .card-knowledge h5 {
        font-size: 1rem;
    }
    .footer-logo img {
        height: auto;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin: 0.5rem 0 0.5rem 0;
    }
    .dropdown-item {
        background-color: rgba(0, 0, 0, 1.0)!important;
        color: #fff;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        padding: 0.5rem 2.5rem;
    }
}

/* Mobile & Table */

@media (max-width: 768px) {
    .navbar-custom {
        position: 10px;
    }
    .section-welcome {
        padding: 2.5rem;
    }
    .section-services {
        padding: 1.5rem;
    }
    .section-login {
        margin-top: -300px;
    }
    .slick-slide img {
        display: initial;
    }
    .client-img {
        text-align: center;
    }
    .our-story {
        height: 180px;
    }
    .our-story-bg {
        padding: 3rem;
    }
    .our-story-bg h3 {
        font-size: 1.25rem;
    }
    .row-card .col-4 {
        padding: 0px;
    }
    .card-service {
        margin: 0;
        height: 220px;
        border: 1px solid rgba(144, 144, 144, 0.29);
    }
    .card-service h5 {
        font-size: 0.75rem;
    }
    .card-service .card-body {
        padding: 0;
    }
    .card-service svg {
        width: 60px;
    }
    .card-knowledge {
        margin: 0;
        height: 220px;
        border: 1px solid rgba(144, 144, 144, 0.29);
    }
    .card-knowledge h5 {
        font-size: 0.75rem;
    }
    .card-knowledge .card-body {
        padding: 0;
    }
    .card-knowledge svg {
        width: 60px;
    }
    .arrow-button svg {
        width: 32px;
    }
    .slick-dots {
        bottom: 10px;
    }
    .navbar-logo {
        padding-right: 10px;
    }
    .navbar-logo-youtube img {
        height: 30px;
    }
    .navbar-logo-youtube {
        padding-right: 5px;
    }
    .text-section-1 {
        text-align: center !important;
    }
    .nav-piils-responsive .nav-pills {
        width: 500px;
        justify-content: unset!important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        padding: 0.5rem 2.5rem;
    }
    .icon-download img {
        width: 30px;
        height: 30px;
    }
}

/* Smartphone Only */

@media (max-width: 426px) {
    .navbar-custom {
        position: relative;
    }
    .navbar-logo-youtube img {
        height: 25px;
    }
    .navbar-logo-youtube {
        padding-right: 5px;
    }
    .main-static-item {
        height: 240px;
    }
    .banner-caption .row {
        margin: 0px;
    }
    .banner-caption h2 {
        font-size: 1.25rem;
    }
    .navbar-breadcrumb.breadcrumb {
        font-size: 0.75rem;
    }
    .static-width-table {
        width: 600px;
        font-size: 0.75rem;
    }
    .section-content {
        padding: 1.5rem;
    }
    .slick-dots {
        bottom: 10px;
    }
    .footer-logo img {
        height: auto;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin: 0.5rem 0 0.5rem 0;
    }
    .navbar-logo {
        padding-right: 10px;
    }
    .text-section-1 {
        text-align: center !important;
    }
    .nav-piils-responsive .nav-pills {
        width: 500px;
        justify-content: unset!important;
    }
    .nav-piils-responsive .custom-nav-pills .nav-link.active::after {
        content: none;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        padding: 0.5rem 2.5rem;
    }
    .icon-download img {
        width: 30px;
        height: 30px;
    }
}