.brekcrum {
    text-align: center;
    list-style: none;
    margin-top: 15px;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
}

.brekcrum li {
    display: inline-block;
}

.brekcrum li:after {
    content: ' / ';
}

.brekcrum li:last-child {
    font-weight: bold;
}

.brekcrum li:last-child:after {
    content: '';
}

.box-item {
    padding: 15px;
    box-shadow: 0 4px 10px #ebe7e7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}

.box-item:hover {
    border: 2px solid #1e79bf;
}

.box-item .new-heading a {
    font-size: 18px !important;
    color: #000 !important;
}

.box-product {
    box-shadow: 0 4px 10px #ebe7e7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}

.box-product:hover .item-title, .box-shadow:hover .item-title {
    border: 2px solid #1e79bf;
}

.box-product:hover, .box-shadow:hover {
    transform: translateY(-10px);
}

.box-product .item-title {
    border-top: 2px solid #1e79bf;
}

.box-shadow {
    box-shadow: 0 4px 10px #ebe7e7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
}

.news-date {
    margin: 10px 0 15px;
}

.news-date i {
    color: #1e79bf;
}

.pagination {
    align-items: center;
    justify-content: center;
}

.social a {
    font-size: 20px;
    margin-left: 10px;

}

.social a:hover {
    color: #1e79bf;
}

.box-apply {
    padding: 15px;
    box-shadow: 0 4px 10px #ebe7e7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
    background: #fff;
}

.form-apply .form-control {
    border: 0;
    border-bottom: 1px solid #eee;
    padding-left: 0;
    margin-bottom: 25px;
}

input::placeholder {
    color: #cbcbcb !important;
}

.line {
    width: 100px;
    height: 5px;
    background: red;
    margin: 0 auto;
}

.img-responsive {
    width: 100%;
    max-width: 100%;
}

.nav-item {
    max-width: 170px;
}

.pd-title {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    margin-bottom: 33px;
}


.fix-height {
    height: 1025px !important;
}

#footer .container {
    background-color: #3a78ba;
}

.box-content-value {
    box-shadow: 1px -5px 6px 1px #ebe7e7;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
    margin-top: 120px;
}

.box-value {
    padding: 30px 10px;
    box-shadow: 0 4px 10px #ebe7e7;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    border: 2px solid transparent;
    background: #fff;
    margin-bottom: 20px;
}

.box-value-text {
    height: 90px;
    overflow: hidden;
}

.box-value:first-child {
    margin-top: -60px;
}

.middle {
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
}

.box-certification {
    background: #1e79bf;
    color: white;
}

.bg-gallery {
    background: rgba(0, 0, 0, 0) url("../img/bg/Mask_Group_38.png") no-repeat scroll 50% 100%;
}

.bg-bidding {
    background: rgba(0, 0, 0, 0) url("../img/bg/bg-bidding.png") no-repeat scroll 50% 100%;
}

.box-pdf {
    height: 800px;
}

.box-sticky {
    position: fixed;
    right: 0;
    z-index: 999999;
    top: 50%;
    text-align: right;
}

.box-sticky .circle {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
    color: #bfbfbf;
}

.box-sticky .btn-outline-primary {
    background: white;
    border-color: #bfbfbf;
}

.box-sticky .btn-outline-primary:hover {
    background: #14a7d5;
    color: #fff;
}

.box-sticky .circle:hover {
    background: #14a7d5;
    color: #fff;
}

.owl-nav > div:hover i {
    color: red;
}

.red {
    color: red;
}

.blue {
    color: #1e79bf
}

.show-md {
    display: none !important;
}

.hide-md {
    display: block !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent !important;
}

.bg-sticky {
    background: #14a7d5 !important;
    color: #fff;
}

.pd-md {
    padding: 0 80px;
}

.pd-md .owl-nav {
    right: -80px;
}

.slide-galary {
    padding: 60px;
}

.slide-galary .owl-nav {
    top: -130px;
    right: -60px;
}

.pd-img {
    position: relative;
    padding-bottom: 70%;
    height: 0;
    width: 100%;
}

.pd-avatar {
    position: relative;
    height: 0;
    width: 100%;
    overflow: hidden;
}
.pd-avatar > img, .pd-img > img{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.pd-video {
    padding-bottom: 70%;
}

@media (max-width: 991px) {
    .header-sticky.sticky {
        position: static !important;
    }

    .header-top {
        display: none;
    }

    .pd-md {
        padding: 0px;
    }

    .pd-md .owl-nav {
        right: 0px;
    }

    .fix-height {
        height: 900px !important;
    }

    .nav-tabs {
        display: block;
        opacity: 0;
        height: 50px;
        /*margin-top: 60px;*/
    }

    .nav-item {
        /*max-width: 100%;*/
    }

    .left-why-choose {
        padding: 0;
    }

    .arrow-up {
        top: 10px;
        width: 110px;
        left: -55px !important;
    }

    .content-left-why-choose h4 {
        margin-bottom: 50px;
        margin-left: 50px;
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .right-why-choose {
        display: none;
    }

    .content-left-why-choose .row {
        margin-bottom: 0px;
    }

    .wc-text {
        margin-bottom: 10px;
    }

    .slider-activation .owl-dots {
        position: absolute;
        text-align: center;
        height: 20px;
        bottom: 340px;
    }

    .about-us {
        margin-top: 110px;
    }

    .box-value:first-child {
        margin-top: 0px;
    }

    .box-sticky {
        right: auto;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        bottom: 0;
        top: auto;
    }


    .box-sticky li {
        display: inline-block;
    }

    .box-sticky a {
        display: inline-block;
    }

    .fit-xs-width {
        width: 80%;
    }

    .flex-md-row {
        flex-flow: row wrap !important;
    }

    .ab-icon {
        margin-right: 15px;
        width: 100% !important;
        text-align: center;
        margin-bottom: 15px;
    }

    .ab-text {
        text-align: center;
    }

    .slider-items .owl-nav {
        top: -50px !important;
        width: 100%;
        right: auto !important;
    }

    .slider-items .owl-nav .owl-prev {
        float: left !important;
    }

    .slider-items .owl-nav .owl-next {
        float: right !important;
    }

    .owl-slider, .owl-slider2, .owl-slider4 {
        margin-top: 60px;
    }

    .box-content-value {
        margin-top: 20px;
    }

    .show-md {
        display: block !important;
    }

    .hide-md {
        display: none !important;
    }

    .slide-galary {
        padding: 20px;
    }

    .slide-galary .slide-galary {
        margin-top: 0 !important;
    }

    .slide-galary .owl-nav {
        top: -130px !important;
        right: -10px !important;
        width: auto;
    }

    #clients .owl-nav {
        top: -30px !important;
    }
    #footer{
        padding-top: 120px;
    }

    .head-title-intro {
        font-size: 16px;
    }

}

@media (min-width: 1200px){
    #footer{
        padding-top: 370px;
    }
}

