@import url('https://fonts.googleapis.com/css?family=Public Sans');
@import url('https://fonts.googleapis.com/css2?family=Public Sans:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public Sans:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css?family=Helvetica');
@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@600&display=swap');

@import url('https://fonts.googleapis.com/css?family=Roboto Slab');
@import url('https://fonts.googleapis.com/css2?family=Roboto Slab:wght@800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto Slab:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto Slab:wght@600&display=swap');

/*Noto Sans TC*/

html, body
{
  scroll-behavior: smooth;
}
body {
        background: white;
        transition: 0.5s ease;
        background-size: 100% 100%;
        font-family: "Roboto Slab", "Helvetica", "Arial", sans-serif;        
        text-decoration: none;
      font-size: 12pt;

    }
body, h1, h2, h3, div, p, i, ul, li, a, span, img, input, button {
      
      font-weight: normal;
      margin: 0;
      padding: 0;
      text-align:left;
    }
    a
    {
      text-decoration: none;
    }
body
{
    margin: 0px;
    padding: 0px;
/*  background: url('../img/backimg.jpg');
  background-size: 100% 100%;
  background-attachment: fixed;

*/

  }
.container
{
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.page
{
  position: relative;
  width: 1250px;
  box-sizing: border-box;
  margin: auto;
}
.page_1
{
  position: relative;
  width: 1150px;
  box-sizing: border-box;
  margin: auto;
}
#page
{
  position: relative;
  width: 1250px;
  box-sizing: border-box;
  margin: auto;
}

/*-------topbar---------*/
.topbar
{
  position: relative;
  float: right;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  background: #d7b56d;
  transition: 0.2s ease-in;
  display: none!important;
}
.topbar .topbar-con
{
  position: relative;
  float: right;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s ease;
}
.topbar .topbar-con .topbar-left 
{
  position: relative;
  float: left;
  width: auto;%;
  box-sizing: border-box;
  padding: 0px 0px;
  text-align: center;
}
.topbar .topbar-con .topbar-left  a
{
  position: relative;
  float: left;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  padding: 7px 12px;
  color: white;
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 0.4px;
  
}
.topbar .topbar-con .topbar-left a:last-child
{

}


.topbar .topbar-con .topbar-right
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
}
.topbar .topbar-con .topbar-right a
{
  position: relative;
  float: none;
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  padding: 6px 0px;
  padding-right: 10px;
  color: white;
  font-weight: 600;
  font-size: 10pt;
  letter-spacing: 0.8px;
}
.topbar .topbar-con .topbar-right a:hover
{
  text-decoration: underline;
}


/*-------topbar---------*/
.header
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  z-index: 2000;
  transition: 0.5s ease;
  background: white;
}
.header .header-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.header .header-con .header-left
{
  position: relative;
  float: left;
  width: 20%;
  box-sizing: border-box;
}
.header .header-con .header-left .web-logo
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
}
.header .header-con .header-left .web-logo img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0px;
}
.header .header-con .header-right
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  padding: 0px 0px;
}

.search_pop_btn
{
  background: white;
  color: black;
  border:1px solid #ccc;
  padding: 10px 10px!important;
  margin-top: 20px;
}

.header .header-con .header-right .navbar
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
}
.header .header-con .header-right .navbar ul.menubar
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  list-style-type: none;
  padding: 12px 0px;
}
.header .header-con .header-right .navbar ul.menubar li
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 0px 0px;
}

.header .header-con .header-right .navbar ul.menubar li a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 12px 10px;
  color: #222;
  transition: 0.5s ease;
  cursor: pointer;
   text-transform: capitalize;
    transition: all .3s ease;
    vertical-align: middle;
  font-size: 10.5pt;
  letter-spacing: 0.8px;
  border-radius: 3px;
    text-align: center;
    font-weight: 600;
    border-right: 1px solid #e9e9e9;
}

  .navbar .menubar li a
  {
  }
  .navbar .menubar li a img
  {
    position: relative;
    float: none;
    display: inline-block;
    width: 18px;
    height: 18px;
  }

.header .header-con .header-right .navbar ul.menubar li:last-child
{
  
}


.header .header-con .header-right .navbar ul.menubar li:hover a
{
  border-bottom: 3px solid #00262e;
  background: white;
  color: #00262e;
}




.header .header-con .header-right .navbar ul.menubar li .sub-menu
{
  position: absolute;
  float: left;
  width: 220px;
  box-sizing: border-box;
  list-style-type: none;
  background: white;
  margin-top: 52px!important;
  padding: 0px 0px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  z-index: 3000;
  -webkit-transition: 2s ease;
  transition: 0.1s ease;
  border-top:0px solid #777;
}
.header .header-con .header-right .navbar ul.menubar li .sub-menu.industry
{
/*  width: 800px;
  margin-left: -250px;*/
}

