/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

/* Các tùy chỉnh CSS của giao diện nên để vào đây */

/*custom*/
body{
	background-color: #fff
}
@media (min-width: 576px){
.container {
    max-width: 540px;
}
}
@media (min-width: 768px){
.container {
    max-width: 720px;
}
}

@media (min-width: 992px){
.container {
    max-width: 960px;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1024px;
}
}

nav.second-nav{
	background-color: #C00000;
}
.container.nav{
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-default{
	background-color: transparent;
	border: none; 
}
#menusite .navbar-default{
   background-color: transparent;
    border: none; 
}
@media (min-width: 768px){
.navbar-nav>li>a {
     padding-top: 10px; 
     padding-bottom: 10px; 
     line-height: 14px;
}
.navbar{
	 min-height: unset;
}
}

.nav>li>a {
    padding: 10px 10px;
}
#menusite .navbar-default .navbar-nav > li > a{
     color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
}
#menusite .navbar-default .navbar-nav > li > a:hover, #menusite .navbar-default .navbar-nav > li > a:focus, #menusite .navbar-default .navbar-nav > .active > a, #menusite .navbar-default .navbar-nav > .active > a:hover, #menusite .navbar-default .navbar-nav > .active > a:focus, #menusite .navbar-default .navbar-nav > .open > a, #menusite .navbar-default .navbar-nav > .open > a:hover, #menusite .navbar-default .navbar-nav > .open > a:focus{
   background: #15335200 !important;
 }

 #menusite .dropdown-menu{
 	  background-color: #fff !important;
 }
 #menusite .dropdown-menu > li{
 	  border-bottom: 1px solid #e7d8d88f;
 }
#menusite .dropdown-menu > li > a{
    color: #333;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
#menusite .dropdown-menu > li > a:hover, #menusite .dropdown-menu > li > a:focus, #menusite .dropdown-menu > .active > a, #menusite .dropdown-menu > .active > a:hover, #menusite .dropdown-menu > .active > a:focus, #menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover, #menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus, #menusite .navbar .navbar-nav .open .dropdown-menu > .active > a, #menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, #menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus{
   background: #428bca !important;
    color: #fff;
}
#menusite .navbar-default .navbar-nav > li.dropdown:hover > a,#menusite .navbar-default .navbar-nav > li:hover > a{
	color: #fff200
}
#menu-site-default ul li::after{
   content: '';
    background: #fff;
    height: 17px;
    width: 1px;
    position: absolute;
    top: 9px;
    right: 0px;
}
#menu-site-default ul li:last-child::after{
    display: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 2px 0;
}
input[type=password], input[type=text], input[type=file], textarea, .ms-inputBox {
    padding: 2px 5px;
}
.headerSearch input {
    font-size: 13px;
    border-color: #cccccc;
}

.headerSearch .btn-info:focus, .headerSearch .btn-info.focus, .headerSearch .btn-info:hover, .headerSearch .btn-info:active, .headerSearch .btn-info.active {
    outline: none;
    color:#fff
}
.headerSearch .input-group {
    padding-top: 4px;
}
.fa-search{
    color: rgb(9 65 108)
}
.dropdown-menu{
	display: block;
}
ul.dropdown-menu{
	position: absolute;
    background-color: #153352;
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 0px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -webkit-transform-origin: top;
    transform-origin: top;
    border: 1px solid #ccc;
    border-top: 2px solid #153352;
}

.navbar-nav li.dropdown:hover ul.dropdown-menu{
	webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.third-nav .bg{
	background: transparent;
	padding: 0;
}
#news-home .item{
	position: relative;
}
#news-home .item .caption{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 18px;
    padding-right: 100px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
}
#news-home .item .caption a{
	color: #fff;
	text-decoration: none;
}
#news-home .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 11px;
    right: 4px;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot span {
    border-radius: 0;
}
.owl-dots .owl-dot.active span {
    background-color: #1b75bb;
}


