.title{
  color: var(--background-main-color) ;
  font-weight: bold;
  font-size: 18px;
}
.price-detail {
  color: black;
  font-size: 14px;
}
.price-detail span {
  color: var(--background-main-color) ;
  font-weight: bold;
}

.feature-detail {
  color: black;
}
.feature-detail dt {
  float: left;
  padding-left: 10pt;
  font-weight: 500;
}

.feature-detail dd{
  margin-left: 7em;
}

.card-body b {
  color: var(--background-main-color);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.btn-warning {
  color: white;
  background-color: var(--background-main-color);
  border-color: var(--background-main-color);
}
.btn-outline-warning {
  color: var(--background-main-color);
  border-color: var(--background-main-color);
}
.btn-lg{
  padding: 0.8rem 0.5rem;
  font-size: 1.0rem;
  line-height: 1.5;
  border-radius: .3rem;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1024px) {
	.btn-lg{
	  font-size: 13px;
	}
}
.contact-detail li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
}
.contact-detail li:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.contact-detail .image {
  overflow: hidden;
}
.contact-detail .image img{
  border-radius: 50%;
  width: 55px;
  object-fit: cover;
}
.contact-detail .content {
  padding-left: 10px;
  flex: 0 0 72%;
  -ms-flex: 0 0 72%;
  max-width: 72%;
  margin-top: 0px;
  line-height: 1.0;
}

.contact-detail .content .name{
  color: var(--background-main-color);
  font-size: 14px;
  align-items: unset !important;
  font-weight: 500;
}
.contact-detail .content .contact {
  font-size: 14px;
  line-height: 16px;
}

/* RADIO CUSTOM */
.radio-toolbar {
  margin: 10px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    color: black;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 6px;
}

#notes {
  border: 1px dashed var(--background-main-color);
  padding: 10px;
}

.radio-toolbar label:hover {
  background-color: rgba(252, 175, 23, 0.1);
  border: 1px solid var(--background-main-color);
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 1px solid var(--background-main-color);
}

.radio-toolbar input[type="radio"]:checked + label {
    border-color: var(--background-main-color);
}

  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid var(--background-main-color);
    outline: 0;
    box-shadow: 0 0 0 0rem;
  }

  /**TAB CONTENT**/
  div.tab {
    display: flex;
    justify-content: space-between;
    overflow: hidden; 
    border: 1px solid #ccc;
    background-color: #fff; 
}

  .tab > button.tablinks {
    font-size: 14px;
    font-weight: 700;
  }
 
/* định dạng các button tab */
div.tab button {
    background-color: inherit; 
    float: left;
    border-left: 2px solid var(--background-main-color);
    outline: none;
    cursor: pointer;
    padding: 10px 5px;
    transition: 0.5s;
    font-size: 17px;
    width: 100%
}
 
/* đổi màu khi một button tab được hover */
div.tab button:hover {
    background-color: #ffe1a7;
}
 
/* đổi màu nền cho tab đang được hiển thị nội dung */
div.tab button.active {
    color: #fff;
    background-color: var(--background-main-color);
    width: 100%;
}
 
/* định dạng nội dung hiển thị */
.tabcontent {
    display: none;
    padding: 25px 10px;
    border-top: none;
    text-align: justify;
}

.booking-detail .booking-title {
  font-size: 18px;
  position: relative;
  color: #000000;
  margin-bottom: 20px;
  text-align: left;
  }
.booking-detail .booking-title::after { 
  position: absolute;
  left: 0;
  content: "";
  width: 60px;
  height: 2px;
  background: var(--background-main-color);
  bottom: -10px;
}

.modal > .modal-dialog{
  animation-name: example;
  animation-duration: 0.3s;
}

  .contact-detail .content {
    flex: 0 0 72%;
    -ms-flex: 0 0 72%;
    max-width: 100%;
    padding-left: 10px;
  }
}
.product-detail-box {
  background:url(/Content/images/bg/bg-product-detail.png) no-repeat;
  background-position:center;
  background-size:cover;
  min-height:590px;
}

.breadcrumb {
  background-color: #00000000 !important;
}

/**DESIGN DETAIL**/
.design-detail-box {
  background:url(/Content/images/bg/bg-design-detail.png) no-repeat;
  background-position:center;
  background-size:cover;
  min-height:550px;
}
.breadcrumb-section::after {
  width: 70% !important;
}

/* .design-title{
  min-height: 3.5em ;
} */

.design-title h4   {
  line-height: 1.2;
}

.main-view-page img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
}

.main-view-page {
  display: flex;
}

.full-screen-img {
  flex-grow: 1;
  max-width: 500px;
}

.sideimg {
  margin: 0 .1rem .1rem 0;
  width: 100px;
  transition: width 0.3s ease-out;
   border-radius: 50%;
}

.sideimg:hover,
.sideimg.active {
  opacity: 1;
  width: 115px;
}

.zoom-in {
  display: inline-block;
  border-radius: 50%;
}

.blog-post-tag a{
  background: #fff;
}

#btn-booking{
  background: #fd5b4e;
  color: #fff; text-align: center;
  margin: 10px 0px 10px 0;
  padding: 10px 25px 10px 25px;
  width: 100%; border-radius: 20px; font-size: 15px;
}
/**DESIGN DETAIL**/
  /* .design-title{
    min-height: 4.5em ;
  } */

  .breadcrumb {
    background-color: #f7f7f7 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* .design-title{
    min-height: 2.5em ;
  } */
}

@media (min-width: 992px) {}