:root {
    --font-size: 12pt;
    --color-blue: rgb(0, 87, 183); 
    --color-orange2: rgb(255, 198, 93);
	--color-orange: #ff7900;
	--color-orange-dark2: hsl(39, 93%, 40%);
	--color-orange-dark: #ff7900;
	--color-orange-light: hsl(28, 100%, 93%);
	--color-blue-2: #256aa6;
  }

.bg-orange { background-color: var(--color-orange-light); }

.blue-2 { color: var(--color-blue-2)!important; }

.btn-1 { background-color: var(--color-orange); color: white; }
div, h1, h2, h3, h4, p, span, a, img, form, label, input, textarea {
	margin:0;
	padding:0;
}

.bg-jumbotron {
	background-image:url(/_images/bg_3.png);
}

body {
    font-family: "Andika", sans-serif;
    font-weight: 400;
    font-style: normal;
	margin:0;
	padding:0;
}

.blank {
	clear:both;
	line-height:0;
	font-size:0;
}

.main_area {
	width:1000px;
	margin:0 auto;
}

.main_wrap {
	width:100%;
	float:left;
}

.collus_text {
	color:#fff;
	text-align:right;
	padding:0 18px 0 0;
}
/*---------------------------------------------logo--------------------------------------------------*/
.logo_wrap {
	width:114px;
	float:left;
  display: block;
}
.logo_pad {
	padding:15px 0 18px 17px;
}
/*---------------------------------------------nav--------------------------------------------------*/

/*---------------------------------------------growth------------------------------------------*/
.growth_wrap {
	width:1000px;
	margin:0 auto;
	background:url(../images/growth_bg.jpg) 0 0 no-repeat;
	//height:145px;
}
.growth_text {
	font:bold 24px Trajan Pro, Arial, Helvetica, sans-serif;
	color:#576370;
	text-transform:uppercase;
	padding:45px 0 0 30px;
}
.gt_header {
  position: relative; top: -20px; left: 10px;
}
.gt_logo {
padding-left: 10px;
}

.develop_text {
	font:normal 16px Arial, Helvetica, sans-serif;
	color:#979b9f;
	text-transform:none;
	padding:0 0 0 3px;
}
/*----------------------------------------------body_left---------------------------------------------*/

.login_wrap {
	margin:0 auto;
}

.user_text {
	font:bold 24px Trajan Pro, Arial, Helvetica, sans-serif;
	color:#98aa1e;
	text-transform:uppercase;
	padding:32px 0 0 0;
}

.user_name_text {
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#576370;
	padding:12px 0 0 28px;
}
.contact_filed {
	border:none;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
	padding:3px;
	background:none;
	width:158px;
	height:18px;
	color:#000;
  border: 2px solid gray;
  border-radius: 5px;
  background-color: #fff;
}
.user_name_text1 {
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#576370;
	padding:12px 0 0 28px;
}
.log {
	font:bold 12px/24px Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/log_nor.jpg) 0 0 no-repeat;
	text-decoration:none;
	width:70px;
	height:25px;
	display:block;
	text-align:center;
}
.log:hover {
	font:bold 12px/24px Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/log_hover.jpg) 0 0 no-repeat;
	text-decoration:none;
	width:70px;
	height:25px;
	display:block;
	text-align:center;
}
.read_more1 {
	font:normal 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	color:#576370;
	height:20px;
	background:url(../images/orange_dot.jpg) 0 +6px no-repeat;
	text-decoration:none;
	display:block;
	padding:0 0 0 10px;
}
.read_more1:hover {
	color:#e58e11;
	text-decoration:none;
}
.event_wrap {
	float:left;
	width:100%;
  
}
.event_top_wrap {
	
  height: 40px !important;
  margin-top: 10px;
  border: 2px solid gray;       
  border-bottom: none;
  border-radius: 15px 15px 0 0;
  box-shadow: 5px 5px 5px #888888;
	background-color: #eee;	height:80px;
}
.event_middle_wrap {
  border-left: 2px solid gray;
  border-right: 2px solid gray; 
  background-color: #eee;	
  box-shadow: 5px 5px 5px #888888;
//  height: 200px;
}

.event_end_wrap {
  border: 2px solid gray;
  border-top: none; 
  background-color: #eee;	
  height:10px;
  border-radius: 0 0 15px 15px;
  box-shadow: 5px 5px 5px #888888;
}

