@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;600;700&display=swap");
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;400;600;700&display=swap');
h1, h2, h3 {
  font-family: 'Dancing Script', cursive !important;
  font-weight: 600;
  color: #DB3825 !important; }

body p, body a, body ul, body ol, body li, body div {
/*   font-family: 'Open Sans', sans-serif !important;  */
	font-family: 'Montserrat', sans-serif!important;
}

.header-nav-main.nav-size-medium > li a{
	font-weight: 600 !important;
}

.main-co {
  color: #DB3825 !important; }

.second-co {
  color: #FFAE0D !important; }

.main-bg {
  background-color: #DB3825; }

.second-bg {
  background-color: #FFAE0D; }

.underline .section-title {
  position: relative;
  padding: 12px; }
  .underline .section-title b {
    background-color: unset; }
  .underline .section-title:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #DB3825;
    position: absolute;
    transform: rotate(45deg) translate(50%, 50%);
    left: 50%;
    bottom: 0; }
  .underline .section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 780px;
    height: 1px;
    background: linear-gradient(to right, #DB3825 0%, #DB3825 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, #DB3825 55%, #DB3825 100%); }

div.product .box-image {
  border-bottom: 0; }

div.product .box-text {
  text-align: center; }
  div.product .box-text .title-wrapper {
    font-size: 16px; }
    div.product .box-text .title-wrapper .category {
      color: #DB3825 !important; }
    div.product .box-text .title-wrapper a {
      color: #DB3825 !important; }

.slider-nav-light .flickity-page-dots .dot {
  border-color: #FFAE0D !important; }

.row-slider .flickity-page-dots, .slider-nav-outside .flickity-page-dots {
  bottom: 56px !important; }

p.category {
  color: white !important; }

.longdenpho-post-product div.product .box-text {
  color: #db372500 !important; }

.longdenpho-top-home .nav {
  gap: 16px; }

.partners-list .col {
  padding-bottom: 0; }

.home-blog-sect .post-item .post-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical; }

.ft-contact {
  list-style: none; }
  .ft-contact li {
    margin: 0 !important; }

.button {
  margin-bottom: 0 !important; }

@media (max-width: 991.98px) {
  #header .html.custom.html_topbar_left strong {
    font-size: 9px !important; } }

.nav-dropdown-has-border .nav-dropdown {
  /*header*/
  border: none !important; }
