body {
    color: #111;
    font-size: 18px;
    font-family: 'Judson', serif;
    position: relative;
}

a {
    color: #008e90;
}

a:hover, a:focus {
    text-decoration: none;
}

.t-14 {
    font-size: 14px;
}

.w-30 {
    width: 30px;
}

.btn-primary {
    color: #fff;
    background: #cb78fc;
    border-color: #cb78fc;
    height: 50px;
    border-radius: 0;
}

.btn-primary:hover {
    color: #fff;
    background: #c23616;
    border-color: #c23616;
    opacity: 0.8;
}



.btn-outline-primary {
    color: #c23616;
    background-color: transparent;
    background-image: none;
    border-color: #c23616;
}

.btn-outline-primary:hover {
    color: #fff;
    background: #c23616;
    border-color: #c23616;
    opacity: 0.8;
}

.text-primary {
    color: #c23616 !important;
}

.text-secondary {
    color: #99AA00 !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}

.img-responsive {
    width: 100% !important;
}



.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: -50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    z-index: 2;
}

#hero h1 {
    margin: 0 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: #fff;
}

#hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: normal;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #d2e038;
    text-transform: uppercase;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #dce835;
    color: #111;
}

/*-----------------------------------------------------------------*/
* {
    touch-action: manipulation !important;
}

#header {
    transition: all 0.2s;
    z-index: 888;
    top: 0;
    background: transparent;
    padding: 0;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.03);
}
.header-scrolled{
    background: rgb(200,34,247) !important;
    background: linear-gradient(235deg, rgba(200,34,247,1) 0%, rgba(3,119,108,1) 100%) !important;
}
#header .logo a {
    position: relative;
    display: -webkit-box;
}

#header .logo h1 {
    font-size: 25px;
    margin: 10px 0;
    color: #fff;
}

#header .logo h1 a {
    color: #000000;
    font-weight: bolder;
}

#header .logo img {
    padding: 0;
    margin: 0;
    width: 172px;
    position: absolute;
    top: -27px;
}
#header .back-home{
    position: absolute;
    top: 12px;
    left: 103px;
}
#header .back-home img{
    width: 120px;
    top: -10px;
    left: 85px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
    display: block;
    /* margin: 12px 0; */
}

.main-nav * {
    padding: 0;
    list-style: none;
    margin: 0;
}

.fixed-top {
    position: fixed !important;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
}

.main-nav li.lienhe {
    margin-left: 10px;
}

.main-nav li.lienhe a {
    background: #cb78fc;
    padding: 15px 30px;
    color: #fff;
}

.main-nav li.lienhe a:hover {
    color: #fff;
    opacity: 0.8;
}

.main-nav li.login a {
    background: #008e90;
    color: #fff;
}

.main-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 15px 8px;
    transition: 0.1s;
    font-size: 20px;
    font-weight: 500;
    margin: 0 10px;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    color: #c1feff;
    text-decoration: none;
    /* background: #f5f5f5; */
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 790;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.1);
    transition: ease all 0.1s;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 220px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 15px 10px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    text-transform: none;
    margin: 0;
}

.main-nav .drop-down ul li:last-child a {
    border: none !important;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
    color: #222;
    background: #f5f5f5;
}

.main-nav .drop-down > a:after {
    font-family: "Ionicons";
    content: "\f35f";
    padding-left: 3px;
    font-size: 12px;
    color: #999;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

.mobile-nav ul li.drop-down ul li a img, .main-nav ul li.drop-down ul li a img {
    width: 45px;
    float: left;
    margin-right: 10px;
    margin-top: -2px;
}

.main-nav .drop-down .drop-down > a:after {
    content: "\f105";
    position: absolute;
    right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
    position: fixed;
    top: 45px;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: -260px;
    width: 260px;
    /* padding-top: 18px; */
    background: #fff;
    transition: 0.1s;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #111;
    padding: 10px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 22px;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #e14925;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    font-family: "Ionicons";
    content: "\f35f";
    padding-left: 10px;
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 18px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\f365";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 10px;
}

.mobile-nav-toggle {
    position: absolute;
    right: 0;
    float: right;
    top: 8px;
    z-index: 999;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.2s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    touch-action: manipulation;
}

.mobile-nav-toggle i {
    padding: 0 20px;
    font-size: 30px;
    color: #008e90;
    display: inline-block;
    float: right;
    position: absolute;
    right: 0px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(189, 189, 189, 0.95);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    right: 0;
    top: 45px;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #444;
}

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.1;
    border-radius: 50px;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    z-index: 99;
    transition: background 0.1s;
}

.back-to-top:hover {
    color: #fff;
}

.sc-pd {
    padding: 100px 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 50px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 50px;
}


