@import url('https://fonts.googleapis.com/css2?family=Imbue:opsz,wght@10..100,700&display=swap');
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}/*
* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}*/
input, textarea {
    -webkit-touch-callout: default;
    -webkit-user-select: auto;
    -khtml-user-select: auto;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
*:focus {
  outline: 0;
  outline: none;
}
ol,
ul {
  margin-bottom: 0;
  list-style: none;
}
a:visited, a:active {color:black}
a:focus {
  outline: 0;
  outline: none;
}
a:hover {color:#0052af;}
a, button {cursor:pointer}
input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
  outline: 0;
}
body {
  background: #fff;
  font-family: 'Roboto', sans-serif!important;
  font-size: 14px;
  min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: flex-start;
position: relative;
color:#343434;
}

body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
thead,
tbody,
tfoot,
tr,
th,
td {
  font-family: 'Roboto', sans-serif;
}
.warpper{width:100%;margin:0;height: 100vh;min-height: 100%;display:flex;flex-wrap:wrap;align-content: space-between;}
.box-top{width:100%;display:flex;flex-direction:column}
.div-header{height:94px;background: #fff;width: 100%;z-index: 100;}
.container-web {
    width: 100%;
    padding: 0;
    margin: 0 auto;
	max-width:92%;
	position:relative
}
.header{width:100%;position:relative;height:94px;align-items:center;display:flex;justify-content: space-between;}
.div-menu{width:100%;height:40px;background:#0094d9;box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);}
.div-menu-admin{width:100%;height:40px;background:#EB984E;box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13);}
.row-mn-s{display:flex;justify-content: space-between;align-items: center;}
.logo{display:flex}

.horizontalMenu {position:relative}
.horizontalMenu-list{text-align: left;
margin: 0 auto 0 auto;
width: 100%;
display: block;
padding: 0;}
.horizontalMenu-list li{text-align: center;
display: block;
padding: 0;
margin: 0;
float: left;}
.horizontalMenu-list li a{display: block;
margin: 0px 2px;
border-radius: 0px;
text-decoration: none;
position: relative;
color: #fff!important;
padding: 0 7px;line-height:40px;
font-weight: 500;font-size:12px;text-transform:uppercase}
.horizontalMenu-list li:first-child a {padding-left:0}
.horizontalMenu-list li a:hover{color:#64fe4c!important;}
.sub-icon i.size-i, .size-i{font-size:12px;margin-right:2px}
.horizontalMenu-click{display:none}
.sub-icon i {font-size:10px}
.horizontalMenu-list > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}
.horizontalMenu-list > li > ul.sub-menu {
    position: absolute;
    top: 40px;
    z-index: 1000;
    margin: 0px;
    padding: 5px;
    min-width: 190px;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(230, 233, 239, 0.4);
    border: 1px solid #ecf0fa;
}
 .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
}
.horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu {
    min-width: 220px;
    position: absolute;
    left: 100%;
    top: -6px;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(230, 233, 239, 0.4);
    border: 1px solid #e7eaf3;
}
.horizontalMenu-list > li > ul.sub-menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.horizontalMenu-list > li > ul.sub-menu > li, .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: block;
	float:none
}
.float-right{float:right;padding-top:5px}
 .horizontalMenu-list > li > ul.sub-menu > li > a, .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
    background-image: none;
    color: #6d7790!important;
    text-align: left;
    display: block;
    line-height: 22px;
    padding:5px 20px;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
    border-right: 0px solid;
}
 .horizontalMenu-list > li > ul.sub-menu > li > a:hover, .horizontalMenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {color:#149000!important}
.horizontalMenu-list > li:hover > ul.sub-menu{
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
}
.i-position{
    position: absolute;
    top: 11px;
    left: 12px;
    font-size: 10px;
    color: #8b96af;
    display: block;
}
 .horizontalMenu-list > li > ul.sub-menu > li > a:hover .i-position {color:#0162e8}
 .div-slide-top{width:100%;height:380px;overflow:hidden;position:relative}
 .btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 380px;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  background:rgba(8, 115, 197, 0.3);padding:0 20px;
  min-width:247px;height:240px;float:right;
  display:flex;align-items:center;flex-direction:column;justify-content:center;

}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: right;
  align-items: center;

}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  
  font-size: 30px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
.arrows{display:none}
.content-hot{width:100%;display:inline-block}
.row-flex {width:100%;display:flex;justify-content: space-between;margin:20px 0 0}
.hot-left {display:flex;flex:0 0 100%;flex-direction:column;padding-right:20px}
.hot-right{display:flex;flex:0 0 287px;flex-direction:column;background:#f7f7f7;border:1px solid #e5e5e5;padding: 10px}
.banner-1{width:100%;}
.banner-1 img {width:100%}
.tieude-title{display:flex;margin-bottom: 10px;align-items: center;/*! justify-content: c; */}
.tieude-title a{color:#555;border-bottom:2px solid transparent;margin-right:10px}
.tieude-title a.active-a, .tieude-title a:hover {color:#0052af;border-bottom:2px solid #0052af;}
.hot-new .tieude-title span{font-size:24px;font-weight:500;color:#c81612;}
.hot-new .tieude-title a{border:0}
.tieude-title span {font-size:18px;position:relative;text-transform:uppercase;padding:0;display:inline-block;height:30px;line-height:30px;font-weight: 500;}
.tieude-title span:after {
  border-color: #149000 transparent;
  right: -15px;
  top:0
}
.tin-nb{width:100%;display:inline-block;height:290px;background:#f7f7f7;margin-top:10px}
.nb-txt{float:left;width:330px;}
.nb-img{float:left;width:calc(100% - 330px);height:100%}
.nb-img img {width:100%;height:100%;object-fit:cover}
.nb-txt h2 a{font-size:24px;line-height:30px;padding:0 20px;overflow:hidden;font-weight:500;margin-bottom:10px;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-align: justify;}
.nb-txt p {font-size:14px;line-height:22px;padding:0 20px;overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
text-align: justify;}
.div-menu.fixed {position:fixed;top:0;left:0;z-index:1000}
.tin-nb-3{width:100%;display:flex;flex-wrap: wrap;margin-top:10px;border-top:1px solid #ccc}
.tin-con{flex:0 0 33.33333333%;padding:0 8px;display:flex;flex-direction:column}
.tin-con:first-child{padding-left:0;padding-right:16px;}
.tin-con:last-child{padding-left:16px;padding-right:0px}
.tin-con img {width:100%;height:145px;object-fit:cover}
.tin-con h3 {font-size:18px;line-height:26px;padding:0px 0;overflow:hidden;margin:10px 0;font-weight:500;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-align: justify;}
.tin-con p {font-size:14px;line-height:20px;padding:0px 0;overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
text-align: justify;}
.row-quangcao, .row-thamquan{width:100%;display:inline-block;margin-bottom:20px;}
.row-2banner{width:100%;display:flex;flex-wrap: wrap;margin:20px 0 -20px}
.row-2banner a {display: flex;
flex: 0 0 50%;
max-width: 50%;
padding-left: 10px;
padding-right: 10px;
position: relative;
width: 100%;}
.row-2banner a img {width:100%;height:105px}
.row-2banner a:last-child{padding-right:0;}
.row-2banner a:first-child{padding-left:0;}
.trangchinh_thongbao{width:100%;margin-bottom:20px;display:inline-block}
.title-h1{font-size:14px;text-transform:uppercase;color:#149000;padding-bottom:3px;border-bottom:2px solid #149000;padding-right:0;/*! display:inline-block; */font-weight:700}
.title-h1 i {padding-right:5px;}
.ul-thongbao {width:100%;margin:5px 0 0;padding:0;height:286px}
.ul-thongbao li {width:100%;display:block;font-size:14px;line-height:20px;padding:5px 0;border-bottom:1px solid #e8e8e8;}
.margin-s{top:-90px}
.tindiaphuong{width:100%;display:flex;/*! margin-bottom:20px; */flex-direction:column;margin-top: 20px;padding: 0 20px;}
.tindiaphuong a img {width:100%;height:auto!important}
.row-detail{width:100%;display:flex;flex-wrap:wrap;margin-top:0px}
.breadcrumb-header{width:100%;display:flex;padding:0 15px 0 10px}
.content-title {font-size:16px;}
.text-muted{font-size:14px;color:#7987a1;padding-left:5px}
.muctintuc{display:flex;flex-direction: column;}

.muctintuc-detail{display:flex;flex-direction:column;flex:0 0 100%;padding:0 0px 0 0;}
.tin-chinh{/*! flex:0 0 100%; */padding:10px;display:flex;/*! flex-direction:column; */margin-top:10px;background:#f7f7f7;flex-wrap: wrap;}
.tin-chinh > div {padding: 0 10px;width: calc(100% - 300px);} 
.tin-chinh img {width:300px;height:160px;object-fit:cover;}
.tin-chinh h3 {font-size:18px;line-height:20px;padding:0px 0;margin:0px 0 5px;font-weight:500;
overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-align: justify;line-height:26px;}
.tin-chinh p {font-size:14px;line-height:20px;padding:0px 0;overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
text-align: justify;}
.ul-tincon{margin:10px 0 0;background: #fff;box-shadow: -8px 12px 18px 0 #dadee8;padding:0 20px 10px;border: 1px solid #deebfd;}
.ul-tincon li {width:100%;display:block;padding:15px 5px;float:left;border-bottom:1px solid #dcdbdb;margin:0px 0 0px;}
.ul-tincon li a img {width:130px;height:80px;float:left}
.ul-tincon li h3 {overflow:hidden;font-weight:500;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;margin-bottom:10px;font-size:18px}
.ul-tincon li p{font-size:14px;overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;line-height:20px;
padding-left: 10px;
}
.muctintuc-detail .ul-tincon li {padding:15px 0}
.muctintuc-detail .ul-tincon li a img{width:200px;height:150px;}
.muctintuc-detail .ul-tincon li a p {width:calc(100% - 200px);font-size:15px}
.muctintuc-detail .ul-tincon li a h3 {width:calc(100% - 200px);font-size:18px;float:left;padding:5px 0 0 10px;color:#0052af;}
.chitiet{width:100%;display:flex;flex-direction:column}
.tieude-chitiet{font-size:26px;color:#0052af;padding:10px 0;font-weight:500}
.noidung p{font-size:14px;line-height:20px;padding-bottom:10px;text-align:justify}
.noidung img{width:100%;margin:10px auto;display:block;max-width:500px}
.cungchuyenmuc{width:100%;display:flex;flex-direction:column;padding:20px 0}
.cungchuyenmuc h3 {font-size: 16px;
text-transform: uppercase;
color: #0052af;
padding-bottom: 3px;
border-bottom: 2px solid #0052af;
padding-right: 10px;
display: inline-block;
font-weight: 700;}
.cungchuyenmuc ul {margin:10px 0;padding:0}
.cungchuyenmuc ul li	{width: 100%;
display: block;
font-size: 14px;
line-height: 20px;
padding: 5px;
border-bottom: 1px solid #e8e8e8;}
.ba-qc{width:100%;display:flex;flex-wrap: wrap;margin:0 0 20px}
.ba-qc a {display: flex;
flex: 0 0 33.33333%;
max-width: 33.333333%;
padding:0 5px;
position: relative;
width: 100%;}
.ba-qc a img {width:100%;height:70px}
.ba-qc a:last-child{padding-right:0;padding-left:10px}
.ba-qc a:first-child{padding-left:0;padding-right:10px}
.ba-qc.qc-height a img{height:100px}
/**********************************************
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:420px;
	 display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.carousel-item{width:50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	display:flex;
	flex-direction:column;
	height:100%;
}
.card-item{position:relative;height:50%;padding:5px}
.card-item img {width:100%;height:100%}
.card-item h3 {width:calc(100% - 10px);height:36px;text-align:center;color:#fff;text-transform:uppercase;font-size:18px;background:rgba(8, 115, 197, 0.5);position:absolute;bottom:5px;left:5px;line-height:36px;font-weight:500}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.logo-lienket{width:100%;display:inline-block}
#myCarousel1{margin-top:10px}
#myCarousel1 .carousel-inner {

	height:auto
}

#myCarousel1 .carousel-item {

  width:25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	padding:0 5px
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: -29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  opacity: 1;
}
#myCarousel1 .carousel-control-prev,
#myCarousel1 .carousel-control-next {top:-39px}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  right: 34px;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  font-size:24px;color:#149000
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (min-width: 667px) {
 
  #myCarousel .carousel-inner .active,
  #myCarousel .carousel-inner .active + .carousel-item{
    display: block;
  }
  #myCarousel1 .carousel-inner .active,
  #myCarousel1 .carousel-inner .active + .carousel-item,
  #myCarousel1 .carousel-inner .active + .carousel-item + .carousel-item,
  #myCarousel1 .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item{
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  #myCarousel1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  #myCarousel1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  #myCarousel1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
#myCarousel1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
#myCarousel1 .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item + .carousel-item{
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  #myCarousel .carousel-inner .active.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  #myCarousel1 .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item{
    position: relative;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
.carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item{
    position: relative;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
  }

  #myCarousel .carousel-inner .carousel-item {
    margin-right: 0%;
  }

  #myCarousel1 .carousel-inner .carousel-item {
    margin-right: 0%;
  }
}
@media (max-width: 180px) and (max-width: 767px) {
  #myCarousel .carousel-inner div.carousel-item {
    margin-right: 100%;
  }

  #myCarousel1 .carousel-inner div.carousel-item {
    margin-right: 100%;
  }
}
****/
.nhung-quangcao{width:100%;margin:0 0 20px;}
.nhung-quangcao img {width:100%}
.thoitiet {width:100%;margin-top:10px}
.thoitiet img {width:100%}
.slect-customer{position:relative;width:100%}
.slect-customer::after {
    content: "\f078";
    display: block;
    right: 8px;
    top: 8px;
   font-family: 'Font Awesome 5 Free';
font-weight: 900;
    pointer-events: none;
	font-size:10px;
	position:absolute;color:#149000;
}
.slect-customer select{display:block;background:#fff;
width: 100%;
height: 28px;
border-radius: 3px;
border: 1px solid #149000;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
color: #606060;font-size:14px;margin-top:10px;font-family:Roboto}
.thongke-truycap{width:100%;background:#149000;padding:10px 20px;margin:10px 0 0}
.thongke-truycap h2 {text-align:center;font-size:28px;text-decoration:underline;font-weight:700;color:#fff;letter-spacing:5px;margin-bottom:10px}
.thongke-truycap p {font-size:14px;color:#fff;padding:5px 0;font-weight:500}
.r-video{width:100%;display:flex;margin:10px 0 0;flex-wrap:wrap;background: #fff;
    box-shadow: -8px 12px 18px 0 #dadee8;
    padding: 20px;
    border: 1px solid #deebfd;}
.video-hot{flex:0 0 60%;max-width:60%;height:380px;position:relative}
.text-img-video {
  background: rgba(0, 148, 217, 0.5);
  padding: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.text-img-video span {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: justify;
  overflow: hidden;
}
.video-con ul li img {
  width: 120px;
  float: left;height:40%;
}
.sidebar-video video {width:120px!important;height:109px}
.video-hot img {width:100%;height:380px}
.video-con{flex:0 0 40%;max-width:40%;padding-left:10px;height:341px;overflow:auto}
.video-con ul li {width:100%;display:block;float:left;padding:0 0 9px}
.video-con ul li img {width:35%;float:left}
.video-con ul li span {width:calc(100% - 120px);float:left;padding-left:10px;padding-top:10px;font-size:14px;font-weight:500}
.card{width:100%}
.card img {width:100%;height:100px}

.div-footer{width:100%;padding:10px 0;text-align:center;font-size:13px;color:#fff;background:#2062ad;line-height:20px;margin-top:20px}

.div-footer-admin{width:100%;padding:10px 0;text-align:center;font-size:13px;color:#FFFFFF;background:#EB984E;line-height:20px;margin-top:20px}

.site-gopy{padding:5px 10px;background:rgba(8, 115, 197, 0.5);position:absolute;top:0;right:0;color:#fff;}
.site-gopy a {font-size:13px;color:#fff;padding:0 4px}
.click-menu{display:none;color:#fff!important;font-size:24px}
.horizontal-overlapbg{right: 0;
width: calc(100% - 240px);
height: 100vh;
min-height: 100%;
position: fixed;
top: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(0, 0, 0, 0.45);
cursor: pointer;}
.horizontalMenu-click{display: none;}
.horizontalMenu-click02{display:none}
.div-tincon{display:flex;flex-direction:column;padding:5px 0;}
.column-tin{display:flex;justify-content: space-between;border-top:1px solid #ccc;margin-top:10px;padding:10px 0;}
.tin-img{width:240px}
.column-tin img {width:240px;height:120px}
.nd-tin-con h3 {font-size: 18px;line-height: 26px;padding-bottom:10px}
.nd-tin-con p{font-size:14px;line-height:20px;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.duantieubieu{display:flex;flex-wrap: wrap;margin-top:10px}
.duan-item {display:flex;width:calc(33.3333333333% - 20px);flex-direction:column;margin:10px}
.duan-item img {width:100%;height:120px}
.duan-item h3 {font-size:14px;padding:10px 0;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;line-height:20px}
.banner-top{width:100%;height:338px;display:flex}
.banner-top img {width:100%;object-fit:cover}
.banner-top img:hover {opacity:1}
.div-thongke{display:flex;flex-direction:column;margin-top: 40px;padding: 0 20px;}
.div-table{display:flex;justify-content:flex-start;margin: 10px 0;align-items: center;}
.div-icon{width:50px;}
.div-icon img {width:50px}
.div-icon svg {width:100%}
.div-nd-tb{display:flex;flex-direction:column;padding: 10px;}
.icon-tb {display:flex;justify-content:flex-start}
.div-nd-tb h3 {font-size:14px;color:#006a85;margin:0;font-weight:bold}
.div-nd-tb a {color:#000!important;font-size:14px;font-weight:bold}
.div-nd-tb h1 {font-size:14px;padding-bottom: 6px;}
.div-nd-tb h1 a {color:#000}
.div-nd-tb h1 a:hover {color:#006a85}
.btn-download {border:0;margin-right:5px}
.btn-download:hover i {color:#006a85}
.icon-tb > div {padding:0 5px 0 0}
.btn-dangnhap {border: 0;margin: 0 20px 0 10px;font-size: 14px;color: #ff4800;background: transparent;}
.btn-dangnhap i {margin-right: 5px;}
.height-tt{height:auto}
.div-mxh{display:flex;margin-top:15px;flex-direction:column;align-items: center;}
.div-mxh img {width:100%;margin:5px auto;max-width: 265px;}
.ul-bn {display:flex;flex-direction:column;}
.ul-bn li {background:#008caf;padding:8px 5px;display:flex;margin:3px 0;border-radius:3px}
.ul-bn li:hover {background:#02b4e1}
.ul-bn li a  {color:#fff;font-size:14px;display:inline-block;width:100%}
.ul-bn li a i{font-size:15px;padding-right:5px}
.time{display:block;font-size:12px;color:#444;padding-top:5px}
.time i {padding-right:5px}
/***************************/
.banner {width:100%;position:relative;height:500px;overflow:hidden}
.banner img {width:100%;object-fit:cover;height:500px;}
.nd-banner {/*background:rgba(12, 143, 204, 0.8);*/padding:10px 20px;position: absolute;
    top: 18%;
    left: 50%;margin-left:-310px;
    width: 620px;border-radius:8px;}
.nd-banner h1 {font-size:27px;color:#fff;color:#0052af;margin:0 0 40px}
.nd-banner h1 span {font-size:24px;display:block;padding-top:5px}

.nd-banner em {font-size:14px;color:#000;padding:5px 0 40px 0;display:block}
.title-banner {font-size:24px;color:#ff4800;position:absolute;top:40%;left:40%;}
.box-tyle{display:flex;margin:40px 0;justify-content:center}
.box-1 {width:25%;padding:0 20px;}
.box-color-1 {background-image: linear-gradient(to left, #0db2de 0%, #005bea 100%);width:100%;height:150px;border-radius:7px;padding:0 10px}
.box-color-2{background-image: linear-gradient(45deg, #f93a5a, #f7778c);width:100%;height:150px;border-radius:7px;padding:0 10px}
.box-color-3{background-image: linear-gradient(to left, #48d6a8 0%, #029666 100%);width:100%;height:150px;border-radius:7px;padding:0 10px }
.box-color-4{background-image: linear-gradient(to left, #efa65f, #f76a2d);width:100%;height:150px;border-radius:7px;padding:0 10px}
.height-top{height:calc(100% - 50px);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;line-height:20px;}
.height-top p {font-size:15px;color:#fff;text-transform:uppercase;text-align: center;font-weight: 500;}
.height-top span {font-size:15px;color:#fff;text-transform:uppercase;}
.height-bottom{height:50px;width:100%;display:flex;align-items:flex-start;justify-content: center;}
.height-bottom p {background:rgba(0, 82, 175, 0.5);font-size:24px;color:#fff;width:80%;padding:4px 0;text-align: center;}
.bg-red p{background:rgba(186, 23, 50, 0.5)}
.bg-yellow p{background:rgba(2, 246, 166, 0.5)}
.bg-cam p{background:rgba(184, 56, 0, 0.5)}
.box-noidung{width:100%;display:flex;flex-direction:column;padding:0 20px;margin:40px 0;}
.h1-nd {font-size:24px;color:#0052af;text-transform:uppercase;padding:10px 0;/*! border-bottom: 2px solid #0052af; */}
.p-nd {font-size:16px;color:#000;line-height:24px}
.box-table{width:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-8px 12px 18px 0 #dadee8;padding:20px 20px 20px;border:1px solid #deebfd;margin-top:20px}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;margin-top:20px }

.qlvb-table-scroll {
  max-height: 360px !important;
  overflow: auto !important; }

.table-responsive .lfr-search-container {
  margin: 0px !important; }

.table-responsive .lfr-search-container table thead tr {
  background: #ecf0fa !important; }

.table-vbdh {
  width: 100%;
  color: #22252f;
  border: 0;
  border-collapse: collapse;
  word-wrap: break-word; }
  .table-vbdh > thead {
  vertical-align: bottom;
}
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.table-vbdh th, .table-vbdh td, .table-responsive .lfr-search-container table th, .table-responsive .lfr-search-container table td {
  padding: 8px 4px;
  line-height: normal;
  color: #000;
  font-weight: normal;
  font-size: 14px;
  border-top: 0px solid #adb3c3; border-bottom: 1px solid #adb3c3;border-left:0;border-right:0; }

.table-vbdh td a {
  color: #0162e8; }

.table-vbdh th {
  border-top-width: 1px;
  white-space: nowrap;
  font-weight: 900 !important;
  font-size: 14px;
  text-align: center;
  color: #fff !important; }

.table-vbdh td {
  vertical-align: top; }

.table-vbdh thead tr {
  background: #1b93cb !important; }

.table-vbdh tbody tr {
  background-color: #fff; }

.table-vbdh tbody tr:hover {
  color: #031b4e;
  background-color: #eff3f7; }

.table-vbdh.table-no-hover tbody tr:hover {
  background: #fff; }
.center{text-align:center}
.title-top{width:100%;display:flex;justify-content:space-between;align-items: center;}
.title-top h2 {font-size:16px;text-transform:uppercase;font-weight:500}
/* Dropdown menu css */
.dropdown-container {
  position: relative;
  max-width: 300px;
}
.dropdown-container .dropdown-toggle {
  color: #000000;
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-toggle label {
  cursor: pointer;
  width: 100%;
}
.dropdown-container .dropdown-toggle:hover, .dropdown-container .dropdown-toggle:active, .dropdown-container .dropdown-toggle:focus {
  background-color: #0979ce;
  color: #ffffff;
}
.dropdown-container .dropdown-menu {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  margin-top: 4px;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background-color: #ffffff;
  z-index: 10;
}
.dropdown-container .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
.dropdown-container .dropdown-menu a {
  text-decoration: none;
  display: block;
  color: #000000;
  font-size: 14px;
  padding: 10px 10px;
  font-weight: 600;
  box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
  transition: all ease-in-out 0.3s;
}
.dropdown-container .dropdown-menu a:hover, .dropdown-container .dropdown-menu a:active, .dropdown-container .dropdown-menu a:focus {
  background-color: #0979ce;
  color: #ffffff;
}

.dropdown-menu,
.dropdown-toggle {
  position: relative;
}
.dropdown-menu::after,
.dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border: 5px solid;
  border-top-color: rgba(0, 0, 0, 0);
  border-left-color: rgba(0, 0, 0, 0);
  margin-top: -2.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.2s;
}

.dropdown-menu {
  z-index: 10;
  position: relative;
}
.dropdown-menu::after {
  z-index: -1;
  transform: rotate(-135deg);
  top: -4px;
  border-color: #ffffff;
  box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
}

.dropdown-open .dropdown-menu.dropdown-active {
  display: block;
}

.dropdown-container.dropdown-open .dropdown-toggle {
  background-color: #0979ce;
  color: #ffffff;
}
.dropdown-container.dropdown-open .dropdown-toggle:before {
  transform: rotate(-135deg);
}

.dropdown-bordered .dropdown-toggle {
  border: 2px solid #000000;
  border-radius: 10px;
}
.dropdown-bordered .dropdown-toggle:hover, .dropdown-bordered .dropdown-toggle:active, .dropdown-bordered .dropdown-toggle:focus {
  background-color: #0979ce;
  color: #ffffff;
  border-color: #ffffff;
}
.dropdown-bordered .dropdown-menu {
  border: 2px solid #000000;
  border-radius: 10px;
}
.dropdown-bordered .dropdown-menu::before {
  border-color: #000000;
}
.dropdown-bordered .dropdown-menu a {
  box-shadow: none;
  border-bottom: 2px solid #000000;
}
.dropdown-bordered .dropdown-menu li:last-child a {
  border-bottom: 0;
}

.dropdown-gradient .dropdown-toggle,
.dropdown-gradient .dropdown-menu,
.dropdown-gradient a {
  background: #ff3131;
  background: -moz-linear-gradient(262deg, #ff3131 11%, #5400ff 100%);
  background: -webkit-linear-gradient(262deg, #ff3131 11%, #5400ff 100%);
  background: linear-gradient(262deg, #ff3131 11%, #5400ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3131",endColorstr="#5400ff",GradientType=1);
  color: #ffffff;
}
.dropdown-gradient .dropdown-toggle::before {
  color: #ffffff;
}
.dropdown-gradient .dropdown-menu a {
  background: none;
  box-shadow: none;
  color: #ffffff;
}
.dropdown-gradient .dropdown-menu a:hover, .dropdown-gradient .dropdown-menu a:active, .dropdown-gradient .dropdown-menu a:focus {
  background: #ff3131;
  background: -moz-linear-gradient(66deg, #ff3131 11%, #5400ff 100%);
  background: -webkit-linear-gradient(66deg, #ff3131 11%, #5400ff 100%);
  background: linear-gradient(66deg, #ff3131 11%, #5400ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3131",endColorstr="#5400ff",GradientType=1);
}
.dropdown-gradient .dropdown-menu::before {
  box-shadow: none;
  border-color: #ff3131;
}

.dropdown-solid .dropdown-toggle,
.dropdown-solid .dropdown-menu {
  background-color: #0979CE;
  color: #ffffff;
}
.dropdown-solid .dropdown-menu a {
  color: #ffffff;
}
.dropdown-solid .dropdown-menu a:hover, .dropdown-solid .dropdown-menu a:active, .dropdown-solid .dropdown-menu a:focus {
  background-color: #ffffff;
  color: #000000;
}
.dropdown-solid .dropdown-menu::before {
  border-color: #0979CE;
}
.flex-tl{background: #fff;
box-shadow: -8px 12px 18px 0 #dadee8;
padding: 20px;
border: 1px solid #deebfd;width:100%;display:flex;flex-direction:column}
.mot-banner{width:100%}
.active .sub-icon {color:#64fe4c}
.gioithieu {margin: 10px 0 0;
background: #fff;
box-shadow: -8px 12px 18px 0 #dadee8;
padding: 20px;
border: 1px solid #deebfd;}
.gioithieu h1 {
    width: 100%;
    padding-bottom: 20px;
}
.gioithieu p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
}
.text-muted {
  color: #7987a1;font-size:14px!important;
  text-transform: none !important;
}
.content-title{font-size:20px;padding-right: 5px;}
/* .xemthem a {background:#0094d9;color:#fff;padding:5px 10px;border-radius:2px;margin:5px 0;display:inline-block} */
.div-footer p a {color:#fff}
#linktailieu {padding:5px 0;background:#effcff}
#linkxemthemtailieu2 .div-nd-tb{padding-left:20px}
.col-book{width:100%;display:flex;flex-direction:column;border-bottom:1px solid #ccc;padding:20px 0}
.book-tieude {width:100%;display:flex;justify-content:start}

.coverpage {border: 2px solid #ddd; border-radius: 0px; }


.div-img {width:160px}
.div-img img {width:100%;}
.div-nd-gt {width:calc(100% - 160px);display:flex;flex-direction:column;padding-left: 20px;}
.div-nd-gt h2 {font-size:16px;color:#0052af}
.div-nd-gt p {font-size:14px;padding-bottom:0px;margin:0;line-height:20px}
.book-gioithieu {width:100%;display:flex;padding:5px 0;font-size:15px;color:#000;text-align: justify;}
.nd-download{width:100%;display:flex;justify-content:flex-end}
.nd-download a {background:#0052af;padding:3px 10px;border-radius:3px;color:#fff;font-size:14px;max-width:100px;text-align:center}
.nd-download a:hover {color:#fff;background:#0094d9;text-decoration: none;}
.pagination{justify-content:flex-end}
.video-hot video {width:100%!important;height:340px}
.item-1, 
.item-2, 
.item-3,
.item-4,
.item-5 {
	position: absolute;
  	display: block;
	top: 2em;
    font-family: 'Imbue', serif;
  	width: 100%;
  	font-size: 2em;
	animation-duration: 55s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	padding:5px 10px;
	font-style:italic
}
.item-1 {background:rgba(12,113,224, 1);}
.item-2 {background:#ee335e;}
.item-3 {background:#22c03c;}
.item-4{background:#00b9ff}
.item-5 {background:#ff6600;}
.nd-banner p {font-size:35px;color:#fff;text-align:center}
#.nd-banner p {font-size:28px;color:#fff;text-align:justify} 
.item-1{
	animation-name: anim-1;
}

.item-2{
	animation-name: anim-2;
}

.item-3{
	animation-name: anim-3;
}

.item-4{
	animation-name: anim-4;
	max-width: max-content;
}

.item-5{
	animation-name: anim-5;
	max-width: max-content;
}


@keyframes anim-1 {
	0%, 3% { left: -100%; opacity: 0; }
  8%,15% { left: 0%; opacity: 1; }
  23%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-2 {
	0%, 23% { left: -100%; opacity: 0; }
  28%, 35% { left: 0%; opacity: 1; }
  43%, 100% { left: 110%; opacity: 0; }
}

@keyframes anim-3 {
	0%, 43% { left: -100%; opacity: 0; }
  48%, 55% { left: 0%; opacity: 1; }
  63%,100% { left: 110%; opacity: 0; }
}

@keyframes anim-4 {
	0%, 63% { left: -100%; opacity: 0; }
  68%, 75% { left: 0%; opacity: 1; }
  83%,100% { left: 110%; opacity: 0; }
}

@keyframes anim-5 {
	0%, 83% { left: -100%; opacity: 0; }
  88%, 95% { left: 0%; opacity: 1; }
  100% { left: 110%; opacity: 0; }
}

.noidung .right div span{word-break: break-word;}
.header .sub-icon {color:#0057a9}
table{border:0}
th, td {border: 1px solid #adb3c3;padding:5px}
.div-footer-admin p a {color:#fff}
.rowheader{background:#ededed}
.header .fixed-sub{color:#fff}
/*
.div-table {
    display: table;
    border-collapse: collapse;
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	color:#000
}
.div-table .tr:first-child {
    background:#1b93cb;
	border-bottom: 1px solid #ddd;
	color:#fff;
	font-weight:bold
}
.div-table .tr {
    display: table-row;
    border-bottom: 1px solid #adb3c3;
}
.div-table .tr:first-child .td {
	vertical-align:middle
   
}
.div-table .tr .td {
    display: table-cell;
    padding: 8px;
	text-align:center
}
.div-table .tr .td.left{text-align:left}
.div-table .tr:nth-child(even) {
    background-color: #F9F9F9;
}
*/
.div-nd-tb a h4 {font-weight:normal}
/*.gioithieu .carousel-container.row {height:400px;flex-wrap:initial}*/
/*.gioithieu .carousel-item img {height:300px;object-fit:inherit!important}*/
/*#carousel-thumbs img.img-fluid {height: 90px!important;
border: 1px solid #000!important;}*/
	.carousel{width:100%}
.carousel-control-next, .carousel-control-prev{background-color:#0094d9}	
.gioithieu #carousel-thumbs {
  bottom: 0;
  position: inherit;
  margin: 0;
}
.carousel-item #image_main{height:auto}
.img-fluid {
  max-width: 100%;
  height: 100%!important;
  object-fit:fill!important
}
#div_main {
  margin-top: 50px!important;
}
.wrap-text{padding-right:0!important}
.test {text-align: justify;}
.row-4banner {width:100%;}
.row-left {width:58%;float:left;padding-right:20px}
.row-right {width:42%;float:left}
.row-bn {width:100%;display:inline-block}
.w-bn {width:50%;padding:5px;float:left;}
.tin-dn {width:100%;display:flex;align-items:center}
.tin-dn-l{width:40%;}
.tin-dn-l a {display:flex}
.tin-dn-r {width:60%;padding-left:10px;}