﻿
/* @imports moved to direct <link> tags in header.php for parallel loading */
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto-Regular'), url(../fonts/Roboto/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto-Light'), url(../fonts/Roboto/Roboto-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto-Bold'), url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto-Medium'), url(../fonts/Roboto/Roboto-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('RobotoCondensed-Regular'), url(../fonts/Roboto/RobotoCondensed-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'RobotoCondensed Bold';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('RobotoCondensed-Bold'), url(../fonts/Roboto/RobotoCondensed-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'RobotoCondensed Light';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('RobotoCondensed-Light'), url(../fonts/Roboto/RobotoCondensed-Light.ttf) format('truetype');
}
@media(min-width: 1366px){
  .container {
    max-width: 1260px;
  }
}


/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .waves-effect img {
    position: relative;
    z-index: -1; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1; }

.contra-nav {
  position: relative; }
  .contra-nav:after {
    clear: both;
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    overflow: hidden; }

.nav-brand {
  float: left;
  margin: 0;
  height: 78px;
  padding: 2px; }
  .nav-brand img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 74px;
    padding: 2px; }
  .nav-brand a {
    display: block;
    font-size: 22px;
    font-weight: normal;
    line-height: 78px;
    text-decoration: none; }
.logo-top img {
  max-height: 58px;
}

#main-menu {
  clear: both;
  z-index: 1004; }

#main-menu:before {
  content: '';
  display: block;
  height: 1px;
  font: 1px/1px sans-serif;
  overflow: hidden; }

.main-menu-btn {
  float: right;
  margin: 10px;
  margin-top: 24.5px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }
  #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }
  #main-menu-state:not(:checked) ~ #main-menu {
    display: none; }
  #main-menu-state:checked ~ #main-menu {
    display: block; }

/*************************************************************/
/*** start menu styling **************************************/
/*************************************************************/
.sm-contra {
  background: transparent; }

.sm-contra a, .sm-contra a:hover, .sm-contra a:focus, .sm-contra a:active {
  padding: 13px 20px;
  padding-right: 58px;
  font-size: 14px;
  font-weight: normal;
  line-height: 44px;
  text-decoration: none;
  font-family: 'Roboto Medium';
  text-transform: uppercase;
}

.sm-contra a span.sub-arrow {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  left: auto;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  text-shadow: none;
  padding-top: 12px; }

.sm-contra a.highlighted span.sub-arrow:before {
  display: block;
  content: '-';
  height: 34px; }

.sm-contra > li:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.sm-contra > li:first-child {
  border-top: none; }

.sm-contra ul a, .sm-contra ul a:hover, .sm-contra ul a:focus, .sm-contra ul a:active {
  font-size: 16px;
  border-left: 8px solid transparent; }

.sm-contra ul ul a,
.sm-contra ul ul a:hover,
.sm-contra ul ul a:focus,
.sm-contra ul ul a:active {
  border-left: 16px solid transparent; }

.sm-contra ul ul ul a,
.sm-contra ul ul ul a:hover,
.sm-contra ul ul ul a:focus,
.sm-contra ul ul ul a:active {
  border-left: 24px solid transparent; }

.sm-contra ul ul ul ul a,
.sm-contra ul ul ul ul a:hover,
.sm-contra ul ul ul ul a:focus,
.sm-contra ul ul ul ul a:active {
  border-left: 32px solid transparent; }

.sm-contra ul ul ul ul ul a,
.sm-contra ul ul ul ul ul a:hover,
.sm-contra ul ul ul ul ul a:focus,
.sm-contra ul ul ul ul ul a:active {
  border-left: 40px solid transparent; }



@media (min-width: 768px) {
  .sm-contra a, .sm-contra a:hover, .sm-contra a:focus, .sm-contra a:active, .sm-contra a.highlighted {
    line-height: 44px;
    padding: 0 0px;
    font-size: 17px; }
  .sm-contra li li a,
  .sm-contra li li a:hover,
  .sm-contra li li a:focus,
  .sm-contra li li a:active,
  .sm-contra li li a.highlighted {
    line-height: 24px; }
  .sm-contra a.has-submenu {
    padding-right: 24px; }
  .sm-contra a span.sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    font-size: 20px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    background: transparent; }
  .sm-contra a.highlighted span.sub-arrow:before {
    display: none; }
  .sm-contra li {
    border-top: 0; }
  .sm-contra > li > ul:after {
    top: -16px;
    left: 31px;
    border-width: 8px; }
  .sm-contra ul {
    border-top: none !important;
    padding: 0; }
  .sm-contra ul a, .sm-contra ul a:hover, .sm-contra ul a:focus, .sm-contra ul a:active, .sm-contra ul a.highlighted {
  border: 0 !important;
  padding: 6px 16px;
  text-transform: none;
}
  .sm-contra ul a.has-submenu {
    padding-right: 20px; }
  .sm-contra ul a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 4px;
    border-style: dashed dashed dashed solid; }
  .sm-contra span.scroll-up,
  .sm-contra span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    height: 20px; }
  .sm-contra span.scroll-up-arrow, .sm-contra span.scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed; }
  .sm-contra span.scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed; }
  .sm-contra.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px; }
  .sm-contra.sm-rtl a span.sub-arrow {
    right: auto;
    left: 12px; }
  .sm-contra.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px; }
  .sm-contra.sm-rtl.sm-vertical a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed; }
  .sm-contra.sm-rtl > li > ul:before {
    left: auto;
    right: 30px; }
  .sm-contra.sm-rtl > li > ul:after {
    left: auto;
    right: 31px; }
  .sm-contra.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important; }
  .sm-contra.sm-rtl ul a span.sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed; }
  .sm-contra.sm-vertical {
    padding: 10px 0; }
  .sm-contra.sm-vertical a {
    padding: 10px 20px; }
  .sm-contra.sm-vertical a span.sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid; }
  .sm-contra.sm-vertical > li > ul:before,
  .sm-contra.sm-vertical > li > ul:after {
    display: none; }
  .sm-contra.sm-vertical ul a {
    padding: 10px 20px; } }

@media (min-width: 768px) {
  #main-menu {
    clear: none; }
    #main-menu:before {
      display: none; }
  .main-menu-btn {
    position: absolute;
    top: -99999px; }
  #main-menu-state:not(:checked) ~ #main-menu {
    display: flex;
    flex-direction: row;
  }
  .sm-contra ul {
    position: absolute;
    width: 12em;
    padding: 11px 5px; }
  .sm-contra > li:not(:last-child) {
  margin-right: 40px;
}
  .sm-contra.sm-rtl li {
    float: right; }
  .sm-contra ul li, .sm-contra.sm-rtl ul li, .sm-contra.sm-vertical li {
    float: none; }
  .sm-contra a {
    white-space: nowrap; }
  .sm-contra ul a, .sm-contra.sm-vertical a {
    white-space: normal; }
  .sm-contra .sm-nowrap > li > a, .sm-contra .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }
  .sm-contra a span.sub-arrow {
    padding-top: 0; } }
@media(max-width: 1365px){
  .sm-contra > li:not(:last-child) {
  margin-right: 30px;
}
.sm-contra a, .sm-contra a:hover, .sm-contra a:focus, .sm-contra a:active, .sm-contra a.highlighted{
  font-size: 16px;
}
}
@media (max-width: 768px) {
  .sm-contra > li:hover {
  border-bottom: none !important;
  background: transparent;
}
header .menu-bar {
  background-color: transparent;
  background-image: none;
}
.sm-contra > li:not(:last-child) {
  margin-right: 0;
}
.sm-contra a, .sm-contra a:hover, .sm-contra a:focus, .sm-contra a:active {
  padding: 0;
  color: #fff !important;
  font-size: 16px;
  text-transform: none;
}
.sm-contra a span.sub-arrow {
  padding-top: 0;
}}






body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.personalBarContainer ~ .header{
  width: calc(100% - 80px);
}
header.admin-layout{
  position: static !important;
  width: 100% !important;
}
.top-bar{
  padding-top: 10px;
  padding-bottom: 10px;
}
.top-bar > .container-fluid {
 /* margin-right: -15px;*/ }

.top-bar a {
  text-decoration: none; }
  .top-bar a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.top-bar .contact-details li:first-child a:before {
  display: none; }

.top-bar .contact-details li a {
  font-size: 12px;
  display: block;
  line-height: 45px; }
  .top-bar .contact-details li a:before {
    position: relative;
    content: "|";
    font-size: 12px;
    margin: 0 3px; }

.top-bar .general-functions .open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1; }

.top-bar .general-functions .dropdown-menu {
  opacity: .3;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: scale(1, 0);
  display: block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  z-index: 1005 !important;
  width: 45px;
  min-width: inherit;
  border-top-color: transparent;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: -1px; }

.top-bar .general-functions .dropdown-toggle:after {
  display: none; }