.paper-bg {
    background: url("../img/bg-paper.jpg");
    background-size: cover;
    background-position: top center;
    padding: 80px 0;
}
.paper-bg-dacquyen{
    background: url("../img/bg-paper-dac-quyen.jpg");
    background-size: cover;
    background-position: top center;
    padding: 80px 0;
}
.sc-header {
    margin-bottom: 60px;
}

.sc-header h2 {
    font-size: 48px;
    color: #008e90;
    font-weight: bold;
    text-transform: uppercase;
}

.sc-header p {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif
}

.sc-header img {
    margin: 7px 0;
    height: 30px;
}

.swiper-wrapper-gioithieu {
}

.swiper-wrapper-gioithieu .swiper-slide {
    text-align: center;
}

.swiper-wrapper-gioithieu .swiper-slide-prev, .swiper-wrapper-gioithieu .swiper-slide-next {
    opacity: 0.5;
}

.swiper-wrapper-gioithieu .swiper-slide .content {
    padding: 30px 80px 25px 80px;
    margin: 20px 0;
}

.swiper-wrapper-gioithieu .swiper-slide .content p {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.swiper-wrapper-gioithieu .swiper-slide .content h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
}

.swiper-wrapper-gioithieu .swiper-slide img {
    border-radius: 20px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #008e90;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #008e90;
}

.swiper-wrapper-gioithieu .swiper-slide {
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px;
}

.loai-phong {
    background: url("../img/bg-paper-1.jpg");
    background-size: cover;
    background-position: top right;
}
.swiper-container-loaiphong .swiper-slide .content ul.mota {
    padding: 0;
}
.swiper-container-loaiphong .swiper-slide .content ul.mota  li{
    list-style: none;
    display: block;
    border-bottom: 2px solid #f5f5f5;
    padding: 6px 0;
}
.swiper-container-loaiphong .swiper-slide .content ul.mota  li img{}
.swiper-container-loaiphong .swiper-slide .content ul.mota  li strong{
    display: inline-block;
    width: 142px;
}

.swiper-container-loaiphong .swiper-slide .content ul.tienich{
    padding: 0;
    font-size: 15px;
    margin-top: 15px;
}
.swiper-container-loaiphong .swiper-slide .content ul.tienich li{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 5px;
}
.swiper-container-loaiphong .swiper-slide .content ul.tienich li img{
    width: 20px;
    margin-right: 4px;
}
.swiper-container-loaiphong .swiper-slide .content {
    padding: 0 0 0 20px;
}

.swiper-container-loaiphong .swiper-slide .content h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.swiper-container-loaiphong .swiper-slide .content p {
    font-size: 17px
}

.swiper-container-loaiphong .swiper-slide .content p.gia {
    font-size: 24px;
    /* line-height: 1.1; */
    font-weight: bold;
    color: #ffffff;
    background: #008e90;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 10px 0;
    text-align: center;
}
.swiper-container-loaiphong .swiper-slide .content p.gia span{
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
}

