:root {
  --theme: #e4283c;
  --theme2: #1a1a1a;
}

/* ======================== FONTS ======================== */
/* ==================== BORDER RADIUS ==================== */
/* Ref: 
    http://www.w3schools.com/css/css3_borders.asp 
    http://border-radius.com/
    border-radius: tl tr br bl:
*/
/* ==================== BOX SHADOW ==================== */
/* Ref: 
    http://www.cssmatic.com/box-shadow
*/
/* ==================== Set Font ==================== */
/* ==================== HOVER A ==================== */
/* Ref: 
*/
/*
@include transition(all .3s ease);
@mixin transition($args...) {
  -webkit-transition: $args;
  -moz-transition: $args;
  -ms-transition: $args;
  -o-transition: $args;
  transition: $args;
}
*/
/*
@include background-opacity(#000, $opacity: 0.3);
*/
[x-cloak] {
  display: none !important;
}

a:hover {
  text-decoration: none;
  color: var(--theme);
}

#widget-dmsp li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  #widget-dmsp li {
    transition: none;
  }
}

.dmspbox .dmspbox-wrap ul li a:before, .nav-level-3__list .nav-level-3__item:before, .nav-level-2__list .nav-level-2__item:before, #widget-dmsp > li > a:before, .fixed-shadow:after, .hover_sang3:after, .hover_sang3:before, .hover_sang1:before {
  content: "";
  position: absolute;
}

.dmspbox .dmspbox-wrap ul, #widget-dmsp li ul, .reset-list {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

[class^=hvr-] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.blink_me {
  -webkit-animation: blinker 1s linear infinite;
  -moz-animation: blinker 1s linear infinite;
  -ms-animation: blinker 1s linear infinite;
  -o-animation: blinker 1s linear infinite;
  animation: blinker 1s linear infinite;
}

.shake_me {
  -webkit-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  -moz-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  -ms-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  -o-animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
  animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
}

.hover_sang1 {
  z-index: 40;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -moz-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  -ms-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  overflow: hidden;
  border: 1px solid #e8e4e4;
  box-shadow: 4px 6px 0 0 #f5f5f5;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (prefers-reduced-motion: reduce) {
  .hover_sang1 {
    transition: none;
  }
}
.hover_sang1:before {
  width: 100%;
  height: 100%;
}
.hover_sang1:hover::before {
  -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  -moz-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  -ms-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
}

.hover_sang3 {
  overflow: hidden;
  position: relative;
}
.hover_sang3:hover::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.5);
}
.hover_sang3:hover::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.5);
}
.hover_sang3:before {
  width: 100%;
  height: 100%;
  z-index: 41;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .hover_sang3:before {
    transition: none;
  }
}
.hover_sang3:after {
  width: 100%;
  height: 100%;
  z-index: 40;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .hover_sang3:after {
    transition: none;
  }
}

.xoay_hinh {
  overflow: hidden;
}
.xoay_hinh:hover img {
  transform: rotate(360deg);
}
.xoay_hinh img {
  transition: all 1s ease 0s;
}

.marquee {
  -webkit-animation: marquee 10s linear infinite;
  -moz-animation: marquee 10s linear infinite;
  -ms-animation: marquee 10s linear infinite;
  -o-animation: marquee 10s linear infinite;
  animation: marquee 10s linear infinite;
}

.text-theme {
  color: var(--theme) !important;
}

.text-theme2 {
  color: var(--theme2) !important;
}

.bg-theme {
  background-color: var(--theme) !important;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (prefers-reduced-motion: reduce) {
  .overlay {
    transition: none;
  }
}
.overlay__box {
  position: absolute;
  top: 20px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 40px);
  border: 3px solid #fff;
}

.fixed {
  -webkit-animation: slideInDown 0.8s ease;
  -moz-animation: slideInDown 0.8s ease;
  -ms-animation: slideInDown 0.8s ease;
  -o-animation: slideInDown 0.8s ease;
  animation: slideInDown 0.8s ease;
}

.fixed-shadow:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
  box-shadow: 0 0.0625em 0.5em rgba(0, 0, 0, 0.3);
  opacity: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fixed-shadow:after {
    transition: none;
  }
}
.fixed-shadow.fixed::after {
  opacity: 1;
}

