﻿* {
    margin: 0;
    padding: 0;
}

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Montserrat', sans-serif;
*/
a:hover {
    list-style-type: none;
    text-decoration: unset;
}

a {
    color: #2b368c;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    overflow-x: hidden
}

section {
    animation-delay: 1s;
    /* padding: 40px 0px; */
}

.bg_first {
    /* border-top:2px solid #fff; */
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}


.date_view {
    width: 100%;
    padding: 15px 0;
    display: block;
    font-size: 13px;
}

    .date_view .date {
        width: 50%;
        display: inline-block;
        float: left;
        color: #666666;
    }

        .date_view .view i,
        .date_view .date i {
            padding-right: 5px;
        }

    .date_view .view {
        width: 50%;
        color: #666666;
        display: inline-block;
        text-align: right;
    }
/*header*/
.bg_hd {
    background: #2b368c;
    color: #fff;
    padding: 15px 0;
}

.logo_dangky {
    position: relative;
}

    .logo_dangky .logo_header {
        display: inline-block;
    }

        .logo_dangky .logo_header img {
            width: 100%
        }

.lien_he .diachi:before {
    content: url("../images/map-marker1.png");
    width: 10px;
    height: 10px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
}

.lien_he .phone:before {
    content: url("../images/phone-square.png");
    width: 10px;
    height: 10px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
}

