﻿
* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body {
    font-family: IRANSans;
    font-weight: normal;
    font-size: 12px;
    background: #fff;
    text-align: right;
    direction: rtl;
}

a {
    text-decoration: unset;
}

    a:hover {
        outline: none;
        text-decoration: none;
        color: #fff;
    }

    a:focus {
        outline: none;
        outline-offset: 0;
    }

    a img {
        border: none;
    }

    a img {
        opacity: 0.99;
    }

img {
    max-width: 100%;
    height: auto;
}

.maincontent {
    min-height: 600px;
    margin-top: 30px;
}

.footer-down {
    padding: 20px 0px;
    background: #000;
    padding-bottom: 10px;
    font-size: 10px;
    line-height: 2;
    color: #ffcc00;
    margin-top:40px;
}

    .footer-down a {
        color: #fff;
    }

    .footer-down p {
        margin-bottom: 4px;
    }

.footer-top {
    min-height: 150px;
    background: #0d0d0d;
    padding: 30px;
    text-align: center;
}

.basr-social-share span {
    display: none;
}

.basr-social-share li a {
    font-size: 28px;
    color: #fff;
    padding: 2px 0px 0px 20px;
    display: block;
    background: #222;
}

    .basr-social-share li a:hover {
        color: #ffcc00;
    }

.basr-social-share ul {
    margin-bottom: 0;
}

.top-line {
    background: #444;
    min-height: 5px;
    width: 100%;
    border-bottom: 3px solid #fa9751;
}

    .top-line .navbar {
        padding: 0;
    }

    .top-line ul a {
        color: #fff;
        font-size: 10px;
    }

        .top-line ul a:hover {
            color: #ffcc00;
        }

.top-header {
    background: #fdc401;
    background-image:url(../Images/bgtip.jpg);
    background-position:left;
    background-repeat:no-repeat;
    position:relative;
}
.top-menu{
       
}
.logo {
   
    display: block;
    position: relative;
    padding-bottom: 0;
   
    padding: 15px;
     padding-right: 40px;
}

.menu-top {
    position: relative;
    display: block;
     background: #fdc401;
 
}


.navbar-toggle {
  color: #fff !important;
    font-size: 22px;
    padding: 6px;
    padding-bottom: 1px;
    line-height: 1;
    border: 1px solid #f08846;
    margin-right: 10px;
    margin-bottom: 5px;
    background: #ea8336;
    margin-top: 5px;
}

input.jm-menu-btn {
    display: none;
}

input[type='checkbox'].jm-menu-btn ~ .jm-collapse {
    display: none;
}

input[type='checkbox']:checked.jm-menu-btn ~ .jm-collapse {
    display: block;
}

label.jm-menu-btn {
    cursor: pointer;
}

.jm-collapse {
    position: relative;
    width: 100%;
}

.jmenu ul,
.jmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.jmenu a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    padding: 10px;
}

.jm-dropdown {
    position: relative;
}

.jm-single a {
    position: relative;
    display: block;
}

    .jm-single a:hover {
        color: #000;
    }

.jmenu ul ul {
    display: none;
}


.jm-dropdown:hover ul {
    display: block;
}

.jm-dropdown:hover {
    color: #000;
}

    .jm-dropdown:hover a {
        color: #000;
    }

.jm-dropdown ul {
    background: #ffcc00;
    padding: 0;
}

    .jm-dropdown ul a {
        color: #666 !important;
    }

        .jm-dropdown ul a:hover {
            color: #000 !important;
        }

.jm-col .fa {
    color: #8dc641;
}

.jm-dropdown ul a:hover,
.jm-dropdown:hover ul a:hover {
    color: #000;
}

.jm-dropdown ul ul {
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
    box-shadow: none;
    margin-bottom: 16px;
    max-width: 100%;
    position: relative;
}

.jm-icon-dropdown {
    border: solid #959595;
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin: 0 0 3px 8px;
    padding: 3px;
    transform: rotate(45deg);
}

.jm-icon-menu::before {
    content: '\2630';
}

.jm-collapse {
    
    margin-right: 35px;
    box-shadow: 0 3px 5px #ccc;
}

.jm-dropdown ul li a {
    display: block;
    padding-top: 10px;
    clear: both;
    font-size: 14px;
    line-height: 1.42857143;
    padding-right: 8px;
    white-space: nowrap;
    color: #000 !important;
}

    .jm-dropdown ul li a:hover {
        color: #000;
    }