.box-new {
    margin-bottom: 15px;
}
.box-new .title {
    margin-bottom: 12px;
}
.box-new .title h3 {
    position: relative;
    font-size: 14px;
    color: #015ab4;
    padding: 8px 25px;
    margin-bottom: 0;
    font-weight: 700;
}
.box-new .title h3::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 36px;
    background-image: url(../images/title-sidebar.png);
    background-repeat: no-repeat;
    left: -8px;
    top: 5px;
}
.box-new .title h3::after{
    content: '';
    height: 3px;
    width: 100%;
    background-color: #ed1c24;
    position: absolute;
    bottom: 0;
    left: 0
}
.box-new .title h3 a {
    color: #ed1c24;
}
.box-new .list-sub-title {
    padding-top: 10px;
}
.box-new ul.list-new li a p{
    font-weight: bold;
    color: #9e9e99;
}
.box-new .new-item-big span.c-time{
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #9e9e99;
}
.sub-list-icon > li:first-child > *:before, .cat-icon:before{
    display: none;
}
@media (min-width: 768px){
.flex-md-row, .box-new .box-new-wrap, .list-news .new-item {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    display: flex;
}
.col-md-6, .box-new .box-new-wrap .new-item-big, .box-new .box-new-wrap .list-new {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
}

.box-new .box-new-wrap .new-item-big {
    padding-left: 0;
}

.box-new .box-new-wrap .new-item-big .new-img img {
    width: 100%;
}

.box-new .box-new-wrap .list-new {
    padding: 0;
}
.box-new .box-new-wrap .list-new li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-bottom: 5px;
    list-style: none;
}
.box-new .box-new-wrap .list-new li:last-child{
   border-bottom: none
}
.box-new .box-new-wrap .list-new li a {
    font-size: 13px;
    font-weight: 600;
    text-align: justify;
    color: #231f20;
    padding-left: 15px;
    display: flex;
    gap: 10px;

}

.box-new .box-new-wrap .new-item-big .new-img {
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.box-new .box-new-wrap .new-item-big .new-link {
    font-size: 16px;
    font-weight: bold;
    color: #6390ca;
}
.icon_list{background: none}
.title{
	font-size: 15px;
}
.owl-carousel {
    z-index: 0!important;
}
.third-nav{
	margin-bottom: 0 
}
.third-nav .current-time {
    line-height: 43px;
}
/* box news marquee*/

.box-notification {
    height: calc(100% - 25px);
    height: 416px;
}
.box-notification h4 {
    position: relative;
    font-size: 15px;
    padding: 8px 30px;
    margin-bottom: 0;
    font-weight: 700;
    border: 1px solid #e1e1e1;
    color: #ed1c24;
}
.box-notification h4::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(../images/title-sidebar.png);
    background-repeat: no-repeat;
    left: -8px;
    top: 5px;
}
.box-notification h4 a {
    color: #ed1c24;
    text-transform: uppercase;
}
.box-notification .smartmarquee {
    overflow: hidden;
    height: calc(100% - 50px);
    border: 1px solid #e1e1ee;
    border-top: 0px!important;
    border-bottom: 2px solid #ed1c24;
}
.box-notification .container {
    height: calc(100% - 25px);
    padding: 10px;
}
.box-notification .list-notification li {
    padding-bottom: 10px;
    list-style: none;
}
.box-notification .list-notification li a {
    color: #231f20 !important;
    text-align: justify;
    display: inline-block;
}

.sidebar-right .title-sidebar {
    border: 1px solid #e1e1e1;
    position: relative;
}
.sidebar-right .title-sidebar::before {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background-image: url(../images/title-blue.png);
    background-repeat: no-repeat;
    left: -8px;
    top: 5px;
}
.sidebar-right .box-new-tab {
    padding: 10px 0px 0px;
    border: 1px solid #e1e1e1;
    margin: 0 5px 15px 5px
}
.sidebar-right .title-sidebar h4{
	display: inline-block;
    padding: 5px 5px 4px 20px;
    margin: 5px 10px;
    text-transform: uppercase;
}
.sidebar-right .title-sidebar h4 a{
    color: #015ab4 !important;
    font-weight: 600;
    font-size: 15px;
    color: #58595b;
}

