﻿@charset "utf-8";


body {
	font-family: 'Roboto', sans-serif;
}





input,
button,
select,
textarea {
	outline: none;
}

img {
	max-width: 100%;
	transition: all 0.3s ease-in-out;
    object-fit: cover;
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	color: #333;
}

.owl-theme .owl-nav {
	margin-top: 0px !important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	margin: 0px !important;
	padding: 0px !important;
}

.owl-prev,
.owl-next {
	margin: 0px !important;
	border-radius: 0px !important;
}

.fl-left {
	float: left !important;
}

.fl-right {
	float: right !important;
}



/* css main slider */
	
#slider-home .owl-prev{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
background-color: rgba(51, 51, 51, 0.6);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
#slider-home .owl-next{
	
position: absolute;
	
top: 50%;
	
right: 0;
	
transform: translateY(-50%);
background-color: rgba(51, 51, 51, 0.6);
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}
#slider-home .item img{
	height: 710px;
}
.hc-nav-trigger.hc-nav-1{
   display: none!important;
}
.second-nav{
	display: none;
}
ul{
	padding:0;
	margin:0;
}
img{
	object-fit: cover;
}
.top-header ul li{
	display: inline-block;
	float: left;
}
.top-header {
	text-align: right;
	background: #0d792d;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.top-header ul{
	display: inline-block;
}


.top-header ul li a{
	color: #fff;
	font-size: 14px;
	    border-right: 1px solid #1c903e;
    padding-right: 13px;
    margin-right: 13px;
}
.top-header ul li:nth-child(5) a{
	padding-right: 0;
	margin-right: 4px;
}
.top-header ul li:nth-child(6) a{
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
.banner img{
	width: 100%;
}
.logo img{
	width: 458px;
}
.main-banner{
	position: relative;
}
.main-banner .main-search{
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.main-banner .main-search input[type=text]{
	
    height: 32px;
    border: 1px solid #ddd;
    padding-left: 10px;
    font-style: italic;
}
.main-banner .main-search .click-search{
	    position: absolute;
    background: #1b387a;
    color: #fff;
    height: 32px;
    line-height: 32px;
    right: 2px;
    top: 2px;
    width: 32px;
    text-align: center;
}
.logo-banner{
	padding:10px 0;
}
.logo{
	display: inline-block;
    margin-top: 14px;
}
#main-menu ul {
	padding: 0;
	margin-bottom: 0;
}

#main-menu ul li {
	position: relative;
	float: left;
	list-style: none;
}

#main-menu ul li a {
	padding: 10px 23px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #2b4c94;
    font-size: 15px;
}

#main-menu ul li.active a{
	background: #0d792d;
}
#main-menu ul li a:hover{
	background: #0d792d;
}
#main-menu ul ul {
	position: absolute;
	width: 250px;
	background: #fff;
	z-index: 11;
	left: 0;
	top: 52px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	background: #133888;
}

#main-menu ul ul li {
	display: inline-block;
	width: 100%;
	padding:0;
}
#main-menu ul ul li:last-child a{
	border-bottom: 0;
}
#main-menu ul ul li a {
	padding: 10px 15px;
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
	border-top: 0;
	border-bottom: 1px solid #ddd;
}
#main-menu ul ul li a:hover{
	border-top: 0;
}

#main-menu ul li:hover ul {
	visibility: visible;
	opacity: 1;
	top: 41px;
}
#main-menu{
	    border-top: 1px solid #ddd;
    margin-top: 10px;
    background: #133888;
}
.top-content .title-pri{
	margin: 0;
    color: #133888;
    font-family: 'Roboto-Bold';
}
.top-content {
	padding: 40px 0;
	background: #f1f1f1
}
.top-content .nav-top-content{
	margin-top: 30px;
}
.slider-top-new .item .image img{
	height: 317px;
}
.slider-top-new .item .title{
	    font-family: 'Roboto-Bold';
    font-size: 18px;
    line-height: 23px;
}
.owl-dots .owl-dot{
	    width: 10px;
    height: 10px;
    background: #0d792d;
    border: 1px solid #0d792d;
    display: inline-block;
    float: left;
    margin-right: 10px;
    -ms-transform: rotate(45deg); /* IE 9 */
  transform: rotate(45deg); /* Standard syntax */
}
.slider-top-new .owl-dots .owl-dot.active{
	background: #fff;
}
.slider-top-new .owl-dots{
	    position: absolute;
    left: 0;
    bottom: 0;
}
.slider-top-new{
	padding-bottom: 20px;
}
.clearfix{
	clear: both;
}
 .item-new .image{
	    width: 34%;
    display: inline-block;
    float: left;
}
 .item-new .nav-image{
	    width: 66%;
    display: inline-block;
    float: right;
    padding-left: 15px;
}
 .item-new .image img{
	width: 100%;
    height: 120px;
}
 .item-new .image:hover img{
	    transform: scale(1.1);
}
 .item-new .image{
 	overflow: hidden;
 }
 .item-new .nav-image .title{
	    margin-top: 0;
    font-size: 16px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    font-family: 'Roboto-Bold';
        margin-bottom: 4px;
}
 .item-new .nav-image .desc{
	    margin: 0;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}
