html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.spc_background1{
  background-image: url(/media/background/back_1.jpg) !important;
}

.minh138{
  min-height: 135px !important;
}

.minh723{
  min-height: 723px !important;
}


.minh470{
  min-height: 470px !important;
}

.centerX{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
}

.border-left-blue{
    border-left: 5px solid #17C653 !important;
}









@media (max-width: 1024px){
    div#kt_app_header_container {
        justify-content: space-between !important;
    }
}

@media (max-width: 768px){
    div#kt_app_header_container {
        justify-content: center !important;
        flex-direction: column;
        height: auto;
    }

    div#kt_app_header {
        height: auto;
        margin-top: 20px;
    }

    div#kt_app_root {
        margin-left: 0 !important;
    }

    div#kt_app_main > div {
        align-items: center !important;
    }

    .kt_app_header_container img {
        max-width: 120px !important;
    }
}