#widget-dmsp li {
  position: relative;
  padding: 5px;
}
#widget-dmsp li a {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  display: inline-block;
  padding: 5px;
}
#widget-dmsp li ul {
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0;
  background-color: #eee;
  width: 100%;
}
#widget-dmsp li:hover {
  background-color: #fff;
}
#widget-dmsp li:hover > ul {
  left: 100%;
  opacity: 1;
}
#widget-dmsp > li > a {
  position: relative;
}
#widget-dmsp > li > a:before {
  content: "- ";
  position: relative;
}
.nav-level-1__item-box {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px dashed #cacaca;
  padding: 10px;
}
.nav-level-1__item-box i {
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #000;
  cursor: pointer;
}
.nav-level-1__item-box i.collapsed {
  cursor: pointer;
}
.nav-level-1__item-box .nav-level-1__link {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-level-1__item-box .nav-level-1__link {
    transition: none;
  }
}
.nav-level-1__item-box .nav-level-1__link:hover {
  color: var(--theme);
}
.nav-level-2__list .nav-level-2__item {
  position: relative;
  border-bottom: 1px dashed #cacaca;
}
.nav-level-2__list .nav-level-2__item:before {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 18px;
  left: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.nav-level-2__list .nav-level-2__item .nav-level-2__link {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 10px 10px 30px;
  display: block;
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-level-2__list .nav-level-2__item .nav-level-2__link {
    transition: none;
  }
}
.nav-level-2__list .nav-level-2__item .nav-level-2__link:hover {
  color: var(--theme);
}
.nav-level-3__list .nav-level-3__item {
  position: relative;
  border-top: 1px dashed #cacaca;
}
.nav-level-3__list .nav-level-3__item:before {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 22px;
  left: 30px;
  background-color: #000;
}
.nav-level-3__list .nav-level-3__item .nav-level-3__link {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 15px 15px 15px 45px;
}
@media screen and (prefers-reduced-motion: reduce) {
  .nav-level-3__list .nav-level-3__item .nav-level-3__link {
    transition: none;
  }
}
.nav-level-3__list .nav-level-3__item .nav-level-3__link:hover {
  color: #1a1a1a;
}
.widget {
  margin-bottom: 10px;
}
.widget--border .widget-body {
  border-style: solid;
  border-color: #e4283c;
  border-width: 0 2px 2px;
}

.widget--bg .widget-body {
  background-color: #eee;
}

.widget-head {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-transform: uppercase;
  background-color: #e4283c;
  min-height: 46px;
}
.widget-head i {
  margin: 0 10px;
}
.menu {
  position: relative;
  z-index: 10;
}
.menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}
.menu ul li {
  position: relative;
  z-index: 1;
}
.menu ul li a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #000000;
  padding: 14px 0;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.menu ul li ul {
  position: absolute;
  min-width: 250px;
  background-color: #fafafa;
  border-radius: 0.25rem;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}
