a, a:visited, a:hover {
  text-decoration: none;
}

span {
  font-size: 14px;
}

body, html {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #222;
  font-weight: normal;
  background: #fff;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

ul {
  margin-bottom: 0px;
}

.MainContent {
    min-height: calc(100vh - 486px);
    background: url(/ttudkhcn/images/body-bg.png) no-repeat top center;
}

.MainContent .col-body-center {
  background-color: #ffffff;
}

.col-body-center {
  padding: 3px;
  border: 0px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  /*box-shadow: 0 10px 20px rgb(0 0 0), 0 6px 6px rgb(0 0 0);*/
}

.bgWhite {
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

header a {
  color: #0c328e;
}

header p {
  margin: 0;
}

header #topbar {
  height: 40px;
  line-height: 40px;
  color: #444;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 15px;
}

header #topbar .social-icon i {
  font-size: 1rem;
  color: #0c328e;
}

header #topbar .sysdate strong {
  color: #d12525 !important;
}

header .headermain {
  background: #0c328e url(../images/Header.png) no-repeat right;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  max-height: 140px;
}

header .headermain .logo {
  margin: 20px 0 25px;
  display: block;
  max-width: 110%;
}

header .headermain .logo .llg {
  display: block;
}

header .headermain .logo .lsm {
  display: none;
}

header .headermain .MainSlide {
  position: absolute;
  right: 15px;
  top: 0px;
}

header .headermain .MainSlide .inner {
  position: relative;
}

header .headermain .MainSlide .inner .bg {
  opacity: 0;
}

header .headermain .MainSlide .inner #slide {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

header .headermain .MainSlide img {
  width: 100%;
  height: 148px;
}

header .headermain ul li {
  vertical-align: middle;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

fieldset.scheduler-border {
  border: 1px solid #ddd !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
}

.VideoList .item .name a {
  color: #555 !important;
  font-size: 0.95rem !important;
}

.VideoList .item .img:before {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.5) url(../images/play-icon.png) no-repeat center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
  transition: 0.4s;
}

.VideoList .item .img:hover::before {
  opacity: 0.5;
}

.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #2a68d8 !important;
  z-index: 999;
}

.yhy-append-wrap {
  position: fixed !important;
  bottom: 0px;
  padding-top: 0px !important;
  height: auto !important;
  width: auto !important;
}

.article-content table {
  width: 100%;
}

.article-content table td {
  /*text-align: center !important;*/
}

.article-content table img {
  width: 100%;
}

.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
  display: none !important;
}

.gopyItem {
  background: #f2f2f2;
  border: 1px dashed #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 15px;
}

.bttpEmbed iframe {
  width: 100%;
  height: 800px;
}

.scrollTop {
  position: fixed;
  width: 35px;
  height: 35px;
  right: 20px;
  bottom: 20px;
  background-color: #999;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transition: all 0.4s ease-in-out 0s;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 16px;
  color: #fff;
  z-index: 999;
}

.scrollTop:hover {
  background: #ffb42d;
}

.scrollTop div {
  width: 100%;
  text-align: center;
  line-height: 17px;
}

.ListLinkArticle {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.ListLinkArticle ul {
  padding-left: 15px;
}

.surveyList .form-check {
  margin-bottom: 20px;
}

.surveyList .form-check label {
  cursor: pointer;
}

.survey-Item {
  border: 1px dashed #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 15px;
}

.survey-Item p.title {
  font-size: 16px;
}

.survey-Item p.ovv {
  font-size: 12px;
  color: #555;
}

.section-title-contact h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title-contact h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px #d6d7d8;
  padding: 20px 0 30px 0;
}

.info-box a {
  color: #444444;
}

.info-box i {
  font-size: 26px;
  color: #106eea;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
  width: 52px;
  height: 52px;
  margin-bottom: 15px;
}

.info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.close-menu full {
  display: none;
}

.printDiv {
  padding: 10px 7px;
  background: #f2f2f2;
}

.printDiv ul {
  margin: 0px;
  display: flex;
  align-items: center;
}

.printDiv ul li, .printDiv ul a {
  color: #0066b3;
  vertical-align: middle;
}

.myTitleWrap {
  border-top: 1px solid #ddd;
}

.myTitleWrap .myTitle {
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding: 0px;
  position: relative;
  line-height: 45px;
}

.myTitleWrap .myTitle:before {
  display: block;
  content: '';
  background: #106eea;
  height: 3px;
  margin-top: -18px;
  width: 25%;
}

.myValidation {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-radius: 4px;
  margin-bottom: 20px;
}

.myValidation ul li {
  margin-bottom: 7px;
}

.myValidation ul li:first-child {
  padding-top: 15px;
}

.myValidation ul li:last-child {
  padding-bottom: 15px;
}

.listYear {
  list-style: none;
  padding: 0px;
}

