/* --------------------------
Variable
--------------------------------- */


/*---------------------------------------
     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;
}

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;
}

.mt-30 {
    margin-top: 3rem;
}

.mb-30 {
    margin-bottom: 3rem;
}

.mb-20 {
    margin-bottom: 2rem;
}

.mt-20 {
    margin-top: 2rem;
}

.section-padd {
    padding: 3rem 0 3rem 0;
}

button::focus,
button:active {
    outline: none;
}


/*---------------------------------------
        list tour           
    -----------------------------------------*/

h2.title-top {
    font-weight: 600;
    color: #095184;
}

p.tour-desc {
    width: 80%;
    margin: 0 auto;
}

.triger {
    background-color: #707070 !important;
    color: #f1f1f1 !important;
}

.list-filter {
    color: #707070;
}

.item {
    flex: 1;
}

.item a.nav-link {
    padding: 6px 0 6px 0;
    font-weight: 600;
}

.item a.nav-link:hover,
.item a.nav-link:active,
.item a.nav-link:focus {
    color: #f1f1f1;
    background-color: #707070;
}

.nav-filter,
.nav-link {
    border: 0 !important;
    border-radius: 0 !important;
}

.list-item {
    box-shadow: 0px 0px 8px 1px #c7c5c5;
    border-radius: 0.2rem;
}

.list-item img.img-thumbnail {
    padding: 0.5rem;
    border: 0;
}

.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;
}

p.price {
    color: #ff0303;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

button.book-btn {
    border-radius: 5px;
    font-size: 1.4rem;
    color: white;
    border: none;
    outline: none;
    display: flex;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    background-color: #ff7e00;
    padding: 5px 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;
}

.time-map p {
    margin-bottom: 1rem;
}


/*--------------------------------
   -  Pagination 
   -----------------------------------*/

li.page-item {
    margin-right: 1rem;
}

li.page-item.active .page-link {
    z-index: 3;
    color: #3f3f3f;
    background-color: white;
    border-color: #007bff;
}

.page-link {
    color: #3f3f3f;
}


/*-------------------------------
 Sidebar left
 --------------------------------*/

#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;
}


/* -------------------------------
responsive 
-----------------------------*/

@media (max-width: 991px) {
    .box-desc {
        margin-bottom: 20px;
    }
}