.lien-he * {color: #fff!important}

.lien_he {
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}
/*end header*/

/*search language*/
.logo_dangky .search_language {
    position: absolute;
    top: 8px;
    right: 0;
}

.search {
    display: inline-block;
}

    .search input[type=text] {
        padding: 5px 10px;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        font-size: 13px;
        font-style: italic;
        color: #555555;
        border: none;
        outline: 0;
    }

    .search button {
        float: right;
        padding: 5px 10px;
        background: #da9b10;
        font-size: 13px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        border: none;
        cursor: pointer;
    }

        .search button .search:before {
            content: url(../images/search.png);
        }

        .search button:hover {
            background: #ccc;
        }

.search_language .language {
    display: inline-block;
}

.search_language p {
    margin-bottom: 5px;
}



/*end search language*/


/*menu*/
.bg_menu {
    background: #fff;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.36);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.36)
}

    .sticky + .content {
        padding-top: 102px;
    }
/*menu*/

.form-group {
    background: #fff;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    position: relative;
    margin-bottom: 12px;
}

    .form-group:after {
        content: '';
        position: absolute;
        height: 2px;
        background: #fff;
        width: 0px;
        left: 0;
        right: 0;
        margin: auto;
        bottom: -20px;
        opacity: 0;
        transition: 0.3s;
    }

    .form-group .form-control {
        border: 1px solid #ddd;
        height: 45px;
        position: relative;
        border-radius: 4px;
        z-index: 2;
        background: none;
        color: #007bff;
        /* border-radius: 5px; */
    }

.map textarea::placeholder,
.map input::placeholder {
    cursor: pointer;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #313131;
    background: #fff;
    align-self: flex-start;
    padding: 2px 4px;
    transition: all 250ms;
    overflow:hidden;
    border-radius
:4px;    font-size: 14px;
}

.form-group .form-control:focus, .form-group .form-control:active {
    box-shadow: none;
    outline: none;
}

.form-group .form-label {
    position: absolute;
    top: 7px;
    left: 13px;
    cursor: pointer;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #313131;
    background: #fff;
    align-self: flex-start;
    padding: 2px 4px;
    transition: all 250ms;
    z-index: 3;
}

.form-group.focus:after {
    opacity: 1;
    background: #007bff;
}

.form-group.focus .form-label, .form-group.filled .form-label {
    top: -7px;
    font-size: 10px;
    display: inline-block !important;
    color: #007bff;
    background: #fff
}

/*Tư vấn đăng ký*/

.tuvan_dangky {
    text-align: center;
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
}

.bg_tuvan_dangky {
    background: #f2f4f8;
    height: 100%;
}

.text_tvdk {
    display: inline-block;
}

    .text_tvdk a {
        color: #111111;
        font-size: 18px;
    }

        .text_tvdk a:before {
            content: url(../images/icon_tuvan.png);
            vertical-align: middle;
            margin-right: 10px;
        }

.botton_tvdk {
    margin: auto;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

    .botton_tvdk a {
        color: #fff;
        background: #2b368c;
        border-radius: 20px;
        padding: 10px 25px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .botton_tvdk a:before {
            content: url(../images/Register_icon.png);
            vertical-align: middle;
            margin-right: 8px;
        }
/*end tư vấn đăng ký*/
.dktq {
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 10;
}
/*title*/
.bg_title {
    background: url("../images/title.png");
    background-size: cover;
}

    .bg_title .bd {
        border-top: 4px solid #da9b10 !important;
    }


.title_main {
    position: relative;
    text-align: center;
    margin: 15px 0;
}

    .title_main a {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 1.2em;
        color: #2b368c;
    }

    .title_main span.bd {
        border-top: 1px solid #ff8e3e;
        width: 40px;
        display: inline-flex;
        text-align: center;
        border-radius: 30px;
    }
/*end title*/
/*giới thiệu trường */
.bg_02 {
    background: #f2f4f6;
    padding: 40px 0;
}

.news {
    margin: 15px 0
}

    .news .img_news .img {
        height: 190px;
        overflow: hidden;
        border-radius: 8px;
    }

        .news .img_news .img:hover img {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }

        .news .img_news .img img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

        .news .img_news .img img {
            object-fit: cover;
            height: 100%;
            width: 100%
        }

    .news .img_news .title {
        margin: 10px 0;
    }

        .news .img_news .title a {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
        }

    .news .desc {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        font-weight: 400;
        color: #555555;
        height: 60px;
    }

/*end giới thiệu trường*/
/*xem thêm*/
.view_add {
    margin: 15px 0;
}

    .view_add a {
        display: inline-block;
        text-align: center;
        color: #ff6a00;
        background: #ffffff;
        box-shadow: 2px 8px 12px 8px rgba(0, 0, 0, 0.03);
        text-transform: uppercase;
        border-radius: 20px;
        font-weight: 400;
        padding: 8px 40px;
        font-family: 'Montserrat', sans-serif;
    }
/*end xem thêm*/
/*tuyển sinh*/
.tuyen_sinh {
    overflow: hidden;
    height: 325px;
}

    .tuyen_sinh .item {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .tuyen_sinh .item .date_time {
            width: 50px;
            color: #fff;
            text-align: center;
            margin-right: 15px;
            display: inline-block;
            background: #2b368c;
            float: left;
            border-radius: 5px;
        }

            .tuyen_sinh .item .date_time span {
                font-size: 23px;
                font-family: 'Arial', sans-serif;
                font-weight: 700;
            }

            .tuyen_sinh .item .date_time p {
                font-size: 10px;
                margin-bottom: 0;
            }

        .tuyen_sinh .item .title a {
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            font-weight: 600;
        }
/*end tuyển sinh*/
/*slide*/
.slide_news {
    position: relative;
}

    .slide_news .owl-prev {
        left: -25px;
    }

        .slide_news .owl-next img, .slide_news .owl-prev img {
            background-size: cover;
            width: 100%;
        }

    .slide_news .owl-next, .slide_news .owl-prev {
        position: absolute;
        z-index: 1;
        top: 45%;
    }

    .slide_news .owl-next {
        right: -25px;
    }

.img_item {
    height: 325px;
    border-radius: 15px;
    overflow: hidden;
}

.owl-item .item img {
    height: 100%;
    object-fit: cover;
}
/*end tin tức slide*/
#slide .owl-nav,
#slide6 .owl-nav {
    display: none;
}
/*tin nổi bật*/
.tin_noibat {
    margin: 15px 0;
}

.news_left .img img {
    width: 100%;
    height: 100%
}

.news_left {
    width: 215px;
    float: left;
    margin-right: 15px;
}

    .news_left .img:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .news_left .img img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }

    .news_left .img {
        height: 135px;
        border-radius: 6px;
        overflow: hidden;
    }

.img_dm,
.tin_moi_img,
.img {
    position: relative;
    z-index: 0;
}

    .img_dm::before,
    .tin_moi_img::before,
    .img::before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .img_dm:hover::before,
    .tin_moi_img:hover::before,
    .img:hover::before {
        -webkit-animation: shine 1s;
        animation: shine 1s;
    }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.news_right {
    width: calc(100% - 230px);
    float: left;
}

    .news_right .date_new span {
        color: #e8435c;
    }

    .news_right .date_new .left_new {
        text-align: left;
        display: inline-block;
    }

    .news_right .date_new .right_new {
        float: right;
        display: inline-block;
    }

    .news_right a {
        color: #2b368c;
        font-weight: 700;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
    }

    .news_right p {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        font-weight: 500;
        font-size: 13px;
        color: #555555;
    }


/*end tin nổi bật*/

/*học sinh tieu biểu*/

.share_ph_title {
    margin: 30px 0;
}

    .share_ph_title p {
        color: #111111;
        line-height: 1.8;
        margin-bottom: 5px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        margin-bottom: 0;
    }

    .share_ph_title span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #2b368c;
        font-size: 16px;
    }

.share_ph_img {
    border-radius: 100%;
    overflow: hidden;
    height: 110px;
    width: 110px;
    text-align: center;
    margin: 30px auto;
    border: 1px solid #ff8e3e;
    
}

    .share_ph_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

/*end học sinh tieu biểu*/

/*phụ huynh*/
.bg_ph {
    background: url("../images/Layer 27.png");
    background-size: 100%;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.height_ph {
    min-height: 260px;
}

.news_ph {
    position: relative;
    background: #fff;
}

    .news_ph .title_ph {
        padding: 40px 20px;
    }

        .news_ph .title_ph p {
            -webkit-line-clamp: 5;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            font-size: 13px;
            height: 95px;
        }

        .news_ph .title_ph a {
            text-transform: uppercase;
            color: #2b368c;
            text-align: right;
            display: block;
            margin-bottom: 10px;
			-webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
        }

    .news_ph .img_ph {
        text-align: center;
    }

        .news_ph .img_ph img {
            position: absolute;
            bottom: -30px;
            height: 75px;
            width: 75px;
            border-radius: 100%;
            overflow: hidden;
            margin: 0 -20px;
            text-align: center;
            right: 45%;
        }

/*end phụ huynh*/

/*footer*/
.bg_05 {
    background: url("../images/map-right.png");
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 30px 0;
    color: #fff;
}

.copyright {
    background: #1d2981;
    color: #fff;
    height: 45px;
    vertical-align: middle;
    padding: 12px 0;
}

.bg_05 h5, .info h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 1.2em;
}

.title_ft span {
    border-top: 1px solid #ff8e3e;
    width: 40px;
    display: inline-flex;
    text-align: center;
    border-radius: 30px;
    margin-bottom: 10px;
}

.title_ft h5 {
    font-family: 'Montserrat', sans-serif;
}



.info p {
    margin-bottom: 5px;
}

.truy_cap div {
    margin-bottom: 5px;
}
/*end footer*/

/*hover*/
.box-tin li a:hover, .news_box .box_title a:hover {
    color: #2b368c;
}

.news .title a:hover, .news_title ul li a:hover, .news_right a:hover {
    color: #f9b015;
}

.link_dk a:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.view_add .add:hover, .view_add .add:focus, .view_add .add:active {
    color: white;
}

.view_add .add {
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .view_add .add:hover:before, .view_add .add:focus:before, .view_add .add:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .view_add .add:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #2b368c;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

/*end hover*/

/*Tin liên quan*/
.post {
    font-family: 'Montserrat', sans-serif;
}

    .post .post_meta .post_desc {
        color: #000;
        font-weight: 500;
    }

    .post .post_meta .post_title {
        color: #2a368c;
		font-weight: 700;font-size:1.5em;
    }

.news .title .news_title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;font-size:1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: #2b368c;
    margin: 5px 0;
}

.date span, .news .date span {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    background: #da9b10;
    border-radius: 5px;
    padding: 3px 8px;
    color: #fff;
    margin-right: 5px;
}

/*end tin liên quan*/
/*tin right*/
.tin_moi {
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    width: 100%;
}

    .tin_moi .tin_moi_title {
        color: #2b368c;
        font-weight: 700;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        margin-bottom: 8px;
    }

    .tin_moi .tin_moi_img {
        width: 105px;
        margin-right: 15px;
        float: left;
        height: 75px;
        overflow: hidden;
    }

        .tin_moi .tin_moi_img:hover img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }

        .tin_moi .tin_moi_img img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .5s ease-in-out;
            transition: .5s ease-in-out;
        }

        .tin_moi .tin_moi_img img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

    .tin_moi .tin_moi_desc {
        width: calc(100% - 120px);
        float: left;
    }

        .tin_moi .tin_moi_desc .desc_title {
            line-height: 1.4;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
        }

        .tin_moi .tin_moi_desc .date_time {
            margin-top: 5px;
            display: block;
            font-size: 11px
        }