.header .header-con .header-right .navbar ul.menubar li .sub-menu a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  list-style-type: none;
  padding: 0px 0px;
  background: none!important;
  font-size: 11pt!important;
  border-top: 0px!important;
  text-transform: none;
  color: #00262e;
  
  letter-spacing: 0.3px;
  height: 0px;
  overflow: hidden;
  transition: 0.5s ease;
  border-radius: 0px;
}
.header .header-con .header-right .navbar ul.menubar li .sub-menu a img
{
  position: relative;
  float: left;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  padding: 6px 0px;
  border: 1px solid #ccc;
  border-radius: 50px;
  display: none;
}
.header .header-con .header-right .navbar ul.menubar li .sub-menu a span
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0px 0px;
  font-weight: normal;
  color: #00262e;
  
}
.header .header-con .header-right .navbar ul.menubar li .sub-menu.md a
{
  width: 100%;
}

.header .header-con .header-right .navbar ul.menubar li:hover .sub-menu
{
  height: auto;
  margin-top: 37px;
  padding: 0px 0px;
}
.header .header-con .header-right .navbar ul.menubar li:hover .sub-menu a
{
  padding: 6px 10px;
  border-bottom: 0.5px solid #eee;
  float: left;
  height: auto;
}
.header .header-con .header-right .navbar ul.menubar li.cont
{
  background: #03293d;
}
.header .header-con .header-right .navbar ul.menubar li.cont a
{
  color: white;
}
.header .header-con .header-right .navbar ul.menubar li .sub-menu a:hover
{
  background: #00262e!important;
  color: white!important;
}
.header .header-con .header-right .navbar ul.menubar li .sub-menu a:hover span
{
  color: white!important;
}

.header .header-con .header-right .navbar ul.menubar li a i
{
  font-size: 8pt;
  padding: 0px 6px;
}
.header .header-con .header-right .navbar ul.menubar li .sub-menu a:hover
{
}
.header .header-con .header-right .navbar ul.menubar li a.active
{
/*      background: #016399!important;
  color: white!important;  
*/}


.mob-nav-open-btn
{
  display: none;
}

.slider-home
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.slider-home .slider-home-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}



.slider
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.slider .slider-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.slider .slider-con .categories-box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0px;
}
.slider .slider-con .categories-box .categories-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 30px 0px;
}
.slider .slider-con .categories-box .categories-box-con .cate-box
{
  position: relative;
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 20px;
}
.slider .slider-con .categories-box .categories-box-con .cate-box .cate-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border:0px solid #ccc;
  /*box-shadow: 0px 0px 30px -10px #22a7e2;*/
  border-radius: 5px;
  overflow: hidden;
  transition: 0.5s ease;
}
.slider .slider-con .categories-box .categories-box-con .cate-box .cate-box-con:hover
{
/*  box-shadow: 0px 0px 40px -5px #22a7e2;*/
/*  outline:2px solid #22a7e2;
*/  transform: scale(1.05,1.05);
}

.slider .slider-con .categories-box .categories-box-con .cate-box .cate-box-con .cate-icon
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  height: 120px;
  text-align: center;
}
.slider .slider-con .categories-box .categories-box-con .cate-box .cate-box-con .cate-icon img
{
  position: relative;
  float: none;
  width: auto;
  height: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}
.slider .slider-con .categories-box .categories-box-con .cate-box .cate-box-con .cate-name
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
}
.slider .slider-con .categories-box .categories-box-con .cate-box .cate-box-con .cate-name h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  
  padding: 10px 10px;
  color: #333;
}


.row
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.row .row-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.row.md
{
  width: 50%;
  padding: 10px;
}
.row.sm
{
  width: 33.3333%;
  padding: 10px;
}
.row.sms
{
  width: 25%;
  padding: 10px;
}
.row.smd
{
  width: 75%;
  padding: 10px;
}


.work-overflow
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  display: none;
}
.work-overflow .work-overflow-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.work-overflow .work-overflow-con img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.heading
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.heading.style-1
{
  padding: 10px 0px;
}
.heading.style-1 h1
{
  color: white
  font-size: 28pt;
  font-weight: bold;
  text-align: center;
  color: #222;
}

.heading.style-2
{
  background: rgb(10,82,187);
background: linear-gradient(346deg, rgba(10,82,187,1) 0%, rgba(30,125,255,1) 32%, rgba(42,42,42,1) 32%, rgba(0,107,255,1) 33%, rgba(42,42,42,1) 33%, rgba(42,42,42,1) 100%);
}
.heading.style-2 h1
{
  color: white;
}