.latest_text {
  height: 20px;
	font:bold 24px Trajan Pro, Arial, Helvetica, sans-serif;
	color:#f4911c;
	padding-top:10px;
  text-align: center;   
}

.event_inner {
	padding: 0 0.5rem;
	margin:0 auto;
}

.green_right {
	font:bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color:#a59832;
//	background:url(../images/green_right.jpg) 0 0 no-repeat;
	padding-top:10px;
}

.busniess_area_text1 {
	font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#576370;
	text-transform:none;
}

.read_more2 {
	font:normal 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	color:#e58e11;
	height:20px;
	background:url(../images/orange_dot.jpg) 0 +6px no-repeat;
	text-decoration:none;
	display:block;
	padding:0 0 0 10px;
}

.read_more2:hover {
	color:#7f9D07;
	text-decoration:none;
}

/*----------------------------------------------footer---------------------------------------------*/
.footer_wrap {
	width:100%;
	float:left;
	background:url(../images/footer_bg.png) 0 0 repeat-x;
	height:122px;
}
.footer_area {
	width:940px;
	margin:0 auto;
	padding:50px 0 0 0;
}
.footer_nav_area {
	float:left;
}
.copy_wrap {
	float:right;
	font:normal 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#576370;
	text-align:right;
}
.copy_wrap a {
	color:#576370;
	text-decoration:none;
}
a.footer:link, a.footer:visited {
	font:bold 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration:none;
	padding:0 8px 0 8px;
}
a.footer:hover, a.footeractive {
	font:bold 12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#93af15;
	text-decoration:none;
	padding:0 8px 0 8px;
}
.footer_nav_text {
	font:bold 11px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#f7931d;
}

.title_welcome {
	font:bold 20px Trajan Pro, Arial, Helvetica, sans-serif;
	color:#214eff;
	position: relative;
  top: -33px;
  background-color: #fff;
  width: 750px;
  border: solid 1px gray; 
  padding: 0px 20px 0px 20px;
  border-radius:5px 5px 5px 5px;
}
.title_web_text {
	font-weight: bold;
  font-size: 26px;
	font-family: 'Lobster', cursive;
  color:#898989;
	position: absolute;
  top: 140px; right: 200px;
  color:#fff;
  width: 300px;

}

fieldset { border: none; }
fieldset label { float: left; width: 120px; padding: 5px;}
fieldset input,fieldset select 
  { 
  float: left; width: 500px; padding: 3px;
	font:bold 12px Trajan Pro, Arial, Helvetica, sans-serif;
	color:#000;
  background-color: #eee;	
  
  border-radius: 3px 3px 3px 3px;
  box-shadow: 2px 2px 2px #888888;
  }
  
fieldset .line { padding: 2px; }
fieldset select { padding: 0px; height: 30px;}  
fieldset .errormessage { clear:both; padding: 0; padding-left: 180px; 
                          color: red; }
fieldset label .error {  color: red;}

.login_wrap h1 { font-size: 18px;}

.rmenu  { width: 200px;}
.line   { width: 100%; padding-left: 20px; padding-top: 10px; font-size: 12pt;}
.line label   
    { 
    width: 140px; padding: 2px; font-size: 1em;   
    }
.line input   
    { 
     padding: 2px; font-size: 12pt;   border-radius: 3px 3px 3px 3px;
    box-shadow: 2px 2px 2px #888888;
    }
    
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; 
    z-index: 100;
    background-color: #eee;
    border-bottom: solid 4px #cbFF02;
    border-top: solid 4px #cbFF02;
    padding-left: 300px;
    }    
    
.info {
      font-weight: bold;
      padding: 20px;
      background-color: #6f6;
      border-radius: 3px 3px 3px 3px;
      box-shadow: 2px 2px 2px #888888;
      }
      
