@charset "UTF-8";
@import url('/package/font/iranSANS/font.css');
@import url('/package/font/fontawesome/font.css');
@import url('/package/font/OpenSans/font.css');
@import url('/package/font/MaterialIcons/font.css');
@import url('/package/font/Material-Design-Iconic/material-design-iconic-font.css');

body, html {
    min-height: 100%;
    scroll-behavior: smooth;
}
html, body {
    height: 100%;
}
body{
    position: relative;
    margin: 0;
    font-family: iransans_Light, openSans-Light, serif;
    direction: ltr;
    background-color: #f7f7f7;
}
body *{
    direction: rtl;
}
body [dir='ltr']{
    direction: ltr;
}
input{
    font-family: openSans-Light,iransans_Light, serif;
}
*{
    box-sizing: border-box;
}
.index-header{
    position: relative;
    display: block;
    width: 100%;
    background: #1d1d1d;
}
.index-header > .bg{
    position: relative;
    display: block;
    width: 100%;
    height: 640px;
    z-index: 1;
}

.index-header > .bg .i{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    vertical-align: baseline;
    object-fit: cover;
}
.index-header > .bg:after {
    content: "";
    background: url(/package/_videos/pattern.png) center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: .4;
    z-index: 0;
}
.index-header > .bg:before {
    content: "";
    background: url("/package/_images/header_pattern.png") top left repeat-x;
    position: absolute;
    width: 100%;
    height: 170px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.index-header > .container{
    position: absolute;
    display: inline-block;
    width: 95%;
    max-width: 1170px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    direction: ltr;
}
.index-header > .container > .head{
    position: relative;
    display: inline-block;
    width: 100%;
    direction: ltr;
}
.index-header > .container .head .logo{
    display: inline-block;
    width: 200px;
    background: #171717;
    border-radius: 0 0 24px 24px;
    color: #fff;
    text-decoration: none;
}
.index-header > .container .head .logo .container{
    display: block;
    width: 100%;
    padding: 40px;
}
.index-header > .container .head .logo img{
    display: block;
    margin: auto;
    width: 100%;
}
.index-header > .container .head .logo .title{
    display: block;
    width: 100%;
    padding: 0 12px 24px;
    font: 12px iransans_Light;
    margin: 0;
    text-align: center;
}
.index-header > .container .head .contact-box{
    display: inline-block;
    float: right;
    padding: 40px 0;
}
.contact-box {
    position: relative;
    display: inline-block;
    text-align: right;
    background: #0000;
}
.contact-box a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    direction: ltr;
    color: #F12125;
    background: #fff;
    padding: 6px 12px;
    border-radius: 6px;
}
.contact-box a i {
    vertical-align: middle;
    font-size: 24px;
    margin-right: 4px;
}
.contact-box span {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.index-header > .container > .CB{
    position: relative;
    display: inline-block;
    width: 100%;
    direction: ltr;
    font-size: 0;
    margin-top: 40px;
}
.index-header > .container > .CB .slider{
    width: 60%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.index-header > .container > .CB .slider .owl-carousel{
    width: 100%;
}
.index-header > .container > .CB .slider .owl-carousel .item{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
    text-decoration: none;
    color: #fff;

}
.index-header > .container > .CB .slider .owl-carousel .item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-header > .container > .CB .slider .owl-controls{
    display: block;
    width: 100%;
    text-align: center;
}
.index-header > .container > .CB .slider .owl-controls .owl-nav{
    display: none;
}
.index-header > .container > .CB .slider .owl-controls .owl-dots{
    display: block;
    width: 100%;
    text-align: center;
}
.index-header > .container > .CB .slider .owl-controls .owl-dots .owl-dot{
    display: inline-block;
    width: 24px;
    height: 8px;
    border-radius: 100px;
    text-align: center;
    background: #fff;
    margin-left: 12px;
    -webkit-transition: ALL 250ms;
    -moz-transition: ALL 250ms;
    -ms-transition: ALL 250ms;
    -o-transition: ALL 250ms;
    transition: ALL 250ms;
}
.index-header > .container > .CB .slider .owl-controls .owl-dots .owl-dot.active{
    background: #F12125;
}

.index-header > .container > .CB .content{
    width: 40%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    padding-top: 40px;
    font-size: 12px;
    color: #fff;
}
.index-header > .container > .CB .content .s-title{
    color: #F12125;
    display: block;
    margin-bottom: 8px;
}

.index-header > .container > .CB .content .title{
    display: block;
    width: 100%;
    font: 20px/40px iransans_Bold;
    margin-bottom: 14px;
}

.index-header > .container > .CB .content .description{
    display: block;
    width: 100%;
    font: 13px/28px iransans_Light;
    text-align: justify;
}
.header{
    position: relative;
    display: block;
    width: 100%;
    background: #171717;
    color: #fff;
}

.header > .container{
    position: relative;
    display: block;
    width: 95%;
    max-width: 1170px;
    margin: auto;
    font-size: 0;
}

.header > .container .logo{
    display: inline-block;
    padding: 14px;
    vertical-align: middle;
    width: 150px;
}
.index-header .header > .container .logo{
    display: none;
}
.header > .container .logo img{
    display: block;
    width: 100%;
}
.header > .container .menu{
    display: inline-block;
    width: 100%;
    font-size: 12px;
    vertical-align: middle;

    margin-right: -150px;
    padding-right: 150px;
}
.index-header .header > .container .menu{
    margin-right: 0;
    padding-right: 0;
}




.index-header .header > .container .logo{
    margin-right: 0;
    padding-right: 0;
}
.header > .container .menu ul{
    display: block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.header > .container .menu ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.header > .container .menu ul li a{
    display: block;
    padding: 24px 14px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.header > .container .menu ul li:hover > a,
.header > .container .menu ul li.active > a{
    color: #F12125;
}
.header > .container .menu ul li.left {
    float: left;
}

.header > .container .menu ul ul{
    display: none;
}

.header > .container .menu ul ul{
    position: absolute;
    z-index: 9999;
    width: 250px;
    background: #fefefe;
    border: 1px solid #f0f0f0;
    top: 100%;
    border-radius: 4px;
    margin-top: -12px;
    -webkit-box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);

}
.index-header .header > .container .menu ul ul{
    top: unset;
    bottom: 100%;
}
.header > .container .menu ul ul ul{
    top: 0 !important;
    bottom: unset !important;
    margin-top: 0 !important;
    right: 100%;
    margin-right: 12px;
}
.header > .container .menu ul ul ul:after{
    content: '';
    position: absolute;
    width: 12px;
    height: 100%;
    top: 0;
    left: 100%;

}
.header > .container .menu ul li:hover > ul{
    display: block;
}
.header > .container .menu ul ul li{
    display: block;
    width: 100%;
}
.header > .container .menu ul ul li a{
    color: #000;
    padding: 12px 14px;
}
.header > .container .menu ul ul li:hover{
    background: #f5f5f5;
}
.top-box{
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    font-size: 0;
}
.top-box:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    background: #F0EFED;
    z-index: 0;
}
.top-box .left,
.top-box .right{
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    z-index: 2;
    padding: 40px 40px;
}
.top-box .left{
    direction: rtl;
}
.top-box .right{
    direction: ltr;
}
.top-box .left > .container,
.top-box .right > .container{
    position: relative;
    display: block;
    width: 100%;
    max-width: 585px;
    direction: rtl;
}
.top-box .right > .container .item{
    position: relative;
    display: inline-block;
    width: 33.33%;
    padding: 0 32px;
    vertical-align: top;
    text-align: center;
}
.top-box .right > .container .item .ico{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 100%;
    border-radius: 24px;
    border:1px solid #444;
}
.top-box .right > .container .item .ico img{
    position: absolute;
    height: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.top-box .right > .container .item .title{
    font: 12px iransans_Medium;
    text-align: center;
    background: #F0EFED;
    margin-top: -12px;
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 0 4px;
}
.top-box .right > .container .item .description{
    font: 10px iransans_UltraLight;
    text-align: center;
    z-index: 2;
    position: relative;
    display: block;
    margin-top: 8px;
}
.top-box .left > .container .title{
    display: block;
    position: relative;
    padding-right: 48px;
    font: 18px iransans_Medium;
    background: url("/package/icon/campaign.png") no-repeat center right/ 40px;
}
.top-box .left > .container .description{
    display: block;
    position: relative;
    padding-right: 48px;
    font: 12px iransans_Light;
    text-align: justify;
    margin-top: 14px;
}
.top-box .left > .container .description:after{
    content: '';
    position: absolute;
    width: 40px;
    height: 0;
    border-bottom: 3px solid #000;
    top: 8px;
    right: 0;
}

.top-box .left > .container .contact{
    display: block;
    position: relative;
    padding-right: 48px;
    font: 12px iransans_Light;
    margin-top: 14px;
}
.top-box .left > .container .more{
    display: inline-block;
    float: left;
    position: relative;
    padding: 6px 14px;
    font: 12px iransans_Medium;
    text-decoration: none;
    color: #000;
}
.top-box .left > .container .more:after{
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #000;
    border-left: none;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.top-box .left > .container .more:before{
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #000;
    border-right: none;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.top-box .left > .container .more:hover:after{
    height: 120%;
    right: -4px;
}
.top-box .left > .container .more:hover:before{
    height: 120%;
    left: -4px;
}
.product-popular{
    position: relative;
    display: block;
    width: 100%;
    margin: 40px auto auto auto;
}
.product-popular > .container{
    position: relative;
    display: block;
    width: 95%;
    max-width: 1170px;
    margin: auto auto auto;
    direction: rtl;
    font-size: 0;
}
.product-popular > .container .not-found{
    position: relative;
    display: inline-block;
    width: 75%;
    vertical-align: center;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}
.product-popular > .container .not-found img{
    width: 100%;
    max-width: 450px;
    margin: auto;
    display: block;
}
.product-popular > .container .item{
    position: relative;
    display: inline-block;
    width: 25%;
    vertical-align: center;
    vertical-align: middle;
}
.product-popular > .container .information{
    position: relative;
    display: inline-block;
    font-size: 12px;
    direction: rtl;
    color: #000;
    padding: 24px 0;
    text-align: center;

}
.product-popular > .container .information .title{
    display: block;
    width: 100%;
    font: 24px iransans_Bold;
    margin-bottom: 12px;
    text-align: right;
}

.product-popular > .container .information .description{
    display: block;
    font: 12px/32px iransans_UltraLight;
    text-align: justify;
    text-align: right;
    margin-bottom: 24px;
}
.product-popular > .container .information .more{
    display: inline-block;
    position: relative;
    padding: 6px 14px;
    font: 12px iransans_Medium;
    text-decoration: none;
    color: #000;
}
.product-popular > .container .information .more:after{
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #000;
    border-left: none;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.product-popular > .container .information .more:before{
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #000;
    border-right: none;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.product-popular > .container .information .more:hover:after{
    height: 120%;
    right: -4px;
}
.product-popular > .container .information .more:hover:before{
    height: 120%;
    left: -4px;
}
.product-item{
    position: relative;
    display: inline-block;
    padding: 14px;

    border-radius: 0;
    border: 1px solid #eaeaea;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.product-item:hover{
    -webkit-box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
}

.product-item > .container{
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;

}
.product-item > .container .title{
    display: block;
    font: 13px iransans_Bold;
    margin-bottom: 14px;
}
.product-item > .container .image {
    display: block;
    width: 100%;
}
.product-item > .container .image img{
    display: block;
    width: 100%;
    border-radius: 8px;
}
.product-item > .container .image img{
    display: block;
    width: 100%;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    border-radius: 8px;
}

.product-item:hover > .container .image img{
    filter: grayscale(100%);
}
.product-item > .container ul{
    width: 100%;
    padding: 14px 8px;
    margin:  0;
    list-style-position: inside;
    list-style: none;

}
.product-item > .container ul li{
    font: 12px/40px iransans_UltraLight;
    border-top: 1px solid #dedede;
}
.product-item > .container ul li img{
    display: inline-block;
    width: 24px;
    margin-left: 6px;
    vertical-align: middle;
}
.product-item > .container ul li a{
    display: inline-block;
    text-decoration: none;
    color: #000;
    background: #ececec;
    padding: 0px 8px;
    border-radius: 2px;
    line-height: 24px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.product-item > .container ul li a:hover{
    background: #e5e5e5;
}
.product-item > .container ul li a:active{
    box-shadow: 0px 0 0 3px #dedede;
}
.product-item > .container .more{
    background: #dbdbdb;
    color: #000;
    display: block;
    text-align: center;
    border-radius: 4px;
    font: 12px iransans_Light;
    text-decoration: none;
    width: 80%;
    margin: auto;
    padding: 8px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.product-item > .container .more:hover{
    background: rgb(165, 0, 52);
    color: #fff;
}






















.blog-popular{
    position: relative;
    display: block;
    width: 100%;
    margin: 40px auto auto auto;
}
.blog-popular > .container{
    position: relative;
    display: block;
    width: 95%;
    max-width: 1170px;
    margin: auto auto auto;
    direction: rtl;
    font-size: 0;
}

.blog-popular > .container .information{
    position: relative;
    display: block;
    font-size: 12px;
    direction: rtl;
    color: #000;
    text-align: center;
    margin-bottom: 24px;

}
.blog-popular > .container .information .title{
    display: block;
    width: 100%;
    font: 24px iransans_Bold;
    margin-bottom: 12px;
}
.blog-popular > .container .information a{
    text-decoration: none;
    color: #000;
}
.blog-popular > .container .information .description{
    display: block;
    font: 12px iransans_UltraLight;
    max-width: 500px;
    margin: auto;
}
.blog-popular > .container .slider{
    position: relative;
    display: inline-block;
    font-size: 12px;
    direction: rtl;
    width: 100%;
    vertical-align: top;
    padding-right: 40px;
}
.blog-popular > .container .slider *:focus{
    outline: none;
}
.blog-popular > .container .slider .owl-controls{
    display: block;
    margin: auto;
}
.blog-popular > .container .slider .owl-nav{
    position: absolute;
    bottom: 50%;
    left: 0%;
    width: 100%;
    text-align: center;
    display: none;
}
.blog-popular > .container .slider .owl-nav > *{
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 8px;
    border: none;
    background: rgba(226, 226, 226, 0.85);
    color: #000;
    font-size: 24px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.blog-popular > .container .slider .owl-nav > *:active{
    background: #F12125;
    color: #fff;
}

@media only screen and (max-width: 768px) {

    .blog-popular > .container .slider .owl-nav  > * {
        margin: 2px;
    }
}
.blog-popular > .container .slider .owl-nav  > * i{
    color: inherit;
}
.blog-popular > .container .slider .owl-nav  > *.disabled{
    opacity: 0.5;
    cursor: no-drop;
}
.blog-popular > .container .slider .owl-nav  > *.owl-next{

}
.blog-popular > .container .slider .owl-dots{
    display: block;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .blog-popular > .container .slider .owl-dots {
        display: none;
    }
}
.blog-popular > .container .slider .owl-dots .owl-dot{
    width: 14px;
    height: 5px;
    margin: 0 2px;
    display: inline-block;
    border: none;
    background: rgba(226, 226, 226, 0.85);
    border-radius: 100px;
    cursor: pointer;
}

.blog-popular > .container .slider .owl-dots .owl-dot.active{
    background: #F12125;
}













.blog-item{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;

}
.blog-item > .container{
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    text-decoration: none;

}
.blog-item > .container .image{
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}
.blog-item > .container .image img{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 14px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.blog-item:hover > .container .image img{
    filter: grayscale(100%);
}
.blog-item > .container .content{
    position: relative;
    display: block;
    padding: 12px;
    background: #E0E0E0;
    border-radius: 14px;
    margin-top: 14px;
    z-index: 2;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.05);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.blog-item > .container .content:after{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    bottom: 100%;
    left: 14px;
    z-index: 3;
    margin-bottom: -15px;
    background: #F7F7F7 url("/package/icon/eye.png") no-repeat center / 24px;
}
.blog-item:hover > .container .content:after{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.blog-item > .container .content .title{
    font: 14px iransans;
}

.blog-item > .container .content .description{
    font: 11px iransans_UltraLight;
    text-align: justify;

}
.about-index{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 24px;
    padding: 24px;
}
.about-index > .container{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    font-size: 0;
}
.about-index > .container .bg{
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.about-index > .container .bg:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.about-index > .container .bg img{
    display: block;
    width: 100%;
}
.about-index > .container .content{
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: middle;
    font-size: 12px;
    padding-right: 24px;
}
.about-index > .container .content .title{
    font: 24px iransans_Medium;
    position: relative;
    display: block;
    padding: 8px 0;
}
.about-index > .container .content .title:after{
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: #EB1424;
    right: 0;
    bottom: 100%;
}
.about-index > .container .content .description{
    font: 12px/32px iransans_Light;
    position: relative;
    display: block;
    padding: 8px 0;
    text-align: justify;
}
.about-index > .container .content .more{
    display: inline-block;
    float: left;
    position: relative;
    padding: 6px 14px;
    font: 12px iransans_Medium;
    text-decoration: none;
    color: #000;
}
.about-index > .container .content .more:after{
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #000;
    border-left: none;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.about-index > .container .content .more:before{
    content: '';
    position: absolute;
    width: 20%;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #000;
    border-right: none;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.about-index > .container .content .more:hover:after{
    height: 120%;
    right: -4px;
}
.about-index > .container .content .more:hover:before{
    height: 120%;
    left: -4px;
}
.about-index > .container .content .contactBox{
    width: 100%;
    display: block;
    font-size: 12px;
}
.about-index > .container .content .contactBox ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    direction: rtl;
}
.about-index > .container > .content > .contactBox ul li{
    direction: rtl;
    display: block;
    margin-bottom: 14px;
    margin-left: 8px;
}
.about-index > .container > .content > .contactBox ul li i{
    display: inline-block;
    vertical-align: middle;
    color: #F12125;
    font-size: 24px;
}
.about-index > .container > .content > .contactBox ul li .i{
    display: inline-block;
}
@media only screen and (max-width: 968px) {
    .about-index > .container > .content > .contactBox ul li .i{
        display: block;
        margin-bottom: 12px;
    }
}
.about-index > .container > .content > .contactBox ul li a{

    color: #000;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 12px;
}
.about-index > .container > .content > .contactBox ul li a i{
    text-decoration: none;
    color: #F12125;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-right: 4px;
}
.about-index > .container > .content > .contactBox ul li a i:hover{
    opacity: 0.8;
}

.footer{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 64px;
}
.footer:after{
    content: '';
    position: absolute;
    z-index: 0;
    background: #eaeaea;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
}
.footer > .container{
    position: relative;
    display: block;
    width: 95%;
    max-width: 1170px;
    margin: auto;
    background: url("/package/_images/footer-bg.png") no-repeat center / cover;
    border-radius: 24px;
    color: #fff;
    padding: 64px;
    z-index: 1;
}
.footer > .container:after{
    content: '';
    position: absolute;
    z-index: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 24px;

}
.footer > .container .logo{
    position: absolute;
    top: 0;
    left: 40px;
    display: inline-block;
    width: 200px;
    background: #171717;
    border-radius: 0 0 24px 24px;
    color: #fff;
    text-decoration: none;
    z-index: 1;
}
.footer > .container .logo .container{
    display: block;
    width: 100%;
    padding: 40px;
}
.footer > .container .logo img{
    display: block;
    margin: auto;
    width: 100%;
}
.footer > .container .logo .title{
    display: block;
    width: 100%;
    padding: 0 12px 24px;
    font: 12px iransans_Light;
    margin: 0;
    text-align: center;
}
.footer > .container .col{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    z-index: 1;
}
.footer > .container .col .title{
    display: block;
    font: 13px iransans_Medium;
    margin-bottom: 14px;
}
.footer > .container .col ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer > .container .col ul a{
    color: #fff;
    text-decoration: none;
}
.footer > .container .col ul li{
    display: block;
    font: 12px/32px iransans_Light;
}
.footer > .container .col ul li i{
    font-size: 24px;
    margin-left: 6px;
    vertical-align: middle;
}
.footer > .copyright{
    position: relative;
    display: block;
    padding: 14px;
    width: 100%;
    text-align: center;
    font: 12px iransans_Light;
    z-index: 1;
}
.footer > .copyright a{
    position: relative;
    border-radius: 4px;
    padding: 5px 35px 5px 12px;
    color: #fff;
    font: 13px iransans;
    text-decoration: none;
    background:#D5B073;
}
.footer > .copyright a:before{
    content: '';
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNDNkNWNjZi1mNjkyLTdiNDctOWJjOC00Zjc1MmRiNTc3Y2UiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkU1NTlBQjQ5MERGMTFFOUFGMzg4NTZDQTRBOUQ1QjUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkU1NTlBQjM5MERGMTFFOUFGMzg4NTZDQTRBOUQ1QjUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Zjc4N2I5Y2MtMmQzZC04MDRlLWJhYjktZGQ1ZTc1ZjRlMjMyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjA0M2Q1Y2NmLWY2OTItN2I0Ny05YmM4LTRmNzUyZGI1NzdjZSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pmp78gMAAAOASURBVHja7JxLSBVRHIfnprXpRYLRLYpeELSoNkEgRQRRRLQrqU0IQvReuEqCishFmyLIaGWLFhkFFRHRoictihRCJOgJhQVJVihlL2+/wz1Cu0s6c//neL8Pvq1znP/nzNy5M+a6rzQVEqhYxrELCAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAxgrVGf7sXvlcfpJDMsfu/i8K/g80LxfLibEEcF+2yts+Ahg98+Q22SSnhXoKGJC75GrZzvBT5Y08Juvk0xADcMNeL8/4QxdkwzO5Qb4KKYAfcot8yHzKwnvZKP+EEsAReZe5lBW3vy+FEMALeYJ5mNCaxul2tAG0yUFmYcIjf3FoFoCr7xZzMMNde3VZBtAn3zEHU3osA3AF/mQG5kcBswByCbd3rclZBgBjAAIgACAAIAAgACAAIAAgACAAIAAggNLw/J8tpg+EVCfZvlcApRlvGYB7Pj3PDEzJWx8B1jEDMybIpdbXADuTjF5ZgpKslAusA5gvjzMLE5qTQB4Ica+DHWIeZeWAXBPSfYDD8oKcy2wypUoelC2h3Af4l3rZIU8mxZcYJzOv1KiVm5PiG0FH0/zBaX+Or5H7vW+T4mPjX5PiDYuRnK/c/xVwL552yhvydSQDc+/zu5c4l/h9MpLfffj/A9T4a63aLBaa5Y2cOd40aPCHvTZ/uvkc6OBn+nVu9R/Tgiem7wLcKWWfvCMXBri+ZfKB3B7L8GMLYBh38+O6nB7QmtyR7po/VEdFrN8GLpKnAlrPaTk7xh0Z89fB7lPHqgDWsVZujHUnxv48wI4A1tAY8w6MPQB3P3yS8YVpHQHYfuyaZbz9GQRgh7s1OsVw+1P9GgigQqmK/RcggAqHAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIIGyGCMCWgvxmuP0BvwYCMOKj7DHc/gfZSwB2PJFfDLffJzsJwI5zAazhPAHY8FheDWAdl2UXAZSX73K3/BXAWgblXvmbAMqDG3qDP/+Hwj25hwCy56XcJNsDXNtZWe8/GRBAivTLDtksV8ibAa/1olwuW2S3P1UFzV8BBgAKLHTM/ylODwAAAABJRU5ErkJggg==") no-repeat center / 100%;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.filter{
    display: block;
    width: 100%;
    position: relative;
    z-index: 9999;

    margin: 24px 0 0;
}
.filter .list{
    display: inline-block;
    position: relative;
    margin: 14px;
}
.filter .list > a{
    position: relative;
    display: block;
    min-width: 130px;
    font: 12px iransans_Light;
    padding: 6px 14px 6px 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.filter .list > a:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/package/icon/arrow.svg) no-repeat center / 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.filter .list ul{
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 24px rgba(0,0,0,0.12);
    filter: drop-shadow(0 0 24px rgba(0,0,0,0.12));
    font-size: 12px;
    padding: 14px 0;
    margin: 14px 0 0 0;
    list-style: none;
    text-align: right;
    border-radius: 4px;
    display: none;

}
.filter .list ul:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 24px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 12px solid rgb(255, 255, 255);
    z-index: -1;
}
.filter .list ul:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 100%;
    height: 14px;
}
.filter .list:hover > ul{
    display: block;
}
.filter .list ul li{
    display: block;
    position: relative;
    width: 100%;
}
.filter .list ul li:hover{
    background: #FAFAFA;
}
.filter .list ul li a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    padding: 8px 14px;

}
.filter .list ul li > ul{
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    margin-top: -14px;
    margin-right: 14px;

}
.filter .list ul li:hover > ul{
    display: block;
}
.filter .list ul li > ul:before {
    content: '';
    position: absolute;
    bottom: auto;
    top: 18px;
    left: 100%;
    right: auto;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-left: 12px solid rgb(255, 255, 255);
    border-bottom: 14px solid transparent;
    z-index: -1;
}
.filter .list ul li > ul:after{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 100%;
    width: 32px;
    height: 100%;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
}
.filter .list ul li.isParent > a:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(/package/icon/arrow.svg) no-repeat center / 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%) ;
}


.pagination{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 24px;

}
.pagination .paging{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1170px;
    list-style: none;
    margin: auto;
    background: #fbfbfb;
    padding: 8px;
    border-radius: 100px;
    border: 1px solid #ebebeb;
}
.pagination .paging li{
    display: inline-block;
    font-size: 14px;
    margin: 0 9px;
    transition: all 250ms;

}
.pagination .paging li:hover{

    font-weight: bold;

}
.pagination .paging li a{
    text-decoration: none;
    color: #000;
    min-width: 25px;
    height: 25px;
    display: block;
    line-height: 25px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.pagination .paging li:hover a,
.pagination .paging .current-page a {
    background: #EB1424;
    border-radius: 100px;
    color: #fff;
    box-shadow: 0 0 0 4px rgba(235, 20, 36, 0.24);
}
.pagination .paging .prev{
    font-size: 12px;
    float: left;
    margin: 0;
}
.pagination .paging .next{
    font-size: 12px;
    float: right;
    margin: 0;
}
.pagination .paging .next a,
.pagination .paging .prev a{
    line-height: 20px;
}
.pagination .paging .get_first_page,
.pagination .paging .get_last_page{
    display: none;
}
.pagination .paging li i{
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    height: 10px;
    color: #a3a3a3;
    line-height: normal;
}
.page{
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
}
.page > .head{
    position: relative;
    display: block;
    width: 100%;
    background: #232323;
    padding: 0 0 128px;
    color: #fff;
    text-align: center;
    z-index: 1;
}
.page > .head .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.page > .head .bg .i{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.page > .head .bg:after {
    content: "";
    background: url(/package/_videos/pattern.png) center center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    opacity: .4;
    z-index: 0;
}
.page > .head .bg:before {
    content: "";
    background: url("/package/_images/header_pattern.png") top left repeat-x;
    position: absolute;
    width: 100%;
    height: 170px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
}

.page > .head .title{
    position: relative;
    display: block;
    font: 18px iransans_Bold;
    margin: 0;
    margin-bottom: 14px;
    z-index: 1;
    padding-top: 64px;
}
.page > .head .content{
    position: relative;
    display: block;
    font: 13px iransans_Light;
    margin: 0;
    margin-bottom: 14px;
    z-index: 1;
}
.page > .head .content a{
    text-decoration: none;
    color: #fff;
    background: #eb1424;
    padding: 2px 8px;
    border-radius: 3px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    margin: 0 6px;
}
.page > .head .content a:hover{
    background: #a8000b;
}
.page > .head .content a:active{
    box-shadow: 0 0 0 3px #82000a;
}
.page > .container{
    position: relative;
    display: block;
    width: 95%;
    max-width: 1170px;
    margin: auto;
    background: #fff;
    padding: 24px;
    border-radius: 14px;
    margin-top: -64px;
    z-index: 2;
}
.contact > .head{
    height: 350px;
}
.contact > .container{
    margin-top: -250px;
    min-height: 500px;
    max-width: 968px;
    padding: 64px 0;
}
.contact > .container > .title{
    font: 16px iransans_Bold;
    display: block;
    text-align: center;

}
.contact > .container .title img{
    display: inline-block;
    vertical-align: middle;
    width: 128px;
    margin-left: 14px;
}
.contact > .container form{
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    margin-top: 24px;
}
.contact > .container form .item{
    position: relative;
    display: inline-block;
    width: 50%;
    font: 12px iransans_Light;
    padding: 12px 24px;
}
.contact > .container form .item.full{
    width: 100%;
}
.contact > .container form .item .title{
    display: block;
    margin-bottom: 8px;
    color: #111111;
}
.contact > .container form .item select,
.contact > .container form .item textarea,
.contact > .container form .item input{
    display: block;
    width: 100%;
    background: #F9F9FB;
    border: none;
    padding: 12px 14px;
    padding-right: 40px;
    font: 12px iransans_Light;
    border-radius: 6px;
    max-width: 100%;
    min-width: 100%;
}
.contact > .container form .item textarea{
    min-height: 200px;
}
.contact > .container form .item select:focus,
.contact > .container form .item textarea:focus,
.contact > .container form .item input:focus{
    outline: none;
    box-shadow: 0px 0 0 1px #5F30E2;
}
.contact > .container form .item select:invalid,
.contact > .container form .item textarea:invalid,
.contact > .container form .item input:invalid:not(input:empty){
    box-shadow: 0px 0 0 1px #82000a;
}
.contact > .container form .item i{
    position: absolute;
    top: 48px;
    right: 30px;
    color: #434579;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact > .container form .item select::-webkit-input-placeholder,
.contact > .container form .item textarea::-webkit-input-placeholder,
.contact > .container form .item input::-webkit-input-placeholder { /* Edge */
    color: #434579;
}
.contact > .container form .item select:-ms-input-placeholder,
.contact > .container form .item textarea:-ms-input-placeholder,
.contact > .container form .item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #434579;
}
.contact > .container form .item select::placeholder,
.contact > .container form .item textarea::placeholder,
.contact > .container form .item input::placeholder {
    color: #434579;
}
.contact > .container form .item select:focus + i,
.contact > .container form .item textarea:focus + i,
.contact > .container form .item input:focus + i{
    color: #5F30E2;
}

.contact > .container form .item.captcha input{
    padding-right: 14px;
    padding-left: 100px;
    font: 12px openSans-Regular,iransans;
}
.contact > .container form .item.captcha  img{
    position: absolute;
    top: 50px;
    left: 35px;
}

.contact > .container form button[type='submit']{
    position: relative;
    display: block;
    margin: 24px auto 0;
    background: #5F30E2;
    border: none;
    font: 12px iransans;
    border-radius: 100px;
    padding: 8px 40px;
    color: #fff;
    cursor: pointer;
}
.blog{
    font-size:0;
}
.blog > .head > .content > form{
    position: relative;
    display: block;
    width: 95%;
    max-width: 500px;
    margin: auto;
    font-size: 0;
}
.blog > .head > .content > form input{
    display: block;
    width: 100%;
    border: none;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
}
.blog > .head > .content > form input:focus {
    outline: none;
    background: #ececec;
}
.blog > .head > .content > form button{
    position: absolute;
    left: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    display: block;
    border: none;
    background: #0000;
    border-radius: 8px;
    cursor: pointer;
}


.blog > .container {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 0;
    margin-top: -128px;
}
.blog > .container > ._container {
    display: inline-block;
    width: 75%;
    background: transparent;
    font-size: 0;
    vertical-align: top;
}
.blog > .container .blog-item{
    width: 33.33%;
    padding: 0 12px;
    margin-bottom: 24px;
    font-size: 12px;
}

.blog .category-list{
    display: inline-block;
    width: 25%;
    padding-left: 12px;
    vertical-align: top;
}
.blog .category-list > .container{
    position: relative;
    display: block;
    width: 100%;
    background: #E0E0E0;
    font-size: 12px;
    border-radius: 12px;
}
.blog .category-list > .container > .title{
    position: relative;
    display: block;
    padding: 6px;
    font: 14px iransans_Medium;
    margin: 0;
    padding: 14px;
    border-radius: 12px 12px 0 0;
    background: #171717;
    color: #fff;
    top: -2px;
}
.blog .category-list > .container > ul{
    padding: 14px 40px 14px 14px;

}
.blog .category-list > .container > ul li{
    padding: 8px 0;
}
.blog .category-list > .container > ul li a{
    text-decoration: none;
    color: #000;
}

.blog .category-list > .container ul{
    position: relative;
    width: 100%;
    margin: 0;
    list-style: none;
}

.blog .category-list > .container > ul li a{
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    text-decoration: none;
}
.blog .category-list > .container ul{
    counter-reset: steps-counter;
}
.blog .category-list > .container > ul li a:before{
    counter-increment: steps-counter;
    content:  counter(steps-counter,decimal-leading-zero) " - ";
    display: inline-block;
    vertical-align: middle;
    font: 12px iransans !important;
    margin-left: 4px;
}





.categorise > .container > .content{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    font-size: 0;
}
.categorise > .container > .categorise-list + .content{
    width: 75%;
    padding-right: 24px;
}
.categorise > .container > .categorise-list + .content .A-item{
    width: 32.33% !important;
}




.blog > .container .not-found{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: center;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
}
.blog > .container .not-found img{
    width: 100%;
    margin: auto;
    display: block;
    border-radius: 14px;
}
.blog-details{
    position: relative;

}
.blog-details > .head{
    min-height: 250px;
}
.blog-details > .intro{
    position: relative;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: -200px;
    z-index: 2;
}

.blog-details > .intro > .container{
    position: relative;
    width: 95%;
    max-width: 1170px;
    margin: auto;
    font-size: 0;
}
.blog-details > .intro > .container .image{
    display: inline-block;
    width: 35%;
    vertical-align: top;
}
.blog-details > .intro > .container .image img{
    width: 100%;
    display: block;
    border-radius: 12px;

}
.blog-details > .intro > .container ._content{
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding-right: 40px;
    padding-top: 40px;
    color: #fff;
    text-shadow: 0px 0 4px #000;
}
.blog-details > .intro > .container ._content .s-title{
    display: block;
    color: #F12125;
    font: 12px iransans_Light;
}
.blog-details > .intro > .container ._content .title{
    display: block;
    color: #fff;
    font: 20px iransans_Bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-details > .intro > .container ._content ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;

}
.blog-details > .intro > .container ._content ul li{
    display: inline-block;
    font: 12px iransans;
    margin-left: 24px;
}
.blog-details > .container{
    margin-top: 24px;
}
.blog-details > .container video,
.blog-details > .container img{
    max-width: 100% !important;
    height: auto !important;
}
.viewer-container{
    text-align: center;
}
.viewer-container *{
    position: relative;
    z-index: 9999999999999;
    direction: ltr;
}
.product{
    position: relative;
    display: block;
}
.product > .head{
    height: 350px;
}
.product > .container{
    position: relative;
    display: block;
    width: 95%;
    max-width: 1170px;
    margin: auto;
    margin-top: -190px;
}
.product > .container > ._container{
    position: relative;
    display: block;
    display: -o-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    width: 100%;
    margin: auto;
    font-size: 0;

}
.product > .container > ._container .docs-galley{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 24px;
}
.product > .container > ._container .docs-galley .docs-pictures{
    width: 100%;
    display: inline-block;
    font-size: 0;

}
.product > .container > ._container .docs-galley .docs-pictures li{
    position: relative;
    display: inline-block;
    width: 20%;
    height: auto;
    border: 1px solid #DDDDDD;
    padding-top: 20%;
    float: right;
    margin: 0;
    overflow: hidden;
    margin-bottom: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.product > .container > ._container .docs-galley .docs-pictures li:nth-child(n+7){
    display: none;
}
.product > .container > ._container .docs-galley .docs-pictures li:hover{
    -webkit-box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
}
.product > .container > ._container .docs-galley .docs-pictures li img{
    display: block;
    width: 85%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product > .container > ._container .docs-galley .docs-pictures li:first-child{
    width: 100%;
    padding-top: 70%;
    border-radius: 12px 12px 0 0;
}
.product > .container > ._container .docs-galley .docs-pictures li:nth-child(2){
    border-radius: 0 0 12px 0;
}
.product > .container > ._container .docs-galley .docs-pictures li:last-child,
.product > .container > ._container .docs-galley .docs-pictures li:nth-child(6){
    border-radius: 0 0  0 12px;
}
.product > .container > ._container .docs-galley .docs-pictures li:nth-last-child(5):first-child ~ li{
    width: 25%;
}
.product > .container > ._container .docs-galley .docs-pictures li:nth-last-child(4):first-child ~ li{
    width: 33.33%;
}
.product > .container > ._container .docs-galley .docs-pictures li:nth-last-child(3):first-child ~ li{
    width: 50%;
}
.product > .container > ._container .docs-galley .docs-pictures li:nth-last-child(2):first-child,
.product > .container > ._container .docs-galley .docs-pictures li:nth-last-child(2):first-child ~ li{
    width: 50%;
    padding-top: 70%;
}
.product > .container > ._container .docs-galley .docs-pictures li:nth-last-child(2):first-child{
    border-radius: 0 12px 12px 0;
}
.product > .container > ._container .docs-galley .docs-pictures li:nth-last-child(2):first-child ~ li{

    border-radius: 12px 0 0 12px;
}

.product > .container > ._container .docs-galley .docs-pictures li:nth-last-child(1):first-child{
    border-radius: 12px;
}
.product > .container > ._container > .info{
    position: relative;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    background: #fdfdfd;
    padding: 24px;
    border-radius: 12px;
    font-size: 12px;
    padding-bottom: 64px;
}

.product > .container > ._container > .info .page-list{
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
}

.product > .container > ._container > .info .page-list li{
    display: inline-block;
    vertical-align: middle;

}
.product > .container > ._container > .info .page-list li a{
    color: #000;
    font: 12px iransans_UltraLight;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 4px 0;
    direction: rtl;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.product > .container > ._container > .info .page-list li a:hover{
    font-weight: bold;
}
.product > .container > ._container > .info .page-list li a:after{
    content: 'keyboard_arrow_left';
    font-family: 'Material Icons', serif;
    display: inline-block;
    font-size: 18px;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.7);
    vertical-align: middle;
    margin: 0 8px;
}
.product > .container > ._container > .info .page-list li:last-child a:after{
    display: none;
}
.product > .container > ._container > .info > .title{
    display: block;
    font: 20px iransans_Bold;
    margin: 8px 0 0 0;
}
.product > .container > ._container > .info >  .description{
    display: block;
    font: 12px/24px iransans_Light;
    margin: 8px 0 0 0;
    background: #f1f1f1;
    padding: 8px;
    border-radius: 5px;
    max-height: 85px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow: auto;
}
.product > .container > ._container > .info >  .description::-webkit-scrollbar {
    display: none;
}

.product > .container > ._container > .info >  .waranty{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    direction: ltr;
    text-align: left;
    padding: 14px;
}
.product > .container > ._container > .info >  .waranty .item{
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    opacity: 0.5;
}
.product > .container > ._container > .info >  .waranty .item .ico{
    position: relative;
    width: 28px;
    height: 28px;
    display: block;
    margin: auto;
}
.product > .container > ._container > .info > .waranty .item .ico img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    height: 100%;
}

.product > .container > ._container > .info > .waranty .item .title{
    display: block;
    font: 10px iransans_Light;
}

.product > .container > ._container > .info > .info_list{
    display: block;
    width: 100%;
    margin: 8px 0 0 0;
}
.product > .container > ._container > .info > .info_list .title{
    display: block;
    font: 12px iransans_Medium;
    margin-bottom: 8px;
}
.product > .container > ._container > .info > .info_list .title:before{
    content: 'filter_vintage';
    font-family: 'Material Icons', serif;
    display: inline-block;
    font-size: 22px;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.7);
    vertical-align: middle;
    margin-left: 4px;
}
.product > .container > ._container > .info > .info_list .list{
    margin: 0;
    max-height: 250px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: thin;  /* Firefox */
    overflow: auto;
}
.product > .container > ._container > .info > .info_list .list::-webkit-scrollbar {
    width: 6px;
    height: 0;
    background-color: transparent;
}
.product > .container > ._container > .info > .info_list .list::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #ffffff;
}
.product > .container > ._container > .info > .info_list .list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #898989;
}

.product > .container > ._container > .info > .info_list .list li{
    padding: 8px 0;
}

.product > .container > ._container > .info > .contact{
    display: inline-block;
    width: 100%;
    margin: 8px 0 0 0;
}

.product > .container > ._container > .info > .contact .item{
    display: block;
    margin-bottom: 12px;
}
.product > .container > ._container > .info > .contact .title{
    display: inline-block;
    font: 12px iransans;
}

.product > .container > ._container > .info > .contact .title:before{
    content: 'phone';
    font-family: 'Material Icons', serif;
    display: inline-block;
    font-size: 22px;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.7);
    vertical-align: middle;
    margin-left: 4px;
    -webkit-transform: rotateY(0.5turn);
    -moz-transform: rotateY(0.5turn);
    -ms-transform: rotateY(0.5turn);
    -o-transform: rotateY(0.5turn);
    transform: rotateY(0.5turn);
}
.product > .container > ._container > .info > .contact .title.representation:before{
    content: 'store';
    font-size: 28px;
}

.product > .container > ._container > .info > .contact .value{
    display: block;
    font: 12px iransans;
    font-weight: bold;
    display: inline-block;
    margin-right: 8px;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

.product > .container > ._container > .info > .contact a.value{
    padding: 4px 12px;
    background: #F12125;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    
}
.product > .container > ._container > .info > .contact a.value:hover{
    background: #ef3d41;
}
.product > .container > ._container > .info > .contact a.value:active{
    box-shadow: 0px 0 0 3px #F12125;
}
#IranMap{
    position: relative;
}
#IranMap > .container{
    display: block;
    direction: rtl;
}
#IranMap *:focus{
    outline: none !important;
}
#IranMap .map{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    direction: ltr;
}
#IranMap .map svg{
    width: 100% !important;
    height: auto !important;
}

#IranMap > .head{
    display: block;
    margin-bottom: 12px;
}
#IranMap > .head > .title{
    display: block;
    font: 14px iransans_Bold;
}
#IranMap > .head > .description{
    display: block;
    font: 12px iransans_Light;
}
#IranMap > .head > .title:before{
    content: 'location_on';
    font-family: 'Material Icons', serif;
    display: inline-block;
    font-size: 22px;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.7);
    vertical-align: middle;
    margin-left: 4px;
}