/*end tin right*/
/*thông bao*/
.box-tin ul li {
    list-style-type: none;
    border-bottom: #bcb8b8 1px dotted;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

    .box-tin ul li:before {
        content: "\f04d";
        font-family: FontAwesome;
        font-size: 5px;
        position: absolute;
        top: 50%;
        margin-top: -5px;
        color: #2b368c;
    }

.box-tin li a {
    display: inline-block;
    padding: 7px 15px;
    color: #555555
}

/*end thông bao*/

/*tin nổi bật*/
.news_box {
    padding: 12px;
    width: 100%;
    float: left;
    border-bottom: 1px #e3e3e3 solid;
    border-top: 2px #fff solid;
    background: #f2f4f6;
}

    .news_box .box_img {
        width: 60px;
        height: 60px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
    }

        .news_box .box_img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .news_box .box_title {
        margin-left: 70px;
    }

        .news_box .box_title a {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            color: #555555;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
        }

/*end tin nổi bật*/
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2b368c;
    border-color: #2b368c;
}
/*danh mục tin tức*/
.h_dm {
    height: 375px !important;
    border-radius: unset !important;
}

.title_news {
    background: #2c368d;
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
    z-index: 1;
    width: 100%;
}

    .title_news .title .news_title {
        color: #fff;
        text-transform: uppercase
    }

    .title_news .desc {
        color: #fff;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        font-weight: 400;
        height: 100%;
    }