.heading.font-1 h1
{
  
}
.heading.font-2 h1
{
  
}


.heading h1
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 10px;
  font-weight: 800;
  font-size: 18pt;
  letter-spacing: 0.8px;
  text-align: left;
  color: #333;
  
}
.heading h2
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 10px;
  
  font-size: 18pt;
  font-weight: bold;
  color: #333;
}
.heading h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 10px;
  
  font-size: 14pt;
  font-weight: bold;
  color: #333;
}
.heading h4
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 10px;
  
  font-size: 12pt;
  font-weight: bold;
  color: #333;
}
.heading h1.center
{
  text-align: center;
}
.heading h1.right
{
  text-align: right;
}
.align-center
{
  text-align: center;
}
.align-left
{
  text-align: left;
}
.align-left
{
  text-align: right;
}
.heading line
{
  position: relative;
  float: none;
  display: inline-block;
  border-top:2px solid #9e9e9e;
  width: 50%;
  margin-top: -10px;
  padding: 1px;
  padding-bottom: 10px;
}

.heading h1 img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 500px;
}
.hed-img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.hed-img.md
{
  width: 50%;
}
.hed-img.sm
{
  width: 25%;
}
.hed-img img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.heading b 
{
  color: #005ac8;
}
    .more-view
    {
        position:relative;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 30px 0px;
        text-align: center;
    }
    .more-view a
    {
        position:relative;
        float: none;
        display: inline-block;
        width: auto;
        box-sizing: border-box;
        border:1px solid #DEEBFF;
        padding: 10px 20px;
        border-radius: 1px;
        background: white;
        color:black;
        font-weight: bold;
        
        box-shadow: 10px 10px #DEEBFF;
        transition: 0.5s ease;
    }
    .more-view a:hover
    {
        box-shadow: -10px -10px #DEEBFF;
    }

  .categories-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .categories-box .categories-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
  }
  .categories-box .categories-box-con .cat-box
  {
    position: relative;
    float: left;
    width: 16.6666%;
    box-sizing: border-box;
    padding: 10px 10px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .categories-box .categories-box-con .cat-box.cate_slider
  {
    width: 100%;
  }

  .categories-box .categories-box-con .cat-box .cat-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
    border:1px solid #eee;
    cursor: pointer;
    transition: 0.1s ease-in;
    box-shadow: 0px 10px 15px -5px #999;
    background: white;
    border-radius: 4px;
  }
  .categories-box .categories-box-con .cat-box .cat-box-con:hover
  {
    box-shadow: 0px 0px 20px -5px #888;
  }
  .categories-box .categories-box-con .cat-box .cat-box-con .cat-img
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    margin-top: -70px;
  }
  .categories-box .categories-box-con .cat-box .cat-box-con .cat-img img
  {
    position: relative;
    float: none;
    width: 100px;
    height: 100px;
    padding: 6px;
    box-sizing: border-box;
  border:1px solid #ccc;
  border-radius: 10px;
  background: white;
  box-shadow: 0px -20px 20px -10px #e7e7e7;
  }
  .categories-box .categories-box-con .cat-box .cat-box-con .cat-desc
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .categories-box .categories-box-con .cat-box .cat-box-con .cat-desc h2
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 0px;
    font-size: 12pt;
    font-weight: bold;
    height: 80px;
  }
  .categories-box .categories-box-con .cat-box .cat-box-con .cat-desc h2 a
  {
    
    color: #3685A8;
    font-size: 17pt;
  }
  .categories-box .categories-box-con .cat-box .cat-box-con .cat-desc p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    
    padding: 0px 0px;
    color: gray;
    font-size: 12pt;
    line-height: 22px;
    display: none;
  }
  .categories-box .categories-box-con .cat-box .cat-box-con .cat-link
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-top: 10px;
    display: none;
  }
  .categories-box .categories-box-con .cat-box .cat-box-con .cat-link a
  {
    position: relative;
    float: left;
    width: 80%;
    margin-left: 10%;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 2px;
    text-align: center;
    background: #9e9e9e;
    border:2px solid #9e9e9e;
    
    color: white;
    transition: 0.5s ease;
    
  }
  .categories-box .categories-box-con .cat-box .cat-box-con .cat-link a:hover
  {
    color: white;
    background: #9e9e9e;
  }



