@media (max-width: 768px) {
    .jmenu ul {
        top: 35px;
    }

        .jmenu ul li {
            margin-right: 15px;
        }
}

@media (min-width: 768px) {
    .jm-dropdown ul li {
        display: block;
    }

    .jmenu a {
        padding: 10px;
    }

    .jm-single::before {
        content: "";
        top: 20px;
        position: relative;
        border-right: 1px solid #555;
        box-shadow: 1px 0px 1px #eee;
    }
    .jm-single:first-child::before {
        content: "";
        border-right:none;
    }
    .jm-col .jm-single::before {
        content: "";
        top: 0px;
        position: relative;
        border-right: none;
    }

    .jm-dropdown {
        border-bottom: none;
    }

        .jm-dropdown ul li a:hover {
            color: #fff;
            background-color: #ffcc00;
        }

    .jmenu li {
        display: inline-block;
    }

    .jm-col {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
        display: none;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        margin-top: 2px;
        font-size: 14px;
        text-align: right;
        list-style: none;
        background-color: #000;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .jmenu a {
        
        font-weight: bold;
        color: #000;
        font-size: 14px;
        padding-right: 10px;
        padding-top: 0px;
        padding-left:5px;
    }

    .jm-dropdown {
        position: relative;
    }

        .jm-dropdown li a {
            display: block;
            padding: 8px 16px;
            white-space: nowrap;
        }

        .jm-dropdown ul {
            min-width: 200px;
            top: 34px;
            position: absolute;
        }

    input.jm-menu-btn,
    label.jm-menu-btn {
        display: none;
    }

    input[type='checkbox'].jm-menu-btn ~ .jm-collapse,
    .jm-collapse {
        display: block;
        padding-right: 35px;
    }
}

/*News*/
.news-detail {
  margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    background: #fff;
    border-radius: 15px;
}

    .news-detail .title {
        padding: 20px;
        padding-bottom: 3px;
        
        /*border-bottom: 1px solid #f1f1f1;*/
        margin-bottom:20px;
    }

.description {
   font-size: 14px;
    border: 1px solid #eee;
    text-align: justify;
    margin-left: 20px;
    line-height: 2;
    margin-right: 20px;
    padding: 20px;
    background: #f8f8f8;
    margin-bottom: 20px;
    margin-top: 30px;
    border-radius: 15px;
}

    .description p {
        margin: 0;
    }

@media (min-width: 1200px) {
    h1 {
        font-size: 18px;
        font-weight: bold;
        line-height: 2;
    }
}

.article-content {
    line-height: 2.5;
    font-size: 1.2em;
    padding: 20px;
    text-align: justify;
    padding-bottom: 5px;
}

    .article-content a {
        color: #ff8500;
    }

    .article-content strong {
        font-weight: bold;
        font-size: 12px;
    }
    .article-tags-list
    .article-content p {
        margin-bottom: 0.3em;
    }

    .article-content h2 {
        font-weight: bold;
        font-size: 22px;
        margin-top: 20px;
    }

    .article-content h3 {
        font-weight: bold;
        font-size: 20px;
        margin-top: 20px;
    }

    .article-content h4 {
        font-weight: bold;
        font-size: 18px;
        margin-top: 20px;
    }

@media (max-width: 1200px) {
    .news-detail h1 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.7;
        margin-top: 10px;
    }

    .article-content h2 {
        font-weight: bold;
        font-size: 18px;
        margin-top: 20px;
    }

    .article-content h3 {
        font-weight: bold;
        font-size: 18px;
        margin-top: 20px;
    }

    .article-content h4 {
        font-weight: bold;
        font-size: 16px;
        margin-top: 20px;
    }
}

.top-title {
    color: #747474;
    font-size: 14px;
   
    margin-bottom: 0px;
}

.picbox {
    text-align: center;

   
  
}

.top-pic {
      width: 100%;
    height: auto;
    max-width:800px;
    max-height:450px;
    border-radius: 16px;
   
}
.lastnews ul,
.article-tags-list ul{
    list-style:none;
    margin-bottom:0;
    padding-left:0;
}
.tag i{
    color:#ff8500;
    font-size:14px;
}
.article-tags-list li {
display: inline-block;
    padding: 5px;
    font-size: 9pt;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px 15px;
    display: inline-block;
    font-weight: bold;
    border-radius: 15px;
    background: #fafafa;
    margin-bottom:20px;

}
.article-tags-box {
    
    padding-top: 10px;
}

