.tours_section_wrapper {
    float: left;
    width: 100%;
    position:relative;
}
.tours_section_wrapper_back {
    float: left;
    width: 100%;
    height:100%;
    position:relative;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.tours_items {
    float: left;
    width: 100%;
}
.tours_top_content {
    float: left;
    width: 100%;
    margin-bottom:30px;
}
.tours_cat_title {
    float: left;
    width: 100%;
    margin-bottom:40px;
    margin-top:10px;
}
.tour_item {
    position: relative;
    box-shadow: 0 0 30px 0 rgba(158,158,160,.2);
    background-color: #fff;
    padding: 0;
}
.tour_content,.tour_item {
    float: left;
    box-sizing: border-box
}
.tour_img,.tour_name,.tour_text {
    overflow: hidden;
    visibility: visible;
	height:230px
}
.tour_btn,.tour_btn_wrapper,.tour_item {
    display: inline-block;
    direction: ltr
}
.tour_content {
    width: 100%;
    padding: 20px 10px 25px;

}

.tour_name {
    float: left;
    width: 100%;
    text-decoration: none;
    height: 25px;
    margin-bottom: 7px
}

.tour_btn_wrapper,.tour_img,.tour_text {
    float: right;
    width: 100%
}

.tour_text {
    height: 77px
}

.tour_btn_wrapper {
    text-align: center;
    margin-top: 15px
}

.tour_btn {
    float: none;
    width: auto;
    text-align: center;
    font-size: 15px;
    background-color: #ac3e2d;
    color: #f7f7eb;
    box-sizing: border-box;
    padding: 6px 12px 8px;
}

.tour_item:hover .tour_btn {
    background-color: #594a42;
    color: #fff
}

.tour_item:hover .tour_name {
    color: #594a42!important
}
.tours_btns {
	float: right;
	width: 100%;
	margin-bottom: 20px;
	text-align:center;
	direction: ltr;
	box-sizing:border-box;
	padding:10px;
	display:flex;
	justify-content: center;
}
.tours_btn {
	width: auto;
	font-size: 16px;
	cursor: pointer;
	font-weight: 400;
	text-align: center;
	margin-right: 5px;
	padding: 10px;
	background-color:#b74030;
	color:#fff;
	box-sizing:border-box;
	justify-content: center;
}

.tours_btn:hover {
    background-color:#604c42;
    color:#fff;
}
.tours_btn.active {
    background-color: #604c42; /* ×¦×‘×¢ ×›×”×” ×™×•×ª×¨ ×©×ž×“×’×™×© */
    color: #fff;
}


@media (min-width: 1438px) {
.tours_section_wrapper {
    
}
.tours_section_wrapper_back {
    padding: 70px 0;
}
.tour_item {
    width:22.75%;
    margin-right: 3%;
    margin-bottom: 3%
}

.tour_item:nth-of-type(4n) {
    margin-right: 0
}
}

@media all and (max-width: 1439px) and (min-width:769px) {
.tours_section_wrapper {
    
}
.tours_section_wrapper_back {
    padding: 40px 0;
}
.tour_item {
    width: 31.33333333333333%;
    margin-right: 3%;
    margin-bottom: 3%
}

.tour_item:nth-of-type(3n) {
    margin-right: 0
}
	.tours_btn {
	margin-left: 10px;
	margin-bottom:10px;
}
}

@media (max-width: 768px) and (min-width:319px) {
 .tours_section_wrapper_back {
    padding: 20px 0;
}
    .tour_item {
        width:100%;
        margin-left: 0%;
        margin-bottom: 5%
    }

    .tour_item:nth-of-type(2n) {
        margin-left: 0
    }

    .tour_content {
        padding: 15px 10px
    }

    .tour_text {
        height: auto
    }
.tours_top_content {
    margin-bottom:25px;
}
.tours_btn {
	width:49%;
	margin-left: 2%;
	margin-bottom:2%;
}
.tours_btn:nth-of-type(2n) {	
	margin-left: 0px;
}
.tours_btn:last-child {	
	width:100%;
	text-align:center
}
}
@media (max-width: 320px) {
 .tours_section_wrapper_back {
    padding: 20px 0;
}
    .tour_item {
        width:100%;
        margin-left: 0%;
        margin-bottom: 5%
    }

    .tour_item:nth-of-type(2n) {
        margin-left: 0
    }

    .tour_content {
        padding: 15px 10px
    }

    .tour_text {
        height: auto
    }
.tours_top_content {
    margin-bottom:25px;
}
.tours_btn {
	width:49%;
	margin-left: 2%;
	margin-bottom:2%;
}
.tours_btn:nth-of-type(2n) {	
	margin-left: 0px;
}
.tours_btn:last-child {	
	width:100%;
	text-align:center
}
}


/* ×‘×¨×™×¨×ª-×ž×—×“×œ: ×©×•×œ×—×Ÿ ×¢×‘×•×“×” â€“ ×›×¤×ª×•×¨×™× ×ž×•×¦×’×™×, Dropdown ×ž×•×¡×ª×¨ */
.btns-mobile  { display:none; }
.btns-desktop { display:flex; flex-wrap:wrap; gap:0.5rem; }

/* ×ž×•×‘×™×™×œ (×¢×“ 768px): ×ž×¦×™×’×™× Dropdown, ×ž×¡×ª×™×¨×™× ×›×¤×ª×•×¨×™× */
@media (max-width:768px){
    .btns-desktop { display:none; }
    .btns-mobile  { display:block; width:100%; }
    .tours_select { width:100%; padding:8px; border-radius:4px; }
}
