* {
    padding: 0px;
    margin: 0px;
}

input:focus,
select:focus,
button:focus {
    outline: none;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

body {
    box-sizing: border-box;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.header {
    background: #00000094;
    position: fixed;
    width: 100%;
    z-index: 11;
    top: 0;
    transition: all 0.2s ease-in-out;
}

    .header.fixed-header {
        background: #000;
    }

.top-header {
    border-bottom: 1px solid #f3f3f3;
    padding: 3px 0;
}

    .top-header .item {
        display: table;
        float: left;
        margin-right: 25px;
    }

        .top-header .item:last-child {
            margin-right: 0;
        }

        .top-header .item a {
            color: #fcf2ad;
            font-size: 16px;
        }

        .top-header .item i {
            padding-right: 5px;
        }

        .top-header .item a:hover {
            text-decoration: none;
        }

.top_menu {
    display: flex;
    justify-content: flex-end;
}

    .top_menu ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .top_menu ul li {
            padding: 0 10px;
            position: relative;
        }

            .top_menu ul li::before {
                content: "";
                position: absolute;
                top: 7px;
                right: 0px;
                height: 11px;
                background: #fcf2ad;
                width: 1px;
            }

            .top_menu ul li:last-child::before {
                display: none;
            }

    .top_menu a {
        color: #fcf2ad;
    }

    .top_menu .language {
        margin-left: 15px;
    }

.header a:hover {
    color: #95ee74;
    text-decoration: none;
}

.menu-header .row {
    align-items: center;
}

.menu-header .collapse.navbar-collapse {
    justify-content: flex-end;
    align-items: center;
}

.menu-header .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    padding: 8px;
    color: #fff;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.list_megamenu {
    display: flex;
}

.menga_menu {
    left: revert;
    right: -100%;
}

.dropdown-menu {
    margin: 0;
}

.list_megamenu {
    padding: 15px;
    list-style-type: none;
}

    .list_megamenu h3 a {
        font-size: 14px;
        text-transform: uppercase;
        color: #333;
        position: relative;
        padding: .25rem 1.5rem;
        font-weight: 600;
    }

        .list_megamenu h3 a::before {
            content: "";
            width: 70px;
            height: 1px;
            background-color: #4e9d24;
            position: absolute;
            left: 1.5rem;
            bottom: 0px;
        }

    .list_megamenu li {
        min-width: 180px;
    }

.menu-header {
    padding: 10px 0;
    transition: all 0.5s ease-in-out;
}

.header.fixed-header .menu-header {
    padding: 3px 0px;
}

.menu-header .navbar {
    padding: 0;
}

.img {
    width: 100%;
    object-fit: cover;
}

.section .title {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .section .title h2 {
        font-size: 25px;
        color: #024371;
        margin-bottom: 0;
        line-height: 1;
    }

.btn-see-more_v2 {
    padding-top: 15px;
}

    .btn-see-more_v2 a {
        padding: 7px 20px;
        border: 1px solid;
        border-radius: 4px;
        text-decoration: none;
       color: #c8781d;
        font-weight: 600;
        transition: all 0.3s ease-in-out;
        text-transform: uppercase;
    }

        .btn-see-more_v2 a:hover {
             background: #c8781d;
            color: #fff;
        }

.section .title h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 25px;
    color: #024371;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 0px;
}

.section .bg_title {
    text-align: center;
}

.content {
    padding-bottom: 30px;
}

.align-item-center {
    align-items: center;
}
/* banner */

.banner .owl-banner img {
    height: 75vh;
    transition: all .5s ease-in-out;
}

.banner {
    height: 75vh;
    position: relative;
}

.owl-banner .owl-nav .owl-prev,
.owl-banner .owl-nav .owl-next {
    position: absolute;
    font-size: 20px;
    top: 50%;
    height: auto;
    color: #fff;
    transform: translate(50%, 50%);
}

.owl-banner .owl-nav .owl-prev {
    left: 15px;
}

.owl-banner .owl-nav .owl-next {
    right: 15px;
}
/* footer */

.footer {
    padding: 15px 0;
    background-color: #d0c9c9;
}

.main-footer .logo-footer img {
    width: 140px;
    margin: auto;
}

.main-footer .logo-footer {
    width: 100%;
    text-align: center;
}

.main-footer h2 {
    font-size: 18px;
}

.menu-footer h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #024371;
}

.menu-footer a {
    font-size: 14px;
    color: #024371;
    line-height: 1.6;
    font-weight: 500;
    transition: all 0.5s ease-out;
}

