html, body {
    height: 100%;
}
body {
  min-height: 75rem;
  padding-top: 3.7rem;
  font-family: 'Sarabun', sans-serif !important;
}
.nav-link {
  color: rgb(255 255 255) !important;
  font-size: 18px;
}
.top-menu-web{
  border-bottom: 1px solid #212529;
  margin-bottom: 20px;
}
.list-group-item.active {
  background-color: #212529;
  border-color: #212529;
}
.max-pic-review{
  max-width: 50px;
}
.line-footer{
  max-width: 150px;
  margin-bottom: 15px;
}
.addp_tag p{
  margin: 0px;
}
.lineid2{

}

.div_pic_post{
  overflow: hidden;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 200px;
}
.div_pic_post img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  background: #fff1eb;
}
.div_pic_sli{
  background-color: #eee;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  position: relative;
}
.div_pic_sli img{
  cursor: pointer;
  width: 100%;
  height: 120px;
  object-fit: cover;
  box-sizing: border-box;
}

.div_pic_one{
  background-color: #eee;
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  position: relative;
}
.div_pic_one img{
  cursor: pointer;
  width: 100%;
  height: 340px;
  object-fit: cover;
  box-sizing: border-box;
}

.like_h{
  right: 5px;
  position: absolute;
  bottom: 48px;
  cursor: pointer;
  font-size: 24px;
}

.lineid2 h3{
 color: #700000;
 font-size: 24px;
}
.lineid2 img{
  max-width: 40px;
}
.h-superfan{
  color: #d80000;
  font-weight: 600;
  margin-bottom: 20px;
}
.alert-newcolor1{
  color: #90000d;
  background-color: #d2eff5;
  border-color: #c6e8ef;
}
.alert-newcolor1 a{
  color: #90000d;
}
.alert-newcolor2{
  color: #90000d;
  background-color: #cfffd9;
  border-color: #c4efcd;
}
.alert-newcolor2 a{
  color: #90000d;
}
.price-detail{
  right: 4px !important;
  top: 5px !important;
  padding: 1px 9px;
  background: #d80000;
  font-size: 16px !important;
  color: #fff !important;
  text-shadow: 0 1px 2px #000000a1;
  vertical-align: middle;
}
.btn-link-profile{
  padding: 2px 4px !important;
}
.pic-user{
  max-width: 150px;
  margin-bottom: 15px;
}
.icon-fav{
  right: 9px;
}
.icon-fav:hover{
  color: #e6006a;
}
.btn-danger-old {
  color: #fff;
  background-color: #960412;
  border-color: #960412;
}
.verifry{
  left: -14px !important;
  top: 62% !important;
  padding: 1px 9px;
  background: #004cd6;
  font-size: 13px !important;
  color: #fff !important;
  text-shadow: 0 1px 2px #000000a1;
  vertical-align: middle;
}
.verifry-edit{
  left: -14px !important;
  top: 60% !important;
  padding: 1px 9px;
  background: #004cd6;
  font-size: 13px !important;
  color: #fff !important;
  text-shadow: 0 1px 2px #000000a1;
  vertical-align: middle;
}
.sex-detail{
  top: 5px;
  padding: 1px 6px;
  background: rgba(0,0,0,.6);
  color: #fff;
  text-shadow: 0 1px 2px #000000a1;
  vertical-align: middle;
  font-size: .8em;
  left: 5px;
}
.box_detail{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0,0,0,.65);
  font-size: 15px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  position: relative;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
}
.box_detail:hover{
  background: #f8f8f8;
  box-shadow: rgba(0,0,0,.12) 0 0 6px!important;
}
.box_detail a{
  color: #1f1f1f;
  font-size: 14px;
  text-decoration: none;
}
.box_detail h4{
  font-size: 18px !important;
  margin-top: 3px;
}
.text-detail{
  padding: 5px;
}
.text-detail p{
  min-height: 44px;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #eaeaea;
}

.input-group-text {
  background-color: #fcfcfc;
}

.form-signin {
  margin-top: 10%;
  width: 100%;
  max-width: 400px;
  padding: 15px;
  margin: auto;
  color: rgb(74, 74, 74);
  background-color: rgb(255, 255, 255);
  border: 1px solid #dadce0;
  border-radius: 8px;
}
.form-signin .checkbox {
  font-weight: 400;
}