.top-bar .general-functions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.top-bar .general-functions li {
  margin-right: 0;
  border: none;
  line-height: 58px;
  display: flex;
  flex-direction: row;
}
  .top-bar .general-functions li .buttonGroup {
    list-style: none;
    margin: 0 !important; }
  .top-bar .general-functions li .fas {
    font-size: 1.8em;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center; }
  .top-bar .general-functions li a {
    font-size: 20px;
  }
    .top-bar .general-functions li a .material-icons-outlined {
      font-size: 24px;
      top: 7px;
      position: relative;
      color: #fff;
      /*padding-right: 16px;
      margin-right: 16px;
      border-right: 1px solid #fff;*/
    }
  .top-bar .general-functions li:first-child a:before {
    display: none; }
  .top-bar .general-functions li .notification-holder a {
    display: block;
    position: relative;
    height: 43px;
    width: 43px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .top-bar .general-functions li .notification-holder .buttonGroup .userDisplayName {
    display: none; }
  .top-bar .general-functions li .notification-holder .buttonGroup .userProfileImg {
    display: none; }
  .top-bar .general-functions li .notification-holder .buttonGroup .userMessages {
    display: none; }
  .top-bar .general-functions li .notification-holder .buttonGroup .userNotifications strong:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f4ad";
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased; }
  .top-bar .general-functions li .notification-holder .buttonGroup .userNotifications span {
    line-height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    width: 18px;
    top: 50%;
    right: 10px;
    z-index: 10;
    display: block;
    position: absolute;
    overflow: hidden; }
  .top-bar .general-functions li .message-holder a {
    display: block;
    position: relative;
    height: 43px;
    width: 43px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .top-bar .general-functions li .message-holder .buttonGroup .userDisplayName {
    display: none; }
  .top-bar .general-functions li .message-holder .buttonGroup .userProfileImg {
    display: none; }
  .top-bar .general-functions li .message-holder .buttonGroup .userNotifications {
    display: none; }
  .top-bar .general-functions li .message-holder .buttonGroup .userMessages strong:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f7cd";
    font-weight: 900;
    font-style: normal;
    font-size: 24px;
    line-height: 45px;
    -webkit-font-smoothing: antialiased; }
  .top-bar .general-functions li .message-holder .buttonGroup .userMessages span {
    line-height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    font-weight: normal;
    font-size: 10px;
    text-align: center;
    width: 18px;
    top: 50%;
    right: 10px;
    z-index: 10;
    display: block;
    position: absolute;
    overflow: hidden; }
  .top-bar .general-functions li .profile-holder a {
    display: block;
    position: relative;
    height: 45px;
    width: 45px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .top-bar .general-functions li .profile-holder .buttonGroup .userDisplayName {
    display: none; }
  .top-bar .general-functions li .profile-holder .buttonGroup .userMessages {
    display: none; }
  .top-bar .general-functions li .profile-holder .buttonGroup .userNotifications {
    display: none; }
  .top-bar .general-functions li .profile-holder .buttonGroup .userProfileImg {
    height: 45px;
    width: 45px; }
    .top-bar .general-functions li .profile-holder .buttonGroup .userProfileImg a {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      text-align: center; }
    .top-bar .general-functions li .profile-holder .buttonGroup .userProfileImg img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      border: solid 2px;
      width: 25px; }
      .top-bar .general-functions li .profile-holder .buttonGroup .userProfileImg img:hover {
        border: solid 2px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

.language-object {
  display: flex;
  flex-direction: row;
}
.language-object .Language {
}
.language-object .Language {
  margin-left: 15px;
}
.language-object .Language img {
  width: 24px;
  height: 24px;
}

.page-banner {
  padding: 40px 0;
  margin-bottom: 20px; }
  .page-banner.banner1 {
    background: url(../images/slide-01-bg.jpg) center #f9f9f9; }
  .page-banner.banner2 {
    background: url(../images/slide-02-bg.jpg) center #f9f9f9; }
  .page-banner.banner3 {
    background: url(../images/slide-03-bg.jpg) center #f9f9f9; }
  .page-banner.banner4 {
    background: url(../images/slide-04-bg.jpg) center #f9f9f9; }
  .page-banner.banner5 {
    background: url(../images/pattern-01-bg.png) repeat top center #f9f9f9; }
  .page-banner.banner6 {
    background: url(../images/pattern-02-bg.png) repeat top center #f9f9f9; }
  .page-banner.banner7 {
    background: url(../images/pattern-03-bg.png) repeat top center #f9f9f9; }
  .page-banner.banner8 {
    background: url(../images/pattern-04-bg.png) repeat top center #f9f9f9; }
  .page-banner h2 {
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
  .page-banner p {
    color: #666;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin: 0; }

footer {
  padding-top: 0px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  line-height: 22px;
  margin: 0; }
  footer .copyright-section {
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  color: #FFF3E2;
}
  footer p {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding-bottom: 0; }
  footer a:link, footer a:active, footer a:focus, footer a:visited {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
  footer a:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    footer .copyright-section * {
  color: #FFF3E2;
  z-index: 1;
position: relative;
}
.footerbottom_right {
  align-self: flex-end;
  color: #E7D4AC;
  font-size: 16px;
}
footer .copyright-section a {
  color: #fff !important;
}
.tooltip_constrast {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}

    .tooltip_constrast .tooltiptext {
        visibility: hidden;
        width: 80px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 0px 0;
        position: absolute;
        z-index: 1000;
        top: 100%;
        left: 50%;
        margin-top: -15px;
        margin-left: -40px;
    }

        .tooltip_constrast .tooltiptext::after {
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 0px;
            border-style: solid;
            border-color: transparent transparent black transparent;
        }

    .tooltip_constrast:hover .tooltiptext {
        visibility: visible;
    }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px; }
  .back-to-top i {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    background-color: #444;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

/*------------------------------------------------*/
/* SEARCH */
/*------------------------------------------------*/
.search {
  text-align: center; }
  .search .searchInputContainer {
    width: 100%;
    /*border:solid 1px $top-bar-color;*/ }
  .search .SearchButton {
    display: none; }
  .search input {
    width: 100%;
    height: 45px; }
  .search ul.searchSkinObjectPreview {
    /*border: 1px solid $top-bar-color;*/
    border-top: none;
    width: 100%; }
  .search ul.searchSkinObjectPreview > li {
    /*border-top: 1px solid $top-bar-color; */
    width: 100%; }
    .search ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
      /* background-color: $top-bar-bg-color;
            color: $top-bar-color;*/
      width: 100%;
      text-align: left;
      font-weight: normal;
      border-bottom: none; }

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  line-height: 21px;
  font-weight: 300; }

strong, b {
  font-weight: 700; }

img {
  max-width: 100%;
  height: auto; }

ul, ol {
  margin-bottom: 18px;
  margin-left: 18px; }

ul {
  list-style-type: disc; }

a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

a:hover{
  text-decoration: none;
}

p {
  font-weight: 400;
  padding-bottom: 20px; }

i {
  font-size: 1.1em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin: 0; }

h1, h2 {
  font-size: 2rem;
  line-height: 3rem; }

h3, h4 {
  font-size: 1.5rem;
  line-height: 2.5rem; }

h5, h6 {
  font-size: 1.2rem;
  line-height: 2.2rem; }

p {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: 21px;
  margin: 0; }

/*------------------------------------------------*/
/* Social buttons */
/*------------------------------------------------*/
/************************************************************************/
.contraC .contentpane ul.social-list {
  margin-bottom: 0 !important;
  margin-left: 0 !important; }
  footer .contraC .contentpane ul.social-list{
    margin-bottom: 30px !important;
  }

.contraC .contentpane .social-list {
  margin-bottom: 0; }

.contraC .contentpane .social-list li {
  padding: 0; }

.contraC .contentpane .social-list li a {
  margin: 0 3px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.contraC .contentpane .social-list li a.btn-xsmall i {
  font-size: 24px;
}

.contraC .contentpane .social-list li a.btn-small i {
  font-size: 1.5em; }

.contraC .contentpane .social-list-item:not(:last-child) {
  margin-right: 0; }

.contraC .contentpane ul.social-list li a {
  text-decoration: none; }


/*Bootstrap*/
.btn {
  text-align: center;
  padding: 0 30px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 4px;
}
.btn-danger, a.btn-danger {
  color: #fff !important;
  background-color: #E41C28;
  border-color: #E41C28;
}

.pt-30{
  padding-top: 30px;
}
.pb-30{
  padding-bottom: 30px;
}
.pt-50{
  padding-top: 50px;
}
.pb-50{
  padding-bottom: 50px;
}
.pt-60{
  padding-top: 60px;
}
.pb-60{
  padding-bottom: 60px;
}
.pt-80{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
@media(max-width:767px){
  .pt-30{
  padding-top: 30px;
}
.pb-30{
  padding-bottom: 30px;
}
.pt-50{
  padding-top: 30px;
}
.pb-50{
  padding-bottom: 30px;
}
.pt-60{
  padding-top: 30px;
}
.pb-60{
  padding-bottom: 30px;
}
.pt-80{
  padding-top: 30px;
}
.pb-80{
  padding-bottom: 30px;
}
}
/*Owl*/

.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0px 8px;
  background: #6D6D6D;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #FFB000;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 0 8px;
  padding: 4px 7px;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  outline: none;
}
.owl-theme .owl-nav [class*="owl-"]:last-child::before {
  content: "/";
  position: absolute;
  left: -8px;
  color: #000;
}
.owl-theme .owl-nav .disabled {
  opacity: 1;
  cursor: default;
  background: #A6A6A6;
}
.owl-theme .owl-nav [class*="owl-"] i{
  color: #EFA500;
  outline: none;
}
.owl-theme .owl-nav .disabled i{
  color: #A6A6A6;
}
.owl-theme .owl-nav .owl-next:hover,.owl-theme .owl-nav .owl-next:hover i {
  background: transparent;
  color: #EFA500;
  text-decoration: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
  background-color: transparent;
}


#Form[action="/login"] header,
.dnnEditState header{
  position: static;
  margin-bottom: 50px;
}


#owl-slideQC.owl-banner .item .img_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vh;
  width: 100%;
}
#owl-slideQC.owl-banner .item img {
  display: none;
}
#owl-slideQC.owl-banner .item .content_news {
  display: none;
}

.section-disan #owl-slideQC.owl-banner .item .img_bg {
  display: none;
}
.section-disan #owl-slideQC.owl-banner .item img {
  display: block;
  border-radius: 8px;
}
/*------------------------------------------*/
/*       01 - Sidebar Canvas Styles
/*------------------------------------------*/
@media (min-width: 768px){
  .btn-sidebar,.btn-sidebar-close{display: none;}
}
@media(max-width: 767px){
  .btn-sidebar {
    position: absolute;
    top: -40px;
    right: 15px;
    font-size: 30px;
    z-index: 30;
  }
  .home-page .btn-sidebar {
    position: static;
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  #sidebar.show .btn-sidebar-close {
  position: fixed;
  top: 55px;
  right: 0;
  font-size: 25px;
  z-index: 31;
  padding: 5px;
  border-radius: 50%;
}
  .sidebar-section{
    position: relative;
  }
  #sidebar {
  width: 100%;
  top: 0;
  height: 100vh;
  position: fixed;
  right: -100%;
  transition: all 0.5s;
  display: block;
  z-index: 33;
  padding-top: 100px;
  overflow: hidden auto;
  max-width: 100%;
  background-color: #fff;
}
  #sidebar.show {
    right: 0;
  }
}
@media(min-width: 768px){
  .btn-sidebar{display: none;}
}

.bg-body{
  position: relative;
  background-color: #FFF9F4;
}
.bg-body::after {
  content: "";
  background-image: url('../images/hoavan-body.png');
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .3;
}
.bg-body::before {
  content: "";
  background-image: url('../images/hoavan1.png');
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
  opacity: .8;
}
.bg-body > section {
  position: relative;
  z-index: 1;
}
#Content_Skins {
  padding-top: 50px;
  padding-bottom: 30px;
}
.section-disan .container_module.MauTrinhDienSlide {
  margin-top: 55px;
}
.section-disan .owl-banner .item {
  padding: 0 0px;
}
.section-disan .owl-banner .item > a {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 1px;
  background-color: #fff;
  margin-bottom: 20px;
  display: block;
}

#main {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
}
.main-title {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.title-rotate {
  -ms-transform: rotate(270deg);
  -ms-transform-origin: 20% 40%;
  transform: rotate( 270deg);
  transform-origin: 20% 40%;
  white-space: nowrap;
  font-size: 40px;
  color: #363636;
  position: absolute;
  bottom: calc(50% - 140px);
  width: 100%;
  font-family: 'RobotoCondensed Light';
  font-weight: bold;
  left: 13px;
  text-transform: uppercase;
}
/*.title-rotate::after {
  content: '';
  transform: rotate( 180deg);
  transform-origin: 20% 40%;
  position: absolute;
  width: 50px;
  white-space: nowrap;
  bottom: -25px;
  -ms-transform: rotate(270deg);
  -ms-transform-origin: 20% 40%;
  background: #8577b0;
  border: 1px solid #8577b0;
  right: -9rem;
}*/
.title-color span {
  color: #FF3131;
}
.main-content {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  display: flex;
  flex-flow: row wrap;
}
.main-content-left {
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  border-left: 4px solid #FFC700;
}
.main-content-right {
  max-width: 50%;
  flex: 0 0 50%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.title-event {
  margin-bottom: 20px;
}
.title-event .takeplace {
  color: #E41C28;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Roboto Bold';
  font-weight: 400;
}
.content-meta .date-event {
  width: 100%;
  display: inline-block;
  color: #363636;
  font-family: 'Roboto Medium';
  font-size: 22px;
  line-height: 20px;
  padding-bottom: 13px;
  margin-bottom: 34px;
  position: relative;
}
.date-event::before {
  content: "";
  background-color: #CCCCCC;
  width: 160px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 80px);
}

.count-down {
  margin-top: 40px;
}
.divlock {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.tdDate{
  flex: 0 0 75px;
  max-width: 75px;
  height: 75px;
  background-image: url('../images/shape_countdown.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 16px 0 0;
  padding: 5px;
}
.tdDate:last-child{
  margin-right: 0;
}
.pDate {
  font-size: 30px;
  line-height: 1;
  color: #363636;
  font-family: 'Roboto Medium';
  padding-bottom: 5px;
}
.ptDate {
  font-size: 16px;
  line-height: 1;
  color: #363636;
}

.div-img a {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 350px;
  border-radius: 8px;
}

.Orther-H2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 40px;
}

.Orther-H2 a {
  color: #C63B00 !important;
  font-family: 'RobotoCondensed';
}

.Orther-img {
  position: relative;
  margin-bottom: 16px;
}
.Orther-img a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  border-radius: 8px;
  height: 150px;
}
.Orther-img > span {
  position: absolute;
  background-color: rgba(255,0,0,.8);
  color: #fff;
  padding: 5px 10px;
  border-radius: 0 4px 4px 0;
  top: 15px;
  left: 0;
}
.Orther-img > span.Tookplace {
  background-color: rgba(82, 82, 82, 0.8);
}
.Orther-title {
  margin-bottom: 10px;
}
.Orther-link .takeplace {
  font-size: 18px;
  font-family: 'Roboto Bold';
  color: #363636 !important;
  line-height: 24px;
}
.Orther-content > span {
  color: #D66700;
  font-size: 15px;
}

#sidebar .EventOrther {
  padding: 0 20px;
}
#sidebar .EventOrther .Orther-H2 {
  font-size: 26px;
  display: none;
}
#sidebar .EventOrther .Orther-H2 a {
  width: 100%;
  text-align: center;
  line-height: 48px;
  height: 48px;
  font-size: 17px;
  background-image: url('../images/bg-title-1.png');
}
#sidebar #owl-eventother {
  display: block;
}
#sidebar #owl-eventother .item {
  margin-bottom: 30px;
}
#sidebar #owl-eventother .item .other-container {
  display: flex;
  flex-direction: row;
}
#sidebar #owl-eventother .item .Orther-img {
  margin-bottom: 8px;
  max-width: 60px;
  flex: 0 0 60px;
  margin-right: 12px;
}
#sidebar #owl-eventother .item .Orther-img a {
  height: 60px;
}
#sidebar #owl-eventother .item .Orther-img > span {
  display: none;
}
#sidebar #owl-eventother .item .other-container .Orther-content {
  max-width: calc(100% - 87px);
  flex: 0 0 calc(100% - 87px);
}
#sidebar #owl-eventother .item .Orther-title {
  margin-bottom: 0;
}
#sidebar #owl-eventother .item .Orther-link span {
  font-size: 14px;
  line-height: 18px;
}
#sidebar #owl-eventother .item .Orther-date {
  font-size: 12px;
}
#sidebar .Orther-main {
  height: 600px;
  overflow: hidden auto;
}
/* Works on Firefox */
#sidebar .Orther-main {
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 #DFCFC3 ;
}