.listYear li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.listYear li a {
  display: block;
  color: #007bff;
}

.listYear li a:hover {
  color: #007bff;
  font-weight: bold;
}

.listYear li .active {
  color: #007bff;
  font-weight: bold;
}

.detailBTTP {
  margin-bottom: 15px;
  border: 1px solid #ddd;
  padding: 10px;
  background: #f2f2f2;
}

.detailBTTP img {
  height: 150px;
  display: block;
  float: left;
  margin-right: 30px;
}

.ListBTTP ul li {
  background: none !important;
  padding: 10px !important;
}

.ListBTTP .item {
  margin-bottom: 10px;
}

.ListBTTP .item img {
  max-width: 100%;
}

.ListBTTP .item .title {
  text-align: center;
  color: #333;
  display: block;
  font-weight: bold;
  margin-top: 7px;
}

.vnnew-box {
  background: #2a68d8;
  padding-top: 15px;
  padding-bottom: 15px;
}

.vnnew-box ul li {
  list-style: none;
  padding: 0px;
  background: none !important;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 7px;
}

.vnnew-box ul li a {
  color: #fff !important;
  font-size: 14px;
}

.vnnew-box ul li:last-child {
  border-bottom: none;
}

.marquee {
  height: 300px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.xsshow {
  display: none !important;
}

.ContentDiv {
  padding-top: 10px;
  padding-bottom: 10px;
}

.img-ads-side {
  background-size: contain;
}

.lmenu {
  margin-bottom: 10px;
}

.lmenu ul {
  list-style: none;
  padding: 0px;
}

.lmenu .leftmenu {
  background: #2a68d8;
  color: #fff;
  border-radius: 2px;
}

.lmenu .leftmenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lmenu .leftmenu li a {
  color: #fff;
  font-size: 16px;
  display: block;
  color: #fff;
  padding: 8px 10px;
  font-weight: bold !important;
}

.lmenu .leftmenu li a .closemn:hover {
  color: #ffb761 !important;
}

.lmenu .leftmenu li a .caret {
  float: right;
  margin-top: 2px;
}

.lmenu .leftmenu li .childmenu {
  border: 1px solid #ddd;
  left: 240px;
  top: 0px;
  display: none;
}

.lmenu .leftmenu li .childmenu li {
  position: relative;
  border-bottom: 1px solid #ddd;
  background: #f2f2f2;
}

.lmenu .leftmenu li .childmenu li:last-child {
  border: none;
}

.lmenu .leftmenu li .childmenu li a {
  color: #222;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
  position: relative;
}

.lmenu .leftmenu li .childmenu li a .fa-caret-right {
  position: absolute;
  top: 7px;
  right: 10px;
  margin-top: 4px;
  color: #0c328e;
}

.lmenu .leftmenu li .childmenu li a:hover {
  color: #0c4ccf;
}

.lmenu .leftmenu li .childmenu li:hover {
  background: #fff;
}

.lmenu .leftmenu li .childmenu li:hover a {
  color: #0c328e;
}

.lmenu .leftmenu li .childmenu li .GrandChildmenu {
  display: none;
  position: absolute;
  z-index: 999;
  border: 1px solid #ddd;
  left: 278px;
  top: 0px;
  min-width: 250px !important;
}

.lmenu .leftmenu li .childmenu li .GrandChildmenu li {
  border-bottom: 1px solid #ddd;
  background: #f2f2f2;
}

.lmenu .leftmenu li .childmenu li .GrandChildmenu li a {
  color: #444;
  font-weight: normal;
  font-size: 12px;
  text-transform: none;
  background: #fff;
}

.lmenu .leftmenu li .childmenu li .GrandChildmenu li a:hover {
  color: #0c4ccf;
}

.lmenu .leftmenu li .childmenu li .GrandChildmenu li:hover {
  background: #f2f2f2;
}

.lmenu .leftmenu li:last-child {
  border: none;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.hoidap-item {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: url(../images/question.png) no-repeat left top;
  padding-left: 80px;
}

.hoidap-item .date {
  color: #aaa;
  font-size: 12px;
}

.font-zoom {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 1000;
}

#decfont {
  background-position: -6px -60px;
  display: inline-block;
  height: 32px;
  width: 40px;
  background: url(../images/zoom.png) no-repeat -6px -60px;
}

#incfont {
  background-position: -6px -60px;
  display: inline-block;
  height: 32px;
  width: 40px;
  background: url(../images/zoom.png) no-repeat -6px -13px;
}

.myiframe iframe {
  width: 100% !important;
}

.news2 {
  margin-bottom: 10px;
}

.news2 .title {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 7px;
  z-index: 2;
}