.offering-box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
}
.offering-box .offering-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.offering-box .offering-box-con .offer-box
{
  position: relative;
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 20px 20px;
}
.offering-box .offering-box-con .offer-box .offer-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
/*  box-shadow: 0px 20px 120px -60px #22a7e2;*/
  transition: 0.5s ease;
  border:1px solid #ccc;
  box-shadow: 0 10px 10px 0px #22a7e2;
}
.offering-box .offering-box-con .offer-box .offer-box-con .off-img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  text-align: center;
}
.offering-box .offering-box-con .offer-box .offer-box-con .off-img img
{
  position: relative;
  float: none;
  max-width: 90px;
  box-sizing: border-box;
}
.offering-box .offering-box-con .offer-box .offer-box-con .off-icon
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  text-align: center;
}
.offering-box .offering-box-con .offer-box .offer-box-con .off-icon i
{
  position: relative;
  float: none;
  width: auto;
  box-sizing: border-box;
  font-size: 30pt;
  border:1px solid #ccc;
  padding: 17px 20px;
  border-radius: 60px;
}
.offering-box .offering-box-con .offer-box .offer-box-con .off-desc
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  height: 400px;
}
.offering-box .offering-box-con .offer-box .offer-box-con .off-desc h2
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  color: black;
  text-align: center;
}
.offering-box .offering-box-con .offer-box .offer-box-con .off-desc p
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  
  font-size: 11pt;
  text-align: center;
}
.offering-box .offering-box-con .offer-box .offer-box-con .off-desc a
{
  position: relative;
  float: left;
  width: 60%;
  margin-left: 20%;
  box-sizing: border-box;
  padding: 6px 20px;
  
  font-size: 10pt;
  color: white;
  background: #222 ; /*#22a7e2*/
  border-radius: 1px;
  margin-top: 10px;
  transition: 0.5s ease;
  text-align: center;
  border-radius: 50px;
  background-image: linear-gradient(to bottom, #007aff, #0074ff, #006eff, #0068ff, #0062ff, #005bff, #0054ff, #004cff, #0041ff, #0033ff, #0022ff, #0000ff);
}
.offering-box .offering-box-con .offer-box .offer-box-con:hover
{
  transform: scale(1.05,1.05);
  box-shadow: 0px 0px 20px -5px black;
}
.offering-box .offering-box-con .offer-box .offer-box-con .off-desc a:hover
{
  padding: 6px 30px;
  box-shadow: 0px 0px 20px -5px black;
}


  .portfolio-box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
}
.portfolio-box .portfolio-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.portfolio-box .portfolio-box-con .pf-box
{
  position: relative;
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 20px 20px;
}
.portfolio-box .portfolio-box-con .pf-box .pf-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  box-shadow: 0 10px 10px 0px #22a7e2;
  transition: 0.5s ease;
  border:0.5px solid #ccc;
  border-radius: 5px;
}
.portfolio-box .portfolio-box-con .pf-box .pf-box-con .pf-img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  text-align: center;
  max-height: 300px;
  overflow: hidden;
}
.portfolio-box .portfolio-box-con .pf-box .pf-box-con .pf-img img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.portfolio-box .portfolio-box-con .pf-box .pf-box-con .pf-desc
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
}
.portfolio-box .portfolio-box-con .pf-box .pf-box-con .pf-desc h2
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  color: black;
  text-align: center;
  font-size: 14pt;
}
.portfolio-box .portfolio-box-con .pf-box .pf-box-con .pf-desc p
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  
  font-size: 11pt;
  text-align: center;
}
.portfolio-box .portfolio-box-con .pf-box .pf-box-con .pf-desc a
{
  position: relative;
  float: left;
  width: 60%;
  margin-left: 20%;
  box-sizing: border-box;
  padding: 6px 20px;
  
  font-size: 10pt;
  color: white;
  background: #222 ; /*#22a7e2*/
  border-radius: 1px;
  margin-top: 10px;
  transition: 0.5s ease;
  text-align: center;
  border-radius: 50px;
  background-image: linear-gradient(to bottom, #007aff, #0074ff, #006eff, #0068ff, #0062ff, #005bff, #0054ff, #004cff, #0041ff, #0033ff, #0022ff, #0000ff);
}
.portfolio-box .portfolio-box-con .pf-box .pf-box-con:hover
{
  transform: scale(1.05,1.05);
  box-shadow: 0px 0px 20px -5px black;
}
.portfolio-box .portfolio-box-con .pf-box .pf-box-con .pf-desc a:hover
{
  padding: 6px 30px;
  box-shadow: 0px 0px 20px -5px black;
}



.cnt-box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.cnt-box .cnt-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
}
.cnt-box .cnt-box-con p
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 0px;
  
  text-align: justify;
  color: #333;
}
.cnt-box .cnt-box-con h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 0px;
  
  text-align: left;
  color: #22a7e2;
  font-size: 18pt;
}
.cnt-box .cnt-box-con strong
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 0px;
  
  text-align: justify;
  color: #333;
  font-size: 13pt;
}
.cnt-box .cnt-box-con span
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 0px;
  
  text-align: justify;
  color: #333;
}
.cnt-box .cnt-box-con img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  
  text-align: center;
  color: gray;
  padding-bottom: 20px;
}
.cnt-box .cnt-box-con ul
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 60px;
  
  text-align: left;
  color: #333;
  padding-bottom: 10px;
}
.cnt-box .cnt-box-con ul li
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  
  text-align: left;
  color: #333;
  padding: 4px;
}
.cnt-box .cnt-box-con ol
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  
  text-align: left;
  color: #333;
}
.cnt-box .cnt-box-con ol li
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  
  text-align: left;
  color: #333;
  padding: 4px;
}
.cnt-box .cnt-box-con .link
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
}
.cnt-box .cnt-box-con a
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 10px 20px;
  
  text-align: left;
  color: white;
  margin-right: 10px;
  background: black;
}

