﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.limit-row-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.limit-row-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.limit-row-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.limit-row-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.gallery {
    position: relative !important;
    padding-top: 80% !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    margin-bottom: 10px !important;
}

    .gallery .gallery-items {
        position: absolute !important;
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        z-index: 9 !important;
    }

.img-responsive {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 100%!important;
}

.bg-position{
    background-position: center!important;
}

.category-left {
    border: 1px solid rgb(236, 236, 236);
    padding: 15px!important;
    background: #fff;
    border-radius: 8px;
}

.border-item {
    border: 1px solid rgb(236, 236, 236);
}

.breadcrumb .breadcrumb-item {
    display: inline;
    position: relative;
    color: #1e7ed0;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
}

    .breadcrumb .breadcrumb-item a {
        display: inline;
        position: relative;
        color: #1e7ed0 !important;
        line-height: 30px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
    }

.breadcrumb i {
    color: #1e7ed0;
    line-height: 16px;
    font-size: 18px;
}

.category-left .post-thumbnail-entry {
    float: unset;
}

.loading {
    position: relative;
}

    .loading:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .loading:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        /*background: url(../assets/images/loading.gif) no-repeat scroll center center / 50px rgba(255, 255, 255, 0.5);*/
        z-index: 999;
        cursor: wait;
        margin: auto;
        border: 8px solid #bcd3c7;
        width: 60px;
        height: 60px;
        border-top-color: #1abc9c;
        border-bottom-color: #3498db;
        border-radius: 50%;
        animation-name: spin;
        animation-duration: 2s;
        animation-delay: 0s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
    }

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes appear {
    100% {
        opacity: 1;
    }
}

.bg-opacity{
    position: relative;
}

    .bg-opacity:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0, 0.2);
        z-index: 0
    }

.item-image-enterprise {
    height: 300px;
}

.title-center{
    font-size: 24px!important;
}

.block-image-left {
    width: 100%;
    height: 100%;
}

.image-enterprise {
    height: 100%;
}

.item-image-enterprise {
    height: 300px;
}

.block-enterprise img {
    height: 100% !important;
    object-fit: contain;
    width: 100%;
}

.note i {
    color: rgb(31, 126, 208);
    width: 15px;
    text-align: center;
    font-size: 15px;
}

.widget-title:after {
    content: ' ';
    clear: both;
    width: 50px;
    display: block;
    height: 2px;
    margin: 10px 0 0;
    background-color: #377dcd;
}

.image-wraper {
    border-radius: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.product-image {
    width: 100%;
    height: 100%;
    padding-top: 66.66%;
    position: relative;
}

.image-product {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.block-responsive {
    max-width: 40%;
    max-height: 40%;
    margin: 0 auto;
}

.animation-item{
    transition: all 0.4s;
}

    .animation-item:hover {
        box-shadow: 0 0.0625rem 20px 0 rgb(0 0 0 / 30%);
        transform: translateY(-5px);
    }

.post-item-description h2 span{
    font-size: 16px;
}

.breadcrumb{
    background-color: unset!important;
}

tbody .even {
    background-color: #fff;
}

.table th {
    font-weight: 600!important;
}

table td {
    vertical-align: middle!important;
}

.text-location {
    font-size: 13px;
    color: grey;
    line-height: 18px;
}

.img-teacher{
    transition: all 0.5s;
}

.team-member:hover .img-teacher {
    transform: scale(1.1)
}

.fs-8{
    font-size: 12px;
    line-height: 16px;
}

.lst-ctdt div{
    color: lightgray;
}
.lst-ctdt span{
    color: lightgray;
}