.news2 .title a {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

.nlist {
  background: #ddd;
}

.nlist .row {
  border-bottom: 1px solid #ddd;
}

.BannerItem img {
  width: 100%;
}

.notifi-item {
  margin: 0 10px;
  margin-bottom: 10px;
  background: floralwhite;
  padding: 12px 10px;
  border-radius: 2px;
  box-shadow: gainsboro 0px 2px 10px;
  text-align: justify;
}

.notifi-item .date {
  color: #888;
  margin-bottom: 0px;
  font-size: 11px;
}

.notifi-item .title {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

.headTop {
  padding: 7px 0;
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
  font-family: 'MyriadPro-Cond';
}

.headTop h2 {
  color: #d12525;
  font-weight: bold;
  float: left;
  margin-right: 15px;
}

.headTop .bar {
  display: block;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  height: 25px;
  margin-top: 3px;
  float: left;
  font-size: 1.2rem;
  padding-top: 2px;
}

.mdNotification .headTop {
  display: flex;
  justify-content: center;
}

.featuresDiv .lSSlideOuter .lslide .title {
  text-align: justify;
}

.bigIcon {
  font-size: 21px;
}

.search-form {
  background: #fff;
  padding: 0px 10px;
  border-radius: 7px;
  line-height: 32px;
}

.search-form .txtSearch {
  border: none;
  outline: none;
  height: 32px;
  border: none;
  width: 150px;
  font-size: 0.9rem;
  background: none;
  color: #666;
}

.search-form .search {
  display: block;
  cursor: pointer;
  color: #0c328e !important;
}

.search-form ::placeholder {
  color: #666;
  font-style: italic;
  font-size: 11px;
}

.search-form :-ms-input-placeholder {
  font-style: italic;
}

.sitemap-body ul {
  padding: 0px;
}

.sitemap {
  padding: 0px;
  margin: 10px 0;
}

.sitemap a {
  color: #0c328e;
}

.sitemap li {
  list-style: none;
  padding: 4px 0;
}

.small {
  font-size: 0.9rem !important;
}

.myHead {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.navigation ul li {
  line-height: 35px;
  color: #888;
  font-size: 0.9rem;
}

.navigation ul li a {
  color: #0c328e;
}

.ArticleList .item {
  margin-bottom: 20px;
}

.ArticleList .item .left {
  width: 200px;
  float: left;
}

.ArticleList .item .left .img {
  display: block;
}

.ArticleList .item .left .img img {
  width: 100%;
  border-radius: 2px;
}

.ArticleList .item .right {
  width: calc(100% - 210px);
  float: right;
}

.ArticleList .item .right p {
  margin-bottom: 5px;
}

.ArticleList .item .right .title {
  margin-bottom: 7px;
  text-align: justify;
}

.ArticleList .item .right .title a {
  font-size: 1.1rem;
  color: #333;
  font-weight: bold;
  line-height: normal;
}

.ArticleList .item .right .date {
  font-size: 0.9rem;
  color: #888;
}

.ArticleList .item .right .ovv {
  color: #555;
}

.article-body h1 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: bold;
}

.article-body .date {
  font-size: 0.9rem;
}

.article-body .icon i {
  color: #0c328e;
  margin-left: 10px;
}

.article-body img, .article-body iframe, .article-body table {
  max-width: 100%;
}

.vbcd-box li {
  font-size: 12px;
  color: #666;
}

.vbcd-box li a {
  color: #0066b3 !important;
}

.article-content img {
  height: auto !important;
  max-width: 100% !important;
  cursor: pointer;
}

.other-list {
  margin-bottom: 30px;
  font-size: 14px;
}

.other-list h2 {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
  padding-bottom: 15px;
}

.other-list ul {
  padding: 0px;
  margin-left: 20px;
}

.other-list ul li {
  margin-bottom: 10px;
}

.other-list ul li a {
  color: #0066b3;
}

.ProductDetail .price {
  font-weight: bold;
  font-size: 1.1rem;
  color: #ed2024;
}

.ProductDetail .ovv {
  color: #666;
  font-size: 0.95rem;
}

.ProductDetail .FullText {
  margin-top: 15px;
}

.ProductDetail .headTitle {
  font-size: 1.15rem;
  font-weight: bold;
  padding: 10px 5px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 15px;
  background: #f2f2f2;
}

.col1 {
  width: 240px;
  float: left;
}

.col2 {
  width: calc(100% - 510px);
  margin: 0 15px;
  float: left;
  overflow: hidden;
  margin-bottom: 40px;
}

.col3 {
  width: 240px;
  float: right;
}

.w100 {
  width: 100% !important;
  float: none !important;
}

.ProductsOrderTbl .form-control {
  padding: 0.275rem 0.75rem !important;
  height: 25px;
}

.itemProduct .hotitem .khungAnh {
  border: 1px solid #ddd !important;
}

.itemProduct .hotitem .name a {
  color: #333 !important;
}

.itemProduct .item .name {
  margin: 0px;
}

.itemProduct .item .name a {
  font-size: 1rem;
  font-weight: bold;
  color: #005fb7;
  margin: 5px 0 5px;
  display: block;
}

.itemProduct .item .ovv {
  color: #666;
}

.itemProduct .item .regist a {
  padding: 7px 30px;
  background: #735596;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  border-radius: 20px;
}

.itemProduct .item .regist a:hover {
  background: #4f287e;
}

.itemProduct .item {
  margin-bottom: 30px;
  transition: 0.7s;
}

.itemProduct .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.itemProduct .item:hover .wrapper {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.itemProduct .item:hover .outer a.name {
  color: #0095da;
}

.itemProduct .item .khungAnh:before {
  padding-bottom: 66.67%;
}

.khungAnh:before {
  padding-bottom: 60%;
}

.itemProduct .item .outer {
  padding: 20px 20px 16px 20px;
  background: #ffffff;
}

.itemProduct .item .outer a.name {
  color: #333333;
  font-size: 1.1rem;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  transition: 0.2s;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: bold;
}

.itemProduct .item .outer .thongKe {
  background: transparent;
  font-size: 0.9rem;
  color: #888;
}

.itemProduct .item .outer p.info {
  margin-top: 20px;
  color: #333333;
  font-size: 15px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.khungAnh {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #ddd;
}

.khungAnhCrop, .khungAnhCrop0 {
  display: inline-block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: 0.7s;
}

.khungAnh:before, .khungVideo:before {
  content: "";
  display: block;
}

.khungAnhCrop img {
  left: 50%;
  max-height: 150%;
  max-width: 150%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.6s;
}

.khungAnhCrop img {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.khungAnhCrop img.tall {
  height: 100%;
  min-width: 100%;
}

.greyDiv {
  background: #f2f2f2;
  border-radius: 2px;
  padding: 10px;
}

.greyDiv label {
  font-weight: bold;
  font-size: 0.9rem;
}

.myTable thead tr th {
  background: #f2f2f2;
}

.tktc p {
  color: #444;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.igateiframe {
  background: url(../images/loading.gif) no-repeat center;
}

.BannerItem {
  margin-bottom: 5px;
  text-align: center;
}

.carousel .control {
  top: -50px;
  height: 40px;
  opacity: 1;
  color: #999;
  width: auto;
}

.carousel .control i {
  font-size: 18px;
}

.carousel .control:hover {
  color: #333;
}

.VideoWrapper {
  padding-top: 56.25%;
  width: 100%;
  background: #333;
  position: relative;
}

.VideoWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.VideoItem {
  cursor: pointer;
  padding-bottom: 20px;
}

.VideoItem .img {
  display: block;
  margin-bottom: 7px;
  position: relative;
}

.VideoItem .img img {
  width: 100%;
}

.VideoItem .khungAnhCrop:before {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.5) url(../images/play-icon.png) no-repeat center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
  transition: 0.4s;
}

.VideoItem .img:hover::before {
  opacity: 0.5;
}

.VideoItem .title {
  margin-top: 15px;
  text-align: left;
  margin-bottom: 0px;
}

.VideoItem .title a {
  color: #111;
  font-weight: bold;
}

.SmallVideo .item {
  margin-bottom: 7px;
}

.SmallVideo .item .left {
  width: 85px;
  float: left;
}

.SmallVideo .item .left .img {
  display: block;
  position: relative;
  min-height: 50px;
}

.SmallVideo .item .left .img img {
  width: 100%;
}

.SmallVideo .item .left .img:before {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.5) url(../images/play-icon-small.png) no-repeat center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
  transition: 0.4s;
}

.SmallVideo .item .left .img:hover::before {
  opacity: 0.5;
}

.SmallVideo .item .right {
  width: calc(100% - 95px);
  float: right;
}

.SmallVideo .item .right .title {
  font-size: 0.9rem;
  margin-bottom: 2px;
}

.SmallVideo .item .right .title a {
  color: #0c328e;
}

.SmallVideo .item .right .date {
  font-size: 0.84rem;
  color: #888;
  margin-bottom: 0px;
}

.zebraMenu {
  padding: 0px !important;
}

.zebraMenu ul li {
  background: #d8e1eb !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
  border-bottom: 1px solid #c0c8d1;
  border-top: 1px solid #e2e9f0;
}

.zebraMenu ul li a {
  padding: 7px !important;
  display: block;
}

.zebraMenu ul li:first-child {
  border-top: none;
}

.zebraMenu ul li:last-child {
  border-bottom: none;
}

.box {
  border: 1px solid #ddd;
  background: #f9f9f9;
  margin-bottom: 10px;
}

.box .header {
  line-height: 40px;
  background: #0c328e;
  text-align: center;
  padding: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff !important;
}

.box .header .blueicon {
  color: #0c328e;
  font-size: 16px;
}

.box .header a {
  color: #fff !important;
  font-size: 14px;
}

.box .dark {
  background: #ddd;
  color: #444 !important;
  font-size: 14px;
  font-weight: bold;
}

.box .dark a {
  color: #444 !important;
}

.box .dark .bar {
  border-left: 1px solid #0b1430;
  padding-left: 10px;
  margin-top: 3px;
  margin-left: 5px;
  font-size: 1.2rem;
  padding-top: 2px;
  font-weight: 100;
  text-transform: none;
}

.box .dark .bar a {
  color: #007bff !important;
}

.box .light {
  background: #1b80c4;
  color: #fff;
}

.box .light a {
  color: #fff;
}

.box .white {
  background: #fff;
  text-align: center;
}

.box .body {
  padding: 10px;
}

.box .body ul {
  list-style: none;
  padding: 0px;
}

.box .body ul li {
  margin-bottom: 10px;
  background: url(../images/blue-dot.png) no-repeat left top 7px;
  padding-left: 10px;
}

.box .body ul li a {
  color: #444;
}

.box .body ul li a span.note {
  font-size: 0.9rem;
  color: #0c328e;
}

.box .card {
  margin-bottom: 5px !important;
}

.box .card .card-header {
  padding: 0;
  border: none;
}

.box .card h5 a {
  color: #0c328e;
  display: block;
  text-align: left;
  cursor: pointer;
  font-weight: bold;
  padding: 0.75rem 1.25rem;
}

.ttcnBox {
  padding: 0px !important;
}

.ttcnBox li {
  background-image: none !important;
  margin: 0px !important;
  padding: 0px !important;
  background: rgba(195, 213, 233, 0.5) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.ttcnBox li a {
  display: block;
  padding: 10px 10px;
  color: #243b99 !important;
  font-size: 13px !important;
  transition: 0.5s;
}

.ttcnBox li ul.child li {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 12px;
  margin-bottom: 12px;
  background: rgba(255, 236, 212, 0.5) !important;
  border-bottom: 1px dashed #ddd !important;
}

.ttcnBox li ul.child li a {
  font-size: 12px !important;
  padding: 7px 10px;
}

.ttcnBox li ul.child li a:hover {
  background: #fff !important;
  color: #243b99 !important;
}

.ttcnBox li ul.child li:last-child {
  border: none !important;
}

.ttcnBox li:last-child {
  border: none !important;
}

.ttcnBox li:hover > a, .ttcnBox a.activeMN {
  background: #2668ef !important;
  color: #fff !important;
}

.featuresDiv {
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd;
}

.featuresDiv .item {
  min-height: 400px;
}

.featuresDiv .large .img {
  display: block;
  margin-bottom: 7px;
  margin: 0 10px 10px 0;
}

.featuresDiv .large .img img {
  width: 100%;
}

.featuresDiv .large .title a {
  font-size: 21px;
  color: #111;
  margin-bottom: 7px;
  font-weight: bold;
  line-height: normal;
}

.featuresDiv .large .ovv {
  color: #333;
}

.featuresDiv .list-subfeatures {
  list-style: none;
  padding: 0;
}

.featuresDiv .list-subfeatures .subfeatures-item {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

.featuresDiv .list-subfeatures .subfeatures-item .khungAnh {
  width: 80px;
  float: left;
  margin: 0 10px 5px 0;
}

.featuresDiv .list-subfeatures .subfeatures-item .date {
  margin: 5px 0 0 0;
  color: #555;
  font-size: 0.9rem;
}

.featuresDiv .list-subfeatures .subfeatures-item .title {
  margin-bottom: 0px;
  text-align: justify;
}

.featuresDiv .list-subfeatures .subfeatures-item .title a {
  color: #222;
  line-height: normal;
}

.featuresDiv .list-subfeatures .subfeatures-item .title a:hover {
  color: #0c328e;
  font-weight: bold;
  transition: background-color 2s ease-out 100ms;
}

.featuresDiv .listFeatures {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ddd;
}

.featuresDiv .listFeatures .header {
  background: #ee7f00;
  background: -moz-linear-gradient(45deg, #ee7f00 0%, #ffb31c 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #ee7f00), color-stop(100%, #ffb31c));
  background: -webkit-linear-gradient(45deg, #ee7f00 0%, #ffb31c 100%);
  background: -o-linear-gradient(45deg, #ee7f00 0%, #ffb31c 100%);
  background: -ms-linear-gradient(45deg, #ee7f00 0%, #ffb31c 100%);
  background: linear-gradient(45deg, #ee7f00 0%, #ffb31c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7f00', endColorstr='#ffb31c', GradientType=1 );
  color: #fff;
  line-height: 32px;
  font-weight: bold;
  font-size: 12px;
  padding: 0 7px;
}

.featuresDiv .listFeatures .body ul {
  list-style: none;
  padding: 0px;
  margin: 7px 0;
}

.featuresDiv .listFeatures .body ul li {
  padding: 0 7px;
  margin-bottom: 7px;
}

.featuresDiv .listFeatures .body ul li .left {
  display: block;
  width: 75px;
  float: left;
}

.featuresDiv .listFeatures .body ul li .right {
  float: right;
  width: calc(100% - 85px);
}

.featuresDiv .listFeatures .body ul li .right .title {
  margin-bottom: 0px;
}

.featuresDiv .listFeatures .body ul li .right .title a {
  color: #555;
  font-size: 1rem;
  text-transform: lowercase;
  display: block;
}

.featuresDiv .listFeatures .body ul li .right .title a:first-letter {
  text-transform: uppercase;
}

.category-list .cat-item {
  margin-bottom: 15px;
  /*   border: 1px solid #ddd;*/
  border-radius: 5px;
  overflow: hidden;
}

.category-list .cat-item .header {
  background: #2a68d8;
  height: 40px;
  padding: 0 10px;
}

.category-list .cat-item .header h4 {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 40px;
}

.category-list .cat-item .header h4 a {
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
}

.category-list .cat-item .header h4 a:hover {
  color: #ffbe4a !important;
}

.category-list .cat-item .body {
  padding: 10px;
  border: 1px solid #ddd;
}

.category-list .cat-item .body .first-article-item .img {
  margin-bottom: 10px;
  display: block;
}

.category-list .cat-item .body .first-article-item .img img {
  width: 100%;
}

.category-list .cat-item .body .first-article-item .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.category-list .cat-item .body .first-article-item .title a {
  color: #222;
}

.category-list .cat-item .body .first-article-item .ovv {
  text-align: justify;
  color: #4d4d4d;
}

.category-list .cat-item .body .first-article-item-lo2 {
  clear: both;
  border-bottom: 1px dashed #ddd;
}

.category-list .cat-item .body .first-article-item-lo2 .img {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  float: left;
  margin: 0 10px 10px 0;
}

.category-list .cat-item .body .first-article-item-lo2 .img img {
  width: 100%;
}

.category-list .cat-item .body .first-article-item-lo2 .title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: justify;
}

.category-list .cat-item .body .first-article-item-lo2 .title a {
  color: #222;
}

.category-list .cat-item .body .first-article-item-lo2 .title a:hover {
  color: #0c328e;
  font-weight: bold;
}

.category-list .cat-item .body .first-article-item-lo2 .ovv {
  text-align: justify;
  color: #4d4d4d;
}

.category-list .cat-item .body ul {
  clear: both;
  padding-left: 0px;
  list-style: none;
}

.category-list .cat-item .body ul li {
  margin-bottom: 10px;
  background: url(../images/blue-dot.png) no-repeat left top 7px;
  padding-left: 10px;
}

.category-list .cat-item .body ul li a {
  color: #182045;
  font-size: 1rem;
  display: inline-block;
  text-align: justify;
}

.category-list .cat-item .body ul li a:first-letter {
  text-transform: uppercase;
}

.category-list .cat-item .body ul li a:hover {
  color: #0c328e;
  font-weight: bold;
}

.category-list .cat-item .body ul li .date {
  font-size: 0.85rem;
  color: #999;
  margin-left: 4px;
}

.category-list .cat-item .body ul li:after {
  content: '';
  display: block;
  clear: both;
}

.stellarnav {
  margin: 0 0;
}

.stellarnav > ul > li > a {
  font-weight: bold !important;
  font-size: 16px;
}

.stellarnav > ul > li a.first {
  margin-top: 3px;
  padding-left: 6px;
}

.stellarnav.desktop > ul > li.has-sub {
  margin-top: 3px;
}

.stellarnav.desktop > ul > li:first-child {
  margin-top: 3px;
  align-self: end;
}

.stellarnav.mobile.light ul {
  background-color: #2A68D8;
}

.stellarnav.mobile.light ul ul {
  background: rgba(134, 188, 255, 0.8) !important;
}

.stellarnav svg {
  fill: #0c328e;
}

.stellarnav.mobile a {
  color: #fff;
}

.mobile > ul > li > a {
  text-transform: none;
  font-size: 16px;
  color: #fff;
}

.anpham-container {
  padding: 0.5rem 0 !important;
}

.anpham-container .card {
  padding-bottom: 5px;
}

.anpham-container .card .card-img {
  min-height: 22rem;
}

.anpham-container .card .card-title {
  min-height: 4.5rem;
}

.anpham-container .card .card-footer {
  display: flex;
  justify-content: space-between;
  color: #6c757d;
  background-color: transparent;
  padding: 0 0.5rem;
  border-top: 0px;
}

.anpham-container .card-item {
  padding-bottom: 15px;
}

.ap-wrapper .ap-item__mota .content {
  margin: 1rem 0rem 3rem;
}

#MainMenu {
  background: #2a68d8;
}

#MainMenu .col-body-center {
  box-shadow: none;
  padding: 0px;
}

.Footer_wr {
  /*	padding-top: 20px;
	margin-top: 10px;*/
}

footer {
  padding: 10px 15px;
  background: #0c328e;
  color: rgba(255, 255, 255, 0.9);
}

footer a {
  color: rgba(255, 255, 255, 0.9);
}

footer a:hover {
  color: #ffe9af;
}

footer .copyright {
  padding: 20px 0;
  padding-bottom: 10px;
  font-size: 0.9rem;
}

footer .copyright .companyname {
  text-transform: uppercase;
  font-size: 1rem;
}

footer .copyright p {
  margin-bottom: 5px;
}

footer .copyright .vnpt a {
  color: #f3d886;
}

.tree li {
  list-style-type: none;
  margin: 0;
  padding: 10px 5px 0 5px;
  position: relative;
}

.tree li::before, .tree li::after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
}

.tree li::before {
  border-left: 2px solid #000;
  bottom: 50px;
  height: 100%;
  top: 0;
  width: 1px;
}

.tree li::after {
  border-top: 2px solid #000;
  height: 20px;
  top: 25px;
  width: 25px;
}

.tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #777;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}

.tree > ul > li::before, .tree > ul > li::after {
  border: 0;
}

.tree li:last-child::before {
  height: 27px;
}

.tree li span:hover {
  background: #ffb31c;
  border: 1px solid #0066b3;
}

[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
  display: none;
}

.quangcao-chuyenmuc {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.chuyen-muc-khac .chuyen-muc-khac-header {
  background-color: #f0f0f0;
}

.chuyen-muc-khac .chuyen-muc-khac-header h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 8px 15px;
  color: #414141;
}

.chuyen-muc-khac .banner-item {
  margin-bottom: 15px;
}

.chuyen-muc-khac .banner-item img {
  width: 100%;
  max-height: 86px;
}

.chuyen-muc-khac .banner-item .img-wrap {
  display: block;
  top: 0px;
  position: relative;
  background-color: #f2f8f9;
  border-radius: 4px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  border: 0px solid #f2f8f9;
}

.chuyen-muc-khac .banner-item .img-wrap:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 0px solid #cccccc;
}

.chuyen-muc-khac .banner-item:hover .img-wrap:before {
  transform: scale(2.15);
}

.chuyen-muc-khac .chuyen-muc-khac-body {
  padding: 0 15px;
}

.footer-arts .relative-arts {
  min-height: 400px;
}

.PageDetail .hashtags {
  color: #6c757d !important;
  font-size: 0.9rem;
}

.section-slideshow .carousel-inner .carousel-item {
  padding: 15px 0;
}

header #section-slideshow {
  background: #0c328e;
}

header #section-slideshow .ContentDiv {
  background: #0c328e;
  padding-top: 0;
  padding-bottom: 0;
}

header #section-slideshow #carousel-example-generic {
  padding-left: 16px;
}

header #section-slideshow .pl-5rem {
  padding-left: 5rem !important;
}

header #section-slideshow .col-body-center {
  box-shadow: none;
  padding: 0px;
}

