body {
    font-family: "Poppins", sans-serif;
    background-color: #ffffff;
}

.col-sm-4,
.col-sm-20,
.col-sm-36 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width: 768px) {
    .col-sm-4,
    .col-sm-20,
    .col-sm-36 {
        float: left;
    }

    .col-sm-36 {
        width: 100%;
    }

    .col-sm-20 {
        width: 66.755556%;
    }

    .col-sm-4 {
        width: 11.11111111%;
    }

    .col-sm-offset-6 {
        margin-left: 16.66666667%;
    }
}

/*! CSS Used from: https://mustgo.vn/frontend/libs/fontawesome/css/all.min.css */
.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-search:before {
    content: "\f002";
}

.fas {
    font-family: "Font Awesome 5 Free";
}

.fas {
    font-weight: 900;
}
/*! CSS Used from: https://mustgo.vn/frontend/libs/bxslider/dist/jquery.bxslider.min.css */
.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

.bx-viewport {
    -webkit-transform: translatez(0);
}
/*! 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;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/normalize.css */

.pc {
    display: block;
}
/* input[type="text"].form-control {
  box-shadow: none;
  background: #e9ebee;
  border: 1px solid #d2d2d2;
} */

.form-control {
    padding: 6px 5px;
}

.pos-relative {
    position: relative;
}

.pc {
    display: block;
}

.fs24 {
    font-size: 24px;
}

.mt20 {
    padding-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mr10 {
    margin-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.br4 {
    border-radius: 4px;
}

.semi-bold {
    font-weight: 600;
}

.text-black {
    color: #333333;
}

.no-pad-left {
    padding-left: 0;
}

.no-pad-right {
    padding-right: 0;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/style.css */
.box-underline-center {
    position: relative;
}

    .box-underline-center:after {
        content: " ";
        position: absolute;
        width: 40%;
        border-bottom: 2px solid #0098d5;
        bottom: 0;
        left: 30%;
    }

.slider img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.bx-wrapper {
    margin-bottom: 0;
    box-shadow: none;
    border: none;
}

.wrapper-slider {
    position: relative;
}

    .wrapper-slider::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 250px;
        width: 100%;
        background-color: #f2f2f2;
        opacity: 0.5;
    }

.box-search {
    margin-top: -220px;
    z-index: 999;
    position: relative;
}

.btn-home-search {
    background-color: #44da8e;
    color: #fff;
    font-size: 14px;
}

    .btn-home-search:hover {
        color: #fff;
    }

.box-search .input-group-addon {
    background-color: #fff;
    border: none;
}

.box-search input {
    border: none !important;
    background-color: #fff !important;
}

.border-blue-input {
    border: 1px solid #5bc0de !important;
}

.text-light-blue {
    color: #3dabff;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/responsive.css */
@media screen and (max-width: 768px) {
    /* .pc {
  } */
    .btn-home-search {
        font-size: 16hpx;
        width: 100%;
        text-align: center;
    }

    .box-search {
        margin-top: 0;
    }
}

.fs14 {
    font-size: 14px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/style.css */
.sologan {
    color: #0c3e53;
    box-shadow: 0 4px 2px -2px #ababab;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

/* footer */
/*! CSS Used from: https://mustgo.vn/frontend/libs/bootstrap/css/bootstrap.min.css */
footer {
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

p {
    margin: 0 0 10px;
}

.full-width {
    width: 20%;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.text-white {
    color: #fff;
}
/*! CSS Used from: https://mustgo.vn/frontend/css/style.css */
.text-footer {
    color: #b1ccf3;
}

a:hover {
    color: inherit;
}

footer {
    background-color: #244c5e;
}
/*.logo-footer {
  margin-top: 40px;
}*/
.footer-menu li a {
    color: #fff;
    font-size: 14px;
}

.footer-content hr {
    border-top: 3px solid #406373;
}

/*! CSS Used from: https://mustgo.vn/frontend/css/responsive.css */
@media screen and (max-width: 768px) {
    .footer-content {
        text-align: center;
    }
}

#slider {
    width: 215px;
    margin: 5px auto;
}

.mt20 {
    padding-top: 0 !important;
}

/*.modal-backdrop {
    display: none;
}*/

.fa-star {
    font-size: 11px
}

.checked {
    color: orange;
    background: transparent;
}

label {
    font-weight: 500;
}

.fa-star:before {
    content: "\f005";
    color: #f3d61d;
}