.view-more
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 0px;
}
.view-more a
{
  position: relative;
  float: auto;
  width: auto;
  box-sizing: border-box;
  border:1px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  
  font-weight: bold;
  color: black;
  box-shadow: inset 0px 20px 10px -25px black;
  transition: 0.2s ease;
}
.view-more a:hover
{
  box-shadow: 0px 20px 10px -20px black;
  padding: 10px 30px;
}

.rp-box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.rp-box .rp-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
}
.rp-box .rp-box-con .rp-box-left
{
  position: relative;
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding: 5px 0px;
  padding-right: 15px;
}

.rp-box .rp-box-con .rp-box-left .rp-box-left-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.rp-box .rp-box-con .rp-box-left .rp-box-left-con .rpt-box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
}
.rp-box .rp-box-con .rp-box-left .rp-box-left-con .rpt-box .rpt-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 15px;
  box-shadow: 0px 0px 100px -60px #22a7e2;
  transition: 0.5s ease;
}
.rp-box .rp-box-con .rp-box-left .rp-box-left-con .rpt-box .rpt-box-con:hover
{
  transform: scale(1.02,1.02);
}
.rp-box .rp-box-con .rp-box-left .rp-box-left-con .rpt-box .rpt-box-con h5
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0px;
  margin: 0px;
}
.rp-box .rp-box-con .rp-box-left .rp-box-left-con .rpt-box .rpt-box-con h5 a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  
  margin: 0px;
  font-size: 12pt;
  line-height: 25px;
  font-weight: bold;
  color: #666;
}
.rp-box .rp-box-con .rp-box-left .rp-box-left-con .rpt-box .rpt-box-con p
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  
  margin: 0px;
  font-size: 10pt;
  line-height: 22px;
  color: gray;
}
.rp-box .rp-box-con .rp-box-left .rp-box-left-con .rpt-box .rpt-box-con a.rdlink
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 6px 20px;
  
  font-size: 10pt;
  color: white;
  background: #22a7e2;
  border-radius: 1px;
  margin-top: 10px;
  transition: 0.5s ease;
  margin-bottom: 40px;
}







.rp-box .rp-box-con .rp-box-right
{
  position: relative;
  float: left;
  width: 30%;
  box-sizing: border-box;
  padding: 5px 0px;
  padding-left: 15px;
}
.rp-box .rp-box-con .rp-box-right .rp-box-right-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.rp-box .rp-box-con .rp-box-right .rp-box-right-con .prs-box
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0px;
}
.rp-box .rp-box-con .rp-box-right .rp-box-right-con .prs-box .prs-box-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 15px;
  box-shadow: 0px 0px 100px -60px #22a7e2;
  transition: 0.5s ease;
}
.rp-box .rp-box-con .rp-box-right .rp-box-right-con .prs-box .prs-box-con:hover
{
  transform: scale(1.02,1.02);
}
.rp-box .rp-box-con .rp-box-right .rp-box-right-con .prs-box .prs-box-con h5
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0px;
  margin: 0px;
}
.rp-box .rp-box-con .rp-box-right .rp-box-right-con .prs-box .prs-box-con h5 a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  
  margin: 0px;
  font-size: 12pt;
  line-height: 25px;
  font-weight: bold;
  color: #016399;
}
.rp-box .rp-box-con .rp-box-right .rp-box-right-con .prs-box .prs-box-con p
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
  
  margin: 0px;
  font-size: 10pt;
  line-height: 22px;
  color: gray;
}
.rp-box .rp-box-con .rp-box-right .rp-box-right-con .prs-box .prs-box-con a.rdlink
{
  position: relative;
  float: left;
  width: auto;
  box-sizing: border-box;
  padding: 6px 20px;
  
  font-size: 10pt;
  color: white;
  background: #016399;
  border-radius: 1px;
  margin-top: 10px;
  transition: 0.5s ease;
  margin-bottom: 40px;
}