.news .img_dm {
    height: 155px;
    overflow: hidden;
    border-radius: 8px;
}

    .news .img_dm img {
        width: 100%;
        height: 100%;
    }

.bg_dm {
    background-image: linear-gradient(#ebebeb, #fff);
}

.news .title .news_title.dm {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: #2b368c;
    margin: 0;
    padding: 15px;
}

.news_box_dm {
    padding: 15px 0;
    width: 100%;
    float: left;
    border-bottom: 1px #e3e3e3 solid;
    border-top: 2px #fff solid;
}

    .news_box_dm .box_img {
        width: 125px;
        height: 100px;
        overflow: hidden;
        float: left;
        margin-right: 15px;
    }

        .news_box_dm .box_img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }

    .news_box_dm .box_title {
        margin-left: 140px;
    }

        .news_box_dm .box_title a {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            color: #555555;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
        }

/*end danh mục tin tức*/

/*thư viện ảnh*/
.nav.nav-tabs.nav-stacked {
    display: inline-block;
    padding: 0 15px;
    margin-top: 100px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    border-radius: 15px;
    width: 100%;
}
    .nav.nav-tabs.nav-stacked li:last-child{
        border-bottom:none!important
    }

    .nav.nav-tabs.nav-stacked li {
        border-bottom: 1px solid #eaeaea;
        padding: 10px 20px;
    }

.tab-content {
    display: inline-block;
    float: right;
}

.nav-tabs .nav-item a {
    font-weight: 700;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    padding: 5px;
    line-height: 1.6;
    color: #55595c
}