/* Works on Chrome, Edge, and Safari */
#sidebar .Orther-main::-webkit-scrollbar {
  width: 3px;
  -webkit-appearance: none;
}

#sidebar .Orther-main::-webkit-scrollbar-track {
  background: #DFCFC3;
}

#sidebar .Orther-main::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #DFCFC3;
}

.banner {
  position: relative;
}
.banner::before {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.9) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.banner .div-img a {
  border-radius: 8px 8px 0 0;
}
.banner .bn-lblTen {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 30px;
  font-family: 'Roboto Medium';
}
.information-content {
  background-color: #FFF4DE;
  border: 1px solid #E9D5A8;
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #363636;
  margin-bottom: 30px;
}
.information-content .title {
  font-size: 16px;
  font-family: 'Roboto Medium';
}


.dnnEditState .tab-content>.tab-pane{
  display: block;
}

.section-disan-tab {
  position: relative;
  background-color: #654F3F;
}
.section-disan-tab::before {
  content: "";
  background-image: url('../images/hoavan2.png');
  background-position: center;
  background-size: auto 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .3;
}

#Tab_DiSan .nav-tabs {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  justify-content: center;
  margin-bottom: 50px;
}

#Tab_DiSan .nav-tabs .nav-link {
  color: #fff;
  border-radius: 0;
  padding: 0 1% 13px;
  font-size: 22px;
  font-family: 'Roboto Medium';
  position: relative;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 0;
}

#Tab_DiSan .nav-tabs .nav-link.active, #Tab_DiSan .nav-tabs .nav-item.show .nav-link,#Tab_DiSan .nav-tabs .nav-link:hover, #Tab_DiSan .nav-tabs .nav-link:focus {
  background-color: transparent;
  color: #FFB525;
  border: transparent;
  margin: 0;
}

#Tab_DiSan .nav-tabs .nav-link.active::before, #Tab_DiSan .nav-tabs .nav-item.show .nav-link::before {
  content: "";
  background-color: #FFB525;
  width: 120px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
}


.owl-dstinbaianh_slide .item .img_bg {
  display: block;
  height: 180px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.owl-dstinbaianh_slide .item .img_bg .news_thumb {
  display: none;
}

.owl-dstinbaianh_slide .item .news_link{
  margin-bottom: 10px;
  padding: 0;
}

.owl-dstinbaianh_slide .item .news_link a{
    font-family: 'Roboto Medium';
    font-size: 16px;
    color: #FFB525;
    text-align: justify;
    line-height: 1.5;
}
.owl-dstinbaianh_slide .item .news_summary{
  font-family: 'Roboto Light';
  font-size: 16px;
  line-height: 1.3;
  text-align: justify;
  color: #EFEFEF;
}

.owl-dstinbaianh_slide .item span.news_summary{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.section-covat .owl-dstinbaianh_slide .item span.news_summary{
    -webkit-line-clamp: 8;
}


.section-covat .dstinbaianh_slide{
  position: relative;
}
.section-covat .dstinbaianh_slide .container_module_title {
  position: absolute;
  top: 30px;
  width: 41.6666666667%;
  text-align: center;
  z-index: 2;
}
.section-covat .dstinbaianh_slide .container_module_title h5 a {
  background-image: url('../images/bg-title.png');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 0 25px 0;
  height: 43px;
  color: #fff !important;
  text-transform: uppercase;
  line-height: 43px;
  font-size: 16px;
  font-family: 'Roboto Medium';
  margin: 0;
}
.section-covat .dstinbaianh_slide .item {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.section-covat .dstinbaianh_slide .item .img_bg {
  margin: 0;
  border-radius: 0;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.section-covat .dstinbaianh_slide .item .item-content {
  background-color: #634E3E;
  padding: 103px 3% 30px;
  text-align: center;
  max-width: 41.6666666667%;
  flex: 0 0 41.6666666667%;
}
.section-covat .dstinbaianh_slide .item .news_link{}
.section-covat .dstinbaianh_slide .item .news_link a {
  font-size: 18px;
  font-family: 'Roboto Bold';
}
.section-covat .dstinbaianh_slide .item .news_date{}
.section-covat .dstinbaianh_slide .item .news_summary {

  color: #fff;
}

/*------------------------------------------------*/
/* DsTinBaiLietKeAnh */
/*------------------------------------------------*/
/************************************************************************/
#dnn_Section_tintuc .contraC.main{
  position: relative;
}
.container_module.DsTinBaiLietKeAnh {
  position: relative;
}
#dnn_Section_tintuc h3.lined {
  position: absolute;
  top: 0;
  left: calc(66.6666666667% + 15px);
  border-width: 3px;
  text-transform: uppercase;
}
.container_module_title h5 a,
#dnn_Section_tintuc h3.lined a {
  font-size: 34px;
  font-family: 'Roboto Light';
  color: #363636;
  line-height: 40px;
}
.container_module_title h5.circle:before {
  display: none !important;
}


#Content_Home .DsTinBaiLietKeAnh ul {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}

#Content_Home .DsTinBaiLietKeAnh ul li {
  max-width: calc(16.6666666667% - 25px);
  flex: 0 0 calc(16.6666666667% - 25px);
  margin: 0 30px 0 0;
}

#Content_Home .DsTinBaiLietKeAnh ul li:first-child {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}

#Content_Home .DsTinBaiLietKeAnh ul li:last-child {
  margin-right: 0;
}

#Content_Home .DsTinBaiLietKeAnh ul li:first-child .li__img {
  max-width: calc(66.6666666667% - 15px);
  flex: 0 0 calc(66.6666666667% - 15px);
  margin-right: 15px;
}

