.card-special{
		padding-left: 5px;
      	padding-right: 5px;}
	.card-special:hover{
		
		z-index: 4;
	    -webkit-transition: all 200ms ease-in;
	    transition: all 200ms ease-in;
	    transform: scale(1.05);
	}	
	.card-img img {
		border-radius: 7px
	}
	
    .overlay {
      z-index: 1;
      padding: 0;
      border: none;
      background: rgba(68, 68, 68, 0.5);
    }

    .carousel-control-next-icon {
       background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(166, 94, 50)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
    }
    
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(166, 94, 50)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }
    .item-card-slider {
    	position: relative;
    }
    .pt_box_content{    
	    display: flex;
	    justify-content: space-evenly;
	    align-items: center;
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    color: white;
	    background-color: #00000078;
	    padding: 14px;
	    border-bottom-right-radius: 7px;
	    border-bottom-left-radius: 7px; 
        }
    .pt_box_content h3{   
        font-size: 18px;
        font-weight: 500;
        margin: 0;
        line-height: normal;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .pt_box_content h3 a {
        text-decoration: none;
        cursor: pointer;
      	 color: #A65E32;
    }
    .error-container {
  text-align: center;
  font-size: 106px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 800;
  margin: 70px 15px;
}
.error-container > span {
  display: inline-block;
  position: relative;
}
.error-container > span.four {
  width: 136px;
  height: 43px;
  border-radius: 999px;
  background:
    linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%),
    linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%),
    linear-gradient(to right, #d89ca4, #e27b7e);
}
.error-container > span.four:before,
.error-container > span.four:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 999px;
}
.error-container > span.four:before {
  width: 43px;
  height: 156px;
  left: 60px;
  bottom: -43px;
  background:
    linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%),
    linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%),
    linear-gradient(to top, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}
.error-container > span.four:after {
  width: 137px;
  height: 43px;
  transform: rotate(-49.5deg);
  left: -18px;
  bottom: 36px;
  background: linear-gradient(to right, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
}

.error-container > span.zero {
  vertical-align: text-top;
  width: 156px;
  height: 156px;
  border-radius: 999px;
  background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%,  transparent 51%, transparent 100%),
    linear-gradient(to top right, #99749D, #99749D, #B895AB, #CC9AA6, #D7969E, #ED8687, #ED8687);
  overflow: hidden;
  animation: bgshadow 5s infinite;
}
.error-container > span.zero:before {
  content: '';
  display: block;
  position: absolute;
  transform: rotate(45deg);
  width: 90px;
  height: 90px;
  background-color: transparent;
  left: 0px;
  bottom: 0px;
  background:
    linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%),
    linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
}
.error-container > span.zero:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 999px;
  width: 70px;
  height: 70px;
  left: 43px;
  bottom: 43px;
  background: #FDFAF5;
  box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
    
@keyframes bgshadow {
  0% {
    box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
  }
  45% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  55% {
    box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  }
  100% {
    box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
  }
}

.title-error {
  text-align: center;
  margin: 30px auto;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  
}
.pt_box_content a {
    text-decoration: none;
    color: #E8D9CE;
    font-size: 11px;
}
@media (max-width:768px)  {
	.rowmobile {
		padding-right: 15px;
		padding-left: 15px;
	}
	.pt_box_content a {
		font-size: 12px;
	}
    .pt_title_linethrough {
        font-size: 16px;
        color: #A65E32;
        padding: 20px 0 8px;
        text-transform: uppercase;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
        position: relative;
		font-family: 'Montserrat-Bold';	
    }	
    .mtd_container-new{
       background: #fff;
       position: relative;
       border-top-left-radius: 10px;
       border-top-right-radius: 10px;
    }
    .card-img {height: 360px;}
     .card-img img{width: 100%;object-fit: cover;
    height: 100%;}
     	.btn-left {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(166, 94, 50)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	    width: 25px;
	    height: 25px;
	    border-radius: 50%;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: 35%;
	    left: -10px;
	}
	.btn-right {
	 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(166, 94, 50)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	    width: 25px;
	    height: 25px;
	    border-radius: 50%;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: 35%;
	    right: -10px;
	}
	.wapper-main-content {
	width: 90%;
    margin: auto;
}
}
@media (min-width:768px)  {
	.wapper-main-content {
	width: 90%;
    margin: auto;
}
	    .pt_title_linethrough {
	        font-size: 24px;
	        color: #A65E32;
	        padding: 20px 0 8px;
	        text-transform: uppercase;
	        text-align: center;
	        display: flex;
	        justify-content: center;
	        align-items: center;
	        margin-bottom: 25px;
	        position: relative;
	       font-family: 'Montserrat-Bold';	
	    }	
	.btn-left {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(166, 94, 50)' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: 45%;
	    left: -25px;
	}
	.btn-right {
	 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(166, 94, 50)' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    background-position: center;
	    background-repeat: no-repeat;
	    position: absolute;
	    top: 45%;
	    right: -25px;
	}	
	.card-img {height: 360px;}
	 .card-img img{width: 100%;height: 100%;object-fit: cover;}
    .mtd_container-new{
       background: #fff;
       padding: 0 30px 20px;
       position: relative;
       border-top-left-radius: 10px;
       border-top-right-radius: 10px;
    }
}

.gallery {
    display: flex;
    flex-wrap: wrap;
  }
  
  .gallery img {
    width: 200px;
    height: 150px;
    margin: 10px;
    cursor: pointer;
  }
  
  .popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
    flex-direction: column;
    align-items: center;
    z-index: 99999;
  }
  
  .popup img {
    display: block;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
  }
  
  .popup span.close {
    color: #fff;
    font-size: 2em;
    position: absolute;
    top: 15px;
    right: 20px;
    cursor: pointer;
  }
  
  .popup a.prev, .popup a.next {
    color: #fff;
    font-size: 2em;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    cursor: pointer;
  }
  
  .popup a.prev {
    left: 20px;
  }
  
  .popup a.next {
    right: 20px;
  }

  
  /* ... (các phần CSS khác) */

.popup .thumbnail-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .popup .thumbnails {
    display: flex;
    flex-grow: 1;
    overflow-x: auto;
  }
  
  .popup .thumbnails img {
    width: 50px;
    height: 50px;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 5px;
    transition: border-color 0.3s ease;
  }
  
  .popup .thumbnails img.active {
    border-color: #4CAF50;
  }