.main_wrap h1,h2 { padding-top: 5px; padding-bottom: 10px; color: var(--color-orange-dark); font-weight: bold; //text-shadow: 1px 1px 1px black;}
.main_wrap h1 { font-size: 1.8em; padding-bottom: 10px;}
.main_wrap h2 { font-size: 1.5em; }
.main_wrap h3 { font-size: 1.1em; color:#576370;}
.main_wrap .head { font-size: 1.1em; color:#576370;}
.main_wrap .actionbar { width: 100px; float: left; display:block;}

.main_wrap p { padding-top: 5px; padding-bottom: 5px; 	
    text-justify: inter-word;}
    

.content-news { width: 100%; padding: 5px; }
.content-news .left-news  { float: left; width: 100px; }
.content-news .right-news { float: right; width: 650px; }
.content-news .left-news img { width: 95px !important; height: auto !important;}

.filedownload {padding: 10px; display: table-row;}
.filedownload div { width: 100%;  display: table-row; }
.filedownload span { font-size: 12px; font-weight: bold; display: table-cell;
    padding-left: 10px; 
    vertical-align: middle; }
.filedownload span:hover { text-decoration: underline; }
.filedownload img { width: 30px; 
        display: table-cell; vertical-align: middle; margin-right: 8px;}

#logo2 { position: absolute; left: 10%; z-index: 1000; visibility: hidden; }

#feedback { font-size: 1.4em; }
#selectable .ui-selecting { background: #FECA40; }
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0;  }
#selectable li { margin: 3px; padding: 0.4em; font-size: 1em;  }

.title { 
font-family: inherit; font-size: 1.3em; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 500; box-sizing: border-box; line-height: 1.1; color: rgb(229, 142, 17); margin: 0px; padding: 5px 0px 10px;
}

.title a { font-weight: bold; }

.ui-selectable li { 
    cursor: pointer;
}



.bg-postavc {
    background-image: url("/upload/news/avc-home1-min.jpg");
    background-size: cover;
    color: black;
}

.bg-jumbotron {
	background-image: url("/upload/bg-jumbotron.png");
	background-size: cover;	
}


.pull-right {
	position: relative;
	right: 0px;
}

.sidebar-box {
	#box-shadow: 2px 1px 50px #214eff;
	border-right: solid 1px var(--color-blue-2);
}

.sidebar-content { 
	padding-top: 2rem;
	padding-bottom: 2rem;
	color: var(--color-blue2)!important;
	//color: white;
}

.sidebar-content ul { 
	list-style-type: none;
}

.sidebar-content ul li { 
	list-style-type: none;
	padding-bottom: .3rem;
	font-weight: bold;
}

.sidebar-content a {
	//color: white;
	text-decoration: none;
}

.sidebar-content ul li ul li{ 
	list-style-type: none;
	padding-bottom: .3rem;
	font-weight: normal;
	font-weight: bold;
}

.sidebar-page { 
	margin-top: .3rem;
}
.sidebar-page a {
	font-size: .8em;
	display: block;
	text-decoration: none;
	padding-bottom: .3rem;
	color: #256aa6;
}


.search-box{
	//width: fit-content;
	height: fit-content;
	position: relative;
  }

  .input-search{
	height: 40px;
	width: 40px;
	border-style: none;
	padding: 10px;
	font-size: 15px;
	letter-spacing: 2px;
	outline: none;
	border-radius: 25px;
	transition: all .5s ease-in-out;
	border:solid 1px #256aa6;
	padding-right: 40px;
	color:var(--color-blue);
  }
 
  .input-search::placeholder{
	color: var(--color-blue);
	font-size: 15px;
	letter-spacing: 2px;
	font-weight: 100;
  }
  
  .btn-search{
	width: 40px;
	height: 40px;
	border-style: none;
	font-size: 15px;
	font-weight: bold;
	outline: none;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	right: 0px;
	color: var(--color-blue);
	background-color:transparent;
	pointer-events: painted;  
  }

  .btn-search:focus ~ .input-search{
	width: 300px;
	border-radius: 0px;
	background-color: transparent;
	border-bottom:1px solid var(--color-blue);
	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  }

  .input-search:focus{
	width: 300px;
	border-radius: 0px;
	background-color: transparent;
	border-bottom:1px solid var(--color-orange);
	transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  }
  
.event-logo { 
	max-height: 100px;
}

.taxe {  background-color: #eee; }
.taxe th { font-weight: bold; padding: 4px; background-color: var(--color-blue-2); color: #fff; }
.taxe th:nth-child(2) { text-align: center; }
.taxe th:nth-child(3) { text-align: center; }

.taxe td:nth-child(3) { text-align: center; }
.taxe td:nth-child(2) { text-align: center; }
.taxe td:nth-child(4) { font-size: 0.8em; }


.taxe tr:nth-child(2) { background-color: var(--color-orange); color: #fff!important; }
.taxe tr:nth-child(1) { background-color: var(--color-orange); color: #fff!important; }