@font-face {
  font-family: 'SVN-Lobster';
  src: url('../fonts/SVN-Lobster.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'FREESCIPT';
  src: url('../fonts/FREESCIPT.TTF');
  font-display: swap;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 10px;
}

::-webkit-scrollbar:horizontal {
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #2c3d73;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background-color: #f4f4f4;
}
a:hover {
  color: #ed4136;
}
img {
  max-width: 100% !important;
  height: auto !important;
}
.ban-do-lien-he img {
  max-width: initial !important;
  height: initial !important;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4;
  color: #000;
  margin: 0px;
  padding: 0px;
  word-wrap: break-word;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.25;
}
/*class quote*/
div.blockquote{
  font-size: 18px;
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 5px solid #ed1c24;
  border-right: 1px solid #ed1c24;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

div.blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 50px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top: 10px;
}

div.blockquote::after{
  /*Reset to make sure*/
  content: "";
}

div.blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

div.blockquote a:hover{
 color: #666;
}

div.blockquote em{
  font-style: italic;
}
.node-detail.node-detail {
  float: left;
  width: 100%;
}
.node-detail img {
  max-width: 100% !important;
  height: auto !important;
}
.node-detail figure {
  margin-bottom: 20px;
}
.question:hover {
  color: #ec5a8a;
  cursor: pointer;
  text-decoration: underline;
}
.question {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.node-detail table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 20px;
}
.node-detail table, .node-detail table th, .node-detail table td {
  border: 2px solid black;
}
.node-detail table>tbody>tr>td, .node-detail table>tbody>tr>th, .node-detail table>tfoot>tr>td, .node-detail table>tfoot>tr>th, .node-detail table>thead>tr>td, .node-detail table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    /*border-top: 1px solid #ddd;*/
}
.img-responsive {
  display: initial;
}
.search-help-link {
  display: none;
}
.accordion .question a {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    display: block;
    /*background: url(../images/minus.svg) no-repeat right 10px;*/
    background-size: 10px 10px;
    color: #ef681f;
}
.accordion .question a.collapsed {
    display: block;
    /*background: url(../images/plus.svg) no-repeat right 10px;*/
    background-size: 10px 10px;
    color: #000;
}
.accordion .question a:hover {
    color: #ed4136;
}
.panel-default>.panel-heading {
  background: #f7f8f9;
  border: none;
  border-radius: 0px;
}
.panel {
  border: none;
  margin-bottom: 10px;
}
.hoi-dap .answer .answer {
  margin-bottom: 10px;
  background: #f7f8f9;
  padding: 10px 15px;
  margin-top: 5px;
}
.page-du-an {
  float: left;
  width: 100%;
}
.page-du-an .caption-style-1 .caption-text {
  width: 183px;
  height: 183px;
  top: 0px;
}
.page-du-an .caption-style-1 .view-chi-tiet {
    color: #fff !important;
    padding: 6px 15px;
    padding-left: 30px;
    margin-top: 10px;
    border: 1px solid #fff;
    text-decoration: none !important;
}
.search-results {
  margin: 0px;
  padding: 0px;
}
.search-results .views-row {
  padding: 20px 0px;
  border-bottom: 1px solid #ebebeb;
}
.search-results .views-row:last-child {
  border-bottom: none;
}
.search-results .views-row a {
  font-weight: 500;
}
.search-page h2 {
  color: #ed4136;
}
.node-detail a.contextual-links-trigger {
  display: block;
}
a.step {
  background: #153e60;
  display: inline-block;
  color: #fff;
  padding: 1px 12px;
  border-radius: 22px;
  text-decoration: none;
}
a.step:hover {
  background: #567c9b;
}
.bao-ngoai-node a {
  font-size: 17px;
}
.answer .answer a {
  font-size: 17px;
}
.alla-action-link ul.primary li a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.san-pham-khac-block .block-title h3 {
  background: #960014;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 15px;
  position: relative;
  z-index: 9;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media(max-width: 767px) {
  .san-pham-khac-block .block-title h3 {
    font-size: 16px;
  }
}
.san-pham-khac-block .block-title {
  position: relative;
  text-align: center;
}
.san-pham-khac-block .block-title:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #960014;
  bottom: 18px;
  position: absolute;
  left: 0px;
}
.block-tin-khac .views-row {
  float: left;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.block-tin-khac .views-row {
  border-bottom: 1px solid #ccc;
}
.block-tin-khac .views-row:last-child {
  border: none;
}
.page-node .content-bottom-wrapper-front-page {
  background: transparent;
}
.content-bottom-wrapper-front-page .block-tin-khac .block-title h3 {
  font-weight: bold;
  color: #960014;
  font-size: 18px;
}
.anh-san-pham {
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 20px;
  background: #fff;
}
.basic-san-pham ul {
  list-style: none;
}
@media(min-width: 768px) {
  .anh-san-pham {
    float: left;
    max-width: 400px;
    margin-top: 0px;
    margin-right: 30px;
    text-align: center;
  }
}
.title-product-common {
  position: relative;
}
.title-product-common:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #960014;
  bottom: 18px;
  position: absolute;
  left: 0px;
}
.title-product-common h3 {
  background: #960014;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 15px;
  position: relative;
  z-index: 9;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.node-content-detail {
  float: left;
  width: 100%;
  margin-top: 20px;
}