.btn-check{display: none;}
body {
    font-family: 'prompt', sans-serif;
}
.bg-gradientGreen{
    background: linear-gradient(to right, #28a745, #7bc62b);
}
strong, b, th, .fw-bold{
    font-weight: 600;
}
.table-light th{
    background-color: #e2e3e5;
}
.form-label {
    margin-bottom: 0rem;
}
.fs-12{
    font-size: 12px;
}
.fs-18{
    font-size: 18px;
}
dt{
    font-weight: 500;
}
#contentF{
    height: calc(100vh - 140px)
}
.filenameBox{
    height: 38px;
    line-height: 1.5;
}
#BareaPJ2{
    display: none;
}
#BareaPJ3{
    display: none;
}
.page-item.active .page-link {
    background-color: #72c32e;
    border-color: #70c22e;
}
.page-link {
    color: #000000;
}
.container.container-small{
    max-width: 980px;
}
.badge.bg-outline-success{
    background: #fff;
    border: 1px solid var(--bs-success);
    color: var(--bs-success);
}
/* .detailCollapse:hover{
    color: var(--bs-success)
} */
.overfY-h{
    overflow-y: hidden;
}
.ppImg{
    max-width: 100%;
    object-fit: contain;
    height:60px;
}
.d-none2{
    display: none!important;
}
.d-block2{
    display: block;
}
.scroll-content-modal{
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* ---------------------------------------------------
    BUTTON STYLE
----------------------------------------------------- */
.btn-circle{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding:4px 2px;
    font-size: 18px;
}
.btn-info {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
}
.btn-info:hover {
    color: #fff;
    background-color: #31d2f2;
    border-color: #25cff2;
}
/* ---------------------------------------------------
    NAVBAR
----------------------------------------------------- */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    border-radius: 8px;
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-dark .navbar-nav .nav-item.active .nav-link {
    color: #fff;
    background: rgba(255,255,255,.1)
}
.imgProfile{
    width:30px;
    height:30px;
    object-fit: cover;
    border-radius: 100%;
}
.navbar-header{
    width:100%;
}
/* ---------------------------------------------------
    Station STYLE
----------------------------------------------------- */
.lineS .list-group-item {
    border: none;
    padding: 0.5rem 1.25rem;
}
.labelStation .fa-stack{
    height: 1.5rem;
    line-height: 1.5rem;
    width: 1.5rem;
}
.labelLStation2{
    margin-left: -5px;
}
.labelStation .fa-stack-2x{
    font-size: 1.5rem;
}
.labelStation .fa-stack-1x{
    font-size: .6rem;
}
.labelStation .lineLGreen{
    color: #77CC00;
}
.labelStation .lineDGreen{
    color: #42807D;
}
.labelStation .lineGold{
    color: #CCA556;
}
.labelStation .lineBlue{
    color: #1964B7;
}
.labelStation .linePurple{
    color: #800080;
}
.labelStation .lineAirlink{
    color: #761F21;
}
.labelStation .lineBRT{
    color: #DCDB21;
}
.labelStation .lineDRed{
    color: #DE0F19;
}
.labelStation .lineLRed{
    color: #FA5558;
}
/* ---------------------------------------------------
    ICON AREA STYLE
----------------------------------------------------- */
.icon-square{
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
/*
.square-1{
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 2px, transparent 2px, transparent 7px);
    background-size: 10px 10px; 
    background-color: #fae704;
    border:1px solid #fff;
}
*/
.square-1{
    background-color: #fae704;
    border:1px solid #fae704;
}
.square-2{
    background-color: #fcb800;
    border:1px solid #fcb800;
}
.square-3{
    background-color: #955925;
    border:1px solid #955925;
}
.square-4{
    background-color: #e62325;
    border:1px solid #e62325;
}
.square-5{
    background-color: #702f9f;
    border:1px solid #702f9f;
}
.square-6{
    background-color: #ba90c2;
    border:1px solid #ba90c2;
}
.square-7{
    background-color: #90c640;
    border:1px solid #90c640;
}
.square-8{
    background-color: #6aa63e;
    border:1px solid #6aa63e;
}
.square-9{
    background-color: #c69d6f;
    border:1px solid #c69d6f;
}
/* ---------------------------------------------------
    EDIT STYLE
----------------------------------------------------- */
.historyImg{
    width:100px;
    height:100px;
    object-fit: contain;
    border:1px solid #ddd;
}
/* ---------------------------------------------------
    ACROLLBAR STYLE
----------------------------------------------------- */
.scrollModal{
    padding-right:5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height:400px;
}
.searchScroll{
    padding-right: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 180px);
}
.searchScrollCD{
    padding-right:5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 200px);
}
.searchScrollR{
    padding-right:5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 210px);
}
.scrollC::-webkit-scrollbar {
  width: 5px;
}
 