.swiper-container-loaiphong .swiper-wrapper {
    padding-bottom: 40px
}
.t-17{font-size: 17px}
.dv-tau-dulich{
    background: url("../img/beach-blue-boat-island.jpg");
    background-size: cover;
    background-position: center;
}
.text-do {
    color: #008e90
}
.dv-tau-dulich .item{background: #fff;margin-top: 30px}
.dv-tau-dulich .item h3{
    font-weight: bold;
    font-size: 36px;
}
.dv-tau-dulich .item p{
    border-bottom: 2px dotted #e5e5e5;
    padding-bottom: 20px;
    font-size: 18px;
}
.dang-ky {
    background: url("../img/beach1.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
.dang-ky .overlay{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
}
.resort-form {
    font-family: Helvetica, Arial, sans-serif;
}
.resort-form .form-control{
    height: 55px;
    border-radius: 0;
    padding: 0 30px;
}
.resort-form {}
.resort-form .btn-secondary{
    height: 55px;
    display: block;
    width: 100%;
    border-radius: 0;
}



.ds-donggop {margin: 40px 0;
    padding: 20px;
    background: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.ds-donggop table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #008e90;
}

.ds-donggop table thead tr {
    border-top: none;
    font-weight: 700;
}

.ds-donggop table thead tr th:first-child { width: 8%; padding: 20px 10px;  }

.ds-donggop table thead tr th:last-child {width: 20%;}

.ds-donggop table thead {
    background: rgb(0 142 144 / 18%);
    padding: 10px;
}
.ds-donggop table tr {
    border-top: 1px solid #008e90;
    padding: 10px 5px;
}

.ds-donggop table tr:last-child {/* border-bottom: 1px solid #008e90; */}

.ds-donggop table th,
.ds-donggop table td {
    padding: 5px;
    text-align: center;
    border-right: 1px solid #008e90;
}

.ds-donggop table th {
    font-size: 16px;
    font-weight: 700;
}
.alert {
    border-radius: 0;
}
.bua-an {}

.bua-an-contain {
    position: relative;
    background: url("../img/bua-an.jpg");
    background-size: cover;
    background-position: center;
    padding: 50px;
    height: 600px;
}
.bua-an .content{
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50%;
    background: rgba(0, 0, 0, 0.36);
    padding: 20px;
    color: #fff;
    font-size: 17px;
}
.gia{
    font-size: 21px;
    font-weight: bold;
}

.foot-social {
    padding: 0;
    margin-top: 48px;
}
.foot-social li{
    display: inline-block;
    margin: 0 10px;
}
.foot-social li a{
    padding: 20px;
    background: #000;
    color: #fff;
    text-align: center;
}
.foot-social li a i{
    width: 22px;
    display: inline-block;
}

footer{
    padding: 50px 0;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    background: url("../img/bg-paper.jpg");
    background-size: cover;
    background-position: top right;
}
footer h3{
    text-transform: uppercase;
    color: #111;
    font-size: 26px;
    font-family: 'Judson', serif;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media screen and (max-width: 700px) {

    .ds-donggop .page-link {
        margin: 0px 5px;
    }

    .detail-about .info .date {margin-right: 20px;}



    .ds-donggop table {
        border: 1px solid #008e90;
    }

    .ds-donggop table caption {
        font-size: 1.3em;
    }

    .ds-donggop table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .ds-donggop table thead tr {
        border-top: none;
    }

    .ds-donggop table tr {
        display: block;
        padding: 5px 0;
        border-top: 0;
    }

    .ds-donggop table td {
        border-bottom: 1px solid #008e90;
        display: block;
        font-size: 16px;
        text-align: right;
        border-right: 0;
    }

    .ds-donggop table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .ds-donggop table td:last-child {
        border-bottom: 0;
    }


}


@media (min-width: 1000px) {
    .main-nav {
        display: block;
    }

    .mobile-nav {
        display: none;
    }

    .mobile-nav-toggle {
        display: none;
    }
}

@media (max-width: 768px) {

    .back-to-top {
        right: 20px !important;
        bottom: 10px !important;
    }

    #header .logo img {
        width: 110px;
        top: -11px;
        /* left: 0; */
    }

    .swiper-wrapper-gioithieu .swiper-slide {
    }

    .swiper-wrapper-gioithieu .swiper-slide .content {
        font-size: 18px;
        background: #ffffff;
        padding: 30px 20px;
    }

    .sc-header h2 {
        font-size: 32px;
    }

    .sc-header {
        margin-bottom: 30px;
    }

    .sc-header p {
        font-size: 15px;
    }

    .paper-bg, paper-bg-dacquyen {
        padding: 40px 0
    }

    .sc-header img {
        margin: 5px 0;
        width: 80px;
    }

    .swiper-wrapper-gioithieu .swiper-slide .content h3 {
        font-size: 28px;
    }

    .sc-pd {
        padding: 50px 0;
    }

    .swiper-container-loaiphong .swiper-slide .content {
        padding: 30px 0
    }

    .swiper-container-loaiphong .swiper-slide .content h3 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .swiper-container-loaiphong .swiper-slide .content p {
        font-size: 17px
    }

    .swiper-container-loaiphong .swiper-slide .content p.gia {
        font-size: 36px;
        font-weight: bold;
        font-family: Helvetica, Arial, sans-serif;
        /* color: #008e90; */
    }

    .swiper-container-loaiphong .swiper-wrapper {
        padding-bottom: 40px
    }

    .bua-an .content{
        width: 80%;
    }
}

@media (max-width: 1000px) {
    .main-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .mobile-nav-toggle {
        display: block;
    }

    .hd-item .content {
        margin-top: 40px;
        position: relative;
    }

    #header {
        background: rgb(255, 255, 255);
        top: -1px;
        height: 45px;
        z-index: 99999 !important;
    }

    #header .back-home{
        position: absolute;
        top: 6px;
        left: 84px;
    }
    #header .back-home img{
        width: 120px;
    }

    .banner-slide {
        margin-top: 44px;
    }


}


@media screen and (max-width: 340px) {
}

.text-danger-fl {
    color: #fbff00;
    font-size: 26px;
}

#confirm {
    text-align: center;
    color: #fff;
    /* background-color: #f8f8f8; */
    margin-top: 0;
    background: url("../img/bg-paper-dac-quyen.jpg");
    background-size: cover;
    background-position: top center;
    padding: 120px 0 80px 0;
}
@media (max-width: 767px) {
    #confirm {
        padding: 60px 15px;
    }
}

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px;
    }
    100% {
        stroke-dashoffset: 480px;
    }
}
.inlinesvg .svg svg {
    display: inline;
}

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards;
}