#Content_Home .DsTinBaiLietKeAnh ul li:first-child .li__content {
  flex: 0 0 calc(33.3333333333% - 15px);
  max-width: calc(33.3333333333% - 15px);
  margin-top: 75px;
  margin-left: 15px;
}

#Content_Home .DsTinBaiLietKeAnh ul li:first-child .li__content .news_link {
  padding: 0;
  margin-bottom: 8px;
}

#Content_Home .DsTinBaiLietKeAnh ul li:first-child .li__content .news_link a {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto Medium';
  color: #963600;
}

#Content_Home .DsTinBaiLietKeAnh ul li:first-child .li__content .news_date {
  font-size: 16px;
  color: #D66700;
  line-height: 20px;
  margin-bottom: 16px;
}

#Content_Home .DsTinBaiLietKeAnh ul li:first-child .li__content .news_summary .news_summary {
  color: #363636;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  line-height: 24px;
  text-align:justify;
}
#Content_Home .DsTinBaiLietKeAnh ul li:not(:first-child) .li__content .news_summary{
  display: none;
}

#Content_Home .DsTinBaiLietKeAnh ul li:not(:first-child) .li__content .news_link {
  padding: 0;
  margin-top: 16px;
  margin-bottom: 8px;
}

#Content_Home .DsTinBaiLietKeAnh ul li:not(:first-child) .li__content .news_link a {
  font-size: 16px;
  line-height: 24px;
  color: #363636;
  font-family: 'Roboto Medium';
}

#Content_Home .DsTinBaiLietKeAnh ul li:not(:first-child) .li__content .news_date {
  font-size: 14px;
  color: #D66700;
  line-height: 20px;
}

#Content_Home .DsTinBaiLietKeAnh ul li .li__img .news_thumb,
#Content_Home .DsTinBaiLietKeAnh ul li .spacingNews{
  display: none;
}

#Content_Home .DsTinBaiLietKeAnh ul li .li__img .img_bg {
  display: block;
  height: 200px;
  border-radius: 8px;
}

.bg-gray {
  box-shadow: inset 0px -1px 0px #DFCFC3;
  background-color: #EEEAE7;
}

.main-position {
  position: relative;
}

.title-bg {
  position: absolute;
  top: 24px;
  z-index: 1;
  width: 40%;
  text-align: center;
}

.bg-vector span {
  background-image: url('../images/bg-title.png');
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 0 25px 0;
  height: 43px;
}

.bg-vector span,.bg-vector a {
  color: #fff !important;
  text-transform: uppercase;
  line-height: 43px;
  font-size: 16px;
  font-family: 'Roboto Medium';
  margin: 0;
}
.Title-section .bg-vector span {
  padding-left: 70px;
  padding-right: 70px;
}

#Content_Home .main-position .DsTinBaiLietKeAnh ul {
  padding: 0;
  background-color: transparent;
}

#Content_Home .main-position .DsTinBaiLietKeAnh ul li {
  margin-bottom: 0;
  position: relative;
}

#Content_Home .main-position .DsTinBaiLietKeAnh ul li .li__img {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;

}
#Content_Home .main-position .DsTinBaiLietKeAnh ul li .li__img .img_bg {
  height: auto;
  border-radius: 0;
}

#Content_Home .main-position .DsTinBaiLietKeAnh ul li .li__content {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  margin: 0;
  height: 100%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 90px 40px;
  text-align: center;
}

#Content_Home .main-position .DsTinBaiLietKeAnh ul li .li__content .news_link {
  margin-bottom: 18px;
}

#Content_Home .main-position .DsTinBaiLietKeAnh ul li .li__content .news_link a {
  color: #FFB525;
  font-family: 'Roboto Medium';
}

#Content_Home .main-position .DsTinBaiLietKeAnh ul li .li__content .news_date {
  display: none;
}

#Content_Home .main-position .DsTinBaiLietKeAnh ul li .li__content .news_summary span.news_summary {
  color: #fff;
  font-family: 'Roboto Light';
}

.main-style .DsTinBaiLietKeAnh ul {
  margin: 0;
  list-style: none;
  padding: 0 16px;
}
.main-style .DsTinBaiLietKeAnh ul li {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 16px;
}
.main-style .DsTinBaiLietKeAnh ul li .li__img {
  flex: 0 0 75px;
  max-width: 75px;
  margin-right: 16px;
}
.main-style .DsTinBaiLietKeAnh ul li .li__img .img_bg {
  height: 75px;
  width: 100%;
  display: block;
  border-radius: 4px;
}
.main-style .DsTinBaiLietKeAnh ul li .li__img .news_thumb {
  display: none;
}
.main-style .DsTinBaiLietKeAnh ul li .li__content {
  max-width: calc(100% - 91px);
  flex: 0 0 calc(100% - 91px);
}
.main-style .DsTinBaiLietKeAnh ul li .li__content .news_link {
  padding: 0;
  line-height: 1;
}
.main-style .DsTinBaiLietKeAnh ul li .li__content .news_link a {
  color: #363636;
  line-height: 20px;
  font-size: 14px;
}
.main-style .DsTinBaiLietKeAnh ul li .spacingNews, .main-style .DsTinBaiLietKeAnh ul li .news_date, .main-style .DsTinBaiLietKeAnh ul li .news_summary {
  display: none;
}


#nav-tab-thamquan {
  background-color: transparent;
  border-radius: 8px 8px 0 0;
  padding-top: 0;
  flex-wrap: nowrap;
}
#nav-tab-thamquan .nav-link {
  color: #794A2D;
  background-color: #E7BB9F;
  border-radius: 8px 8px 0 0;
  padding: 0 5px;
  line-height: 36px;
  white-space: nowrap;
  font-size: 14px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
#nav-tab-thamquan .nav-link:not(:last-child) {
  margin-right: 1px;
}
#nav-tab-thamquan .nav-link.active {
  color: #fff;
  background-color: #794A2D;
}
.container_module.DsTinBai_Content .container_module_title {
  display: none;
}
#dstin .news_list__title .news_link {
  font-size: 20px;
  line-height: 24px;
  font-family: 'Roboto Medium';
  color: #963600;
  margin-top: 10px;
  display: block;
  margin-bottom: 10px;
}

.TinbaiRowHeaderGroup th {
  background-color: #fff;
  font-weight: normal;
  border: none;
  color: #963600;
  font-family: 'Roboto Medium';
  padding: 12px 10px 5px;
}
#GridLeft .TinbaiRowHeaderGroup th {
  font-size: 20px;
  padding: 12px 10px;
  background-color: rgba(150, 54, 0, .8);
  color: #fff;
}
.TinbaiTable {
  border-color: #F6E4BC;
}
.TinbaiRowHeader th {
  background-color: #FFF6E3;
  font-weight: normal;
  border: 1px solid #F6E4BC;
  color: #363636;
  font-family: 'Roboto Medium';
  padding: 12px 10px;
  vertical-align: middle;
}
.TinbaiRow td, .TinbaiRowAlternate td {
  border-color: #E9E9E9;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  line-height: 1.4;
}
.TinbaiRowHeader th:nth-of-type(1) {
  width: 5%;
  text-align: center;
}
.TinbaiRowHeader th:nth-of-type(2) {
  width: 55%;
}
.TinbaiRow td:nth-of-type(2), .TinbaiRowAlternate td:nth-of-type(2) {
  text-align: left;
}
.TinbaiRow td:nth-of-type(3), .TinbaiRowAlternate td:nth-of-type(3),
.TinbaiRow td:nth-of-type(4), .TinbaiRowAlternate td:nth-of-type(4),
.TinbaiRow td:nth-of-type(3) *, .TinbaiRowAlternate td:nth-of-type(3) *,
.TinbaiRow td:nth-of-type(4) *, .TinbaiRowAlternate td:nth-of-type(4) *{
  font-family: 'Roboto Medium';
  color: #C52300;

}
.TinbaiRow td:nth-of-type(3) p, .TinbaiRowAlternate td:nth-of-type(3) p,
.TinbaiRow td:nth-of-type(4) p, .TinbaiRowAlternate td:nth-of-type(4) p{
  padding-bottom: 0;
}
.TinbaiRowHeader th:nth-of-type(3), .TinbaiRowHeader th:nth-of-type(4) {
  width: 20%;
  text-align: center;
}

.TinbaiRow th:nth-of-type(1), .TinbaiRow th:nth-of-type(3), .TinbaiRow th:nth-of-type(4),
.TinbaiRowAlternate th:nth-of-type(1), .TinbaiRowAlternate th:nth-of-type(3), .TinbaiRowAlternate th:nth-of-type(4) {
  text-align: center;
}
#Content_Home .section-thamquan-tab .DsTinBaiLietKeAnh ul li {
  flex-basis: 100%;
  max-width: 100%;
  display: flex;
  margin-bottom: 15px;
  margin-right: 0;
}
#Content_Home .section-thamquan-tab .DsTinBaiLietKeAnh ul li .li__img {
  max-width: 120px;
  flex-basis: 120px;
  margin-right: 15px;
}
#Content_Home .section-thamquan-tab .DsTinBaiLietKeAnh ul li .li__img .img_bg {
  height: 60px;
}
#Content_Home .section-thamquan-tab .DsTinBaiLietKeAnh ul li .li__content {
  flex-basis: calc(100% - 135px);
  max-width: calc(100% - 135px);
  margin: 0;
  align-self: center;
}
#Content_Home .section-thamquan-tab .DsTinBaiLietKeAnh ul li .li__content .news_link {
  margin: 0;
}
#Content_Home .section-thamquan-tab .DsTinBaiLietKeAnh ul li .li__content .news_link a {
  font-size: 14px;
  color: #363636;
  line-height: 20px;
  font-family: 'Roboto Medium';
}
#Content_Home .section-thamquan-tab .DsTinBaiLietKeAnh ul li .li__content .news_date,
#Content_Home .section-thamquan-tab .DsTinBaiLietKeAnh ul li .li__content .news_summary {
  display: none;
}

.html_bando h5 {
  background-color: #945A39;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 8px 8px 0 0;
}
.img_bando {
  display: inline-block;
  width: 100%;
}
.height-scroll{
  height: 225px;
}
.height-scroll {
  overflow: hidden auto;
  padding: 10px;
  background-color: #fff;
}
.height-scroll:not(#dnn_thamquanPane2) {
  padding: 20px 30px;
}
#nav-tab-thamquanContent {
  padding-bottom: 10px;
  background-color: #fff;
}
/* Works on Firefox */
.height-scroll {
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 #DFCFC3 ;
}

