@charset "utf-8";
/* CSS Document */
/* Media Style Sheet
-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline; direction: rtl; font-family: 'Open Sans Hebrew';}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;  color: #555555; font-size: 14px; line-height: 24px;}
html, body{height: 100%; -webkit-appearance:none; border:none; -webkit-text-size-adjust:none;}
body{position:relative;}

/* Class for clearing floats */
.clear {clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0;}
.cf:after,.cf:before{display: table;content: ''}
.cf:after{clear: both;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; background-repeat: no-repeat;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1, h2, h3, h4, h5, h6 {}

/* Create the Default Paragraphs */
p { color: #25354f; font-size: 14px; line-height: 24px;}
label{color: #596881; font-size: 14px; line-height: 24px;}

/* Specific Header Settings */
h1 {font-weight:bold; font-size:30px; color:#25354f; }
h2 {font-weight:bold; font-size:22px; color:#25354f; }
h3 {font-weight:bold; font-size:18px; color:#25354f; }
h4 {font-size:16px; font-weight:bold;color: #25354f;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}


/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid; border-top-width: 1px; clear: both; height: 0;}
ol {list-style: decimal;}
ul {list-style: disc;}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {border: 0; border-style: none; max-width: 100%;}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {color: #25354f; font-size: 14px; text-decoration:none; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
a:hover {text-decoration:none}
a:active {color: #e8941a;}
a:focus {outline: none;}
a.current{color: #e8941a;}


/* 5. Forms
------------------------------------------------------------------------------*/

input[type='submit']{ -webkit-appearance:none; border:none; -webkit-text-size-adjust:none; font-weight: bold; text-align: center; background-color: #25354f; color: #fff; height: 45px; font-size: 16px;}
input {-webkit-border-radius:0; border-radius:0; display: inline-block;width: 100%; vertical-align: top}
input[type='text'],input[type='password'],input[type='tel'],input[type='email']{-webkit-border-radius:0; border-radius:0; height: 40px; display: inline-block; background-color: #eaecee; padding: 0 15px;}
input[type='checkbox']{width: auto;}
select {background-image: url(../images/site/select_1.png); background-repeat: no-repeat; background-position: 9% center; -webkit-appearance:none;  -moz-appearance:none;  -o-appearance:none; appearance:none; padding: 0 15px; background-size: 8%; border: none; outline: none; font-size: 16px; color: #25354f; border-radius: 0; font-family: 'Open Sans Hebrew';}
input:-webkit-input-placeholder {color:#25354f; font-size: 14px;}
input::-webkit-input-placeholder {color:#25354f; font-size: 14px;}
input:-moz-placeholder { color: #25354f;  font-size: 14px;}
input::-moz-placeholder { color: #25354f;  font-size: 14px;}
input:-ms-input-placeholder { color: #25354f; font-size: 14px;}
input#search_box:-webkit-input-placeholder {color:#a5b4ce}
input#search_box::-webkit-input-placeholder {color:#a5b4ce}
input#search_box:-moz-placeholder { color: #a5b4ce;}
input#search_box::-moz-placeholder { color: #a5b4ce;}
input#search_box:-ms-input-placeholder { color: #a5b4ce}
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}


/* Removes fieldset borders. even on Opera 7 */
fieldset {border: 1px solid transparent;}


/* 7. Framework
------------------------------------------------------------------------------*/

/* Common CSS */
/*common margin style*/
.m0{margin:0 !important;}
.mr20{margin-right:20px;}
.mt20{margin-top:20px !important;}
.mb80{margin-bottom:80px !important;}
.mt25{ margin-top:25px !important;}
.mt50{ margin-top:50px !important;}

/*all padding zero*/
.p0{padding:0 !important;}
.pt20{padding-top:20px;}

/*common display style*/
.dis-b{display:block}
.pos_rel{ position:relative;}
.hidden{ display:none !important;}

/*border*/
.no_bdr{border:none !important;}

/*common fonts style*/
.f16{ font-size:16px !important;}
.f18{ font-size:18px !important;}
.fbold{font-weight:bold;}

/*transition effect*/
.tra{-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}

/* Page Layout */
body{font-family: 'Open Sans Hebrew';}
body.user_{background-color: #eaecee;}
#full_wrapper{min-height: 100%; height: auto !important; height: 100%; margin: 0 auto; /* the bottom margin is the negative value of the footer's height */}
.wrapper{ width:960px; margin:0 auto;}

.wrapper{ max-width:1182px; width: 100%; margin:0 auto;}
.content{ margin:0 auto; padding:0; width:100%;}
.overlay_{position: absolute; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); visibility: hidden; opacity: 0; z-index: 999;} 
.overlay_.active{opacity: 1; visibility: visible;}
.btn{display: inline-block; background-color: #25354f; min-width: 130px; padding: 0 5px; height: 45px; line-height: 45px; font-weight: bold; color: #fff; width: auto; margin: 0 auto; text-align: center}

/* Loading */
.loading_contener{width:100%; height:100% !important; position: fixed; z-index: 999999999; background-color: #25354F;}
.cssload-loader{position:fixed;top:40%;left:calc(50% - 31px);width:62px;height:62px;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;perspective:780px}.cssload-inner{position:absolute;width:100%;height:100%;box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%}.cssload-inner.cssload-one{left:0;top:0;animation:cssload-rotate-one 1.15s linear infinite;-o-animation:cssload-rotate-one 1.15s linear infinite;-ms-animation:cssload-rotate-one 1.15s linear infinite;-webkit-animation:cssload-rotate-one 1.15s linear infinite;-moz-animation:cssload-rotate-one 1.15s linear infinite;border-bottom:3px solid #68AADD}.cssload-inner.cssload-two{right:0;top:0;animation:cssload-rotate-two 1.15s linear infinite;-o-animation:cssload-rotate-two 1.15s linear infinite;-ms-animation:cssload-rotate-two 1.15s linear infinite;-webkit-animation:cssload-rotate-two 1.15s linear infinite;-moz-animation:cssload-rotate-two 1.15s linear infinite;border-right:3px solid #C6CFD4}.cssload-inner.cssload-three{right:0;bottom:0;animation:cssload-rotate-three 1.15s linear infinite;-o-animation:cssload-rotate-three 1.15s linear infinite;-ms-animation:cssload-rotate-three 1.15s linear infinite;-webkit-animation:cssload-rotate-three 1.15s linear infinite;-moz-animation:cssload-rotate-three 1.15s linear infinite;border-top:3px solid #D2E169}@keyframes cssload-rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-o-keyframes cssload-rotate-one{0%{-o-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-o-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-ms-keyframes cssload-rotate-one{0%{-ms-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-ms-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-webkit-keyframes cssload-rotate-one{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-moz-keyframes cssload-rotate-one{0%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@keyframes cssload-rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-o-keyframes cssload-rotate-two{0%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-ms-keyframes cssload-rotate-two{0%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-webkit-keyframes cssload-rotate-two{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-moz-keyframes cssload-rotate-two{0%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@keyframes cssload-rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-o-keyframes cssload-rotate-three{0%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-ms-keyframes cssload-rotate-three{0%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-webkit-keyframes cssload-rotate-three{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@-moz-keyframes cssload-rotate-three{0%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}

/*-------------------------- USER SIDE ----------------------------*/

/* Header*/
header{ background: #25354f; height: 70px; padding-right: 40px;}
header .wrapper{ position:relative;}
header .mob_nav{display: none;}
header .desktop_nav .brand{display: inline-block; padding-top: 13px;}
header .desktop_nav nav{ display: inline-block; padding-right: 64px; vertical-align: top;}
header .desktop_nav nav ul{ display: block; list-style: none; margin-top: 27px; }
header .desktop_nav nav ul li{display: inline-block; list-style: none; vertical-align: middle; position: relative;}
header .desktop_nav nav ul li a{ display: block;font-weight: bold;min-height: 43px;padding: 0 14px 0px; border-bottom: 3px solid; border-color: transparent; color: #fff;}
header .desktop_nav nav ul li a.gray:hover{ border-color: #6e788a;}
header .desktop_nav nav ul li.active a.gray{ border-color: #6e788a;}
header .desktop_nav nav ul li a.sky:hover{ border-color: #07b5ce;}
header .desktop_nav nav ul li.active a.sky{ border-color: #07b5ce;}
header .desktop_nav nav ul li a.blue:hover{ border-color: #0084ff;}
header .desktop_nav nav ul li.active a.blue{ border-color: #0084ff;}
header .desktop_nav nav ul li a.yellow:hover{ border-color: #e8a900;}
header .desktop_nav nav ul li.active a.yellow{ border-color: #e8a900;}
header .desktop_nav nav ul li a.green:hover{border-color: #2dc100;}
header .desktop_nav nav ul li.active a.green{border-color: #2dc100;}
header .desktop_nav nav ul li a.red:hover{border-color: #ff4848;}
header .desktop_nav nav ul li.active a.red{border-color: #ff4848;}
header .desktop_nav nav ul li a.purple:hover{ border-color: #994cd4;}
header .desktop_nav nav ul li.active a.purple{ border-color: #994cd4;}
header .desktop_nav .left_header{display: inline-block; vertical-align: top; max-width: 492px; float: left; position: relative;}
header .desktop_nav .left_header a{ width: 23px; height: auto; display: inline-block; margin-top: 22px; vertical-align: top; margin-right: 20px;}
header .desktop_nav .left_header a #heart , header .left_header a #people , header .left_header a #tools{fill: #7c889d; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
header .desktop_nav .left_header a:hover #heart , header .left_header a:hover #people , header .left_header a:hover #tools{fill: #00c5ef;}
header .desktop_nav .left_header a #people{width: 33px; margin-top: 22px; display: inline-block; vertical-align: top;padding-left: 10px;}
header .desktop_nav .left_header a.people{position: relative; width: 150px; margin-top: 0; line-height: 70px; color: #8a96ad; font-size: 15px; background-image: url(../images/site/select_1.png); background-repeat: no-repeat; background-position: left center; background-size: 8%;}
header .desktop_nav .left_header a.people:hover{color:#00c5ef; }
header .desktop_nav .left_header a.new_post{min-width: 180px; height: 70px; color:#fff; font-weight: bold; padding-top: 0; margin-top: 0; line-height: 70px; text-align: center; background-color: #00c5ef; font-size: 15px; background-image: url(../images/site/new_post.png); background-position: 83% center; background-repeat: no-repeat; background-size: 20%; padding-right: 35px;}
header .desktop_nav .left_header a.new_post:hover{background-color: #000;}
header .desktop_nav .left_header .drop_down{position: absolute; width: 245px; min-height: 150px; background-color: #fff;top: 100%; left: 180px; -webkit-box-shadow: -1px 3px 12px -1px rgba(0,0,0,0.22);-moz-box-shadow: -1px 3px 12px -1px rgba(0,0,0,0.22);box-shadow: -1px 3px 12px -1px rgba(0,0,0,0.22); opacity: 0; visibility: hidden; -o-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; transition: 0.4s ease all; z-index: 99999;}
header .desktop_nav .left_header .drop_down.active{visibility: visible; opacity: 1;}
header .desktop_nav .left_header .drop_down .top_content{min-height: 85px; background-color: #f3f4f5; text-align: center; line-height: normal;padding:0 20px; background-image: url(../images/site/drop_icon.png); background-repeat: no-repeat; background-position: 90% center; background-size: 10%;}
header .desktop_nav .left_header .drop_down .top_content span{font-size: 15px; color: #25354f; display: block; padding-top: 10px;}
header .desktop_nav .left_header .drop_down .top_content p{font-size: 30px; color: #25354f; font-weight: bold; padding-top: 10px;}
header .desktop_nav .left_header .drop_down  a{font-size: 15px; color: #25354f; display: block;width: 100%; margin: 0; text-align: center; padding:0 20px; line-height: 65px; background-image: url(../images/site/drop_icon_1.png); background-repeat: no-repeat; background-position: 90% center}
header .desktop_nav .left_header .drop_down  a:hover{color: #000;}
.arrow_box:after {bottom: 100%;left: 5%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(243, 244, 245, 0);border-bottom-color: #f3f4f5;border-width: 13px;margin-left: 0;}
header .desktop_nav .left_header .search_box {position: absolute; top: 0; width: 375px;height: 100%; background-color: #304361;left: 375px; visibility: hidden; opacity: 0; transition: 0.4s ease all;}
header .desktop_nav .left_header .search_box.show {visibility: visible;opacity: 1;}
header .desktop_nav .left_header .search_box *{display: inline-block; background-color: transparent; height: 70px;}
header .desktop_nav .left_header .search_box input[type="text"]{background-image: url(../images/site/tool_2.svg); background-repeat: no-repeat; background-position: 5% center; width: 280px; background-size: 10%;padding: 15px; color: 
    #a5b4ce;padding-left: 55px;}
header .desktop_nav .left_header .search_box input[type="submit"]{width: 90px; border-right:1px solid #2a3c58; font-size: 14px; color: #00c5ef;}
header .desktop_nav .left_header .search_box input[type="submit"]:hover{cursor: pointer; opacity: 0.9;}

/* POPUP */
.search_icon{background-image: url(../images/site/tool.svg); background-repeat: no-repeat; background-position: 5% center; background-size: 5%;}
.pop_cont{max-width: 785px; width: 100%; padding: 15px 145px; position: fixed; z-index: 999; background-color: #fff;left: 50%; margin-left: -392px; top: 15%; z-index: 9999; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all; visibility: hidden; opacity: 0;}
.pop_cont.active{opacity: 1; visibility: visible;}
.pop_cont .close_{width: 30px; height: 30px; position: absolute; left:15px; top: 15px; background-image: url(../images/site/close_1.png); background-repeat: no-repeat; background-position: center}
.pop_cont h2{text-align: center; padding-top: 10px;}
.pop_cont input[type="text"]{ height:47px; padding:10px 15px; margin: 15px 0;}
.pop_cont p{margin-bottom: 10px;}
.tag_list {width: 100%;}
.tag_list a{width: 117px; display: inline-block; text-align: center; border: 2px solid #a2a2a2; padding: 6px 2px; font-weight: 600;  vertical-align: top; min-height: 40px; margin-left: 4px;}
.tag_list a:hover{border-color: #00c5ef;}
.tag_list a.active{border-color: #00c5ef;}
.tag_list a.last{margin-left: 0;}
.pop_cont .check{margin-top: 25px; margin-bottom: 40px;}
.pop_cont label{display: inline-block; display: block; vertical-align: top; background-image: url(../images/site/check_box.png); background-repeat: no-repeat; background-position: right center; padding-right: 25px; font-size: 16px; color: #25354f; font-weight: 500; margin-bottom: 10px;}
.pop_cont label.active{background-image: url(../images/site/check_box_chec.png);}
.pop_cont label input[type="checkbox"]{opacity: 0;}
.pop_cont .btn{width: 140px; display: block; margin: 0 auto; margin-bottom: 20px;}
.alert_mob{background-color: #fff; padding:24px 17%; padding-top: 75px; position: relative; width: 80%; margin: 0 auto; margin-top: 35%; z-index: 999999;}
.popup_contener {z-index: 9999999;}
.popup_contener .alert_mob .pop-close{right: 0;left: 0; margin: 0 auto; background-image: url(../images/site/close_big.png); width: 56px; height: 56px; background-size: 100%;}
.popup_contener .alert_mob p{font-weight: bold;}
.popup_contener .alert_mob .earse_clear{margin-top: 40px;}
.popup_contener .alert_mob .earse_clear a{line-height: 45px; display: inline-block; width: 48%; text-align: center; color: #283751; font-weight: 600;}
.popup_contener .alert_mob .earse_clear a.earse{color: #ff2f4c; border-right: 1px solid #c3c3c3;}
.popup_contener .sucsses{position: fixed; width: 100%; height: 100%; background-color: #25354f; z-index: 999999; text-align: center;}
.popup_contener .sucsses p{padding-top: 70px; background-image: url(../images/site/sucess.png); background-repeat: no-repeat; background-position: top center; margin-top: 60%; background-size: 50px; color: #fff; font-weight: 600;}

/* Footer */
footer{background-color: #fff; border-bottom: 2px solid #d9dadc; min-height: 70px; text-align: center}
footer p{display: inline-block; vertical-align: top; line-height: 70px; float: right;}
footer .footer_logo{display: inline-block;vertical-align: top; float: left; padding-top: 15px;}
footer ul{list-style: none; display: inline-block;}
footer ul li{display: inline-block; }
footer ul li a{padding: 0 14px 0; line-height: 70px; color: #7487a6;}
footer ul li.active a{color:#25354f}
footer ul li a:hover{color:#25354f;}

/* HOME PAGE*/
.main{margin-top: 40px;}
.contener{width: 100%; position: relative;}
.contener .right_content{float: right; width: 77%; padding-left: 2%;}
.contener .left_content{float: right; width: 23%;position: relative;}
.index_left{}
.messages {width: 260px; float: left; background-color: #fff; padding-bottom: 15px; border: 1px solid #dee0e2; border-top: none; margin-bottom: 30px;}
.messages .msg_head{min-height: 35px; width: 100%; background-color: #25354f; padding:5px; padding-right: 15px; padding-left: 35px; background-repeat: no-repeat; background-position: 7% center;}
.messages.msg .msg_head{background-image: url(../images/site/message_icon_1.png);}
.messages.msg.top_msg{position: absolute; z-index: 999; left: 0}
.messages .msg_head p{color: #fff; font-weight: bold;}
.messages .msg_body {background-color: #fff; padding: 20px 15px 10px 14px; padding-top: 20px; min-height: 270px;}
.messages .msg_body label{font-style: italic; display: block;}
.messages .msg_body label{padding: 15px 0}
.messages.recent {text-align: center}
.messages.recent h4{}
.messages.recent .msg_head{background-image: url(../images/site/MESSAGE_ICON_2.png); text-align: right}
.messages.recent .msg_body{background-image: url(../images/site/quoto.png); background-repeat: no-repeat; background-position: center 14%; padding-top: 55px;}
.messages.recent .msg_body label{padding:5px}
.messages.recent .msg_body b {color: #596881; font-style: italic; padding-top: 5px; display: block;}
.messages.user_score {background-color: #25354f; }
.messages.user_score .msg_head{padding-left: 15px; }
.messages.user_score .msg_head p{display: inline-block; width: 49%;}
.messages.user_score .msg_head a{display: inline-block; width: 49%; text-align: left; color: #8794a9;}
.messages.user_score .owl-dots{background-color: #25354f;}
.messages.user_score .owl-theme .owl-dots .owl-dot span{background: #677284;}
.messages.user_score .owl-theme .owl-dots .owl-dot.active span{background: #fff;}
.messages.user_score .owl-theme .owl-dots .owl-dot:hover span{background: #fff;}
.messages.user_score .msg_body{background-color: #25354f; padding-top: 0; min-height: 230px}
.messages.user_score .circle{width: 70px; min-height: 70px; border-radius: 50%; background-color: #303f58; margin: 0 auto; display: table; margin-bottom: 25px;}
.messages.user_score .circle p{font-size: 30px; font-weight: bold; display: table-cell; padding-top: 20px; text-align: center; color: #fff;}
.messages.user_score h4{color: #ffffff; text-align: center; margin-bottom: 10px;}
.messages.user_score p{color: #a5aab2; text-align: center; margin-bottom: 20px;}
.messages.user_score label{font-weight: bold; font-size: 30px; color: #fff; display: block; text-align: center; font-style: normal}
.messages.user_score label span{font-size: 14px; font-weight: 500; font-style: italic; padding-right: 5px;}

/* CATEGORY STRUCTURE */

.slider_carousel .owl-prev,.slider_carousel .owl-next,.middle_slider .owl-prev,.middle_slider .owl-next{position: absolute; top: 40%; width: 20px; height: 35px; font-size: 0; background-repeat: no-repeat; background-position: center;}
.slider_carousel .owl-prev ,.middle_slider .owl-prev {left: -25px; background-image: url(../images/site/left_arrow.png);}
.slider_carousel .owl-next,.middle_slider .owl-next{background-image: url(../images/site/right_arrow.png);right: -25px;}
.category_slider .owl-carousel .owl-controls{margin-top: 15px;}
.category_slider {margin-bottom: 40px;}
.category_slider .slider_head{margin-bottom: 18px; background-image: url(../images/site/heade_bg.jpg); background-repeat: repeat-x; background-position: center; min-height: 25px;}
.category_slider .slider_head h2{display: inline-block;  background-color: #eaecee;padding-left: 35px; line-height: 25px;}
.category_slider .slider_head p{display: inline-block; text-align: left; float: left; min-width: 120px; background-color: #eaecee; padding-right: 15px; line-height: 25px;}
.category_slider .slider_body {min-height: 255px; background-color: #fff; width: 280px; display: inline-block; border: 1px solid #dee0e2;}
.category_slider .slider_body:hover {cursor: pointer;}
.category_slider .slider_body .slide_img{width: 100%; display:block; height: 145px;position: relative;}
.category_slider .slider_body .slide_img a{display: block; position: relative;}
.category_slider .slider_body .slide_img>a:after{position: absolute; content: ''; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);top: 0;left: 0; z-index: 99; opacity: 0; visibility: hidden; -o-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; transition: 0.4s ease all;}
.category_slider .slider_body .slide_img>a:hover:after{opacity: 1; visibility: visible;}
.category_slider .slider_body .slide_img img{ max-height: 100%; width: 100%; display: block;}

.category_slider .slider_body:hover .slide_img>a:after{visibility: visible; opacity: 1;}
.category_slider .slider_body .slide_img .date{position: absolute; width: 45px;; height: 60px; background-color: #fff; top: -3px; left: 10px; padding:10px; text-align: center; z-index: 999;}
.category_slider .slider_body .slide_img .date h2{line-height: normal; line-height: 23px; color: #000;}
.category_slider .slider_body .slide_img .date p{line-height: normal;line-height: 15px; color: #000;}
.category_slider .slider_body .slide_img .qulity_tag {line-height: normal;line-height: 15px; position: absolute; right:10px; top: 10px;min-width: 50px; height: 27px; background-color: #0084ff; z-index: 999;text-align: center;padding: 5px;}
.category_slider .slider_body .slide_img .extra_function{position: absolute;width: 27px; bottom: 0; left: 17px; z-index: 999;}
.category_slider .slider_body .slide_img .extra_function a { background-repeat: no-repeat; background-position: center; margin-bottom: 7px; position: relative;}
.category_slider .slider_body .slide_img .extra_function a.alert_ .alert_pop_{position: absolute; bottom:40px; padding:8px 10px; background-color:#1b1e22; width:77px; left: 50%; margin-left: -38px; opacity: 0; visibility: hidden; -moz-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -o-transition: 0.4s ease all; transition: 0.4s ease all; transform: scale(0.8)}
.category_slider .slider_body .slide_img .extra_function a.alert_ .alert_pop_ p{line-height: normal;}
.category_slider .slider_body .slide_img .extra_function a.alert_:hover .alert_pop_{visibility: visible; opacity: 1; transform: scale(1)}
.category_slider .slider_body .slide_img .extra_function a.alert_ .alert_pop_:after {top: 100%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(27, 30, 34, 0);border-top-color: #1b1e22;border-width: 8px;margin-left: -8px;}
.category_slider .slider_body .slide_img .extra_function a .alert_pop_ p{color: #ffffff; font-size: 12px;}
.category_slider .slider_body .slide_img .extra_function a.alert_{display: block; width: 27px; height: 27px; background-image: url(../images/site/alert_icon.png); position: relative}
.category_slider .slider_body .slide_img .extra_function a.view_{display: block; width: 27px; height: 27px; background-image: url(../images/site/view_icon.png);}
.blue_arrows:after,.yello_arrows:after,.green_arrows:after {content: '';display: block;position: absolute;right: 0;top: 100%;width: 5px;height: 0;border-top: 10px solid #0084ff;border-right: 0 solid transparent;border-bottom: 0 solid transparent;border-left: 12px solid transparent;}
.category_slider .slider_body .slide_img .qulity_tag.yello_arrows{background-color: #e8a900; padding: 5px 10px}
.yello_arrows:after{border-top: 10px solid #e8a900;}
.category_slider .slider_body .slide_img .qulity_tag.green_arrows{background-color: #2dc100; padding: 5px 10px}
.green_arrows:after{border-top: 10px solid #2dc100;}
.category_slider .slider_body .slide_img .qulity_tag p{font-size: 12px ;font-weight: bold; color: #ffffff;line-height: normal;}
.category_slider .slider_body .slide_img .other_detail {position: absolute; width: 34px; right: 10px; bottom: 0px; z-index: 999; opacity: 0; visibility: hidden; -webkit-transition: 0.4s ease all;-o-transition: 0.4s ease all;transition: 0.4s ease all;}
.category_slider .slider_body:hover .slide_img .other_detail {opacity: 1;visibility: visible; bottom: 15px}
.category_slider .slider_body .slide_img .other_detail a{display: block; width: 100%; height: 35px; background-repeat: no-repeat;background-position: center; background-size: 100%; }
.category_slider .slider_body .slide_img .other_detail a.close_icon{background-image: url(../images/site/close_icon.png);}
.category_slider .slider_body .slide_img .other_detail a.edit_{background-image: url(../images/site/edit_icon.png); margin-bottom: 7px;}
.category_slider .slider_body .slide_img .post_like {position: absolute; width: 34px; right: 10px; bottom: 0px; z-index: 999; opacity: 0; visibility: hidden; -webkit-transition: 0.4s ease all;-o-transition: 0.4s ease all;transition: 0.4s ease all;}
.category_slider .slider_body:hover .slide_img .post_like {opacity: 1; visibility: visible; bottom: 15px;}
.category_slider .slider_body .slide_img .post_like a{display: block; width: 100%; height: 35px; background-repeat: no-repeat;background-position: center; background-size: 100%; position: relative;}
.category_slider .slider_body .slide_img .post_like a.like_{background-image: url(../images/site/like.png); -o-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; transition: 0.4s ease all;}
.category_slider .slider_body .slide_img .post_like a.like_ div{position: absolute; width: 55px; background-color: #25354f; color: #ffffff; font-size: 14px; padding:5px 10px;text-align: center; top: -35px; left: 50%; margin-left: -27px; opacity: 0; visibility: hidden; transition: 0.4s ease all; transform: scale(0.9)}
.category_slider .slider_body .slide_img .post_like a.like_:hover div{opacity: 1; visibility: visible; transform: scale(1)}
.category_slider .slider_body .slide_img .post_like a.like_ div:after {top: 98%;left: 50%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color: rgba(37, 53, 79, 0);border-top-color: #25354f;border-width: 8px;margin-left: -8px;}
.category_slider .slider_body .slide_img .post_like a.like_:hover{background-image: url(../images/site/liked.png);}
.category_slider .slider_body .slide_img .post_like a.like_.active{background-image: url(../images/site/liked.png);}
.category_slider .slider_body .slide_content{padding: 5px 5px 25px 15px;position: relative;}
.category_slider .slider_body .slide_content p{padding-top: 5px;}
.category_slider .slider_body .slide_content h4{color: #000; -o-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; transition: 0.4s ease all;}
.category_slider .slider_body.blue_category:hover .slide_content h4{color: #0084ff;}
.category_slider .slider_body.yellow_category:hover .slide_content h4{color: #e8a900;}
.category_slider .slider_body.green_category:hover .slide_content h4{color: #2dc100;}
.category_slider .slider_body .slide_content .like_commnt{position: absolute; width: 100%; bottom: 0; text-align: left; left: 0; padding-left: 15px;}
.category_slider .slider_body .slide_content .like_commnt a{color: #a7b3c6; display: inline-block; padding-left: 18px; background-repeat: no-repeat; background-position: left center; line-height: 18px; background-size: 40%;margin-right: 11px;}
.category_slider .slider_body .slide_content .like_commnt a.likes{background-image: url(../images/site/headr_icon.png);}
.category_slider .slider_body .slide_content .like_commnt a.likes:hover{background-image: url(../images/site/heart_active_icon.png);}
.category_slider .slider_body .slide_content .like_commnt a.likes.active{background-image: url(../images/site/heart_active_icon.png);}
.category_slider .slider_body .slide_content .like_commnt a.attach_pin{background-image: url(../images/site/attach_pin.png); width:18px; height: 16px; background-size: 90%; text-align: right; float: right; padding: 0;margin: 4px 10px 0 0;}
.category_slider .slider_body .slide_content .like_commnt a.comment{background-image: url(../images/site/comment_icon.png);}
.category_slider h3{padding: 20px 0}

/* CATEGORY PAGE */
.top_section {padding-bottom: 15px;}
.top_section .category_slider img{width: 100%;}
.top_section .category_slider .slider_body {margin-left: 15px;}
.top_section .category_slider.owl-loaded .slider_body {margin-left: 0px;}
.top_section .category_slider .slider_body.last {margin-left: 0px;}
.category_page .messages {padding-bottom: 0;}
.category_page .messages .msg_body{min-height: 190px;}
.category_page .messages.recent .msg_body{padding-top: 31px; background-position: center 6%;}
.category_page .messages .blue_head{ background-color: #0084ff; background-image: url(../images/site/comment_icon_2.png); background-size: 25px;}
.category_page .messages .yellow_head{ background-color: #e8a900; background-image: url(../images/site/comment_icon_3.png); background-size: 25px;}
.category_page .messages .green_head{ background-color: #2dc100; background-image: url(../images/site/comment_icon_4.png); background-size: 25px;}
.selection {float: left; position: relative;z-index: 9999;}
.selection select{width: 200px; height: 40px; color: #25354f; font-size: 16px;}
.category_head {margin-bottom: 15px;}
.category_head h1{float: right;}
.category_head p{display: inline-block; color: #5e6d85; padding-left: 15px; vertical-align: middle}
.grey_back{background-color: #dfe1e3;}
.main.grey_back{margin-top: 0; padding-top: 40px;}
.main.grey_back .messages{margin-bottom: 0;}
.main.grey_back .category_slider{margin-bottom: 0;}
.middle_slider.category_slider{margin-bottom: 0;}
.middle_slider.category_slider .owl-carousel .owl-controls{margin-top: 0;}
.middle_slider.category_slider {padding-bottom: 35px;}
.bottom_content {border-top: 1px solid #dfe1e3; padding-top: 30px;}
.bottom_content.category_slider {margin-bottom: 10px; text-align: center;}
.bottom_content.category_slider .slider_body{margin-left: 16px; margin-bottom: 30px; text-align: right}
.bottom_content.category_slider .slider_body.last{margin-left: 0;}  
.slider_carousel.owl-carousel{display: block;}

/* MY POST */
.mypost{}
.mypost .category_head{margin-bottom: 0;}
.mypost .bottom_content{border: none; padding-top: 20px;}
.mypost .category_slider .slider_body .slide_img .extra_function{bottom: 4px;}

/* CONTACT */
.contact .tab_structure{max-width: 980px; width: 100%; margin: 0 auto; }
.contact .category_head{ background-repeat: no-repeat; background-image: url(../images/site/contact_icon.png); background-position:left center; }
.contact_list {margin-bottom: 20px; margin-top: 0; opacity: 1; -o-transition: 0.5s ease all; -webkit-transition: 0.7s ease all; -moz-transition: 0.7s ease all; transition: 0.7s ease all;}
.contact_list.animate_ {margin-top: 200px; opacity: 0;}
.contact_list .contact_head{ height: 35px; width: 100%; background: #f2f4f5; padding: 0 15px;} 
.contact_list .contact_head p{color: #9aa0ab; font-weight: bold; line-height: 35px; } 
.contact_list ul.contact_body{list-style: none; background-color: #fff; border-bottom: 2px solid #eaecee;}
.contact_list ul.contact_body.last{border-bottom:none;}
.contact_list ul.contact_body li{display: inline-block; float: right; text-align: right; font-weight: bold; color: #25354f; font-size: 16px; background-repeat: no-repeat; background-position: 88% center; min-height: 55px; border-left: 1px solid #eaecee;}
.contact_list ul.contact_body li section{display: block; width: 45px; height: 45px; overflow: hidden; border-radius: 50%; margin: 0 auto; margin-top: 6px;}
.contact_list ul.contact_body li img{width: 100%;}
.contact_list ul.contact_body li em{width: 50%;  display: inline-block; float: right; padding-left: 5px; font-style: normal;}
.contact_list ul.contact_body li span{width: 50%; font-weight: 400; display: inline-block; float: right;}
.contact_list ul.contact_body li{ width: 8.5%; text-align: center;}
.contact_list ul.contact_body li+li{width: 52.8%; text-align: right; padding: 12px 20px 12px 5px; padding-right: 2.5%; background-size: 25px;}
.contact_list ul.contact_body li+li+li{width: 18.5%; text-align: center; background-image: url(../images/site/tel_icon.png); padding-right: 0%;}
.contact_list ul.contact_body li+li+li a{display: block; padding-right: 20.5%; padding-top: 5px;}
.contact_list ul.contact_body li+li+li+li{width: 20.2%; background-image: url(../images/site/main_icon.png); text-align: right}
.contact_list ul.contact_body li+li+li+li a{padding-right: 29.5%;}

/* PROJECT */
.project .category_head{background-image: url(../images/site/project.png);background-repeat: no-repeat; background-position:left center;}
.project .project_list {margin-top: 15px;}
.project .project_list .project_detail{width: 32.2%; display: inline-block; margin-left: 15px;  margin-bottom: 25px;}
.project .project_list .project_detail.last{margin-left: 0;}
.project .project_list .project_detail .project_head{ height: 35px; padding: 0 15px; background-color: #f2f4f5;}
.project .project_list .project_detail .project_head p{line-height: 35px;}
.project .project_list .project_detail .project_head p{line-height: 35px;}
.project .project_list .project_detail ul.project_body {list-style: none; background-color: #fff;}
.project .project_list .project_detail ul.project_body li{display: block; width: 100%; min-height: 30px; line-height: 30px; font-size: 14px;color: #25354f; font-weight: bold; border-bottom:1px solid #eaecee;padding-right: 15px;}
.user_ .project .project_list .project_detail ul.project_body li a{display: block; width: 100%; min-height: 30px; line-height: 30px; font-size: 14px;color: #25354f; font-weight: bold; border-bottom:1px solid #eaecee;}
.project .project_list .project_detail ul.project_body li.last{border-bottom: none;}
.project .project_list .project_detail ul.project_body li:hover{cursor: pointer; color: #00c5ef; background-color: #fbfbfc;}
.user_ .project .project_list .project_detail ul.project_body li:hover a{color: #00c5ef;}
.project .project_list .project_detail ul.project_body li span{width: 28%; float: left; padding-left: 25px; text-align: left; font-weight: 400;}

/* PROJECT INNER */
.project_inner .category_head h1 span{font-size: 20px; display: inline-block;font-weight: 500; padding-right: 5px; line-height: 25px; vertical-align: middle}
.project_inner .bottom_content.category_slider{padding-top: 0;; border:none;}

/* UPLOAD */
.tab_stucture .tab_head{width: 49%; margin: 0 auto;}
.tab_stucture .tab_head ul{list-style: none;}
.tab_stucture .tab_head ul li{display: inline-block; width: 50%; float: right; height: 45px; line-height: 45px; text-align: center; font-weight: bold; font-size: 18px; color: #25354f; background-color: #fff; position: relative; -webkit-transition: 0.4s ease all;-o-transition: 0.4s ease all;transition: 0.4ease all;}
.tab_stucture .tab_head ul li:hover{cursor: pointer; color: #fff; background-color: #25354f;}
.tab_stucture .tab_head ul li.active{background-color: #25354f; color: #fff;}
.tab_stucture .tab_head ul li.arrow_:after {right: 100%;top: 0%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-right-color: #fff;border-width: 22px; z-index: 9;-webkit-transition: 0.4s ease all;-o-transition: 0.4s ease all;transition: 0.4ease all;}
.tab_stucture .tab_head ul li.arrow_:hover:after{border-right-color: #25354f;}
.tab_stucture .tab_head ul li.active.arrow_:after {border-right-color: #25354f;}
.tab_stucture .tab_contener {position: relative; width: 83%; margin: 0 auto; margin-top: 40px; margin-bottom: 30px; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -o-transition: 0.4s ease all; transition: 0.4s ease all;}
.tab_stucture .tab_contener .tab_content{position: absolute; width: 100%; left: 0; top: 0; opacity: 0; visibility: hidden;}
.tab_stucture .tab_contener .tab_content.active{opacity: 1; visibility: visible;}
.tab_stucture .tab_contener .tab_content .cover_box{background-color: #fff; padding:10px 10% 10px; margin-bottom: 8px;}
.tab_stucture .tab_contener .tab_content .cover_box h4{ position: relative;}
.tab_stucture .tab_contener .tab_content .cover_box h4 span{position: absolute; right: -13px; color: #ff4343; top: 3px; font-weight: lighter;}
.tab_stucture .tab_contener .tab_content .cover_box.attach_file.main_doc{margin-bottom: 8px; margin-top: 8px;}
.tab_stucture .tab_contener .tab_content .cover_box .left_content{width: 50%; float: right;}
.tab_stucture .tab_contener .tab_content .cover_box .right_content{width: 50%; float: left;}
.tab_stucture .tab_contener .tab_content .form_system h4{padding-top: 10px; padding-bottom: 10px;}
.tab_stucture .tab_contener .tab_content .form_system select{width: 100%; height: 40px; background-color: #eaecee; background-image: url(../images/site/select_2.png); background-size: 12px; font-weight: 200; font-size: 14px;}
.tab_stucture .tab_contener .tab_content .col_7.first ,.tab_stucture .tab_contener .tab_content .col_3.first{margin-left: 2%;}
.tab_stucture .tab_contener .tab_content .col_7{width: 61%; float: right; margin-bottom: 10px; position: relative;}
.tab_stucture .tab_contener .tab_content .col_7 label{position: relative; display: block;}
.tab_stucture .tab_contener .tab_content .col_7 label span{position: absolute; right: -10px; top: 10px; color: #ff4343}
.tab_stucture .tab_contener .tab_content .col_3{width: 37%; float: right; margin-bottom: 10px;position: relative;}
.tab_stucture .tab_contener .tab_content .col_3 label{position: relative; display: block;}
.tab_stucture .tab_contener .tab_content .col_3 span{position: absolute; right: -10px; top: 10px; color: #ff4343}
.tab_stucture .tab_contener .tab_content .main_doc.cover_box{margin-bottom: 0;}
.tab_stucture .tab_contener .tab_content .main_doc .right_content {text-align: left; padding-top: 10px;}
.tab_stucture .tab_contener .tab_content .main_doc .right_content input[type="text"]{width: 50%; float: left;}
.tab_stucture .tab_contener .tab_content .main_doc .right_content .file_{width: 52%; float: left; height: 40px; background-color: #00c5ef; text-align: center;  border-radius: 20px; background-repeat: no-repeat; background-position: 95% center; color: #fff; padding-top: 7px;margin-left: -20px;}
.tab_stucture .tab_contener .tab_content .main_doc .right_content .file_path{text-align: left;}
.tab_stucture .tab_contener .tab_content .main_doc .right_content .file_:hover{cursor: pointer}
.tab_stucture .tab_contener .tab_content .main_doc .right_content .file_ p{color: #fff; font-weight: 300;}
.tab_stucture .tab_contener .tab_content .main_doc .right_content #file_1{background-image: url(../images/site/upload.png); background-size: 15px; padding-right: 20px;}
.tab_stucture .tab_contener .tab_content .main_doc .right_content input[type="file"]{display: none;}
.tab_stucture .tab_contener .tab_content .main_doc .left_content {padding-left: 10px;}
.tab_stucture .tab_contener .tab_content .main_doc .left_content p {color: #25354f; line-height: 18px; padding-top: 5px;}
.tab_stucture .tab_contener .tab_content .main_doc .left_content p a{color: #00c5ef}
.tab_stucture .tab_contener .tab_content .main_doc .adv_option {width: 100%; min-height: 30px; border-top:1px solid #eaecee; margin-top: 10px;text-align: center; padding-top: 5px;}
.tab_stucture .tab_contener .tab_content .main_doc .adv_option p span{background-repeat: no-repeat; background-image: url(../images/site/select_2.png); width: 15px ;height: 25px; display: inline-block; background-size: 12px; vertical-align: top; margin-left: 15px; background-position: center; -webki-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -o-transition: 0.4s ease all; transition: 0.4s ease all;}
.tab_stucture .tab_contener .tab_content .main_doc .adv_option.active p span{-webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); transform: rotate(-180deg);}
.tab_stucture .tab_contener .tab_content .main_doc .adv_option:hover{cursor: pointer;}
.tab_stucture .tab_contener .tab_content .slide_contener{background-color: #dddfe2; display: none;}
.tab_stucture .tab_contener .tab_content .slide_contener input[type="text"]{background-color: #fff;}
.tab_stucture .tab_contener .tab_content .slide_contener input[type="submit"]{width: 105px; border-radius:20px; border: 1px solid #25354f; height: 40px; background-image: url(../images/site/add_data_1.png); background-repeat: no-repeat; background-color: transparent; background-position: 85% center; background-size: 17px; padding-right: 15px; color: #25354f}
.tab_stucture .tab_contener .tab_content .slide_contener input[type="submit"]:hover{cursor: pointer; color: #000;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical {padding-bottom: 15px; padding:10px 10% 10px;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical h4{padding-bottom: 8px;}
.tab_stucture .tab_contener .tab_content .slide_contener .small{width: 95px; margin-left: 18px;}
.tab_stucture .tab_contener .tab_content .slide_contener .full{width: 280px; margin-left: 18px;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list{list-style: none;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list li{padding:5px 10% 5px; background-color: #f0f2f3; border: 1px solid transparent;  -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -o-transition: 0.4s ease all; transition: 0.4s ease all; position: relative;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list input[type="text"]{height: 30px; font-weight: bold; background-color: transparent; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -o-transition: 0.4s ease all; transition: 0.4s ease all;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list input[type="text"].full{font-weight: normal;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list .edit_del{float: left; width: 25%; text-align: left; opacity: 0; visibility: hidden; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -o-transition: 0.4s ease all; transition: 0.4s ease all;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list li.active .edit_del{opacity: 1; visibility: visible;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list li:hover{background-color: #e6e8ea; cursor: pointer; opacity: 0.8;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list li:hover .edit_del{opacity: 1; visibility: visible;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list li.active {border-color: #00c5ef;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list li.active input[type="text"]{background-color:#fff;;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list .edit_del a{display: inline-block; padding: 0 10px; vertical-align: top; color: #25354f;}
.tab_stucture .tab_contener .tab_content .slide_contener .artical_list .edit_del span{display: inline-block;width: 1px; height: 15px; background-color:#5b677b; vertical-align: top; margin-top: 5px;}
.tab_stucture .tab_contener .tab_content a.submit_form{width: 140px; height: 45px; float: left; color: #fff; background-image: url(../images/site/submit_add.png); background-repeat: no-repeat; background-position: 18% center; background-size: 15%; padding-left: 20px; display: inline-block; background-color: #25354f; text-align: center; font-weight: 600; line-height: 45px;}
.tab_stucture .tab_contener .tab_content a.submit_form:hover{cursor: pointer; background-color: #000;}
.tab_stucture .tab_contener .tab_content .select_tag p{padding:0 0 0 75px; line-height: 20px;}
.tab_stucture .tab_contener .tab_content .select_tag .tag_add {margin-top: 10px; padding-bottom: 25px; border-bottom: 2px solid #eaecee;}
.tab_stucture .tab_contener .tab_content .select_tag .tag_add input[type="text"]{width: 45%;}
.tab_stucture .tab_contener .tab_content .select_tag .tag_add input[type="submit"]{width: 134px; background-repeat: no-repeat; background-image: url(../images/site/add_data.png); height: 40px; background-position: 90% center; border-radius: 20px; color: #fff; padding-right: 25px; text-align-last: center; background-size: 15%; position: relative; margin-right: -15px; font-size: 14px;}
.tab_stucture .tab_contener .tab_content .select_tag .tag_add input[type="submit"]:hover{cursor: pointer; background-color: #000;}
.tab_stucture .tab_contener .tab_content .tag_lists{background-color: #e7eaf0; padding: 10px 15px; font-size: 14px; color: #00c5ef; font-weight: bold; border: 1px solid #d4d5d7; border-radius: 0;  -o-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; transition: 0.4s ease all;}
.tab_stucture .tab_contener .tab_content .tag_lists:hover , .tab_stucture .tab_contener .tab_content .tag_lists.active:hover{background-color: #00c5ef; color: #fff; border-color:#00c5ef; cursor: pointer;}
.tab_stucture .tab_contener .tab_content .tag_lists.active{background-color: #fff; border-color:#00c5ef;}
.tab_stucture .tab_contener .tab_content .list_contener{padding-top: 25px;}
.tab_stucture .tab_contener .tab_content .main_doc .right_content .camera_{display: none;}
.tab_stucture .tab_contener .tab_content .submit_data{width: 100%;}
.tab_stucture .tab_contener .tab_content .submit_data .left_content{width: 40%; float: left;}
.tab_stucture .tab_contener .tab_content .submit_data .right_content{width: 60%; float: right;}
.tab_stucture .tab_contener .tab_content .submit_data .right_content span{width: 27px; height: 27px; display: inline-block; vertical-align: top; margin-left: 10px;}
.tab_stucture .tab_contener .tab_content .submit_data .right_content p{display: inline-block; width: calc(100% -  45px)}
.tab_stucture .tab_contener .tab_content .submit_data .left_content {text-align: left;}
.tab_stucture .tab_contener .tab_content .submit_data .left_content input[type="submit"], .tab_stucture .tab_contener .tab_content .submit_data .left_content input[type="button"]{width: 180px; background-image: url(../images/site/correct_icon.png); background-repeat: no-repeat; background-position: 85% center; background-size: 25px; padding-right: 25px;}
.tab_stucture .tab_contener .tab_content .submit_data .left_content input[type="submit"]:hover, .tab_stucture .tab_contener .tab_content .submit_data .left_content input[type="button"]{background-color: #000; cursor: pointer}
.tab_stucture .tab_contener .tab_content .submit_data .left_content input[type="reset"]{width: 123px; background-color: #fff; color: #25354f; height: 45px; font-weight: bold; margin-left: 10px;}
.tab_stucture .tab_contener .tab_content .submit_data .left_content a.back_tab{min-width: 123px; width:auto;padding: 0 10px; background-color: transparent; margin-left: 0; display: inline-block; background-color: #fff; font-weight: 600;line-height: 45px; text-align: center;}
.tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file {-o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file.mt0{margin-top: 0;}
.tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file input[type="text"]{width: 60%;}
.user_ .tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file .right_content{width: 70%;}
.user_ .tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file .right_content .file_{width: 40%;}
.user_ .tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file .left_content{width: 30%;}

/* POST Page */
.post .top_bar .left_bar{width: 35%; float: left; text-align: left;}
.post .top_bar .right_bar{width: 65%; float: right;}
.post .top_bar .left_bar a{display: inline-block; height: 40px; padding:10px 5px; background-color: #f9f9fa; min-width: 40px; background-repeat: no-repeat; background-position: center; text-align: center; vertical-align: top; color: #25354f; font-size: 14px;}
.post .top_bar .left_bar a img{width: 50%;}
.post .top_bar .left_bar a.download{background-image: url(../images/site/download_icon.png);background-size: 17px;}
.post .top_bar .left_bar a.download:hover{background-image: url(../images/site/download_hover.png)}
.post .top_bar .left_bar a.print{background-image: url(../images/site/print.png);background-size: 20px;}
.post .top_bar .left_bar a.print:hover{background-image: url(../images/site/print_hover.png);}
.post .top_bar .left_bar a.share{background-image: url(../images/site/share_hover.png);background-size: 20px;}
.post .top_bar .left_bar a.share:hover{background-image: url(../images/site/share.png);}
.post .top_bar .left_bar a.like{background-image: url(../images/site/like_icon.png); background-size: 25px; padding-left: 42px; background-position: 20% center}
.post .top_bar .left_bar a.comment{background-image: url(../images/site/comment_icon.png); background-size: 20px; padding-left: 42px; background-position: 31% 60%;}
.post .top_bar .left_bar a.comment:hover{background-image: url(../images/site/comment_hover.png);}
.post .top_bar .right_bar ul.info_list {list-style: none;}
.post .top_bar .right_bar ul.info_list li{display: inline-block; min-width:19%; background-color: #fff;  padding: 0 10px; vertical-align: top}
.post .top_bar .right_bar ul.info_list li+li{min-width: 26.35%;}
.post .top_bar .right_bar ul.info_list li a{display: block; line-height: 40px; text-align: center; color: #768296;}
.post .contener .right_content{padding-left: 0; padding-right: 2%; float: left;}
.post .post_slider {position: relative; margin-top: 10px;}
.post .post_slider .owl-prev , .post .post_slider .owl-next{position: absolute; top: 45%; font-size: 0; width: 55px; height: 65px;}
.post .post_slider .owl-carousel {height: 600px;}
.post .post_slider .owl-carousel .item p{position: absolute; right: 15px; bottom: 15px; color: #fff; font-weight: 300;}
.post .post_slider .owl-carousel .item a{position: absolute; left: 15px; bottom: 15px;width: 40px; height: 40px; background-image: url(../images/site/zoom_slider.png);background-repeat: no-repeat; background-size: 100%;}
.post .post_slider .owl-next{background-image: url(../images/site/right_arrow_1.png); right: 0; }
.post .post_slider .owl-prev { background-image: url(../images/site/left_arrow_1.png); left: 0}
.post .post_slider .slider_content{min-height: 255px; background-color: #fff; padding: 25px 15px 15px;}
.post .post_slider {margin-bottom: 40px;}
.post .messages{float: right;}
.post .messages h5{color: #ffffff;}
.post .chapter_pre{list-style: none;}
.post .chapter_pre li{display: block; min-height: 35px; padding: 5px 0;}
.post .chapter_pre li a{padding: 0 14px; display: block; color: #25354f; font-weight: 500;}
.post .chapter_pre li:hover{background:#f2f4f5;}
.post .messages {margin-bottom: 10px; padding-bottom: 0;}
.post .messages .msg_head{background-image: url(../images/site/select_1.png); background-repeat: no-repeat; background-position: 7% center; background-size: 13px;}
.post .messages .msg_head:hover{ cursor: pointer;}
.post .messages .msg_body{padding: 10px 0 10px; display: block; min-height: inherit;}
.post .messages .msg_body.tags{padding: 15px;}
.post .messages .msg_body.tags .tag_lists{padding: 10px 10.5px;}
.tag_lists {background-color: #e7eaf0;padding: 10px 15px;font-size: 14px;color: #00c5ef;font-weight: bold;border: 1px solid #d4d5d7;border-radius: 0;-o-transition: 0.4s ease all;-moz-transition: 0.4s ease all;-webkit-transition: 0.4s ease all;transition: 0.4s ease all; display: inline-block; margin-bottom: 5px;}
.tag_lists:hover{background-color: #00c5ef; color: #fff; border-color:#00c5ef; }
.tag_lists.active{background-color: #ffffff; border-color: #00b0d6; color: #00b0d6;}
.post .messages .msg_body .attach_file{list-style: none; padding-top: 10px; padding-bottom: 10px;}
.post .messages .msg_body .attach_file li{display: block; padding: 5px 0}
.post .messages .msg_body .attach_file li a{display: block; background-image: url(../images/site/pdf.png); background-repeat: no-repeat; background-position: 90% center; padding: 0 50px;0 10px; background-size: 7%; -webkit-transition: 0.4s ease all; -o-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.post .messages .msg_body .attach_file li:hover{background-image: url(..);background-color: #f2f4f5;}
.post .messages .msg_body .attach_file li:hover a{background-image: url(../images/site/download.png);}
.post .box_ {background-color: #f9f9fa; padding: 15px;}
.post .people_like {margin-bottom: 10px;}
.post .people_like h3{background-image: url(../images/site/like_icon.png); background-repeat: no-repeat; background-position: right center; background-size: 22px; padding-right: 32px;}
.post .people_like h3 span{display: inline-block; width: 12px;float: left; }
.post .people_like h3 span img{vertical-align: top; padding-top: 5px;}
.post .people_like .people_list {margin-top: 20px; display: block;}
.post .people_like .people_list a{display: inline-block; background-image: url(../images/site/people_1.svg);line-height: 35px; text-align: center; padding-right: 35px; padding-left: 20px; background-size: 18px; background-repeat: no-repeat; background-position: 91% center; color: #25354f;}
.post .people_like .people_list a:hover{background-color: #f2f4f5;}
.post .comment_box {margin-bottom: 15px;}
.post .comment_box h3{background-image: url(../images/site/comment_hover.png); padding-right: 35px; background-repeat: no-repeat; background-position: right 3px; background-size: 25px; border-bottom: 1px solid #dee0e2; padding-bottom: 13px;}
.post .comment_box h3 span{font-weight: 500; font-size: 14px; color: #25354f; padding-right: 30px;}
.post .comment_box .comment_list{width: 69%; margin: 0 auto;padding: 25px 0;}
.post .comment_box .comment_list .comment_input {position: relative; margin-bottom: 15px;}
.post .comment_box .comment_list .comment_input input[type="text"]{height: 50px; padding-right: 56px; background-image: url(../images/site/people_1.svg); background-size: 28px; background-position: 98% center; background-repeat: no-repeat; padding-left: 90px;}
.post .comment_box .comment_list .comment_input input[type="submit"]{position: absolute; width: 70px ;height: 30px; background-color: #747e8f; border-radius: 20px; font-size: 14px; left: 20px; top: 10px;}
.post .comment_box .comment_list .comment_ {padding-bottom: 25px; border-bottom: 1px solid #dee0e2; padding-top: 13px;}
.post .comment_box .comment_list .comment_ h5{color: #25354f; margin-bottom: 10px;}
.post .comment_box .comment_list .comment_ h5 label{font-weight: 500; padding-right: 15px;}
.post .messages.mob_show{display: none;}


/*-------------------------- ADMIN SIDE ----------------------------*/


.admin_ {background-color: #eaecee;}
.admin_ header{background-color: #fff;}
.admin_ header .desktop_nav nav{padding-right: 44px;}
.admin_ header .desktop_nav nav ul li a{color: #25354f; font-weight: 600; font-size: 15px;}
.admin_ header .desktop_nav nav ul li span{position: absolute;left: -10px;top: -14px;background-color: #ff4343;color: #fff;min-width: 25px;text-align: center;border-radius: 50%; padding::; 5px}
.admin_ header .desktop_nav nav ul li a:hover{border-bottom-color: #25354f;}
.admin_ header .desktop_nav nav ul li.active a{border-bottom-color: #25354f;}
.admin_ header .desktop_nav .left_header a.new_post.locate{background-image: url(../images/site/locate.png); font-weight: 500; color: #fff;}
.admin_ header .desktop_nav .left_header a.log_out { font-size: 15px; color: #25354f; font-weight: 600; min-resolution: res;width: 75px;text-align: center;}
.admin_ .main .category_head h1 {float: right; width: 40%;}
.admin_ .main .category_head h1 span{font-size:16px; font-weight: 500; margin-right: 15px; color: #25354f;}
.admin_ .main .category_head .left_header{float: left; width: 60%; text-align: left}
.admin_ .main .category_head .selection {text-align: left}
.admin_ .main .category_head .selection select{background-color: #fff; background-size: 12px;}
.admin_ .main .category_head .selection input[type="text"]{width: 43%; background-color: #fff; background-image: url(../images/site/tool.svg); background-repeat: no-repeat; background-size: 17px; background-position: 10px center}

/* Admin Pops */
.overlay{position: absolute; width: 100%; height: 100%; visibility: hidden; opacity: 0; z-index:99999; -o-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; transition: 0.4s ease all; top: 0; left: 0;}
.popup_contener{top:0% ;left: 0; right: 0; margin: 0 auto; position: fixed;max-width:100%; width: 100%; height: 100%; opacity: 0; visibility: hidden; background-color:transparent; z-index: 999;  padding-top: 25px;}
.overlay.active{ opacity: 1; visibility: visible; }
.pop_open{position: relative; z-index: 11;}
.popup_contener.active {visibility: visible; opacity: 1;}
.new_msg {margin: 0 auto; margin-top: 10%;padding: 15px 10% 45px; max-width: 780px;  width: 100%; background-color: #fff; position: relative; z-index: 999999; }
.new_msg h2{text-align: center; margin-bottom: 35px;}
.new_msg p{margin-bottom: 10px;}
.new_msg input[type="text"]{margin-bottom: 10px;}
.new_msg textarea{height: 100px; resize: none; width: 100%;background-color: #eaecee; margin-bottom: 30px;}
.new_msg input[type="submit"]{min-width: 140px; width: auto; margin: 0 auto; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.new_msg input[type="submit"]:hover{background-color: #000; cursor: pointer;}
.new_msg input[type="reset"]{min-width: 140px; width: auto; margin: 0 auto; height: 40px; font-weight: 600; color: #25354f; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.new_msg input[type="reset"]:hover{cursor: pointer; color: #306FD6;}
.new_msg .col_5{width: 48%; display:inline-block; float: right;}
.new_msg .col_5 p{margin-bottom: 5px;}
.new_msg .ml{margin-left: 4%;}
.new_msg .options {margin-bottom: 30px;}
.new_msg .options p{margin-bottom: 5px;}
.new_msg .options select{width: 100%; height: 40px; background-image: url(../images/site/select_2.png); background-size: 12px; background-position: 20px center}
.add_close{width: 73%; margin: 0 auto}
.popup_contener .pop-close{position: absolute; left: 10px; top: 10px; background-image: url(../images/site/close_1.png); width: 26px; height: 26px;}
.file_upload{margin-bottom: 25px;}
.file_upload .file_img{display: inline-block; width: 46px; height: 46px; border-radius: 50%; overflow: hidden; vertical-align: top;}
.file_upload .file_img img{width: 100%;}
.file_upload .img_select{display: inline-block; width: auto; vertical-align: top; padding-top: 12px;padding-right: 5px;}
.new_msg.share_post p{margin-bottom: 0px;}
.new_msg.share_post strong{margin-bottom: 8px; display: block;}
.new_msg.share_post .add_close{margin-top: 40px;}


/* INDEX Page */
.category_body{width: 100%;}
.admin_ .category_body.posts{}
.admin_ .posts .post_head{list-style: none; background-color: #fff; padding-right: 30px;}
.admin_ .posts .post_head li{display: inline-block; font-size: 12px ; color: #868e9b; font-weight: 600;line-height: 40px; vertical-align: top}
.admin_ .posts .post_head li{width: 10%;}
.admin_ .posts .post_head li+li{ padding-right: 10px;width: 13.5%;}
.admin_ .posts .post_head li+li+li{ padding-right: 0px;width: 15.5%;}
.admin_ .posts .post_head li+li+li+li{width: 10.1%;}
.admin_ .posts .post_head li+li+li+li+li{width: 35%;}
.admin_ .posts .post_head li+li+li+li+li+li{width: 14%;}
.admin_ .posts .post_lits{background-color: #fff; padding: 0 0px 20px 15px; height: 520px; overflow: hidden}
.admin_ .posts .post_body{list-style:none; padding-top: 5px; background-color:#f2f4f6;}
.admin_ .posts .post_body.even{ background-color: #fff;}
.admin_ .posts .post_body li{display: inline-block;padding-right: 10px; width: 11.5%; font-size: 14px ;color: #25354f; min-height: 30px; vertical-align: top; line-height: 30px; word-wrap: break-word}
.admin_ .posts .post_body li a{display:block; font-size: 14px ;color: #25354f;}
.admin_ .posts .post_body li+li{width: 12.5%;}
.admin_ .posts .post_body li+li+li{width: 15%;}
.admin_ .posts .post_body li+li+li+li{width: 11.5%;}
.admin_ .posts .post_body li+li+li+li+li{width: 27%; margin-right: 1.8%;}
.admin_ .posts .post_body li+li+li+li+li a{display: inline-block; vertical-align: top; font-weight: 500;}
.admin_ .posts .post_body li+li+li+li+li a.attach_pin{width: 20px; padding-top: 5px; margin-left: 12%;}
.admin_ .posts .post_body li+li+li+li+li a.download_post{min-width: 115px; border-radius: 15px; border: 1px solid #25354f; color: #25354f; font-size: 13px; height: 23px; line-height: 18px;text-align: center; margin-top: 5px;padding: 0 5px;margin-left: 2%;padding-right: 7px;}
.admin_ .posts .post_body li+li+li+li+li a.upload{min-width: 110px; border-radius: 15px;background-color: #25354f;  color: #fff; font-size: 13px; height: 23px; line-height: 21px;text-align: center; margin-top: 5px;padding: 0 5px; background-image: url(../images/site/upload_files.png); background-repeat: no-repeat; background-position: 90% center; font-weight: 300; background-size: 10px;}
.admin_ .posts .post_body li+li+li+li+li+li {width: 4%; margin: 0; padding-right: 0; padding-left: 2%; padding-top: 5px;}
.admin_ .posts .post_body li+li+li+li+li+li+li{padding-left: 0; padding-right: 2px; width: 13.5%; padding-top: 0;}
.admin_ .posts .post_body li+li+li+li+li+li+li select{width: 84%; background-color: transparent; background-image: url(../images/site/select_2.png)}

/* Message Page */
.category_head .btn{min-width: 140px; border-radius: 25px; font-weight: 500; height: 40px; line-height: 40px;}
.message_list{padding: 20px; background-color: #fff; border-bottom: 2px solid #eaecee;position: relative; -webkit-transition: 0.4s ease all; -o-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.message_list:hover{cursor: pointer; background-color: #f9f9fa; }
.message_list .msg_date{display: inline-block; vertical-align: top; width: 15%;}
.message_list .msg_body{display: inline-block; vertical-align: top; width: 71%;}
.message_list .msg_body p strong{display: block; margin-bottom: 7px;}
.message_list .edit_msg{position: absolute; left: 20px; bottom: 15px;}
.message_list .edit_msg a{display: inline-block; }
.message_list .edit_msg span{display: inline-block; width: 1px; height: 10px; background-color: #969eaa; margin: 0 5px;}

/* Contact Page */
.admin_ .contact .tab_structure{margin-left: 0;}
.admin_ .contact_list ul.contact_body li+li{width: 42%;}
.admin_ .contact_list ul.contact_body li+li+li {width: 18.5%;}
.admin_ .contact_list ul.contact_body li+li+li+li {width: 18.2%; border: none;}
.admin_ .contact_list ul.contact_body li+li+li+li+li{width: 12.5%; background-image: none;  padding: 0}
.admin_ .contact_list ul.contact_body li .edit_del {display: inline-block; width: 100%; margin-top: 12px; margin-right: 15px; opacity: 0; visibility: hidden; -webkit-transition: 0.4s ease all;
    -o-transition: 0.4s ease all;transition:0.4s  ease all;}
.admin_ .contact_list ul.contact_body:hover{cursor: pointer; background-color: #f9f9fa;}
.admin_ .contact_list ul.contact_body:hover .edit_del{opacity: 1; visibility: visible;}
.admin_ .contact_list ul.contact_body li .edit_del a{ display: inline-block; font-weight: 500;margin: 0; margin-left: 5px; vertical-align: top; color: #25354f; padding: 0; }
.admin_ .contact_list ul.contact_body li .edit_del span{display: inline-block; width: 1px; height: 15px; background-color: #969eaa; vertical-align: top; float: none; margin-top: 5px;}
.category_head .btn.new_contact{min-width: 120px;}
.admin_ .contact .category_head{background-image: none;}
.admin_ .contact .category_head h1{padding-right: 80px; background-image: url(../images/site/contact_icon.png);background-repeat: no-repeat; background-position: right center}

/* Project Page */
.project .project_list .project_detail ul.project_body li p{display: inline-block; width: 47%;}
.project .project_list .project_detail ul.project_body li:hover p{ color: #00c5ef;}
.admin_ .project .project_list .project_detail ul.project_body li {position: relative;}
.admin_ .project .project_list .project_detail ul.project_body li span{float: none;}
.admin_ .project .project_list .project_detail ul.project_body li .edit_del{position: absolute; left: 10px; top:0%; opacity: 0; visibility: hidden; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; -o-transition: 0.4s ease all; transition: 0.4s ease all; }
.admin_ .project .project_list .project_detail ul.project_body li:hover .edit_del{visibility: visible; opacity: 1}
.admin_ .project .project_list .project_detail ul.project_body li .edit_del a{font-weight: 500; display: inline-block; vertical-align: top; margin-right: 5px;}
.admin_ .project .project_list .project_detail ul.project_body li .edit_del span{width: 1px; height: 15px; margin-top: 5px; background-color: #979fab; padding: 0; display: inline-block; vertical-align: top; margin-right: 5px; margin-top: 9px;}
.admin_ .project.main .category_head h1{padding-right: 60px; background-image: url(../images/site/project.png);background-repeat: no-repeat; background-position: right center}
.admin_ .project .category_head{background-image: none;}
.admin_ .project .category_head .search_bar{width: 275px; background-color: #fff; border-radius: 26px; margin-left: -32px;}
.admin_ .project .category_head .btn.new_contact{position: relative;z-index: 11; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.admin_ .project .category_head .btn.new_contact:hover{cursor: pointer; background-color: #000;}
.admin_ .project .project_list .project_detail .project_head p{font-weight: 600; color: #9aa0ab;}

/* Upload  */
.admin_ .project .tab_contener .category_head {margin-bottom: 10px;}
.admin_ .project .tab_contener .category_head h3{width: 25%; display: inline-block; line-height: 40px;}
.admin_ .tab_stucture .tab_contener .tab_content{ visibility: visible; opacity: 1; position: relative;}
.admin_ .tab_stucture .tab_contener .tab_content .submit_data .left_content{width: 100%;}
.admin_ .tab_stucture .tab_contener .tab_content .submit_data .left_content input[type="submit"]:hover{background-color: #000; cursor: pointer;}
.admin_ .tab_stucture .tab_contener .tab_content .submit_data .left_content input[type="submit"].withot_publish{background: #fff; color: #25354f;padding: 0 10px;margin-left: 3px;}
.admin_ .tab_stucture .tab_contener .tab_content .submit_data .left_content input[type="submit"].withot_publish:hover{background-color: #25354f; color: #fff;}
.admin_ .tab_stucture .tab_contener .tab_content .submit_data .left_content input[type="reset"]{min-width: 123px; width:auto;padding: 0 10px; background-color: transparent; margin-left: 0;}
.admin_ .tab_stucture .tab_contener .tab_content .submit_data .left_content input[type="reset"]:hover{cursor: pointer; color: #000;}
.admin_ .tab_stucture .tab_contener .tab_content .main_doc .right_content .file_{background-position: 90% center; background-image: url(../images/site/upload.png); background-size: 17px; background-color: #25354f; padding-right: 20px; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.admin_ .tab_stucture .tab_contener .tab_content .main_doc .right_content .file_:hover{background-color: #000;}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box .left_content{width: 42%;}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box .left_content .left_content{width: 65%;}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box.attach_file .left_content .right_content{width: 35%;}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box .right_content{width: 58%;}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box .right_content .click_download{float: right; text-align: right; width: 48%; font-weight: 600; text-decoration: underline; padding-top: 8px}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box .right_content .download_file{text-align: right; padding-left: 15px; display: inline-block; font-weight: 600;padding-top: 10px;}
.admin_ .tab_stucture .tab_contener .tab_content .slide_contener{display: block;}
.admin_ .tab_stucture .tab_contener .tab_content .main_doc.cover_box{padding-bottom: 35px;}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box.attach_file .right_content{width: 50%;}
.admin_ .tab_stucture .tab_contener .tab_content .main_doc.attach_file.main_doc {margin-top: 0;}
.admin_ .tab_stucture .tab_contener .tab_content .main_doc.attach_file .right_content .file_{width: 61%;}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box .left_content .right_content ul{list-style: none; text-align: right}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box .left_content .right_content ul li{color: #2c3c55; text-decoration: underline; font-weight: 500; text-transform: uppercase}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box .left_content .right_content ul li a{display: inline-block; width: 12px; height: 12px; vertical-align:top; margin-top: 2px; margin-left: 5px;}
.admin_ .tab_stucture .tab_contener .tab_content .cover_box.select_tag{margin-top: 25px; margin-bottom: 20px;}
.admin_ .tab_stucture .tab_contener .tab_content .main_doc .right_content .file_ p{font-weight: 300;}
.cover_box .form_system_admin h4{width: 50%; display: inline-block;}
.cover_box .form_system_admin label{max-width: 49%; display: inline-block; text-align: left; vertical-align: top; float: left;padding:10px 0; color: #25354f; font-weight: 600; background-image: url(../images/site/checkbox_2.png); background-repeat: no-repeat; background-position: right center; background-size: 15px; padding-right: 8px;}
.cover_box .form_system_admin label.active{ background-image: url(../images/site/checkbox_2_active.png)}
.cover_box .form_system_admin label input[type="checkbox"]{opacity: 0;}
.admin_ ul.info_list {list-style: none; width: 60%; float: left;}
.admin_ ul.info_list li{display: inline-block; min-width:19%; background-color: #fff;  padding: 0 10px; vertical-align: top; background-color: #f9f9fa;}
.admin_ ul.info_list li+li{min-width: 26.35%;}
.admin_ ul.info_list li a{display: block; line-height: 40px; text-align: center; color: #768296;}
.admin_ a.share{display: inline-block;height: 40px;padding: 10px 5px;background-color: #ffffff;min-width: 40px;background-repeat: no-repeat;background-position: center;text-align: center;vertical-align: top; background-image: url(../images/site/share.png);background-size: 20px; float: left; margin-right: 10px;}
.admin_ a.share:hover{background-image: url(../images/site/share.png);}

/* Upload Comment */
.admin_ .post .comment_box .comment_list {width: 82%;}
.admin_ .post .comment_box h3{width: 82%;margin: 0 auto;}
.admin_ .post .comment_box .comment_list .comment_ h5{width: 70%; display: inline-block;}
.admin_ .post .comment_box .comment_list .comment_ a{display: inline-block; background-image: url(../images/site/del_comment.png); background-position: right center; padding-right: 23px; background-repeat: no-repeat; background-size: 15px; float: left; -o-transition: 0.4s ease all; -webkit-transition: 0.4s ease all; -moz-transition: 0.4s ease all; transition: 0.4s ease all;}
.admin_ .post .comment_box .comment_list .comment_ a:hover{color: #747E8F;}

.search_bar_ad{ background: #fff; display: inline-block; vertical-align: top;}
.search_bar_ad input[type="input"]{background: transparent;}
.search_bar_ad input[type="submit"]{ display: inline-block;vertical-align: top;width: 30px;height: 40px;background: #fff no-repeat center center;background-image: url(../images/site/tool.svg);background-size: 15px; cursor: pointer}
.admin_ .main .category_head .selection input[type="text"] {width: 82%;background-color: #fff;background-image: none;background-repeat: no-repeat;background-size: 17px;background-position: 10px center;}


.project .project_list .project_detail ul.project_body li p{vertical-align: top;}
.project .project_list .project_detail ul.project_body li p input[type="text"] { background: transparent;padding: 0;font-size: 14px;font-weight: bold;color: #25354f;line-height: normal;height: 22px;margin: 5px 0;width: 88%;}
.project .project_list .project_detail ul.project_body li.active p input[type="text"] {background: #DDF6FB;}


.user_ .tab_stucture .tab_contener .tab_content .main_doc.attach_file.main_doc {margin-top: 0;}
.user_ .tab_stucture .tab_contener .tab_content .main_doc.attach_file .right_content .file_{width: 61%;}
.user_ .tab_stucture .tab_contener .tab_content .cover_box .left_content .right_content ul{list-style: none; text-align: right}
.user_ .tab_stucture .tab_contener .tab_content .cover_box .left_content .right_content ul li{color: #2c3c55; text-decoration: underline; font-weight: 500; text-transform: uppercase}
.user_ .tab_stucture .tab_contener .tab_content .cover_box .left_content .right_content ul li a{display: inline-block; width: 12px; height: 12px; vertical-align:top; margin-top: 2px; margin-left: 5px;}

.user_ .tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file.new_attact {margin-top: 10px;}
.user_ .tab_stucture .tab_contener .tab_content .cover_box.attach_file .left_content .right_content{ width: 35%;}
.user_ .tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file.new_attact .right_content{width: 58%;}
.user_ .tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file.new_attact .left_content{width: 42%;}
.user_ .tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file.new_attact .left_content .left_content{width: 65%;}
.user_ .tab_stucture .tab_contener .tab_content .cover_box.main_doc.attach_file.new_attact .left_content .right_content{width: 35%;}
.user_ .tab_stucture .tab_contener .tab_content .cover_box.new_attact .right_content .download_file{text-align: right;padding-left: 15px;display: inline-block;font-weight: 600;padding-top: 10px;}

/* 8/6/2016 update css */
header .desktop_nav .left_header .search_box #src_btn {width: 40px;position: absolute;background-image: url(../images/site/tool_2.svg);background: url(../images/site/tool_2.svg) no-repeat center;background-size: 28px;left: 100px;cursor: pointer;}
header .desktop_nav .left_header .search_box input[type="text"]{background-image: none;}

.category_slider .slider_body .slide_img{overflow: hidden;}
.category_slider .slider_body .slide_img video{width: 100%;}
.post .post_slider .owl-carousel{display: none;}
.post .post_slider video{width: 100%;}