.footer
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
/*  background:url('../../storage/other_images/web/bg1.jpg');
  background-size: 100% 100%;*/
  background: #022728;

}
.footer .footer-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 50px 0px;
}
.footer .footer-con .footer-top .footer-top-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-left
{
  position: relative;
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .ft-logo
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .ft-logo img
{
  position: relative;
  float: left;
  width: 80%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .ft-contact
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .ft-contact a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 6px 0px;
  color: gray;
  
  font-weight: normal;
  font-size: 10pt;
  letter-spacing: 1px;
  line-height: 22px;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .pmt-img
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .pmt-img h2
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  
  color: gray;
  padding: 10px 0px;
}
.footer .footer-con .footer-top .footer-top-con .ft-left .ft-left-con .pmt-img img
{
  position: relative;
  float: left;
  width: 80%;
  box-sizing: border-box;
}









.footer .footer-con .footer-top .footer-top-con .ft-center
{
  position: relative;
  float: left;
  width: 75%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.footer .footer-con .footer-top .footer-top-con .ft-center .ft-center-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.footer .footer-con .footer-top .footer-top-con .ft-center .ft-center-con .ft-link
{
  position: relative;
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
  padding: 0px 10px;
}
.footer .footer-con .footer-top .footer-top-con .ft-center .ft-center-con .ft-link h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  
  padding-bottom: 20px;
  color: black;
  font-size: 14pt;
  font-weight: bold;
}
.footer .footer-con .footer-top .footer-top-con .ft-center .ft-center-con .ft-link a
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  
  padding: 6px 0px;
  color: rgba(255,255,255,.45);
  font-size: 10pt;
  color: gray;
}
.footer .footer-con .footer-top .footer-top-con .ft-center .ft-center-con .ft-link a:hover
{
  color: gray;
}





.footer .footer-con .footer-top .footer-top-con .ft-right
{
  position: relative;
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 10px 20px;
  background: #ccc;
  background: rgba(255,175,75,1);
background: -moz-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,175,75,1)), color-stop(100%, rgba(255,146,10,1)));
background: -webkit-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -o-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: -ms-linear-gradient(left, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
background: linear-gradient(to right, rgba(255,175,75,1) 0%, rgba(255,146,10,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=1 );
  background-image: linear-gradient(to right, #000000, #101010, #191919, #232323, #2c2c2c);

border-radius: 10px;
  box-shadow: 0px 2px 20px -5px black;
  display: none;

}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con h3
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
  padding-bottom: 20px;
  color: white;
  font-size: 16pt;
  text-align: center;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-input
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-input input
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding:10px 20px;
  border:0px solid #ccc;
  border-radius: 50px;
  box-shadow: 0 2px 2px 0 black;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-submit
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-submit button
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border:5px solid #ccc;
  border-radius: 50px;
  cursor: pointer;
  padding:0px;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-submit button span
{
  position: relative;
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding:10px;
  cursor: pointer;
  text-align: center;
  background: #111;
  color: white;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.footer .footer-con .footer-top .footer-top-con .ft-right .ft-right-con .req-form form .form-group .form-submit button i
{
  position: relative;
  float: right;
  width:30%;
  box-sizing: border-box;
  padding:12.5px;
  cursor: pointer;
  text-align: center;
  background: #222;
  color: white;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}












.footer .footer-con .footer-bottom
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-bottom .footer-bottom-con
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left
{
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left p
{
  position: relative;
  float: left;
  width: 100%;
  padding: 0px 0px;
  
  letter-spacing: 0.5px;
  color: white;
  box-sizing: border-box;
  font-size: 11pt;
  text-align: center;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-left p a
{
  color: #eee;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-right
{
  position: relative;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 14px 0px;
  display:none;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-right a.social-heading
{
  background: white;
  color: black;
}
.footer .footer-con .footer-bottom .footer-bottom-con .fb-right a
{
  position: relative;
  float: right;
  width: auto;
  box-sizing: border-box;
  padding: 8px 20px;
  color: white;
  border:2px solid white;
  margin-left: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px -5px black;
}
  .team-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .team-box .team-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .team-box .team-box-con .tm-box
  {
    position: relative;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 10px;
  }
  .team-box .team-box-con .tm-box .tm-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
    box-shadow: 0px 0px 10px -5px black;
    box-shadow: 0 10px 10px 0px #22a7e2;
    background: white;

  }
  .team-box .team-box-con .tm-box .tm-box-con .tm-img
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
  }
  .team-box .team-box-con .tm-box .tm-box-con .tm-img img
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .team-box .team-box-con .tm-box .tm-box-con .tm-desc
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;  
  }
  .team-box .team-box-con .tm-box .tm-box-con .tm-desc h3
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;

    text-align: center;
    padding: 10px 0px;
  }
  .team-box .team-box-con .tm-box .tm-box-con .tm-desc p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    
    text-align: center;
    padding: 6px 0px;
  }
  .team-box .team-box-con .tm-box .tm-box-con .tm-link
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0px;
  }
  .team-box .team-box-con .tm-box .tm-box-con .tm-link a
  {
    position: relative;
    float: left;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    color: gray;
  }
    .common-image
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .common-image .common-image-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 120px;
    overflow: hidden;
  }
  .common-image .common-image-con img
  {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .common-image .common-image-up
  {
    position: absolute;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 10px 0px;
  }
  .common-image .common-image-up h1
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    color: #424244;
    text-shadow: 1px 1px #eee;
    font-size: 35pt;
    font-weight: bold;
    text-align: center;
  }
  .common-image .common-image-up .rec-link
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    color: white;
    background: black;
    background: rgb(0,0,0);
