div {
  text-align: justify;
}
p {
  text-align: justify;
}
a {
  text-align: justify;
}
div a {
  text-align: justify;
}
.pad-main {
  padding: 15px 0px 0 0 !important;
  border-right: 1px solid #ddd;
}
a {
  transition: all 0.3s;
}
a:hover {
  color: #ffcb43;
}
body {
  overflow: hidden;
}

/* css header */
.header {
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
span.navbar-item:hover {
  color: #fff !important;
}
.banner-header {
  height: 30px;
  background-color: #ffcb43;
  border-bottom: 1px solid #9a7b28;
}
.level {
  width: 1170px;
  height: 100%;
  margin: 0 auto;
}
/* css left side */
.level-left {
  text-align: center;
}
/* css right side */

/* css navbar-header */
.title-text-logo {
  width: 100%;
  height: 112px;
  display: flex;
  align-items: center;
  background-color: #ffcb43;
}
.text-logo {
  width: 1170px;
  margin: 0 auto;
}
.text-logo h1 {
  font-size: 20px;
  line-height: 22px;
  color: #530e13;
}
.text-logo h1 span {
  font-size: 28px;
  line-height: 33px;
  font-weight: bold;
  color: #000;
}

.navbar-header {
  width: 100%;
  border-bottom: 2px solid #ffcb43;
}
.navbar {
  background-color: #fff !important;
  width: 100%;
  height: 100%;
  min-height: 100% !important;
}
.navbar-start {
  width: 1170px;
  margin: 0 auto;
  justify-content: center !important;
}
a.navbar-item,
a.navbar-link {
  transition: all 0.3s ease-in-out;
  font-size: 20px;
}
.navbar-dropdown a.navbar-item {
  font-size: 18px;
}
a.navbar-item:hover {
  color: #530e13 !important;
  background-color: #ddd !important;
}
.navbar-item.has-dropdown:hover .navbar-link {
  background-color: #ddd !important;
  color: #530e13;
}
figure {
  background: rgb(144 144 144 / 15%);
  margin: 5px 0;
  padding: 5px;
}
figcaption {
  margin-top: 10px;
}
/* css navbar-fixed */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  height: 40px;
  border-radius: 0 0 5px 5px;
}
.sticky #navbar-menu {
  background-color: #fff;
  border-bottom: 2px solid #ffcb43;
}
.sticky a.navbar-item:hover {
  color: #530e13 !important;
  background-color: #ddd !important;
}
.sticky .navbar-item.has-dropdown:hover .navbar-link {
  background-color: #ddd !important;
  color: #530e13;
}
.sticky .navbar-dropdown {
  background-color: #fff;
}
.ani-bot {
  -webkit-animation-name: ani-bottom;
  -webkit-animation-duration: 1s;
  animation-name: ani-bottom;
  animation-duration: 1s;
}
@-webkit-keyframes ani-bottom {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes ani-bottom {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* .finish */

/* banner carousel */
.slider-bar {
  width: 100%;
  height: 480px;
  margin: 0 auto;
}
.owl-carousel {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
/* .owl-stage-outer {
  position: relative;
}
.owl-stage {
  display: flex;
} */
.owl-stage-outer,
.owl-stage,
.owl-item,
.item {
  height: 100%;
}


.owl-carousel .item img {
  width: 100%;
  height: 100%;
}

.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 2px;
}
.active span {
  background-color: #ffcb43 !important;
}
.owl-dot:hover span {
  background-color: #ffcb43 !important;
}
/* finish */

/* main - content */

/* css box img hover */
.main-content {
  margin: 0 auto !important;
}
.title-content-main {
  margin-bottom: 15px;
}
.title-content-main h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #530e13;
  text-transform: uppercase;
}
.title-content-main b {
  display: block;
  height: 2px;
  background-color: #ffcb43;
}
.title-level-ct {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-level-ct a {
  font-size: 18px;
  color: #000;
  transition: color 0.3s;
}
.title-level-ct a:hover {
  color: #ffcb43;
}

.box-ct {
  width: 100%;
  margin-top: 20px;
}
.boxtitle {
  text-transform: uppercase;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  transition: color 0.2s ease-in-out;
}
.box-ct a:hover {
  color: #530e13;
}
.box-ct p {
  font-size: 18px;
  margin: 20px 0;
  color: #919191;
}
.thumbnail-img {
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.thumbnail-img img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.thumbnail-img img:hover {
  transform: scale3d(1.05, 1.05, 1.05);
  opacity: 0.8;
}
.thumbnail-small-box {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.thumbnail-small-box img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.thumbnail-small-box img:hover {
  transform: scale3d(1.05, 1.05, 1.05);
  opacity: 0.8;
}
.box-ct-small {
  margin: 15px 0 20px;
}
.box-ct-small a {
  font-size: 20px;
  color: #000;
  transition: 0.3s ease-in-out;
}
.box-ct-small a:hover {
  color: #530e13;
}
.box-ct-small span {
  margin-top: 15px;
  color: #919191;
}
.box-ct-small span > p {
  font-size: 0.88888rem;
}
/* fisnish */

/* side left */



/* content tabs--------- */
/*-------- tabs 1 ---------*/
.sec-ct-main {
  margin: 20px 0 0 0;
}
.box-ct-thumnail {
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.box-ct-thumnail img {
  width: 100%;
  height: 100%;
  transition: 0.3s ease;
}
.box-ct-thumnail img:hover {
  transform: scale3d(1.05, 1.05, 1.05);
  opacity: 0.8;
}
.sec-ct-text a {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  transition: 0.3s ease-in-out;
}
.sec-ct-text a:hover {
  color: #530e13;
}
.sec-ct-text p {
  margin: 14px 0;
  color: #919191;
  font-size: 18px;
}
.sec-ct-text span > p {
  font-size: 18px;
  margin: 0;
}

/* list */
.list-content {
  margin-top: 10px;
}
.list-content ul {
  border-bottom: 1px solid #ddd;
}
.list-content li {
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.list-content li a {
  font-size: 18px;
  line-height: 24px;
  transition: color 0.2s;
}
.list-content li a:hover {
  color: #530e13;
}
/* finish list */

/* button read more */
.tab-but {
  margin-top: 20px;
  text-align: right;
}
.tab-but button {
  transition: all 0.5s;
  background-color: #fff;
  border-color: #ffcb43;
}
.tab-but button:hover {
  background-color: #ffcb43;
  border-color: #fff;
}
.tabcontent {
  transition: all 0.3s;
  margin-top: 15px;
  animation-name: anUpdown;
  animation-duration: 1.5s;
}
.dropdown {
  width: 100%;
}
.dropdown-trigger {
  width: 100%;
}
.dropdown-trigger button {
  width: 100%;
  justify-content: space-between;
}
.dropdown-menu {
  width: 100%;
  height: 350px;
  overflow-y: scroll;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
}
@keyframes anUpdown{
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
/* -------------- */

/* finish tabs-------- */

/* tab link other */
.tab_box {
  overflow: hidden;
}
.tab button {
  padding: 0px 15px;
  background-color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: color 0.5s;
  font-size: 18px;
  font-weight: 500;
}
.tab button:first-child {
  border-right: 2px solid #ffcb43;
}
.tab button:hover {
  color: #ffcb43;
}
.box_list_link li {
  margin: 5px 0;
}
.first_news {
  padding: 15px 20px 0 0;
}
.midle_tab {
  padding: 0px;
  margin: 0 10px;
}
/* banner-phu--------- */

/* finish banner-phu-------- */
.box_content__main {
  margin-bottom: 10px;
}
/* side right */
/* DSVH phi vat the */
.aside-header {
  padding: 15px 0 0 20px;
}
.box_aside_content {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #fff;
}
.box_aside_content b {
  display: block;
  height: 2px;
  background-color: #ffcb43;
}
.lk_box {
  height: 300px;
  overflow-y: scroll;
}
.title_art h3 {
  font-size: 24px;
  line-height: 30px;
  color: #530e13;
  text-align: left;
}
.box_content__main {
  padding: 10px;
  background-color: #fff;
}
/* Slideshow container */
.box-car {
  margin-top: 15px;
  height: 280px;
  margin-bottom: 20px;
}
.slideshow-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}
.content-slider-footer {
  width: 100%;
  height: 100%;
  position: relative;
}
/* Hide the images by default */
.mySlides1,
.mySlides2{
  display: none;
  height: 100%;
}
.mySlides1 img {
  height: 100%;
}
.mySlides2 img {
  height: 100%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  z-index: 8000;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffcb43;
}

/* Caption text */
.text {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  padding: 8px 12px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* văn bản điều hành */
.title-text-footer {
  width: 100%;
  margin: 0 auto;
}
.title-text {
  width: 1170px;
  margin: 0 auto;
}
/* finish doc */
.banner-party {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    height: 400px;
    background-color: #ffcb43;
}
.title-banner-party {
    padding: 15px 0;
    margin: 5px 0;
    text-align: center;
}
.title-banner-party h4 {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    font-family: 'Segoe UI Black', sans-serif;
}
.banner-party .owl-carousel {
    width: 1170px;
    height: 250px;
}
.banner-party .owl-stage-outer {
    height: 100%;
}
.banner-party .owl-stage {
    height: 100%;
}
.banner-party .owl-item {
    height: 100%;
}
.banner-party .owl-item .item {
    height: 100%;
}
.banner-party .owl-item .item img {
    height: 100%;
}
/* slide le hoi */
.owl-two .owl-dots {
  position: relative;
}
.owl-two .owl-dots .active span {
  background-color: #530e13 !important;
}
.owl-two .owl-dots:hover span {
  background-color: #530e13 !important;
}
/* finish slide le hoi */

/* slide tab */
.slider-tab {
  width: 100%;
  height: 300px;
}
/*  */

.iframe_map {
  width: 100%;
  height: 100%;
}

/* content-art */
.content_art {
  padding: 15px 0 5px 0;
}


/* css footer */
.header-footer-main {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background-color: #e6e8eb;
}
.header-footer-content {
    width: 1170px;
    margin: 0 auto;
    padding: 40px 30px;
    height: 100%;
}
.h-footer-col {
    height: 100%;
}
.h-footer-col-title h5 {
    font-size: 20px;
}
.h-footer-col-content {
    height: 100%;
}
.h-footer-col-content ul {
    padding-left: 20px;
    margin-top: 5px;
}
.h-footer-col-content ul li {
    padding: 5px 0;
} 
.h-footer-col-content ul li a {
  font-size: 18px;
  transition: color 0.3s;
}

/*  */
.footer {
  background-color: #fff;
  margin-top: 20px;
  padding: 25px 0;
  margin: 0 auto;
}
.footer-content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.footer-content p {
  line-height: 35px;
  font-size: 18px;
}
/* finish footer */

/* back - to - top */
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 20px;
  visibility: hidden;
  opacity: 0;
}
.cd-top--is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top--fade-out {
  opacity: 0.5;
}

/* List_new_page */
.news_title a {
  font-size: 18px;
}
.page_news_detail {
  margin: 10px auto 10px auto;
  padding: 10px;
  background-color: #fff;
}
.wr_tin_lien_quan {
  margin: 10px auto 10px auto;
  background-color: #fff;
}


.widthmax {
  height: 40px;
  display: flex;
  align-items: center;
  width: 1366px;
  margin: 0 auto;
}
marquee {
  padding: 5px;
}
marquee b {
  font-size: 20px;
  color: #111;
}
.noibat {
  width: 80px;
  text-align: center;
  background: #dc2430;
  color: #fff;
  font-size: 20px;
  padding: 10px;
}

/*  */
#display_67 .columns .column a img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  border: 1px solid #ffcb43;
  border-radius: 5px;
}
.box_tin_lq {
  padding: 20px;
  background-color: #fff;
}