#footer {
    position: relative;
    max-height: 200px;
    min-height: unset;
    width: 100%;
    border: none;
    background-image: none;
    padding: 20px 0;
    font-size: 13px;
    background: url(../images/bg-footer.jpg);
    font-weight: 600;
}
#footer, #footer a {
    color: rgb(0, 51, 102);
}
.footerNav2{
	text-align: center;
    background-color: #153352;
    padding: 12px 5px;
}
.socialList{
   margin-top: 20px
}
.socialList li a {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #ededed 
}
#news-mq{
	/*width: calc(100% - 135px)*/
}
.box-hotnews {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 43px;
    line-height: 43px;
}
.box-hotnews .container {
    padding: 0;
    white-space: nowrap;
}
.box-hotnews .container li {
    display: inline-block;
}
.box-hotnews .container li a {
    font-size: 13px;
    color: #231f20;
    padding-left: 18px;
    position: relative;
}
.box-hotnews .container li a::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #ed1c24;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 6px;
}


/*responsive*/
@media (max-width: 767px){
#footer{
	max-height: inherit;
}

.counter.display-table {
    margin-top: 25px;
    padding-left: 15px;
}
.third-nav .current-time {
    display: block;
}
.third-nav .bg {
    display: none;
}
.flex-column, .box-new .box-new-wrap, .box-new .box-new-wrap.type-2, .list-news .new-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
#menusite .navbar-collapse {
    top: 0px;
}
#menusite .navbar-default .navbar-nav > li > a {
    background-color: #C00000;
	text-align: left;
}

#menusite .navbar-default .navbar-nav > li > a:hover, #menusite .navbar-default .navbar-nav > li > a:focus, #menusite .navbar-default .navbar-nav > .active > a, #menusite .navbar-default .navbar-nav > .active > a:hover, #menusite .navbar-default .navbar-nav > .active > a:focus, #menusite .navbar-default .navbar-nav > .open > a, #menusite .navbar-default .navbar-nav > .open > a:hover, #menusite .navbar-default .navbar-nav > .open > a:focus{
 	 background: #C00000!important;
 	 color: #ededed
 }
 #menusite .dropdown-submenu li a {
    background-color: #167ce2!important;
    color: #fff !important;
}
}

@media (max-width: 575px){
#header .logo img {
   max-height: 40px;
}
#menusite .navbar-toggle{
	top: -57px;
}
nav.second-nav {
     background-color: none; 
     border: none; 
     height: 0;
}
#menusite .navbar-toggle{
	background: transparent;
}
#menusite .navbar-toggle:hover, #menusite .navbar-toggle:focus{
  background: transparent;
  border-color: transparent;
}
}

.display-table > * > *{
	display: inline;
}


/* global.notification */
.notification-slider .carousel{
    position: initial;
}
.notification-slider h2 {
    color: #1dade1;
}
.notification-slider .carousel-inner .item {
    background-color: #fff;
    border: none;
}
.notification-slider .carousel-control {
    background-image: none;
    background-color: #eeeeee;
    width: 20px;
    height: 20px;
    top: auto;
    bottom: 2px;
}
.notification-slider .carousel-control.right {
    right: 2px;
}
.notification-slider .carousel-control.left {
    right: 24px;
    left: auto;
}
.notification-slider .carousel-control i {
    display: block;
}

#backtop {
  display: inline-block;
  background-color: #C00000;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backtop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 40px;
  color: #fff;
}
#backtop:hover {
  cursor: pointer;
  background-color: #333;
}
#backtop:active {
  background-color: #555;
}
#backtop.show {
  opacity: 1;
  visibility: visible;
}
/*breadcrumb*/
.w-100 {
    width: 100% !important;
}
.breadcrumbs {
    padding: 10px 0 7px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}
