@charset "UTF-8";

/* Main */
:root {
  --color-red: #f00;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
  /* custom color */
  --font-body: 'Arial';
  --font-title: 'Arial';
  --font-title-card: 'Arial';
  --color-bg-hover: #c7111b;
  --color-hover-text: #c7111b;
  --max-width: 1220px;
  --color-title: #c7111b;
  --color-title-2: #c35c18;
  --color-title-3: #c3a418;

}

html {
  overflow-x: hidden;
}

.w-clear:after {
  display: block;
  content: "";
  clear: both;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

/* General */
.res-img-detail {
  width: 100%;
}

.res-img-detail img {
  max-width: 100%;
  height: auto !important;
}

.res-img-detail .table-detail-inpage {
  overflow-x: auto;
  max-width: 950px;
}

.res-img-detail .table-detail-inpage table {
  max-width: 950px;
}

#share-buttons button {
  transition: all .2s;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 5px !important;
}

#share-buttons button:hover {
  transition: all .2s;
  filter: invert(1);
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 15px;
  right: 13px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.wrap-header {
  position: sticky;
  top: 0;
  z-index: 999;
}

.zalo-share-button {
  overflow: hidden;
}

/* Like Share */
.social-plugin {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

.share {
  padding: 15px 10px;
  line-height: normal;
  margin-top: 15px;
  border: 1px solid #dcdcdc1a;
  border-radius: 10px;
  background: #dcdcdc29;
}

/* mobile footer */
.fix-toolbar {
  background: var(--color-title);
  width: 100%;
  padding: 5px;
  bottom: 0;
  position: static;
  height: auto;
  line-height: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  border-top: 1px solid #ffffff82;
  z-index: 100;
}

.fix-toolbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  list-style: none;
  margin: 0;
}

.fix-toolbar ul li {
  text-align: center;
  width: 20%;
}

.fix-toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}

.fix-toolbar ul li a img {
  height: 25px;
  width: auto;
}

.fix-toolbar img {
  vertical-align: top;
}

.fix-toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  display: none;
}

#toc-content img {
  max-width: 100%;
  height: auto !important;
}