
/* menu
***********************************************************************************************************************/

.menu-bar
{
    background-color: #4aa9d5;
    width: 100%;
    min-width: 320px;
    height: 63px;
    text-align: center;
    float: right;
    border-top: 3px solid #f12410;
    position: relative;
    z-index: 210;
}

/* *** */

.menu-bar .logo
{
    float: right;
    text-align: right;
    margin: 0;
    position: relative;
}
.menu-bar .logo a
{
    float: right;
}
.menu-bar .logo img
{
    max-width: 100%;
    height: 55px;
	float: right;
	margin: 2px 0 0 0;
}

.menu-bar .logo h1, .menu-bar .logo .title-box
{
	float: right;
	margin-top: 5px;
    position: absolute;
    top: -300px;
}
.menu-bar .logo h1, .menu-bar .logo .title
{
    height: 25px;
	line-height: 25px;
	font-size: 10pt;
	color: #ffffff;
	padding: 0;
	margin: 0;
}
.menu-bar .logo h1, .menu-bar .logo .title2
{
    height: 25px;
	line-height: 25px;
	font-size: 9pt;
	color: #ffffff;
	padding: 0;
	margin: 0;
}

/* *** */

.menu-bar ul.menu
{
    float: left;
    padding: 0;
    margin: 0;
}
.menu-bar ul.menu li
{
    height: 60px;
    float: right;
    position: relative;
}
.menu-bar ul.menu ul li
{
    width: 100%;
    height: auto;
}
.menu-bar ul.menu li a, .menu-bar ul.menu li a:visited
{
    width: 100%;
    color: #ffffff;
    line-height: 60px;
    float: right;
    padding: 0 10px 0 10px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-bar ul.menu > li:hover > a
{
    color: #f12410;
}
.menu-bar ul.menu ul li a
{
    text-align: right;
    line-height: 2em;
    padding: 5px 10px;
}
.menu-bar ul.menu ul li a:hover
{
    color: #f12410;
}
.menu-bar ul.menu ul li:last-child a
{
    border-bottom: 0;
}
.menu-bar ul.menu ul
{
    background-color: #47a1cb;
    width: 200px;
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 200;
}
.menu-bar ul.menu ul ul
{
    border-top: 0;
    top: 0;
    right: 100%;
}
.menu-bar ul.menu > li:hover > ul
{
    display: block;
}
.menu-bar ul.menu ul > li:hover > ul
{
    display: block;
}

/* *** */

.menu-bar .language-box
{
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
}
.menu-bar .language-box li
{
    float: right;
}
.menu-bar .language-box li a
{
    background-color: #47a1cb;
    width: 50px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    float: left;
}
.menu-bar .language-box li a:hover
{
    color: #f12410;
}

/* *** */

@media (max-width: 992px)
{
    .menu-side-box
    {
        float: left;
        display: inline-block;
        margin: 0;
    }
    .btn-side-menu, .btn-side-menu:focus
    {
        width: 50px;
        height: 60px;
        line-height: 60px;
        color: #ffffff;
        font-size: 14pt;
        text-align: center;
        float: left;
        padding: 0;
        margin: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    .btn-side-menu:hover
    {
        color: #f12410;
    }
    .menu-bar ul.menu
    {
        display: none;
    }
}

/*
***********************************************************************************************************************/

.main-content
{
    width: 100%;
    float: right;
    clear: both;
    /*margin-top: -20px;*/
}

.page-content
{
    width: 100%;
    min-height: 500px;
    float: right;
    padding: 70px 0 150px 0;
    position: relative;
}
.page-content .des
{
    text-align: justify;
    line-height: 2em;
}
.page-content .des p:last-child
{
    margin-bottom: 0;
}
.page-content .des img
{
    max-width: 100%;
    height: auto !important;
}
.page-content .des ul li
{
    list-style: disc;
    margin-right: 50px;
}
.page-content .des ol li
{
    list-style: decimal;
    margin-right: 50px;
}

/* title
***********************************************************************************************************************/

.main-content .title-main
{
    text-align: center;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
}
.main-content .title-main .title
{
    color: #444444;
    font-weight: bold;
    font-size: 14pt;
    margin: 0;
    position: relative;
    z-index: 1;
}
.main-content .title-main-2 .title
{
    color: #ffffff;
}
.main-content .title-main:before
{
    background-color: #f12410;
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -12px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

/* *** */

.page-title-box
{
    background-color: #e2e2e2;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    float: right;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.page-title-box .title-main
{
    color: #444444;
    font-size: 13pt;
    text-align: center;
    line-height: 1.5em;
    float: right;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.page-title-box .breadcrumb
{
    background: none;
    font-size: 9pt;
    color: #444444;
    float: left;
    padding: 0;
    margin: 0;
}
.page-title-box .breadcrumb > li + li:before
{
    color: #444444;
    font-family:Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    content: "\f30a";
    vertical-align: middle;
    opacity: 0.7;
}
.page-title-box .breadcrumb li span
{
    display: inline-block;
}
.page-title-box .breadcrumb a, .page-title-box .breadcrumb a:visited
{
    color: #444444;
    display: inline-block;
}
.page-title-box .breadcrumb a:hover
{
    color: #f12410 !important;
}

/* *** */

@media (max-width: 991px)
{
    .page-title-box .title-main
    {
        width: 100%;
    }
    .page-title-box .breadcrumb
    {
        width: 100%;
    }
}

/* page-banner
***********************************************************************************************************************/

.page-banner
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #001c54;
    width: 100%;
    height: 25%;
    min-height: 90px;
    float: left;
    margin-top: -25px;
    overflow: hidden;
    position: relative;
}
.page-banner:before
{
    content: "";
    display: block;
    padding-top: 25%;
}

.page-banner .img-box
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* home
***********************************************************************************************************************/

.body-home .main-content
{
    margin-top: -20px;
}

.page-home .title-main
{
    margin-bottom: 70px;
}

.page-home .swiper-button-box
{
    margin-top: 50px;
    direction: rtl;
}
.page-home .swiper-button-next, .page-home .swiper-button-prev
{
    background-image: none;
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    color: #444444;
    font-size: 12pt;
    text-align: center;
    padding-top: 8px;
    margin-top: 0;
    display: inline-block;
    border: 1px solid #ebebeb;
    opacity: 1;
    -moz-opacity: 1;
    position: relative;
    right: auto;
    left: auto;
}
.page-home .swiper-button-next:hover, .page-home .swiper-button-prev:hover
{
    color: #f12410;
}
.page-home .swiper-button-disabled
{
    color: #dddddd !important;
    pointer-events: auto;
}

/* home - banner
***********************************************************************************************************************/

.page-home .banner-bar
{
    background-color: #444444;
    width: 100%;
    min-width: 320px;
    float: left;
    position: relative;
    margin-bottom: 100px;
}

.page-home .banner-bar .banner-box
{
    width: 100%;
    min-width: 320px;
    height: 37.5%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.page-home .banner-bar .banner-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}

.page-home .banner-bar .banner-box .banner-box-overly
{
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-home .banner-bar .banner-box .swiper-container
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-home .banner-bar .banner-box .swiper-slide
{
    overflow: hidden;
}
.page-home .banner-bar .banner-box .swiper-slide a
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
}
.page-home .banner-bar .banner-box .swiper-slide img
{
    width: 100%;
    height: 100%;
    float: right;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.page-home .banner-bar .banner-box .swiper-slide video
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.page-home .banner-bar .banner-box .swiper-slide .des-box
{
    position: absolute;
    top: 50%;
    right: -1000px;
    z-index: 2;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-home .banner-bar .banner-box .swiper-slide .des-box .des-item
{
    width: 100%;
	line-height: 1.5em;
    color: #ffffff;
    font-size: 2vw;
    text-align: center;
    float: right;
    clear: both;
    visibility: hidden;
    white-space: nowrap;
}
.page-home .banner-bar .banner-box .swiper-slide .des-box .des-item:first-child
{
    color: #f12410;
    font-size: 4vw;
    font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0 0 7px #000000;
}
.page-home .banner-bar .banner-box .swiper-slide .des-box .des-item:last-child
{
    margin-bottom: 0;
}

.page-home .banner-bar .swiper-pagination
{
    width: 30px;
    line-height: 1.5em;
    top: 50%;
    bottom: auto;
    right: 10px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-home .banner-bar .swiper-pagination .swiper-pagination-bullet
{
    background-color: #f12410;
    width: 15px;
    height: 3px;
    float: right;
    clear: both;
    margin: 2px 0;
    border-radius: 6px;
    opacity: 0.6;
    -moz-opacity: 0.6;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-home .banner-bar .swiper-pagination .swiper-pagination-bullet-active
{
    background-color: #f12410;
    width: 30px;
    opacity: 0.9;
    -moz-opacity: 0.9;
}

/* *** */

@media (max-width: 776px)
{
    .page-home .banner-bar .banner-box .swiper-slide .des-box
    {
        display: none;
    }
}

/* home - activity
***********************************************************************************************************************/

.page-home .activity-bar
{
    width: 100%;
    text-align: center;
    float: right;
    margin-bottom: 100px;
    position: relative;
}

.page-home .activity-bar .activity-box a
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-home .activity-bar .activity-box .img-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-home .activity-bar .activity-box .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 50%;
}
.page-home .activity-bar .activity-box .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-home .activity-bar .activity-box .title-des-box
{
    width: 100%;
    float: right;
    padding: 20px;
}
.page-home .activity-bar .activity-box .title
{
    width: 100%;
    height: 3.4em;
    line-height: 1.7em;
    color: #444444;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
    overflow: hidden;/*
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    position: relative;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.page-home .activity-bar .activity-box a:hover .title
{
    color: #f12410;
}
.page-home .activity-bar .activity-box .des-box
{
    height: 12em;
    color: #888888;
    text-align: justify;
    line-height: 2em;
    overflow: hidden;
}

/* home - about
***********************************************************************************************************************/

.page-home .about-bar
{
    background-position: top center;
    background-repeat: repeat-x;
    background-attachment: fixed;
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
    z-index: 1;
}

.page-home .about-bar .title-des
{
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    float: right;
    padding: 50px;
    margin: 50px 0;
}
.page-home .about-bar .title-des .title-main
{
    width: 100%;
    float: right;
    margin: 0 0 50px 0;
}
.page-home .about-bar .title-des .title-main .title
{
    color: #ffffff;
}
.page-home .about-bar .title-des .des-box
{
    width: 100%;
    color: #ffffff;
    text-align: justify;
    float: left;
}
.page-home .about-bar .about-link-box
{
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 20px;
}
.page-home .about-bar .about-link-box a, .page-home .about-bar .about-link-box a:visited
{
    color: #ffffff;
    display: inline-block;
}
.page-home .about-bar .about-link-box a:hover
{
    color: #f12410;
}

/* home - project
***********************************************************************************************************************/

.page-home .project-bar
{
    background-image: url("../../img/bg-map.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    text-align: center;
    float: right;
    padding: 100px 0;
    position: relative;
}

.page-home .project-bar .project-box a
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-home .project-bar .project-box .img-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 100%;
    height: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-home .project-bar .project-box .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 50%;
}
.page-home .project-bar .project-box .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-home .project-bar .project-box .title-des-box
{
    width: 100%;
    float: right;
    padding: 20px;
}
.page-home .project-bar .project-box .title
{
    width: 100%;
    color: #444444;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.page-home .project-bar .project-box a:hover .title
{
    color: #f12410;
}
.page-home .project-bar .project-box .des-box
{
    height: 6em;
    color: #888888;
    text-align: justify;
    line-height: 2em;
    overflow: hidden;
}

/* home - customer
***********************************************************************************************************************/

.page-home .customer-bar
{
    width: 100%;
    float: right;
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    clear: both;
}

.page-home .customer-bar .img-box
{
}
.page-home .customer-bar .img-box .img-item
{
    width: 100%;
    height: 100%;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    position: relative;
}
.page-home .customer-bar .img-box .img-item:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-home .customer-bar .img-box img
{
    width: 100%;
    height: 100%;
    padding: 15px;
    object-fit: contain;
    -o-object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-home .customer-bar .img-box .title
{
    line-height: 1.7em;
    font-size: 8pt;
    color: #444444;
    text-align: center;
    margin-top: 10px;
}

/* page-contact
***********************************************************************************************************************/

.page-contact .data-form-bar
{
    width: 100%;
    float: right;
    position: relative;
    z-index: 10;
}

/* *** */

.page-contact .data-box
{
    text-align: center;
    color: #444444;
    font-size: 10pt;
    padding: 30px 0 30px 30px;
}
.page-contact .data-box .title-box
{
    color: #444444;
    font-size: 14pt;
    font-weight: bold;
    text-align: right;
    margin-bottom: 30px;
}
.page-contact .data-box .col-contact-data
{
    padding: 0;
    padding-bottom: 50px !important;
}
.page-contact .data-box .col-contact-data:before
{
    background-color: #f12410;
    width: 2px;
    height: 50px;
    content: "";
    position: absolute;
    top: 44px;
    right: 22px;
}
.page-contact .data-box .col-contact-data:last-child:before
{
    display: none;
}
.page-contact .data-box .icon
{
    background-color: #f12410;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 18pt;
    float: right;
    border-radius: 100%;
    position: relative;
}
.page-contact .data-box .icon .fa
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-contact .data-box .data
{
    font-size: 11pt;
    text-align: justify;
    line-height: 2em;
    padding: 10px 60px 0 0;
}
.page-contact .data-box .data.mail
{
    letter-spacing: 2px;
}

/* *** */

.page-contact .form-box
{
    background-color: #f5f5f5;
    padding: 30px;
    position: relative;
}
.page-contact .form-box .title-box
{
    color: #444444;
    font-size: 14pt;
    font-weight: bold;
    text-align: right;
    margin: 0 0 30px 0;
    position: relative;
}
.page-contact .form-box form
{
    width: 100%;
    float: right;
}
.page-contact .form-box .form-group.form-field-star
{
    margin-bottom: 30px;
}
.page-contact .form-box .form-field-star:after
{
    color: #808285;
}
.page-contact .form-box input, .page-contact .form-box textarea
{
    background-color: #ffffff;
    height: 40px;
    padding: 5px 10px 5px 35px;
    margin-bottom: 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    border: 1px solid #cdcdcd;
    resize: none;
}
.page-contact .form-box input:focus, .page-contact .form-box textarea:focus
{
    box-shadow: inset 0 0 0 0 transparent;
}
.page-contact .form-box textarea
{
    height: 120px;
}
.page-contact .form-box button
{
    background-color: #001c54;
    width: 100%;
    font-size: 12pt;
    text-align: center;
    float: right;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-contact .form-box button:focus, .page-contact .form-box button:hover
{
    color: #f12410;
}
.page-contact .form-box button span
{
    font-size: 14pt;
    display: inline-block;
    margin-left: 7px;
}

/* *** */

.page-contact .social-bar
{
    width: 100%;
    text-align: center;
    float: right;
    padding: 0;
    margin-top: 30px !important;
}
.page-contact .social-bar ul
{
    display: inline-block;
    margin: 0;
    padding: 0;
}
.page-contact .social-bar ul li
{
    display: inline-block;
    margin: 0 2px;
}
.page-contact .social-bar ul li a, .page-contact .social-bar ul li a:visited
{
    width: 35px;
    height: 35px;
    color: #888888;
    font-size: 18pt;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.page-contact .social-bar ul li a:hover
{
    color: #f12410;
}
.page-contact .social-bar ul li a i
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* *** */

.page-contact .map-box
{
    width: 100%;
    height: 400px;
    float: right;
    margin: 100px 0;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    position: relative;
}
.page-contact .map-box .map
{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
}
.page-contact .map-box .map .leaflet-tile-container img
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.page-contact .map-box .map .leaflet-popup-content
{
    min-width: 200px;
    text-align: center;
    font-family: "IRANYekan", "CenturyGothic";
    font-size: 10pt;
    font-weight: bold;
}
.page-contact .map-box .map .leaflet-popup-close-button
{
    display: none;
}

.page-contact .map-box .leaflet-left .leaflet-control
{
    margin: 0;
}
.page-contact .map-box .leaflet-bar a
{
    float: right;
}
.page-contact .map-box .leaflet-top
{
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/* *** */

@media (max-width: 767px)
{
    .page-contact .social-bar
    {
        text-align: center;
    }

    .page-contact .data-box, .page-contact .form-box
    {
        width: 100%;
    }
}

/* contact-bar
***********************************************************************************************************************/

.contact-bar
{
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
    z-index: 1;
}

.contact-bar .contact-box
{
    background-color: #e8e8e8;
    width: 60%;
    text-align: center;
    display: inline-block;
    padding: 30px 30px 40px 30px;
    margin: 0 auto;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    position: relative;
}
.contact-bar .contact-box:before
{
    background-color: #4aa9d5;
    width: 100%;
    height: 100%;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
}
.contact-bar .contact-box .title
{
    color: #0f668e;
    font-size: 13pt;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.contact-bar .contact-box .title:before
{
    width: 50%;
    height: 100%;
    border-bottom: 2px dotted #0f668e;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.contact-bar .contact-box .tel
{
    color: #ffffff;
    font-size: 11pt;
    font-weight: bold;
    letter-spacing: 3px;
}
.contact-bar .contact-box .address
{
    color: #ffffff;
    font-size: 10pt;
    position: relative;
}

/* *** */

@media screen and (max-width: 991px)
{
    .contact-bar .contact-box
    {
        width: 80%;
    }
}
@media screen and (max-width: 600px)
{
    .contact-bar .contact-box
    {
        width: 100%;
    }
}

/* bottom
***********************************************************************************************************************/

.bottom-bar
{
    background-image: url("../../img/bg-footer.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
    text-align: center;
    float: right;
    position: relative;
}

/* *** */

.bottom-bar .link-box
{
    text-align: center;
    margin-top: 30px;
}
.bottom-bar .link-box li
{
    display: inline-block;
    margin: 0 5px;
}

/* *** */

.bottom-bar .copy-right-designer
{
    width: 100%;
    color: #ffffff;
    font-size: 9pt;
    float: right;
    direction: ltr;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bottom-bar .copy-right
{
    float: left;
    text-align: left;
}
.bottom-bar .designer
{
    float: left;
    text-align: right;
}
.bottom-bar .designer a, .bottom-bar .designer a:visited
{
    color: #ffffff;
}
.bottom-bar .designer a:hover
{
    color: #f12410;
}

/* *** */

@media (max-width: 600px)
{
    .bottom-bar .copy-right, .bottom-bar .designer
    {
        width: 100%;
        text-align: center;
    }
}

/*
***********************************************************************************************************************/

.page-explanatory-page .data a
{
    background-color: #f5f5f5;
    width: 100%;
    float: right;
    margin-bottom: 30px;
    /*border-radius: 30px;*/
    overflow: hidden;
    /*box-shadow:  0 20px 40px -12px rgba(73, 29, 116, 0.1);*/
}

.page-explanatory-page .data .img-box
{
    width: 40%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.page-explanatory-page .data .img-box:before
{
    background-color: #f5f5f5;
    width: 100px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    z-index: 2;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.page-explanatory-page .data .img-box:after
{
    background-color: #f5f5f5;
    width: 5px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 2;
    -ms-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    transform: skewX(-15deg);
}
.page-explanatory-page .data .img-box .img
{
    width: 100%;
    height: 37.5%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.page-explanatory-page .data .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}
.page-explanatory-page .data .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-explanatory-page .data .title-des-box
{
    width: 60%;
    float: right;
    padding: 20px;
    position: relative;
    overflow: hidden;
}
.page-explanatory-page .data .title
{
    width: 100%;
    font-size: 12pt;
    font-weight: bold;
    text-align: justify;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1.5em;
}
.page-explanatory-page .data .des
{
    color: #444444;
}

/* *** */

@media (max-width: 1199px)
{
    .page-explanatory-page .data .img-box
    {
        width: 45%;
    }
    .page-explanatory-page .data .title-des-box
    {
        width: 55%;
    }
}
@media (max-width: 991px)
{
    .page-explanatory-page .data .title-des-box
    {
        padding: 10px 0 10px 10px;
    }
    .page-explanatory-page .data .title-des-box .des
    {
        height: 4em;
        overflow: hidden;
    }
}
@media (max-width: 767px)
{
    .page-explanatory-page .data .img-box, .page-explanatory-page .data .title-des-box
    {
        width: 50%;
    }

    .page-explanatory-page .data .img-box .img
    {
        height: 43%;
    }
    .page-explanatory-page .data .img-box .img:before
    {
        padding-top: 43%;
    }
}
@media (max-width: 600px)
{
    .page-explanatory-page .data .img-box, .page-explanatory-page .data .title-des-box
    {
        width: 100%;
    }

    .page-explanatory-page .data .img-box .img
    {
        height: 37.5%;
    }
    .page-explanatory-page .data .img-box .img:before
    {
        padding-top: 37.5%;
    }

    .page-explanatory-page .data .title-des-box
    {
        padding: 20px;
    }
    .page-explanatory-page .data .title-des-box .des
    {
        height: auto;
        overflow: hidden;
    }

    .page-explanatory-page .data .img-box:before, .page-explanatory-page .data .img-box:after
    {
        display: none;
    }
}

/* page-explanatory-page-view
***********************************************************************************************************************/

.body-explanatory-page-view .page-content
{
    padding-top: 20px;
}

.body-explanatory-page-view .page-title-box
{
    background-color: transparent;
}
.body-explanatory-page-view .page-title-box-divider
{
    display: none;
}
.body-explanatory-page-view .page-title-box .title-main, .body-explanatory-page-view .page-title-box .breadcrumb, .body-explanatory-page-view .page-title-box .breadcrumb > li + li:before, .body-explanatory-page-view .page-title-box .breadcrumb a, .body-explanatory-page-view .page-title-box .breadcrumb a:visited
{
    color: #ffffff;
}

.body-explanatory-page-view .page-banner-box
{
    width: 100%;
    position: absolute;
    top: -115px;;
    left: 0;
}
.body-explanatory-page-view .page-banner
{
    margin-top: 0;
}
.body-explanatory-page-view .page-banner .img-box
{
    filter: blur(7px);
    -webkit-filter: blur(7px);
}
.body-explanatory-page-view .page-banner .banner-overly
{
    background-color: #001c54;
    background-image: linear-gradient(150deg, #f12410 0%, #001c54 75%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

/* *** */

.page-explanatory-page-view .data-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 30px;
    /*margin-top: -230px;*/
    box-shadow: 0 20px 40px -12px rgba(0, 28, 84, 0.05);
}

/* *** */

.page-explanatory-page-view .data-box .img-box
{
    width: 100%;
    height: 25%;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.page-explanatory-page-view .data-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 25%;
}
.page-explanatory-page-view .data-box .img-box img
{
    width: 100%;
    float: right;
    position: absolute;
    top: 0;
    left: 0;
}

/* *** */

.page-explanatory-page-view .imgs-box
{
    width: 100%;
    float: right;
}
.page-explanatory-page-view .imgs-box .img-box
{
    background-color: #fcfcfc;
    width: 100%;
    height: 100%;
    float: left;
    border: 1px solid #ffffff;
    position: relative;
    margin: 0;
}
.page-explanatory-page-view .imgs-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-explanatory-page-view .imgs-box .img-box a
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-explanatory-page-view .imgs-box .img-box a img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-explanatory-page-view .imgs-box .img-box a:hover img
{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}

.page-explanatory-page-view .imgs-box div[class*="col-"]
{
    padding: 0;
}

/* *** */

@media (max-width: 991px)
{
    .body-explanatory-page-view .page-banner-box
    {
        top: -105px;
    }
}
@media (max-width: 650px)
{
    .body-explanatory-page-view .data-box
    {
        padding: 10px;
    }
}
@media screen and (max-width: 550px)
{
    .page-explanatory-page-view .imgs-box div[class*="col-"]
    {
        width: 50%;
    }
}
@media screen and (max-width: 350px)
{
    .page-explanatory-page-view .imgs-box div[class*="col-"]
    {
        width: 100%;
    }
}

/* project
***********************************************************************************************************************/

.page-project .project-bar
{
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
    clear: both;
    padding: 0;
}

.page-project .project-bar .project-box a
{
    width: 100%;
    float: right;
    margin-bottom: 30px;
    position: relative;
}
.page-project .project-bar .project-box .img-box
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #444444;
    width: 100%;
    height: 37.5%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-project .project-bar .project-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}
.page-project .project-bar .project-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-project .project-bar .project-box a:hover .img-box img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-project .project-bar .project-box .title
{
    width: 100%;
    /*height: 4em;*/
    color: #444444;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
    float: right;
    padding: 15px 0 0 0;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.page-project .project-bar .project-box a:hover .title
{
    color: #f12410;
}

/* *** */

@media (max-width: 650px)
{
    .page-project .project-bar .project-box
    {
        width: 100%;
    }
}

/* project-view
***********************************************************************************************************************/

.body-project-view .page-content
{
    padding-top: 20px;
}

.body-project-view .page-title-box
{
    background-color: transparent;
}
.body-project-view .page-title-box-divider
{
    display: none;
}
.body-project-view .page-title-box .title-main, .body-project-view .page-title-box .breadcrumb, .body-project-view .page-title-box .breadcrumb > li + li:before, .body-project-view .page-title-box .breadcrumb a, .body-project-view .page-title-box .breadcrumb a:visited
{
    color: #ffffff;
}

.body-project-view .page-banner-box
{
    width: 100%;
    position: absolute;
    top: -115px;;
    left: 0;
}
.body-project-view .page-banner
{
    height: 25%;
    margin-top: 0;
}
.body-project-view .page-banner:before
{
    padding-top: 25%;
}
.body-project-view .page-banner .img-box
{
    filter: blur(7px);
    -webkit-filter: blur(7px);
}
.body-project-view .page-banner .banner-overly
{
    background-color: #001c54;
    background-image: linear-gradient(150deg, #f12410 0%, #001c54 75%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

/* *** */

.page-project-view .data-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 30px;
    box-shadow: 0 20px 40px -12px rgba(0, 28, 84, 0.05);
}

/* *** */

.page-project-view .project-image-box
{
    /*background-color: #939598;*/
    width: 100%;
    height: 37.5%;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.page-project-view .project-image-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}
.page-project-view .project-image-box .swiper-container
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-project-view .project-image-box .swiper-slide
{
    width: 100%;
    height: 100%;
    float: right;
    /*padding: 30px 0 50px 0;*/
}
.page-project-view .project-image-box .swiper-slide img
{
    width: 100%;
    height: 100%;
    float: right;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
}
.page-project-view .project-image-box .swiper-slide video
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.page-project-view .project-image-box .swiper-slide .bg-img
{
    background: repeating-linear-gradient(-45deg, transparent, transparent 7px, #f5f5f5 0, #f5f5f5 10px);
    border-radius: 100%;
    position: absolute;
    z-index: -1;
    top: 10px;
    left: calc(50% + 60px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* *** */

.page-project-view .swiper-button-box
{
    float: left;
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    direction: rtl;
}
.page-project-view .swiper-button-next, .page-project-view .swiper-button-prev
{
    background-image: none;
    width: 44px;
    height: 44px;
    color: #939598;
    font-size: 14pt;
    text-align: center;
    float: right;
    padding-top: 12px;
    margin: 0;
    display: inline-block;
    opacity: 0.6;
    -moz-opacity: 0.6;
    position: relative;
    right: auto;
    left: auto;
}
.page-project-view .swiper-button-next:hover, .page-project-view .swiper-button-prev:hover
{
    opacity: 1;
    -moz-opacity: 1;
}
.page-project-view .swiper-button-disabled
{
    opacity: 0.3;
    -moz-opacity: 0.3;
}

.page-project-view .swiper-pagination
{
    line-height: 1.5em;
    float: right;
    margin: 20px 0 0 0;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
}
.page-project-view .swiper-pagination .swiper-pagination-bullet
{
    background-color: #939598;
    width: 20px;
    height: 5px;
    float: right;
    margin: 0 4px;
    border-radius: 2px;
    opacity: 0.6;
    -moz-opacity: 0.6;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-project-view .swiper-pagination .swiper-pagination-bullet:hover
{
    opacity: 1;
    -moz-opacity: 1;
}
.page-project-view .swiper-pagination .swiper-pagination-bullet-active
{
    width: 40px;
    opacity: 1;
    -moz-opacity: 1;
}

/* *** */

.page-project-view .des-box
{
    width: 100%;
    float: right;
    padding: 0;
    margin-top: 30px;
}
.page-project-view .des-box .des
{
    text-align: justify;
}

.page-project-view .des-box .des img
{
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
}

.page-project-view .des-box .des table
{
    max-width: 100%;
    margin: 0 auto;
    border-collapse: collapse !important
}
.page-project-view .des-box .des table thead th, .page-project-view .des-box .des table tbody th
{
    background-color: #f12410;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #ffffff;
}
.page-project-view .des-box .des table tbody tr
{
    background-color: #e7e7e7;
}
.page-project-view .des-box .des table tbody tr:nth-child(even)
{
    background-color: #d1d1d1;
}
.page-project-view .des-box .des table tbody th, .page-project-view .des-box .des table tbody td
{
    text-align: center;
    padding: 5px 10px;
    border: 2px solid #ffffff;
    vertical-align: middle;
}

/* *** */

.page-project-view .map-box
{
    width: 100%;
    height: 400px;
    float: right;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}
.page-project-view .map-box .map
{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
}

.page-project-view .map-box .map .leaflet-popup-content
{
    min-width: 200px;
    text-align: center;
    font-family: "IRANYekan", "CenturyGothic";
    font-size: 10pt;
    font-weight: bold;
}
.page-project-view .map-box .map .leaflet-popup-close-button
{
    display: none;
}

/* *** */

@media (max-width: 991px)
{
    .body-project-view .page-banner-box
    {
        top: -105px;
    }

    .page-project-view .project-image-box
    {
        height: 50%;
    }
    .page-project-view .project-image-box:before
    {
        padding-top: 50%;
    }
}
@media (max-width: 650px)
{
    .page-project-view .swiper-pagination
    {
        display: none;
    }

    .page-project-view .project-image-box
    {
        height: 70%;
    }
    .page-project-view .project-image-box:before
    {
        padding-top: 70%;
    }
}

/* activity
***********************************************************************************************************************/

.page-activity .activity-bar
{
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
    clear: both;
    padding: 0;
}

.page-activity .activity-bar .activity-box a
{
    width: 100%;
    float: right;
    margin-bottom: 30px;
    position: relative;
}
.page-activity .activity-bar .activity-box .img-box
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #444444;
    width: 100%;
    height: 37.5%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-activity .activity-bar .activity-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}
.page-activity .activity-bar .activity-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-activity .activity-bar .activity-box a:hover .img-box img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-activity .activity-bar .activity-box .title
{
    width: 100%;
    /*height: 4em;
    line-height: 2em;*/
    height: 3.4em;
    line-height: 1.7em;
    color: #444444;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    float: right;
    padding: 0;
    margin: 15px 0 0 0;
    overflow: hidden;/*
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
.page-activity .activity-bar .activity-box a:hover .title
{
    color: #f12410;
}

/* *** */

@media (max-width: 650px)
{
    .page-activity .activity-bar .activity-box
    {
        width: 100%;
    }
}

/* activity-view
***********************************************************************************************************************/

.body-activity-view .page-content
{
    padding-top: 20px;
}

.body-activity-view .page-title-box
{
    background-color: transparent;
}
.body-activity-view .page-title-box-divider
{
    display: none;
}
.body-activity-view .page-title-box .title-main, .body-activity-view .page-title-box .breadcrumb, .body-activity-view .page-title-box .breadcrumb > li + li:before, .body-activity-view .page-title-box .breadcrumb a, .body-activity-view .page-title-box .breadcrumb a:visited
{
    color: #ffffff;
}

.body-activity-view .page-banner-box
{
    width: 100%;
    position: absolute;
    top: -115px;;
    left: 0;
}
.body-activity-view .page-banner
{
    height: 37.5%;
    margin-top: 0;
}
.body-activity-view .page-banner:before
{
    padding-top: 37.5%;
}
.body-activity-view .page-banner .img-box
{
    filter: blur(7px);
    -webkit-filter: blur(7px);
}
.body-activity-view .page-banner .banner-overly
{
    background-color: #001c54;
    background-image: linear-gradient(150deg, #f12410 0%, #001c54 75%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

/* *** */

.page-activity-view .data-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 30px;
    /*margin-top: -230px;*/
    box-shadow: 0 20px 40px -12px rgba(0, 28, 84, 0.05);
}

/* *** */

.page-activity-view .activity-image-box
{
    background-color: #444444;
    width: 100%;
    height: 37.5%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.page-activity-view .activity-image-box:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}
.page-activity-view .activity-image-box .swiper-container
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-activity-view .activity-image-box .swiper-slide img
{
    width: 100%;
    height: 100%;
    float: right;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.page-activity-view .activity-image-box .swiper-slide video
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

/* *** */

.page-activity-view .des-box
{
    width: 100%;
    float: right;
    margin-top: 30px;
}
.page-activity-view .des-box .des
{
    text-align: justify;
}

/* *** */

.page-activity-view .swiper-button-box
{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    direction: rtl;
}
.page-activity-view .swiper-button-next, .page-activity-view .swiper-button-prev
{
    background-image: none;
    width: 44px;
    height: 44px;
    color: #ffffff;
    font-size: 14pt;
    text-align: center;
    float: right;
    padding-top: 12px;
    margin: 0;
    display: inline-block;
    opacity: 0.6;
    -moz-opacity: 0.6;
    position: relative;
    right: auto;
    left: auto;
}
.page-activity-view .swiper-button-next:hover, .page-activity-view .swiper-button-prev:hover
{
    opacity: 1;
    -moz-opacity: 1;
}
.page-activity-view .swiper-button-disabled
{
    opacity: 0.3;
    -moz-opacity: 0.3;
}

.page-activity-view .swiper-pagination
{
    line-height: 1.5em;
    float: right;
    margin: 20px 0 0 0;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
}
.page-activity-view .swiper-pagination .swiper-pagination-bullet
{
    background-color: #ffffff;
    width: 20px;
    height: 5px;
    float: right;
    margin: 0 4px;
    border-radius: 2px;
    opacity: 0.6;
    -moz-opacity: 0.6;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-activity-view .swiper-pagination .swiper-pagination-bullet:hover
{
    opacity: 1;
    -moz-opacity: 1;
}
.page-activity-view .swiper-pagination .swiper-pagination-bullet-active
{
    width: 40px;
    opacity: 1;
    -moz-opacity: 1;
}

/* *** */

.page-activity-view .activity-bar
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
    clear: both;
    margin-top: 70px;
}

.page-activity-view .activity-bar h5
{
    color: #444444;
    font-size: 14pt;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    margin: 0 0 50px 0;
}

.page-activity-view .activity-bar .activity-box a
{
    width: 100%;
    float: right;
    position: relative;
}
.page-activity-view .activity-bar .activity-box .img-box
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414141;
    width: 100%;
    height: 50%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-activity-view .activity-bar .activity-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 50%;
}
.page-activity-view .activity-bar .activity-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-activity-view .activity-bar .activity-box a:hover .img-box img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-activity-view .activity-bar .activity-box .title
{
    background-color: rgba(0,0, 0, 0.4);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000000));
    background: -webkit-linear-gradient(top, transparent, #000000);
    background: -moz-linear-gradient(top, transparent, #000000);
    background: -ms-linear-gradient(top, transparent, #000000);
    background: -o-linear-gradient(top, transparent, #000000);
    width: 100%;
    color: #ffffff;
    font-size: 10pt;
    text-align: justify;
    line-height: 1.5em;
    float: right;
    padding: 25px 10px 10px 10px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* *** */

@media (max-width: 991px)
{
    .body-activity-view .page-banner-box
    {
        top: -105px;
    }
}
@media (max-width: 650px)
{
    .page-title-box .breadcrumb li:last-child
    {
        display: none;
    }

    .page-activity-view .data-box
    {
        padding: 10px;
    }

    .page-activity-view .swiper-pagination
    {
        display: none;
    }
}

/*
***********************************************************************************************************************/

.page-404
{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.page-404 img
{
    width: 100%;
    max-width: 700px;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
}

.page-404 ul.menu
{
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
}
.page-404 ul.menu li
{
    display: inline-block;
    position: relative;
}
.page-404 ul.menu li a, .page-404 ul.menu li a:visited
{
    width: 100%;
    color: #444444;
    font-size: 9pt;
    float: right;
    padding: 0 10px 0 10px;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.page-404 ul.menu li a:hover
{
    color: #f12410;
}

/*
***********************************************************************************************************************/