.sp {
  display: none;
}

p {
  margin: 0;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}

.fs12 {
  font-size: 12px;
}
.fs20 {
  font-size: 20px;
}
.fs24 {
  font-size: 24px;
}
.fs60 {
  font-size: 60px;
}
.mt10 {
  margin-top: 10px;
}
.mt50 {
  margin-top: 50px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt50 {
  padding-top: 50px;
}
.pb20 {
  padding-bottom: 20px;
}
.p30 {
  padding: 30px;
}
.regular {
  font-weight: 400;
}
.semi-bold {
  font-weight: 600;
}
.text-white {
  color: #fff;
}
.combo-item {
  box-shadow: 0px 1px 5px 2px #ccc;
}
.bg-white {
  background-color: #fff;
}
.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%;
}
.border-bottom-blue {
  border-bottom: 3px solid #0098d5;
}
.rectangle-image {
  position: relative;
  padding-bottom: 50% !important;
  height: 0 !important;
}
.rectangle-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
a:hover {
  color: inherit;
}
.image {
  opacity: 1;
  display: block;
  transition: 0.5s ease;
  backface-visibility: hidden;
}
.list-location {
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.location-item {
  background: #000;
  cursor: pointer;
}
.location-item img {
  opacity: 0.5;
}
.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-weight: bold;
  width: 100%;
}
.box-underline-center-white {
  position: relative;
}
.box-underline-center-white:after {
  content: " ";
  position: absolute;
  width: 40%;
  border-bottom: 2px solid #fff;
  bottom: 0;
  left: 30%;
}
.location-title {
  transition: 0.5s;
  transform: translateY(15px);
  margin-bottom: 10px;
}
.location-more-info {
  transition: 0.5s;
  transform: scale(0);
}
.location-item:hover .location-title {
  transform: translateY(-5px);
}
.location-item:hover .location-more-info {
  transform: scale(1);
}
.wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.inner {
  align-self: center;
  margin: 30px 0;
}
.pointer:hover {
  cursor: pointer;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/responsive.css */
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .row-eq-height {
    display: block;
  }
}


/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css */
a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    border: 0;
}

@media print {
    *, :after, :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-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;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

img {
    vertical-align: middle;
}

p {
    margin: 0 0 10px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-11 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-11 {
    float: left;
}

.col-xs-11 {
    width: 91.66666667%;
}

.row:after, .row:before {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}
/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0-11/css/all.min.css */
.fa, .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-clock:before {
    content: "\f017";
}

.fa-star:before {
    content: "\f005";
}

.far {
    font-weight: 400;
}

.fa, .far {
    font-family: "Font Awesome 5 Free";
}

.fa {
    font-weight: 900;
}
/*! CSS Used from: http://localhost:9021/Content/assets/css/nav.css */
a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    border: 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;
    }
}

* {
    -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;
    }

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;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

img {
    page-break-inside: avoid;
}

a {
    background-color: transparent;
}

img {
    border-style: none;
}

*:focus {
    outline: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}

.fs16 {
    font-size: 16px;
}

a:hover {
    color: inherit;
}
/*! CSS Used from: http://localhost:9021/Content/assets/css/style.css */
img {
    page-break-inside: avoid;
}

.pc {
    display: block;
}

.pc {
    display: block;
}

.semi-bold {
    font-weight: 600;
}

.no-pad-left {
    padding-left: 0;
}

.text-light-blue {
    color: #3dabff;
}

.text-center {
    text-align: center;
}

p {
    margin: 0 0 10px;
}

a:hover {
    color: inherit;
}

.fa-star {
    font-size: 11px;
}

    .fa-star:before {
        content: "\f005";
        color: #f3d61d;
    }
/*! CSS Used from: http://localhost:9021/Content/assets/css/index.css */
.sp {
    display: none;
}

p {
    margin: 0;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}

.fs12 {
    font-size: 12px;
}

.semi-bold {
    font-weight: 600;
}

.combo-item {
    box-shadow: 0px 1px 5px 2px #ccc;
}

.border-bottom-blue {
    border-bottom: 3px solid #0098d5;
}

a:hover {
    color: inherit;
}

.image {
    opacity: 1;
    display: block;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
}
/*! CSS Used from: http://localhost:9021/Content/assets/css/listhotel.css */
a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

img {
    border: 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;
    }

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;
}

p {
    margin: 0 0 10px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-11, .col-sm-14, .col-xs-17, .col-sm-17, .col-xs-19, .col-sm-19, .col-sm-22, .col-xs-25 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-11, .col-xs-17, .col-xs-19, .col-xs-25 {
    float: left;
}

.col-xs-25 {
    width: 69.44444444%;
}

.col-xs-19 {
    width: 52.77777778%;
}

.col-xs-17 {
    width: 47.22222222%;
}

.col-xs-11 {
    width: 30.55555556%;
}

@media (min-width: 768px) {
    .col-sm-14, .col-sm-17, .col-sm-19, .col-sm-22 {
        float: left;
    }

    .col-sm-22 {
        width: 61.11111111%;
    }

    .col-sm-19 {
        width: 52.77777778%;
    }

    .col-sm-17 {
        width: 47.22222222%;
    }

    .col-sm-14 {
        width: 38.88888889%;
    }
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.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;
}

.far {
    font-weight: 400;
}

.far {
    font-family: "Font Awesome 5 Free";
}

img {
    page-break-inside: avoid;
}

a {
    background-color: transparent;
}

img {
    border-style: none;
}

.text-super-dark {
    color: #333;
}

.text-light-blue {
    color: #20a8ca;
}

.text-grey {
    color: #999;
}

*: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;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs16 {
    font-size: 16px;
}

.pb05 {
    padding-bottom: 5px;
}

.pl05 {
    padding-left: 5px;
}

.pr05 {
    padding-right: 5px;
}

.semi-bold {
    font-weight: 600;
}

.text-orange {
    color: #fecb00;
}

.combo-item {
    box-shadow: 0px 1px 5px 2px #ccc;
}

.no-pad-left {
    padding-left: 0;
}

.border-bottom-blue {
    border-bottom: 3px solid #0098d5;
}

.rectangle-image-v2 {
    position: relative;
    padding-bottom: 70% !important;
    height: 0 !important;
}

    .rectangle-image-v2 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover;
    }

a:hover {
    color: inherit;
}

.wrap-content {
    background: #000;
    vertical-align: middle;
}

    .wrap-content .image-bottom-content {
        position: absolute;
        bottom: 0;
        background: rgb(0, 0, 0);
        background: rgba(0, 0, 0, 0.5);
        color: #f1f1f1;
        width: 100%;
    }

.image {
    opacity: 1;
    display: block;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.middle-button {
    transition: 0.5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.wrap-content:hover .image {
    opacity: 0.5;
}

.wrap-content:hover .middle-button {
    opacity: 1;
}

.button-text a {
    background-color: #0098d5;
    color: white;
    font-size: 14px;
    padding: 5px 20px;
}

.voucher-name {
    overflow: hidden;
    position: relative;
    line-height: 1.6em;
    height: 1.6em;
    margin: 6px;
    text-overflow: ellipsis;
}

.text-light-blue {
    color: #3dabff;
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }
}

@media screen and (max-width: 320px) {
    .combo-rating {
        font-size: 10px;
    }
}
/*! CSS Used from: Embedded */
p.pc {
    white-space: nowrap !important;
    width: 100px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

p.sp {
    white-space: nowrap !important;
    width: 100px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
 