/*---------------------------------------
     GENERAL               
  -----------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #3f3f3f;
    font-size: 1.4rem;
    background-color: white;
    font-weight: 400;
    line-height: 2.4rem;
}

p {
    margin-bottom: 1.5rem;
}
ul.scroll {
    max-height: 33rem;
    overflow-y: auto;
}

a {
    color: #3f3f3f;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #73c04a;
}

.pb-30 {
    padding-bottom: 3rem;
}

.pb-20 {
    padding-bottom: 2rem;
}

.pb-10 {
    padding-bottom: 1rem;
}

.section-padd {
    padding: 3rem 0 3rem 0;
}


/*---------------------------------------
   detail-slider-tour            
  -----------------------------------------*/

#main {
    margin-top: 50px;
    margin-bottom: 70px;
}

.owl-carousel.slide-top img {
    height: 41.7rem !important;
}

.owl-carousel img {
    height: 7.5rem;
    object-fit: cover;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 0;
    height: 100%;
}

.owl-prev span,
.owl-next span {
    color: #ffff;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #8199A3;
}

.owl-prev {
    left: 7px;
}

.owl-next {
    right: 7px;
}

button:focus,
button:active {
    outline: none;
}

.box {
    margin-bottom: 1.4rem;
}

.box h3 {
    margin-bottom: 2rem;
    color: #095184;
    font-weight: 700;
    font-size: 2rem;
}

.pinterest {
    padding-bottom: 10px;
}

.pinterest span {
    display: inline-block;
}

.share-twiter {
    padding-bottom: 1px;
}

.border-bottom {
    border-bottom: 2px dotted #ddd !important;
}

span.price {
    color: #ff0303;
    font-size: 2.2rem;
    font-weight: bold;
}

button.book-btn {
    width: 95%;
    font-size: 1.8rem;
    color: white;
    border: none;
    outline: none;
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    background-color: #ff7e00;
    padding: 10px 0;
    margin: 0 auto;
}

button.book-btn:hover,
button.book-btn:focus,
button.book-btn:active {
    background-color: #73c04a !important;
    color: white;
    border: none;
    outline: none;
}

button.book-btn:hover span.fas,
button.book-btn:focus span.fas,
button.book-btn:active span.fas {
    color: #73c04a;
}

button.book-btn span.fas {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #ff7e00;
    background-color: white;
    padding: 1px 0 0 2px;
}


/*---------------------------------------
   detail-content           
  -----------------------------------------*/

.nav-tabs {
    border-bottom: 3px solid #73c04a;
    font-weight: 600;
}

ul.nav li:hover a.nav-link {
    background-color: #73c04a;
    color: white;
    border: 1px solid #73c04a;
    border-radius: 0;
}

ul.nav a.nav-link.active {
    background-color: #73c04a;
    color: white;
    border: 1px solid #73c04a;
    border-radius: 0;
}

.detail-title {
    margin-bottom: 30px;
    font-size: 16px;
    color: #095184;
    font-weight: bold;
    border-left: 4px solid #73c04a;
}

.intro p {
    text-align: justify;
}


/* ---------------------------------
Detail-same-tour 
-----------------------------------*/

.slide-desc {
    padding: 0 10px 30px 10px;
}

.slide-desc h4.detail-title {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    border: 0;
}

.slide-desc p {
    margin-bottom: 10px;
}

.detail-same-tour .item {
    border-radius: 5px;
}

.detail-same-tour .owl-prev span,
.detail-same-tour .owl-next span {
    color: gray;
}

.detail-same-tour .owl-prev span:hover,
.detail-same-tour .owl-next span:hover {
    color: #8199A3;
}

.detail-same-tour .owl-prev {
    left: -2.5rem;
}

.detail-same-tour .owl-next {
    right: -2.5rem;
}

.detail-same-tour button.book-btn {
    flex-basis: 30%;
    padding: 0;
    font-size: 16px;
    margin: 0;
}

.detail-same-tour span.contact {
    color: #ff7e00;
    font-size: 16px;
    font-weight: 600;
}

.tour-img {
    position: relative;
}

.tour-img img {
    height: 17rem;
}

.detail-btn {
    position: absolute;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 0px;
    left: 0;
    right: 0;
    background-color: #3f3f3f;
    opacity: 0.8;
}


/*-------------------------------
 Sidebar 
 --------------------------------*/

#side-bar h3.detail-title {
    border-left: 6px solid #73c04a;
    margin: 10px 0 10px 0px;
}

.tour {
    border-radius: 5px;
    box-shadow: 0px 0px 8px 1px #e4e2e2;
    margin-bottom: 40px;
}

ul.list-tour-inland {
    padding: 0 10px 0 10px;
}

ul.list-tour-inland li a {
    padding: 10px 0 10px 10px;
    font-weight: 600;
}

li.sub-menu a {
    display: block;
}

li.sub-menu a .fas {
    float: right;
    text-align: center;
    padding-top: 5px;
    transition: transform 0.3s;
}

ul li.item-inland {
    padding: 3px 0 3px 14px;
}

ul li.item-inland a {
    padding: 0;
}

ul li.item-inland:first-child {
    padding: 6px 0 3px 14px;
}

span.fas.show {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

ul.scroll {
    max-height: 33rem;
    overflow-y: auto;
}


/*---------------------------------------
    List-handbook 
------------------------------------*/

.handbook-title h3.detail-title {
    border-left: 0 !important;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0 20px 0px !important;
}

li.handbook-item {
    margin-bottom: 20px;
}

li.handbook-item .handbook-img {
    width: 30%;
}

li.handbook-item .handbook-img img {
    height: 50px;
}

li.handbook-item .handbook-desc {
    width: 70%;
    font-size: 12px;
    color: blue;
    cursor: pointer;
}


/* ----------------------------------
        Responsive
-------------------------------------- */

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 740px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1140px;
    }
}

@media (max-width: 1199px) {
    li.handbook-item {
        flex-direction: column;
    }
    li.handbook-item .handbook-img,
    li.handbook-item .handbook-desc {
        display: block;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .box-desc {
        margin-top: 30px;
    }
    p {
        margin-bottom: 1rem;
    }
    .box {
        margin-bottom: 1.2rem;
    }
    .detail-same-tour .owl-prev,
    .detail-same-tour .owl-next {
        top: -1rem;
    }
    .detail-same-tour .owl-prev {
        left: 0;
    }
    .detail-same-tour .owl-next {
        right: 0;
    }
    button.book-btn {
        padding: 1.5rem 0;
    }
}

@media (max-width: 480px) {
    .avatar img {
        height: 34rem;
    }
    .tour-img img {
        height: 22rem;
    }
    .detail-same-tour .owl-prev,
    .detail-same-tour .owl-next {
        top: 2.4rem;
    }
    .detail-same-tour .owl-prev {
        left: 0;
    }
    .detail-same-tour .owl-next {
        right: 0;
    }
}