.menu-footer,
.social-network {
    padding: 0;
    list-style-type: none;
}

    .menu-footer a,
    .social-network a {
        margin-bottom: 5px;
    }

        .menu-footer a:hover,
        .social-network a:hover {
            color: #4e9d24;
        }

.social-network {
    display: flex;
}

    .social-network li {
        margin-right: 10px;
        width: 45px;
        height: 45px;
        padding: 5px 10px;
        font-size: 20px;
        border: 2px solid #024371;
        border-radius: 50%;
    }

        .social-network li .fa-facebook-f {
            color: #45568e;
        }

        .social-network li .fa-youtube {
            color: #fe0000;
        }

        .social-network li .fa-instagram {
            color: #f7867c;
        }

        .social-network li .fa-twitter {
            color: #4da6e9;
        }

.form-footer input {
    width: 70%;
    float: left;
    padding: 7px 15px;
    float: left;
    border-radius: 5px 0px 0px 5px;
    height: 45px;
}

.form-footer button {
    width: 20%;
    float: left;
    margin-left: -2px;
    padding: 9px 5px;
    float: left;
    text-transform: uppercase;
    border: 1px solid #024371;
    font-weight: 600;
    background-color: #024371;
    color: #fff;
    height: 45px;
}

.coppy-right {
    padding: 15px;
    border-top: 1px solid #f3f3f3;
    background-color: #024371;
    text-align: center;
    color: #fff;
}

button.navbar-toggler {
    background: #fff;
    color: #3333;
    position: absolute;
    position: fixed;
    top: 110px;
    right: 20px;
}

.navbar-toggler i {
    color: #024371;
}

.nav_mobile {
    display: none;
}

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;
    font-size: 1rem;
}

.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;
}

h3.detail-title {
    border-left: 6px solid #73c04a;
    margin: 10px 0 10px 0px;
}

ul.list-tour-inland li a {
    padding: 10px 0px 10px 10px;
    color: #3f3f3f;
}

#side-bar {
    margin-top: 50px;
}

    .drop-tab {
        display: none;
    }
    /* .clickdrop {
        position: relative;
    } */
    
    .drop-tab {
        position: absolute;
        background: #F3F3F2;
        padding: 15px;
        width: 63vw;
    }
    
    .nav-tabsearch {
        display: inline;
    }
    
    .itemtab {
        display: inline-flex;
        flex-wrap: wrap;
    }
    
    .itemtab .item {
        width: 25%;
        padding: 0px 5px;
        height: 100px;
        overflow: hidden;
        margin: 5px 0px
    }
    
    .itemtab .img img {
        min-height: 100px!important;
        object-fit: cover;
    }
    
    .itemtab .ct-title {
        font-size: 15px;
        font-weight: 600;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
    }
    
    .itemtab .desc-avt {
        background-color: transparent;
        padding: 5px;
        bottom: 50%;
        transform: translate(0px, 50%);
    }
    .drop-tab .nav-item {
        text-transform: uppercase;
        font-weight: 600;
        color: #FFF;
        margin-bottom: 10px;
    }
    
    .drop-tab .nav-item:hover {
        background-color: #c8781d;
        border: none;
    }
    
    .drop-tab .nav-item .active {
        background-color: #c8781d;
        border: none;
        border-radius: 0px;
    }
    
    .drop-tab .nav-item .active {
        position: relative;
    }
    
    .drop-tab .nav-item .active::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #c8781d;
        position: absolute;
        transform: rotate(45deg);
        right: -5px;
        top: 5px;
    }
    
    .drop-tab .nav-link.active {
        color: #FFF;
    }
    
    .drop-tab .nav-item a {
        color: #005272;
    }

.carts
{
	position:absolute;
	top:15px;
	right:15px;
}
  .card {
	  
        margin-bottom: 20px;
    }
.top_menu .btn.btn-primary {
    background: transparent;
    border: none;
	color: #fcf2ad;
	font-size:14px;
	padding:0px;
}
.add-to-cart.btn.btn-primary {
    padding: 0px 5px;
    background: #c2671cb8;
}
.fixedczalo
{
	position:fixed;
	bottom:30px;
	left:15px;
	width:70px;
	height:70px;
		z-index:11
	
}
.fixedcall 
{
	position:fixed;
	bottom:110px;
	left:15px;
	width:70px;
	height:70px;
		z-index:11
	
}
.fixedcall img, .fixedczalo img
{
	width:100%;
}
.dropdown-item
{
	font-size:14px;
}