/* Works on Chrome, Edge, and Safari */
.height-scroll::-webkit-scrollbar {
  width: 3px;
  -webkit-appearance: none;
}

.height-scroll::-webkit-scrollbar-track {
  background: #DFCFC3;
}

.height-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 1px solid #DFCFC3;
}

.Title-section.text-center {
  margin-bottom: 42px;
}

/*------------------------------------------------*/
/* ChuyenMuc menu-m12 */
/*------------------------------------------------*/
/************************************************************************/
#Content_Home .menu-m12 ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0;
  background-image: url('../images/Ellipse1.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
html[lang="en-US"] #Content_Home .menu-m12 ul {
	background-image: url('../images/Ellipse1-en.png');
}
#Content_Home .menu-m12 ul li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 60px;
}

#Content_Home .menu-m12 ul li:nth-of-type(1),
#Content_Home .menu-m12 ul li:nth-of-type(5) {
  padding-right: 12%;
}
#Content_Home .menu-m12 ul li:nth-of-type(2),
#Content_Home .menu-m12 ul li:nth-of-type(6) {
  padding-left: 12%;
}

#Content_Home .menu-m12 ul li:nth-of-type(3){
  padding-right: 23%;
}
#Content_Home .menu-m12 ul li:nth-of-type(4){
  padding-left: 23%;
}
#Content_Home .menu-m12 ul li:nth-child(2n+1){
  text-align: right;
}
#Content_Home .menu-m12 ul li:nth-child(2n){
  text-align: left;
}

#Content_Home .menu-m12 ul li:nth-of-type(1),
#Content_Home .menu-m12 ul li:nth-of-type(2){
  align-self: flex-end;
}
#Content_Home .menu-m12 ul li:nth-of-type(3),
#Content_Home .menu-m12 ul li:nth-of-type(4){
  align-self: center;
}
#Content_Home .menu-m12 ul li:nth-of-type(5),
#Content_Home .menu-m12 ul li:nth-of-type(6){
  align-self: flex-start;
}

#Content_Home .menu-m12 ul li .header_cm .news_title {
  font-weight: normal;
  margin-bottom: 12px;
}

#Content_Home .menu-m12 ul li .header_cm .news_title a {
  font-size: 18px;
  line-height: 20px;
  font-family: 'Roboto Medium';
  color: #963600;
  margin-bottom: 10px;
  display: inline-block;
}

#Content_Home .menu-m12 ul li .news_summary p {
  margin: 0;
  padding: 0;
  color: #363636;
  line-height: 24px;
  font-size: 16px;
}

#Content_Home .menu-m12 ul li .icon_readmore {
  display: none;
}
#Content_Home .menu-m12 ul li .header_cm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#Content_Home .menu-m12 ul li:nth-child(2n+1) .header_cm {
  flex-direction: row-reverse;
}
#Content_Home .menu-m12 ul li .header_cm > a {
  max-width: 100px;
  flex: 0 0 100px;
  margin-right: 25px;
}
#Content_Home .menu-m12 ul li .header_cm .news_title{
  max-width: calc(100% - 125px);
  flex: 0 0 calc(100% - 125px);
}
#Content_Home .menu-m12 ul li:nth-child(2n+1) .header_cm > a {
  margin-right: 0;
  margin-left: 25px;
}
#Content_Home .menu-m12 ul li .header_cm > a {
  align-self: center;
}

.main-style .menu-m12 ul {
  margin: 0;
  padding: 0 16px;
}
.main-style .menu-m12 ul li {
  padding: 0 16px;
  margin: 0;
}
.main-style .menu-m12 ul li:not(:last-child) {
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom: 1px solid #E5DBC2;
}
.main-style .menu-m12 ul li .header_cm {
  display: flex;
  flex-flow: row wrap;
}
.main-style .menu-m12 ul li .header_cm > a {
  flex: 0 0 28px;
  max-width: 28px;
  margin-right: 32px;
}
.main-style .menu-m12 ul li .header_cm .news_title {
  max-width: calc(100% - 60px);
  flex:0 0 calc(100% - 60px);
}
.main-style .menu-m12 ul li .header_cm .news_title a {
  color: #363636;
  font-family: 'Roboto Medium';
  font-size: 16px;
}
.main-style .menu-m12 ul li .icon_readmore, .main-style .menu-m12 ul li .header_cm .news_summary {
  display: none;
}

.list_Advertisement{
  background-color: transparent;
  padding: 0;
}
.MauNhieuBannerNgang .title_list_Advertisement {
  display: none;
}
.list_Advertisement .view_list_Advertisement ul {
  display: flex;
  flex-flow: row wrap;
}
#Content_Home .list_Advertisement .view_list_Advertisement ul{
  flex-wrap: nowrap;
}
.list_Advertisement .view_list_Advertisement ul li {
  list-style: none;
  display: inline-block;
  height: auto;
  width: 100%;
  flex: 0 0 calc(50% - 15px);
  max-width: calc(50% - 15px);
  margin: 0 30px 30px 0;
  border: none;
  border-radius: 0;
}
#Content_Home .list_Advertisement .view_list_Advertisement ul li{
  flex: 1 0 0;
  max-width: 100%;
  margin-bottom: 0;
}
.list_Advertisement .view_list_Advertisement ul li:last-child{
  margin-right: 0;
}
.list_Advertisement .view_list_Advertisement ul li img {
  width: 100%;
}
#sidebar .list_Advertisement .view_list_Advertisement ul li {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}
#sidebar .list_Advertisement .view_list_Advertisement ul li:last-child {
  margin-bottom: 0;
}
#sidebar .list_Advertisement .view_list_Advertisement ul li img {
  border-radius: 8px;
}


footer{
  position: relative;
}
footer::before {
  content: "";
  background-image: url('../images/hoavan-footer.png');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .2;
  background-size: contain;
  background-position: center;
}
.footer-main {
  background-color: #D7C8B2;
  padding: 32px 0;
}
.footer-legal{
  background-color: #5F503F;
  padding: 10px 0;
}

#sidebar .main.contraC{
  margin-bottom: 16px;
}
.main.main-style{
  border-radius: 8px;
  padding: 17px 0;
}
.main.style-1{
  background-color: #654F3F;

}
.main.style-2{
  background-color: #FFF4DE;
  border:1px solid #E9D5A8;
}
.main.main-style .bg-vector{
  margin-bottom: 16px;
}
.main.main-style .bg-vector .Head {
  width: 100%;
  text-align: center;
  line-height: 48px;
  height: 48px;
  font-size: 17px;
  background-image: url('../images/bg-title-1.png');
}
.main.main-style .bg-vector .Head,.main.main-style .bg-vector .Head a{
  font-family: 'Roboto';
}

.main.main-style .menu-m8 ul,
.main.main-style .menu-m1 ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
}
.menu-m8 ul li,
.menu-m1 ul li {
  list-style: none;
  padding: 0 16px;
}
.menu-m1 ul li {
  list-style: none;
  padding: 11px 16px;
}
.menu-m8 ul li .menu-m8-group .title_full h2 {
  line-height: 22px;
  font-size: 16px;
  padding: 11px 0;
}
.menu-m8 ul li .menu-m8-group .title_full a,
.menu-m1 ul li a {
  color: #fff;
  font-size: 16px;
}
.menu-m8 ul li.active .menu-m8-group .title_full a,
.menu-m1 ul li.active  a {
  color: #FFC700;
}
.main.main-style .menu-m8 ul ul {
  padding: 0 10px 0 25px;
}
.main.main-style .menu-m8 ul ul li {
  list-style: circle;
  color: #fff;
  padding: 11px 0;
  line-height: 18px;
}
.main.main-style .menu-m8 ul ul li a {
  color: #fff;
  font-size: 14px;
}
.main.main-style .menu-m8 ul li.active li.active a {
  color: #FFC700;
}
.remove-a .title_full a{
  pointer-events: none;
}
/*------------------------------------------------*/
/* DsChuyenMucTinBai */
/*------------------------------------------------*/
/************************************************************************/
/*------------------------------------------*/
/*       07 - DSChuyenMucTinBai Styles
/*------------------------------------------*/

/*  01 - ListCategory Styles
/*----------------------------*/
.DsChuyenMucTinBai .container_module_title h5{
  padding-left: 36px;
margin-bottom: 17px;
background-image: url('../images/bullet_content.png');
background-repeat: no-repeat;
background-size: 24px 24px;
background-position: left 5px;
padding-bottom: 7px;
border-bottom:1px solid #D8C5AB;
}
.DsChuyenMucTinBai .container_module_title h5 a{
  font-size: 20px;
font-family: 'Roboto Bold';
color: #963600;
text-transform: uppercase;
margin-bottom: 0;
}

.news_list_chuyenmuc .listcategory {
  margin: 40px 0 0;
  list-style: none;
}
.news_list_chuyenmuc p{
  color: #E5E5E5;
}

.news_list_chuyenmuc .listcategory li {
  clear: both;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
}

.TinbaiTableGroup a{
  pointer-events: none;
}

.news_list_chuyenmuc .listcategory .listcategory__img {
  flex: 0 0 225px;
  max-width: 225px;
  margin-right: 16px;
  display: inline-block;
  width: 100%;
}
.news_list_chuyenmuc .listcategory .listcategory__img img {
  width: 100%;
  border-radius: 8px;
}
.news_list_chuyenmuc .listcategory li .listcategory__content {
  flex: 0 0 calc(100% - 241px);
  max-width: calc(100% - 241px);
}

.news_list_chuyenmuc .listcategory .news_link_bold {
  font-family: 'Roboto Medium', sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 24px;
  color: #963600;
  display: inline-block;
}

.news_list_chuyenmuc .listcategory li .listcategory__content .news_date {
  color: #D66700;
  font-size: 14px;
  margin-bottom: 10px;
}
    .news_list_chuyenmuc .listcategory div.news_summary {
  margin-top: 10px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 24px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

    .news_list_chuyenmuc .listcategory .news_summary {
        text-align: left;
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        line-height: 1.5;
    }

#dnn_Row1_Grid9_Pane .news_list_chuyenmuc .listcategory li:first-child {
  flex-direction: column;
}
#dnn_Row1_Grid9_Pane .news_list_chuyenmuc .listcategory li:first-child .listcategory__img {
  flex-basis: 100%;
  margin-right: 0;
  max-width: 100%;
  margin-bottom: 20px;
}
#dnn_Row1_Grid9_Pane .news_list_chuyenmuc .listcategory li:first-child .listcategory__content {
  flex-basis: 100%;
  max-width: 100%;
}
#dnn_Row1_Grid9_Pane .news_list_chuyenmuc .listcategory li:first-child .news_link_bold {
  font-size: 20px;
  margin-bottom: 8px;
}
#dnn_Row1_Grid9_Pane .news_list_chuyenmuc .listcategory li:first-child .news_summary{
  color: #E5E5E5;
}

