@import url("../fonts/Anton/stylesheet.css");

#header .text-site{
    z-index: 101;
}

#header .text-site h1,
#header .text-site .site_name {
    font-family: 'Anton', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 30px;
    display: block;
}

#header .text-site h2,
#header .text-site .site_description {
    margin-top: 0;
    padding-top: 0;
    display: block;
}

.nv-list-item li h3 {
    display: inline-block;
}

#header .banner {
    background-size: cover;
    background-position: left top;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#header .banner img {
    display: none;
}

#header .language {
    position: absolute;
    z-index: 1000;
    right: 10px;
    top: 10px;
    min-width: 50px;
    text-align: right;
}

#header .language img {
    width: 24px;
    height: 24px;
}

.headerSearch input {
    height: 33px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.headerSearch .btn-info {
    height: 33px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.headerSearch .btn-info:hover {
    background-color: #0078d3;
}

@media only screen and (max-width: 900px) and (min-width: 768px) {
    #header {
        min-height: 90px!important;
    }
}

@media only screen and (max-width: 690px) and (min-width: 600px) {
    #header .text-site {
        text-align: left!important;
        left: 80px;
        padding-right: 5%!important;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 1024px) {
    #header .logo {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    #header .text-site h2,
    #header .text-site .site_description {
        padding-left: 0;
    }

    .third-nav #slide {
        display: none;
    }
}
/* lỗi banner */
@media (max-width: 767px) {
    .pagination {
		text-align: center !important;
	}

    #header {
        background-color: #0078d3;
        min-height: unset;
    }

    #header .text-site {
        display: none;
    }

    #header .logo {
        text-align: center;
        vertical-align: middle;
    }

    #header .logo img {
        max-height: none;
        padding-top: 0;
    }
}

@media (max-width: 599.98px) {
    #header .text-site {
        position: relative;
        top: 0 !important;
        left: 0px;
        text-align: center;
    }

    #header .text-site h1,
    #header .text-site .site_name {
        font-size: 22px;
    }

    #header .logo img {
        max-height: 90px!important;
        width: auto!important;
    }
}

@media (max-width: 359.98px) {
    #header .text-site h2,
    #header .text-site .site_description {
        display: none;
    }
}

.jscarousal-contents-horizontal > div > div {
    width: auto!important;
}

/* colorize */

.ui-widget-content .lastest-news {
    font-size: 14px;
    padding : 0;
}

.ui-widget-content .lastest-news a {
    padding: 10px 10px 10px 25px;
    background: url(../images/icon_list_groups.png) no-repeat 0px 13px;
}

.ui-widget-content .lastest-news a:hover {
    background: url(../images/icon_list_groups_hover.png) no-repeat 0px 13px;
}

div.news_column ul.related a:hover {
    color: #1230c6;
}

div.news_column ul.related .icon_list:hover {
    background: url(../images/icon_list_hover.png) no-repeat 5px 5px;
}

@media (max-width: 1024px) {
    #header .text-site {
        top: 25px;
    }
    #menusite {
        display: none;
    }
    .menu-collapser, .open-menu .menu-collapser {
        display: none !important;
    }
    
    .mobile-menu-container {
        height: 40px;
    }

    .mobile-menu-toggle-btn {
        display: block !important;
    }

    .open-menu .mobile-menu-wrap {
        visibility: visible;
        transform: translateX(0px);
    }

    .open-menu .mobile-menu-bg {
        display: block;
    }
}

/* mobile menu */

.mobile-menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.mobile-menu-wrap {
    width: 280px;
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    visibility: hidden;
    transform: translateX(100%);
}

.mobile-menu-wrap.animate {
    transition: all 0.35s ease;
}

.mobile-menu-wrap .logo {
    /* border-bottom: 1px #ddd solid; */
    padding: 10px 0;
    text-align: center;
    /* display: none; */
}

.mobile-menu-wrap .logo img {
    height: 61px;
    width: auto;
}

.mobile-menu-wrap .menu {
    background-color: #0855a1;
    height: 100vh;
    overflow: auto;
}

.mobile-menu-wrap .menu .sidebar {
    background: unset;
}

.mobile-menu-wrap .menu .sidebar .sidebar-nav {
    background: unset;
}
.mobile-menu-wrap .menu .sidebar .sidebar-nav ul a {
    color: #ffffff;
    font-weight: 550;
}

.mobile-menu-wrap .mfooter {
    background-color: #fff;
    height: 30px;
    padding: 10px;
    text-align: center;
    color: #777;
    display: none;
}

.mobile-menu-container {
    background : #193c5a;
}

.mobile-menu-toggle-btn {
    cursor: pointer;
    background-color: #428BCA;
    width: 43px;
    height: 34px;
    position: absolute;
    top: 3px;
    right: 6px;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    border-radius: 3px;
    display: none;
    z-index: 101;
}

.mobile-menu-toggle-btn:hover {
    background-color: #245682;
}

.mobile-menu-toggle-btn i {
    color: #fff;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/button-previous.png) no-repeat !important;
    opacity: .5;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/button-next.png) no-repeat !important;
    opacity: .5;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
    opacity: 1;
}

div.news_column .panel-heading a {
    padding-top: 7px;
}

.breadcrumbs a:before {
    padding-left: 1px;
}

.breadcrumbs a:after {
    padding-right: 1px;
}

.ui-tabs {
    background: unset !important;
}

.sliderwrapper .contentdiv{
    text-align: center;
}

.edu29 .panel-body{
    overflow: hidden;
}

.global-pictures-in-albums {
    padding: 20px;
}

.global-pictures-in-albums .direct {
    position: absolute;
    right: 0;
    top: -25px;
}

.news_images_slider .ab-single-thumb {
    text-align: center;
}

.news_images_slider .owl-carousel .owl-item {
    padding: 0;
}

@media (max-width: 768px) {
    .global-pictures-in-albums .direct {
        top: -25px;
        position: relative;
    }
}

.global-pictures-in-albums .direct a {
    color: #0078d3;
}

/* Điểm tin nhanh - responsive -begin */
@media (max-width: 992px) {
	.jscarousal-contents-horizontal {
		width: 440px !important;
	}
}

@media (max-width: 860px) {
	.jscarousal-contents-horizontal {
		width: 400px !important;
	}
}

@media (max-width: 800px) {
	.jscarousal-contents-horizontal {
		width: 370px !important;
	}
}
/* Điểm tin nhanh - responsive - end */

@media (max-width: 600px) {
    #header {
		border-top: unset;
    }
}

.footer-info .info-title {
    font-size: 18px;
    font-weight: 700;
}

.footer-info p {
    margin: 0;
}

.footer-info em {
    text-align: center;
    width: 1em;
}
