.hline-w {
    border-bottom: 2px solid #ffffff;
    margin-bottom: 25px;
}
.hline {
    border-bottom: 1px solid #149e3e;
    margin-bottom: 15px;
}
.spacing {
    margin-top: 30px;
    margin-bottom: 30px;
}

.h-tag {
    margin-top: 30px;
    font-size: 10px;
    color: #555 !important;
    text-align: center;
    background: #080d13 !important;
    white-space: nowrap;
    overflow: hidden;
}
.h-tag h1, .h-tag h2, .h-tag h3, .h-tag h4, .h-tag h5, .h-tag h6, .h-tag div, .h-tag p,
.h-tag .h1, .h-tag .h2, .h-tag .h3, .h-tag .h4, .h-tag .h5, .h-tag .h6 {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 10px;
    color: #555 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6 { display: block; }

.all-list-category {
    font-size: 18px !important;
    padding-right: 5px !important;

}
.div-all-list-category-item {
    width: 19.5%;
    display: inline-block;
    padding: 10px;
    margin: 0;
    text-align:center;
    vertical-align: top;
}
.div-all-list-category-item img {
    width: 160px;
    height: 100px;
    border: 1px solid #f0f0f0;
    margin-bottom: 5px;
}

.jssor-item-caption {
    text-align: center;
    position: absolute;
    bottom: 6px;
    width: 100%;
    background: #f0f0f0;
    color: #000;
}

iframe { max-width: 100%; }



.go-to-top, .go-to-indexes, .clear-cache {
    display:block;
    /* height:50px; */
    position:fixed;
    bottom:15px;
    text-decoration:none;
    box-shadow:0 0 5px #ddd;
    -webkit-box-shadow:0 0 5px #ddd;
    -moz-box-shadow:0 0 5px #ddd;
    z-index:999999999;
    right:10px;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    /* line-height: 40px; */
    border-radius:25px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: calllink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: calllink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.go-to-indexes { background-color: #0261af; /*7e828b*/ }
.go-to-indexes img { width:42px; height: 42px; padding:8px; }

.clear-cache { right:80px; }
.go-to-top:hover, .go-to-indexes:hover, .clear-cache:hover { color:#fff; }

.btn-call-now{
    display:block;
    /* height:50px; */
    position:fixed;
    width:430px;
    bottom:10px;
    background:#e50019;
    text-decoration:none;
    box-shadow:0 0 5px #ddd;
    -webkit-box-shadow:0 0 5px #ddd;
    -moz-box-shadow:0 0 5px #ddd;
    z-index:999999999;
    left:0;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    /* line-height: 40px; */
    border-radius:25px;
    padding:5px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: calllink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: calllink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.btn-call-now:hover{
    color:#fff;
}
.btn-call-now span {
    line-height: 40px;
    display: block;
    white-space: nowrap;
}
.btn-call-now em{
    float: left;
    position:relative;
    color:#b70100;
    font-size:30px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 5px;
}
.btn-call-now em:before {
    position:absolute;
    top:5px;
    left:8px;
}
@keyframes calllink {
  0%{
    color:#eba11e;
  }

  50%{
    color:#fff;
  }
  100%{
    color:#ebfa48;
  }
}

@media (max-width: 992px) {
    .hide-mobile-992 { display: none !important; }
}
@media (max-width: 1200px) {
    .hide-mobile-1200 { display: none !important; }
}

ul.yiiPager a:link, ul.yiiPager a:visited { padding: 6px 8px; border: solid 1px #ccc; color: #000; }
ul.yiiPager .selected a { color: #fff; }