.style_view__2 .news_list_chuyenmuc .listcategory {
  display: flex;
  flex-flow: row wrap;
}

.style_view__2 .news_list_chuyenmuc .listcategory li {
  flex: 0 0 calc(25% - 24px);
  max-width: calc(25% - 24px);
  margin-right: 32px;
  align-self: flex-start;
}
.style_view__2 .news_list_chuyenmuc .listcategory li:nth-child(4n+4) {
  margin-right: 0;
}
.style_view__2 .news_list_chuyenmuc .listcategory li .listcategory__img{
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 16px;
}
.style_view__2 .news_list_chuyenmuc .listcategory li .listcategory__content {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
.style_view__2 .news_list_chuyenmuc .listcategory li .listcategory__content a.news_link_bold {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.style_view__2 .news_list_chuyenmuc .listcategory li .listcategory__content .news_meta {
  display: none;
}
.style_view__2 .news_list_chuyenmuc .listcategory li .listcategory__content .news_summary {
  text-align: center;
}

#dnn_Row_ContentPane1 .news_list_chuyenmuc .listcategory li:first-child {
  flex-direction: column-reverse;
}
#dnn_Row_ContentPane1 .news_list_chuyenmuc .listcategory li:first-child .listcategory__img {
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-top: 18px;
}
#dnn_Row_ContentPane1 .news_list_chuyenmuc .listcategory li:first-child .listcategory__img img {
  border-radius: 0;
}
#dnn_Row_ContentPane1 .news_list_chuyenmuc .listcategory li:first-child .listcategory__content {
  flex-basis: 100%;
  max-width: 100%;
}

#dnn_Row_ContentPane2 .news_list_chuyenmuc .listcategory li {
  margin-bottom: 20px;
}
#dnn_Row_ContentPane2 .news_list_chuyenmuc .listcategory .listcategory__img {
  display: none;
}
#dnn_Row_ContentPane2 .news_list_chuyenmuc .listcategory .listcategory__content {
  flex-basis: 100%;
  max-width: 100%;
}

/*  02 - Detail Styles
/*----------------------------*/
.news_list_detail .news_title {
  font-size: 24px;
  font-weight: normal;
  font-family: 'Roboto Bold', sans-serif;
  line-height: 32px;
  margin-bottom: 20px;
}

.bottom_title {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

    .bottom_title .news_addon {
        display: flex;
        flex-flow: row wrap;
    }

        .bottom_title .news_addon .news_addon__item {
            align-self: center;
        }
        .bottom_title .news_addon .news_addon__item a{
            color: rgba(255,255,255,.5) !important;
        }

            .bottom_title .news_addon .news_addon__item * {
  font-size: 14px;
  color: rgba(255,255,255,.5);
}

.news_addon__item.news_voice_google {
    position: relative;
    padding: 0 15px;
    margin: 0 15px;
}

    .news_addon__item.news_voice_google::before,
    .news_addon__item.news_voice_google::after {
        content: '';
        width: 1px;
        height: 15px;
        position: absolute;
        top: 7px;
    }

    .news_addon__item.news_voice_google::before {
        left: 0;
    }

    .news_addon__item.news_voice_google::after {
        right: 0;
    }

.bottom_title .news_addon .news_addon__item i {
    padding: 0 3px;
    cursor: pointer;
}

.bottom_title .news_date {
  font-size: 14px;
  align-self: center;
  color: #8E8E8E;
  line-height: 24px;
}

.news_utility_font {
  display: flex;
  flex-flow: row wrap;
}
.news_addon__item {
  align-self: center;
}
.news_utility_font * {
  font-size: 14px;
  color: #363636 !important;
  line-height: 24px !important;
}
.news_utility_font label {
  margin: 0;
}
.news_utility_font > a {
  margin: 0 5px;
}
.btn-prints{
  padding-left: 5px;
  position: relative;
  border: none;
  margin: 0;
}
.btn-prints::before {
  content: "";
  background-color: #363636;
  width: 0px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 6px;
}
.btn-prints {
  display: inline-block;
}
.btn-prints i{
  margin-left: 5px;
}

    .news_utility_font input {
        display: none;
    }

    .news_utility_font i {
        font-size: 16px;
    }

        .news_utility_font i.ti-zoom-in {
        }

.news_list_detail .news_summary, .news_list_detail .news_summary p, .news_list_detail .news_summary span {
	margin: 16px 0;
	padding-bottom: 0;
	text-align: left;
	line-height: 24px;
	color: #363636;
	text-align: justify;
}

.news_list_detail .news_img {
    float: none;
    margin-bottom: 16px;
}

    .news_list_detail .news_img .news_thumb {
        max-width: 600px;
        padding: 0;
        width: 100%;
    }

.news_list_related ul {
    margin: 0;
}

    .news_list_related ul li:first-child::before {
        content: 'Tin liên quan:';
        font-family: 'Roboto Bold';
        font-size: 14px;
        text-transform: uppercase;
        position: absolute;
        top: 10px;
        left: 0;
    }
	#dnn_Row_ContentPane3 .news_list_related ul li:first-child::before {
        content: '관련 정보:';
    }

    .news_list_related ul li {
        width: 100%;
        margin: 0 0 0 0px;
        padding-left: 35px;
        padding-top: 5px;
        position: relative;
    }

        .news_list_related ul li:first-child {
            padding-top: 35px;
            margin-top: 15px;
        }

        .news_list_related ul li:last-child {
            padding-bottom: 15px;
            margin-bottom: 15px;
        }

        .news_list_related ul li a {
            font-family: 'Roboto Italic';
        }

        .news_list_related ul li::after {
            content: '\e724';
            font-family: 'themify';
            font-size: 9px;
            position: absolute;
            left: 15px;
            top: 4px;
        }

        .news_list_related ul li:first-child::after {
            top: 34px;
        }

.news_list_detail .news_content {
    text-align: justify;
}

    .news_list_detail .news_content > div {
        padding-bottom: 10px;
    }

    .news_list_detail .news_content p {
      font-family: 'Roboto', sans-serif;
      padding-bottom: 16px;
      font-size: 16px;
      line-height: 24px;
    }
    .news_list_detail .news_content h5 {
  color: #FFB800;
  font-size: 20px;
  font-family: 'Roboto Bold';
  margin-bottom: 12px;
}

.news_list_detail .news_author {
    font-weight: normal;
    font-family: 'Roboto Bold', sans-serif;
    font-size: 16px;
}
.news_list_detail .news_details.news_status{
  display: none;
}

.news_list_detail .news_author {
    margin: 24px 0;
}

.news_list_detail .news_source {
    font-weight: normal;
    font-family: 'Roboto Bold Italic', sans-serif;
}

#dschuyenmuc_news_others .news_others {
  font-size: 20px;
  font-family: 'Roboto Bold';
  margin: 0 0 25px;
  color: #363636;
}
.news_list_others ul {
  margin: 0 0 0 15px;
  padding: 0;
}

#dschuyenmuc_news_others ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: disc;
  color: #963600;
}


    #dschuyenmuc_news_others ul li::marker {
        font-size: 14px;
        position: absolute;
        left: 0;
    }

    #dschuyenmuc_news_others ul li::before {
        /*content: '\e649';
    font-family: 'themify';
    font-size: 11px;
    position: absolute;
    left: 0;*/
    }

    #dschuyenmuc_news_others ul li .news_date {
  font-size: 16px;
  color: #963600;
}

.page_size,
#pagelistnumber {
    margin: 32px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

    .page_size a,
    .page_size select {
        border-radius: 4px;
        margin: 0 2px;
        font-size: 16px;
    }

.page_enabled,
.page_disabled,
.page_selected {
    display: inline-block;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    padding: 0px 5px;
    font-size: 16px;
    font-family: 'Roboto';
}

.page_disabled,
.page_selected {
    margin-left: 3px;
}

.page_enabled {
    margin-right: 3px;
}

.tblFileDinhKem .btn.btn-default {
    color: #1e1e1e;
}
/*------------------------------------------*/
/*       07 - DSChuyenMucTinBai Styles
/*------------------------------------------*/

/*  01 - ListCategory Styles
/*----------------------------*/

.news_list_chuyenmuc .listcategory .news_summary {
  color: #1E1E1E;
}

/*  02 - Detail Styles
/*----------------------------*/
.news_list_detail .news_title {
  color: #963600;
}
.news_addon__item.news_voice_google::before, .news_addon__item.news_voice_google::after {
  background-color: #963600;
}

.news_list_related ul li:first-child::before {
  color: #FFAB03;
}
.news_list_related ul li {
  background: none;
}
.news_list_detail .news_author {
  color: #963600;
}
.news_list_detail .news_source {
  color: #963600;
}
#dschuyenmuc_news_others ul li::before {
  color: #963600;
}
#dschuyenmuc_news_others ul li a.news_link {
  color: #963600;
  display: inline-block;
  padding: 5px 0;
}
.page_enabled, .page_disabled {
  border: none;
}
.page_disabled,.page_selected {
  background-color: #FFAB03;
  color: #fff !important;
  border: 1px solid #FFCE6D;
}
.page_enabled {
  background-color: transparent;
  color: #963600;
}
.dstinbailietkeanh_tomtatngaythang{
  padding: 0 20px;
}
.dstinbailietkeanh_tomtatngaythang .module_container_news ul {
  margin: 0;
}
.dstinbailietkeanh_tomtatngaythang .module_container_news ul li {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.dstinbailietkeanh_tomtatngaythang .module_container_news ul li .img_news{
  margin-bottom: 8px;
  max-width: 75px;
  flex: 0 0 75px;
  margin-right: 12px;
}
.dstinbailietkeanh_tomtatngaythang .module_container_news ul li .img_news img{
  width: 100%;
}
.dstinbailietkeanh_tomtatngaythang .module_container_news ul li .news_summary,
.dstinbailietkeanh_tomtatngaythang .module_container_news ul li .icon_readmore {
  display: none;
}
.dstinbailietkeanh_tomtatngaythang .module_container_news ul li .content_news {
  max-width: calc(100% - 87px);
  flex: 0 0 calc(100% - 87px);
}
.dstinbailietkeanh_tomtatngaythang .module_container_news ul li .content_news .title_news a{
  font-size: 14px;
  line-height: 18px;
  font-family: 'Roboto Medium';
}


/*Footer*/
#dnn_Footer_2_Pane {
  border-left: 1px solid #AF9166;
  border-right: 1px solid #AF9166;
  text-align: center;
}
.social-footer{
  text-align: center;
}
.infomation-footer img {
  max-height: 70px;
  margin-bottom: 10px;
}
.infomation-footer address {
  color: #53413D;
  font-size: 16px;
  line-height: 24px;
}

