/*Theme Name: Bholding
Author: Tienduydng
Version: 2.0
*/
@font-face {
  font-family: playFont;
  src: url(fonts/avo/UTM-Avo.ttf);
}

@font-face {
  font-family: playboldFont;
  src: url(fonts/avo/UTM-AvoBold.ttf);
}

figcaption {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 7px;
}

.wp-block-columns {
  width: 100%;
}

.wp-block-columns img {
  padding: 3px;
}

html {
  margin-top: 0 !important;
}

table {
  width: 100%;
}

header {
  z-index: 111;
  position: absolute;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(none), to(transparent));
  background: linear-gradient(180deg, none, transparent);
  padding-bottom: 100px;
}

header .logo {
  display: block;
  text-align: center;
}

header .logo img {
  max-height: 200px;
}

header .wds-search-form {
  position: relative;
}

header .wds-search-form .btn-key {
  color: #4a4a4a;
}

header .wds-search-form .btn-search {
  background: url(images/icon_search.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  padding: 7px 15px;
}

header .mobi-menu {
  color: #24232D;
  margin: 5px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  float: left;
  text-align: center;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
  display: none;
}

header .mobi-menu i {
  display: block;
  line-height: 1em;
}

header #menu-menunav {
  margin-top: 10px;
  text-align: center;
  /*display: flex; justify-content: center; justify-content: space-around;*/
}

header #menu-menunav li {
  position: relative;
  list-style: none;
  display: inline-block;
  background: #24232D url(images/pattern.png);
  -webkit-transform: skew(-10deg, 0);
          transform: skew(-10deg, 0);
  border: 1px solid yellow;
}

header #menu-menunav li a {
  display: block;
  padding: 10px 14px;
  font-size: 1.4rem;
  color: yellow;
  text-decoration: none;
  text-transform: uppercase;
}

header #menu-menunav li a:hover {
  background: yellow;
  color: #24232D;
}

header #menu-menunav li .sub-menu {
  display: none;
  min-width: 100%;
  top: 100%;
  position: absolute;
  padding-left: 10px;
}

header #menu-menunav li .sub-menu li {
  float: left;
  min-width: 100%;
  text-align: left;
  height: auto;
  margin-top: 3px;
  white-space: nowrap;
}

header #menu-menunav li .sub-menu li a {
  padding: 8px;
}

header #menu-menunav li:hover .sub-menu {
  display: block;
}

.swiper-banner .swiper-slide {
  background-position: center;
  background-size: cover;
}

.swiper-banner .swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-linhvuc {
  padding: 30px;
  margin-top: 5px;
  background: #24232D url(images/pattern.png);
}

.swiper-linhvuc a {
  text-decoration: none;
  color: #777;
}

.swiper-linhvuc a:hover {
  text-decoration: none;
}

.swiper-linhvuc h2 {
  text-align: center;
  padding-bottom: 10px;
}

.swiper-linhvuc h2 a {
  font-size: 1.2em;
  color: yellow;
  font-family: playboldFont;
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
}

.swiper-linhvuc .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px;
  height: auto;
}

.swiper-linhvuc .swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-linhvuc .swiper-slide a {
  color: yellowgreen;
}

.swiper-linhvuc .swiper-slide h3 {
  text-transform: uppercase;
}

.swiper-linhvuc .swiper-slide-active a {
  color: yellow;
}

.wds-breadcum {
  background: #fff;
  border: 1px solid #ddd;
  float: left;
  width: 100%;
  margin: 10px 0;
}

.wds-breadcum i {
  display: block;
  float: left;
}

.wds-breadcum i a {
  padding: 7px 5px;
  color: #666;
  font-size: 12px;
  line-height: 1em;
}

.tags-key {
  width: 100%;
  margin: 5px 0;
  float: left;
}

.tags-key a {
  white-space: nowrap;
  font-weight: normal;
  padding: 5px;
  float: left;
  color: #666;
  font-size: 13px;
  background: #ddd;
  margin: 0 5px 5px 0;
  line-height: 1em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.cat-title {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #c28b2e;
  text-transform: uppercase;
  float: left;
  width: 100%;
  font-size: 30px;
  font-family: playboldFont;
}

.wds-view-count {
  font-size: 11px;
  color: #999;
  padding: 5px;
  line-height: 1em;
  display: block;
}

.du-an {
  float: left;
  background: #efefef;
  width: 100%;
  margin: 5px 0;
  padding: 10px;
}

.du-an h2 {
  font-family: playboldFont;
}

.du-an h2 a {
  text-transform: uppercase;
  color: #c28b2e;
  font-size: 1.2em;
  display: block;
  padding-bottom: 20px;
}

.du-an .child4, .du-an .child5 {
  padding-top: 15px;
}

.du-an .wds-item {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
}

.du-an .wds-item img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.du-an .wds-item .duan-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.du-an .wds-item .duan-info h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
}