.scrollC::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 10px;
}

.scrollC::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 10px;
}

/* ---------------------------------------------------
    ThumbnailSlide style
----------------------------------------------------- */
.previewImg{
    height:350px;
    width:100%;
    object-fit: contain;
}
.thumbnailImg{
    height:100px;
    width:100%;
    object-fit: cover;
    opacity: .7;
    border:1px solid #fff;
}
.thumbnailImg:hover{
    cursor: pointer;
    opacity: 1;
}
#sync1 .owl-prev, #sync1 .owl-next {
    width: 30px;
    height: 30px;
        background-color: rgba(0,0,0,.5);
}
#sync1 .owl-prev {
    left: 0%;
}
#sync1 .owl-next {
    right: 0%;
}
#sync2 .owl-item.current .thumbnailImg{
    border:1px solid #fff;
    opacity: 1;
}
#sync2 .owl-prev, #sync2 .owl-next {
    width: 30px;
    height: 100%;
    background: rgba(0,0,0,.8);
    fill: #fff;
    margin:0;
}
#sync2 .owl-prev {
    left: 0%;
}
#sync2 .owl-next {
    right: 0%;
}
#sync2.owl-theme .owl-nav {
    margin-top: 0px;
}
/* ---------------------------------------------------
    Card list style
----------------------------------------------------- */
.logoB{
    border-radius: 4px;
    width:35px;
    height:35px;
    object-fit: cover;
}
.boxAll {
    display: flex;
    flex-wrap: wrap;
}
.box-list{
    margin-right: 8px;
    width: 100%; 
}
#content.bigR .box-list {
    margin-right: 8px;
    width: calc(100% / 2 - 8px);
}
#content.bigL .box-list {
    margin-right: 8px;
    width: calc(100% / 2 - 8px);
}
#content.bigL.bigR .box-list {
    margin-right: 8px;
    width: calc(100% / 3 - 8px);
}
.box-list .card-footer{
    background-color: #fff;
}
.zoneDe{
    display: flex;
}
.zoneDe .icon-square{
    width:15px;
    height:15px;
    margin:0 5px;
}
.listImgPrev.owl-theme .owl-nav{
    margin-top: 0;
}
.listImgPrev .owl-prev i, .listImgPrev .owl-next i {
    transform: scale(1);
    color: #fff;
}
.listImgPrev .owl-prev, .listImgPrev .owl-next {
    width: 15px;
    height: 15px;
}
.listImgPrev .owl-prev {
    left: 0%;
}
.listImgPrev .owl-next {
    right: 0%;
}
.listImgPrev img{
    height:142px;
    width: 100%;
    object-fit: cover;
}
.icon-zoom{
    position: absolute;
    content:'';
    top:5px;
    left:5px;
    width:20px;
    height:20px;
    background: #fff;
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    text-align: center;
    padding-top:1px;
}
.detailCollapse{
    text-decoration: none;
    color: #000;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    width:100%;
}

#sidebar {
    min-width: 450px;
    max-width: 450px;
    padding:20px;
    background: #f8f9fb;
    color: #000;
    transition: all 0.3s;
    position: relative
}
#sidebar h4{
    width:80%;
}
#dismiss-s {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 10px;
    border-radius: 4px;
    border:1px solid #ddd;
    text-align: center;
    padding-top:2px;
}
#dismiss-s:hover {
    cursor: pointer;
    background: #ddd;
}
#sidebar.active {
    margin-left: -450px;
}

