.module[data-id_page='24']{;background-color:#141414;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;padding-bottom:64px;border-style:none;}.module[data-id_page='24']:hover{;}.module[data-id_page='24']{
                        position:relative;
                        margin-right:auto !important;
                        margin-left:auto !important;
                        overflow:hidden !important;
                    }
                    .module[data-id_page='24'] > div{
                        position:relative;
                        z-index:12;
                    }
                .module[data-id_page='24'] 
            
            .module[data-id_page='24'] .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            .module[data-id_page='24'] .layer_first_child {
                width: 100%;
            }
        
            .module[data-id_page='24']:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
                    #s_breadCrump{
                        flex: 0 0 100%;
                        max-width: 100%;
                        width: 100%;
                        margin: auto;
                        height: 50px;
                        line-height:24px;
                        padding:0 20px;
                        font-size: 12px;
                        color:#000000;
                    }
                    #s_breadCrump span,#s_breadCrump a{display:inline-block;padding: 0px 5px;color:#000000;}
                 
            .card-main{
                width: 100%;
                padding: 0 10px;
            } 
            #locals_main .card-box-width{
                flex: 0 0 25%;
                max-width: 25%;
            }
            .pagination{
                width: 100%;
                flex: 0 0 calc(100% - 20px);
                max-width: calc(100% - 20px);
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
                height: 50px;
                padding: 15px;
                margin: 20px 10px;
                border-radius: 50px;
                background-color: #222831;
                box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
            }
            .arrow-pagination > svg{
                width: 100%;
                height: 100%;
            }
            .arrow-pagination > svg path{
                fill: #222831;
            }
            .right-pagination{
                transform: rotate(180deg);
            }
            .number-pagination{
                display: flex;
                flex-direction: row;
                align-items: center;
                height: 100%;
            }
            .num-pagination:hover{
                background-color: #1e5f74;
            }
            .num-pagination:hover > a{
                color: #fff;
            }
            .arrow-pagination:hover{
                background-color: #1e5f74;
            }
            .arrow-pagination:hover >svg path{
                fill: #fff;
            }
            .pagination-style{
                flex:0 0 30px;
                max-width: 30px;
                width:100%;
                height: 30px;
                background-color: #dddddd;
                border-radius: 50%;
                padding: 5px;
                cursor: pointer;
                text-align: center;
            }
            .number-pagination .pagination-style{
                margin: 0 7px;
            }
            .number-pagination .arrow-pagination > a{
                display: block;
                text-align: center;
            }
            .active-pagination{
                background-color: #00baff !important;
            }
            .active-pagination > a{
                color: #fff !important;
            }
            .pagination-style > span{
                display: block;
                margin-top: -4px;
                font-weight: 600;
            }
            .non-product{   
                font-size: 25px;
                display: block;
                text-align: center;
                font-weight: 600;
                color: #222;
                margin: 50px 0;
                width: 100%;
            }
            .post-details > i{
                transform: rotate(0);
            }
            .post-details::after{
                left: 0;
            }
            .link-box::after{
                left: 0;
            }
            .link-box > i{
                transform: rotate(0) translateY(1px);
            }
            .link-box:hover i{
             color:#1ebbf0;
            }
            #top_custom_review{
                flex: 0 0 100%;
                width: 100%;
                max-width: 100%;
            }
            .adv-img{
                width: 100%;
                height: 100%;
                object-fit: cover;
                padding: 15px;
                user-drag: none;
                -webkit-user-drag: none;
                user-select: none;
                -moz-user-select: none;
                -webkit-user-select: none;
                -ms-user-select: none;
            }
           
                .card-main{ 
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            .card-box {  width: 100%;  padding: 20px 10px 0 10px;  height: 380px;  position: relative;}.box-radius{  border-radius: 10px;  overflow: hidden;}.card-box > div {  height: 100%;}.pre {  position: relative;}.card-box:hover .bg-image > img {  transform: scale(1.2);  transition: transform 4s ease-out;}.bg-image {  width: 100%;  height: 100%;  overflow: hidden;}.bg-image > img {  width: 100%;  height: 100%;  object-fit: cover;  transition: transform 0.3s ease-out, opacity 0.35s;}.bg-text-section {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  overflow: hidden;}.bg-text-section::before {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  opacity: 1;  content: '';  background: rgba(0, 0, 0, 0.8);  background: -moz-linear-gradient(    top,    rgba(0, 0, 0, 0) 0%,    rgba(0, 0, 0, 0.8) 65%,    rgba(0, 0, 0, 0.8) 100%  );  background: -webkit-linear-gradient(    top,    rgba(0, 0, 0, 0) 0%,    rgba(0, 0, 0, 0.8) 65%,    rgba(0, 0, 0, 0.8) 100%  );  background: linear-gradient(    to bottom,    rgba(0, 0, 0, 0) 0%,    rgba(0, 0, 0, 0.8) 65%,    rgba(0, 0, 0, 0.8) 100%  );  -webkit-transform: translate3d(0, 35%, 0);  transform: translate3d(0, 35%, 0);  -webkit-transition: opacity 0.35s, bottom 0.35s, -webkit-transform 0.4s;  transition: opacity 0.35s, bottom 0.35s, transform 0.4s;}.card-box:hover .bg-text-section::before {  opacity: 1;  -webkit-transform: translate3d(0, 0, 0);  transform: translate3d(0, 0, 0);}.text-section {  position: absolute;  bottom: -100%;  left: 0;  width: 100%;  box-sizing: border-box;  padding: 0 30px 25px 30px;  -webkit-transition: opacity 0.35s, bottom 0.35s, -webkit-transform 0.4s;  transition: opacity 0.35s, bottom 0.35s, transform 0.4s;}.text-section {    position: absolute;    bottom: -35%!important;    left: 0;    width: 100%;    box-sizing: border-box;    padding: 0 16px 16px 16px;    -webkit-transition: opacity 0.35s, bottom 0.35s, -webkit-transform 0.4s;    transition: opacity 0.35s, bottom 0.35s, transform 0.4s;}.card-box:hover .text-section {  bottom: 0 !important;}.entry-title {  margin-bottom: 15px;  font-size: 22px;  line-height: 40px;  font-weight: 700;  color: #fff;}.entry-excerpt {  margin-bottom: 15px;  color: #fff;  font-size: 16px;  line-height: 1.5;}.entry-excerpt {    margin-bottom: 5px!important;    color: #fff;    font-size: 16px;    line-height: 1.5;    /* margin-top: 20px; */    display: -webkit-box;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;    overflow: hidden;    text-overflow: ellipsis;    height: 100px;    /* margin: 20px 0; */    margin-top: 20px;}.post-details {  color: #fff;  position: relative;    display: -webkit-box;    -webkit-line-clamp: 1;    -webkit-box-orient: vertical;    overflow: hidden;    text-overflow: ellipsis;}.post-details::after {  position: absolute;  display: block;    bottom: -5px;  width: 0;  height: 2px;  content: '';  transition: width 0.4s ease;  clear: both;  background: #1ebbf0;  background: -webkit-linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);  background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);}.post-details:hover::after {  width: 100%;}.post-details:hover > i{  color: #1ebbf0;}
                .rShowLogin{
                    visibility: hidden;
                }
            
                #fixed_menu_header{
                    position: fixed !important;
                    top: 0;
                    right: 0;
                    width: 100%;
                    z-index: 1500!important;
                    background-color: #141414;
                    height:50px;
                    line-height:50px;
                    color:#fff;
                    display:none;
                    box-shadow: 0 0 8px 0 #ddd;
                }
                #fixed_menu_header .logo2{
                    height:50px;
                }
                #fixed_menu_header a{
                    color:inherit;
                }
                #fixed_menu_header .public-header-icon i{
                    color:inherit;
                }
            
                #img-logo{
                    margin-right:20px;
                }
                #header_menu_container{
                    width:max-content !important;
                }
                #header .dcn{
                    display: contents;
                }
            
            #header{
                background-color: #141414;
                width:100%;
                position:relative;
                z-index:100;
            }
            #header_center_container{
                height: 100px;
                padding-top: 25px;
                padding-bottom: 25px;
                background-color:transparent;
                width:1200px;
                margin:auto;
                position:relative;
                z-index:10000;
            }
            #header_menu_container{
                background-color: ;
                width:100%;
                position: relative;
                z-index: 10;
                height:max-content;
            }
            #header_menu_container a{
                color:inherit;
            }
            #header .menu_items,#fixed_menu_header .menu_items{
                color: #fff;
                display: flex;
                justify-content: center;
                height: 50px;
                line-height: 50px;
                text-align: center;
                position: relative;
                padding:0 10px;
                font-size:14px;
                font-weight:bold;
                border:px solid ;
            }
            #header .menu_items{
                background-color:;
            }
            #navigation_main{ 
            }
            #header .menu_items:hover,#fixed_menu_header .menu_items:hover{
                color: #fff;
                background-color: ;
            }
            #header .active_g,#fixed_menu_header .active_g{
                color: #bfbfbf;
                background-color: ;
            }
            #header li ul,.popup-details-phi,.popup-details-phi .pdp-span,.popup-details-phi i,#fixed_menu_header li ul{
                color: #000 !important;
                background-color: #fff !important;
            }
            #header li ul li:hover,#fixed_menu_header li ul li:hover,.popup-details-phi .active-item{
                color: #000 !important;
                background-color: #fff !important;
            }
            #s_breadcrumb{
                width: 1200px;
                margin: auto;
                height: 60px;
                line-height:60px;
            }
            #s_breadcrumb > span,#s_breadcrumb a{display:inline-block;padding: 0px 10px;}
            #div_profile_picture{vertical-align:middle;width: 75px !important;}
            #fixed_header_menu_container{
                width:100%;
                border: .5px solid #eeeeee;
                position:fixed;
                top:-100px;
                z-index: 1000;
                background: #fff;
                opacity:0;
            }
            
            #div_profile_picture span{
                cursor: pointer;
            }
            .public-header-icon i{
                font-size: 20px;
                color: #fff;
                margin: 0 5px;
            }
            .public-header-icon:hover i{
                color: #fff;
            }
            .sub-nav,.popup-details-phi{
                width: max-content;
                visibility: hidden;
                opacity: 0;
                position: absolute;
                z-index: 9999;
                 -webkit-transition: opacity,.3s ease-in-out;
                 -moz-transition: opacity,.3s ease-in-out;
                 -o-transition: opacity,.3s ease-in-out;
                 transition: opacity,.3s ease-in-out;
                cursor:pointer;
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
                min-width:120%;
            }
            .sub-nav{
                left: 0;
                top: 100%;
            }
            .popup-details-phi{
                right: 0;
                top: 25px;
                padding:10px 20px;
                border-radius:2px;
            }
            .s_sub_title {
                
                font-size:12px;
                font-weight:normal !important;
                white-space:nowrap;
                cursor:pointer;
            }
            
            .sub-nav li {
                position: relative;
                display: block;
                padding: 5px 10px 0;
                box-sizing: border-box;
                line-height: 28px;
                z-index:100000;
                text-align:right;
            }
            .box-header-icon{
                height:max-content;
                margin:10px 3px;
            }
            #fixed_menu_header .box-header-icon{
                margin:auto 3px;
            }
            .menu_items:hover .sub-nav,.box-header-icon.active-bhi .popup-details-phi{
                visibility: visible;
                opacity:1;
            }
            #fixed_navigation_main{
                width:1200px;
                margin:auto;
            }
            #img-logo{
                height:100%;
                object-fit: cover;
                max-width:100%;
            }
            .btn-lang{
                margin:5px 0;
                padding:3px 10px;
                border:none;
                font-size: 14px;
                cursor:pointer;
                display:block;
                text-align:left;
                direction:ltr;
            }
            .btn-lang .img-box{
                height:30px;
                width:30px;
                margin-right:10px;
                display:inline-flex;
                vertical-align:middle;
            }
            .btn-lang .img-box img{
                width:100%;
                height:100%;
                object-fit:cover;
                border-radius:50%;
            }
            .sub_sub_menu{
                left: 100%;
                display:none;
                position:absolute;
                padding:0;
                background: #ffffff;
                z-index: 1000;
                top: 0;
                 -webkit-transition: opacity,.3s ease-in-out;
                -moz-transition: opacity,.3s ease-in-out;
                -o-transition: opacity,.3s ease-in-out;
                transition: opacity,.3s ease-in-out;
                min-width: 120%;
                box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.32);
                cursor: pointer;
            }
            .s_sub_sub_title {font-size:12px !important;font-weight:normal !important;white-space: nowrap;}
            .sub-nav li:hover .sub_sub_menu,.sub-nav li ul li:hover .sub_sub_menu{
                display:block;
            }
            .sub_sub_menu li:hover .s_sub_sub_title, .sub_sub_menuEn li:hover .s_sub_sub_title{
                 color: !important;
            }
            .sub-nav li:hover .s_sub_title, .sub-navEn li:hover .s_sub_title{
                color: !important;
            }
            .s_sub_title{display:inline-block;}

            .m_title{width:92%;}
            #parent_social_box .social-box label,.box-header-icon > label{
                position: absolute;
                right:0;
                bottom: -55px;
                opacity: 0;
                display: block;
                height: 30px;
                line-height: 30px;
                color: #777;
                font-size: 14px;
                font-weight: 300;
                background-color: #fff;
                min-width: 50px;
                white-space: nowrap;
                text-align: center;
                visibility: hidden;
                padding:0 10px;
                -webkit-transition: .5s;-moz-transition:  .5s;-ms-transition:  .5s;-o-transition:  .5s;transition:  .5s;
                -webkit-box-shadow: 0 0 5px #f7f8fa;-moz-box-shadow: 0 0 5px #f7f8fa;box-shadow: 0 0 5px #f7f8fa;
                border: 1px solid #efefef;
                z-index:9999;
            }
            .box-header-icon.active-bhi > label{
                display:none;
            }
            #parent_social_box .social-box:hover label,.box-header-icon:hover > label{
                opacity: 1;
                bottom: -45px;
                visibility: visible;
            }
            #parent_social_box .social-box label:after,.box-header-icon > label:after{
                content:"";
                border: 7px solid;
                right:5px;
                border-color: transparent transparent #efefef transparent;
                position: absolute;
                bottom: 100%;
            }
        #module_footer_section_1{
