

.nb {
    position: absolute;
    top: 220px;
    z-index: 9999;
    height: 70px;
    width: 100%;
    /*line-height: 150px;*/
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s;
}

.scrolled-nav {
    position: fixed;
    top: 0px;
    font-size: 5px !important;
}
.ticker-wrap_ {
    position: fixed;
    top: 70px;
    width: 100%;
    overflow: no-content;
    height: 4rem;
    background-color: rgba(254,3,3,0.8);
    padding-right: 100%;
    box-sizing: content-box;
    z-index: 999;
}

.container-fluid {
    padding-left: 70px;
    padding-right: 70px; 
    max-width:2000px;
}
.navbar-header_ {
    background-color: #fafafa;
    height: 220px;
    display:flex;
    align-content:center;
}

.navbar-header_ img {
    width:220px;
}
.grid_img {
    display: grid;
    align-content:center;
    vertical-align: middle;
}



.navbar-nav .active {
    border-bottom: none;
    padding-bottom: 28px !important;
    font-size: 17px !important;
}
.navbar-nav li  a {
    border-bottom: none;
    padding-bottom: 10px !important;
    font-size: 15px !important;
}

.navbar-nav li ul li a {
    padding-bottom: 8px !important;
    font-size: 15px !important;
}

.slider_container {
    display: flex;

    height: 69vh !important;
}

.sub_slider {
    flex: 10;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    max-width: 520px;
   
}
.main_slider {
    flex: 15 ;
    padding-left:15px;
}
.sub_slider_img {
   
    margin-bottom: 15px;
    height:48.6%;
    padding-left:0;
    padding-right:0;
    margin:0;
    
}
    .sub_slider_img img {
        height:100%;
        width:100%;
      
    }
.sub_slider_video {
    height: 48.6%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
}
    .sub_slider_video iframe {
        height: 100%;
        width: 100%;
    }

    /*slider*/
@media all and (max-width: 742px) {

    .carousel-caption {
        height: 62px;
        font-size: 5px;
    }

    .sub_slider_img {
        height: auto;
    }

    .sub_slider_video iframe {
        height: auto;
    }

    .carousel {
        height: auto !important;
    }

    #region_headermiddle {
        height: auto !important;
    }


    .carousel-inner {
        height: auto !important;
    }

        .carousel-inner .item {
            height: auto !important;
        }


        .carousel-inner img {
            height: auto !important;
        }
    /***************/


    .slider_container {
        display: initial;
    }

    .main_slider {
        flex: 1;
        padding-left: 0px;
    }

    .sub_slider {
        cursor: pointer;
       
       
        max-width: inherit;
    }

    .sub_slider_img {
        background-color: red;
        margin-top: 10px;
        margin-bottom: 0;
    }

    .sub_slider_video {
        
        margin-top: 10px;
        height: 300px;
    }


}
@media screen and (min-width: 742px) and (max-width: 928px) {
    .carousel-caption {
        height: 62px;
        font-size: 5px;
    }
    .sub_slider_img{
        height:auto;
    }
    
    .sub_slider_video iframe {
        height: 253px;
    }
    .carousel {
        height: auto !important;
    }
    
    #region_headermiddle {
        height:auto !important;
    }
    
    
    .carousel-inner {
        height: auto !important;
    }
    
    .carousel-inner .item {
        height: auto !important;
    }  
    
    
    .carousel-inner img {
        height: auto !important;
    }
    
    
    .carousel-caption a p {
        font-size: 10px !important;
        text-align: right;
    }
    .slider_container {
        display: initial;
    }

    .main_slider {
        flex: 1;
        padding-left: 0px;
    }

    .sub_slider {
        cursor: pointer;
        display: flex;
        flex-direction: row;
        max-width:inherit;
     
    }

    .sub_slider_img {
        background-color: black;
        flex: 1;
        margin-bottom: 0;
    }

    .sub_slider_video {
        background-color: bisque;
        flex: 1;
        margin-top:0;
        height:auto;
    }

   
}


    /*three divs */

    .wrapper {
        display: flex;
        margin-top:20px;
        flex-flow: row wrap;
        flex-wrap:wrap;
        font-weight: bold;
        text-align: center;
        align-items: stretch;
    }

        /*.wrapper > * {
            flex: 1 100%;
        }*/