#detailProp {
    margin-right: 830px;
    display: none;
}

#detailProp.active {
    min-width: 830px;
    max-width: 830px;
    padding:20px;
    background: #fff;
    color: #000;
    transition: all 0.3s;
    display: block;
    
}
#content {
    padding: 20px;
    height: calc( 100vh - 62px);
    transition: all 0.3s;
    background: #ebebeb;
    min-width: 620px;
    width: 100%;
}
#content.bigL {
    min-width: calc(100% - 830px);
}
@media (max-width: 768px) {
    #sidebar {
        margin-left: -450px;
    }
    #sidebar.active {
        margin-left: 0;
    }
/*
    #sidebarCollapse span {
        display: none;
    }
*/
}
/*-----------------------------------------
    ACCORDION
-------------------------------------------*/
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f8f9fa;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.13);
}
.accordion-button:not(.collapsed)::after {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(281deg) brightness(100%) contrast(100%);
}
.accordion-button::after {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(281deg) brightness(100%) contrast(100%);
}
/*-----------------------------------------
    Upload image Style
-------------------------------------------*/
.upload__wrap {
  margin-bottom: 0.9375rem;
}
.upload__mess {
  border-left: solid 3px #ffb74d;
  padding-left: 0.5rem;
  color: #b5bac1;
}
.upload p {
  line-height: 2;
}
.upload p strong {
  color: #2f3640;
  padding-left: 0.3125rem;
}
.upload__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.upload__del {
  display: block;
  position: absolute;
  right: -8px;
  top: -8px;
  width: 21px;
  height: 22px;
  background: url("https://m7c.harrison.co.th/images/delete-icon-copy.svg") 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.8;
}
.upload__del:hover {
  opacity: 1;
}
.upload__img {
  width: 5.6875rem;
  height: 5.6875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.upload__btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 5.6875rem;
  height: 5.6875rem;
  line-height: 5.6875rem;
  border-radius: 2px;
  border: dashed 0.5px #9e9e9e;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
  overflow: hidden;
}
.upload__btn:after {
  content: "+";
  color: #9e9e9e;
  font-size: 5rem;
  line-height: 5rem;
  cursor: pointer;
  font-weight: 100;
}
.upload__btn:hover {
  opacity: 0.99;
}
.upload__btn:active {
  box-shadow: inset 10px 10px 90px -30px rgba(0, 0, 0, 0.1);
}
.upload__input {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 100;
}

.hidden_ms {
  display: none;
}

/*-----------------------------------------
    Upload file Style
-------------------------------------------*/
.hide {
  display: none !important;
}

.file-input .file-input-wrapper {
  position: relative;
}

.file-input input {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  //opacity: 0.01;
  border: 0;
}

.file-input input:focus ~ .upload-cta {
  border-color: #0f3fd0;
}

.file-input .upload-cta {
  display: block;
  text-align: center;
  border: 1px dashed #b9b9b9;
  border-radius: 5px;
  padding: 40px 90px;
  max-width: 100%;
  line-height: 1.5;
  margin-bottom: 16px;
}

.file-input .selected-files {
  list-style: none;
  margin: 0;
  padding: 0;
}

.file-input .selected-files li {
  background: #f1f1f1;
    border-radius: 5px;
    padding: 10px 72px 10px 20px;
    position: relative;
    margin-top: 8px;
    word-break: break-all;
}

.file-input .selected-files .remove {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  position: absolute;
  border: 1px solid #9a9fa9;
  width: 16px;
  height: 16px;
  text-indent: 64px;
  white-space: nowrap;
  overflow: hidden;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: transparent;
  border-radius: 16px;
  outline: 0;
  cursor: pointer;
}

.file-input .selected-files .remove:focus {
  border-color: #103FD0;
}

.file-input .selected-files .remove:before,
.file-input .selected-files .remove:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #364053;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}

