.m0 {
  margin: 0;
}
.p0 {
  padding: 0;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
body {
  font: 16px/24px Helvetica, Arial, sans-serif;
  color: #050505;
}
body.admin-bar .bravo_wrapper {
  margin-top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .bravo_wrapper {
    margin-top: 46px;
  }
}
body.is_mobile {
  background: black;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
body.is_mobile .bravo_wrapper {
  background: white;
}
@media (min-width: 768px) {
  body.is_mobile .bravo_wrapper .bravo-top-menu,
  body.is_mobile .bravo_wrapper .bravo-bottom-image {
    display: block;
  }
}
body.is_mobile .container {
  width: 100% !important;
  max-width: 750px!important;
}
body.single .bravo_banner_slider {
  display: none;
}
#LRdiv0,
#LRdiv1 {
  display: none!important;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a:hover {
  color: #0091b8;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.bravo_click_to_tu_van {
  cursor: pointer;
}
.bravo_click_to_tu_van.button_link img {
  vertical-align: -webkit-baseline-middle;
}
.pd-tb-30 {
  padding: 30px 0;
}
.bravo_banner_slider {
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .bravo_banner_slider {
    margin-top: 60px!important;
  }
}
@media (min-width: 1024px) {
  .bravo_banner_slider .carousel-inner .item img {
    height: 100%;
    object-fit: cover;
  }
}
.bravo_banner_slider .carousel-control .fa {
  position: absolute;
  top: 50%;
}
.bravo-breadcrumbs {
  margin: 10px 0;
}
.bravo-breadcrumbs .text-main i {
  font-size: 25px;
  padding-right: 5px;
  color: #3bb3d3;
}
#toc_container {
  width: 100% !important;
  padding: 0!important;
  border-radius: 10px;
  overflow: hidden;
}
#toc_container .toc_title {
  background: #029dc6;
  color: white;
  padding: 10px!important;
}
#toc_container .toc_title .toc_toggle a:hover,
#toc_container .toc_title .toc_toggle a:focus {
  color: white;
}
#toc_container .toc_list {
  margin: 0!important;
  padding: 10px;
}
.load-more .load-more-btn {
  font-size: 15px;
  font-weight: 500;
  width: auto;
  height: 43px;
  line-height: 1;
  background: #ed7070;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
  color: #fff;
  border: none;
  border-radius: 4px;
  margin: 0;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.load-more .load-more-btn.loading {
  cursor: default;
  outline: 0;
  padding-left: 44px;
}
.load-more .load-more-btn.loading:before {
  background: #fff url(http://phongkhamphukhoabacninh.com/wp-content/plugins/ajax-load-more/core/img/ajax-loader.gif) no-repeat center center;
  width: 30px;
  height: 31px;
  margin: 6px;
  border-radius: 3px;
  display: inline-block;
  z-index: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.load-more .load-more-btn.loading,
.load-more .load-more-btn:hover {
  background-color: #e06161;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .bravo_wrapper {
    margin-top: 60px;
  }
}
.bravo_wrapper.fixed {
  margin-top: 91px;
}
@media (max-width: 767px) {
  .bravo_wrapper.fixed {
    margin-top: 71px;
  }
}
.bravo_wrapper .bravo-top-menu {
  min-height: 50px;
  background: #006064;
  color: white;
  font-size: 30px;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  z-index: 100;
  transform: translateX(-50%);
  /*@media (min-width: 768px){
            display: none;
        }*/
}
.bravo_wrapper .bravo-top-menu .menu-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  align-items: center;
  min-height: 91px;
}
@media (max-width: 767px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar {
    justify-content: space-between;
    min-height: 70px;
  }
}
@media (max-width: 347px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar {
    padding: 0;
    margin: 0 -15px;
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 {
  padding: 0 15px;
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 750px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0!important;
  -webkit-box-shadow: 0 0 4px 0;
  -moz-box-shadow: 0 0 4px 0;
  box-shadow: 0 0 4px 0;
}
@media (max-width: 768px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 {
    max-width: none;
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-box {
  flex: 0 0 calc(100% - 50px);
  box-shadow: 0 0 4px 0;
  min-height: 50px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-box {
    padding-left: 10px;
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-box .top-center {
  flex: 0 0 calc(100% - 58px);
}
@media (max-width: 767px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-box .top-center {
    flex: 0 0 calc(100% - 30px);
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-box .top-center .search {
  width: 100%;
  padding-left: 15px;
  margin-top: 3px;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-box .top-center .search .search-form {
  text-align: left;
  display: flex;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-box .top-center .search .search-form > * {
  border: none;
  background: transparent;
  color: #7d7d7d;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-box .top-center .search .search-form > *:focus {
  outline: none;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-box .top-center .search .search-form input {
  flex: 0 0 calc(100% - 40px);
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-box .top-center .search .search-form button {
  flex: 0 0 26px;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar.style-2 .top-right {
  display: flex;
  justify-content: center;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-box {
  flex: 0 0 calc(100% - 60px);
  display: flex;
  align-items: center;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-left,
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-right {
  flex: 0 0 58px;
  text-align: center;
}
@media (max-width: 767px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-left,
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-right {
    flex: 0 0 30px;
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-left .menu-toggle {
  font-size: 43px;
  color: #0d686b;
}
@media (max-width: 767px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-left .menu-toggle {
    font-size: 30px;
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center {
  flex: 0 0 calc(100% - 30px);
  text-align: center;
  display: flex;
  justify-content: center;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand .logo-thumb {
    flex: 0 0 50px;
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand .logo-content {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand .logo-content {
    flex: 0 0 calc(100% - 50px);
    padding-left: 0;
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand .logo-content .main-content {
  font-size: 20px;
  color: #148dd6;
}
@media (max-width: 767px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand .logo-content .main-content {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand .logo-content .main-content {
    font-size: 14px;
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand .logo-content .sub-content {
  font-size: 28px;
  color: #268f33;
}
@media (max-width: 767px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand .logo-content .sub-content {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand .logo-content .sub-content {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-center .logo-brand .logo-content .sub-content {
    font-size: 15px;
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-right .bravo-call-phone-mobile {
  position: relative;
  z-index: 9;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-right .bravo-call-phone-mobile.fixed {
  position: fixed;
  top: -80px;
  -webkit-transform: translateY(101px);
  -moz-transform: translateY(101px);
  -ms-transform: translateY(101px);
  -o-transform: translateY(101px);
  transform: translateY(101px);
  right: 15px;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-right .bravo-call-phone-mobile .call-animation {
  color: #fff;
  background: #00b4ef;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 100%;
  animation: play_call 2s ease infinite;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-right .bravo-call-phone-mobile .fa {
  font-size: 24px;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-right .bravo-call-phone-mobile .et-chat {
  font-size: 20px;
}
.bravo_wrapper .bravo-top-menu .menu-container .top-bar .top-right .bravo-call-phone-mobile .et-chat:after {
  content: '3';
  height: 20px;
  width: 20px;
  border-radius: 50%;
  color: #fff;
  background: #ff2215;
  padding-top: 2px;
  top: -5px;
  position: absolute;
  right: -5px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 12px;
  -webkit-animation: bounce 2s infinite alternate;
  animation: bounce 2s infinite alternate;
}
@keyframes play_call {
  0% {
    transform: scale(1);
  }
  15% {
    box-shadow: 0 0 0 3px rgba(255, 54, 54, 0.4);
  }
  25% {
    box-shadow: 0 0 0 5px rgba(255, 54, 54, 0.4), 0 0 0 10px rgba(255, 54, 54, 0.2);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(255, 54, 54, 0.4), 0 0 0 20px rgba(255, 54, 54, 0.2);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.bravo_wrapper .bravo-top-menu .menu-container .menu-left {
  padding: 10px 15px;
  border-right: 1px solid;
  max-width: 57px;
}
.bravo_wrapper .bravo-top-menu .menu-container .menu-center {
  font-family: roboto, san-serif;
  font-weight: bold;
  color: red;
  text-shadow: -2px -2px 0 white, 0 -2px 0 white, 2px -2px 0 white, 2px 0 0 white, 2px 2px 0 white, 0 2px 0 white, -2px 2px 0 white, -2px 0 0 white;
}
.bravo_wrapper .bravo-top-menu .menu-container .menu-right {
  padding: 5px 15px;
  border-left: 1px solid;
  width: 57px;
  text-align: center;
  font-size: 40px;
}
.bravo_wrapper .bravo-top-menu .bravo-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.3s;
}
.bravo_wrapper .bravo-top-menu .bravo-menu.active {
  z-index: 101;
}
.bravo_wrapper .bravo-top-menu .bravo-menu.active .menu-box {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.bravo_wrapper .bravo-top-menu .bravo-menu.active .effect {
  opacity: 1;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .effect {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box {
  width: 90%;
  background: white;
  position: relative;
  height: 100vh;
  -webkit-box-shadow: 0 0 4px 0;
  -moz-box-shadow: 0 0 4px 0;
  box-shadow: 0 0 4px 0;
  -webkit-transform: translateX(-150%);
  -moz-transform: translateX(-150%);
  -ms-transform: translateX(-150%);
  -o-transform: translateX(-150%);
  transform: translateX(-150%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: initial;
  opacity: 0;
}
@media (min-width: 768px) {
  .bravo_wrapper .bravo-top-menu .bravo-menu .menu-box {
    width: 30%;
  }
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-heading {
  position: relative;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-heading .btn-close {
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 35px;
  color: red;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content {
  height: calc(100vh - 44.61px);
  display: flex;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-left {
  background: #2e3639;
  flex: 0 0 110px;
  color: white;
  overflow: hidden scroll;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-left ul {
  margin: 0;
  height: calc(100vh + 60px);
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-left ul > li {
  text-align: center;
  padding: 10px;
  position: relative;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-left ul > li.active {
  background: #464c4e;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-left ul > li.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid white;
  border-bottom: 10px solid transparent;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-left ul > li a {
  color: white;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-left ul > li .thumb {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background: #2c9cba;
  display: inline-block;
  line-height: 60px;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-left ul > li .caption {
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.3;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content {
  flex: 0 0 calc(100% - 110px);
  padding: 0 10px;
  overflow-y: scroll;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li {
  display: none;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li.active {
  display: block;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-heading {
  background: #2c9cba;
  color: white;
  padding: 15px 10px;
  text-align: center;
  border-radius: 10px;
  margin: 10px 0;
}
@media (max-width: 374px) {
  .bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list {
    font-size: 12px;
  }
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list > ul .main-list {
  margin-bottom: 10px;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list > ul .main-list.has-sub > a:after {
  content: '\f0fe';
  font-family: FontAwesome, sans-serif;
  float: right;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list > ul .main-list.active .more i:before {
  content: '\f146' !important;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list > ul .main-list .main-heading {
  display: flex;
  justify-content: space-between;
  color: #0091b8;
  font-weight: 600;
  border-bottom: 1px dashed;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list > ul .main-list > a {
  color: #0091b8;
  font-weight: 600;
  display: block;
  border-bottom: 1px dashed;
}
@media (max-width: 413px) {
  .bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list > ul .main-list > a {
    font-size: 14px;
  }
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list > ul .main-list .sub-list {
  display: none;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list > ul .main-list .sub-list li {
  border-bottom: 1px dashed;
  padding: 5px 0;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list > ul .main-list .sub-list li a {
  color: #337ab7;
}
.bravo_wrapper .bravo-top-menu .bravo-menu .menu-box .box-content .item-content > ul > li .item-list > ul .main-list .sub-list li a:before {
  content: '\f058';
  font-family: FontAwesome, sans-serif;
  color: #0091b8;
  padding-right: 5px;
}
.bravo_wrapper .bravo-search {
  position: relative;
}
.bravo_wrapper .bravo-search:before {
  content: '';
  background: url('../../assets/images/icon-search.png') no-repeat;
  width: 39px;
  height: 59px;
  position: absolute;
  top: -11px;
  left: -18px;
}
.bravo_wrapper .bravo-search .search-form {
  min-height: 47px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin: 20px 0;
  display: flex;
  overflow: hidden;
}
.bravo_wrapper .bravo-search .search-form:before {
  content: '\f002';
  font-family: FontAwesome, sans-serif;
  padding: 10px 7px 10px 21px;
  color: #6b6e7f;
}
.bravo_wrapper .bravo-search .search-form input,
.bravo_wrapper .bravo-search .search-form button {
  border: none;
}
.bravo_wrapper .bravo-search .search-form input:focus,
.bravo_wrapper .bravo-search .search-form button:focus {
  outline: none;
}
.bravo_wrapper .bravo-search .search-form input {
  flex: 0 0 calc(100% - 167px);
  width: 100%;
}
@media (max-width: 374px) {
  .bravo_wrapper .bravo-search .search-form input {
    flex: 0 0 calc(100% - 93px);
  }
}
.bravo_wrapper .bravo-search .search-form button {
  flex: 0 0 124px;
  background: #0d686b;
  color: white;
}
@media (max-width: 374px) {
  .bravo_wrapper .bravo-search .search-form button {
    flex: 0 0 50px;
  }
  .bravo_wrapper .bravo-search .search-form button .text {
    display: none;
  }
  .bravo_wrapper .bravo-search .search-form button i {
    display: inline-block !important;
  }
}
.bravo_wrapper .page-info {
  background: #0d686b;
  color: white;
  padding: 15px 0;
  margin-bottom: 20px;
}
.bravo_wrapper .page-info .info-title {
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 374px) {
  .bravo_wrapper .page-info .info-title {
    font-size: 17px;
  }
}
.bravo_wrapper .page-info .intro ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.bravo_wrapper .page-info .intro ul li:before {
  content: '\f111';
  font-family: FontAwesome, sans-serif;
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  margin-right: 15px;
}
.bravo_wrapper .page-info .news .news-list .item {
  display: flex;
  margin: 20px 0;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.bravo_wrapper .page-info .news .news-list .item .item-left {
  flex: 0 0 calc(100% - 100px);
  padding-right: 20px;
}
@media (max-width: 413px) {
  .bravo_wrapper .page-info .news .news-list .item .item-left {
    padding-right: 10px;
  }
}
.bravo_wrapper .page-info .news .news-list .item .item-right {
  flex: 0 0 100px;
  height: 100px;
}
.bravo_wrapper .page-info .news .news-list .item .item-right img {
  height: 100%;
  object-fit: cover;
}
.bravo_wrapper .bravo_footer {
  background: #2e3639;
  color: white;
}
.bravo_wrapper .bravo_footer .footer-title {
  padding: 15px;
  font-weight: 700;
}
.bravo_wrapper .bravo_footer .footer-list {
  margin-bottom: 15px;
}
.bravo_wrapper .bravo_footer .footer-list li {
  border-top: 1px solid;
}
.bravo_wrapper .bravo_footer .footer-list li:last-child {
  border-bottom: 1px solid;
}
.bravo_wrapper .bravo_footer .footer-list li .box-list {
  margin: 13px 0;
  display: flex;
  align-items: center;
}
.bravo_wrapper .bravo_footer .footer-list li .box-list i {
  flex: 0 0 50px;
  text-align: center;
  border-right: 1px solid;
  padding: 6px 0;
  margin-right: 15px;
}
.bravo_wrapper .footer-maps {
  border: 2px solid #2e3639;
  padding: 15px;
  margin-bottom: 81px;
  position: relative;
}
.bravo_wrapper .footer-maps .maps-title {
  background: url("../images/line-maps.png");
  width: 287px;
  height: 41px;
  color: white;
  text-align: center;
  line-height: 41px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bravo_wrapper .footer-maps .maps-caption {
  margin: 50px 0 30px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.bravo_wrapper .footer-maps .maps-thumb img {
  width: 100%;
}
.bravo_wrapper .sub_text {
  padding: 15px;
  color: white;
  border-radius: 10px;
  font-size: 20px;
  line-height: 1.3;
  background-image: -moz-linear-gradient(22deg, #138aaa 0%, #0697bd 0%, #35c7ed 100%);
  background-image: -webkit-linear-gradient(22deg, #138aaa 0%, #0697bd 0%, #35c7ed 100%);
  background-image: -ms-linear-gradient(22deg, #138aaa 0%, #0697bd 0%, #35c7ed 100%);
}
.bravo_wrapper .single_social {
  text-align: right;
  margin-bottom: 10px;
  border-bottom: 1px dashed #2c9cba;
  padding-bottom: 10px;
  position: relative;
}
.bravo_wrapper .single_social .social-btn > a {
  display: inline-block;
  border: 1px solid #bfbfbf;
  padding: 2px 7px;
  border-radius: 10px;
}
.bravo_wrapper .single_social .social-btn .like {
  background: #007eff;
  border-color: #007eff;
  color: white;
}
.bravo_wrapper .single_social .social-btn .like i {
  padding-right: 4px;
}
.bravo_wrapper .single_social .social-popup {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 4px 0;
  position: absolute;
  background: white;
  width: 100%;
  top: 108%;
  overflow: hidden;
  display: none;
}
.bravo_wrapper .single_social .social-popup .popup-caption {
  padding: 15px 0;
}
.bravo_wrapper .single_social .social-popup .popup-list {
  display: flex;
}
.bravo_wrapper .single_social .social-popup .popup-list > * {
  flex: 0 0 calc(100%/2);
  text-align: center;
}
.bravo_wrapper .single_social .social-popup .popup-list > * .text {
  margin-top: 5px;
}
.bravo_wrapper .bravo-archive-single .single_header .sub-title .caption {
  font-size: 20px;
  margin-bottom: 10px;
  display: inline-block;
}
.bravo_wrapper .bravo-archive-single .header-bottom .el-rate-info {
  margin: 10px 5px;
  font-style: italic;
  color: #6e6e6e;
}
.bravo_wrapper .bravo-archive-single .header-bottom .el-rate-info:before {
  content: '';
  background: url('../../assets/images/icon.png') no-repeat;
  width: 22px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}
.bravo_wrapper .bravo-archive-single .el-single-post h3 {
  font-weight: 600;
}
.bravo_wrapper .bravo-archive-single .el-single-post figure {
  border: none;
  padding: 0;
  margin: 15px auto;
  max-width: 100% !important;
}
.bravo_wrapper .bravo-archive-single .el-single-post figure img {
  max-width: 100% !important;
}
.bravo_wrapper .bravo-archive-single .el-single-post figure .wp-caption-text {
  padding: 10px;
  background: #eeeeee;
}
.bravo_wrapper .bravo-archive-single .el-single-post .bravo_featured_post-lite {
  border: solid 1px #2c9cba;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 5px 5px 12px -7px #8a8a8a;
}
.bravo_wrapper .bravo-archive-single .el-single-post .bravo_featured_post-lite .title {
  font-size: 16px;
  border-bottom: dashed 1px #2c9cba;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #c90b0b;
}
.bravo_wrapper .bravo-archive-single .el-single-post .bravo_featured_post-lite .title i {
  margin-right: 10px;
  color: initial;
}
.bravo_wrapper .bravo-archive-single .el-single-post .bravo_featured_post-lite .content p {
  margin-bottom: 5px;
}
.bravo_wrapper .bravo-archive-single .el-single-post .bravo_featured_post-lite .content p:last-child {
  margin: 0;
}
.bravo_wrapper .bravo-archive-single .el-single-post .bravo_featured_post-lite .content a {
  display: block;
  border-bottom: 1px dashed #898989;
}
.bravo_wrapper .bravo-archive-single .el-single-post .bravo_featured_post-lite .content a:before {
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  position: relative;
  color: #ff0000;
  display: inline-block;
  margin-right: 10px;
}
.bravo_wrapper .bravo-archive-single .el-single-post .single-note {
  background: #c8eef1;
  padding: 15px;
  border-radius: 10px;
  border: 1px dashed #ff0000;
}
.bravo_wrapper .bravo-archive-single .el-single-post .single-note .note-box .text {
  margin-bottom: 15px;
  text-align: justify;
}
.bravo_wrapper .bravo-archive-single .el-single-post .single-note .note-box .button {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bravo_wrapper .bravo-archive-single .el-single-post .single-note .note-box .button > * {
  flex: 0 0 calc(100%/2 - 5px);
  background: #029dc6;
  color: white;
  border-radius: 5px;
  display: flex;
  min-height: 100px;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 2px 2px 4px 0 #737373;
  -moz-box-shadow: 2px 2px 4px 0 #737373;
  box-shadow: 2px 2px 4px 0 #737373;
}
@media (max-width: 413px) {
  .bravo_wrapper .bravo-archive-single .el-single-post .single-note .note-box .button > * {
    min-height: 56px;
  }
}
.bravo_wrapper .bravo-archive-single .el-single-post .single-note .note-box .button > * img {
  width: 40px;
}
.bravo_wrapper .bravo-archive-single .el-single-post .single-note .note-box .button a .item-right {
  margin-left: 10px;
}
@media (max-width: 413px) {
  .bravo_wrapper .bravo-archive-single .el-single-post .single-note .note-box .button a .item-right {
    font-size: 14px!important;
    margin-left: 3px!important;
  }
}
.bravo_wrapper .bravo-archive-single .el-single-post .single-note .note-box .button a:first-child .item-right {
  font-size: 17px;
  font-weight: 600;
  color: #fffc00;
}
.bravo_wrapper .bravo-archive-single .el-single-post .single-note .note-box .button a:last-child {
  background: #ff0000;
}
.bravo_wrapper .bravo_featured_post {
  margin: 15px 0;
}
.bravo_wrapper .bravo_featured_post .context .bv-title .title {
  font-size: 25px;
  font-weight: 700;
  color: #c90b0b;
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.bravo_wrapper .bravo_featured_post .context .list-item .archive-item {
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.bravo_wrapper .bravo_featured_post .context .list-item .archive-item .image {
  width: 150px;
  height: 140px;
}
.bravo_wrapper .bravo_featured_post .context .list-item .archive-item .image img {
  height: 100%;
  object-fit: cover;
}
.bravo_wrapper .bravo_featured_post .context .list-item .archive-item .archive-content {
  min-height: 116px;
}
.bravo_wrapper .bravo_featured_post .context .list-item .archive-item .archive-content .archive-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.bravo_wrapper .bravo_featured_post .context .list-item .archive-item .archive-news {
  color: #a1a1a1;
}
.bravo_wrapper .bravo_featured_post .context .list-item .archive-item .archive-news .dots {
  padding: 0 10px;
}
.bravo_wrapper .bravo_featured_post .context .el-pagination {
  text-align: center;
}
.bravo_wrapper .bravo_featured_post .context .el-pagination .pagination {
  margin: 0;
}
.bravo_wrapper .bravo_featured_post .context .el-pagination .pagination li.active > * {
  background: #029dc6;
  color: white;
  z-index: 0;
}
.bravo_wrapper .bravo_featured_post .context .el-pagination .pagination li > a,
.bravo_wrapper .bravo_featured_post .context .el-pagination .pagination li > span {
  border: 1px solid #029dc6;
  color: #029dc6;
}
.bravo_wrapper .bravo_featured_post .context .el-pagination .pagination li a {
  margin: 0 3px;
  border-radius: 50%;
}
.bravo_wrapper .bravo-bottom-mobile {
  position: fixed;
  bottom: 0;
  background: #abeafb;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  z-index: 1000002;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.bravo_wrapper .bravo-bottom-mobile .item {
  font-weight: 700;
}
.bravo_wrapper .bravo-bottom-mobile .item:not(.c1) {
  flex: 0 0 100px;
  text-align: center;
}
@media (max-width: 374px) {
  .bravo_wrapper .bravo-bottom-mobile .item:not(.c1) {
    flex: 0 0 70px;
  }
}
.bravo_wrapper .bravo-bottom-mobile .item:not(.c1) .item-left .thumb img {
  width: 35px;
}
.bravo_wrapper .bravo-bottom-mobile .item:not(.c1) .item-right .text {
  font-size: 12px;
  line-height: 17px;
}
.bravo_wrapper .bravo-bottom-mobile .item.c1 {
  flex: 0 0 calc(100% - 200px);
  background: #0db8d9;
  -webkit-box-shadow: 0 1px 4px 0px;
  -moz-box-shadow: 0 1px 4px 0px;
  box-shadow: 0 1px 4px 0px;
  min-height: 61px;
  display: flex;
  justify-content: center;
}
@media (max-width: 374px) {
  .bravo_wrapper .bravo-bottom-mobile .item.c1 {
    flex: 0 0 calc(100% - 140px);
  }
}
.bravo_wrapper .bravo-bottom-mobile .item.c1 a {
  display: flex;
  align-items: center;
  color: white;
  width: 100%;
  justify-content: center;
}
.bravo_wrapper .bravo-bottom-mobile .item.c1 a .item-left img {
  width: 40px;
}
@media (max-width: 374px) {
  .bravo_wrapper .bravo-bottom-mobile .item.c1 a .item-left {
    flex: 0 0 45px;
  }
}
.bravo_wrapper .bravo-bottom-mobile .item.c1 a .item-right {
  text-align: center;
}
.bravo_wrapper .bravo-bottom-mobile .item.c1 a .item-right .text-1 {
  font-weight: normal;
  font-size: 14px;
}
.bravo_wrapper .bravo-bottom-mobile .item.c1 a .item-right .text-2 {
  font-size: 21px;
}
@media (max-width: 374px) {
  .bravo_wrapper .bravo-bottom-mobile .item.c1 a .item-right .text-2 {
    font-size: 19px;
  }
}
.bravo_wrapper .bravo-bottom-mobile .item.c2 {
  border-right: 1px solid #039dc6;
}
.bravo_wrapper .bravo-invite-chatting {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.bravo_wrapper .bravo-invite-chatting.active {
  opacity: 1 !important;
  visibility: visible;
}
.bravo_wrapper .bravo-invite-chatting .wrap-invite {
  position: fixed;
  z-index: 99;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 300px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  padding: 25px 10px;
  border: 2px solid #068c57;
}
.bravo_wrapper .bravo-invite-chatting .wrap-invite h3 {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 0;
}
.bravo_wrapper .bravo-invite-chatting .wrap-button a {
  height: 36px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  line-height: 36px;
  display: inline-block;
  padding: 0 25px;
  margin: 0 7px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bravo_wrapper .bravo-invite-chatting .wrap-button .invite-accept {
  background-color: #068c57;
  border-color: #068c57;
  color: #fff;
  position: relative;
}
.bravo_wrapper .bravo-invite-chatting .wrap-button .invite-accept:hover {
  background-color: #068c57;
  border-color: #068c57;
}
.bravo_wrapper .bravo-invite-chatting .wrap-button .invite-refuse {
  background-color: #ff5200;
  border-color: #ff5200;
  color: #fff;
}
.bravo_wrapper .el-archive .info-heading {
  font-size: 25px;
  font-weight: bold;
  color: #e50404;
  padding-bottom: 10px;
  border-bottom: 1px solid #959595;
  margin-bottom: 10px;
}
.bravo_wrapper .el-archive .el-archive-header {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  align-items: center;
  position: relative;
}
.bravo_wrapper .el-archive .el-archive-header .item-left .icon {
  font-size: 21px;
  color: #54afc7;
}
.bravo_wrapper .el-archive .el-archive-header .item-right {
  display: flex;
  align-items: center;
}
.bravo_wrapper .el-archive .el-archive-header .item-right .short .dropdown .dropdown-toggle {
  max-width: 115px;
  border-radius: 10px;
  background: #e1dfdf;
  border: none;
  color: initial;
}
@media (max-width: 359px) {
  .bravo_wrapper .el-archive .el-archive-header .item-right .short .dropdown .dropdown-toggle {
    max-width: 105px;
  }
}
.bravo_wrapper .el-archive .el-archive-header .item-right .short .dropdown .dropdown-menu {
  min-width: 100px;
}
.bravo_wrapper .el-archive .el-archive-header .item-right .single_social {
  margin: 0!important;
  padding: 0!important;
  border: none!important;
  position: static!important;
}
.bravo_wrapper .el-archive .el-archive-header .item-right .single_social .share-btn {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 4px silver;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  font-size: 23px;
  color: #0091b8;
  margin-left: 10px;
}
.bravo_wrapper .el-archive .el-archive-header .item-right .single_social .social-popup {
  left: 0;
}
.bravo_wrapper .el-archive .archive-item .item {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #959595;
  margin-bottom: 20px;
}
.bravo_wrapper .el-archive .archive-item .item.style-2 .item-title h1 {
  margin-top: 0!important;
}
.bravo_wrapper .el-archive .archive-item .item.style-2 .item-date:before {
  content: '';
  background: url("../../assets/images/editor-icon.png") no-repeat;
  width: 19px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.bravo_wrapper .el-archive .archive-item .item.style-2 .item-description .desc-title {
  font-size: 18px;
  margin: 0 0 10px;
  display: flex;
}
.bravo_wrapper .el-archive .archive-item .item.style-2 .item-description .desc-title:before {
  content: '\f111';
  font-family: FontAwesome, sans-serif;
  font-size: 11px;
  vertical-align: middle;
  margin: 5px 10px 0 0;
  color: #0374d4;
}
.bravo_wrapper .el-archive .archive-item .item.style-2 .item-description a {
  font-size: 18px;
  color: #0374d4;
}
.bravo_wrapper .el-archive .archive-item .item .item-left {
  flex: 0 0 calc(100% - 100px);
  padding-right: 10px;
}
.bravo_wrapper .el-archive .archive-item .item .item-left .item-heading {
  display: flex;
}
.bravo_wrapper .el-archive .archive-item .item .item-left .item-heading .icon {
  vertical-align: text-bottom;
  margin-right: 5px;
}
.bravo_wrapper .el-archive .archive-item .item .item-left .item-heading .text {
  display: inline-block;
}
.bravo_wrapper .el-archive .archive-item .item .item-left .item-title h1 {
  font-size: 18px;
  margin: 10px 0;
  color: #0091b8;
  font-weight: 700;
  line-height: 1.3;
}
.bravo_wrapper .el-archive .archive-item .item .item-left .item-date {
  color: #949494;
}
.bravo_wrapper .el-archive .archive-item .item .item-right {
  flex: 0 0 100px;
}
.bravo_wrapper .el-archive .archive-item .item .item-right .item-thumb {
  width: 100px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
  background: #ccc;
}
.bravo_wrapper .el-archive .archive-item .item .item-right .item-thumb img {
  height: 100%;
  object-fit: cover;
}
.bravo_wrapper .el-archive .el-list-archive .info-heading {
  margin-top: 30px;
}
.bravo_wrapper .el-archive .el-list-archive .archive-item .item.style-2 {
  flex-wrap: wrap;
}
.bravo_wrapper .el-archive .el-list-archive .archive-item .item.style-2 > * {
  flex: 0 0 100%;
}
.bravo_wrapper .el-archive .el-list-archive .archive-item .item.style-2 .item-left {
  order: 2;
}
.bravo_wrapper .el-archive .el-list-archive .archive-item .item.style-2 .item-left .item-date {
  margin-bottom: 10px;
}
.bravo_wrapper .el-archive .el-list-archive .archive-item .item.style-2 .item-right {
  margin-bottom: 10px;
}
.bravo_wrapper .el-archive .el-list-archive .archive-item .item.style-2 .item-right .item-thumb {
  width: 100%;
  height: auto;
}
.bravo_wrapper .el-archive .el-list-archive .archive-item .item.style-2 .item-right .item-thumb img {
  height: auto;
  object-fit: initial;
}
.bravo_wrapper .el-archive .el-list-archive .archive-item .item .item-date:before {
  content: '';
  background: url("../../assets/images/icon.png") no-repeat;
  width: 22px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
}
.bravo_wrapper .el-archive .el-list-archive .archive-item .item a {
  font-size: 18px;
  color: #0374d4;
}
@media (min-width: 768px) {
  .bravo_wrapper .bravo-bottom-image,
  .bravo_wrapper .bravo-brand-image {
    display: none;
  }
}
.bravo_wrapper .bravo-lammoanh {
  text-align: center;
}
.bravo_wrapper .bravo-lammoanh .effect {
  position: relative;
  display: inline-block;
}
.bravo_wrapper .bravo-lammoanh .effect img {
  display: block;
}
.bravo_wrapper .bravo-lammoanh .effect:before {
  content: "Click để xem ảnh!";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  transition: all 0.5s;
}
.bravo_wrapper .bravo-lammoanh .effect:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  z-index: 1;
  transition: all 0.5s;
}
.bravo_wrapper .bravo-lammoanh .effect:hover:after,
.bravo_wrapper .bravo-lammoanh .effect:hover:before {
  opacity: 0;
}
.bravo_push_goikham {
  position: fixed;
  bottom: 100px;
  left: 15px;
  transition: all 0.5s;
  z-index: 1000;
  width: 240px;
  background: #fff;
  border-radius: 30px;
  border: solid 1px #d8d8d8;
  padding: 5px;
  transform: translate(-120%, 0);
}
.bravo_push_goikham.active {
  transform: translate(0);
}
.bravo_push_goikham img {
  float: left;
  width: 44px;
  height: 44px;
  position: absolute;
  left: -2px;
}
.bravo_push_goikham .text {
  float: left;
  padding-left: 40px;
  line-height: 14px;
}
.bravo_push_goikham .text-1 {
  font-weight: bold;
  line-height: 15px;
}
.bravo_push_goikham .text-2 {
  font-size: 12px;
}
.bravo_push_goikham .text-3 {
  font-size: 11px;
}
.page-template-template-thematic_list .list-thematics {
  border: 1px solid silver;
  -webkit-box-shadow: 0 0 4px 0;
  -moz-box-shadow: 0 0 4px 0;
  box-shadow: 0 0 4px 0;
  margin: 30px 0;
  border-radius: 10px;
  padding: 15px;
}
.page-template-template-thematic_list .list-thematics .list-title {
  margin-top: 0;
  text-align: center;
  font-size: 25px;
  color: #00b6a0;
  border-bottom: 2px dashed;
  -webkit-box-shadow: 0 4px 4px -4px;
  -moz-box-shadow: 0 4px 4px -4px;
  box-shadow: 0 4px 4px -4px;
}
@media (max-width: 767px) {
  .page-template-template-thematic_list .list-thematics .list-title {
    font-size: 20px;
  }
}
.page-template-template-thematic_list .list-thematics .thematics-box a {
  border: 1px solid silver;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  cursor: pointer;
  display: block;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 49%, rgba(122, 122, 122, 0.35) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 49%, rgba(122, 122, 122, 0.35) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 49%, rgba(122, 122, 122, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#597a7a7a', GradientType=0);
  font-weight: 600;
}
.page-template-template-thematic_list .list-thematics .thematics-box a:hover {
  color: #00b6a0;
  box-shadow: 0 0 4px 0;
}
.page-template-template-thematic_list .list-thematics .thematics-box a:before {
  content: '\f0a9';
  font-family: 'Font_Awesome_ProSolid', sans-serif;
  display: inline-block;
  margin: 0 10px;
}
.bravo_qc_topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 1000;
  transform: translate(0, -100%);
}
@media (max-width: 1023px) {
  .bravo_qc_topbar {
    display: block !important;
  }
}
.bravo_qc_topbar.active {
  transform: translate(0, 0);
}
.noScroll {
  overflow: hidden!important;
}
.bravo-archive-single .tv-bar .tv-content {
  position: relative;
}
.bravo-archive-single .tv-bar .tv-content .tv-btn {
  position: absolute;
  display: flex;
  height: 100%;
  left: 39%;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .bravo-archive-single .tv-bar .tv-content .tv-btn {
    left: 8%;
  }
}
.bravo-archive-single .tv-bar .tv-content .tv-btn > * {
  flex: 0 0 150px;
}
@media (max-width: 1023px) {
  .bravo-archive-single .tv-bar .tv-content .tv-btn > * {
    flex: 0 0 27vw;
  }
  .bravo-archive-single .tv-bar .tv-content .tv-btn > *.btn-tv {
    flex: 0 0 23vw;
  }
  .bravo-archive-single .tv-bar .tv-content .tv-btn > *.btn-zalo {
    flex: 0 0 18vw;
  }
}
@media (max-width: 768px) {
  .bravo-archive-single .tv-bar .tv-content .tv-btn > * {
    flex: 0 0 31vw;
  }
  .bravo-archive-single .tv-bar .tv-content .tv-btn > *.btn-tv {
    flex: 0 0 27vw;
  }
  .bravo-archive-single .tv-bar .tv-content .tv-btn > *.btn-zalo {
    flex: 0 0 22vw;
  }
}
.bravo-archive-single .tv-bar .tv-content img {
  max-width: 100%!important;
}
.blur-image {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.blur-image p {
  display: inline-block;
  margin: 0!important;
  padding: 0!important;
  position: relative;
}
.blur-image p:before {
  content: "Click để xem ảnh!";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 2;
  transition: all 0.5s ease 0s;
  width: 100%;
  text-align: center;
}
.blur-image p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.9;
  z-index: 1;
  transition: all 0.5s;
}
.blur-image p:hover:before,
.blur-image p:hover:after {
  opacity: 0;
}
@media (min-width: 768px) {
  .page-footer {
    margin-right: auto;
    margin-left: auto;
  }
}
/*# sourceMappingURL=custom.css.map */