* {
  margin: 0;
  padding: 0;
  list-style: none; }

body {
  height: 100%;
  width: 100%; }

html {
  background: #eae9e9;
  min-height: 100%; }

::-webkit-scrollbar {
  width: 7px; }

/* Track */
::-webkit-scrollbar-track {
  background: #dcdcd9; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a6a6a6;
  border-radius: 20px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.active-item {
  border-top: 2px solid gray;
  background: #d3d3d342; }

.fixed_top {
  position: fixed;
  top: 0;
  background: whitesmoke;
  z-index: 100;
  margin: auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 2px 3px 3px grey; }

.font-class {
  font-family: Arial !important; }

#wrap {
  width: 100%;
  height: 100%; }
  #wrap .header .header__info ul li {
    display: inline-block; }
    #wrap .header .header__info ul li a {
      font-size: 10px;
      padding: 0 10px 0 0;
      color: black;
      text-decoration: none; }
  #wrap .header .header__info .topnav ul li {
    text-align: center;
    padding: 0 13px 0 0; }
    #wrap .header .header__info .topnav ul li:last-child {
      flex-grow: 2; }
      #wrap .header .header__info .topnav ul li:last-child a {
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: gray;
        /* flex-grow: 2; */
        position: relative;
        padding: 0 0 0 10px; }
  #wrap .header .header__logo {
    height: 150px; }
    #wrap .header .header__logo .header__logo-left {
      display: flex;
      height: 100%; }
      #wrap .header .header__logo .header__logo-left img {
        max-height: 80px;
        width: 100px; }
      #wrap .header .header__logo .header__logo-left .header__logo-2 {
        flex-grow: 2;
        position: relative; }
        #wrap .header .header__logo .header__logo-left .header__logo-2 img {
          width: auto !important;
          height: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateY(-50%); }
    #wrap .header .header__logo .header__logo-right {
      display: flex;
      flex-direction: column;
      text-align: left;
      justify-content: center; }
      #wrap .header .header__logo .header__logo-right p {
        font-size: 11px;
        margin: 0; }
        #wrap .header .header__logo .header__logo-right p:nth-child(1), #wrap .header .header__logo .header__logo-right p:nth-child(2) {
          text-transform: uppercase; }
  #wrap .line {
    width: 100%;
    height: 1px;
    background: #dedede;
    margin: 5px 0 0 0; }
  #wrap nav {
    padding-right: 0;
    width: 100%; }
  #wrap .nav {
    padding: 0;
    display: flex;
    align-items: center; }
    #wrap .nav .navbar-expand-lg .navbar-collapse {
      width: 100%;
      justify-content: space-between; }
    #wrap .nav ul {
      height: 60px; }
      #wrap .nav ul li {
        display: flex;
        align-items: center; }
        #wrap .nav ul li a {
          display: inline-block;
          color: #1d1d1b;
          font-size: 16px;
          padding: 0 20px 0 20px;
          text-decoration: none;
          border-right-width: 1px;
          border-right-style: solid;
          border-right-color: #99999969;
          font-weight: bold; }
        #wrap .nav ul li:last-child a {
          border: none; }
        #wrap .nav ul li:hover {
          background: #eae9e9;
          transition: 0.4s; }
    #wrap .nav form {
      height: 40px;
      margin: 10px 0;
      width: 285px; }
      #wrap .nav form input {
        width: 100%;
        box-shadow: none;
        border: none;
        background: #efeeee;
        height: 100%;
        padding: 0 0 5px 10px; }
      #wrap .nav form button {
        cursor: pointer;
        background: transparent;
        border: none; }
      #wrap .nav form .search-icon {
        position: absolute;
        padding: 0 5px 0 0;
        right: 0;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
  #wrap .article_date {
    display: flex;
    justify-content: flex-end;
    font-size: 11px;
    height: 35px;
    align-items: center;
    margin-bottom: 0; }
  #wrap .menu-date {
    background: #EAE9E9; }
    #wrap .menu-date ul {
      margin: 0;
      padding: 0; }
      #wrap .menu-date ul li {
        display: inline-block;
        font-size: 13px;
        padding: 0 15px 0 0; }
        #wrap .menu-date ul li a {
          color: #000000; }
        #wrap .menu-date ul li i {
          padding: 0 0 0 15px; }
        #wrap .menu-date ul li.active a {
          color: #183662; }
  #wrap .dropdown-content {
    opacity: 0;
    display: none;
    transition: 0.4s; }
    #wrap .dropdown-content li {
      line-height: unset !important;
      min-height: unset !important;
      padding: 0 !important;
      font-size: 13px; }
  #wrap .active-ul {
    display: block;
    opacity: 1;
    transition: 0.4s;
    background: lightgray !important; }
  #wrap .toggle-btn {
    visibility: hidden;
    opacity: 0; }
  #wrap li.selected {
    background: lightgray; }
  #wrap li.selected-d {
    background: #686867; }
    #wrap li.selected-d a {
      color: #ffffff !important; }
  #wrap #article {
    background: #EAE9E9; }
    #wrap #article .content .row {
      background: #ffffff; }
    #wrap #article .content .content__menu .content__title {
      background: #183662; }
      #wrap #article .content .content__menu .content__title h3 {
        font-size: 20px;
        color: #ffffff;
        padding: 10px;
        font-weight: bold;
        margin: 0; }
    #wrap #article .content .content__menu .el-box {
      display: flex;
      align-items: center; }
      #wrap #article .content .content__menu .el-box .icon-box {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
        position: absolute;
        left: 10px;
        top: 10px;
        cursor: pointer;
        color: #D04300; }
        #wrap #article .content .content__menu .el-box .icon-box .icon-box__box {
          height: 100%;
          width: 100%;
          position: relative; }
          #wrap #article .content .content__menu .el-box .icon-box .icon-box__box i.fas.fa-plus.plus {
            position: absolute;
            transition: 0.4s; }
          #wrap #article .content .content__menu .el-box .icon-box .icon-box__box i.fas.fa-minus.minus {
            position: absolute;
            transition: 0.4s; }
    #wrap #article .content .content__menu ul {
      background: #F7F7F7; }
      #wrap #article .content .content__menu ul li {
        padding: 0 0 0 35px;
        line-height: 39px;
        min-height: 39px;
        position: relative;
        border-bottom-color: lightgray;
        border-bottom-style: solid;
        border-bottom-width: 1px; }
        #wrap #article .content .content__menu ul li:last-child {
          border: none; }
        #wrap #article .content .content__menu ul li a {
          color: #0062A3; }
    #wrap #article .content .content__main .content__main-title h3 {
      color: #183662;
      font-weight: bold;
      font-size: 30px; }
    #wrap #article .content .content__main .content__dot {
      border-bottom-color: #80808052;
      border-bottom-style: dotted;
      border-bottom-width: 2px;
      margin: 0 0 1px 0; }
    #wrap #article .content .content__main .content__intro {
      border-bottom-color: lightgray;
      border-bottom-style: solid;
      border-bottom-width: 1px; }
    #wrap #article .content .content__main .item-img img {
      width: 100%;
      max-height: 200px; }
    #wrap #article .content .content__main .item-img .download .btn-download {
      cursor: pointer;
      font-size: 14px;
      display: inline-block;
      border-bottom-color: lightgray;
      border-bottom-style: solid;
      border-bottom-width: 1px; }
    #wrap #article .content .content__main .item-img .download img {
      margin: 10px 0 0 0;
      width: 50px; }
    #wrap #article .content .content__main .content__box ._item {
      border-bottom-color: lightgray;
      border-bottom-style: solid;
      border-bottom-width: 1px;
      margin: 10px 0 10px 0; }
      #wrap #article .content .content__main .content__box ._item:last-child {
        border: none; }
      #wrap #article .content .content__main .content__box ._item ._item__title h3 {
        color: #1961AC;
        font-size: 20px; }
      #wrap #article .content .content__main .content__box ._item ._item__content {
        margin: 10px 0 20px 0; }
        #wrap #article .content .content__main .content__box ._item ._item__content li i {
          padding: 0 25px 0 0;
          color: #D04300; }
        #wrap #article .content .content__main .content__box ._item ._item__content li a {
          color: #000000; }
  #wrap footer {
    background: #2e3135; }
    #wrap footer .footer__logo {
      width: 220px;
      background: #ffffff;
      height: 156px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #wrap footer .footer__logo img {
        max-width: 50%;
        margin: 15px 0 15px 0;
        height: 100%; }
      #wrap footer .footer__logo span {
        font-size: 8px;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 15px 0; }
    #wrap footer .footer__sub-nav .footer__sub-nav__t ul {
      padding: 10px 0 10px 0;
      border-bottom: 1px solid #b0b2b3; }
      #wrap footer .footer__sub-nav .footer__sub-nav__t ul li {
        display: inline-block;
        padding: 0 30px 0 30px;
        border-right: 1px solid #b0b2b3; }
        #wrap footer .footer__sub-nav .footer__sub-nav__t ul li:first-child {
          padding-left: 0; }
        #wrap footer .footer__sub-nav .footer__sub-nav__t ul li:last-child {
          padding-right: 0;
          border: none; }
        #wrap footer .footer__sub-nav .footer__sub-nav__t ul li:hover {
          opacity: 0.5;
          transition: 0.4s; }
        #wrap footer .footer__sub-nav .footer__sub-nav__t ul li a {
          font-size: 16px;
          color: #ffffff;
          text-decoration: none; }
    #wrap footer .footer__sub-nav .footer__sub-nav__m {
      display: flex;
      justify-content: space-between; }
      #wrap footer .footer__sub-nav .footer__sub-nav__m .footer__sub-nav__m-l {
        border-bottom: 1px solid #b0b2b3;
        padding: 0 0 20px 0; }
        #wrap footer .footer__sub-nav .footer__sub-nav__m .footer__sub-nav__m-l span {
          display: block;
          font-size: 11px;
          color: #ffffff; }
      #wrap footer .footer__sub-nav .footer__sub-nav__m .footer__sub-nav__m-r {
        padding: 0 0 0 15px; }
        #wrap footer .footer__sub-nav .footer__sub-nav__m .footer__sub-nav__m-r h3 {
          color: #ffffff;
          font-size: 20px; }
        #wrap footer .footer__sub-nav .footer__sub-nav__m .footer__sub-nav__m-r span {
          display: block;
          color: #ffffff;
          font-size: 13px; }
    #wrap footer .footer__sub-nav .footer__sub-n__b {
      color: #ffffff;
      font-size: 10px;
      padding: 15px 0 15px 0; }