.article-tags-list a {
	color: #000;
}
.article-tags-list a:hover {
	color: #fa9751;
    border-bottom:2px solid #fa9751;
   
}
.article-tags-list a{
    padding: 0 !important;
    margin: 0 !important;
}
.box-lastnews{
   padding:5px;
    width: 100%;
    text-align:right;
    background:#fff;
        display: inline-flex;
}
.box-lastnews-spec{
   padding:5px;
    width: 100%;
    text-align:right;
    background:#fff;
}
.lastnews{
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}
.lastnews-pic-cat img{
    width:100%;
    
    border-radius: 15px;
}
.lastnote{
 /*margin-top:20px;*/
}
.lastnews ul{
    padding:0;
    margin:0;
}
.lastnews-pic img{
   min-width: 100px;
    max-width: 110px;
    border-radius: 15px;
}
.lastnews-pic{

}
.titlenews {
   position: relative;
    font-size: 17px;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    font-weight: bold;
}
.titlenews::after {
 content: "";
    background: #fdc401;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    right: 0;
}
.titlenews::before {
 
}
.titlenews i{
  position: absolute;
    left: 0;
    top: 1px;
    color: #b9bec3;
    font-size: 22px;
}
.lastnews-title{
    padding-right: 15px;

    line-height: 2;
}
.dt_news{
    display:block;
    font-size:9px;
    color:#aaa;
    margin-top:5px;
}
.box-lastnews-spec a,
.box-lastnews a{
    color:#333;
    
    font-weight:bold;
}
.box-top{
   border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
    margin-bottom: 5px;
    border-radius: 15px;
}
.breadcrump-news ul{
  list-style: none;
    padding: 5px;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 20px;
    margin-right: 10px;
}
.breadcrump-news li{
    display:inline-block;
}
.cat-bread{
   padding: 3px 10px;
    border: 1px solid #efefef;
    background: #fff;
    color: #000;
    border-radius: 10px;
}
.cat-bread:hover{
    color:#000;
    background:#efefef;
}
.box-date{
    padding:20px;
    padding-bottom:10px;
     padding-top:10px;
    border-top:1px solid  #eee;
    border-radius:15px;
    border-top-left-radius:0;
    border-top-right-radius:0;
    background:#fff;
}
.box-date i{
    font-size:15px;
}
.box-date span{
    margin-left:20px;
    color:#aaa;

    font-size:12px;
}
.top-mag .code,
.box-date .code{
       color:#545454;
    font-family:Numfont;
    font-size:13px;
    
}
.box-date .author{
       color:#545454;
    font-family:Numfont;
    font-size:12px;
    
}
.popular{
    padding:20px !important;
    padding-top:0 !important;
}
.popular-news{
    color:#000;
    padding-top:10px;

    display:block;
}
.popular-news:hover
{
      color:#fa9751;
}
.popular-news i{
    font-size:16px;
}

.category-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #fff;

    margin-bottom:25px;

}
.pic-cat img{

    object-fit: cover !important;
        width: 100% !important;
    height: 100% !important;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1);
      transition: transform 1.5s ease;
      border-radius:15px;
}
.category-box:hover img {
  transform: scale(1.2);
}
.pic-cat {
    width: 30%;
    height: 150px;
    position: relative;
    display: block;
    overflow: hidden;
    background-size: 50%;
    text-indent: 0;
    float: right;
    border-radius:15px;
}
.desc-cat {
    width: 70%;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 5px 20px;
    float: right;
    line-height:2;
}
.desc-cat h3{
    font-size:16px;
    font-weight:bold;
    color:#444;
    line-height:1.5;
}
.desc-cat p{
    font-size:12px;
    color:#535353;
    text-align:justify;
}
.desc-cat a h3:hover{
    color:#fa9751
}
@media only screen and (max-width: 1200px)
{

    .category-box{
        display:block;
    }
    .pic-cat{
        width:100%;
         display:block;
         float:none;
    }
    .desc-cat{
        width:100%;
        display:block;
        float:none;
    }
}
.pager {
    margin: 0 0 20px;
}

.pager ul {
    text-align: center;
    font-size: 0;
}

.pager li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
}

.pager li a,
.pager li span {
    display: block;
    min-width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    background-color: #eee;
    border-radius:5px;
    padding: 7px;
    text-align: center;
    font-weight: 400;
    font-size: 14px; /*reset zeroing*/
    cursor: pointer;
    color: #444;font-family:Numfont;
}

.pager li span {
    border-color: transparent;
    background-color: #fdc401;
    color: #fff;
   
}

.pager li.previous-page *,
.pager li.next-page *,
.pager li.first-page *,
.pager li.last-page * {
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    color: #fff;
}