footer .contraC.main > h5 {
  font-family: 'RobotoCondensed';
  font-size: 18px;
  text-transform: uppercase;
  color: #53413D;
  margin-bottom: 20px;
  line-height: 24px;
  text-align: center;
}
footer .btn-primary, footer a.btn-primary {
  background-color: #945A39 !important;
  border-color: #945A39 !important;
  font-family: 'Roboto Medium';
}
.web_links {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}
.web_links .dropdown {
  float: none;
}
#dropdownMenu1 {
  width: 100%;
  text-align: left;
  color: #A08474;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 20px;
}
#dropdownMenu1::after {
  content: "\f107";
  font-family: 'FontAwesome';
  position: absolute;
  right: 11px;
  border: none;
  font-size: 28px;
}
.web_links .dropdown .dropdown-menu {
  width: 100%;
  margin-top: 0;
  padding: 16px 20px;
}
.web_links .dropdown .dropdown-menu li a {
  font-size: 16px;
  line-height: 24px;
  color: #A08474;
}

.hitcounter_totalonline.counteronline {
  display: none;
}
.hitcounter_totalvisitor.counteronline {
  color: #533F3B;
  font-size: 16px;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.hitcounter_totalvisitor.counteronline span:last-child {
  font-family: 'Roboto Bold';
  font-size: 20px;
}

.skins-page .contraC.main h5.lined {
  padding-left: 36px;
  margin-bottom: 17px;
  background-image: url('../images/bullet_content.png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left 5px;
  padding-bottom: 7px;
  border-color: #D8C5AB;
}
.skins-page .contraC.main h5.lined .Head {
  font-size: 20px;
  font-family: 'Roboto Bold';
  color: #963600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.container_module.DsTinBaiLietKeAnh_TieudeCM {
  background-color: #FFF8EA;
  border: 1px solid #E9D5A8;
  padding: 16px;
  margin-bottom: 40px;
}
.DsTinBaiLietKeAnh_TieudeCM ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.DsTinBaiLietKeAnh_TieudeCM ul li {
  max-width: calc(33.3333% - 20px);
  flex: 0 0 calc(33.3333% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.DsTinBaiLietKeAnh_TieudeCM ul li:nth-child(3n+3) {
  margin-right: 0;
}
.DsTinBaiLietKeAnh_TieudeCM ul li .img_scrollnews {
  margin-bottom: 12px;
}
.DsTinBaiLietKeAnh_TieudeCM ul li .img_scrollnews .img_bg {
  height: 150px;
  width: 100%;
  display: block;
  border-radius: 4px;
}
.DsTinBaiLietKeAnh_TieudeCM ul li .img_scrollnews img,
.DsTinBaiLietKeAnh_TieudeCM ul li .content_scrollnews .TitleCM,
.DsTinBaiLietKeAnh_TieudeCM ul li .content_scrollnews .news_date {
  display: none;
}
.DsTinBaiLietKeAnh_TieudeCM ul li .content_scrollnews {
  text-align: center;
}
.DsTinBaiLietKeAnh_TieudeCM ul li .content_scrollnews .TitleNews a {
  font-family: 'Roboto Medium';
  line-height: 24px;
}

.list_media_m1 ul {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
  padding-bottom: 0;
  background-color: transparent;
}
.list_media_m1 ul li {
  float: none;
  margin: 0 40px 40px 0;
  flex: 0 0 calc(33.333% - 26.6667px);
  max-width: calc(33.333% - 26.6667px);
}
.list_media_m1 ul li:nth-child(3n+3) {
  margin-right: 0;
}
.list_media_m1 ul li  a.bg-img{
  border: 8px solid #E7D7D7;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 190px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
.list_media_m1 ul li > a .resizecrop {
  display: none;
}
.list_media_m1 .title-media {
  font-family: 'Roboto Bold';
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
  padding: 0;
  color: #363636;
  width: 100%;
  display: inline-block;
}
.list_media_m1 .xemtiep {
  position: absolute;
  top: 6px;
  right: 15px;
  color: #963600;
}
.thumbnail-slider .content img {
  height: 100px;
}
#sidebar .list_media_m1 {
  padding: 10px;
}
#sidebar .list_media_m1 ul li {
  margin: 0;
  flex-basis: 100%;
  max-width: 100%;
}
#sidebar .list_media_m1 ul li a {
  width: 100%;
  height: 200px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#detail {
  display: flex;
  flex-flow: row wrap;
  padding: 10px;
}
#detail .item-media {
  max-width: calc(33.333% - 3.333px);
  flex: 0 0 calc(33.333% - 3.333px);
  margin-right: 5px;
  margin-bottom: 5px;
}
#detail .item-media:nth-child(3n+3){
  margin-right: 0;
}
#detail .item-media {
  display: none;
}
#detail .item-media:nth-of-type(1),
#detail .item-media:nth-of-type(2),
#detail .item-media:nth-of-type(3),
#detail .item-media:nth-of-type(4),
#detail .item-media:nth-of-type(5),
#detail .item-media:nth-of-type(6){
  display: block;
}
#detail .item-media img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 4px;
}
#detail ~ .viewall {
  display: inline-block;
  width: 100%;
  color: #963600;
  text-align: center;
  text-decoration: underline;
  margin-top: 10px;
}
#GridLeft #detail ~ .viewall,
#sidebar #detail ~ .page_size{
  display: none;
}

/*************************************************************/
/*** ChildPageList styling **************************************/
/*************************************************************/
ul.list_tab {
  display: flex;
  list-style: none;
  text-align: center;
  flex-flow: row wrap;
  margin: 0;
}
ul.list_tab > li {
  float: none;
  margin: 0 30px 30px 0;
  background-color: #FFF4DE;
  border: 1px solid #E9D5A8;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 0;
  flex: 0 0 calc(20% - 24px);
  max-width: calc(20% - 24px);
}
ul.list_tab > li:nth-child(5n+5) {
  margin-right: 0;
}
ul.list_tab > li a {
  align-self: center;
  padding: 20px;
}
ul.list_tab > li a br {
  display: none;
}

/*************************************************************/
/*** HopThuGopY styling **************************************/
/*************************************************************/
.module_container_help {
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.18);
  border-top: 4px solid #E67E22;
}
.module_container_help .title_head {
  text-transform: capitalize;
  font-size: 22px;
  color: #2e2751;
  font-family: 'Roboto Bold';
  margin: 0;
  padding: 0;
}
.module_container_help .form-control, .captcha input {
  height: 44px;
  border: 1px solid rgba(204, 204, 204, 0.58);
  width: 100%;
  display: block;
  border-radius: 0px;
  padding: 10px 40px 10px 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}
.module_container_help .form-control:hover,.captcha input:hover {
  border-color: #7e868f;
}
.Normal.captcha {
  display: flex;
  flex-flow: row wrap;
}
.Normal.captcha img{
  height: 44px;
}
.module_container_help textarea.form-control {
  height: auto;
}
.module_container_help p {
  margin: 0;
  padding: 0;
}
.module_container_help p span {
  margin-bottom: 5px;
}

#sidebar .module_container_help {
  background-color: transparent;
  box-shadow: none;
  padding: 20px;
  border: none;
}
#sidebar .module_container_help p {
  width: 100%;
}
#sidebar .module_container_help p .form-control {
  width: 100% !important;
}
#sidebar .module_container_help .Normal.captcha img {
  margin-bottom: 15px;
  width: auto;
  height: auto;
}
#sidebar .module_container_help .Normal.captcha input {
  width: 100%;
  margin: 0 0 15px;
}

/*======================================
  Contact Box CSS
========================================*/
.contact-box-main {
  padding: 0 20px;
}
.contact-box-main .contact-title {
  margin-bottom: 20px;
}
.contact-box-main .contact-title h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.single-contact-box {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.single-contact-box .c-icon {
    float: left;
    margin-right: 12px;
}
.single-contact-box:last-child{
  margin:0;
}
.single-contact-box i {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #E7905F;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-contact-box:hover i {
  background: #fff;
  color: #E7905F;
}
.single-contact-box h4 {
  color: #E7905F;
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: 'Roboto Medium';
  margin-bottom: 0px;
  line-height: inherit;
  margin-bottom: 5px;
  font-size: 16px;
}
.c-text p {
  padding: 0;
  font-size: 15px;
}


.TraCuuVanBan-HDND .select2-container {
    width: 100% !important;
}

.TraCuuVanBan-HDND .form-row {
    --spacing: 32px;
    --spacingBottom: 16px;
    --columns: 3;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-1 * var(--spacing));
}

.TraCuuVanBan-HDND .form-group {
    width: calc(calc(100% / var(--columns)) - var(--spacing));
    margin-left: var(--spacing);
    margin-bottom: calc(var(--spacing) / 2);
}

.TraCuuVanBan-HDND .form-row .form-group-btn {
    display: flex;
    flex-wrap: nowrap;
}

@media screen and (max-width: 1031px) {
    .TraCuuVanBan-HDND .form-group {
        --columns: 2;
    }
}

@media screen and (max-width: 552px) {
    .TraCuuVanBan-HDND .form-group {
        --columns: 1;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .TraCuuVanBan-HDND .Regular-Search .form-search {
        width: 50%;
    }

    .TraCuuVanBan-HDND .form-group {
        width: 40%;
    }
}

#FilterNewsResult thead tr th {
    vertical-align: middle;
    font-family: 'Roboto Medium', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.ModVanBanChuyenNganhTrinhDienC #maindiv .btn-primary {
    width: calc(33.33% - 5px);
    margin-left: 5px;
    height: 38px;
    line-height: 2;
}