.nav-tabs .nav-item:before {
    content: "";
    background: #111;
    width: 2px;
    height: 100%;
    text-align: right;
}

.nav-tabs .nav-link {
    border: unset;
    border-radius: unset;
}

    .nav-tabs .nav-item.open .nav-link,
    .nav-tabs .nav-item.open .nav-link:focus,
    .nav-tabs .nav-item.open .nav-link:hover,
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-link.active:focus,
    .nav-tabs .nav-link.active:hover {
        color: #2b368c;
        background-color: #fff;
        margin: 0 0px;
    }

.nav-tabs {
    border: unset;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        border: unset;
    }

#myView {
    min-height: 250px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: auto;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border: unset;
    border-radius: unset;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    /*border-right: 2px solid #017cc8;*/
    color: #2b368c;
}

.picture {
    margin-bottom: 15px;
    box-shadow: 2px 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    overflow: hidden;
}

.img {
    height: 130px;
    overflow: hidden;
}

    .img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.box_title {
    margin: 5px 0;
    padding: 0 10px;
    height: 50px;
    overflow: hidden;
}

    .box_title a {
        font-size: 15px;
        font-weight: 500;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.date_view {
    width: 100%;
    padding: 0 10px 10px 10px;
    display: block;
    font-size: 13px;
}

    .date_view .date {
        width: 50%;
        display: inline-block;
        float: left;
        color: #666666;
    }

        .date_view .view i,
        .date_view .date i {
            padding-right: 5px;
        }

    .date_view .view {
        width: 50%;
        color: #666666;
        display: inline-block;
        text-align: right;
    }

.thumbnials_title {
    font-weight: 500;
    color: #111;
    margin: 8px 0;
}

    .thumbnials_title span {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 500;
    }

    .thumbnials_title p {
        text-transform: uppercase;
        color: #666666;
    }

.list-unstyled img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1.3);
    height: 235px;
}
#aniimated-thumbnials .thumb_image_gallery a:hover  img{filter:blur(1px)}
#aniimated-thumbnials .thumb_image_gallery {
    margin-bottom: 15px;
    padding: 4px;
    box-shadow: 2px 4px 12px rgba(0,0,0,0.15);
}

    #aniimated-thumbnials .thumb_image_gallery a {
        width: 100%;
        display: block;
        overflow: hidden;
    }

        /*#aniimated-thumbnials .thumb_image_gallery a:hover img{
	-webkit-transform :  scale(1.5);
    -ms-transform     :  scale(1.5); 
    transform         :  scale(1.5);
	transition: ease-in 0.3s;
	-webkit-filter: grayscale(100%); 
	filter: blur(2px); 
}*/

        #aniimated-thumbnials .thumb_image_gallery a:hover:before {
            visibility: visible;
            opacity: 1;
            top: 125px;
            transition: ease-in 0.3s;
        }

        #aniimated-thumbnials .thumb_image_gallery a:hover img {
            transform: scale(1.8);
            transition: ease-in 0.3s;
        }

        #aniimated-thumbnials .thumb_image_gallery a:before {
            visibility: hidden;
            opacity: 0;
            content: "XEM ẢNH";
            position: relative;
            left: calc( 50% - 40px);
            z-index: 10;
            height: 20px;
            padding: 10px 15px;
            border-radius: 30px;
            width: 80px;
            background: #2136cce0;
            color: white;
        }

/*end thư viện ảnh*/

.right_slide {
    font-weight: 700;
    font-size: 18px;
    border: 1px solid #ddd;
    color: #2b368c;
    height: 100%;
    margin-right: -30px;
    text-align: center;
    vertical-align: middle;
    padding: 35px 0;
    text-transform: uppercase;
}

    .right_slide::after {
        content: '';
        margin-top: 5px;
        width: 0;
        position: absolute;
        right: -26px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 10px solid #ddd;
    }

.left_slide {
    border: 1px solid #ddd;
    padding: 15px;
}