background: linear-gradient(27deg, rgba(0,0,0,0) 9%, rgba(0,0,0,1) 9%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 91%, rgba(0,0,0,0) 91%);
text-align: center;
  }
  .common-image .common-image-up .rec-link a
  {
    position: relative;
    float: none;
    width: auto;
    padding: 10px;
    color: white;
    font-size: 11pt;
    letter-spacing: 0.5px;
/*    text-shadow: 1px 1px black;*/
    
  }

  .breadcrumb
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background: #00262e!important;
  }
  .breadcrumb .breadcrumb-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
  }
  .breadcrumb .breadcrumb-con a
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    font-family: inherit;
    padding: 6px 6px;
    font-size: 10pt;
    color: white;
    
  }
  
	.report-desc-box
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 20px 0px;
	}
	.report-desc-box .report-desc-box-con .report-left
	{
		position: relative;
		float: left;
		width: 70%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box
	{
		position: relative;
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding: 10px 20px;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 8px;
		border:1px solid #ccc;
		box-shadow: 0 2px 2px 0 black;
		transition: 0.5s ease;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con:hover
	{
		box-shadow: 0px 5px 20px -5px black;
	}
	
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con .title
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con .title h2
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 6px 0px;
		
		font-size: 12pt;
		color: #9e9e9e;
		line-height: 22px;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con .title p
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 6px 0px;
		
		font-size: 10pt;
		color: gray;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con .price
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con .price span
	{
		position: relative;
		float: left;
		width: auto;
		box-sizing: border-box;
		
		padding: 6px 8px;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con .price span.discount
	{
		color: #9e9e9e;

	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con .price span.amt
	{

	}

	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con .price a
	{
		position: relative;
		float: right;
		width: auto;
		box-sizing: border-box;
		
		padding: 6px 20px;
		background: #9e9e9e;
		color: white;
		font-size: 10pt;
		margin-right: 50px;
		transition: 0.5s ease;
	}
	.report-desc-box .report-desc-box-con .report-left .report-left-con .report-box .report-box-con .price a:hover
	{
		padding: 6px 30px;
		box-shadow: 0 5px 5px 0 black;
	}





 .press-report-box
  {
    position: relative;
    float: left;
    width: 33.3333%;
    box-sizing: border-box;
    padding: 10px 20px;
  }
 .press-report-box .press-report-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 8px;
    border:1px solid #DEEBFF;
    box-shadow: 10px 10px #888;
    transition: 0.5s ease;
    overflow: hidden;
    background:white;

  }
 .press-report-box.md .press-report-box-con
  {
  }

 .press-report-box .press-report-box-con:hover
  {
    box-shadow: -20px -20px #888;
  }
  
 .press-report-box .press-report-box-con .img
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 180px;
    overflow: hidden;
  }
 .press-report-box .press-report-box-con .img img
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0px;
    
    font-size: 12pt;
    color: #9e9e9e;
    line-height: 22px;
  }
 .press-report-box .press-report-box-con .title
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    height: 150px;
    overflow: hidden;
  }
 .press-report-box .press-report-box-con .title h2
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0px;
    
    font-size: 12pt;
    color: #9e9e9e;
    line-height: 22px;
  }
 .press-report-box .press-report-box-con .title p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 0px;
    
    font-size: 10pt;
    color: gray;
  }
 .press-report-box .press-report-box-con .price
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
 .press-report-box .press-report-box-con .price span
  {
    position: relative;
    float: left;
    width: auto;
    box-sizing: border-box;
    
    padding: 6px 8px;
  }
 .press-report-box .press-report-box-con .price span.discount
  {
    color: #9e9e9e;

  }
 .press-report-box .press-report-box-con .price span.amt
  {

  }

 .press-report-box .press-report-box-con .price a
  {
    position: relative;
    float: right;
    width: auto;
    box-sizing: border-box;
    
    padding: 6px 20px;
    background: #9e9e9e;
    color: white;
    font-size: 10pt;
    margin-right: 50px;
    transition: 0.5s ease;
  }
 .press-report-box .press-report-box-con .price a:hover
  {
    padding: 6px 30px;
    box-shadow: 0 5px 5px 0 black;
  }

 .press-report-box .press-report-box-con .price
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    bottom: 0px;
  }
 .press-report-box .press-report-box-con .price .link
  {
    position: relative;
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 10px;
  }
 .press-report-box .press-report-box-con .price .link a
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    color: white;
    background: #9e9e9e;
    border-radius: 50px;
    box-shadow: 0px 0px 10px -5px black;
  }
 .press-report-box .press-report-box-con .price .link a.buy
  {
    background: #5d5d5d;
  }
 .press-report-box .press-report-box-con .price .link a.buy:hover
  {
    background: #9e9e9e;
  }
 .press-report-box .press-report-box-con .price .link a:hover
  {
    background: #5d5d5d;
  }







	.report-desc-box .report-desc-box-con .report-right
	{
		position: relative;
		float: left;
		width: 30%;
		box-sizing: border-box;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		background: white;
		padding: 0px 0px;
    border:0px solid #ccc;
		box-shadow: 0 2px 2px 0 black;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con h3
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px;
		border-bottom: 0px solid #ccc;
		
		font-weight: normal!important;
		color: white;
    background: dodgerblue;
	}
	.report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links
	{
		position: relative;
		float: left;
		width: 100%;
		box-sizing: border-box;
		padding: 0px 0px;
	}
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    background: white;
    border-bottom: 0px solid #ccc;
    cursor: pointer;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox.active
  {
    background: dodgerblue;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox.active a
  {
    color: white;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox.active i
  {
    color: dodgerblue;
    background: white;
    border:none;
  }



  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox.sub_active
  {
    background: dodgerblue;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox.sub_active a
  {
    color: white;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox.sub_active i
  {
    color: dodgerblue;
    background: white;
    border:none;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links  .sub-checkbox-box.active
  {
    display: block;
  }






  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox a
  {
    color: #333;
    padding: 6px 0px;
    float: left;
    font-size: 10pt;
    width: auto;
    box-sizing: border-box;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox a:hover
  {
    color: dodgerblue;
    text-decoration: underline;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox i
  {
    color: #ddd;
    padding: 6px 5px;
    float: right;
    font-size: 10pt;
    width: auto;
    box-sizing: border-box;
    border:0.4px solid #ddd;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .checkbox i:hover
  {
    background: #ddd;
    color: gray;
  }


  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .sub-checkbox-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    transition: 0.5s ease;
    display: none;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .sub-checkbox-box-content
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0px;
    padding-left: 10px;
    background: white;
    border-bottom: 0px solid #ccc;
    cursor: pointer;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .sub-checkbox-box-content.active a
  {
    text-decoration: underline;
    color: dodgerblue;
  }

  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .sub-checkbox-box-content a
  {
    color: #333;
    padding: 3px 0px;
    float: left;
    font-size: 10pt;
    width: 100%;
    box-sizing: border-box;
  }
  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .sub-checkbox-box-content a:hover
  {
    color: dodgerblue;
    text-decoration: underline;
  }

  .report-desc-box .report-desc-box-con .report-right .report-right-con .ct-box .ct-box-con .links .sub-checkbox-box-content i
  {
    color: dodgerblue;
    padding: 5px 6px;
    float: left;
    font-size: 8pt;
    width: auto;
    box-sizing: border-box;
  }

  
  .l-pr
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .l-pr .l-pr-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
  }
  .l-pr .l-pr-con .l-pr-box
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0px;
  }
  .l-pr .l-pr-con .l-pr-box .l-pr-box-con
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 10px -5px black;
    padding: 6px;
  }
  .l-pr .l-pr-con .l-pr-box .l-pr-box-con p
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 10pt;
    color: #00262e;
    text-align: left;
    
  }
  .l-pr .l-pr-con .l-pr-box .l-pr-box-con p:hover
  {
    text-decoration: underline;
    color: #00262e;
  }

  .l-pr .l-pr-con .l-pr-box .l-pr-box-con a
  {
    position: relative;
    float: left;
    width: 100%;
    box-sizing: border-box;
    font-size: 11pt;
    font-weight: bold;
    color: black;
    padding: 4px 0px;
  }
