html {
  font-size: 100%; }

.text-yellow {
  color: #f2e9a8; }

.text-red {
  color: #8f2333 !important; }

.text-black {
  color: #333 !important; }

.bg-red {
  background-color: #8f2333; }

.bg-yellow {
  background-color: #f2e9a8 !important; }

body {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  -webkit-tap-highlight-color: #0085A1; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500; }
  body a {
    color: #f2e9a8; }
    body a:hover, body a:focus {
      color: #0072bd; }
  body #content {
    overflow: hidden; }
  body .icon {
    display: inline-block;
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    background-position: 0 0; }
    body .icon.icon-phone {
      background-position: 4px -85px;
      height: 54px;
      width: 54px;
      border: 2px solid;
      border-radius: 50%; }
    body .icon.icon-home {
      background-position: 2px 0;
      height: 28px;
      width: 40px; }
    body .icon.icon-cart {
      background-position: 0px -48px;
      height: 28px;
      width: 40px; }
  body .btn {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600; }
    body .btn.btn-default {
      color: #f2e9a8;
      background-color: #8f2333;
      border-color: #8f2333; }
    body .btn.btn-default:hover, body .btn.btn-default:focus {
      color: #f2e9a8;
      background-color: #8f2333;
      border-color: #8f2333; }
    body .btn.btn-warning {
      color: #8f2333;
      background-color: #f2e9a8;
      border-color: #f2e9a8; }
    body .btn.btn-rounded {
      border-radius: 15px; }
  body .navbar-top {
    background: #8f2333;
    color: #f2e9a8;
    height: 35px;
    padding: 0;
    margin: 0;
    font-size: 13px; }
    body .navbar-top span {
      line-height: 35px;
      display: block; }
    body .navbar-top form {
      position: relative;
      top: 7px; }
      body .navbar-top form .form-control {
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
        border-radius: 0;
        font-size: 13px; }
      body .navbar-top form .btn-top {
        height: 20px;
        background-color: #f2e9a8;
        color: #8f2333;
        line-height: 20px;
        padding: 0 15px;
        font-size: 12px; }
  body .intro-header {
    padding-bottom: 8px;
    border-bottom: 3px solid #8f2333; }
    body .intro-header .navbar-toggler {
      top: 20px;
      position: relative;
      border: 1px solid #8f2333;
      border-radius: 3px;
      color: #8f2333;
      height: 40px;
      outline: none; }
    body .intro-header .navbar-cart {
      right: 0; }
    body .intro-header .call-now .number {
      font-weight: 500;
      font-size: 30px;
      line-height: 30px;
      margin-left: -10px; }
    body .intro-header .navbar-nav .open .dropdown-menu {
      display: block; }
    body .intro-header .navbar-nav .dropdown-menu {
      background: #8f2333; }
      body .intro-header .navbar-nav .dropdown-menu a {
        color: #f2e9a8; }
        body .intro-header .navbar-nav .dropdown-menu a:hover {
          color: #8f2333; }
    body .intro-header .navbar-nav .nav-item {
      position: relative; }
      body .intro-header .navbar-nav .nav-item:after {
        display: block;
        content: '';
        height: 50%;
        right: 0;
        position: absolute;
        top: 25%;
        background-color: #f2e9a8;
        width: 1px; }
        @media (max-width: 768px) {
          body .intro-header .navbar-nav .nav-item:after {
            display: none; } }
      body .intro-header .navbar-nav .nav-item:last-child:after {
        display: none; }
    body .intro-header .navbar-nav .nav-link {
      color: #f2e9a8;
      text-transform: uppercase;
      display: block;
      font-weight: 600;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      text-align: center;
      font-size: 13px; }
      body .intro-header .navbar-nav .nav-link .icon-home {
        margin-top: -3px;
        margin-right: 5px; }
      body .intro-header .navbar-nav .nav-link .icon-cart {
        margin-top: -2px;
        margin-left: 5px; }
  body #body {
    min-height: 200px; }
    @media (max-width: 768px) {
      body #body .container {
        padding: 0; } }
  body footer {
    padding: 60px 0 30px;
    background-color: #8f2333; }
    body footer * {
      color: #f2e9a8; }
    body footer p {
      margin-bottom: 8px; }
    body footer .text-trans {
      color: #fff;
      opacity: .4; }
    body footer a:hover {
      text-decoration: underline; }
    body footer .btn-social {
      border-radius: 50%;
      height: 70px;
      width: 70px;
      text-align: center;
      line-height: 70px;
      color: #fff;
      display: block;
      font-size: 35px;
      position: relative;
      top: 10px;
      margin: 0 10px;
      cursor: pointer; }
      body footer .btn-social.bg-facebook {
        background-color: #3b5998; }
      body footer .btn-social.bg-youtube {
        background-color: #d50d1a; }
      body footer .btn-social.bg-google {
        background-color: #dd4c3b; }

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #0085A1; }

::selection {
  color: white;
  text-shadow: none;
  background: #0085A1; }

@media (max-width: 768px) {
  .tex-red-mobile {
    color: #8f2333; }

  .bg-white-mobile {
    background: #fff; }

  .text-black-mobile {
    color: #333 !important; }

  .xs-ml-4 {
    margin-left: 1.5rem !important; }

  .xs-mr-4 {
    margin-right: 1.5rem !important; }

  .xs-heading {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }

  .xs-m-0 {
    margin: 0px !important; }

  .xs-border-red {
    border: 2px solid #8f2333; } }
.font-16 {
  font-size: 16px; }

.border_bottom_red {
  border-bottom: 2px solid #8f2333; }

body {
  font-size: 14px; }
  body .body-inner {
    border: 1px solid #8f2333; }
    body .body-inner .slider img {
      width: 100%; }
    body .body-inner .nav-tabs .nav-item {
      position: relative; }
      body .body-inner .nav-tabs .nav-item:first-child {
        margin-left: 0; }
      body .body-inner .nav-tabs .nav-item .nav-link {
        border: 2px solid #8f2333;
        border-bottom: 0;
        background-color: #f2e9a8;
        height: 100%;
        position: relative;
        z-index: 9;
        border-radius: 0px;
        text-align: center; }
        body .body-inner .nav-tabs .nav-item .nav-link.active {
          background-color: #fff;
          margin-bottom: -2px;
          z-index: 10; }
          body .body-inner .nav-tabs .nav-item .nav-link.active:after {
            content: '';
            position: absolute;
            bottom: -2px;
            width: 100%;
            background: #fff;
            left: 0; }
    body .body-inner .tab-content {
      border: 2px solid #8f2333;
      padding: 15px;
      border-radius: 0px; }
    body .body-inner .ads img {
      width: 100%; }
    body .body-inner .sidebar .card {
      border-radius: 5px; }
      body .body-inner .sidebar .card .card-block {
        overflow: hidden; }
        body .body-inner .sidebar .card .card-block .media-body {
          font-size: 11px; }
          body .body-inner .sidebar .card .card-block .media-body span {
            line-height: normal;
            display: block; }
    body .body-inner .sidebar .card-header {
      padding: 0.45rem 1rem !important;
      text-align: center; }
      body .body-inner .sidebar .card-header:first-child {
        border-radius: 0px !important; }
  body .list-disc {
    list-style: none; }
    body .list-disc li {
      list-style: none;
      padding-left: 20px;
      position: relative; }
      body .list-disc li:before {
        position: absolute;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background-color: #8f2333;
        content: '';
        left: 0;
        top: 50%;
        margin-top: -6px; }
  body .basic-disc li:not(.no-disc) {
    padding-left: 15px;
    position: relative; }
    body .basic-disc li:not(.no-disc):before {
      position: absolute;
      top: 50%;
      left: 0;
      height: 4px;
      width: 4px;
      background-color: #000;
      border-radius: 50%;
      content: '';
      display: inline-block; }
  body section#content .section-heading {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    line-height: 30px;
    padding: 0;
    background-color: #8f2333;
    font-size: 1.5rem;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px; }
    @media (max-width: 768px) {
      body section#content .section-heading {
        font-size: 18px;
        text-align: center !important; } }
  body section#content .box-white {
    border-right: 2px solid #8f2333;
    border-left: 2px solid #8f2333;
    border-bottom: 2px solid #8f2333;
    background: #fff; }
  body section#content .image-cover {
    overflow: hidden; }
    body section#content .image-cover img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  body section#content .fb_iframe_widget, body section#content .fb_iframe_widget span, body section#content .fb_iframe_widget span iframe[style] {
    width: 100% !important;
    max-width: 100%; }
  body section#content hr {
    border-top: 4px solid #8f2333; }
  @media (max-width: 991px) {
    body section#content .container {
      padding: 0; }
    body section#content .top-article {
      border-radius: 5px;
      overflow: hidden; }
    body section#content .desc-article {
      font-size: 85%; } }
  @media (min-width: 991px) {
    body section#content .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: minmax(3rem, auto);
      grid-auto-flow: dense; }
      body section#content .grid > div[class*='col-'] {
        max-width: none; }
        body section#content .grid > div[class*='col-']:nth-child(1) {
          grid-row-start: span 2; }
        body section#content .grid > div[class*='col-']:nth-child(2) {
          grid-row-end: span 3; }
        body section#content .grid > div[class*='col-']:nth-child(3) {
          grid-row-start: span 3; }
        body section#content .grid > div[class*='col-']:nth-child(4) {
          grid-row-end: span 2; } }

.box1_home .desc-article {
  height: 40px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .box1_home .desc-article {
      height: 36px; } }
@media (max-width: 768px) {
  .box1_home {
    background: #fff !important; } }

.box3_home .box3_des {
  height: 40px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .box3_home .box3_des {
      height: 36px; } }
.box3_home .box3_title {
  height: 40px;
  overflow: hidden; }

.detail_content a {
  color: #8f2333; }

.drug_page table {
  width: 100%;
  border-spacing: 2px;
  border-color: grey; }
  .drug_page table td {
    border: 1px solid;
    padding: 2px; }

.popup_hotline_mobile {
  position: fixed;
  left: 0;
  bottom: 15px;
  z-index: 1002;
  outline: 0; }
  @media (min-width: 768px) {
    .popup_hotline_mobile {
      display: none; } }

.button-but {
  background: url(../images/button.png) no-repeat;
  padding: 6px 22px;
  color: #000;
  font-weight: bold; }

.content_detail img {
  max-width: 100% !important; }
.content_detail a {
  color: #8f2333; }

footer .social_footer {
  float: right; }
  footer .social_footer li {
    float: left;
    padding-left: 10px;
    list-style: none; }

#confirm_success {
  position: fixed;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 2000000;
  overflow: visible;
  background-color: rgba(90, 96, 87, 0.53); }
  #confirm_success .confirm_success_inner {
    text-align: center;
    margin-top: 10%; }
    #confirm_success .confirm_success_inner .confirm_box {
      position: relative;
      margin: 0px auto;
      display: table;
      max-width: 90%; }
      #confirm_success .confirm_success_inner .confirm_box img {
        width: 500px;
        max-width: 100%; }
      #confirm_success .confirm_success_inner .confirm_box .confirm_popup_close {
        -webkit-border-radius: 2px !important;
        -moz-border-radius: 2px !important;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute !important;
        right: -15px !important;
        top: -15px !important;
        height: 30px !important;
        width: 30px !important;
        background-image: url(close.png);
        background-position: center center;
        background-repeat: no-repeat;
        cursor: pointer !important;
        -webkit-transition: .3s ease-out !important;
        -moz-transition: .3s ease-out !important;
        -o-transition: .3s ease-out !important;
        transition: .3s ease-out !important; }

#nha_phan_phoi {
  border-top: 1px solid #8f2333;
  padding-top: 10px; }
  #nha_phan_phoi h2 {
    text-transform: uppercase;
    line-height: 1.5; }
  #nha_phan_phoi table tr td {
    padding: 5px;
    font-size: 14px; }
    #nha_phan_phoi table tr td i {
      color: #999999; }

#box_lydo {
  background: #fff8c3;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px; }
  #box_lydo .header_lydo {
    padding: 1px 0px;
    border-bottom: 3px solid #da465c;
    font-size: 16px;
    margin-bottom: 12px; }
  #box_lydo .img img {
    width: 75%;
    height: auto;
    display: table;
    margin: 0px auto;
    padding-top: 5%; }
  #box_lydo p {
    margin-bottom: 5px !important; }
  #box_lydo ul {
    padding-left: 0px; }
    #box_lydo ul li {
      padding-bottom: 6px; }
    @media (max-width: 768px) {
      #box_lydo ul {
        padding-left: 30px; } }
  #box_lydo .btn {
    background: #8f2333;
    color: #f2e9a8 !important; }
  #box_lydo i {
    font-size: 10px;
    opacity: 0.7; }

#ques_concern .btn {
  background: #8f2333;
  text-transform: uppercase;
  color: #f2e9a8 !important; }
#ques_concern .video-list {
  overflow: hidden; }
  #ques_concern .video-list .readmore_ {
    float: right;
    color: #8f2333 !important; }

#box_kinhnghiem .header_ {
  background: #8f2333;
  padding: 5px;
  color: #f2e9a8;
  font-size: 19px;
  margin: 5px 0; }
#box_kinhnghiem .card-body {
  background: #fdf6c2;
  min-height: 120px; }
#box_kinhnghiem .card-text {
  max-height: 57px;
  overflow: hidden; }

#box_short_drug {
  text-align: center; }
  #box_short_drug .hoac {
    line-height: 65px;
    font-weight: bold;
    font-size: 18px; }
  #box_short_drug img {
    max-width: 90%;
    text-align: center; }

#box_diemban li {
  list-style: none !important; }
#box_diemban a {
  font-size: 14px; }

ul.drugstore_small li:nth-child(2n) {
  text-align: right; }

.home_new .bg-white {
  background: #fff; }
.home_new .border-red {
  border: 2px solid #8f2333; }
.home_new .session4_main {
  overflow: hidden; }

/*# sourceMappingURL=customize.css.map */