a {
  color: #fe4668;
  text-decoration: none;
}
a:hover {
  color: #333;
}
.btn-nutdek {
  color: #fff;
  background-color: #fe4668;
  border-color: #fe4668;
}
.btn-nutdek:hover {
  color: #fff;
  background-color: #fc6c87;
  border-color: #fc6c87;
}
footer{
  color: #FFF;
  padding: 1.5rem!important;
  background: #700000;
}
footer a{
  color: #FFF;
  background: #ffffff2b;
  padding: 5px 10px;
  border-radius: 4px;
}
footer a:hover{
  color: #FFF;
  background: #ffffff7d;
}

.f-14px{
  font-size: 14px;
}

.bg-profile{
  border-radius: 4px;
  padding: 9px;
  background: #f3f3f3;
}

.list-group-item {
  border: 1px solid rgb(33 37 41);
}

.view-edit{
  background: #e6e6e6;
  font-size: 12px;
  border-radius: 31px;
  padding: 3px;
  margin: 0 10px;
}

.btn-line {
  color: #fff;
  background-color: #07c300;
  border-color: #07c300;
}
.btn-line:hover {
  color: #fff;
  background-color: #058d00;
  border-color: #058d00;
}

.logo{
  max-height: 34px;
}

.price-top{
  color: #de0000;
  font-weight: 700;
  font-size: 22px;
  background: #f7f7f7;
  margin: 8px 0;
  padding: 8px;
}

.detail-list{
  border: 1px solid #353535;
  padding: 10px;
  margin: 13px 0;
  border-radius: 4px;
}

.title-report{
  font-size: 16px;
  margin-top: 15px;
}

.title-user-comment{
  font-size: 16px;
}

.title-user-comment small{
  font-size: 12px;
  color: #CCC;
  font-weight: 300;
}
.title-user-eed{
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
  width: 100%;
  padding: 6px;
  font-size: 12px;
  font-weight: 600;
}
.title-comment{
  font-size: 16px;
  color: #1aa600;
  margin-top: 10px;
}
.star-reat{
  color: #ee4d2d;
}
.box-review{
  border: 1px solid #333;border-radius: 4px;
  display: block;
  position: relative;
}
.like-btn{
  position: absolute;
  top: 14px;
  right: 14px;
}

.mr-icon{
  margin-right: .5rem!important;
}

.box-index{
  padding: 3rem!important;
}

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}
.zone-index{
  font-size: 12px;
  font-weight: 300;
  padding: 2px 4px !important;
  color: #FFF;
}
.zone-index:hover{
  color: #FFF;
  opacity: .8;
}
.text-slider{
  background: #f8f9fa;
  padding: 8px 0px 0px 0px;
}
.desktop{
  display: block;
}
.mobile_menu{
  display: none;
}

.active{
  color: #ffc107;
}

.img-review-index{
  max-height: 230px;
}

.display-8 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}

.f-search{
  border-bottom: 1px solid #212529;
  padding-bottom: 15px;
}

@media (max-width:1024px) {
  .verifry {
    top: 47% !important;
  }
}
@media (max-width:991px) {
  body {
    padding-top: 0;
  }
  .img-review-index {
    max-height: 100%;
    width: 100%;
  }
  .lineid2 h3 {
    font-size: 16px;
  }
  .lineid2 img {
    max-width: 25px;
  }
  .line-footer {
    max-width: 110px;
  }
  .logo {
    max-height: 40px;
  }
  .desktop{
    display: none;
  }
  .mobile_menu{
    padding: 12px 0;
    display: block;
    text-align:center;
  }
  .mobile_menu a{
    display: inline-grid;
    color: #FFF;
    font-size: 12px;
  }
  .mobile_menu i{
    font-size: 26px;
  }
  .verifry-edit {
    left: -14px !important;
    top: 55% !important;
    padding: 1px 9px;
    background: #004cd6;
    font-size: 13px !important;
    color: #fff !important;
    text-shadow: 0 1px 2px #000000a1;
    vertical-align: middle;
  }
  .edit-list a{
    font-size: 12px;
  }
  .alert p{
    font-size: 14px;
  }
  .box-index{
    padding: .3rem!important;
    text-align: center;
  }
  .box-index h3{
    font-size: 20px;
  }
  .box-index p{
    font-size: 16px;
  }
  .box-index a{
    font-size: 14px;
    padding: 3px 9px;
    font-weight: 200;
    margin-bottom: 15px;
  }
  .box-index button{
    font-size: 20px;
    padding: 3px 9px;
    font-weight: 400;
  }
  .zone-index{
    font-size: 12px;
    font-weight: 300;
    padding: 2px 4px !important;
    color: #FFF;
  }
}

@media (max-width:767px) {
  .verifry {
    top: 60% !important;
  }
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

@media (max-width:375px) {
  .verifry {
    top: 52% !important;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}
