body {
  font-family: 'Gelasio', serif;
  font-size: 16px;
  color: #464646; }

a {
  text-decoration: none !important; }
  a:hover {
    color: #a29d02 !important; }

a.title {
  color: #464646;
  font-size: 16px;
  font-weight: 400; }
  a.title:hover {
    color: #888898; }

.hotrow h3 {
  line-height: 1.5 !important; }

table {
  width: 100%;
  margin: 20px 0; }
  table tr {
    border-top: 1px solid #f1f1f1; }
  table td {
    padding: 8px 10px; }

.logo .logan {
  color: #888898;
  font-size: 14px; }

header {
  background: #fff; }

.navmenu {
  float: left;
  width: 100%;
  position: relative;
  z-index: 999;
  padding: 15px 0; }
  .navmenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .navmenu ul li {
      display: block;
      position: relative;
      float: left;
      padding: 3px 25px;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      .navmenu ul li:last-child {
        border: 0; }
      .navmenu ul li:first-child {
        padding-left: 0; }
      .navmenu ul li a {
        color: #464646;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        font-weight: 400; }
      .navmenu ul li ul {
        display: none;
        position: absolute;
        width: 250px;
        background: #fff;
        top: 46px;
        float: left;
        -webkit-box-shadow: 0px 1px 5px 0px #757575;
        -moz-box-shadow: 0px 1px 5px 0px #757575;
        box-shadow: 0px 1px 5px 0px #757575; }
        .navmenu ul li ul li {
          display: block;
          float: left;
          width: 100%; }
        .navmenu ul li ul a {
          color: #464646;
          float: left;
          width: 100%;
          text-transform: none;
          font-size: 16px;
          font-weight: 400; }
      .navmenu ul li:hover ul {
        display: block; }

.underheader {
  background: #d0ca13;
  padding: 10px 0; }
  .underheader .today {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
  .underheader a {
    color: #000; }

.welcome {
  padding: 20px 0; }
  .welcome h1 {
    font-size: 30px;
    padding: 15px 0; }

.hotrow {
  margin-bottom: 30px; }
  .hotrow h3 {
    font-size: 22px; }
    .hotrow h3 a {
      color: #464646; }
    .hotrow h3 span {
      border-bottom: 1px #464646 solid; }

.ngay {
  font-size: 13px;
  font-style: italic;
  color: #8b8b8b;
  font-weight: 300; }

.numcomment {
  position: relative; }
  .numcomment::before {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    z-index: 1;
    font-size: 20px; }
  .numcomment .textnum {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    float: left;
    width: 20px;
    height: 20px;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 18px; }

h2.title {
  margin: 50px 0 30px 0; }
  h2.title a {
    background: #d0ca13;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px; }
    h2.title a:hover {
      color: #fff !important; }

.rowpost {
  margin-bottom: 15px; }
  .rowpost .cover {
    height: 80px;
    overflow: hidden; }
  .rowpost h3 {
    font-size: 16px; }

footer {
  background: #f1f1f1;
  padding: 30px 0;
  margin-top: 50px; }

.copyright {
  background: #d0ca13;
  padding: 10px 0; }

.menulist {
  margin: 20px 0;
  float: left;
  width: 100%; }
  .menulist ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .menulist ul li {
      display: inline;
      position: relative; }
      .menulist ul li a {
        color: #fff;
        background: #464646;
        padding: 5px 10px;
        margin-right: 5px;
        text-decoration: none;
        font-size: 14px;
        float: left;
        margin-bottom: 5px; }

h1.title {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px; }

.sharebutton {
  margin: 20px 0;
  font-size: 20px; }
  .sharebutton .fab {
    padding: 8px; }
  .sharebutton a {
    color: #fff; }
  .sharebutton .fa-facebook {
    background: #000cff; }
    .sharebutton .fa-facebook:hover {
      color: #f2f2f2; }
  .sharebutton .fa-pinterest {
    background: #ff0000; }
    .sharebutton .fa-pinterest:hover {
      color: #f2f2f2; }
  .sharebutton .fa-twitter {
    background: #006cff; }
    .sharebutton .fa-twitter:hover {
      color: #f2f2f2; }

.tags {
  margin: 20px 0;
  font-size: 14px;
  border: 1px #ccc solid;
  padding: 5px 5px; }
  .tags strong {
    float: left;
    background: #000;
    color: #fff;
    padding: 0 5px;
    margin-right: 10px; }

.textnum {
  font-size: 12px; }

.othersnews .cover {
  height: 200px;
  overflow: hidden; }
.othersnews h4 {
  font-size: 16px;
  margin: 10px 0; }

.box-news {
  padding-bottom: 30px;
  border-bottom: 1px #f1f1f1 dashed; }
  .box-news h3 {
    font-size: 22px; }
    .box-news h3 a {
      color: #464646; }

.detailnews .contentnews h2, .detailnews .contentnews h3 {
  font-size: 1.25rem;
  font-weight: 600; }

.text-primary {
  color: #a29d02 !important; }

.btn-primary {
  background-color: #1a6177 !important;
  border-color: #0d6783 !important; }

ul#menudetail {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 500px;
  overflow-y: scroll; }
  ul#menudetail::-webkit-scrollbar {
    width: 8px;
    height: 8px; }
  ul#menudetail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; }
  ul#menudetail li {
    padding: 5px 0;
    border-bottom: 1px #d1d1d1 dashed; }
    ul#menudetail li a {
      font-size: 16px;
      color: #464646; }
    ul#menudetail li.styleH2 {
      text-transform: none;
      font-weight: 700; }
    ul#menudetail li.styleH3 {
      padding-left: 15px; }
    ul#menudetail li.styleH3:before {
      margin-right: 5px; }
    ul#menudetail li.styleH4 {
      padding-left: 30px; }
    ul#menudetail li.styleH4:before {
      margin-right: 5px; }

.arrow-news {
  margin-top: 20px; }
  .arrow-news .controlother, .arrow-news .controlicon {
    border: 1px #f2f2f2 solid;
    padding: 5px 10px;
    color: #666; }
    .arrow-news .controlother:hover, .arrow-news .controlicon:hover {
      color: #d0ca13; }
  .arrow-news .disable {
    opacity: 0.5; }

.onlymobile {
  display: none; }

.searchheader {
  position: relative; }
  .searchheader .boxsearch {
    width: 350px;
    position: absolute;
    right: 15px;
    background: #fff;
    padding: 10px; }

.sidebar-contact h3 {
  font-size: 16px;
  padding: 30px 0 10px 0;
  color: #888898; }

.wrapper {
  display: grid;
  grid-template-columns: 33.333% 33.333% 33.333%;
  grid-column-gap: 30px;
  grid-row-gap: 30px; }
  .wrapper .comment {
    background: #f1f1f1;
    padding: 30px;
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px; }
  .wrapper .avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle; }

/*# sourceMappingURL=style.css.map */