.du-an .wds-item .duan-info h3 a {
  display: block;
  padding: 5px;
  line-height: 1.4em;
  color: yellow;
  font-weight: 500;
  font-size: 1em;
}

.tin-tuc {
  float: left;
  width: 100%;
}

.tin-tuc h1 {
  font-family: playboldFont;
  line-height: 1.5em;
}

.tin-tuc h1 a {
  color: #c28b2e;
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
}

.tin-tuc h1 a:hover {
  text-decoration: none;
}

.tin-tuc .wds-col5 {
  width: 20%;
  padding: 10px;
  float: left;
}

.tin-tuc .wds-item {
  background-color: yellow;
  position: relative;
}

.tin-tuc .wds-item img {
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.tin-tuc .wds-item h3 {
  font-size: 1.6rem;
  line-height: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(187, 133, 38, 0.7);
  margin: 0;
}

.tin-tuc .wds-item h3 a {
  display: block;
  padding: 5px;
  color: yellow;
}

.tin-tuc .wds-item p {
  padding: 5px;
  margin-bottom: 0;
}

.tin-tuc .wds-item .date {
  color: #777;
}

.tin-tuc .wp-block-image {
  text-align: center;
}

.tin-tuc .two-cols .col-block {
  padding: 50px;
}

.tin-tuc .two-cols .col-block .wp-block-group__inner-container {
  border: 1px solid #ddd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  padding: 30px;
  height: 290px;
}

.tin-tuc .bds .wp-block-column {
  padding: 10px;
}

.tin-tuc .bds .wp-block-buttons {
  text-align: center;
}

.wds-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wds-oe-panel .wds-oe-item {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin-bottom: 10px;
  background: #efefef;
}

.wds-oe-panel .wds-oe-item h2 {
  margin-top: 0;
}

.wds-oe-panel .wds-oe-item h2 a {
  display: block;
  font-family: playboldFont;
  color: #c28b2e;
  font-size: 30px;
  text-transform: uppercase;
}

.wds-oe-panel .wds-oe-item img {
  max-width: 100%;
  height: auto;
}

.wds-oe-panel .wds-oe-item .odd, .wds-oe-panel .wds-oe-item .even {
  overflow: hidden;
  height: 100%;
}

.wds-oe-panel .wds-oe-item .even {
  float: left;
}

.wds-oe-panel .wds-oe-item .odd {
  float: right;
}

.wds-oe-panel .wds-oe-item h2 a {
  padding: 0 20px;
}

.wds-oe-panel .wds-oe-item h4 {
  padding: 0 20px;
  line-height: 1.4em;
}

.wds-list-panel {
  margin: 10px 0;
}

.wds-list-panel .wds-list-content {
  padding: 5px;
  float: left;
}

.wds-list-panel .wds-list-content .wds-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
  float: left;
  width: 100%;
}

.wds-list-panel .wds-list-content .wds-item .list-img {
  width: 33%;
  float: left;
  display: block;
  margin-right: 10px;
}

.wds-list-panel .wds-list-content .wds-item img {
  display: block;
  margin: auto;
  height: auto;
  max-width: 100%;
}

.wds-list-panel .wds-list-content .wds-item h2 {
  font-size: 16px;
  margin: 0;
}

.wds-list-panel .wds-list-content .wds-item h2 a {
  display: block;
  padding: 5px 0;
  line-height: 1.2em;
  color: #222;
  font-size: 1.2em;
}

.wds-list-panel .wds-list-content .wds-item p {
  font-size: 14px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.5em;
}

.wds-list-panel .wds-list-content .wds-item .xemgia a {
  font-style: italic;
  font-size: 13px;
}

.wds-list-panel .panel-18, .wds-list-panel .panel-19, .wds-list-panel .panel-20, .wds-list-panel .panel-21, .wds-list-panel .panel-22, .wds-list-panel .panel-23, .wds-list-panel .panel-10, .wds-list-panel .panel-12 {
  width: 100%;
}

.wds-list-panel .panel-18 .wds-item .list-img, .wds-list-panel .panel-19 .wds-item .list-img, .wds-list-panel .panel-20 .wds-item .list-img, .wds-list-panel .panel-21 .wds-item .list-img, .wds-list-panel .panel-22 .wds-item .list-img, .wds-list-panel .panel-23 .wds-item .list-img, .wds-list-panel .panel-10 .wds-item .list-img, .wds-list-panel .panel-12 .wds-item .list-img {
  width: 10%;
}

