body {
    margin: 0em;
    font-family: 'Roboto', sans-serif;
}

/* flash line */
.anchor:target {
    background-color: #fffaed;
    animation-name: blink;
    animation-direction: normal;
    animation-duration: .5s;
    animation-iteration-count: 2;
    animation-timing-function: ease;
}
@keyframes blink {
    0% { color: rgba(0,0,0,.9); }
    100% { color: rgba(0,0,0,0); }
}
/* end flash line */

.pagi {
    display: flex;
    justify-content: flex-end;
    width: 93%;
    margin-top: 64px;
    margin-bottom: 24px;
}

.pagination .page-item {
    border-radius: 3px;
    text-align: center;
}

.page-link {
    border: none;
    margin: 0px 2px;
    border-radius: 3px;
    border-color: transparent;
    height: 35px;
    width: 35px;
}

.page-item.active .page-link {
    background: #F2C230;
    color: black;
    border-color: none;
}

.page-item .page-link {
    background: #EDEDED;
    color: black;
}

.page-item.disabled .page-link {
    background: #c5c2c2;
}

.page-item .page-link:hover {
    background: #F2C230;
}

#content-post h1, #content-post h2, #content-post h3, #content-post h4, #content-post h5 #content-post h6 {
    color: #D98014;
}

.btn-index {
    border-radius: 3px;
    border-color: transparent;
    cursor: pointer;
}

.btn-index:hover {
    background: #F2C230;
}

.div-register {
    max-width: 730px;
    height: 140px;
    background: #BDBDBD;
    border-radius: 3px;
    text-align: center;
    padding: 18px;
}

.div-register h3 {
    font-weight: bold;
}

.div-register button {
    background: #222222;
    border-radius: 5px;
    border-color: transparent;
    color: #F2C230;
    padding: 4px 16px;
}

.div-suggest {
    margin-top: 32px;
}

.div-suggest h4 {
    font-weight: 300;
}

.div-suggest a {
    text-decoration: underline;
    line-height: 2;
}

.modal-content {
    background: #222222;
    text-align: center;
    padding: 20px;
}

.modal-content .text1 {
    color: #ffffff;
}

.modal-content .text2 {
    color: #F2C230;
}

.modal-content .div-p{
    color: #BDBDBD;
    max-width: 355px;
    margin: auto;
}

.modal-footer button {
    color: #D98014;
}

.modal-footer a {
    color: #D98014;
}

a:hover {
    text-decoration: none;
}

.nav-r {
    display: none;
    height: 50px;
    background: #F2C230;
}

.head-top {
    background-color: #222222;
}

.head-top a {
    text-decoration: none;
    color: #ffffff;
    margin-right: 1.875em;
}

.head-top a:hover {
    text-decoration: none;
    color: #ffffff;
}

.content_category .content-c {
    width: 95%;
}

.info-general .div-des {
    max-width: 1110px;
    border: 2px solid #F2C230;
    border-radius: 5px;
    background: #EDEDED;
    padding: 25px;
}

.info-general li {
    line-height: 2;
    text-decoration-line: underline
}

.info-general h2 {
    color: #F2C230;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
}

.div-broker .item {
    display: grid;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 26px;
}

.div-broker .item h4 {
    margin: 20px 0px;
}

.div-broker .item .img-div {
    height: 135px;
    width: 100%;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
    background-position: center;
}

.div-broker .item:hover h4 {
    color: #F2C230;
}

.div-broker .item img {
    height: 135px;
}

.div-broker {
    margin-top: 62px;
}

.ht {
    display: flex;
    justify-content:space-between;
}

.ht-left {
    display: flex;
}

.ht-mid {
    margin-top: 0.5em;
}

.ht-right {
    display: flex;
}

.head-bot {
    height: 3.75em;
    background: #F2C230;
    position: absolute;
    z-index: 99;
    width: 100%;
}

.head-mid h2{
    font-size: 3em;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #F2C230;
    margin-top: 0.75em;
}

.head-mid h4 {
    font-size: 1em;
    line-height: 1.625em;
    color: #4F4F4F;
    margin-top: 1em;
    margin-bottom: 1.9375em;
    text-transform: uppercase;
}

