/*! CSS Used from: https://mustgo.vn/frontend/libs/bootstrap/css/bootstrap.min.css */

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.small {
  font-size: 85%;
}
.col-xs-36,
.col-sm-36 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-36 {
  float: left;
}
.col-xs-36 {
  width: 100%;
}
@media (min-width: 768px) {
  .col-sm-36 {
    float: left;
  }
  .col-sm-36 {
    width: 100%;
  }
}
.hide {
  display: none !important;
}
/*! CSS Used from: https://mustgo.vn/frontend/libs/bootstrap-pretty-tables.min.css */
img {
  page-break-inside: avoid;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/normalize.css */
img {
  border-style: none;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/common.css */
*:focus {
  outline: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/style.css */
.imgs_gird {
  overflow: hidden;
  cursor: pointer;
}
.imgs_gird .end {
  position: relative;
}
.imgs_gird .end .other {
  position: absolute;
  width: 100%;
  height: 99%;
  font-size: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  line-height: 120px;
}
.grid_6 {
  height: 500px;
}
.grid_6 .big {
  width: 66%;
  height: 68%;
  float: left;
}
.grid_6 .big img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  padding-bottom: 1px;
  padding-left: 1px;
}
.grid_6 .small {
  width: 33%;
  height: 34%;
  float: left;
  padding-left: 1px;
  padding-bottom: 1px;
}
.grid_6 .small img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/responsive.css */
@media screen and (max-width: 768px) {
  .mb15-sp {
    margin-bottom: 15px;
  }
}

/*! CSS Used from: https://mustgo.vn/frontend/libs/bootstrap/css/bootstrap.min.css */
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p {
  margin: 0 0 10px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-sm-6,
.col-sm-9,
.col-xs-10,
.col-sm-12,
.col-xs-14,
.col-sm-18,
.col-xs-20,
.col-xs-22,
.col-sm-24,
.col-sm-30,
.col-xs-36,
.col-sm-36 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-10,
.col-xs-14,
.col-xs-20,
.col-xs-22,
.col-xs-36 {
  float: left;
}
.col-xs-36 {
  width: 100%;
}
.col-xs-22 {
  width: 61.11111111%;
}
.col-xs-20 {
  width: 55.55555556%;
}
.col-xs-14 {
  width: 38.88888889%;
}
.col-xs-10 {
  width: 27.77777778%;
}
@media (min-width: 768px) {
  .col-sm-6,
  .col-sm-9,
  .col-sm-12,
  .col-sm-18,
  .col-sm-24,
  .col-sm-30,
  .col-sm-36 {
    float: left;
  }
  .col-sm-36 {
    width: 100%;
  }
  .col-sm-30 {
    width: 83.33333333%;
  }
  .col-sm-24 {
    width: 66.66666667%;
  }
  .col-sm-18 {
    width: 50%;
  }
  .col-sm-12 {
    width: 33.33333333%;
  }
  .col-sm-9 {
    width: 25%;
  }
  .col-sm-6 {
    width: 16.66666667%;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.collapse {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container:after,
.row:after {
  clear: both;
}
/*! CSS Used from: https://mustgo.vn/frontend/libs/fontawesome/css/all.min.css */
.far {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-calendar-alt:before {
  content: "\f073";
}
.far {
  font-weight: 400;
}
.far {
  font-family: "Font Awesome 5 Free";
}
/*! CSS Used from: https://mustgo.vn/frontend/libs/bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css */
.input-group.date .input-group-addon {
  cursor: pointer;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/normalize.css */
a {
  background-color: transparent;
}
button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
}
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/common.css */
.text-super-dark {
  color: #333;
}
*:focus {
  outline: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="text"].form-control {
  box-shadow: none;
  background: #e9ebee;
  border: 1px solid #d2d2d2;
}
.form-control {
  padding: 6px 5px;
}
p {
  margin: 0;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}
.full-width-ct {
  width: 100% !important;
}
.fs16 {
  font-size: 16px;
}
.fs20 {
  font-size: 20px;
}
.fs24 {
  font-size: 24px;
}
.mt20 {
  margin-top: 20px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.p15 {
  padding: 15px;
}
.semi-bold {
  font-weight: 600;
}
.text-white {
  color: #fff;
}
.bg-grey {
  background-color: #f7f7f7;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #f1f1f1;
}
.flex {
  display: flex;
}
.no-pad-left {
  padding-left: 0;
}
.no-pad-right {
  padding-right: 0;
}
.no-mar-left {
  margin-left: 0;
}
.no-mar-right {
  margin-right: 0;
}
.border-blue {
  border: 8px solid #0098d5;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/style.css */
.main-color {
  color: #0098d5;
}
.box-underline-center {
  position: relative;
}
.box-underline-center:after {
  content: " ";
  position: absolute;
  width: 40%;
  border-bottom: 2px solid #0098d5;
  bottom: 0;
  left: 30%;
}
a:hover {
  color: inherit;
}
.full-height {
  height: 100%;
}
.btn-request {
  background-color: #28bb4a;
  border-radius: 0px;
  padding: 11px 12px;
}
input[type="text"].form-control.popup-voucher {
  background: #fff;
}
.popup-voucher::placeholder {
  color: #dfdfdf;
  font-weight: normal;
  font-style: italic;
}
.filter-accordion .panel {
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #c1c1c1;
}
.filter-accordion .panel:first-child {
  border-bottom: 0;
}
.filter-accordion a.detail {
  color: #3dabff;
}
.filter-accordion .panel-bg-blue a.detail {
  color: #fff;
}
.filter-accordion a.detail.collapsed {
  color: #3dabff;
}
.filter-accordion .panel-bg-blue a.detail.collapsed {
  color: #fff;
}
.filter-accordion-content {
  border-top: 1px solid #c1c1c1;
}
.filter-accordion .panel-bg-blue {
  background-color: #3dabff;
  color: #fff;
}
.filter-accordion a.detail .filter-dropdown-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.filter-accordion a.detail.collapsed .filter-dropdown-arrow::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.detail {
  color: #ffffff;
}
.display-textarea {
  white-space: pre-line;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/responsive.css */
@media screen and (max-width: 768px) {
  .mb10-sp {
    margin-bottom: 10px;
  }
  .row-eq-height {
    display: block;
  }
}

/*! CSS Used from: Embedded */
.gm-style .gm-style-mtc label,
.gm-style .gm-style-mtc div {
  font-weight: 400;
}
/*! CSS Used from: Embedded */
.gm-control-active > img {
  box-sizing: content-box;
  display: none;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gm-control-active > img:nth-child(1) {
  display: block;
}
.gm-control-active:hover > img:nth-child(1),
.gm-control-active:active > img:nth-child(1) {
  display: none;
}
.gm-control-active:hover > img:nth-child(2),
.gm-control-active:active > img:nth-child(3) {
  display: block;
}
/*! CSS Used from: Embedded */
.gm-ui-hover-effect {
  opacity: 0.6;
}
.gm-ui-hover-effect:hover {
  opacity: 1;
}
/*! CSS Used from: Embedded */
.gm-style .gm-style-cc span,
.gm-style .gm-style-cc a,
.gm-style .gm-style-mtc div {
  font-size: 10px;
  box-sizing: border-box;
}
/*! CSS Used from: Embedded */
@media print {
  .gm-style .gmnoprint,
  .gmnoprint {
    display: none;
  }
}
@media screen {
  .gm-style .gmnoscreen,
  .gmnoscreen {
    display: none;
  }
}
/*! CSS Used from: Embedded */
.gm-style-pbc {
  transition: opacity ease-in-out;
  background-color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.gm-style-pbt {
  font-size: 22px;
  color: white;
  font-family: Roboto, Arial, sans-serif;
  position: relative;
  margin: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*! CSS Used from: Embedded */
.gm-style img {
  max-width: none;
}
.gm-style {
  font: 400 11px Roboto, Arial, sans-serif;
  text-decoration: none;
}
/*! CSS Used from: https://mustgo.vn/frontend/libs/bootstrap/css/bootstrap.min.css */
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
}
button {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p {
    orphans: 3;
    widows: 3;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
p {
  margin: 0 0 10px;
}
.text-center {
  text-align: center;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
 
.col-sm-9,
.col-sm-10,
.col-xs-18,
.col-sm-27,
.col-sm-31,
.col-xs-36,
.col-sm-36 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-18,
.col-xs-36 {
  float: left;
}
/* .col-xs-36 {
  width: 100%;
} */
.col-xs-18 {
  width: 50%;
}
@media (min-width: 768px) {
  .col-sm-9,
  .col-sm-10,
  .col-sm-27,
  .col-sm-31,
  .col-sm-36 {
    float: left;
  }
  .col-sm-36 {
    width: 100%;
  }
  .col-sm-31 {
    width: 86.11111111%;
  }
  .col-sm-27 {
    width: 75%;
  }
  .col-sm-10 {
    width: 27.77777778%;
  }
  .col-sm-9 {
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 2.77777778%;
  }
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
/*! CSS Used from: https://mustgo.vn/frontend/libs/fontawesome/css/all.min.css */
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-star:before {
  content: "\f005";
}
.far {
  font-weight: 400;
}
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
.fas {
  font-weight: 900;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/hotel-font.css */
.ficon {
  font-family: icons-optimized;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 3px;
}
.ficon-24hour-check-in:before {
  content: "\F103";
}
.ficon-24hour-security:before {
  content: "\F106";
}
.ficon-iron:before {
  content: "\F10C";
}
.ficon-balcony-terrace:before {
  content: "\F13A";
}
.ficon-bathroom-basics:before {
  content: "\F13F";
}
.ficon-bathtub:before {
  content: "\F142";
}
.ficon-carpeting:before {
  content: "\F17D";
}
.ficon-city-view:before {
  content: "\F1B9";
}
.ficon-closet:before {
  content: "\F1C3";
}
.ficon-clothes-dryer-pay:before {
  content: "\F1C4";
}
.ficon-clothes-washer-free:before {
  content: "\F1C6";
}
.ficon-coffee-shop:before {
  content: "\F1C9";
}
.ficon-daily-housekeeping:before {
  content: "\F1E5";
}
.ficon-elevator:before {
  content: "\F20D";
}
.ficon-family-room:before {
  content: "\F238";
}
.ficon-fan:before {
  content: "\F23D";
}
.ficon-free-wifi-in-all-rooms:before {
  content: "\F261";
}
.ficon-garden:before {
  content: "\F268";
}
.ficon-hair-dryer:before {
  content: "\F27B";
}
.ficon-in-room-safe:before {
  content: "\F2A4";
}
.ficon-laundry-service:before {
  content: "\F2CE";
}
.ficon-luggage-storage:before {
  content: "\F2E4";
}
.ficon-mini-bar:before {
  content: "\F311";
}
.ficon-noti-check-mark-rounded-inner:before {
  content: "\F34B";
}
.ficon-reception:before {
  content: "\F3AE";
}
.ficon-restaurant:before {
  content: "\F3B9";
}
.ficon-right-tick:before {
  content: "\F3C0";
}
.ficon-satellite-cable-channels:before {
  content: "\F3CD";
}
.ficon-sauna:before {
  content: "\F3CF";
}
.ficon-separate-dining-area:before {
  content: "\F3E4";
}
.ficon-shower-and-bathtub:before {
  content: "\F3F2";
}
.ficon-shower:before {
  content: "\F3F4";
}
.ficon-slippers:before {
  content: "\F3FF";
}
.ficon-sofa:before {
  content: "\F408";
}
.ficon-solid-air-conditioning:before {
  content: "\F40E";
}
.ficon-spa-sauna:before {
  content: "\F439";
}
.ficon-telephone:before {
  content: "\F47C";
}
.ficon-towels:before {
  content: "\F4A3";
}
.ficon-tv-flat-screen:before {
  content: "\F4B4";
}
.ficon-wifi-in-public-areas:before {
  content: "\F4D1";
}
/*! CSS Used from: https://mustgo.vn/frontend/libs/bootstrap-pretty-tables.min.css */
img {
  page-break-inside: avoid;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/normalize.css */
a {
  background-color: transparent;
}
img {
  border-style: none;
}
button {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
[type="button"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/common.css */
.text-red {
  color: #b92b27;
}
*:focus {
  outline: 0;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
p {
  margin: 0;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs28 {
  font-size: 28px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.p10 {
  padding: 10px;
}
.p20 {
  padding: 20px;
}
.semi-bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.bg-grey {
  background-color: #f7f7f7;
}
.bg-white {
  background-color: #fff;
}
.bg-grey {
  background-color: #f1f1f1;
}
.vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-pad-left,
.no-pad-left-pc {
  padding-left: 0;
}
.no-pad-right,
.no-pad-right-pc {
  padding-right: 0;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/style.css */
.main-color {
  color: #0098d5;
}
.box-underline-center {
  position: relative;
}
.box-underline-center:after {
  content: " ";
  position: absolute;
  width: 40%;
  border-bottom: 2px solid #0098d5;
  bottom: 0;
  left: 30%;
}
a:hover {
  color: inherit;
}
.combo-rating span {
  /*color: #f3d61d;*/
  background: transparent;
}
.rating-inline div {
  display: inline-block;
}
.short-info {
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  text-overflow: ellipsis;
}
.info-utility {
  overflow: hidden;
  position: relative;
  line-height: 1.5em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
  text-overflow: ellipsis;
}
#caption-content {
  line-height: 1.5;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/responsive.css */
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
  .no-pad-left-pc {
    padding-left: 15px;
  }
  .no-pad-right-pc {
    padding-right: 15px;
  }
  .mt0-sp {
    margin-top: 0px;
  }
  .mb10-sp {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  .combo-rating {
    font-size: 10px;
  }
}
