﻿/* 1920px (full HD / wide screens) */
@media (min-width: 1920px) {
    .lead p {
        font-size: 22px;
    }
    .line_animation {
        width: 1320px;
        opacity:.5;
    }
        .how_work_text {
            margin: 0 auto;
            max-width: 240px;
        }

            .how_work_text h4 {
                font-size: 22px;
                padding: 10px 0px 5px 0px;
            }

            .how_work_text p {
                font-size: 14px;
                line-height: 1.857;
            }

        .how_work_img i {
            font-size: 50px;
        }

    .how_work_section {
        padding: 50px 0px 100px;
        position: relative;
    }

        .navbar-brand img {
            max-height: 130px;
        }

        .menu-small .nav-link,
        .menu-small .dropdown-item {
            font-size: 15px;
            margin: 8px 45px 8px 0;
        }

        .navbar-nav menu-small {
            padding: 15px 0;
        }

        .custome-container {
            max-width: 1320px !important;
            margin: auto;
        }

        .home-hero {
            position: relative;
            background-image: url(/images/Kbach-1.png), url(/images/Kbach-2.png);
            background-position: 1% 26%, 99% 26%;
            background-repeat: no-repeat, no-repeat;
            background-size: auto 85%, auto 85%;
            background-color: #fff;
            z-index: 1;
        }

        .welcome-image {
            object-fit: cover;
            max-width: 500px !important;
            height: 280px;
            width: 100%;
        }

        .latest-block-box .type-post .blog-content {
            padding: 0 20px 16px 20px;
        }

        .last-news-img {
            width: 250px;
            height: 280px;
            object-fit: cover;
        }

        .nav-tabs.flat-tabs .nav-link {
            font-size: 1em;
            padding: 0.75rem 1.25rem;
        }

        .type-post .blog-content .entry-title h3 a {
            font-size: 20px;
            margin: 15px 0;
        }

        .three-line-truncate p {
            max-height: 6em;
            line-height: 2em;
        }

        .entry-content {
            font-size: 14px;
            line-height: 24px;
        }

        .type-post .post-date span {
            font-size: 26px;
            margin-top: -5px;
        }

        .type-post .post-date {
            width: 61px;
            height: 61px;
            padding: 7px 0;
        }

        .history-one__content-left {
            margin-top: 20px;
        }

        .history-one__content-title {
            font-size: 3em;
            line-height: 50px;
        }

        .video-thumbnail-wrapper {
            height: 566px;
            cursor: pointer;
        }

        .media-photo-container > img {
            min-height: 260px;
            max-height: 300px;
        }

        .media-photo-container {
            min-height: 260px;
            padding: 5px;
        }

        .detail-post-title {
            font-size: 2em;
            line-height: 1.4em;
            font-weight: bold;
            color: #000091;
        }

        .detail-post-publish_date {
            font-size: 13px;
            color: grey;
        }

        .text-xs {
            font-size: 0.7rem !important;
        }

        .news-one__content {
            position: relative;
            display: block;
            background-color: rgb(255, 255, 255);
            box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
            padding: 30px 35px 13px;
        }

        .counter-content .countdown li > span {
            font-size: 1.5em;
        }

        .news-one-press__content {
            padding: 30px 55px 13px;
        }
    }