#social-zalo {
  float: right;
  margin-right: 10px;
  background-color: #03a5fa;
  padding-top: 3px;
  padding-bottom: 0px;
  border-radius: 5px;
  padding-left: 7px;
  padding-right: 7px;
}

.social-swap .socials {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding: 9px 3px;
}

.social-swap .title {
  text-align: left;
  font-size: 14px;
  color: #f1c40f;
  font-weight: bolder;
}

.social-swap .social a {
  font-size: 1.3rem;
  padding-right: 30px;
  line-height: 1px;
}

.xsClone div.box:nth-of-type(2) {
    display: none;
    background-color: brown;
}

@media only screen and (max-width: 434px) {
  #topbar .list-inline #search-all {
    display: none;
  }
  header #section-slideshow #carousel-example-generic {
    padding-left: 0;
  }
  .col-body-center {
    padding: 12px 5px !important;
  }
}

@media only screen and (max-width: 640px) {
  .xs-hide {
    display: none;
  }
  .featuresDiv .list-subfeatures .subfeatures-item .title a {
    font-weight: bold;
  }
  .category-list .cat-item .body .first-article-item-lo2 .img {
    float: none;
    width: auto;
  }
  .logo {
    margin: 8px 0;
    display: block;
  }
  .logo .llg {
    display: none !important;
  }
  .logo .lsm {
    display: block !important;
  }
  .anpham-container {
    padding: 0.5rem 0.75rem !important;
  }
  .anpham-container .card .card-title {
    font-size: 1.1rem;
  }
  header #section-slideshow .carousel-item {
    background: none !important;
  }
  header #section-slideshow #carousel-example-generic {
    padding: 0 1rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .featuresDiv .large {
    margin-bottom: 20px;
  }
  .featuresDiv .large .img {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
  }
  .anpham-container .card-item {
    padding: 0 4px 8px 4px;
  }
  .anpham-container .card .card-img {
    min-height: auto;
  }
  .ContentDiv {
    background-color: #FFFFFF;
  }
}