.menu ul li ul li a {
  font-size: 14px;
  color: #313131;
  border-bottom: 1px solid #ececec;
  padding: 10px 0.75rem 9px 0.75rem;
  text-transform: capitalize;
}
.menu ul li ul li a:hover, .menu ul li ul li a.active {
  background-color: var(--theme);
  color: #ffffff;
}
.menu ul li ul li:last-child > a {
  border-bottom: 0px;
}
.menu ul li ul li ul {
  top: 0;
  left: 100%;
  margin-top: 0px;
}
.menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}
.menu > ul > li > a {
  color: var(--theme);
  text-transform: uppercase;
  font-weight: 700;
  padding: 18px 0rem 17px 0rem;
}
.menu > ul > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: transparent;
  transition: all 0.3s ease;
}
.menu > ul > li > a:hover, .menu > ul > li > a.active {
  color: var(--theme2);
}
.menu > ul > li > a.active::before {
  background-color: #ffffff;
  width: 100%;
}
.menu > ul > li:hover > a::before {
  background-color: #ffffff;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .menu {
    display: none;
  }
}
.dmspbox {
  width: 21.327014218%;
  position: relative;
  margin-right: 40px;
}
.dmspbox:hover .dmspbox-wrap {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.dmspbox__title {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #d21b1b;
  cursor: pointer;
}
.dmspbox__title-icon {
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.dmspbox__title-icon i {
  font-size: 18px;
  color: #fff;
}
.dmspbox__title-text {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}

.dmspbox .dmspbox-wrap {
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: 0px;
}
.dmspbox .dmspbox-wrap ul {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 230px;
  background-color: #fff;
  min-width: 100%;
}
@media screen and (prefers-reduced-motion: reduce) {
  .dmspbox .dmspbox-wrap ul {
    transition: none;
  }
}
.dmspbox .dmspbox-wrap ul li {
  position: relative;
}
.dmspbox .dmspbox-wrap ul li a {
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: padding-left 0.2s linear;
  -moz-transition: padding-left 0.2s linear;
  -ms-transition: padding-left 0.2s linear;
  -o-transition: padding-left 0.2s linear;
  transition: padding-left 0.2s linear;
  text-decoration: none;
  padding: 3px 3px 3px 30px;
  white-space: nowrap;
}
@media screen and (prefers-reduced-motion: reduce) {
  .dmspbox .dmspbox-wrap ul li a {
    transition: none;
  }
}
.dmspbox .dmspbox-wrap ul li a:hover, .dmspbox .dmspbox-wrap ul li a:active, .dmspbox .dmspbox-wrap ul li a:focus {
  padding-left: 35px;
  color: var(--theme-color);
}
.dmspbox .dmspbox-wrap ul li a:before {
  font-size: 7px;
  color: inherit;
  font-weight: 700;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 15px;
  content: "\f009";
}
.dmspbox .dmspbox-wrap ul li ul {
  left: 100%;
  top: 0;
}
.dmspbox .dmspbox-wrap ul li:hover > ul {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.dmspbox .dmspbox-wrap ul li + li {
  border-top: 1px dashed #bebebe;
}
.dmspbox .dmspbox-wrap > ul {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.p-index .dmspbox .dmspbox-wrap > ul {
  display: none;
}
.fixed .dmspbox .dmspbox-wrap > ul {
  display: block;
}

.ndbox {
  background: #fff;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.action_tab {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  margin: 5px;
}

.action_tab a {
  background: #80cc28;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: 0.5s;
}

.action_tab a + a {
  margin-left: 5px;
}

.action_tab a:hover {
  background: #f44814;
}

.flex_product {
  display: flex;
  flex-wrap: wrap;
  margin-right: -27px;
}

.flex_product .item_spnb {
  width: 25%;
}

.app_order-food {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
}

.app_order-food a {
  display: flex;
  align-items: center;
}

.app_order-food a + a {
  margin-left: 13px;
}

.app_order-food a img {
  height: 40px;
  overflow: hidden;
  transition: 0.5s;
}

.app_order-food a:hover img {
  border-radius: 0;
}

div#tabs3, div#tabs2, div#tabs {
  margin: 0;
  background: #fff;
}

div.content_tabs {
  border-top: none;
  padding: 0;
}

.fs-dtrtcmti21 {
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.box_content_rates {
  border: none;
}

.box_content_rates {
  display: table;
  width: 100%;
}

.item_rates {
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  text-align: center;
}

.item_rates:nth-child(1) {
  width: 30%;
}

.item_rates:nth-child(2) {
  width: 40%;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.item_rates:nth-child(3) {
  width: 30%;
}

.pointer_rates {
  font-size: 25px;
  color: #3d3d3d;
  margin-bottom: 8px;
  font-weight: bold;
}

.star_rates {
  margin-bottom: 5px;
}

.count_rates {
  font-size: 14px;
}

.num_of_rate {
  font-size: 12px;
  margin-bottom: 10px;
}

.num_of_rate span {
  float: left;
  text-align: left;
}

.num_of_rate span:nth-child(1) {
  width: 45px;
}

.num_of_rate span:nth-child(2) {
  width: calc(100% - 80px);
  height: 5px;
  background: #e4e4e4;
  margin-top: 7px;
}

.num_of_rate span:nth-child(3) {
  width: 35px;
  padding-left: 4px;
  color: #9a9a9a;
}

.dadungsp {
  font-size: 14px;
  text-align: center;
  margin-bottom: 15px;
  font-style: italic;
}

.guidanhgia {
  border: none;
  cursor: pointer;
  font-size: 14px;
  height: 34px;
  padding: 9px 35px;
  color: #fff;
  background: #fd6e1d;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none !important;
}

div.comment {
  border: 0;
  margin: 0;
  padding: 0;
  background: #fff;
}

div.item_comment {
  margin-bottom: 18px;
}

.fs-dtrtcmti2 {
  font-weight: bold;
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
}

.detail {
  padding-bottom: 0;
}

#rate {
  width: auto !important;
  float: left;
  margin-right: 10px;
}

.score img {
  width: 20px;
}

.small {
  display: inline-block;
  color: #f44814;
  font-size: 14px !important;
  margin-bottom: 0;
  font-weight: bold;
}

.frm_nhanxet {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.comment #ten_commnet, div.comment #dienthoai_commnet, div.comment #email_commnet {
  padding: 9px;
  width: calc(33.33% - 8px);
  height: 40px;
  overflow: auto;
  line-height: 1.57;
  border: solid 1px #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
  float: left;
}

div.comment #noidung_comment {
  padding: 9px;
  width: 100%;
  height: 122px;
  overflow: auto;
  line-height: 1.57;
  border: solid 1px #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
}

div.comment .line_comment {
  text-align: right;
  width: 100%;
}

div.comment .line_comment p {
  float: left;
  font-size: 13px;
  color: #f44814;
  font-style: italic;
  margin: 0;
}

div.comment .line_comment p:before {
  content: "* ";
}

div.comment .line_comment ul {
  float: right;
  list-style: none;
  margin: 0;
}

div.comment input[type=button], div.comment input[type=submit] {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 35px;
  border: none;
  color: #fff;
  background: #fd6e1d;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-width: 184px;
}

.title_comment_cap {
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-top: 5px;
  margin-bottom: 0px;
}

.right_title_comment_cap {
  float: right;
}

.sort_cm {
  display: block;
  color: #4a4a4a;
  padding: 5px 9px;
  border-bottom: 3px solid transparent;
  float: left;
  cursor: pointer;
  font-size: 14px;
}

.sort_active {
  color: #f44814;
  border-bottom: 3px solid #f44814;
}

div.comment_old {
  color: #6d6d6d;
  overflow-x: hidden;
}

div.box_commnet {
  margin-bottom: 0;
}

.box_commnet:last-child {
  margin-bottom: 0px !important;
}

div.item_comment {
  margin-bottom: 0;
}

.box_commnet div.item_comment {
  border: 0;
  margin-bottom: 0;
  margin: 0;
  padding: 0;
}

.box_commnet div.item_comment .alert.alert-light {
  margin: 0;
  margin-top: 10px;
  border-color: #ddd;
  color: #333;
  font-size: 13px;
}

.box_commnet div.item_comment:first-child {
  display: block;
}

.star_cm {
  display: inline-block;
}

.star_cm img {
  height: 15px !important;
  margin-right: 3px;
  vertical-align: middle;
}

.td_comment {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  line-height: 25px;
  font-size: 13px;
  margin-bottom: 0;
}

.td_comment b {
  font-weight: bold;
  font-size: 14px;
  color: #333;
  margin-right: 10px;
}

div.ngaytao_comment {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

div.ngaytao_comment span {
  color: #858383;
}

div.tl_comment {
  margin-left: 0px;
  font-size: 14px;
  margin-top: 3px;
  line-height: 1.43;
  color: #2d2d2d;
}

.fs-dttrlike {
  width: auto;
  margin-top: 5px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: top;
}

.fs-dttrlike span {
  cursor: pointer;
  display: inline-block;
  padding: 3px 10px;
  background-color: #fff;
  border: solid 1px #bfbfbf;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
}

.irtlike {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url("/img/like.png") no-repeat center;
}

.like_tmp {
  font-weight: normal;
}

.show_nhanxet::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.show_nhanxet::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.show_nhanxet::-webkit-scrollbar-thumb {
  background-color: #f9810e;
}

.fs-dttrlike:hover span {
  background: #f1f1f1;
}

@media (max-width: 995px) {
  .item_rates {
    width: 100% !important;
    display: block;
    border: 0 !important;
  }
  .fs-dtrtcmti21 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  div.comment #ten_commnet, div.comment #dienthoai_commnet, div.comment #email_commnet {
    width: 100%;
  }
}
.comment_old.custom {
  height: 446px;
}

.box_ngbinhluan {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.box_ngbinhluan > img {
  width: 67px;
  margin-right: 1em;
}

.layout-text {
  display: grid;
  grid-template-columns: 164px 1fr;
  grid-gap: 15px;
  width: 100%;
}

.click_taianh {
  border: solid 1px #ddd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 122px;
  cursor: pointer;
}

.click_taianh span {
  color: #999;
  position: relative;
  z-index: 1;
}

.click_taianh input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.ngdabinhluan {
  text-align: left;
}

.ngdabinhluan > div > img {
  width: 93px;
  margin: auto;
  border: 1px solid #fff;
  margin-bottom: 3px;
}

.boxngdabinhluan section {
  position: relative;
}

.box_commnet div.item_comment .alert {
  border-color: #caf1fc;
  background-color: #caf1fc;
  color: #000;
  font-size: 13px;
}

.click_taianh img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: contain;
  background: #fff;
}

.click_taianh img[src=""] {
  opacity: 0;
  visibility: hidden;
}

.anh_binh_luan {
  position: absolute;
  right: 0;
  top: 0;
  width: 9em;
  height: 100%;
  background: #000;
}

.anh_binh_luan img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-left: auto;
}

.anh_binh_luan span {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 11px;
  padding: 3px;
  left: 0;
  width: 100%;
  text-align: center;
}