.top-content-right .item-new {
	margin-bottom: 30px;
}
.title-primary{
	    margin: 0;
    font-family: 'Roboto-Bold';
    background: #f2f2f2;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 15px;
    color: #0d792d;
}
.section-category{
	margin-top: 42px;
}
.section-category .title-primary{
	margin-bottom: 20px;
}
.left-section ul li{
	list-style: none;
}
.left-section ul li a{
	display: inline-block;
    width: 100%;
    background: #133888;
    color: #fff;
    padding: 12px;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}
.left-section ul li a:hover{
	background: #0d792d;
}
.left-section .item{
	margin-bottom: 20px;
}
.ads-aside img{
	width: 100%;
}
.ads-aside{
	overflow: hidden;
}
.ads-aside:hover img{
	transform: scale(1.1);
}
.right-section-new .item-new .image{
	width: 25%
}
.right-section-new .item-new .nav-image{
	width: 75%;
}
.right-section-new .item-new .image img{
	height: 147px;
}
.right-section-new .item-new .nav-image .title{
	height: 23px;
}
.right-section-new .item-new .nav-image .nhataitro{
	    font-size: 14px;
    color: #999999;
    margin-bottom: 3px;
}
.right-section-new  .item-new .nav-image .desc{
	height: 40px
}
.right-section-new  .item-new .nav-image .desc1{
	margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
}
.right-section-new  .item-new .nav-image .desc1 span{
	font-family: 'Roboto-Bold';
}
.right-section-new  .item-new .nav-image .desc1 .readmore{
	color: #133888;
}
.right-section-new  .item-new{
	border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.right-section-new  .item-new:last-child{
	border-bottom:0;
    padding-bottom:0;
    margin-bottom: 0;
}
.right-section-new .title-new{
	font-family: 'Roboto-Bold';
    font-size: 17px;
    margin-top: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #133888;
}
.doitac-right .title-new{
	font-family: 'Roboto-Bold';
    font-size: 17px;
    margin-top: 0;
    padding-bottom: 8px;
    text-transform: uppercase;
    color: #133888;
}
.doitac-right .item-new .image{
	width: 25%;
	height: 133px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}
.doitac-right .item-new .nav-image{
	width: 75%;
}
.doitac-right .item-new .image img{
	width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.doitac-right .item-new  .nav-image .title{
	height: 23px;
}
.doitac-right .item-new .nav-image .desc{
	height: 80px;
}
.doitac-right .item-new .nav-image  .desc1 .readmore {
    color: #133888;
    display: inline-block;
    margin-top: 5px;
}
.doitac-right .item-new .nav-image  .desc1 {
	margin-bottom: 0
}
.nav-section-category .doitac-right{
	border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 30px;
}
.nav-section-category .doitac-right .item-new {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.nav-section-category .doitac-right  .item-new:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.link-web{
	margin-top: 32px;
}
.link-web .nav-linkweb .item{
	width: calc((100% - 40px) / 5);
	display: inline-block;
	float: left;
	margin-right: 10px;
	    border: 1px solid #ddd;
    height: 63px;
    overflow: hidden;
    position: relative;
}
.link-web .nav-linkweb .item:nth-child(5){
	margin-right: 0;
}
.link-web .nav-linkweb .item a{
	    font-size: 14px;
    color: #1b387a;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}
.link-web .nav-linkweb .item a:hover{
	color: #0d792d;
	text-decoration: underline;
}
.link-web .nav-linkweb .item a svg{
	margin-right: 5px;
}
.link-web .nav-linkweb{
	margin-top: 30px;
}
#footer-site{
	    background: #1b387a;
    text-align: center;
    color: #fff;
    padding: 40px 0 30px 0;
    font-size: 14px;
    margin-top: 30px;
}
.breadcrumb {
    height: 40px;
    line-height: 40px;
    padding: 0;
}
.breadcrumb {
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    background: url('../images/bg3.png');
  
}
.breadcrumb ul {
    padding-left: 0;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li a {
    color: #999999;
    font-size: 14px;
}
.top-title{
	font-family: 'Roboto-Bold';
    margin: 0;
    font-size: 17px;
    background: #0d792d;
    padding: 11px 15px;
    text-transform: uppercase;
    color: #fff;
}
.main-new-home .content-new.right-section-new{
	margin-top: 20px;
}
.main-new-home .content-new.right-section-new .item-new .date{
	font-size: 14px;
    color: #a7a7a7;
    margin-bottom: 4px;
}
.main-new-home .content-new.right-section-new .item-new  .description .readmore{
	    color: #133888;
}
.main-new-home .content-new.right-section-new .item-new  .description .readmore:hover{
	color:#0d792d
}
.pagenavi {
  border-top: 1px dashed #dddddd;
  padding-top: 26px;
  margin-top: 30px;
}

.pagenavi ul {
  padding-left: 0;
}

.pagenavi ul li {
  display: inline-block;
}

.pagenavi ul a {
  height: 27px;
  display: inline-block;
  background: #f2f2f2;
  text-align: center;
  line-height: 27px;
  border: 1px solid #dddddd;
  padding: 0 10px;
}

.pagenavi ul a.active {
  background: #183883;
  color: #c5eaf8;
}
.sidebar .item-sb {
    margin-bottom: 20px;
}
.sidebar .nav-category {
    background: #ededed;
}
.sidebar .nav-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar .nav-category ul li {
    border-bottom: 1px dashed #d5d5d5;
    font-size: 14px;
}
.sidebar  .item-sb .title-sb {
    font-family: 'Roboto-Bold';
    margin: 0;
    font-size: 17px;
    background: #0d792d;
    padding: 11px 15px;
    text-transform: uppercase;
    color: #fff;
}
.sidebar .nav-category ul li a {
    font-size: 14px;
    display: inline-block;
    padding: 8px;
    width: 100%;
    position: relative;
    padding-left: 29px;
}
.sidebar .nav-category ul li a:before{
	content: '';
    position: absolute;
    top: 16px;
    left: 14px;
    width: 5px;
    height: 5px;
    background: #1b387a;
    border-radius: 50%;

}
.sidebar .nav-category ul li:last-child{
	border-bottom: 0;
}
.sidebar .item-sb-video .item-first .image img{
	width: 100%;
}
.sidebar .item-sb-video .item-first .image .icon img{
	width: auto;
}
.sidebar .item-sb-video .item-first .image{
	position: relative;
}
.sidebar .item-sb-video .item-first .image .icon{
	position: absolute;
	    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sidebar .item-sb-video .item-first .title{
	font-family: 'Roboto-Bold';
    font-size: 14px;
    margin: 0;
    margin-top: 14px;
    padding: 0 16px;
    line-height: 20px;
}
.sidebar .item-sb-video .item-first {
	    border-bottom: 1px dashed #ddd;
    padding-bottom: 9px;
    margin-bottom: 3px;
}
.sidebar  .item-sb-video .nav-category ul li a:before{
	content: url('../images/icon3.png');
	background: no-repeat;
    width: 0;
    height: 0;
    top: 7px;
}
.sidebar  .item-sb  iframe{
	width: 100%;
    height: 215px;
}
.sidebar  .item-ads img{
	width: 100%;
}
.xdsoft_timepicker.active{
	display: none!important;
}
.new-detail h3.title {
	color: #0d792d;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    margin-top: 0;
    padding-bottom: 8px;
}

.top-new-detail .view ul {
	padding-left: 0;
}

.top-new-detail .view ul li {
	display: inline-block;
	padding-right: 13px;
	color: #aaaaaa;
	font-size: 13px;
}

.top-new-detail .view ul li img {
	padding-right: 5px;
}

.top-new-detail {
	background: #fafafa;
    border-top: 1px solid #f2f2f2;
    padding-top: 5px;
    padding-bottom: 8px;
    display: inline-block;
    width: 100%;
}

.top-new-detail .size ul {
	padding-left: 0;
}

.top-new-detail .size ul li {
	display: inline-block
}

.top-new-detail .size ul li a {
	color: #aaaaaa;
	font-size: 20px;
}
.top-new-detail .size ul li a.fontReset{
	font-size: 13px;
}
.top-new-detail .size {
	text-align: right;
}

.top-new-detail .size .fontSizePlus {
	width: 19px;
	height: 19px;
	background: #9d9d9d;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 19px;
	margin-left: 3px;
}

.top-new-detail .size .fontSizeMinus {
	width: 19px;
	height: 19px;
	background: #9d9d9d;
	color: #fff;
	display: inline-block;
	text-align: center;
	line-height: 19px;
	margin-left: 3px;
}

.top-new-detail .intro {
	line-height: 27px;
}

.top-new-detail .view ul li.show {
	display: inline-block!important;
}

.post-other {
	margin-top: 20px;
}

.post-other h3 {
	    color: #1b387a;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    margin-bottom: 5px;
}

.post-other ul {
	padding-left: 0;
}

.post-other ul li {
	list-style: none;
	border-bottom: 1px dotted #c8c8c8;
	display: inline-block;
	width: 100%;
	padding: 8px 0;
}

.post-other ul li a {
	font-size: 14px;
}

.post-other ul li img {
	padding-right: 10px;
}

.post-other ul li span {
	color: #9d9c9c;
	padding-left: 9px;
}

.post-other ul li:last-child {
	border-bottom: 0;
}
.content-table table{
	    width: 100%;
}
.content-table table tr:first-child{
	    background: #ae2525;
}
.content-table table tr:first-child td{
	padding: 8px 10px;
    color: #fff;
    font-weight: bold;
}
.content-table table tr td.stt{
	width: 6%;
}
.content-table table tr td.dowload-table{
	width: 12%;
	text-align: center;
}
.content-table table tr td.note-table{
	width: 20%;
}
.content-table table tr td.title-table{
	width: 62%;
}
.content-table table tr{
	border-bottom: 1px solid #e5e5e5;
}
.content-table table tr.tr2{
	background: #f7f7f7;
}
.content-table table tr td{
	padding: 8px 10px;
}
.main-login .row{
	margin-left: -10px;
	margin-right: -10px;
}
.main-login .row .col-md-3{
	padding-left: 10px;
	padding-right: 10px;
}
.main-login .row .col-md-9{
	padding-left: 10px;
	padding-right: 10px;
}
.main-login  .top-title{
	margin-bottom: 20px;
}
.content-table table tr td.title-table2{
	width: 82%;
}
.main-login  .section-login1{
	padding-bottom: 30px;
}
.main-login  .section-login2 .content-right-login .item .left{
	width: 40px;
    display: inline-block;
    float: left;
    background: #0d792d;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto-Bold';
    height: 40px;
    line-height: 40px;
}
.main-login  .section-login2 .content-right-login .item .right{
	width: calc(100% - 40px);
    display: inline-block;
    float: right;
    padding-left: 15px;
}
.main-login  .section-login2 .content-right-login .item .right .title{
	    margin: 0;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    margin-bottom: 6px;
}
.main-login  .section-login2 .content-right-login .item .right .desc{
	    font-size: 14px;
    margin-bottom: 5px;
}
.main-login  .section-login2 .content-right-login .item .right .link{
    margin-bottom: 0;
    font-size: 14px;
}
.main-login  .section-login2 .content-right-login .item .right .link span{
	font-family: 'Roboto-Bold';
}
.main-login  .section-login2 .content-right-login .item .right .link a{
	    color: #133888;
    text-decoration: underline;
}
.main-login  .section-login2 .content-right-login .item .right .link a:hover{
	color:#0d792d
}
.main-login  .section-login2 .content-right-login .item{
	border-bottom: 1px solid #f2f2f2;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.main-login  .section-login2 .content-right-login .item:last-child{
	border-bottom: 0;
    padding-bottom: 0;
    margin-bottom:0;
}
.main-login  .section-login2 {
	padding-bottom: 30px;
}
#slider-home .item{
	position: relative;
}
#slider-home .item .overlay-slider  {
	position: absolute;
	   
    background: rgba(51, 51, 51, 0.5);
	  padding: 12px 18px 12px;
   
    bottom: 20px;
    left: -100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
#slider-home .owl-item.active .item .overlay-slider {
left: 0;
visibility: visible;
opacity: 1;

}
#slider-home .item .overlay-item{
	
	   margin: 0;
    font-size: 1.8em;
    font-weight: 300;
    color: white;
}
#slider-home .item .title a{
	color: #fff;
}