@media only screen and (max-width: 767px) {
  .MainContent .col1 {
    display: none;
    float: none;
    width: auto;
    margin: 0px;
  }
  .MainContent .col2 {
    float: none;
    width: auto;
    margin: 0px;
    margin-bottom: 40px;
  }
  .MainContent .col3 {
    float: none;
    width: auto;
    margin: 0px;
  }
}

@media only screen and (max-width: 991px) {
  .xsshow {
    display: block !important;
  }
  .ContentDiv {
    padding: 0.5rem 2rem;
  }
  .col1 {
    float: right;
  }
  .col2 {
    width: calc(100% - 260px);
    margin-left: 0px;
  }
  .category-list .cat-item .body .first-article-item .ovv {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .sysdate {
    display: none;
  }
  header .headermain .MainSlide {
    display: none;
  }
  /*.search-form { display: none; }*/
  .font-zoom {
    bottom: 20px;
  }
  #Features-Slide {
    padding-bottom: 100% !important;
  }
  header .headermain .logo {
    margin: 10px auto;
  }
  .featuresDiv .large .img {
    margin: 0 0px 10px 0;
  }
  .stellarnav.mobile.light ul li a {
    padding: 0 15px;
    line-height: 35px;
  }
  .stellarnav.mobile.light ul ul {
    background: rgba(134, 188, 255, 0.8) !important;
  }
  .stellarnav .dd-toggle {
    height: 35px;
  }
  .col-body-center {
    padding: 12px;
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1200px) {
  header .headermain .MainSlide {
    right: -200px !important;
  }
  .ContentDiv {
    padding: 0.5rem 2rem;
  }
  .stellarnav > ul > li > a {
    padding: 0px 15px;
    font-size: 14px;
  }
  .lmenu .leftmenu li a {
    font-size: 14px;
  }
  .ArticleList .item {
    margin-bottom: 30px;
  }
  .ArticleList .item .left {
    width: auto;
    float: none;
    margin-bottom: 10px;
  }
  .ArticleList .item .right {
    width: auto;
    float: none;
  }
  .img-ads-side {
    display: none;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .anpham-container {
    padding: 0.5rem 0.8rem !important;
  }
  .anpham-container .card {
    padding-bottom: 5px;
    font-size: 0.8rem;
  }
  .anpham-container .card .card-img {
    min-height: 16.5rem;
  }
  .anpham-container .card .card-title {
    height: 3.6rem;
    font-size: 1rem;
  }
  .anpham-container .card-item {
    padding: 0 4px 8px 4px;
  }
  .ContentDiv {
    padding: 0.5rem 15px;
  }
  header #section-slideshow .ContentDiv {
    padding: 0;
  }
  #section-slideshow .col-body-center {
    padding-left: 6px !important;
  }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .col-img-side {
    flex: 0 0 9%;
    max-width: 9%;
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
  .col-body-center {
    flex: 0 0 82%;
    max-width: 82%;
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
  .stellarnav > ul > li > a {
    padding: 0px 25px;
    font-size: 15px;
  }
  .chuyen-muc-khac .banner-item img {
    width: 100%;
    max-height: 64px;
  }
  .lmenu .leftmenu li a {
    font-size: 15px;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1300px !important;
  }
  .col1 {
    width: 280px;
    float: left;
  }
  .col2 {
    width: calc(100% - 590px);
    margin: 0 15px;
    float: left;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .col3 {
    width: 280px;
    float: right;
  }
  .chuyen-muc-khac .banner-item img {
    width: 100%;
    max-height: 80px;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .col-img-side {
    flex: 0 0 11%;
    max-width: 11%;
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
  .col-body-center {
    flex: 0 0 78%;
    max-width: 78%;
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
}

@media only screen and (min-width: 1600px) {
  .col-img-side {
    flex: 0 0 11%;
    max-width: 11%;
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
  .col-body-center {
    flex: 0 0 78%;
    max-width: 78%;
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
  .ContentDiv {
    padding-top: 0.5rem;
  }
  .chuyen-muc-khac .banner-item img {
    width: 100%;
    max-height: 90px;
  }
  header #section-slideshow .ContentDiv {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1963px) {
  .col-img-side {
    flex: 0 0 13%;
    max-width: 13%;
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
  .col-body-center {
    flex: 0 0 74%;
    max-width: 74%;
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
  }
}

/*# sourceMappingURL=site.css.map */