;
width:100%;
padding-top:5vw;
padding-right:5vw;
padding-bottom:2vw;
padding-left:5vw;
border-style:none;
}#module_footer_column_1{
;
width:34%;
margin-right:2vw;
border-style:solid;
border-bottom-width:.01vw;
border-color:#474646;
}#module_footer_items_1{
;
cursor:default;
text-align:left;
line-height:4vw;
color:#a1a1a1;
font-weight:bold;
font-size:1.3vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_1:hover{
;
}#module_footer_column_2{
;
width:66%;
margin-left:1vw;
border-style:solid;
border-bottom-width:.1vw;
border-color:#474646;
}#module_footer_items_2{
;
cursor:default;
text-align:left;
line-height:4vw;
color:#a1a1a1;
font-weight:bold;
font-size:1.3vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-bottom-width:.15vw;
border-color:#a1a1a1;
}#module_footer_items_2:hover{
;
}#module_footer_section_2{
;
width:100%;
padding-top:1vw;
padding-right:5vw;
padding-bottom:2vw;
padding-left:5vw;
border-style:solid;
border-bottom-width:.01vw;
border-color:#474646;
}#module_footer_column_3{
;
width:34%;
border-style:none;
border-bottom-width:.01px;
border-color:#474646;
}#module_footer_items_3{
;
cursor:default;
width:2.5vw;
height:2.5vw;
background-color:#474646;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
padding-top:.35vw;
padding-right:.35vw;
padding-bottom:.35vw;
padding-left:.35vw;
}#module_footer_items_3:hover{
;
background-color:#fa8c16;
}#module_footer_items_4{
;
cursor:default;
width:2.5vw;
height:2.5vw;
background-color:#474646;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
margin-right:1vw;
margin-left:1vw;
padding-top:.35vw;
padding-right:.35vw;
padding-bottom:.35vw;
padding-left:.35vw;
}#module_footer_items_4:hover{
;
background-color:#fa8c16;
}#module_footer_items_5{
;
cursor:default;
width:2.5vw;
height:2.5vw;
background-color:#474646;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
margin-right:1vw;
padding-top:.35vw;
padding-right:.35vw;
padding-bottom:.35vw;
padding-left:.35vw;
}#module_footer_items_5:hover{
;
background-color:#fa8c16;
}#module_footer_items_6{
;
cursor:default;
width:2.5vw;
height:2.5vw;
background-color:#474646;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
margin-right:1vw;
padding-top:.35vw;
padding-right:.35vw;
padding-bottom:.35vw;
padding-left:.35vw;
}#module_footer_items_6:hover{
;
background-color:#fa8c16;
}#module_footer_items_7{
;
cursor:default;
width:2.5vw;
height:2.5vw;
background-color:#474646;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
margin-right:1vw;
padding-top:.35vw;
padding-right:.35vw;
padding-bottom:.35vw;
padding-left:.35vw;
}#module_footer_items_7:hover{
;
background-color:#fa8c16;
}#module_footer_column_4{
;
width:66%;
margin-left:3vw;
border-style:none;
border-bottom-width:.01vw;
border-color:#474646;
}#module_footer_row_4{
;
border-style:none;
}#module_footer_items_8{
;
cursor:default;
width:2.5vw;
height:2.5vw;
background-color:#474646;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
padding-top:.35vw;
padding-right:.35vw;
padding-bottom:.35vw;
padding-left:.35vw;
}#module_footer_items_8:hover{
;
background-color:#fa8c16;
}#module_footer_items_9{
;
cursor:default;
text-align:right;
line-height:3vw;
color:#a1a1a1;
font-weight:300;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:1.5vw;
margin-left:.75vw;
}#module_footer_items_9:hover{
;
}#module_footer_items_10{
;
cursor:default;
width:2.5vw;
height:2.5vw;
background-color:#474646;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
padding-top:.35vw;
padding-right:.35vw;
padding-bottom:.35vw;
padding-left:.35vw;
}#module_footer_items_10:hover{
;
background-color:#fa8c16;
}#module_footer_items_11{
;
cursor:default;
text-align:left;
line-height:3vw;
color:#a1a1a1;
font-weight:300;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-right:1.5vw;
margin-left:.75vw;
}#module_footer_items_11:hover{
;
}#module_footer_items_12{
;
cursor:default;
width:2.5vw;
height:2.5vw;
background-color:#474747;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-top-left-radius:2vw;
border-top-right-radius:2vw;
border-bottom-right-radius:2vw;
border-bottom-left-radius:2vw;
border-style:none;
padding-top:.35vw;
padding-right:.35vw;
padding-bottom:.35vw;
padding-left:.35vw;
}#module_footer_items_12:hover{
;
background-color:#fa8c16;
}#module_footer_items_13{
;
cursor:default;
text-align:left;
line-height:3vw;
color:#a1a1a1;
font-weight:300;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:.75vw;
}#module_footer_items_13:hover{
;
}#module_footer_section_3{
;
width:100%;
padding-top:2vw;
padding-right:5vw;
padding-bottom:2vw;
padding-left:5vw;
border-style:none;
}#module_footer_column_5{
;
width:40%;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
text-align:left;
line-height:3vw;
color:#a1a1a1;
font-weight:300;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_14:hover{
;
}#module_footer_column_6{
;
width:60%;
border-style:none;
}#module_footer_items_15{
;
cursor:default;
line-height:1.5vw;
color:#a1a1a1;
font-weight:300;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:.01vw;
border-color:#a1a1a1;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_15:hover{
;
}#module_footer_items_16{
;
cursor:default;
line-height:1.5vw;
color:#a1a1a1;
font-weight:300;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:.01vw;
border-color:#a1a1a1;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_16:hover{
;
}#module_footer_items_17{
;
cursor:default;
line-height:1.5vw;
color:#a1a1a1;
font-weight:300;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:.01vw;
border-color:#a1a1a1;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_17:hover{
;
}#module_footer_items_18{
;
cursor:default;
line-height:1.5vw;
color:#a1a1a1;
font-weight:300;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:solid;
border-right-width:.01vw;
border-color:#a1a1a1;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_18:hover{
;
}#module_footer_items_19{
;
cursor:default;
line-height:1.5vw;
color:#a1a1a1;
font-weight:300;
font-size:.95vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
border-right-width:.01vw;
border-color:#a1a1a1;
padding-right:1.5vw;
padding-left:1.5vw;
}#module_footer_items_19:hover{
;
}#public_footer_main_1{;background-color:#3a3a3a;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_1:hover{;}
                #public_footer_main_1{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_1 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_1 
            
            #public_footer_main_1 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_1 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_1:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}