.head-bot ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .head-bot li {
    float: left;
  }

  .head-bot li a {
    display: block;
    font-style: normal;
    font-weight: bold;
    line-height: 1.625em;
    color: #222222;
    font-size: 0.875em;
    padding: 1.125em 1em;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

    .head-bot .dropdown-content {
        display: none;
        box-shadow: 0px 0px 6px 0px rgba(0,0,0,.35);
        background-color: #fff;
    }

    .head-bot li:hover .dropdown-content {
        display: block;
    }

  .head-bot .active{
    border-bottom: 5px solid #D98014;
  }

  .head-bot li .active {
    color: #D98014;
  }

  .head-bot li a:hover {
    color: #D98014;
  }

  .head-mid-f {
      position: relative;
      width: 35.625em;
      height: 3.9375em;
      border: 0.125em solid #F2C230;
      box-sizing: border-box;
      border-radius: 0.3125em;
      margin-top: 2em;
  }

  .head-mid-f .div-img {
    position: absolute;
    top: 0.3125em;
    left: 0.3125em;
    width: 5.4375em;
    height: 3.0625em;
    border-radius: 0.125em;
    background-color: #C4C4C4;
    background-size: cover;
  }

  .head-mid-f .div-title{
    position: absolute;
    left: 6.0625em;
    top: 0.625em;
    font-style: normal;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.625em;
    text-transform: uppercase;
    color: #222222;
    width: 75%;
  }

  .head-mid-f .div-title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .head-mid-f .div-des {
    position: absolute;
    left: 8.0625em;
    top: 2.875em;
    font-style: normal;
    font-weight: normal;
    font-size: 0.75em;
    line-height: 1.125em;
    color: #828282;
    width: 70%;
  }

  .head-mid-f .div-des p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .head-mid-f .div-btn{
    position: absolute;
    font-size: 20px;
    display: grid;
    right: 20px;
    top: 9px;
  }

  .head-mid-c{
    display: flex;
    justify-content: space-between;
  }

  .div-search {
      width: 17.8125em;
      height: 2.5em;
      background: #FFFFFF;
      border-radius: 0.3125em;
      margin: 0.625em 0em 0.625em 1em;
  }

  .div-search input {
      border: none;
      margin: 0.5em;
      width: 12.3125em;
  }

  .div-search input:focus {
    border: none;
  }

  .info-div {
    max-width: 730px;
    height: 161px;
    background: #EDEDED;
    border: 2px solid #F2C230;
    border-radius: 5px;
    padding-left: 26px;
    padding-top: 26px;
  }

    .div-search button {
        width: 4em;
        height: 2.125em;
        background: #D98014;
        border-radius: 0.1875em;
        color: #ffffff;
        border: none;
        padding-top: 0.1875em;
    }

    .div-search1 {
        position: absolute;
        top: -5px;
        right: 5px;
        width: 17.8125em;
        height: 2.5em;
        background: #FFFFFF;
        border-radius: 0.3125em;
        margin: 0.625em 0em 0.625em 1em;
        display: none;
        color: #BDBDBD;
    }

    .div-search1 input {
        border: none;
        margin: 0.5em 0em;
        width: 11.3125em;
    }

    .div-search1 input:focus {
      border: none;
    }

    .div-search1 button {
        width: 4em;
        height: 2.125em;
        background: #D98014;
        border-radius: 0.1875em;
        color: #ffffff;
        border: none;
        padding-top: 0.1875em;
    }


    .overview {
        height: 25.125em;
        display: grid;
        grid-template-columns: 70% 30%;
        /* grid-column-gap: 10px; */
        margin-top: 1.875em;
    }

    .overview .overview-l {
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.8%, #000000 114.43%);
        border-radius: 0.3125em;
        margin-right: 1.0625em;
        border: 1px solid;
    }

    .overview .overview-l .div-img {
        position: absolute;
        border-radius: 0.3125em;
        width: 100%;
    }

    .overview .overview-l .div-title {
        position: absolute;
        bottom: 3.0625em;
        left: 1.6875em;
        font-weight: bold;
        /* font-size: 32px; */
        text-transform: capitalize;
        color: #FFFFFF;
    }

    .overview .overview-l .div-des{
        position: absolute;
        bottom: 0.625em;
        left: 1.6875em;
        font-size: 1em;
        line-height: 1.625em;
        color: #FFFFFF;
    }

    .overview .overview-r .overview-r1 {
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.8%, #000000 114.43%);
        border-radius: 0.3125em;
        height: 12.0625em;
        border: 1px solid;
    }

    .overview-r .overview-r1 .div-img {
        position: absolute;
        height: 12.0625em;
    }

    .overview-r .overview-r1 .div-title{
        position: absolute;
        bottom: 0em;
        left: 0.9375em;
        font-weight: bold;
        font-size: 1.375em;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }

    .overview .overview-r .overview-r2 {
        position: relative;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.8%, #000000 114.43%);
        border-radius: 0.3125em;
        height: 12.0625em;
        margin-top: 0.9375em;
        border: 1px solid;
    }

    .overview-r .overview-r2 .div-img {
        position: absolute;
        height: 12.0625em;
    }

    .overview-r .overview-r2 .div-title{
        position: absolute;
        bottom: 0em;
        left: 0.9375em;
        font-weight: bold;
        font-size: 1.375em;
        display: flex;
        align-items: center;
        color: #FFFFFF;
    }

    .hot {
        margin-top: 2.8125em;
    }

    .hot-1 {
        background: #FFFFFF;
        box-shadow: 0em 0em 1.125em rgba(0, 0, 0, 0.15);
        border-radius: 0.3125em;
        width: 255px;
        height: 310px;
    }

    .hot-h {
        display: flex;
        justify-content: space-between;
    }

    .hot-h h3{
        color: #222222;
        font-size: 1.5em;
        line-height: 1.875em;
    }

    .hot-h a {
        color: #F2C230;
        font-size: 1em;
        margin-top: 1em;
    }

    .hot-h a:hover {
        color: #F2C230;

    }

    .hot .hot-1 .div-img{
        border-radius: 0.3125em 0.3125em 0em 0em;
        height: 8.75em;
        background: #C4C4C4;
        background-size: cover;
    }

    .hot .hot-1 .div-date{
        font-size: 0.75em;
        font-weight: 500;
        color: #4F4F4F;
        padding:0em 1.5em;
        padding-top: 0.625em;
    }

    .hot .hot-1 .div-title{
        padding: 0em 0.9375em;
        margin-top: -0.3125em;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hot .hot-1 .div-title p{
        color: #F2A922;
        font-weight: 500;
        font-size: 1.125em;
        line-height: 1.5em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hot .hot-1 .div-title:hover p {
        color: #D98014;
    }

    .hot .hot-1 .div-des {
        font-size: 0.75em;
        line-height: 1.4em;
        color: #828282;
        padding:0em 1.5em;
        margin-top: -0.3125em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content {
        margin-top: 4em;
    }

    .content-h {
        display: grid;
        grid-template-columns: 70% 30%;
        /* grid-column-gap: 10px; */
    }

    .content-t {
        display: grid;
        grid-template-columns: 70% 30%;
        margin-bottom:90px;
        margin-top:30px;
    }

    .content-t .content-c {
        display: flex;
        max-width: 730px;
    }

    .btn-detail-page {
        width: 100%;
        height: 40px;
        background: #F2C230;
        border-radius: 5px;
        color: #FFFFFF;
        margin-bottom: 16px;
        border: transparent;
        cursor: pointer;
    }

    .general-info1 {
        display: none;
    }

    .general-info {
        max-width: 730px;
        background: #EDEDED;
        border: 2px solid #F2C230;
        box-sizing: border-box;
        border-radius: 5px;
        margin-bottom: 40px;
    }

    .general-info1 {
        max-width: 730px;
        background: #EDEDED;
        border: 2px solid #F2C230;
        box-sizing: border-box;
        border-radius: 5px;
        margin-bottom: 40px;
    }

    .general-info1 .title-div {
        margin-top: 38px;
        text-align: center;
        margin-bottom: 24px;
    }

    .general-info1 .title-div h2 {
        text-transform: uppercase;
    }

    .general-info1 .hr-div-info {
        border: 1px solid #BDBDBD;
        max-width: 650px;
        margin: auto;
    }

    .general-info1 .div-hr-info {
        border: 1px solid #BDBDBD;
        width: 90%;
        margin:16px auto;
    }

    .general-info .title-div {
        margin-top: 38px;
        text-align: center;
        margin-bottom: 20px;
    }

    .general-info .title-div h2 {
        text-transform: uppercase;
    }

    .general-info .hr-div-info {
        border: 1px solid #BDBDBD;
        max-width: 650px;
        margin: auto;
    }

    .general-info table {
        width: 90%;
        margin: auto;
        margin-bottom: 16px;
    }

    .btn-detail-page1 {
        background: #222222;
        color: #F2C230;
        width: 100%;
        height: 40px;
        border-radius: 5px;
        margin-bottom: 16px;
        border: transparent;
        cursor: pointer;
    }

    .div-item-info li {
        line-height: 1.8;
    }

    .content-t .content-c .div-img {
        min-width: 350px;
        height: 180px;
    }

    .content-c .div-img {
        max-width: 730px;
        background: #cccccc;
        border-radius: 5px;
        margin: 0 0;
        background-size: cover;
    }

    .content-c .div-index {
        margin-top: 30px;
        max-width: 445px;
        /* height: 370px; */
        background: #EDEDED;
        border: 2px solid #F2C230;
        box-sizing: border-box;
        border-radius: 5px;
        margin-bottom: 32px;
    }

    .content-c .div-index .div-title {
        display: flex;
        justify-content: space-between;
        margin: 0px 27px;
        color: #D98014;
        text-align: center;
        margin-top: 12px;
        min-height: 45px;
    }

    .content-c .div-index li{
        margin: 16px 0px 16px 0px;
    }

    .content-c .div-index .active {
        color: #D98014;
    }

    .content-c .div-index1 {
        max-width: 445px;
        height: 60px;
        background: #EDEDED;
        border: 2px solid #F2C230;
        box-sizing: border-box;
        border-radius: 5px;
        margin-bottom: 32px;
    }

    .div-index1 .div-title {
        color: #D98014;
        display: flex;
        justify-content: space-between;
        text-align: center;
        align-items: center;
        height: 60px;
    }

    .div-index1 .div-title h4 {
        margin-left: 27px;
    }

    .div-index1 .div-title .btn-show {
        margin-right: 22px;
        font-size: 12px;
    }

    .div-index1 {
        display: none;
    }

    .content-c h3{
        color: #222222;
        font-size: 1.5em;
        margin-bottom: 34px;
    }

    .content-p {
        max-width: 730px;
    }

    .content-c .div-date {
        color: #4F4F4F;
    }

    .content-c .div-des {
        color: #4F4F4F;
    }

    .content-c h2 {
        color: #D98014;
    }

    .content-c2 {
        margin-bottom: 1.9375em;
        display: flex;
    }

    .content-c2 .item-detais {
        margin-left: 16px;
        margin-right: 32px;
    }

    .content-c2 .div-img {
        width: 15.9375em;
        height: 8.75em;
        background: #C4C4C4;
        border-radius: 0.3125em;
        background-size: cover;
    }

    .content-c2 .div-date{
        color: #4F4F4F;
        font-weight: 500;
        font-size: 0.75em;
        line-height: 1.375em;
        padding: 5px 0px;
    }

    .content-c1-about {
        text-transform: uppercase;
        margin-bottom: 32px;
        margin-top: 20px;
        color: #F2C230;
    }

    .content-c2 .div-title{
        color: #F2A922;
        font-weight: 500;
        font-size: 1.125em;
        line-height: 1.5em;
        padding: 2px 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-c2 .item-detais:hover .div-title{
        color: #D98014;
    }

    .content-c2 .div-des{
        color: #828282;
        font-size: 0.75em;
        line-height: 1.6em;
        width: 35em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content-c3 {
        position: relative;
        margin-top:4em;
        height: 2.5em;
        background: #F2C230;
        border-radius: 0.1875em;
        max-width: 730px;
    }

    .content-c3 p{
        font-size: 1.125em;
        line-height: 1.5em;
        color: #FFFFFF;
        text-align: center;
        padding-top: 0.375em;
        cursor: pointer;
    }

    .content-d1 {
        width: 20.8125em;
        height: 20.8125em;
        background: #C4C4C4;
        border-radius: 0.3125em;
        margin-bottom: 24px;
    }

    .content-d2 {
        width: 20.8125em;
        height: 2.5em;
        background: #D98014;
        border-radius: 0.3125em;
    }

    .content-d2 p {
        font-weight: 500;
        font-size: 1.125em;
        line-height: 1.5em;
        color: #FFFFFF;
        text-align: center;
        padding-top: 0.4em;
        text-transform: uppercase;
    }

    .content-d3 {
        display: flex;
        border-bottom: 0.0625em solid #BDBDBD;
        padding-bottom: 28px;
    }

    .content-d3 .div-img {
        height: 3.75em;
        width: 7.5em;
        background: #C4C4C4;
        border-radius: 0.3125em;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .content-d3 .div-btn1 {
        margin: auto;
        margin-right: 0px;
    }

    .content-d3 .div-btn1 input {
        padding-top: 0em;
    }

    .content_category .content-c1{
        text-transform: uppercase;
        margin-bottom: 32px;
        margin-top: 20px;
    }

    .content_category .content-c1 h3 {
        font-size: 1.3rem;
    }

    .content-c1 .info {
        display: flex;
        text-transform: none;
        font-size: 12px;
        line-height: 18px;
    }

    .content-c1 .info p {
        margin-right: 15px;
        margin-bottom: 14px;
    }

    .content-c1 .info i {
        margin-right: 8px;
        margin-top: 3px;
    }

    .div-btn1 .btn-review {
        background: #F2C230;
        color: #ffffff;
    }

    .div-btn1 .btn-website {
        background: #222222;
        color: #ffffff;
    }

    .banner {
        padding-top: 4em;
    }

    .banner .div-img {
        height: 12.5em;
        background: #C4C4C4;
        border-radius: 0.3125em;
    }

    .suggest {
        max-width: 730px;
        height: 64px;
        background: #222222;
        border-radius: 3px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 32px 0px;
    }

    .suggest h4 {
        color:  #F2C230;
        margin: 0px 10px;
    }

    .suggest p {
        color: #828282;
        margin-top: 20px;
    }

    .div-tag {
        display: flex;
    }

    .div-tag p {
        margin-right: 16px;
    }

    .div-tag .btn-light {
        border: 1px solid #F2C230;
        box-sizing: border-box;
        border-radius: 3px;
        color: #F2C230;
        max-height: 27px;
        background: none;
        margin-right: 8px;
    }

    .div-tag .btn-dark{
        background: #F2C230;
        border: 1px solid #F2C230;
        box-sizing: border-box;
        border-radius: 3px;
        max-height: 27px;
        padding: 2px 5px;
    }

    .div-rate {
        display: flex;
    }

    .div-rate p {
        margin-right: 18px;
    }

    .div-rate .active {
        color: #F2C230;
    }

    .block-comment {
        max-width: 730px;
        display: flex;
        margin-bottom: 16px;
    }

    .login-facebook {
        background: #2F80ED;
        border-radius: 3px;
        border-color: transparent;
        color: #fff;
        padding: 3px 12px;
    }

    .three-dot{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .block-comment .push-comment {
        background: #D98014;
        box-sizing: border-box;
        border-radius: 3px;
        color: #fff;
        border-color: transparent;
        float: right;
        margin-left: 8px;
        padding: 1px 12px;
    }

    .comment-text {
        background: #BDBDBD;
        border-radius: 3px;
        width: 100%;
        height: 40px;
        border: none;
        padding-left: 12px;
        margin-bottom: 8px;
    }

    .block-avatar {
        top: 0;
        width: 65px;
        height: 65px;
        border-radius: 3px;
        background-size: cover;
        margin-bottom: 8px;
    }

    .block-push-comment {
        display: inline-block;
        width: 100%;
        max-width: 645px;
        padding-left: 16px;
    }
    .block-comment-content {
        padding-left: 16px;
        width: auto;
    }
    .comment-name {
        color: #D98014;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .comment-time {
        font-size: 12px;
        line-height: 18px;
        color: #828282;
        margin-bottom: 0;
    }
    .comment-content {
        font-size: 12px;
        line-height: 18px;
        color: #4F4F4F;
    }

    .div-comment {
        position: relative;
        max-width: 730px;
        height: 190px;
    }

    .div-comment .div-avatar {
        position: absolute;
        top: 5px;
        width: 65px;
        height: 65px;
        background: #828282;
        background-blend-mode: normal;
        border-radius: 3px;
    }

    .div-comment .div-name {
        position: absolute;
        top: 0px;
        left: 75px;
        color: #D98014;
        font-weight: 500;
        font-size: 18px;
    }

    .div-comment .div-date {
        position: absolute;
        top: 30px;
        left: 75px;
        font-size: 12px;
    }

    .div-comment .div-cmt-text {
        position: absolute;
        position: absolute;
        top: 80px;
        left: 75px;
        color: #4F4F4F;
        font-size: 12px;
    }

    .div-comment .div-cmt input{
        position: absolute;
        top: 58px;
        left: 75px;
        background: #BDBDBD;
        border-radius: 3px;
        width: 655px;
        height: 40px;
        border: none;
        padding-left: 12px;
    }

    .div-comment .div-btn {
        position: absolute;
        right: 0px;
        top: 110px;
    }

    .div-comment .div-btn-d {
        background: #D98014;
        box-sizing: border-box;
        border-radius: 3px;
        color: #fff;
        width: 69px;
        border-color: transparent;
    }

    .div-popup {
        width: 540px;
        height: 320px;
        background: #222222;
        border-radius: 5px;
        text-align: center;
        padding: 30px;
    }

    .div-popup .text1 {
        color: #fff;
    }

    .div-popup .text2 {
        color: #F2C230;
    }

    .div-popup .div-p{
        color: #BDBDBD;
        max-width: 438px;
    }

    .div-popup button {
        background: #EDEDED;
        width: 216px;
        height: 54px;
        border-radius: 5px;
        color: #D98014;
    }

    .icon-facebook {
        margin-right: 12px;
    }

    .icon-down, .icon-up {
        color: #828282;
    }

    .icon-down:hover, .icon-up:hover {
        color: #D98014;
    }

    #topBtn {
        position: fixed;
        bottom: 15px;
        right: 100px;
        width: 50px;
        height: 50px;
        background-color: #d98014;
        border: none;
        cursor: pointer;
        color: #fff;
        font-size: 22px;
    }

	/* RATING - Form - Group */
	.rating-form .form-group {
    position: relative;
    border: 0;
	}

	/* RATING - Form - Legend */
	.rating-form .form-legend {
		display: none;
		margin: 0;
		padding: 0;
		font-size: 20px; font-size: 2rem;
		/*background: green;*/
	}

	/* RATING - Form - Item */
	.rating-form .form-item {
		position: relative;
		direction: rtl;
		/*background: green;*/
	}

		.rating-form input[type='radio'] {
			position: absolute;
			left: -9999px;
		}

	  /* RATING - Form - Label */
	  .rating-form label {
		display: inline-block;
		cursor: pointer;
	  }

		.rating-form .rating-star {
       display: inline-block;
			position: relative;
		}

	.rating-form input[type='radio'] + label:before {
		content: attr(data-value);
		position: absolute;
        right: 30px;
		opacity: 0;
		direction: ltr;
	}

	.rating-form input[type='radio']:checked + label:before {
		right: -20px;
		opacity: 1;
	}

	.rating-form input[type='radio'] + label:after {
        content: " / 5";
        font-size: 16px;
        opacity: 0;
        direction: ltr;
        position: absolute;
        right: -45px;
        top: 0px;
	}

	.rating-form input[type='radio']:checked + label:after {
		opacity: 1;
	}

		.rating-form label .fa {
		  line-height: 25px;
		}

		.rating-form label:hover .fa-star-o,
		.rating-form label:focus .fa-star-o,
		.rating-form label:hover ~ label .fa-star-o,
		.rating-form label:focus ~ label .fa-star-o,
		.rating-form input[type='radio']:checked ~ label .fa-star-o {
		  opacity: 0;
		}

		.rating-form label .fa-star {
		  position: absolute;
		  left: 0; top: 0;
		  opacity: 0;
		}

		.rating-form label:hover .fa-star,
		.rating-form label:focus .fa-star,
		.rating-form label:hover ~ label .fa-star,
		.rating-form label:focus ~ label .fa-star,
		.rating-form input[type='radio']:checked ~ label .fa-star {
		  opacity: 1;
		}

		.rating-form input[type='radio']:checked ~ label .fa-star {
		  color: gold;
		}

		.rating-form .ir {
		  position: absolute;
		  left: -9999px;
		}

	/* RATING - Form - Action */
	.rating-form .form-action {
		opacity: 0;
		position: absolute;
		left: 0px; bottom: -22px;
	}

	.rating-form input[type='radio']:checked ~ .form-action {
	  cursor: pointer;
	  opacity: 1;
	}

	.rating-form .btn-reset {
		display: inline-block;
		margin: 0;
		padding: 4px 10px;
		border: 0;
		font-size: 10px; font-size: 1rem;
		background: #fff;
		color: #333;
		cursor: auto;
		border-radius: 5px;
		outline: 0;
	}

	   .rating-form .btn-reset:hover,
	   .rating-form .btn-reset:focus {
		 background: gold;
	   }

	   .rating-form input[type='radio']:checked ~ .form-action .btn-reset {
		 cursor: pointer;
	   }


	/* RATING - Form - Output */
	.rating-form .form-output {
		display: none;
		position: absolute;
		right: 15px; bottom: -45px;
		font-size: 30px; font-size: 3rem;
		opacity: 0;
    }

    .fixed {
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 20;
    }

    .head {
        position: relative;
        /* margin-bottom: 100px; */
    }

	.no-js .rating-form .form-output {
		right: 5px;
		opacity: 1;
	}

	.rating-form input[type='radio']:checked ~ .form-output {
		right: 5px;
		opacity: 1;
	}

    .div-comment .div-btn-tl {
        position: absolute;
        right: 0px;
        top: 155px;
    }

    .btn-login-fa {
        position: absolute;
        top: 110px;
        right: 80px;
    }

    .btn-login-fa button {
        background: #2F80ED;
        border-radius: 3px;
        border-color: transparent;
        color: #fff;
        padding: 1px 12px;
        cursor: pointer;
    }

    .div-comment .div-rate {
        position: absolute;
        top: 50px;
        left: 75px;
    }

    .div-comment .div-btn-tll {
        background: #828282;
        border: 1px solid #828282;
        box-sizing: border-box;
        border-radius: 3px;
        color: #fff;
        width: 75px;
    }

    .div-comment-n {
        position: relative;
        max-width: 705px;
        height: 135px;
        margin-bottom: 64px;
        margin-left: 25px;
    }

    .div-comment-n .div-rate {
        position: absolute;
        top: 50px;
        left: 75px;
    }

    .div-comment-n .div-btn-tl {
        position: absolute;
        right: 0px;
        top: 155px;
    }

    .div-comment-n .div-btn-tll {
        background: #828282;
        border: 1px solid #828282;
        box-sizing: border-box;
        border-radius: 3px;
        color: #fff;
        width: 75px;
    }

    h3 > a, p > a, .div-title > a{
        color: #F2A922;
    }

    h3 > a:hover, p > a:hover, .div-title > a:hover, .item-index ol > a:hover {
        color: #D98014;
    }

    .content-1 .div-title > a, .content-1 .div-title > a:hover, .item > h4, .item-index ol > a {
        color: #4F4F4F;
    }

    .div-content a{
        color: #EDEDED;
    }

    .color-title > a, .color-title > a:hover {
        color: #fff;
    }

   .div-hr {
        border: 1px solid #BDBDBD;
        width: 665px;
        margin: 24px 0px 30px 65px;
    }

    .div-comment-n .div-avatar {
        position: absolute;
        top: 5px;
        width: 65px;
        height: 65px;
        background: #828282;
        background-blend-mode: normal;
        border-radius: 3px;
    }

    .div-comment-n .div-name {
        position: absolute;
        top: 0px;
        left: 75px;
        color: #D98014;
        font-weight: 500;
        font-size: 18px;
    }

    .div-comment-n .div-date {
        position: absolute;
        top: 30px;
        left: 75px;
        font-size: 12px;
    }

    .div-comment-n .div-cmt-text {
        position: absolute;
        position: absolute;
        top: 80px;
        left: 75px;
        color: #4F4F4F;
        font-size: 12px;
    }

    .hr-div {
        border: 1px solid #BDBDBD;
        max-width: 730px;
        margin: 24px 0px;
    }

    .posts {
        display: flex;
        justify-content: space-between;
        max-width: 730px;
    }

    .btn-after {

        border: 1px solid #828282;
        box-sizing: border-box;
        border-radius: 3px;
        color: #828282;
    }

    .btn-before {
        background: #D98014;
        border: 1px solid #D98014;
        box-sizing: border-box;
        border-radius: 3px;
        color: #FFFFFF;
    }

    .posts .post-before p {
        color: #D98014;
        margin-top: 16px;
        font-weight: bold;
    }

    .posts .post-after p {
        text-align: end;
        color: #828282;
        margin-top: 16px;
        font-weight: bold;
    }

    .post-after {
        text-align: end;
    }

    .btn-hide {
        background: #222222;
        border-radius: 2px;
        color: #F2C230;
        border: 0px;
        width: 53px;
        height: 19px;
        font-size: 12px;
        margin-top: 7px;
        margin-left: 8px;
        cursor: pointer;
    }

    .btn-show {
        background: #222222;
        border-radius: 2px;
        color: #F2C230;
        border: 0px;
        max-width: 58px;
        max-height: 19px;
        width: 58px;
        height: 19px;
    }

  .foot {
    background: #222222;
  }

  .foot hr{
    border: 0.0625em solid #828282;
  }

  .foot-t {
      height: 15.625em;
      color: #ffffff;
  }

  .foot-t h2 {
    padding-top: 1.5em;
    color: #F2C230;
    font-size: 2em;
  }

  .foot-hrr {
      display: grid;
      grid-template-columns: 40% 30% 30%;
  }

  .foot-t p {
    font-size: 0.75em;
    line-height: 1.125em;
    padding-bottom: 2.125em;
    margin-bottom: 1em;
    text-transform: uppercase;
  }

  .foot-t h5 {
    font-size: 0.875em;
    line-height: 1.625em;
  }

  .foot-t1 {
    width: 17.8125em;
    display: inherit;
    padding-top: 1.875em;
  }

  .foot-t2 {
    width: 17.8125em;
    display: inherit;
    padding-top: 1.875em;
  }

  .foot-e {
    height: 3.125em;
}

.div-content {
    color: #EDEDED;
    display: flex;
}

.div-content .div-img {
    height: 3.0625em;
    width: 5.4375em;
    background: #C4C4C4;
    border-radius: 0.125em;
    background-size: cover;
}

.div-content .div-title {
    font-weight: bold;
    font-size: 0.875em;
    line-height: 1.0625em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 15px 0px 5px;
}

.div-content .fot:hover .div-title {
    color: #F2A922;
}

.div-content .div-date {
    font-size: 0.625em;
    line-height: 1.1875em;
    padding: 5px 15px 0px 5px;
}

.ht {
    color: #ffffff;
    font-size: 1em;
    line-height: 0.9em;
}

.ht a {
    text-decoration: none;
    color: #ffffff;
    margin-right: 1.875em;
    padding-top: 0.5em;
    margin-bottom: -0.4375em;
}

.fa-instagram, .fa-facebook-square {
    font-size: 1em;
}

.owl-carousel {
    width: auto;
}

.end {
    display: none;
}

.foot-e1 .ht{
    display: none;
    text-align: center;
    font-size: 0.8em;
}

.ht-left {
    display: inline-flex;
}

.nav_mobile {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 100%;
    background: #F2C230;
    opacity: 0.9;
    transform: translateX(100%);
    transition: transform linear 0.2s;
}

.nav_mobile_list {
    list-style-type: none;
    margin-top: 60px;
    margin-left: -30px;
}

.nav_mobile_list a {
    color: #222222;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
}

.nav_mobile_list li {
    display: flex;
    justify-content: space-between;
}

.nav_mobile_list p {
    margin: auto 0px;
}

.icon-angle-right {
    margin: 15px;
}

.btn-slide {
    display: flex;
    align-items: center;
    color: #828282;
}

.slick-arrow.slick-hidden {
    display: block;
}

.arrow_prev, .arrow_next {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #fff;
    cursor: pointer;
}

.arrow_prev:hover {
    border: 2px solid #F2C230;
    color: #F2C230;
    border-radius: 3px;
}

.arrow_next:hover {
    border: 2px solid #F2C230;
    color: #F2C230;
    border-radius: 3px;
}

.icon-control {
    margin-top: 10px;
}

.nav_mobile_link {
    text-decoration: none;
    color: #222222;
    display: block;
    padding: 8px 0px;
}

.nav-input:checked ~ .nav_overlay {
    display: block;
}

.nav-input:checked ~ .nav_mobile {
    transform: translateX(0%);
    z-index: 999;
}

/* .nav-input:checked ~ .nav-search-btn {
    display: none;
} */

/* .search-input:checked ~ .div-search1 {
    display: block;
} */

/* .btn-show:checked ~ .div-index {
   display: none;
}

.index-input-class:checked ~ .div-index {
    display: none;
}

.index-input-class:checked ~ .div-index1 {
    display: block;
} */

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* category.css */
    .route {
        display: flex;
        font-size: 12px;
        color: #BDBDBD;
        margin-top: 30px;
    }

    .route p {
        margin-right: 3px;
    }

    .content_category .content-1 .div-img {
        height: 11.75em;
        background: #cccccc;
        margin-top: 30px;
        filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15));
        border-radius: 5px;
        width: 20.8125em;
        background-size: cover;
    }

    .content_category .content-d2 {
    }

    .content_category .content-1 .div-title {
        color: #4F4F4F;
        font-weight: bold;
        font-size: 18px;
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .content_category .content-1 .div-title p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content_category .content-1 .div-des{
        font-weight: normal;
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content_category .content-2 {
        display: flex;
    }

    .content_category .content-2 .div-img{
        height: 67px;
        width: 120px;
        background: #cccccc;
        border-radius: 5px;
        margin-top: 32px;
        background-size: cover;
    }

    .item-more {
        margin-top: 24px;
    }

    .content_category .content-2 .div-title {
        font-weight: bold;
        font-size: 14px;
        color: #F2A922;
        margin-top: 5px;
        line-height: 18px;
        padding: 0px 8px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content_category .content-2 .div-des {
        font-size: 10px;
        padding: 0px 8px;
        line-height: 18px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .owl-carousel .owl-stage-outer {
        overflow: inherit;
    }

    .owl-dots {
        display: none;
    }

    /* css slide */
    .slick-list {
        height: 22em;
    }

    .slick-track {
        margin-top: 16px;
    }

    .head-banner {
        display: 35.625em;
    }

@media only screen and (max-width: 991px) {
    #header {
        margin-top: 50px;
    }
    .head-mid-c {
        flex-direction: column;
    }

    .posts .post-after p, .posts .post-before p {
        display: none;
    }

    .head-top {
        display: none;
    }

    .head-mid h2 {
        font-weight: bold;
        font-size: 48px;
        line-height: 47px;
        margin-top: 0.75em;
    }

    .head-mid h4 {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        padding-top: 15xp;
        text-transform: uppercase;
    }

    .head-mid-f {
        width: auto;
    }

    .head-banner {
        display: none;
    }

    .head-mid-f .div-img {
        display: none;
        width: 0px;
    }

    .head-mid-f .div-title {
        left: 0.7em;
    }

    .head-mid-f .div-des {
        left: 1em;
    }

    .head-bot {
        display: none;
    }

    .content-h {
        display: block;
    }

    .content-h .mobile-hide {
        display: none;
    }

    .general-info1 {
        display: block;
        text-align: center;
    }

    .general-info1 .title-div h2 {
        text-transform: uppercase;
        font-size: 24px;
    }

    .general-info1 p{
        margin: 0;
    }

    .general-info {
        display: none;
    }

    .content-c2 .div-img {
        width: 120px;
        height: 67px;
    }

    .content-c2 .div-des {
        display: none;
    }

    .content-c2 .div-date {
        left: 11em;
        top: 6em;
    }

    .content-c2 .div-title {
        color: #F2A922;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
    }

    .banner .div-img {
        height: 5.5em;
    }

    .end {
        display: flex;
        justify-content: center;
        margin-top: 40px;
    }

    .div-broker .item .img-div {
        height: 200px;
    }

    .foot-t {
        text-align: center;
    }

    .foot-hrr {
        display: block;
    }

    .foot-t1, .foot-t2 {
        display: none;
    }

    .foot-e {
        display: none;
    }

    .foot-e1 .ht{
        display: block;
    }

    .foot-e1 .ht a{
        margin: 0px 15px 20px 15px;
    }

    .content-t {
        display: block;
    }

    .content-t .content-c {
        display: block;
        width: 100%;
    }

    .content-t .content-c .div-img {
        margin: auto;
        height: auto;
    }

    .div-item-info {
        margin: 16px 0px;
    }

    .nav-r {
        display: block;
    }

    .nav-bars-btn .fa-bars{
        font-size: 28px;
        margin: 12px;
    }

    .nav-search-btn .fa-search {
        font-size: 26px;
        margin: 12px;
        position: absolute;
        top: 0px;
        right: 10px;
    }

    .nav_overlay {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.3);
        animation: fadeIn linear 0.2s;
        z-index: 99;
    }

    .nav-close-btn .fa-times {
        position: absolute;
        font-size: 26px;
        top: 0.4em;
        right: 0.5em;
    }

    .nav-facebook-btn .fa-facebook-square {
        position: absolute;
        font-size: 20px;
        top: 0.6em;
        left: 0.6em;
    }

    .nav-instagram-btn .fa-instagram {
        position: absolute;
        font-size: 20px;
        top: 0.6em;
        left: 2.2em;
    }

    .overview {
        display: block;
        height: 18.125em;
    }

    .overview .overview-l {
        margin-right: 0px;
    }

    .overview .overview-l {
        width: auto;
        height: 187.2px;
    }

    .overview .overview-r {
        display: grid;
        grid-template-columns: 50% 50%;
        margin-top: 5px;
    }

    .overview .overview-l .div-title {
        bottom: 0em;
        left: 0.5em;
    }

    .overview .overview-l .div-title h3 {
        font-size: 20px;
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .overview-r .overview-r1 .div-title {
        font-size: 14px;
    }

    .overview-r .overview-r2 .div-title {
        font-size: 14px;
    }

    .overview .overview-r .overview-r1 {
        width: auto;
        height: 110px;
    }

    .overview .overview-r .overview-r2 {
        margin-right: 3px;
    }

    .overview .overview-r .overview-r2 {
        margin-top: 0px;
        margin-left: 3px;
        width: auto;
        height: 110px;
    }

    .overview .overview-l .div-des {
        display: none;
    }

    .head-mid-f .div-title {
        width: 90%;
    }

    .div-tag {
        display: block;
    }

    .content-h .content-d {
        max-width: 20.8125em;
        margin: auto;
    }

    .content-t .content-d {
        margin: auto;
    }

    /* .content-c .div-img {
        height: 166px;
    } */

    .div-comment .div-cmt input {
        width: 265px;
    }

    .div-register {
        height: 180px;
        padding: 18px;
    }

    .btn-slide {
        display: none;
    }

}

@media only screen and (min-width: 739px) and (max-width: 1200px) {
    .div-search {
        /* display: none; */
    }

    .head-mid h2 {
        text-align: inherit;
    }

   .head-mid-c {

   }

   .btn-slide {
       display: none;
   }

   .content_category .content-h, .content_category .content-t {
       display: block;
   }

   .head-bot li a {
    padding: 1.125em 0.5em;
   }

   .content-h .content-d{
    width: 20.8125em;
    margin: auto;
    margin-top: 64px;
   }

   .content-t .content-d{
    margin: auto;
    margin-top: 64px;
   }

   .content-h .content-c {
       max-width: 730px;
       margin: auto;
   }

   .content-t .content-c {
    max-width: 730px;
    margin: auto;
}
}

@media only screen and (max-width: 1024px) {
    .mobile-hide {
        margin-top: 36px;
    }

    .content-h {
        display: block;
    }
}

.header-name {
    font-size: 24px;
    line-height: 30px;
    color: #4F4F4F;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.mce-toc {
    margin-top: 30px;
    max-width: 445px;
    /* height: 370px; */
    background: #EDEDED;
    border: 2px solid #F2C230;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 32px;
    transition: 2s;
}

.mce-toc h2 {
    display: flex;
    justify-content: space-between;
    margin: 0px 27px;
    color: #D98014;
    text-align: center;
    margin-top: 12px;
    min-height: 45px;
    font-size: 24px;
    top: 30px;
}

.mce-toc ol li a {
    transition: .3s;
    color: #4f4f4f;
}

.mce-toc ol li a:hover {
    color: #d98041;
}

.mce-toc ol {
    list-style-type: none;
    margin: 0 24px 10px 0;
}

.mce-toc ol>li {
    margin-bottom: 16px;
}

.mce-toc .btn-hide {
    text-align: center;
}

.mce-toc h2, .mce-toc label {
    display: inline-block;
}

.mce-toc label {
    float: right;
    margin-right: 30px;
    margin-top: 20px;
}

.grid-container {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fit, 360px);
    grid-template-rows: repeat(2, 200px);
}

.grid-container .grid-item {
    border-radius: 5px;
}

.grid-container .item-banner-1 {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}

.grid-container .item-banner-2 {
    grid-column: 3;
    grid-row: 1;
}

.grid-container .inner-item {
    height: 100%;
    width: 100%;
}

.article-container {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.8%, #000000 114.43%);
    border-radius: 5px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.article-img-holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
}

.article-title-link {
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    line-height: 30.4px;
    position: absolute;
    bottom: 0;
    padding: 16px;
}

.article-title-link a {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    transition: .3s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-container:hover .article-title-link a {
    color: #F2A922;
}

.article-title-description {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    padding-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: none;
}

.item-banner-1 .article-title-link {
    padding: 0 96px 19px 26px;
    font-size: 32px;
}

.item-banner-1 .article-title-description {
    display: block;
}

.grid-mobile-show {
    display: none;
}

@media only screen and (max-width: 46.1875em) {
    .grid-container {
        width: 100%;
        display: grid;
        grid-gap: 4px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 94px);
    }

    .grid-container .item-banner-1 {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }

    .grid-container .item-banner-2 {
        grid-column: 1;
        grid-row: 3;
    }

    .article-title-link {
        display: none;
    }

    .item-banner-1 .article-title-link {
        font-size: 24px;
        font-weight: 700;
    }

    .item-banner-1 .article-title-description {
        display: none;
    }
}

@media (max-width: 768px) {
    .grid-container {
        width: 100%;
        display: grid;
        grid-gap: 8px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 118px);
    }

    .grid-container .item-banner-1 {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    }

    .grid-container .item-banner-2 {
        grid-column: 1;
        grid-row: 3;
    }

    .article-title-link {
        font-size: 18px;
        font-weight: 500;
        line-height: normal;
    }

    .item-banner-1 .article-title-link {
        font-size: 24px;
        font-weight: 700;
    }

    .item-banner-1 .article-title-description {
        display: none;
    }

    .pagi {
        display: flex;
        justify-content: inherit;
        width: 100%;
        margin-top: 64px;
        margin-bottom: 24px;
    }
}

.testimonial
{
    display: none;
}

#stickyWidget {
    transition: .5s;
}

#content-post img {
    max-width: 100%;
}

.item-splide__slide {
    margin-right: 30px;
    /* margin-left: 30px; */
    margin-top: 30px;
    margin-bottom: 30px;
    width: 255px;
    height: 310px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.rate-select-layer {
    cursor: pointer;
}

.block-comment-child {
    display: none;
    /* width: 0px; */
}

.reply {
    color: #F2A922;
    cursor: pointer;
}

.reply:hover {
    color: #D98014;
}
