/*! CSS Used from: https://mustgo.vn/frontend/libs/bootstrap/css/bootstrap.min.css */
a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

strong {
    font-weight: bold;
}

/*p.star-rating {
    margin-left: 25px;
}*/

img {
    border: 0;
}

input,
select {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

    input[type="checkbox"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        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;
    }

input,
select {
    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;
}

p {
    margin: 0 0 10px;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.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-9,
.col-xs-11,
.col-sm-12,
.col-sm-14,
.col-xs-17,
.col-sm-17,
.col-xs-18,
.col-sm-18,
.col-xs-19,
.col-sm-19,
.col-sm-22,
.col-xs-25,
.col-sm-27,
.col-xs-36,
.col-sm-36 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-11,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-25,
.col-xs-36 {
    float: left;
}

.col-xs-36 {
    width: 100%;
}

.col-xs-25 {
    width: 69.44444444%;
}

.col-xs-19 {
    width: 52.77777778%;
}

.col-xs-18 {
    width: 50%;
}

.col-xs-17 {
    width: 47.22222222%;
}

.col-xs-11 {
    width: 30.55555556%;
}

@media (min-width: 768px) {
    .col-sm-9,
    .col-sm-12,
    .col-sm-14,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-22,
    .col-sm-27,
    .col-sm-36 {
        float: left;
    }

    .col-sm-36 {
        width: 100%;
    }

    .col-sm-27 {
        width: 75%;
    }

    .col-sm-22 {
        width: 61.11111111%;
    }

    .col-sm-19 {
        width: 52.77777778%;
    }

    .col-sm-18 {
        width: 50%;
    }

    .col-sm-17 {
        width: 47.22222222%;
    }

    .col-sm-14 {
        width: 38.88888889%;
    }

    .col-sm-12 {
        width: 33.33333333%;
    }

    .col-sm-9 {
        width: 25%;
    }
}

input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

    input[type="checkbox"]:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.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;
    }

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.top {
        margin-top: -3px;
        padding: 5px 0;
    }

    .tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.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-calendar-alt:before {
    content: "\f073";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.far {
    font-weight: 400;
}

.far,
.fas {
    font-family: "Font Awesome 5 Free";
}

.fas {
    font-weight: 900;
}
/*! CSS Used from: https://mustgo.vn/frontend/libs/icheck/skins/all.css */
/*! @import https://mustgo.vn/frontend/libs/icheck/skins/flat/_all.css */
.icheckbox_flat-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    /*background: url(https://mustgo.vn/frontend/libs/icheck/skins/flat/blue.png)
    no-repeat;*/
    border: none;
    cursor: pointer;
}

.icheckbox_flat-blue {
    background-position: 0 0;
}

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat-blue {
        /*background-image: url(https://mustgo.vn/frontend/libs/icheck/skins/flat/blue@2x.png);*/
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}
/*! end @import */
/*! 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/libs/bootstrap-slider/slider.css */
.slider {
    display: block;
    vertical-align: middle;
    position: relative;
}

    .slider.slider-horizontal {
        width: 100%;
        height: 20px;
        margin-bottom: 20px;
    }

        .slider.slider-horizontal:last-of-type {
            margin-bottom: 0;
        }

        .slider.slider-horizontal .slider-track {
            height: 5px;
            width: 100%;
            margin-top: -5px;
            top: 50%;
            left: 0;
        }

        .slider.slider-horizontal .slider-selection,
        .slider.slider-horizontal .slider-track-low,
        .slider.slider-horizontal .slider-track-high {
            height: 100%;
            top: 0;
            bottom: 0;
        }

        .slider.slider-horizontal .slider-handle {
            margin-left: -10px;
            margin-top: -5px;
        }

    .slider .tooltip.top {
        margin-top: -36px;
    }

    .slider .tooltip-inner {
        white-space: nowrap;
    }

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f0f0f0, #f9f9f9);
    background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#f0f0f0), to(#f9f9f9) );
    background-image: -webkit-linear-gradient(top, #f0f0f0, #f9f9f9);
    background-image: -o-linear-gradient(top, #f0f0f0, #f9f9f9);
    background-image: linear-gradient(to bottom, #f0f0f0, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.slider-selection {
    position: absolute;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -webkit-gradient( linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5) );
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fecb00;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    opacity: 1;
    border: 0px solid transparent;
}

    .slider-handle.round {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

#aqua .slider-selection {
    background: #3dabff;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/normalize.css */
a {
    background-color: transparent;
}

strong {
    font-weight: bolder;
}

img {
    border-style: none;
}

input,
select {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

input {
    overflow: visible;
}

select {
    text-transform: none;
}

[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/common.css */
.text-super-dark {
    color: #333;
}

.text-dark {
    color: #666666;
}

.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;
}

input[type="text"].form-control {
    box-shadow: none;
    background: #e9ebee;
    border: 1px solid #d2d2d2;
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.form-control {
    padding: 6px 5px;
}

p {
    margin: 0;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 0.8;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

.overhidden {
    overflow: hidden;
    clear: both;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mr30 {
    margin-right: 30px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.pb05 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pl05 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pr05 {
    padding-right: 5px;
}

.p15 {
    padding: 15px;
}

.semi-bold {
    font-weight: 600;
}

.text-orange {
    color: #fecb00;
}

.text-white {
    color: #fff;
}

.combo-item {
    box-shadow: 0px 1px 5px 2px #ccc;
}

.bottom {
    vertical-align: bottom;
}

.no-pad-left {
    padding-left: 0;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/style.css */
.text-pink {
    color: #ff3965;
}

.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;
}

.box-underline-left {
    position: relative;
}

    .box-underline-left:after {
        content: " ";
        position: absolute;
        width: 40%;
        border-bottom: 2px solid #0098d5;
        bottom: 0;
        left: 0;
    }

.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%;
    }

.top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2px 8px;
    background-color: #333333;
}

.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;
}

.list-location {
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.1);
    background: #ffffff;
}

.btn-sort:after {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    margin-left: -20px;
    content: "";
    height: 4px;
    width: 40px;
    display: block;
    bottom: -1px;
    background: #0098d5;
    z-index: 10;
}

.btn-sort:hover:after,
.active > .btn-sort:after {
    left: 40%;
    top: 170%;
    opacity: 1 !important;
    filter: alpha(opacity=100);
}

.rating-inline div {
    display: inline-block;
}

.voucher-name {
    overflow: hidden;
    position: relative;
    line-height: 1.6em;
    height: 1.6em;
    margin: 6px;
    text-overflow: ellipsis;
}

.text-light-blue {
    color: #3dabff;
}

.slider.slider-horizontal .slider-handle {
    margin-top: -7px !important;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/responsive.css */
@media screen and (max-width: 768px) {
    .btn-sort:after {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
        top: 0;
        margin-left: -20px;
        content: "";
        height: 4px;
        width: 40px;
        display: block;
        bottom: -1px;
        background: #0098d5;
        z-index: 10;
        margin-top: -45px;
    }

    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }

    .mt15-sp {
        margin-top: 15px;
    }
}

@media screen and (max-width: 320px) {
    .combo-rating {
        font-size: 10px;
    }
}

.widget.widget-price .widget-title {
    margin-bottom: 29px;
}

.widget.widget-price #slide-range {
    margin-bottom: 10px;
}

.widget.widget-price .ui-slider-horizontal .ui-slider-handle {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin-top: -3px;
}

.widget.widget-price .ui-slider-horizontal {
    height: 3px;
}

.widget.widget-price .ui-state-default,
.widget.widget-price .ui-widget-content .ui-state-default,
.widget.widget-price .ui-widget-header .ui-state-default,
.widget.widget-price .ui-button,
html .ui-button.ui-state-disabled:hover,
.widget.widget-price html .ui-button.ui-state-disabled:active {
    border: 1px solid #f63440;
    background-color: #f63440;
}

.widget.widget-price .ui-widget-content {
    background: #d6d6d6;
}

.widget.widget-price .ui-widget-header {
    background: #333333;
}

.widget.widget-price .amount {
    line-height: 21px;
    color: #333333;
}

    .widget.widget-price .amount input[type="text"] {
        width: 75%;
        border: none;
        font-size: 14px;
        line-height: 21px;
        color: #333333;
        font-weight: 300;
        letter-spacing: 0px;
        padding-left: 0px;
    }

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }


/* support: IE8 - See #6727 */

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

input[type="text"] {
    background-color: #ffffff;
    height: 50px;
    width: 100%;
    padding-left: 17px;
    line-height: 30px;
    letter-spacing: 0.6px;
    font-weight: 400;
    outline: none;
    border: 1px solid #ebebeb;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


 
 
p .pc  {
    white-space: nowrap; 
    width: 100px; 
    overflow: hidden;
    text-overflow: ellipsis; 
 }
 
p .sp  {
    white-space: nowrap; 
    width: 100px; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