.g_block {
  /*  background-color: #fafafa;*/
	background-image:url(../images/web/bg/bgmarq30.png);
	background-repeat:repeat;
  /*  border: 1px #e5e5e4 solid;*/
    border-top: none;
    direction: ltr;
    height:400px ;
}

    .g_block_v {
       /*  background-color: #fafafa;*/
	background-image:url(../images/web/bg/bgmarq30.png);
	background-repeat:repeat;
  /*  border: 1px #e5e5e4 solid;*/
        direction: ltr;
        height:583.8px !important;
    }

    .block_title {
        float: right;
        font-weight:500;
        margin-top:4px;
    }

    .block_all {
         font-weight:500;
        padding: 5px;
        font-size: 9px;
        float: left;
        border: 1px white solid;
        color: white;
        cursor: pointer;
    }

        .block_all a {
            color: white;
        }
    .block_all2 {
         font-weight:500;
        padding: 5px;
        font-size: 9px;
        float: left;
        border: 1px #8C7F6D solid;
        color: #8C7F6D;
        cursor: pointer;
		outline:none;
    }

/* BE */
        .block_all2 a {
            color: #8C7F6D;
			outline:none;
        }
        .block_all:hover,.block_all2:hover {
            background-color: #F7F4F0;
			text-decoration:none;
			color:#8C7F6D;
			outline:none;
        }
        .block_all a:hover,.block_all2 a:hover {
			text-decoration:none;
			color:#054239;
			outline:none;
        }
		