.pager li.previous-page * {
    background-image: url('../images/next.png');
}

.pager li.next-page * {
    background-image: url('../images/prev.png');
}

.pager li.first-page * {
    background-image: url('../images/last.png');
}

.pager li.last-page * {
    background-image: url('../images/first.png');
}

.pager li a:hover {
    border-color: transparent;
    background-color: #ea8336;
    color:#fff;
}

.cat-spec-lg{
    box-shadow:rgb(204, 204, 204) 0px 0px 5px;
       border-radius: 16px;
    margin-bottom:15px;
}
.spec-img-lg {
  width: 100%;
    /* height: 244px; */
    position: relative;
    display: block;
    border-radius: 16px;
     max-height:400px;
}
.spec-img-lg img{
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    border-radius: 16px;
  max-height:400px;
}
.post-overlay {
    pointer-events: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 2px;
    z-index: 2;
}
.post-overlay .post-content {
    width: 100%;
    padding: 22px 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.spec-img-lg h3{
  font-size: 24px;
    font-weight: bold;
    line-height: 1.5;

    bottom: 10px;
    color: #fff;

}
.date_item{
    font-size: 12px;
    overflow: hidden;
        margin: 0 0 3px;
        color: #ffffff;
}
.date_item_cat{
    font-size: 12px;
    overflow: hidden;
        margin: 0 0 3px;
        color: #777;
}
.date_cat{
    display:block;
}
.spec-img-lg a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: opacity 0.2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.55));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius:16px;
    border-top-left-radius:0;
    border-top-right-radius:0;
}
.spec-sm ul {
    padding: 0;
    margin: 0;
    list-style:none;
    margin-bottom:20px;

}

.m-t-line{
    padding-right:0;
}
.spec-sm{
  margin-bottom:50px;
}
.spec-sm .lastnews-title{
    padding-top:3px;
}
.titlecat h2{

    font-size: 16px;
    font-weight:bold;

}
.list-group-item{
    border:0;
}
/*.titlecat h2:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 6px;
  width: 100%;
  background: #ffd53d;
}*/


.titlecat {
      border-bottom: 3px solid #e4e4e4;
    position: relative;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    margin-right: 10px;
    margin-left:10px;

}
.titlecat::after {
    content: "";
    background: #fdc401;
    width: 110px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    right: 0;
}
.titlecat h2{
   
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    padding: 13px;
    margin: 0;
    padding-right:0;
   
}

.shortnews{
  border: 1px solid #e4e4e4;
    background: #efefef;
    text-align: right;
    font-size: 12px;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 15px;
}
.urlsh{
    font-size:12px;
    font-weight:bold;
}

#urlshort:hover
{
    cursor:pointer;
}
.tooltiptext
{
    display:none;
       display: none;
    position: relative;
    left: 0;
    font-size: 14px;
  
    color: #fa9751;
}
.urlshortnews{
    display: inline-block;
    position: relative;
}
.searchbox {
    position: absolute;
    left: 40px;
    bottom: 10px;
}
.form-serch{
  border: none;
    border-bottom: 1px solid #fff;
    background: none;
    border-radius: 0;
}
.searchbox:before{
       font-family: fontello;
    content: '\e800';
    position: absolute;
    left: 0px;
    bottom: 0;
    font-size: 22px;
    color: #fff;
}
.form-control:focus{
    background:none;
    border:none;
    box-shadow:none;
    border-bottom:1px solid #fa9751;
}
::-webkit-input-placeholder {
  color: peachpuff;
  font-size: 12px;
}
::-moz-placeholder {
  color: peachpuff;
  font-size: 12px;
}
:-ms-input-placeholder {
  color: peachpuff;
  font-size: 12px;
}
::placeholder {
  color: peachpuff;
  font-size: 12px;
}
@media (max-width: 1100px) {
    .searchbox  {
       bottom: 80px;
    }
}
@media (max-width: 780px) {
    .searchbox  {
       bottom: 5px;
       left: 5px;
    }
}
figure {
  position: relative;
  margin: 0;
  z-index: 1;
}
figure imgmag,
figure::after {

}
figure::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  z-index: -1;
  background-image: var(--image);
  background-size: cover;
  transform: scale(0.9, 1);
  filter: blur(1rem);
}

.imgmag {
  display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
  
    box-shadow: 10px -10px 13px #bbb;
}

.cardimg {
  margin-bottom: 4rem;
  position:relative;
}