@media (min-width: 769px) {
  .navbar-brand {
    display: none !important;
    margin: 0 !important; } }

@media (max-width: 768px) {
  .col-sm-9 {
    padding: 0 !important; }
  .header__info ul {
    margin: 0 0 10px 0;
    padding: 0;
    display: flex;
    justify-content: space-between; }
  .header__logo, .line, .img {
    display: none !important; }
  .article_date {
    padding: 0 0 0 10px; }
  #wrap .nav ul li a {
    border: none; }
  #wrap article .slide-box .slide__item .text {
    padding: 25px 15px 70px 15px; }
  #wrap article .slide-box .carousel-indicators {
    left: 0 !important; }
  #wrap .nav form input {
    width: 100%; }
  #wrap .nav form .search-icon {
    position: absolute;
    padding: 0 5px 0 0;
    bottom: -4px;
    right: 10px;
    transform: translateY(-50%);
    color: #999999; }
  #wrap .nav form {
    position: relative;
    width: 100%; }
  .slide-box__sub {
    margin: 10px 0 0 0; }
  #wrap article .main-contents {
    padding: 15px 0 0 0 !important; }
    #wrap article .main-contents .content {
      padding: 0;
      border: none; }
      #wrap article .main-contents .content .content__box-wrap {
        min-height: unset; }
  .sub-contents.mt-5 {
    margin: 0 !important;
    padding: 15px 0 0 0; }
  #wrap article {
    background: #ffffff; }
  #wrap {
    padding: 0 10px 0 10px; }
  .sub-contens__content-box h3 {
    font-size: 20px !important;
    left: 10px !important;
    font-weight: bold; }
  #wrap article .sub-contents .sub-contents__header-box .sub-contents__content a {
    padding: 0 0 0 10px; }
  .sub-contents__content {
    padding: 0 !important; }
  .sub-contents__header-box {
    min-height: unset !important; }
  .sub-contents__content .col-sm-6 {
    padding: 0 !important; }
  .footer .footer__logo {
    width: unset !important;
    height: unset;
    margin: 0 0 10px 0; }
  .footer .footer__sub-nav__t {
    display: none; }
  .footer .footer__sub-nav__m-r {
    display: none; }
  .sub-contents .col-sm-6, .sub-contents .col-sm-3 {
    padding: 0 !important; }
  #wrap footer .footer__logo img {
    max-width: 40%;
    margin: 15px 0 15px 0; }
  #wrap article .main-contents .content .content__view-more .content__view-more__text {
    top: 2px;
    right: 15%; }
  #wrap article .main-contents .content .content__main-search {
    margin: 15px 0 15px 0; }
  .content__view-more, .content__box-wrap {
    padding: 0 0 15px 0 !important; }
  #wrap .nav ul {
    height: unset !important;
    background: lightgray;
    border-radius: 4px;
    padding: 10px 0; }
  .active-item {
    border-top: none !important;
    background: #d3d3d342; }
  #wrap .article_date {
    padding: 0; }
  .navbar {
    padding: 5px 10px !important;
    display: block; }
  .navbar-brand {
    width: 50px;
    height: 40px;
    padding: 0 !important; }
    .navbar-brand img {
      width: 100%;
      height: 100%; }
  #wrap .menu-date {
    padding: 0 !important; }
    #wrap .menu-date .container {
      padding: 5px 10px; }
  #article {
    padding: 0 !important; }
    #article .row {
      padding: 0 !important; }
  .container.content {
    padding-bottom: 0 !important; }
  #wrap #article .content .content__main .item-img img {
    max-height: unset !important; } }