.item_lk {
    display: flex;
    vertical-align: middle;
    text-align: center;
}

    .item_lk .size_img {
        max-height: 67px;
        width: 100%;
        overflow: hidden;
    }

        .item_lk .size_img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.h_slide {
    max-height: 550px;
}

.btn-primary {
    color: #fff;
    background-color: #2b368c;
    border-color: #006590;
}

.title_dangky h4 {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 0;
    /* margin-bottom: 30px; */
    font-size: 22px;
    font-size: 1.2em;
}

.info_diachi {
    text-align: initial;
}

.map form button {
    padding: 10px 30px;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    background: #1474d8;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    font-size: 18px;
    margin: 5px 0 0px 0;
}

    .map form button:hover {
        background: #36aeda;
    }

.sticky .bg_hd {
    display: none
}
.post_content{
    position: relative;
    width: 100%;
    min-height: 360px;
}

.post_content iframe {
    position: relative;
    width: 100%!important;
} 

@media screen and (max-width:991px) {
    .item_lk .size_img {
        max-height: 100px;
    }

    .bg_02 {
        padding-bottom: 15px;
    }

    .h_slide {
        height: 100%;
    }

    .botton_tvdk, .text_tvdk {
        width: 100%;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .botton_tvdk {
        text-align: center;
    }

    .logo_dangky .dangky {
        position: unset;
        top: 15px;
        right: 0;
        float: right;
        margin: 10px 0;
    }

        .logo_dangky .dangky ul {
            margin: 0;
            text-align: right;
        }

    .logo_dangky .search_language {
        position: unset;
        /* top: 8px; */
        /* right: 0; */
        margin-bottom: 15px;
        text-align: right;
    }

    .logo_dangky .logo_header {
        text-align: center;
        margin: auto;
        display: flex;
    }

        .logo_dangky .logo_header a {
            text-align: center;
            margin: auto;
        }

    .dktq {
        position: fixed;
        top: 50%;
        right: 0;
        z-index: 10;
    }
}

@media only screen and (max-width:767px) {
    .nav.nav-tabs.nav-stacked {
      
        margin-top: 0;
       
    }
    .sticky {
        position: unset;
        top: 0;
        width: 100%;
        z-index: 99;
        -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.36);
        -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.36);
        box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.36)
    }
    .sticky .bg_menu {
        position: unset;
        top: 0;
        width: 100%;
        z-index: 99;
        -webkit-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.15);
    }

    .map form button {
        margin-bottom: 50px;
    }

    .search_language p {
        display: none;
    }

    .copyright {
        height: 100%;
    }

    .slide_news {
        margin-top: 0px;
    }

    .search form {
        display: inline-block;
        width: 100%;
    }

    .news_left .img {
        height: 200px;
    }

    .search {
        width: 90%
    }

    .header-menu {
        margin: 0 -15px;
    }

    .search input[type=text] {
        width: 90%;
        display: inline-block;
    }

    .search button {
        width: 10%;
    }

    .search_language p {
        text-align: center
    }

    .owl-nav {
        display: none;
    }

    .img-ft {
        text-align: center;
    }

    .news .img_news .img,
    .news .img_dm {
        height: 255px;
    }

    .info {
        margin-bottom: 30px;
    }

    .bg_05 h5 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:375px) {

    .logo_dangky .dangky ul li {
        margin: 5px 0;
    }

    .img_item {
        height: 205px;
    }

    .lien_he {
        display: none;
    }

    .search,
    .search input[type=text] {
        width: 85%;
        display: inline-block;
    }

        .search button {
            width: 15%;
        }
}

@media screen and (max-width:567px) {
    .slide_news .owl-prev {
        left: 0;
    }

    .slide_news .owl-next {
        right: 0;
    }

    .slide_news .owl-next, .slide_news .owl-prev {
        z-index: 2;
    }
}