.mag-category{
   
    padding-top:20px;
    padding-bottom:20px;
}
.ribbon-wrapper {
width: 80px;
    height: 73px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 3;
}
.ribbon-wrapper .ribbon {
  font-size:14px;
  font-weight:bold;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
    padding: 3px 0;
    top: 15px;
    left: 0px;
    width: 110px;
    background-color: #ffcc00;
    color: #000;
    z-index: 1;
    box-shadow: 0 1px 5px #aaa;
}
.num_mag{
    color:#000;
    font-family:Numfont;
    font-size:12px;
    margin-right:3px;
}


.imgmag-box {
  display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    box-shadow: 10px -10px 13px #bbb;
}



.image-border {
  width: 300px;
  height: 300px;
  background-color: #eee;
 
  position: relative;
  z-index: 1;
}
.image-border:after {
  content: "";
  position: absolute;
  width: 290px;
  height: 290px;
  left: 5px;
  top: 5px;
  background-color: #fff;
}
.image-border .main-image {
  position: absolute;
  width: 290px;
  height: 290px;
  left: 5px;
  top: 5px;
  background-size: 300px 300px;
  background-position: center center;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.image-border > .main-image {
  transform: translate(-15px, -15px);
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.image-border > p.title:after {
  transform: scale3d(1, 1, 1);
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}
.image-border p.title {
  height: 60px;
  padding: 0;
  position: absolute;
  bottom: -80px;
  font-weight: 400;
  line-height: 60px;
  color: #2c3e50;
  font-size: 1em;
  margin-left: 150px;
  transform: translateX(-50%);
}
.image-border p.title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e74c3c;
  bottom: 10px;
  left: 0;
  transform: scale3d(0, 1, 1);
  transition: 0.5s cubic-bezier(0.5, 0.03, 0.41, 1);
}

.titr-box{
   border: 1px solid #efefef;
    padding: 5px;
    width: 100%;
    text-align: right;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.titr-box ol{
    padding:0;
    margin:0;
    display:block;
    list-style:decimal;
    margin-right:40px;

}


.titlemag {
    background: #ffcc00;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    position: relative;
    margin: 10px;
   
}
.titlemag::after {
  content: '';
    position: absolute;
    left: 43px;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #fff;
    transform: skew(0deg); 
}
.titlemag::before {
 content: '';
    position: absolute;
    left: 33px;
    top: 0;
    bottom: 0;
    width: 10px;
    background-color: #efefef;
    transform: skew(0deg);
}
.titlemag i{
    color:#fff;
 
}

.box-magtitr{
   border-bottom: 1px solid #e4e4e4;
    padding: 5px;
    width: 100%;
    text-align: right;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.box-magtitr:last-child
{
    border-bottom:none;
}
.box-magtitr a{
    color:#333;
    font-weight:bold;
    font-size:14px;
}

.titlelastmag {
    background: #ffcc00;
    padding: 10px;

    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin: 10px;
    border-radius: 7px;
}
.box-lastmag{
    border-bottom:1px solid #e4e4e4;
   padding:10px;
       position: relative;
    width: 100%;
    text-align:right;
    background:#fff;
}

.box-lastmag a{
    color:#333;
    font-weight:bold;
}
.lastmag-pic img{
        width: 100%;
}
.box-mag{
    margin-bottom:10px;
}
.lastmag-title{
    padding-right: 5px;
    background:#ffcc00;
    position: absolute;
    width: 70%;
    bottom: 20px;
    font-size: 13px;
    line-height: 2;
}
.box-download
{
    text-align:right;
    padding:10px;
}
.box-download img{
    width:25px;
    font-size:0;

}
.box-download a{
    color:#fa9751;
    font-size:16px;
}
.top-mag{
    border:1px solid #efefef;
    padding:10px 20px;
    background:#fff;
    margin-bottom:5px;
    border-bottom:2px solid #ffcc00;
}
.top-mag .code{
    font-size:14px;
}
.date-mag img{
    width:24px;
}

/*homepage*/

.box-home-md{

  
   padding: 1px;
    background:#fff;

}
.box-home-lg
{
  
    background: #fff;

    position: relative;
}
.cat-img{
    max-height:200px;

    position: relative;
    overflow: hidden;
    margin: 0;
    max-width: 100%;
    width: 100%;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    border-collapse: collapse;
}
.img-category{

}
.img-category img{
    border-radius:15px;
}
.cat-content h2{
    font-weight:bold;
    font-size:18px;
    line-height:1.5;
    color:#000;
}
.cat-content .more{
  border-radius: 13px;

    background: #fa9751;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    margin-top: 20px;
}
.box-home-cat .box-home-lg {
        height: 100%;
}
.home-md:last-child{
    border-bottom:none;
}
.home-md{
   padding:5px;
    display: inline-flex;
    width: 100%;
    text-align:right;
    background:#fff;
    
}
.home-img img{
        border-radius: 16px;
    width: 100%;
}
.img-md img{
   min-width: 100px;
    max-width: 100px;
    border-radius:15px;
    font-size:0;
}
.content-md{
    padding:5px;
    padding-right: 7px;
  
    line-height: 2;
    
    
}

.content-md h2{
    color:#333;
    font-size:12px;
    font-weight:bold;
    line-height:1.5;
}
.box-home-lg:hover h2,
.content-md:hover h2{
    color:#fa9751;
}
.content-box-lg
{
  padding: 5px;
    position: absolute;
    bottom: 0px;
    background: #fff;
    width:100%;
    padding-right:10px;
    padding-top:8px;

}
.content-b-lg
{
  padding: 5px;
    position: relative;
    bottom: 10px;
    background: #fff;
    width:100%;
    padding-right:15px;
    padding-left:15px;
    padding-top:8px;
    min-height:155px;

}
.cat-title h2
{
      color:#333;
    font-size:12pt;
    font-weight:bold;
    line-height:1.5;
}
.content-b-lg h2,
.content-box-lg  h2{
     color:#333;
    font-size:16px;
    font-weight:bold;
    line-height:1.5;
}
.cat-md-box-img  img{
    border-radius:15px;
}
.cat-md-box-content h2{
    color:#333;
    font-size:12px;
    font-weight:bold;
    line-height:1.5;
}
.cat-md-box{
    margin-top:20px;
}
.box-home-cat{
    margin-bottom:10px;
   margin-top:30px;

    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    padding: 30px;
    border-radius: 15px;
}
.title-home{
  
    margin-bottom: 10px;
   
    border-bottom:3px solid #ffcc00;
    border-radius: 4px;
}
.title-home h2{
    color:#000;
    margin:0;
    font-size:14pt;
    font-weight:bold;
    padding:10px;
    padding-right:20px;
    display:inline-block;
}
.title-home h2:after{
    content:'';
    background:#000
}
.title-name{
    color:#fff;
}
@media (max-width: 992px)
{
    .box-home-md
    {
            margin-bottom: 10px;
            margin-top: 10px;
    }
     .content-b-lg
    {
        height:auto;
        margin-bottom:15px;
        bottom:unset;
        display:block;
        min-height: 120px;
    }
     .box-home-lg.auto-box{
         height:auto;
     }
}
@media (max-width: 768px)
{
    .content-box-lg
    {
        position: relative;
        
    }
    .box-home-lg{
        height:auto;
       
    }
 
    
   
}
.home-cat p{
            color: #777;
    text-align: justify;
    font-size: 12px;
    margin-bottom: 0;
}
.slider {
        width: 100%;
        margin: 0 auto;
    }

    .slick-slide {
      margin: 0px 10px;
      margin-right:0;
    }

    .slick-slide img {
      width: 100%;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
.box-spec{
     height: 375px;
    position: relative;

    overflow: hidden;
    margin: 0;
    max-width: 100%;
    width: 100%;
    color: #fff;
   
    border-radius:15px;
     text-align:center;
   border-collapse: collapse;

}

.box-spec a:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: opacity 0.2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 16px;
}
.box-spec a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1000000;
}
.box-home{
    position:relative;
  
}
.spec-lastnews{
    position: absolute;
    color: #fff;
    width: 100%;
  
    top: 0px;
        background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 150px;
    padding-top: 80px;
}
.spec-lastnews h3{
    font-size:16pt;
    font-weight:bold;
}
.box-inside:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 65%;
    transition: opacity 0.2s;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.75));
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

}
.box-spec img{
    width: 100%;
}
.spec-img-lg a{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1000000;
}
.padding-0{
    padding:2px;
}

.spec-title{
    margin-top:20px;
    font-size:16px;
    line-height:1.7;
    margin-bottom:10px;
}
.spec-title a{
    color:#000;
}
.spec-desc p{
    font-size:12px;
    line-height:2;
    text-align:justify;
    color:#666;
    margin-bottom:30px;
}
 
  @media (max-width: 992px)
  {
       .box-spec{
       height:unset;
   }
  }
  .box-home-lg::after {
    border-radius: 16px;
    content:"";
}