.block_header {
    height: 49px;
    background-color: red;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#984384+0,802d61+100 */
    background: #984384; /* Old browsers */
    background: -moz-linear-gradient(left, #984384 0%, #802d61 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #984384 0%,#802d61 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #984384 0%,#802d61 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#984384', endColorstr='#802d61',GradientType=1 ); /* IE6-9 */
}

.bock_1_content_item {
    margin-top: 3px;
    margin-bottom: 8px;
}
.aside-5-1 .bock_1_content_item img {
    height: 156px !important;
    width: 100% !important;
}

.aside-1 .bock_1_content_item .slick-slide {
    height: 84px !important;
   
    overflow: hidden;
}
.aside-1 .slick-list {
    /*margin-top:20px !important;*/
    /*background-color:red;*/
}
.block_item_text {
    border-bottom: 1px #929292 solid;
    max-height: 35%;
    font-size: 12px;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .block_item_text a {
        color: #261e1e;
    }

    .block2_header {
        height: 49px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2dc1fd+0,0293e6+100 */
        background: #2dc1fd; /* Old browsers */
        background: -moz-linear-gradient(left, #2dc1fd 0%, #0293e6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #2dc1fd 0%,#0293e6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #2dc1fd 0%,#0293e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc1fd', endColorstr='#0293e6',GradientType=1 ); /* IE6-9 */
    }

    .bock_2_content_item {
        margin-top: 30px;
        margin-bottom: 31px;
        height: 500px;
    }

    .block_2_items {
        max-height: 35%;
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .block_2_item {
        display: flex;
        font-size: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px #929292 solid;
    }

        .block_2_item a {
        }

        .block_2_item img {
            flex: 4;
            width: 50px;
            height: 85px;
        }

        .block_2_item .block_2_item_text {
            padding-right: 10px;
            flex: 5;
            color: #261e1e;
            direction:rtl;
        }


.block_3_header {
    height: 49px;
    background-color: red;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c31b66+0,9c0f4e+100 */
    background: #c31b66; /* Old browsers */
    background: -moz-linear-gradient(left, #df2578 0%, #9c0f4e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #df2578 0%,#9c0f4e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #df2578 0%,#9c0f4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c31b66', endColorstr='#9c0f4e',GradientType=1 ); /* IE6-9 */
}

.block_3_body {
    padding: 30px;
    text-align: right;
	direction:rtl;
    /*overflow-y:scroll  ;*/
    padding-right: 20px;
    padding-left: 20px;
        
}

    .block_3_body a {
        color: #2c2c2c;
    }

    .block_3_body p {
        margin-top: 50px;
        text-align: right;
    }


    .block_4_header {
        height: 49px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2dc1fd+0,0293e6+100 */
        background: #2dc1fd; /* Old browsers */
        background: -moz-linear-gradient(left, #2dc1fd 0%, #0293e6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #2dc1fd 0%,#0293e6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #2dc1fd 0%,#0293e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dc1fd', endColorstr='#0293e6',GradientType=1 ); /* IE6-9 */
    }

    .bock_4_content_item {
    }

    .block_4_items {
        width: 100%;
        text-align: right;
        padding-bottom: 10px;
    }

    .block_4_item {
        font-size: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px #929292 solid;
    }

        .block_4_item a {
        }

        .block_4_item img {
            width: 100%;
            /*height: 100%;*/
            height:230px;
        }

        .block_4_item .block_4_item_text {
            padding: 20px;
            color: #261e1e;
            font-size:12px;
        }

    .by-autho {
        margin-top: 25px;
        color: #261e1e;
		direction:rtl;
    }



    .block_5_header {
        height: 49px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6466b9+0,2e3192+100 */
        background: #6466b9; /* Old browsers */
        background: -moz-linear-gradient(left, #6466b9 0%, #2e3192 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #6466b9 0%,#2e3192 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #6466b9 0%,#2e3192 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6466b9', endColorstr='#2e3192',GradientType=1 ); /* IE6-9 */
    }



    .block_6_header {
        height: 49px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6b057+0,c67a2e+100 */
        background: #e6b057; /* Old browsers */
        background: -moz-linear-gradient(left, #e6b057 0%, #c67a2e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #e6b057 0%,#c67a2e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #e6b057 0%,#c67a2e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6b057', endColorstr='#c67a2e',GradientType=1 ); /* IE6-9 */
    }

.date_type{
    margin-top:6px;
}
.date_type .type {
    display: flex;
    align-content: flex-start;
}

    .date_type .type {
        display: inline-block;
        margin-right: 20px;
        color: #c67a2e;
    }

    .date_type .date {
        display: inline-block;
        color: #8c8c8c;
    }


    .block_6_item_text {
        font-size: 12px;
        text-align: right;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

        .block_6_item_text a {
            color: #261e1e;
        }

        .block_6_item_text .block_6_item {
            padding-top: 10px;
            padding-bottom: 10px;
            border-bottom: 1px #929292 solid;
        }


.aside-5 .bock_1_content_item .slick-slide {
    margin-top:5px;
    height: 103px !important;
    overflow: hidden;
}


    .block_7_header {
        height: 49px;
        background-color: red;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        color: white;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#43c4ba+0,018a82+100 */
        background: #43c4ba; /* Old browsers */
        background: -moz-linear-gradient(left, #43c4ba 0%, #018a82 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #43c4ba 0%,#018a82 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #43c4ba 0%,#018a82 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43c4ba', endColorstr='#018a82',GradientType=1 ); /* IE6-9 */
    }

    /* Style the tab */
    .tab {
        overflow: hidden;
        border: 1px solid #ccc;
        background-color: #f1f1f1;
        display: flex;
        position: relative;
    }

    .tablinks {
        flex: 1;
        font-size: 10px !important;
    }
    .aside-6  .slick-slide  {
        height: 42px !important;
        overflow: hidden;
    }
    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        height: 49px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            border-bottom: 3px #018a82 solid;
        }

    /* Style the tab content */
    .tabcontent {
        display: none;
        padding: 6px 12px;
        /*position: absolute;*/
        top: 30px;
        bottom: 10px;
    }

    .tab-content {
        /*height: 100%;*/
        position: relative;
    }

    .teb_content_item {
        width: 100%;
        text-align: right;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px #929292 solid;
    }

        .teb_content_item a {
            margin-bottom: 15px;
            text-align: right;
            color: #261e1e;
            width: 100%;
            padding-bottom: 15px;
        }

            .teb_content_item a i {
                color: #018a82;
            }

.aside-8_1 {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    border-top: 1px #e5e5e4 solid !important;
}
.block_118_title{
    margin-top:30px;
    direction:rtl;
}
.block_118_desc{
    margin-top:30px;
	color:#054239 ;
}
.block_118_more {
    border: 1px #2dc1fd solid;
    background-color: #fafafa;
    padding: 8px;
    color: #2dc1fd;
    margin-top:20px;
    font-size:10px;
}

.block_10_header {
    height: 49px;
    background-color: red;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,8e8e8e+100 */
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(left, #fafafa 0%, #8e8e8e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fafafa 0%,#8e8e8e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fafafa 0%,#8e8e8e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#8e8e8e',GradientType=1 ); /* IE6-9 */
}

    .block_10_content {
        margin: 5px;
		direction:rtl;
    }

        .block_10_content .item {
            padding: 0;
            position: relative;
            border: 1px solid #CBBBA0;
        }
		
        .block_10_content .item  img{
           height:175px;
           width:100%;

        }

            .block_10_content .item .item_desc {
                position: absolute;
                bottom: 0;
                background: #F7F4F0;
                height: auto;
                width: 100%;
                padding: 3px;
                color: #054239 ;
                display: flex;
				text-align:justify;
            }

                .block_10_content .item .item_desc a {
                    margin: auto;
                    color: #054239 ;
                    font-size: 10px;
					text-align:justify;
                }



.block_7_1_header {
    height: 49px;
    background-color: red;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4098d3+0,02577a+100 */
    background: #4098d3; /* Old browsers */
    background: -moz-linear-gradient(left, #4098d3 0%, #02577a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #4098d3 0%,#02577a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #4098d3 0%,#02577a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4098d3', endColorstr='#02577a',GradientType=1 ); /* IE6-9 */
}



.block_7_item_text {
    font-size: 12px;
    text-align: right;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 10px;
    padding-top: 10px;
}


.rep_img{
    position:relative;
    width:100%;
}

.rep_desc{
    position:absolute;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
    color:white;
    padding:10px;
    width:100%;
    font-weight:300;
}
.block_7_item{
    position:relative;
}



.aside-5-1 .slick-slide {
    height: 157px !important;
    overflow: hidden;
}


.aside12 {
    border-top: 1px #e5e5e4 solid;
}

    .block_11_content {
        padding-top: 20%;
    }

        .block_11_content .logo_hk {
            width: 70%;
        }


    .aside111 {
    }

    .block_111_content {
    }

        .block_111_content .test_ {
            width: 25%;
            height: 100%;
        }

    .aside13 {
        position: relative;
        border-top: 1px #e5e5e4 solid;
    }

    .block_13_contetn {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
    }

    .block_13_title {
        font-size: 15px;
        font-weight: 900;
    }

    .block_13_desc {
        font-weight: 400;
    }

    .survay_r {
        margin-top: 38px;
    }

    .block_14_item {
        display: flex;
        direction: rtl;
    }

        .block_14_item :first-child {
            flex: 2;
            text-align: right
        }


    .block_13_body {
        position: relative;
    }

    .current_user {
        position: absolute;
        bottom: 0;
    }
    /* Arrows */
    .g_block .slick-prev,
    .g_block .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        padding-bottom: 20px;
        cursor: pointer;
    }

        .g_block .slick-prev:hover:before,
        .g_block .slick-prev:focus:before,
        .g_block .slick-next:hover:before,
        .g_block .slick-next:focus:before {
            opacity: 1;
        }

        .g_block .slick-prev.slick-disabled:before,
        .g_block .slick-next.slick-disabled:before {
            opacity: .25;
        }

        .g_block .slick-prev:before,
        .g_block .slick-next:before {
            font-family: 'slick';
            font-size: 20px;
            line-height: 1;
            opacity: 0.75;
            color: #929292;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.g_block .slick-prev {
    top: 350px;
    left: 15px;
    background-color: #f1f1f1;
    border: 1px #f1f1f1 solid;
    border-radius: 50px;
    z-index: 5;
}


.aside-6 .slick-prev {
    top: 300px !important;
    left: 15px;
    background-color: #f1f1f1;
    border: 1px #f1f1f1 solid;
    border-radius: 50px;
    z-index: 5;
}


.g_block .slick-prev:before {
    /*content: '⮟';*/
    content: "\f107";
    font-family: "FontAwesome";
}

.g_block .slick-next {
    top: -13px;
    left: 15px;
    background-color: #f1f1f1;
    border: 1px #f1f1f1 solid;
    border-radius: 50px;
    z-index: 5;
}

    .g_block .slick-next:before {
        /*content: '⮝';*/
        content: "\f106";
        font-family: "FontAwesome";
    }




    /* Arrows for g_blouk_v */
    .g_block_v .slick-prev,
    .g_block_v .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        display: block;
        width: 20px;
        height: 20px;
        padding-bottom: 20px;
        cursor: pointer;
    }

        .g_block_v .slick-prev:hover:before,
        .g_block_v .slick-prev:focus:before,
        .g_block_v .slick-next:hover:before,
        .g_block_v .slick-next:focus:before {
            opacity: 1;
        }

        .g_block_v .slick-prev.slick-disabled:before,
        .g_block_v .slick-next.slick-disabled:before {
            opacity: .25;
        }

        .g_block_v .slick-prev:before,
        .g_block_v .slick-next:before {
            font-family: 'slick';
            font-size: 20px;
            line-height: 1;
            opacity: 0.75;
            color: #fff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

.g_block_v .slick-prev {
    left: 10px;
    top: 100px;
    background-color: rgba(0,0,0,0);
    border: 1px #f1f1f1 solid;
    border-radius: 50px;
    z-index: 5;
    box-shadow: 0 0 8px #3c3c3c;
}

    .g_block_v .slick-prev:before {
        /*content: '⮜';*/
        content: '\f104';
        font-family: "FontAwesome";
        text-shadow: 0 0 5px #010101
    }

.g_block_v .slick-next {
    /*left: 300px;*/
	right: 10px; 
    top: 100px;
    background-color: rgba(0,0,0,0);
    border: 1px #f1f1f1 solid;
    border-radius: 50px;
    z-index: 5;
    box-shadow: 0 0 8px #3c3c3c;    
}

    .g_block_v .slick-next:before {
        /*content: '⮞';*/
        content: "\f105";
        font-family: "FontAwesome";
        /*content: "\f066";*/
        text-shadow: 0 0 5px #010101
    }

    /************************/

.aside10_3 {
    
}
.gallery {
   
    padding:15px;
    width: 100%;
    display:flex;
    flex-wrap:wrap;
	direction:rtl;
}

    .gallery img{
        width:25%;
        height:123px;
    }
    
    
    .aside {
        max-width1: 50%;
    }

    @media all and (min-width: 600px) {
        .aside {
            flex: 1 auto;
        }
    }

    @media all and (min-width: 1258px) {
      
        .aside {
            max-width1: 24%;
            margin-top:1px;
        }

        .aside10, .main, .aside111 {
            max-width1: 49.2%;
            width: 100%;
            margin-top: 0px;
        }

    }

.aside-8, .aside-9 {
    border-top: 1px #e5e5e4 solid;
}



.aside-1 {
    order: 1;
}

.aside-2 {
    order: 3
}

.aside-3 {
    order: 4
}

.aside-4 {
    order: 5
}

.aside-5 {
    order: 5
}

.aside-5 {
    order: 5
}

.aside-8_1 {
    order: 6
}

.aside10_1 {
    order: 7 !important
}

.aside-5-1 {
    order: 8 !important
}

.aside-6 {
    order: 9 !important
}



.aside10 {
    order: 10
}

.aside-8 {
    order: 11
}

.aside-9 {
    order: 12
}


@media all and (max-width:340px) {
    .block_6_item_text {
        font-size: 10px !important;
    }
 
	
}
@media all and (max-width:768px) and (min-width:712px) {
    .sub_slider_video iframe{
        height:269px !important;	

    }
	
    .navbar-right {
        float: none !important;
    }

    .aside-1 {
        order: 2 !important;
        margin-right:15px !important;
    }


    .aside-2 {
        order: 3 !important;
        margin-right: 15px !important;
    }
    .aside-4 {
        margin-right: 15px !important;
    }



    .aside, .aside10 {
        max-width1: 47.8%;
        margin-top: 15px;
        margin-right: 15px !important;
    }

    .block_3_body a {
        font-size: 12px;
        line-height: 26px;
        font-weight: bold;
    }

    .block_3_body p {
        margin-top: 20px;
    }

    .aside-3 {
        margin-right: 15px;
    }

   

    .aside-5 {
        margin-right: 15px !important;
        margin-left: 0 !important;
    }
    .aside-5-1, .aside-6 {
        margin-right: 15px !important;
    }

    .aside-6 {
        margin-right: 0px !important;
    }
    .aside10_1 {
        order:17 !important;
        margin-right: 15px !important;
        height:auto !important;
    }
    .aside10_1 .item {
        width:100% !important;
    }

    .aside10_2 {
        margin-right: 0px !important;
    }

    .aside10_3 {
        order:19 !important;
        width: 47.8%;
        height:auto !important;
    }
    .aside10_3 img {
        width:33.2% !important;
    }

    .aside-8 {
        margin-right: 15px !important;
    }
    .aside-9{
        position:inherit !important;
        margin-right:15px !important;
    }

        .aside-9 .block_13_contetn {
            position: inherit !important;
        }
        .aside-9 .current_user {
            position: inherit !important;
        }
     
    .navbar a {
        font-size: 10px;
    }

    .header-v1 .navbar-default .navbar-nav > li > a {
        font-size: 10px !important;
    }

   
}
@media all and (max-width:1024px) and (min-width:768px) {
    .sub_slider_video iframe {
        height: 269px !important;
    }

    .navbar-right {
        float: none !important;
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .aside-1 {
        order: 2 !important;
        margin-right: 15px !important;
    }


    .aside-2 {
        order: 3 !important;
        margin-right: 15px !important;
    }

    .aside-4 {
        margin-right: 15px !important;
    }



    .aside, .aside10 {
        max-width1: 47.8%;
        margin-top: 15px;
        margin-right: 15px !important;
    }

    .block_3_body a {
        font-size: 12px;
        line-height: 26px;
        font-weight: bold;
    }

    .block_3_body p {
        margin-top: 20px;
    }

    .aside-3 {
        margin-right: 15px;
    }



    .aside-5 {
        margin-right: 15px !important;
        margin-left: 0 !important;
    }

    .aside-5-1, .aside-6 {
        margin-right: 15px !important;
    }

    .aside-6 {
        margin-right: 0px !important;
    }

    .aside10_1 {
        order: 17 !important;
        margin-right: 15px !important;
        height: auto !important;
    }

        .aside10_1 .item {
            width: 100% !important;
        }

    .aside10_2 {
        margin-right: 0px !important;
    }

    .aside10_3 {
        order: 19 !important;
        width: 47.8%;
        height: auto !important;
    }

        .aside10_3 img {
            width: 33.2% !important;
        }

    .aside-8 {
        margin-right: 15px !important;
    }
        .aside-8 .block_11_content {
            padding-top:10%;
        }
        
        .aside-9 {
            position: inherit !important;
            margin-right: 15px !important;
        }

        .aside-9 .block_13_contetn {
            position: inherit !important;
        }

        .aside-9 .current_user {
            position: inherit !important;
        }

    .navbar a {
        font-size: 10px;
    }

    .header-v1 .navbar-default .navbar-nav > li > a {
        font-size: 10px !important;
    }
}
@media all and (max-width:1258px) and (min-width:1025px) {
    .sub_slider_video iframe {
        height: 269px !important;
    }

    .navbar-right {
        float: none !important;
    }

    .aside-1 {
        order: 2 !important;
        margin-right: 15px !important;
    }


    .aside-2 {
        order: 3 !important;
        margin-right: 15px !important;
    }

    .aside-4 {
        margin-right: 15px !important;
    }



    .aside, .aside10 {
        max-width1: 47.8%;
        margin-top: 15px;
        margin-right: 15px !important;
    }

    .block_3_body a {
        font-size: 12px;
        line-height: 26px;
        font-weight: bold;
    }

    .block_3_body p {
        margin-top: 20px;
    }

    .aside-3 {
        margin-right: 15px;
    }



    .aside-5 {
        margin-right: 15px !important;
        margin-left: 0 !important;
    }

    .aside-5-1, .aside-6 {
        margin-right: 15px !important;
    }

    .aside-6 {
        margin-right: 0px !important;
    }

    .aside10_1 {
        order: 17 !important;
        margin-right: 15px !important;
        height: auto !important;
    }

        .aside10_1 .item {
            width: 100% !important;
        }

    .aside10_2 {
        margin-right: 0px !important;
    }

    .aside10_3 {
        order: 19 !important;
        width: 47.8%;
        height: auto !important;
    }

        .aside10_3 img {
            width: 33.2% !important;
        }

    .aside-8 {
        margin-right: 15px !important;
    }

        .aside-8 .block_11_content {
            padding-top: 10%;
        }

    .aside-9 {
        position: inherit !important;
        margin-right: 15px !important;
    }

        .aside-9 .block_13_contetn {
            position: inherit !important;
        }

        .aside-9 .current_user {
            position: inherit !important;
        }

    .navbar a {
        font-size: 10px;
    }

    .header-v1 .navbar-default .navbar-nav > li > a {
        font-size: 10px !important;
    }
}  

@media all and (max-width:712px){
    .sub_slider_video iframe {
        height: 300px !important;
    }

    .main {
        width: 100%;
        order: 1 !important;
        height: auto !important;
    }

    .aside-1 {
        order: 2 !important;
       
    }


    .aside-2 {
        order: 3 !important;
       
    }
    .aside-8{
        height:auto !important;
    }

    .aside, .aside10, .main {
        max-width: 100%;
        margin-top: 15px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .container-fluid{
        padding-left:15px;
        padding-right:15px;
    }
    /*.aside-5-1, .aside-6 {
        max-width: 48.6% !important;
    }
    .aside-6{
        margin-right:15px !important;
    }*/
    .aside10_3 {
        width: 100%;
    }
    .aside10_3 .gallery img{
        width:33.33333333% !important;
        height:92px !important;
    }
    .aside-9 {
        position: inherit !important;
        margin-right: 0 !important;
        width: 100%;
    }

        .aside-9 .block_13_contetn {
            position: inherit !important;
        }

        .aside-9 .current_user{
            position:inherit !important;
        }
    .aside10_1 {
        order: 17 !important;
        height: auto !important;
    }

        .aside10_1 .item {
            width: 100% !important;
        }

    .carousel-v1 .carousel-caption p{
        font-size:10px !important;
        text-align:right;
    }
     
}



.aside-2  .slick-next {
    bottom:0 !important;
}

@media all and (max-width:1024px) {


}
/*////////////////////////////////////////////////////////////*/