@media screen and (max-width:550px) {
    .item_lk .size_img {
        max-height: 200px;
    }

    .news .img_news .img {
        height: 220px;
    }

    .logo_dangky .logo_header {
        padding: 15px 0;
        display: flex;
    }

        .logo_dangky .logo_header a {
            margin: auto
        }

    .lien_he {
        display: block;
        padding: 15px 0;
        text-align: center;
    }

    .news_box_dm .box_img {
        width: 100%;
        height: 100%;
        overflow: unset;
        float: unset;
        margin-right: 0;
    }

    .news_box_dm .box_title {
        margin-left: 0;
    }

    .news_right, .news_left {
        width: 100%;
        float: unset;
        margin-right: 0;
        margin-top: 10px;
    }
}


@media screen and (max-width:767px) {
  

    .right_slide {
        margin-right: 0;
    }

        .right_slide::after {
            content: '';
            position: absolute;
            width: 0px;
            right: 48%;
            bottom: -20%;
            height: 0px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #ddd;
        }
}

.bg_dk {
    background: #fff url('../images/BG_LELOI-min.png') no-repeat;
    background-color: #dbf2ff;
    position: relative;
    padding: 40px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .bg_dk:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: rgba(0, 0, 0, 0.6); */
        z-index: 2;
    }
.box_dk .map {
    margin: 18px;
    display: inline-block;
}
.box_dk {
    position: relative;
    background: #2c368c;
    z-index: 3;
}

.title_dangky {
    background: #fff;
    color: #2c368d;
}

.title_dangky_thamquan {
    background: #fff;
    color: #2c368d;
}

    .title_dangky_thamquan h4 {
        text-transform: uppercase;
        font-weight: 700;
        padding: 12px 0;
        margin-bottom: 30px;
        font-size: 22px;
    }

.title_dangky::before {
    content: url(../images/calendar.png);
    background: #2c368d;
    float: left;
    height: 44px;
    width: 45px;
    text-align: center;
    padding: 12px 0;
    margin-right: 10px;
}

.title_360::after,
.title_dangky::after {
    left: 45px;
    content: '';
    margin-top: 5px;
    width: 0;
    position: absolute;
    right: 0;
    top: 10px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #2c368c;
}

.box_360 {
    position: relative;
    z-index: 3;
}

.img_360:hover:before {
    visibility: visible;
    opacity: 1;
    top: 35%;
    transition: ease-in 0.3s;
}

.title_360 {
    background: #fff;
    color: #2c368d;
}

    .title_360::before {
        content: url('../images/Layer 4.png');
        background: #2c368d;
        float: left;
        height: 44px;
        width: 45px;
        text-align: center;
        padding: 14px 0;
        margin-right: 10px;
    }

    .title_360 h4 {
        text-transform: uppercase;
        font-weight: 700;
        padding: 12px 0;
        margin-bottom: 30px;
        font-size: 1.2em;
    }

.img_360::before {
    visibility: hidden;
    opacity: 0;
    content: "XEM ẢNH";
    position: absolute;
    top: 50%;
    left: calc( 50% - 50px);
    z-index: 10;
 
    padding: 15px 25px;
    border-radius: 34px;
    background: #2136cce0;
    color: white;
}

.img_360 {
    position: relative;
    margin-top: -30px;
    overflow: hidden;
    width: 100%;
	height:212px;
	min-height: 212px;
}

    .img_360::after {
        content: url(../images/360.png);
        position: absolute;
        bottom: 0;
        z-index: 5;
        right: 15px;
    }

    .img_360 img {
        height: 100%;
        width: 100%;
    }

    .img_360:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    .img_360 img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

.row .col-md-6:nth-child(2),
.owl-item:nth-child(2) {
    animation-delay: 0.5s;
}

.row .col-md-6:nth-child(3),
.owl-item:nth-child(3) {
    animation-delay: 1s;
}

.row .col-md-6:nth-child(4),
.owl-item:nth-child(4) {
    animation-delay: 1.5s;
}

.row .col-md-6:nth-child(5),
.owl-item:nth-child(5) {
    animation-delay: 2s;
}

.row .col-md-6:nth-child(6),
.owl-item:nth-child(6) {
    animation-delay: 2.5s;
}

.box_360 {
    animation-delay: 1s;
}

.pd_main_slide {
    margin-top: -1px;
}

@media (min-width: 992px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1460px
    }
}