.wds-list-panel .chung-khoan .top-part {
  margin-bottom: 15px;
  width: 100%;
  float: left;
}

.wds-list-panel .chung-khoan .top-part h2 a {
  font-size: 20px;
}

.wds-list-panel .chung-khoan .top-part p {
  font-size: 16px;
}

.wds-list-panel .chung-khoan h3 a {
  text-transform: uppercase;
  color: #D2A549;
  font-size: 20px;
}

.wds-list-panel .chung-khoan img {
  display: block;
  margin: auto;
  max-width: 100%;
  height: auto;
}

.wds-list-panel .chung-khoan h2 {
  margin: 0;
}

.wds-list-panel .chung-khoan h2 a {
  display: block;
  color: #222;
  font-size: 17px;
  font-family: playboldFont;
}

.wds-news-panel {
  margin: 10px 0;
}

.wds-news-sidebar-panel .wds-news-panel-col {
  margin-bottom: 10px;
}

.wds-news-panel-col {
  padding: 5px;
}

.wds-news-panel-col h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: playboldFont;
  padding-bottom: 5px;
}

.wds-news-panel-col h3 a {
  color: #c28b2e;
  display: block;
}

.wds-news-panel-col li {
  list-style: none;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.wds-news-panel-col li img {
  float: left;
  width: 25%;
  height: auto;
  padding-right: 5px;
  padding-bottom: 5px;
}

.wds-news-panel-col li h2 {
  font-size: 1em;
  margin: 0;
}

.wds-news-panel-col li h2 a {
  display: block;
  padding: 5px;
  color: #666;
  font-size: 1.2em;
}

.wds-news-panel-col li h2 a:hover {
  color: black;
  text-decoration: none;
}

.wds-news-panel-col li p {
  color: #666;
  margin-bottom: 0;
  line-height: 1.3em;
  font-size: 14px;
}

.wds-news-panel-col li span {
  font-size: 11px;
  font-style: italic;
  color: #999;
  display: block;
}

.tai-lieu {
  padding: 5px;
}

.tai-lieu h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3em;
  padding-bottom: 5px;
}

.tai-lieu h3 a {
  color: #c28b2e;
  display: block;
}

.tai-lieu .wds-list-panel {
  width: 100%;
  float: left;
  padding: 5px;
}

.tai-lieu li {
  list-style: none;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.tai-lieu li img {
  float: left;
  width: 25%;
  height: auto;
  padding-right: 5px;
  padding-bottom: 5px;
}

.tai-lieu li h2 {
  font-size: 1em;
  margin: 0;
}

.tai-lieu li h2 a {
  display: block;
  padding: 5px;
  color: #666;
  font-family: playboldFont;
}

.tai-lieu li h2 a:hover {
  color: black;
  text-decoration: none;
}

.tai-lieu li p {
  color: #666;
  margin-bottom: 0;
  line-height: 1.3em;
  font-size: 14px;
}

.tai-lieu li span {
  font-size: 11px;
  font-style: italic;
  color: #999;
  display: block;
}

.co-dong {
  padding: 5px;
}

.co-dong h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3em;
  padding-bottom: 5px;
}

.co-dong h3 a {
  color: #c28b2e;
  display: block;
}

.co-dong .wds-list-panel {
  width: 100%;
  float: left;
  padding: 5px;
}

.co-dong li {
  list-style: none;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}

.co-dong li img {
  float: left;
  width: 15%;
  height: auto;
  padding-right: 5px;
  padding-bottom: 5px;
}

.co-dong li h2 {
  font-size: 1em;
  margin: 0;
}

.co-dong li h2 a {
  display: block;
  padding: 5px;
  color: #666;
  font-family: playboldFont;
}

.co-dong li h2 a:hover {
  color: black;
  text-decoration: none;
}

.co-dong li p {
  color: #666;
  margin-bottom: 0;
  line-height: 1.3em;
  font-size: 14px;
}

.co-dong li span {
  font-size: 11px;
  font-style: italic;
  color: #999;
  display: block;
}

.co-dong .baocao-taichinh {
  float: left;
  margin-top: 10px;
  padding: 0 10px 10px 10px;
}

.co-dong .baocao-taichinh img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.co-dong .baocao-taichinh .wds-list-panel {
  border: none;
}

