﻿@charset "utf-8";
/* CSS Document */
/*
    Theme Name: web;
    Author: bướng
*/

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=latin-ext,vietnamese);

.h2-title.title-2 {
    border-bottom: none;
}

/*.wp-logo-doitac img {
    height: auto;

}*/

.ft-left p {
    margin-bottom: 0px;
}

.btn-click {
    border: none;
    background: none !important;
    color: #fff;
    font-weight: bold;
    margin-left: -10px;
}

.wp-tin-1 > .text-tin1 > p {
    font-size: 13px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
} 

#modal-search {
    top: 20%;
}

    #modal-search .modal-header {
        padding: 0px;
    }

        #modal-search .modal-header .close {
            width: 35px;
            height: 35px;
            color: #fff;
            background: #dd0000;
            opacity: 0.8;
            border-radius: 100%;
            opacity: 1;
            position: absolute;
            top: -25px;
            right: -25px;
        }

            #modal-search .modal-header .close:hover {
                opacity: 1;
            }

.title-side1 .h2-title1 {
    margin-bottom: 0px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    background: #067273;
    color: #fff;
    text-transform: uppercase;
}

    .title-side1 .h2-title1 i {
        margin-right: 5px;
    }

.content-side1 {
    border: 1px solid #ccc;
    padding: 0px;
}

.wp-img-side1 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.wp-right-sec > div {
    margin-bottom: 20px;
}

.wp-slide-edit {
    margin-bottom: 20px;
}

.navbar-default .navbar-nav > li > a {
    /*font-size: 14px;*/
}

.wp-title .h2-title span {
    font-size: 14px;
    text-transform: uppercase;
}

.carousel-inner > .item > figure {
    position: relative;
    height: auto !important;
    width: 100%;
    padding-top: 58.5%;
    overflow: hidden;
}

    .carousel-inner > .item > figure img {
        object-fit: cover;
        margin: auto;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

.nav-pills {
    background: #f5f5f5
}

    .nav-pills figure {
        height: 88px;
        overflow: hidden
    }

        .nav-pills figure img {
            width: 100%;
            height: 100%
        }

    .nav-pills > li > a {
        padding: 8px;
        border-radius: 0px;
        color: #333
    }

    .nav-pills h2 {
        font-size: 13px;
        text-align: left;
        font-weight: normal;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding: 5px 0 0 0px;
        line-height: 1.4;
    }

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 0;
        left: 0;
        bottom: 0;
        position: absolute;
        margin-bottom: 0px;
        padding: 15px 12px;
        text-align: left;
        background-color: rgb(0, 0, 0,0.6);
    }

        .carousel-caption h3 {
            font-size: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            color: #fff;
            -webkit-box-orient: vertical;
            overflow: hidden;
            margin: 0
        }

            .carousel-caption h3 a {
                color: #fff;
            }

                .carousel-caption h3 a:hover {
                    text-decoration: underline
                }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        background: #fff;
    }

        /*.container > .row {
            margin-left: 0px;
            margin-right: 0px;
        }*/

    nav.navbar {
        display: flex;
        justify-content: center;
        height:35px;
    }
}