/*dropdown header*/
#wrap .header__dropdown-menu {
  padding: 15px 0 15px 0;
  position: absolute;
  top: 90px;
  left: 45px;
  background: white;
  z-index: 0;
  box-shadow: 1px 2px 3px 0px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  width: 50%; }

#wrap .el__title h3 {
  color: #1961ac;
  font-size: 16px;
  display: inline-block;
  border-bottom-width: 2px;
  border-bottom-color: #1961ac;
  border-bottom-style: solid;
  padding: 0 0 5px 0;
  font-weight: bold; }

#wrap .header__dropdwon-el ul {
  height: auto !important; }


#wrap .header__dropdwon-el ul li:hover a {
    color: blue !important;
}

#wrap .nav ul li:hover {
    background: #eae9e9;
    transition: 0.4s;
}

#wrap .header__dropdwon-el ul li:hover {
    background: unset !important;
}

#wrap .header__dropdwon-el ul li a {
  color: #000000 !important;
  font-size: 13px !important;
  padding: 0 0 15px 0 !important;
  border: none !important;
  font-weight: normal !important; }

#wrap .header__dropdwon-el ul li:hover a {
  color: #007bff;
  text-decoration: none; }

#wrap .navbar-navul li:nth-child(2):hover {
  background: red; }

.active-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1000 !important;
  top: 60px !important; }

#wrap .header .header__info .topnav ul li:last-child a img {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -31px;
  top: 0px; }

/*end dropdown header*/


/*add xem them button*/
._item__title {
    display: flex;
    justify-content: space-between;
}

._item__title .view__more a {
    font-size: 14px;
    color: #888;
}

/*sua chu xuong dong can dung*/

._item__content li {
    display: flex;
}

#wrap #article .content .content__main .content__box ._item ._item__content li i {
      padding: 5px 25px 0 0!important;
}

#wrap #article .content .content__main .content__box ._item ._item__content li a {
          word-break: break-word; 
}


.col-sm-9.content__main li {
    list-style: disc;
}

._item__content li {
    display: list-item;
}

ul._item__content li {
    list-style: none !important;
}

._item__content ul {
    margin-left: 20px;
}