#IranMap ._list{
    display: inline-block;
    width: 50%;
    padding: 14px 64px;
    text-align: center;
}
#IranMap ._list .intro{
    font: 16px iransans_Light;
    color: #ccc;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

#IranMap ._list .intro i{
    font-size: 40px;
    margin-bottom: 8px;
}
#IranMap.loading:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    backdrop-filter: blur(5px);
    z-index: 8;
}
#IranMap.loading:before{
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    background: url("/package/icon/loading-black.svg") no-repeat center / 100%;
    z-index: 9;
}

#IranMap ._list > .title{
    position: relative;
    display: block;
    font: 14px iransans_Medium;
    margin-bottom: 12px;
    text-align: right;
    padding-right: 24px;
}
#IranMap ._list > .title:after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 100px;
    background: #444;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#IranMap ._list ul{
    position: relative;
    display: block;
    width: 100%;
    width: calc(100% - 6px);
    padding: 0;
    margin: 0;
    list-style: none;
    border-right: 1px dashed #444;
    font-size: 12px;
    margin-right: 6px;
    padding-top: 14px;
    margin-top: -14px;
    text-align: right;

}
#IranMap ._list ul li{
    padding: 8px;
    position: relative;
    padding-right: 32px;
}
#IranMap ._list ul li:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
#IranMap ._list ul li:hover:before{
    background: #efefef;
    opacity: 1;

    
}
#IranMap ._list ul li:last-child:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 84%;
    height: calc(100% - 19px);
    background: #fff;
    bottom: 0;
    right: -12px;

}
#IranMap ._list ul li .title{
    position: relative;
    margin-bottom: 8px;
    z-index: 2;
}
#IranMap ._list ul li .title span{
    font: 13px iransans_Bold;
}
#IranMap ._list ul li .title span:before {
    content: 'store';
    font-family: 'Material Icons', serif;
    display: inline-block;
    font-size: 22px;
    white-space: nowrap;
    color: #000000b3;
    vertical-align: middle;
    margin-left: 4px;
}
#IranMap ._list ul li .title:before{
    content: '';
    position: absolute;
    border-top: 1px dashed #444;
    width: 32px;
    height: 0;
    top: 10px;
    right: -32px;
}
#IranMap ._list ul li .title .ciry{
    float: left;
    display: inline-block;
    padding: 2px 8px;
    background: #ddd;
    border-radius: 3px;
}
#IranMap ._list ul li .name{
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 8px;
    padding-right: 28px;
}
#IranMap ._list ul li .address{
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 8px;
    padding-right: 28px;
}
#IranMap ._list ul li .mobile{
    position: relative;
    z-index: 2;
    display: block;
    padding-right: 28px;
}
.mojavez{
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    text-align: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
    gap: 40px;
    padding: 24px 0;
}

.mojavez .img{
    width: 200px;
    display: inline-block;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;

}
.mojavez .img .title{
    width: 100%;
    font: 14px iransans_Bold;
}
.mojavez .img img{
    display: block;
    margin: auto;
    width: 85px;
}