.TraCuuVanBan-HDND .Regular-Search {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

    .TraCuuVanBan-HDND .Regular-Search .form-search {
        width: 63%;
    }

@media (max-width: 991px) {
    .TraCuuVanBan-HDND .Regular-Search .form-search,
    .TraCuuVanBan-HDND .Regular-Search .form-group-btn {
        width: 100%;
    }
}

.table-responsive .table > tbody > tr > td {
    vertical-align: middle;
    padding: 10px 7px;
}

.DnnModule-GopYDuThaoVBPL .ModGopYDuThaoVBPLC .table-responsive .table > tbody > tr > td {
    vertical-align: top;
}

    .DnnModule-GopYDuThaoVBPL .ModGopYDuThaoVBPLC .table-responsive .table > tbody > tr > td.FExposureDetail {
        border: none;
        padding: 0;
        padding-right: 32px;
        font-size: 14px;
    }

.filterForm {
    margin-bottom: 16px;
}

    .filterForm h2.dnnFormSectionHead,
    h2.filterResult {
        font-size: 14px;
        background-color: transparent;
        /* border-bottom: 1px solid #666; */
        padding: 0;
        margin: 0 0 16px;
        line-height: 1.4;
    }

        .filterForm h2.dnnFormSectionHead a.dnnSectionExpanded,
        h2.filterResult .listTitle {
            color: #1e1e1e;
            font-weight: normal !important;
            font-size: 14px;
            font-family: 'Roboto Bold', sans-serif;
        }

    .filterForm fieldset.bgFilter {
        background-color: #fff;
        padding: 0;
        border-radius: 0;
        border: none;
        margin-bottom: 15px;
    }

.ModVanBanChuyenNganhTrinhDienC #maindiv table thead tr th {
    white-space: nowrap;
}


@media(min-width:1366px){
  #Content_Home .menu-m12 ul li:nth-of-type(1),
  #Content_Home .menu-m12 ul li:nth-of-type(5) {
    padding-right: 10%;
  }
  #Content_Home .menu-m12 ul li:nth-of-type(2),
  #Content_Home .menu-m12 ul li:nth-of-type(6) {
    padding-left: 10%;
  }

  #Content_Home .menu-m12 ul li:nth-of-type(3){
    padding-right: 19%;
  }
  #Content_Home .menu-m12 ul li:nth-of-type(4){
    padding-left: 19%;
  }
}
@media (min-width:1200px) and (max-width: 1365px){
  .height-scroll {
    height: 203px;
  }
}
@media(min-width:992px) and (max-width:1199px){
  .sm-contra > li:not(:last-child) {
    margin-right: 15px;
  }
  .sm-contra a, .sm-contra a:hover, .sm-contra a:focus, .sm-contra a:active, .sm-contra a.highlighted {
    font-size: 14px;
  }
}
@media(min-width: 768px){
  #Content_Home .DsTinBaiLietKeAnh ul li:not(:first-child) .li__content .news_link a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  }
}
@media(max-width:1365px){
  #Tab_DiSan .nav-tabs .nav-link{
    padding: 0 4% 13px;
    font-size: 21px;
    line-height: 30px;
  }
}
@media(max-width:767px){
  .header:not(.fixed-header) .nav-brand-scroll{
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .header.fixed-header .menu-bar {
  padding-top: 10px;
  padding-bottom: 10px;
}
  .header:not(.fixed-header) .top-bar{

  }
  .header:not(.fixed-header) .top-bar .general-functions{
    justify-content: flex-start;
  }
  .Orther-H2 {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.2;
}
  .contra-nav {
  position: static;
}
.main-menu-btn {
  float: none;
  position: absolute;
  top: 11px;
  right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.header {
  padding-left: 50px;
  padding-right: 50px;
  background-color: rgba(38, 14, 0, 0.7);
}
.header.fixed-header{
  background-color: rgba(38, 14, 0, 1);
}
header .top-bar {
  background-color: transparent;
}
.top-bar div.col-md-6:last-child {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 51px;
}
.top-bar .general-functions li{
  line-height: 51px;
}
.header.fixed-header .menu-bar {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
}

  #Content_Home .menu-m12 ul {
    background-image: none;
  }
  #Content_Home .menu-m12 ul li {
    flex-basis: 100% !important;
    max-width: 100% !important;
    text-align: left !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px !important;
  }
  #Content_Home .menu-m12 ul li .header_cm {
  flex-direction: row !important;
}
#Content_Home .menu-m12 ul li .header_cm > a {
  margin-left: 0 !important;
  margin-right: 12px !important;
  max-width: 75px;
  flex-basis: 75px;
  align-self: flex-start;
}
#Content_Home .menu-m12 ul li .header_cm .news_title {
  max-width: calc(100% - 87px);
  flex-basis: calc(100% - 87px);
}
#Content_Home .list_Advertisement .view_list_Advertisement ul {
  flex-direction: column;
}
#Content_Home .list_Advertisement .view_list_Advertisement ul li {
  margin: 0 0 15px;
}

#dnn_Footer_2_Pane {
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .contraC.main > h5{
  margin-bottom: 10px;
}
  #main {
  flex-direction: column;
}
.main-title, .main-content-left, .main-content-right {
  flex-basis: 100%;
  max-width: 100%;
}
.main-title {
  margin-bottom: 15px;
}
.title-rotate {
  transform: rotate(0);
  position: static;
  transform-origin: 0;
  text-align: center;
  font-size: 30px;
}
.main-content-left {
  border: none;
}
.title-event .takeplace {
  font-size: 24px;
  line-height: 1.3;
}
.content-meta .date-event {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px;
}
.count-down {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-covat .dstinbaianh_slide .container_module_title {
  position: static;
  width: 100%;
  margin-bottom: 15px;
}
.section-covat .dstinbaianh_slide .item {
  display: flex;
  flex-direction: column-reverse;
}
.section-covat .dstinbaianh_slide .item .img_bg {
  height: auto !important;
  min-height: 1px !important;
  background-image: none !important;
  flex-basis: 100%;
  max-width: 100%;
}
.section-covat .dstinbaianh_slide .item .img_bg img {
  display: block;
}
.section-covat .dstinbaianh_slide .item .item-content {
  position: static;
  max-width: 100%;
  background-color: transparent;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
  flex-basis: 100%;
}
.section-covat .dstinbaianh_slide .item .news_link a {
  color: #363636;
}
.section-covat .dstinbaianh_slide .item .news_summary {
  color: #363636;
  -webkit-line-clamp: 3;
}
#dnn_Section_tintuc h3.lined {
  position: static;
  margin-bottom: 20px;
  text-align: center;
}
#Content_Home .DsTinBaiLietKeAnh ul li {
  flex-basis: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
  display: flex;
  flex-direction: row;
}
#Content_Home .DsTinBaiLietKeAnh ul li:first-child .li__img {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}
#Content_Home .DsTinBaiLietKeAnh ul li:first-child .li__content {
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 0;
}
#Content_Home .DsTinBaiLietKeAnh ul li:first-child .li__content .news_link a {
  font-size: 16px;
  line-height: 24px;
  color: #363636;
  font-family: 'Roboto Medium';
}
#Content_Home .DsTinBaiLietKeAnh ul li .li__img {
  flex-basis: 100%;
  max-width: 100%;
  margin: 0;
}
#Content_Home .DsTinBaiLietKeAnh ul li .li__content {
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 0;
}
#Content_Home .DsTinBaiLietKeAnh ul li .li__content .news_summary{
  display: none;
}
#Content_Home .DsTinBaiLietKeAnh ul li .li__img {
  flex-basis: 100px !important;
  max-width: 100px !important;
}
#Content_Home .DsTinBaiLietKeAnh ul li .li__content {
  margin-left: 12px !important;
  flex-basis: calc(100% - 112px) !important;
  max-width: calc(100% - 112px) !important;
  margin-top: 0 !important;
}
#Content_Home .DsTinBaiLietKeAnh ul li:not(:first-child) .li__content .news_link {
  margin-top: 0;
}
#Content_Home .DsTinBaiLietKeAnh ul li:first-child .li__content .news_date{
  font-size: 14px;
}

#Tab_DiSan .nav-tabs .nav-link.active::before, #Tab_DiSan .nav-tabs .nav-item.show .nav-link::before {
  width: 0;
}
#Tab_DiSan .nav-tabs{
  margin-bottom: 20px;
}
#Content_Home .DsTinBaiLietKeAnh ul li .li__img .img_bg {
  height: 100% !important;
  min-height: 75px;
}
.DsTinBaiLietKeAnh_TieudeCM ul li {
  max-width: 100%;
  flex-basis: 100%;
  margin-right: 0;
}
.Orther-img > span {
  font-size: 13px;
  padding: 3px 5px;
}
.Orther-link .takeplace {
  font-size: 16px;
}
.Orther-content > span {
  font-size: 13px;
}
.container_module_title h5 a, #dnn_Section_tintuc h3.lined a{
  font-size: 30px;
}

#nav-tab-thamquan {
  flex-wrap: wrap;
}
#nav-tab-thamquan .nav-link {
  width: auto;
  margin-bottom: 1px;
}
.height-scroll {
  height: 300px;
}


  /* Force table to not be like tables anymore */
  table.TinbaiTable, .TinbaiTable thead, .TinbaiTable tbody, .TinbaiTable th, .TinbaiTable td, .TinbaiTable tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .TinbaiTable tbody tr.TinbaiRowHeader {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .TinbaiTable tr { border: 1px solid #ccc; }

  .TinbaiTable td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 150px;
  width: auto !important;
  color: #363636;
  min-height: 60px;
}

  .TinbaiTable td::before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 45%;
  padding-right: 10px;
  white-space: normal;
  font-family: 'Roboto Medium';
  color: #363636;
}
.TinbaiRow td, .TinbaiRowAlternate td{
  text-align: left;
}

  /*
  Label the data
  */
  .TinbaiTable td:nth-of-type(1):before { content: "STT"; }
  .TinbaiTable td:nth-of-type(2):before { content: "Cơ cấu điểm, tuyến tham quan"; }
  .TinbaiTable td:nth-of-type(3):before { content: "Người lớn"; }
  .TinbaiTable td:nth-of-type(4):before { content: "Trẻ em (từ 7 - 12 tuổi)"; }


}

.DnnModule-OnlineCounter{
  display: none;
}

table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
  background-color: #FFF6E3;
  font-weight: normal;
  border: 1px solid #F6E4BC !important;
  color: #363636;
  font-family: 'Roboto Medium';
  padding: 12px 10px;
  vertical-align: middle;
  font-size: 15px;
}
table td, table th,
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
  border-color: #F6E4BC;
}

.funcList {
	background-color: #D7C8B2;
	text-align: center;
	color: #262626;
	border-radius: 4px;
}