.file-input .selected-files .remove:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.file-input .selected-files .remove:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/
@media screen and (min-width:768px){
    #dismiss-s{
        display: none;
    }
}
@media screen and (max-width: 767px) {
  #content {
    height: calc(100vh - 50px)!important;
  }
    body{
        overflow-x: hidden;
    }    
    #sync1{
        height:250px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width:320px) and (max-width:374px){
    .navbar-brand {
        font-size: .875rem;
    }
    .navbar-brand img{
        width: 100px;
    }
    #langUser.navbar-nav{
        flex-direction: row;
    }
    #langUser .nav-link img{
        width:20px;
        height:20px;
    }
    #langUser .nav-link{
        padding: .25rem .5rem;
    }
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
    }
    #langUser .dropdown-toggle::after {
        display: none;
    }
    #langUser.navbar-nav .dropdown-menu {
        position: absolute;
    }
    #content.bigR {
        min-width: 100%;
        width: 100%;
        padding: 10px;
        margin-left: 0;
    }
    #content {
        min-width: 100%;
        width: 100%;
        padding: 10px;
        margin-left: -320px;
    }
    #content.bigR .box-list {
        width: calc(100% / 1 - 8px);
    }
    .searchScrollCD {
        height: 300px;
    }
    .searchScroll {
        height: 380px;
    }
    .searchScrollR {
        height: 350px;
    }
    #sidebar {
        min-width: 100%;
        max-width: 100%;
        margin-left: -320px;
    }
    #detailProp.active {
        min-width: 100%;
        max-width: 100%;
        padding:10px;
    }
    #sync1 .owl-item.active{
        max-width: 100%;
        width:290px!important;
    }
    .previewImg {
        height: 250px;
    }
    .thumbnailImg {
        height: 55px;
    }
    .file-input .upload-cta {
        padding: 40px 20px;
    }
}
@media screen and (min-width:375px) and (max-width:413px){
    .navbar-brand {
        font-size: .875rem;
    }
    .navbar-brand img{
        width: 100px;
    }
    #langUser.navbar-nav{
        flex-direction: row;
    }
    #langUser .nav-link img{
        width:20px;
        height:20px; 
    }
    #langUser .nav-link{
        padding: .25rem .5rem;
    }
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
    }
    #langUser .dropdown-toggle::after {
        display: none;
    }
    #langUser.navbar-nav .dropdown-menu {
        position: absolute;
    }
    #content.bigR {
    min-width: 100%;
    width: 100%;
    padding: 10px;
    margin-left: 0;
  }
  #content {
    min-width: 100%;
    width: 100%;
    padding: 10px;
    margin-left: -100%;
  }
    #content.bigR .box-list {
        width: calc(100% / 1 - 8px);
    }
    .searchScrollCD {
        height: 360px;
    }
    .searchScroll {
        height: 480px;
    }
    .searchScrollR {
        height: 450px;
    }
    #sidebar {
    min-width: 100%;
    max-width: 100%;
    margin-left: -100%;
  }
  #detailProp.active {
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
  }
    #sync1 .owl-item.active{
        max-width: 100%;
        width:345px!important;
    }
    .previewImg {
        height: 250px;
    }
    .thumbnailImg {
        height: 55px;
    }
    .file-input .upload-cta {
        padding: 40px 20px;
    }
    .searchScrollCD {
    height: calc(100vh - 230px);
  }
  .searchScroll {
    height: calc(100vh - 180px);
  }
  .searchScrollR {
    height: calc(100vh - 200px);
  }
    .btn-circle {
    width: 26px;
    height: 26px;
    font-size: 11px;
}
}
@media screen and (min-width:414px) and (max-width:424px){
    .navbar-brand {
        font-size: .875rem;
    }
    .navbar-brand img{
        width: 100px;
    }
    #langUser.navbar-nav{
        flex-direction: row;
    }
    #langUser .nav-link img{
        width:20px;
        height:20px;
    }
    #langUser .nav-link{
        padding: .25rem .5rem;
    }
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
    }
    #langUser .dropdown-toggle::after {
        display: none;
    }
    #langUser.navbar-nav .dropdown-menu {
        position: absolute;
    }
    #content.bigR {
    min-width: 100%;
    width: 100%;
    padding: 10px;
    margin-left: 0;
  }
  #content {
    min-width: 100%;
    width: 100%;
    padding: 10px;
    margin-left: -100%;
  }
    #content.bigR .box-list {
        width: calc(100% / 1 - 8px);
    }
    .searchScrollCD {
        height: 600px;
    }
    .searchScroll {
        height: 700px;
    }
    .searchScrollR {
        height: 680px;
    }
    #sidebar {
    min-width: 100%;
    max-width: 100%;
    margin-left: -100%;
  }
  #detailProp {
    margin-right: 100%;
  }
  #detailProp.active {
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
  }
    #sync1 .owl-item.active{
        max-width: 100%;
        width:384px!important;
    }
    .previewImg {
        height: 250px;
    }
    .thumbnailImg {
        height: 55px;
    }
    .file-input .upload-cta {
        padding: 40px 20px;
    }
      .searchScrollCD {
    height: calc(100vh - 230px);
  }
  .searchScroll {
    height: calc(100vh - 180px);
  }
  .searchScrollR {
    height: calc(100vh - 200px);
  }
    .btn-circle {
    width: 26px;
    height: 26px;
    font-size: 11px;
}
}
@media screen and (min-width:425px) and (max-width:767px){
    .navbar-brand {
        font-size: .875rem;
    }
    .navbar-brand img{
        width: 100px;
    }
    #langUser.navbar-nav{
        flex-direction: row;
    }
    #langUser .nav-link img{
        width:20px;
        height:20px;
    }
    #langUser .nav-link{
        padding: .25rem .5rem;
    }
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
    }
    #langUser .dropdown-toggle::after {
        display: none;
    }
    #langUser.navbar-nav .dropdown-menu {
        position: absolute;
    }
    #content.bigR {
        min-width: 100%;
        width: 100%;
        padding: 10px;
        margin-left: 0;
    }
    #content {
        min-width: 100%;
        width: 100%;
        padding: 10px;
        margin-left: -425px;
    }
    #content.bigR .box-list {
        width: calc(100% / 1 - 8px);
    }
    .searchScrollCD {
        height: 600px;
    }
    .searchScroll {
        height: 700px;
    }
    .searchScrollR {
        height: 680px;
    }
    #sidebar {
        min-width: 100%;
        max-width: 100%;
        margin-left: -425px;
    }
    #detailProp.active {
        min-width: 100%;
        max-width: 100%;
        padding:10px;
    }
    #sync1 .owl-item.active{
        max-width: 100%;
        width:395px!important;
    }
    .previewImg {
        height: 250px;
    }
    .thumbnailImg {
        height: 55px;
    }
    .file-input .upload-cta {
        padding: 40px 20px;
    }
    .searchScrollCD {
    height: calc(100vh - 230px);
  }
  .searchScroll {
    height: calc(100vh - 180px);
  }
  .searchScrollR {
    height: calc(100vh - 200px);
  }
    .btn-circle {
    width: 26px;
    height: 26px;
    font-size: 11px;
}
}
@media screen and (min-width:768px) and (max-width:1023px){
    #content.bigR .box-list {
    margin-right: 8px;
    width: calc(100% / 2 - 8px);
}
    #content {
    height: calc(100vh - 50px)!important;
  }
    .navbar-brand {
        font-size: .875rem;
    }
    .navbar-brand img{
        width: 100px;
    }
    #langUser.navbar-nav{
        flex-direction: row;
    }
    #langUser .nav-link img{
        width:20px;
        height:20px;
    }
    #langUser .nav-link{
        padding: .25rem .5rem;
    }
    .navbar-toggler {
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
    }
    #langUser .dropdown-toggle::after {
        display: none;
    }
    #langUser.navbar-nav .dropdown-menu {
        position: absolute;
    }
    #content.bigR.bigL .box-list {
        margin-right: 8px;
        width: calc(100% / 1 - 8px);
    }
    #detailProp.active {
        min-width: 767px;
        max-width: 767px;
    }
    #content {
        min-width: 318px;
        width: 100%;
        margin-left: -318px;
    }
    #content.bigR {
        background: #ebebeb;
        min-width: 318px;
        margin-left: 0px;
    }
    .searchScroll {
        height: calc(100vh - 180px);
    }
    .searchScrollCD {
        height: calc(100vh - 250px);
    }
    .searchScrollR {
        height: calc(100vh - 260px);
    }
}
@media screen and (min-width:1024px) and (max-width:1279px){
    .shareP .previewImg {
        height: 490px;
    }
    #sidebar h4{
        font-size: calc(1.125rem + .3vw);
    }
    .previewImg {
        height: 250px;
    }
    #content .navbar-header .col-lg-6{
        width:100%
    }
    #content.bigR .navbar-header .col-lg-6,
    #content.bigL .navbar-header .col-lg-6,
    #content.bigR.bigL .navbar-header .col-lg-6{
        width:50%
    }
    #content .box-list .id-left, #content .box-list .id-right{
        width:100%
    }
    #content .box-list .id-right .justify-content-lg-end{
        justify-content: start!important;
    }
    #content.bigR .box-list .id-left, #content.bigR .box-list .id-right,
    #content.bigL .box-list .id-left, #content.bigL .box-list .id-right,
    #content.bigR.bigR .box-list .id-left, #content.bigR.bigR .box-list .id-right{
        width:50%;
    }
    #content.bigR .box-list .id-right .justify-content-lg-end,#content.bigL .box-list .id-right .justify-content-lg-end, #content.bigR.bigR .box-list .id-right .justify-content-lg-end{
        justify-content: end;
    }
    #content .box-list .card-footer .col-lg-8.col-xxl-6{ 
        font-size: 12px;
    }
    #content.bigR .box-list .card-footer .col-lg-8.col-xxl-6,
    #content.bigL .box-list .card-footer .col-lg-8.col-xxl-6,
    #content.bigR.bigL .box-list .card-footer .col-lg-8.col-xxl-6{
        font-size: 14px;
    }
  .h5, h5 {
        font-size: 1.125rem;
    }
    .btn-circle {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
    #sidebar h4 {
        width: 100%;
    }
    #sidebar {
        min-width: 25%;
        max-width: 25%;
        padding:15px;
    }
    #sidebar.active {
        margin-left: -25%;
    }
    #content.bigR{
        min-width: 75%;
    }
    #content.bigR .searchScrollCD.scrollC,
    #content.bigL .searchScrollCD.scrollC,
    #content.bigR.bigL .searchScrollCD.scrollC{
        height: calc(100vh - 190px)!important;
    }
    #content .searchScrollCD.scrollC{
        height: calc(100vh - 240px)!important;
    }
    .searchScrollR {
        height: calc(100vh - 190px)!important;
    }
    .searchScroll {
        height: calc(100vh - 170px);
    } 
    .searchScrollCD{
        height: 520px;
    }
    #content.bigL {
        min-width: 55%;
        max-width: 55%;
    }
    #content {
        min-width: 30%;
        max-width: 30%; 
        padding:15px;
    }
    #content.bigL .box-list {
        margin-right: 8px;
        width: calc(100% / 2 - 8px);
    }
    #detailProp.active {
        min-width: 45%;
        max-width: 45%;
        margin-right: 0;
        padding:15px;
    }
    #content.bigL.bigR {
        min-width: 100%;
        max-width: 100%;
    }
    #content.bigR .page-left,
    #content.bigL .page-left,
    #content.bigR.bigL .page-left{
        width:50%;
    }
    #content.bigR .page-right,
    #content.bigL .page-right,
    #content.bigR.bigL .page-right{
        width:50%;
    }
    #content .page-left{
        width:100%
    }
    #content .page-right{
        width:100%
    }
}
@media screen and (min-width:1280px) and (max-width:1359px){
    .shareP .previewImg {
        height: 490px;
    }
    .h5, h5 {
        font-size: 1.125rem;
    }
    .btn-circle {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
    #sidebar h4 {
        width: 100%;
    }
    #sidebar {
        min-width: 25%;
        max-width: 25%;
        padding:15px;
    }
    #sidebar.active {
        margin-left: -25%;
    }
    #content.bigR{
        min-width: 75%;
    }
    #content.bigR .searchScrollCD.scrollC,
    #content.bigL .searchScrollCD.scrollC,
    #content.bigR.bigL .searchScrollCD.scrollC{
        height: calc(100vh - 180px)!important;
    }
    #content .searchScrollCD.scrollC{
        height: calc(100vh - 210px)!important;
    }
    .searchScrollR {
        height: calc(100vh - 190px)!important;
    }
    .searchScroll {
        height: calc(100vh - 180px);
    } 
    .searchScrollCD{
        height: 520px;
    }
    #content.bigL {
        min-width: 55%;
        max-width: 55%;
    }
    #content {
        min-width: 30%;
        max-width: 30%; 
        padding:15px;
    }
    #content.bigL .box-list {
        margin-right: 8px;
        width: calc(100% / 2 - 8px);
    }
    #detailProp.active {
        min-width: 45%;
        max-width: 45%;
        margin-right: 0;
        padding:15px;
    }
    #content.bigL.bigR {
        min-width: 100%;
        max-width: 100%;
    }
    #content.bigR .page-left,
    #content.bigL .page-left,
    #content.bigR.bigL .page-left{
        width:50%;
    }
    #content.bigR .page-right,
    #content.bigL .page-right,
    #content.bigR.bigL .page-right{
        width:50%;
    }
    #content .page-left{
        width:100%
    }
    #content .page-right{
        width:100%
    }
}
@media screen and (min-width:1360px) and (max-width:1439px){
    .shareP .previewImg {
        height: 490px;
    }
    .h5, h5 {
        font-size: 1.125rem;
    }
    .btn-circle {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
    #sidebar h4 {
        width: 100%;
    }
    #sidebar {
        min-width: 25%;
        max-width: 25%;
        padding:15px;
    }
    #sidebar.active {
        margin-left: -25%;
    }
    #content.bigR{
        min-width: 75%;
    }
    #content.bigR .searchScrollCD.scrollC,
    #content.bigL .searchScrollCD.scrollC,
    #content.bigR.bigL .searchScrollCD.scrollC{
        height: calc(100vh - 180px)!important;
    }
    #content .searchScrollCD.scrollC{
        height: calc(100vh - 210px)!important;
    }
    .searchScrollR {
        height: calc(100vh - 180px)!important;
    }
    .searchScroll {
        height: calc(100vh - 180px);
    } 
    .searchScrollCD{
        height: 520px;
    }
    #content.bigL {
        min-width: 55%;
        max-width: 55%;
    }
    #content {
        min-width: 30%;
        max-width: 30%; 
        padding:15px;
    }
    #content.bigL .box-list {
        margin-right: 8px;
        width: calc(100% / 2 - 8px);
    }
    #detailProp.active {
        min-width: 45%;
        max-width: 45%;
        margin-right: 0;
        padding:15px;
    }
    #content.bigL.bigR {
        min-width: 100%;
        max-width: 100%;
    }
    #content.bigR .page-left,
    #content.bigL .page-left,
    #content.bigR.bigL .page-left{
        width:50%;
    }
    #content.bigR .page-right,
    #content.bigL .page-right,
    #content.bigR.bigL .page-right{
        width:50%;
    }
    #content .page-left{
        width:100%
    }
    #content .page-right{
        width:100%
    }
}
@media screen and (min-width:1440px) and (max-width:1599px){
    .shareP .previewImg {
        height: 490px;
    }
    .h5, h5 {
        font-size: 1.125rem;
    }
    .btn-circle {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
    #sidebar h4 {
        width: 100%;
    }
    #sidebar {
        min-width: 25%;
        max-width: 25%;
        padding:15px;
    }
    #sidebar.active {
        margin-left: -25%;
    }
    #content.bigR{
        min-width: 75%;
    }
    #content.bigR .searchScrollCD.scrollC,
    #content.bigL .searchScrollCD.scrollC,
    #content.bigR.bigL .searchScrollCD.scrollC{
        height: calc(100vh - 180px)!important;
    }
    #content .searchScrollCD.scrollC{
        height: calc(100vh - 210px)!important;
    }
    .searchScrollR {
        height: calc(100vh - 190px)!important;
    }
    .searchScroll {
        height: calc(100vh - 170px);
    } 
    .searchScrollCD{
        height: 520px;
    }
    #content.bigL {
        min-width: 55%;
        max-width: 55%;
    }
    #content {
        min-width: 30%;
        max-width: 30%; 
        padding:15px;
    }
    #content.bigL .box-list {
        margin-right: 8px;
        width: calc(100% / 2 - 8px);
    }
    #detailProp.active {
        min-width: 45%;
        max-width: 45%;
        margin-right: 0;
        padding:15px;
    }
    #content.bigL.bigR {
        min-width: 100%;
        max-width: 100%;
    }
    #content.bigR .page-left,
    #content.bigL .page-left,
    #content.bigR.bigL .page-left{
        width:50%;
    }
    #content.bigR .page-right,
    #content.bigL .page-right,
    #content.bigR.bigL .page-right{
        width:50%;
    }
    #content .page-left{
        width:100%
    }
    #content .page-right{
        width:100%
    }
}
@media screen and (min-width:1600px) and (max-width:1919px){
    .shareP .previewImg {
        height: 490px;
    }
    .h5, h5 {
        font-size: 1.125rem;
    }
    .btn-circle {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
    #sidebar h4 {
        width: 100%;
    }
    #sidebar {
        min-width: 25%;
        max-width: 25%;
        padding:15px;
    }
    #sidebar.active {
        margin-left: -25%;
    }
    #content.bigR{
        min-width: 75%;
    }
    #content.bigR .searchScrollCD.scrollC,
    #content.bigL .searchScrollCD.scrollC,
    #content.bigR.bigL .searchScrollCD.scrollC{
        height: calc(100vh - 180px)!important;
    }
    #content .searchScrollCD.scrollC{
        height: calc(100vh - 210px)!important;
    }
    .searchScrollR {
        height: calc(100vh - 190px)!important;
    }
    .searchScroll {
        height: calc(100vh - 170px);
    } 
    .searchScrollCD{
        height: 520px;
    }
    #content.bigL {
        min-width: 55%;
        max-width: 55%;
    }
    #content {
        min-width: 30%;
        max-width: 30%; 
        padding:15px;
    }
    #content.bigL .box-list {
        margin-right: 8px;
        width: calc(100% / 2 - 8px);
    }
    #detailProp.active {
        min-width: 45%;
        max-width: 45%;
        margin-right: 0;
        padding:15px;
    }
    #content.bigL.bigR {
        min-width: 100%;
        max-width: 100%;
    }
    #content.bigR .page-left,
    #content.bigL .page-left,
    #content.bigR.bigL .page-left{
        width:50%;
    }
    #content.bigR .page-right,
    #content.bigL .page-right,
    #content.bigR.bigL .page-right{
        width:50%;
    }
    #content .page-left{
        width:100%
    }
    #content .page-right{
        width:100%
    }
}
@media screen and (min-width:1920px) and (max-width:2559px){
    #detailProp.active {
        margin-right: 0;
    }
    .searchScrollR {
        height: calc(100vh - 200px);
    }
    .shareP .previewImg {
        height: 490px;
    }
}
@media screen and (min-width:2560px) {
    #sidebar.active {
        margin-left: -30%;
    }
    #sidebar {
        min-width: 30%;
        max-width: 450px;
        padding: 20px;
        background: #f8f9fb;
        color: #000;
        transition: all 0.3s;
        position: relative;
    }
    #detailProp.active {
        min-width: 40%;
        max-width: 830px;
        padding: 20px;
        background: #fff;
        color: #000;
        transition: all 0.3s;
        display: block;
    }
    #detailProp {
        margin-right: 40%;
        display: none;
    }
    #content {
        padding: 20px;
        min-height: 100vh;
        transition: all 0.3s;
        background: #ebebeb;
        min-width: 30%;
        width: 100%;
    }
        #content.bigL {
        min-width: calc(100% - 40%);
    }
}