.single-post {
  font-size: 15px;
  width: 1000px;
  max-width: 100%;
  margin: 10px auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.single-post h1 {
  color: #c28b2e;
  font-family: playboldFont;
  line-height: 1.5em;
}

.single-post img {
  display: block;
  margin: 15px auto 0;
  max-width: 100%;
  height: auto;
}

.single-post h3 {
  padding: 10px 0;
}

.single-post .wds-list-panel {
  float: left;
}

.single-post .wp-block-cover, .single-post .wp-block-columns {
  background-color: transparent !important;
}

.single-post .wp-block-cover, .single-post .wp-block-cover-image {
  min-height: auto !important;
}

.single-page h1 {
  text-transform: uppercase;
}

.single-page .cot-loi .wp-block-column p {
  text-align: justify !important;
  padding: 15px !important;
  font-size: 16px;
}

.wds-panigation {
  width: 100%;
  text-align: right;
  clear: both;
  margin: 5px 0;
}

.wds-panigation a {
  background: #fff;
  padding: 6px 12px;
  color: #999;
  margin-right: 3px;
  border: 1px solid #ddd;
  text-decoration: none;
}

.wds-panigation a:hover {
  text-decoration: none;
  background: #eee;
}

textarea {
  resize: none;
}

/*********/
/**/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px black;
  background-color: #999;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #999;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 2px solid #000;
}

.sitemap {
  padding: 10px 15px 10px 15px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.fb-share-button iframe {
  margin: 0 !important;
}

footer {
  background: #24232D url(images/pattern.png);
  padding-top: 20px;
  margin-top: 10px;
  float: left;
  width: 100%;
}

footer h4 {
  text-transform: uppercase;
  color: yellow;
}

footer h5 {
  color: #E0B95E;
}

footer h5 a {
  display: block;
  padding: 5px 0;
  color: #E0B95E;
}

footer h5 a:hover {
  color: yellow;
}

footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .social a {
  color: yellow;
  padding: 5px;
  font-size: 2rem;
}

footer .fanpage {
  overflow: hidden;
}

footer .lisence {
  color: #999;
  font-size: 11px;
  margin-bottom: 0;
  clear: both;
}

iframe {
  display: block;
  margin: 20px auto;
}

figcaption, .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  color: #aaa;
  padding: 5px 0;
}

#backtotop {
  z-index: 9999999999999999;
  display: none;
  position: fixed;
  bottom: 45px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #000;
}

#backtotop i {
  font-size: 20px;
  cursor: pointer;
  color: #24232D;
  display: block;
  text-align: center;
}

/*----------*/
/*smaller then 1024*/
/*May tinh bang chieu dung
smaller than 900
*************************************************************************************/
/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 880px) {
  .wds-grid-panel .wds-item {
    margin-bottom: 10px;
  }
  .wds-list-panel .wds-list-content .wds-item {
    height: 120px;
  }
  footer .wds-col5 {
    width: 100%;
    padding: 5px;
  }
}

/************************************************************************************
smaller than 580
*************************************************************************************/
@media screen and (max-width: 700px) {
  .mbbg {
    height: 100%;
    background: rgba(255, 255, 255, 0.7) !important;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  header .logo {
    float: right;
  }
  header .logo img {
    height: 100px;
  }
  header .mobi-menu {
    display: block;
  }
  header .mobi-menu i {
    font-size: 30px;
  }
  header #menu-menunav {
    display: none;
    text-align: left;
    margin-left: 20px;
    z-index: 1;
    top: 45px;
    padding: 5px;
    width: 100%;
    left: 0;
    position: absolute;
    /* box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
			-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
			-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
			-o-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
			-ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,.1); */
  }
  header #menu-menunav li {
    float: left;
    min-width: 50%;
    clear: both;
    margin-top: 3px;
  }
  header #menu-menunav li a {
    padding: 8px !important;
  }
  header #menu-menunav li ul {
    display: none !important;
  }
  header .col-md-3 {
    clear: both;
  }
  header .wds-search-form {
    margin-top: 5px;
  }
  .wds-breadcum a {
    font-size: 11px !important;
  }
  .hide-in-mobi {
    display: none;
  }
  .single-post img {
    max-width: 95%;
  }
  .du-an .child2, .du-an .child3 {
    margin-top: 10px;
  }
  .tin-tuc .wds-col5 {
    width: 50%;
  }
  .tin-tuc .two-cols .col-block {
    padding: 5px;
  }
  .tin-tuc .two-cols .col-block .wp-block-group__inner-container {
    padding: 20px;
    height: auto;
  }
  .wds-grid-panel .wds-item {
    height: auto;
  }
  .wp-block-cover, .wp-block-media-text__content {
    padding: 10px 0 !important;
  }
  .wp-block-cover p, .wp-block-media-text__content p {
    padding: 5px;
  }
}

/************************************************************************************
smaller than 490
*************************************************************************************/
/************************************************************************************
smaller than 360
*************************************************************************************/
/************************************************************************************
smaller than 360
*************************************************************************************/
/*# sourceMappingURL=style.css.map */