.w-100 {
    width: 100% !important;
}
.breadcrumbs ul {
    font-size: 14px;
    color: #a3a3a3;
    margin: 0;
    padding: 0;
    list-style: none none;
}
.breadcrumbs ul li {
    height: 25px;
    line-height: 22px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 0 20px;
    float: left;
    margin-left: 4px;
    margin-bottom: 5px;
}
.breadcrumbs ul li:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}
.breadcrumbs a:after, .breadcrumbs a:before {
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    content: "";
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 17px;
    right: -8px;
}
.breadcrumbs a:before {
    left: -8px;
}
.breadcrumbs ul li:last-child, .breadcrumbs ul li:last-child a:after, .breadcrumbs ul li:last-child a:before {
    border-color: #ddd !important;
}
.breadcrumbs a:hover {
    color: #2196f4;
}
.breadcrumbs ul li:first-child {
    padding-left: 10px;
    border-left: 1px solid #ddd;
    margin-left: 0;
}
.breadcrumbs ul li:first-child a:before {
        display: none;
}

svg:not(:root) {
    overflow: hidden;
    fill: #fff;
    background: #aaaaaa87;
    padding: 6px;
    border-radius: 50%;
}
.nav-tabs>li>a{
    border: none
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
    background-color: #F20800;
    color: white;
    border: none;
}
.nav-tabs {
    display: flex;
    border-bottom: 3px solid red;
    margin-bottom: 10px;
}
.nav-tabs>li {
    flex: 1;
}
.nav>li>a{
    text-align: center;
}
.block-heading{
    background-size: contain;
    background-image: url(../images/bg-right.jpg);
    height: 34px;
     padding-top: 6px;
    padding-left: 10px;
    font-weight: bold;
    color: white;
    text-transform: uppercase
}
.block-body{
    padding: 10px 0
}
.section-header{
    margin-top: 8px;
}

.tab-content {position: relative; margin-bottom: 10px;width: 100%;display: inline-block;}
.tms-tabs {overflow-x: auto;white-space: nowrap;width: 100%; margin: 0;padding: 10px 0 10px;text-align: right;}
.tms-tabs li {margin-right: 5px;margin-left: 5px;float: none;margin-bottom: -1px;display: inline-block}
.tms-tabs > li a {font-weight: normal;
    background: #fff !important;
    color: #191817;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 5px;
    font-size: 16px;
    border: 1px solid #ad3b0a !important;}
.tms-tabs > li a span {white-space: nowrap}
.tms-tabs > li.active a {color: #ed0e0e}
.tmshome3_list_tin {display: flex;padding: 10px;margin: 0;position: relative;    border: 1px dashed #CCC;}
.tmshome3_list_tin img {height: 60px;width: 90px; object-position: center; object-fit: cover;transition: all 1s;float: left; margin-right: 10px;}

.tmshome3_list_tin ul{margin:0; padding: 0 10px;}
.tmshome3_list_tin ul li {display: inline;float: left;width: 100%;border-bottom: 1px dashed #CCC;padding-bottom: 6px;margin-bottom: 6px;}
.tmshome3_list_tin ul li:last-child {border-bottom:none;}
.tmshome3_list_tin ul li a {font-size: 13px;font-weight: 600;}
.tab-header{
    display: flex;
    background-color: #ECE5B6
}
.tab-header .first{
    font-size: 16px !important;
    color: #cc0000;
    border-bottom: 0px;
    text-transform: uppercase;
    font-weight: 600;
    align-content: center;
    padding: 5px;
}
.tab-header .second{
    align-content: center;
    flex: 1
}
.mot, .hai{
    flex: 1;
}
@media(max-width: 767px){
.tab-header {
    display: block;
    background-color: #ECE5B6;
    text-align: center;
    padding: 5px 0;
}
.tmshome3_list_tin {
	display: block;
	border: none;
}
.tmshome3_list_tin ul li {
	border-bottom: none;
}
}