
/* BEGIN about us history */

.about_p1 {
  width: 100%;
  margin: 0px auto;
}
.about_p1 table {
  width: 100%;
}
.about_p1 td {
  padding: 20px;
  text-align: left;
}
.about_p1 td:nth-child(1) {
  width: 55%;
}
.about_p1 td:nth-child(2) {
  text-align: justify;
  width: 45%;
}
.about_p1 .title_decoration {
  position: relative;
  text-align: left;
  margin-bottom: 0px;
}
.title_decoration {
    font-size: 30px;
    color: #111;
    margin: 0 auto 30px;
    padding: 10px 0;
    text-align: center;
    position: relative;
    line-height: 40px;
}
.title_decoration:after {
    content: '';
    width: 250px;
    height: 2px;
    background: #339B79;
    display: block;
    margin: 20px auto 0;
}
.about_p1 .title_decoration:after {
  margin: 20px 0;
}
.about_p1 td p {
  font-size: 14px;
  line-height: 24px;
}
.about_bottom {
  background: rgb(46, 155, 143, 0.7);
  text-align: center;
  box-shadow: 0 3px 3px #ccc;
  position: relative;
  z-index: 1;
}
.about_bottom ul {
  list-style: none;
  display: table;
  margin: auto;
  padding-left: 0;
}
.about_bottom ul li {
  display: table-cell;
  width: 25%;
  position: relative;
  padding: 50px 30px;
}
.about_bottom ul li:after {
  content: '';
  background: url(../images/new_abo_img06.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 100%;
}
.about_bottom ul li:last-child:after {
  display: none;
}
.about_p2 {
  margin: auto;
  padding: 50px 20px;
  background: url(../images/new_abo_img08.jpg) no-repeat left top;
  background-attachment: fixed;
}
.about_p2 table {
  width: 100%;
}
.about_p2 td {
  padding: 30px;
}
.about_p2 td:nth-child(1) {
  width: 60%;
}
.about_p2 td:nth-child(2) {
  width: 40%;
}
.about_p2 .title_decoration {
  text-align: left;
}

.about_p2 .title_decoration:after {
  margin: 20px 0;
}
.about_p3 {
  margin: auto;
  padding: 75px 15px;
}

.about_p4 {}

.about_p4 table {
  width: 100%;
}

.about_p4 td {
  line-height: 0;
}
.time_history
{
  padding-left: 0px;
  font-size: 14px;
  line-height: 24px;
}
.time_history li {
  background: url(../images/time_sq.png) left 7px no-repeat;
  margin: 12px 0;
  padding: 5px 0;
  list-style: none;
}
.time_history li .time {
  /*background: #ededed;*/
  width: 107px;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  margin-right: 65px;
  line-height: 50px;
}

.time_history li .time_txt {
  display: inline-block;
  position: absolute;
  line-height: 24px;
  padding-right: 40px;
}
.license_pic {
  text-align: center;
  padding-left: 0px;
}

.license_pic li {
  display: inline-block;
  vertical-align: top;
  width: 16%;
  padding: 10px;
}
.license_pic li img {
  border: 5px #fff solid;
  height: 250px;
}
.license_pic li h6 {
  font-size: 15px;
  font-weight: normal;
  height: 45px;
  color: #111;
  overflow: hidden;
  line-height: 22px;
}
/* END about us history */

.vnt-login
{
  float: right;
  right: 2%;
}
.wap_question{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.wap_question h2{font-size: 20px;}
.wap_question:last-child{border-bottom: none;}
.wap_question .accordion {
    background: #fff;
    cursor: pointer;
    padding: 5px;
    width: 95%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}



.wap_question .accordion:after {
  content: '\f078';
  color: #777;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  position: absolute;
    right: 10px;
}

.wap_question .accordion.on:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
   font-weight: bold;
   color: #777;
}
.on {
  background: #000 !important;
  color: #fff;
  }
.panel {
  padding: 0 30px 0;
  background-color: white;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0;
}
.panel strong
{
    color: red;
    display: inline-block;
}
.breadcrumb{margin-top: 12px;}
.menu-about{
    border-right: 1px solid #eee;
    padding-right: 10px;
}
.menu-about .mc-title{
   font-size: 16px;
    padding-top: 20px;
    padding-bottom: 8px;
    line-height: 26px;
}
.menu-about .mc-title h2{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
.menu-about .mc-content{
    background: #ffffff;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.menu-about .mc-content.last{
    border-bottom:none;
}
.menu-about .mc-content ul{padding-left: 0;}
.menu-about .mc-content ul li{
    list-style: none;
}
.menu-about .mc-content ul li a{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
    display: block;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    position: relative;
}

.menu-about .mc-content ul li a:after{
    position: absolute;
    top: 12px;
    left: 10px;
    font-family: fontawesome;
    content: '\f105';
    color: #ffffff;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}
.menu-about .mc-content ul li.current a:after,
.menu-about .mc-content ul li a:hover:after{
    opacity: 1;
}
.menu-about .mc-content ul li.current a{
    color: #eb2f90;
    padding: 5px 7px 5px 0px;
}
.menu-about .mc-content ul li a:hover{
    color: #eb2f90;
    padding: 5px 7px 5px 25px;
}
.menu-about .mc-content ul ul{
    display: none;
}

.menu-about .mc-content ul li.current > ul{
    display: block;
}
.menu-about .mc-content ul ul li{
    background: #fcfcfc;
    border-bottom: 1px solid #FFFFFF;
}
.menu-about .mc-content ul ul li a:after{
    display: none;
}
.menu-about .mc-content ul ul li a{
    padding: 12px 7px 12px 25px;
    background: transparent;
}
.menu-about .mc-content ul ul li.current a,
.menu-about .mc-content ul ul li a:hover{
    color: #0d2a8a;
    background: transparent;
}
.desc-onenews
{
  margin:0 auto;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}
.all_cat_wrapper:hover .all_categories{display:block}
#vnt-header{position:inherit}
.title-about{text-transform:uppercase;position:relative;border-left:3px solid #fd4100;padding-left:15px;margin:20px 0}
.title-about h1{font-size:20px;line-height:30px}
.title-about span{font-size:30px;line-height:40px;color:#fd4100}
.img-about{padding:24% 35%;background-repeat:no-repeat}
.img-about2{padding:26% 51%;background-repeat:no-repeat}
.contact-about{margin-bottom:30px}
@media screen and (max-width: 1024px) 
{
  .about_p1 td {
    display: block;
    width: 100% !important;
    padding: 5px;
}
.about_bottom ul li {
    display: inline-block;
    width: 49%;
    padding: 10px;
}
.about_bottom ul li:after
{
  display: none;
}
.about_p2 td {
    display: block;
    width: 100% !important;
    padding: 5px;
}
.about_p2 td:nth-child(2) {
    padding: 15px;
    background: rgba(255, 255, 255, 0.75);
}
.license_pic li {
    width: 31%;
}
.license_pic li img {
    height: 150px;
}
.time_history li {
    background: none;
    margin: 0;
    border-bottom: 1px #ccc dashed;
    margin-bottom: 5px;
}
.time_history li .time, .time_history li .time_txt {
    display: block;
    position: static;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
}
.time_history li .time {
    display: inline;
    width: auto;
    padding: 2px 5px;
    background: #c17b49;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}
.about_p2 .title_decoration
{
  margin-bottom: 0px;
}
.menu-about{display: none;}
  .desc-onenews
{
    width: 100%;
}
  .desc-onenews img { max-height: 100%; max-width: 100%; height: auto;width: auto; }
}