* {
  border: 0;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #686868;
}

:-moz-placeholder {
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  opacity: 1;
}

::-moz-placeholder {
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  opacity: 1;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  opacity: 1;
}

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background-color: #ffffff;
}

::-webkit-scrollbar-track-piece {
  background: rgba(215, 206, 206, 0.48);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #072f61;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #073571;
  border: 2px solid #072f61;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #073571;
}

a, a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* a:hover{color: #e89920; cursor: pointer;} */
ul, li {
  margin: 0;
}

img {
  max-width: 100%;
}

/* TEXT */
#touch-menu {
  display: none;
}

body {
  font-family: "Google Sans";
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #343434;
  border: 0;
}
#header .logo {
  float: left;
  padding: 13px 0 10px;
}
#header .logo a {
  display: block;
  height: 96px;
  padding: 0;
  margin: 0 !important;
}
#header .logo a img {
  max-width: 100%;
  height: 100%;
}
#header.active {
  background: #343434;
  z-index: 1000;
}
#header.active .logo {
  padding: 0;
}
#header.active .logo a {
  height: 80px;
}
#header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#menu ul {
  list-style: none;
  float: left;
}
#menu ul li {
  float: left;
  position: relative;
}
#menu ul li:not(:first-child) {
  margin-left: 42px;
}
#menu ul li:not(:first-child):not(:last-child)::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #919191;
  border-radius: 50%;
  left: -24px;
  top: 50%;
  margin-top: -2px;
}
#menu ul li.active a {
  background: transparent;
  color: #FFC815;
}
#menu ul li a {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 10px 20px;
}
#menu ul li a.active {
  background: #FFC815;
  border-radius: 4px;
  color: #333333;
}

.banner {
  background: url(../img/bg-banner.jpg) center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.banner-container {
  width: 1500px;
  height: 740px;
  margin: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 40px 0;
}
.banner-content {
  width: 100%;
  overflow: hidden;
}
.banner-content .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.banner-content .container .desc {
  width: 50%;
}
.banner-content .container .desc p {
  font-weight: 500;
  font-size: 60px;
  line-height: 123.5%;
  color: #fff;
}
.banner-content .container .desc p span {
  color: #FFC815;
}
.banner-content .container .desc .see-more {
  margin-top: 70px;
}
.banner-img {
  text-align: right;
}

.see-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 52px;
  background: #FFC815;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.wrap-content {
  min-height: calc(100vh - 222px);
}
.wrap-content.no-banner {
  padding-top: 150px;
}

.investment-view {
  background: #FFFFFF;
  padding-bottom: 77px;
  position: relative;
}
.investment-view .box-top {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.02);
  margin-top: -70px;
  padding-top: 43px;
  padding-bottom: 50px;
  margin-bottom: 85px;
  padding-left: 30px;
  padding-right: 30px;
}
.investment-view .box-desc .lst-item {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.investment-view .box-desc .lst-item .item {
  text-align: center;
  padding: 0 20px;
}
.investment-view .box-desc .lst-item .item .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFC815;
  width: 64px;
  height: 64px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
}
.investment-view .box-desc .lst-item .item .icon::before, .investment-view .box-desc .lst-item .item .icon::after {
  content: "";
  position: absolute;
  background: #383838;
}
.investment-view .box-desc .lst-item .item .icon::before {
  width: 20px;
  height: 20px;
}
.investment-view .box-desc .lst-item .item .icon::after {
  width: 10px;
  height: 10px;
}
.investment-view .box-desc .lst-item .item .icon img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.investment-view .box-desc .lst-item .item p {
  margin-top: 60px;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #333333;
}
.investment-view .box-desc .lst-item .item p b {
  display: block;
}
.investment-view .box-desc .lst-item .item:nth-child(1) .icon::before {
  left: -5px;
  bottom: -5px;
}
.investment-view .box-desc .lst-item .item:nth-child(1) .icon:after {
  top: -3px;
  left: -3px;
}
.investment-view .box-desc .lst-item .item:nth-child(2) .icon::before {
  left: -5px;
  bottom: -5px;
}
.investment-view .box-desc .lst-item .item:nth-child(2) .icon:after {
  top: 20px;
  left: -20px;
}
.investment-view .box-desc .lst-item .item:nth-child(3) .icon::before {
  left: -15px;
  bottom: 35px;
}
.investment-view .box-desc .lst-item .item:nth-child(3) .icon:after {
  top: -5px;
  right: -5px;
}
.investment-view .box-desc .lst-item .item:nth-child(4) .icon::before {
  left: 30px;
  bottom: -15px;
}
.investment-view .box-desc .lst-item .item:nth-child(4) .icon:after {
  top: 20px;
  left: -20px;
}
.investment-view .desc {
  width: 1050px;
  margin: 24px auto 74px;
  max-width: 100%;
}

.title {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  text-align: center;
  margin: 0;
}
.title span {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #999999;
  margin-bottom: 8px;
}

.team {
  padding-top: 64px;
  padding-bottom: 70px;
  background: url(../img/bg-banner.jpg) center no-repeat;
  background-size: 100% 100%;
}
.team .title {
  color: #fff;
}
.team .lst-item {
  margin-top: 135px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.team .lst-item .item {
  text-align: center;
}
.team .lst-item .item .avt {
  width: 260px;
  height: 260px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team .lst-item .item .avt::before, .team .lst-item .item .avt::after {
  content: "";
  position: absolute;
  background: #FFC815;
  z-index: 1;
}
.team .lst-item .item .avt::before {
  width: 42px;
  height: 42px;
}
.team .lst-item .item .avt::after {
  width: 20px;
  height: 20px;
}
.team .lst-item .item .avt span {
  width: 145px;
  height: 145px;
  background: #FFC815;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.team .lst-item .item .avt-wrap {
  width: 70%;
  height: 70%;
  overflow: hidden;
  position: relative;
}
.team .lst-item .item .avt-wrap img {
  width: 145%;
  max-width: initial;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.team .lst-item .item .desc span {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #FFFFFF;
}
.team .lst-item .item .desc p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0;
}
.team .lst-item .item:nth-child(1) .avt::before {
  left: 5px;
  top: 90px;
}
.team .lst-item .item:nth-child(1) .avt::after {
  right: 0;
  bottom: 70px;
}
.team .lst-item .item:nth-child(2) .avt::before {
  right: 15px;
  top: 15px;
}
.team .lst-item .item:nth-child(2) .avt::after {
  left: -10px;
  top: 90px;
}

.investment-consequences {
  padding: 52px 0 86px;
}
.investment-consequences .select {
  margin-top: 8px;
}
.investment-consequences .chart-invest {
  margin-top: 70px;
  text-align: center;
}
.investment-consequences .lst-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 66px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.investment-consequences .lst-item .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.investment-consequences .lst-item .item .icon {
  width: 48px;
}
.investment-consequences .lst-item .item .desc {
  padding-left: 18px;
  color: #333;
}
.investment-consequences .lst-item .item .desc span {
  font-weight: normal;
  font-size: 18px;
  line-height: 23px;
}
.investment-consequences .lst-item .item .desc p {
  margin: 6px 0 0;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
}

.report {
  padding: 60px 0 130px;
  background: #383838;
  position: relative;
  overflow: hidden;
}
.report::before, .report::after {
  content: "";
  position: absolute;
  bottom: -33px;
  width: 397px;
  height: 397px;
}
.report::before {
  left: 0;
  background: url(../img/bg-report-l.png) center no-repeat;
}
.report::after {
  right: 0;
  background: url(../img/bg-report-r.png) center no-repeat;
}
.report .title {
  color: #fff;
}
.report-box {
  margin-top: 45px;
  position: relative;
  z-index: 1;
}
.report-box .nav {
  margin: 0 -10px 75px;
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.report-box .nav li {
  padding: 0 10px;
  width: 100%;
}
.report-box .nav li a {
  background: #414042;
  border-radius: 4px;
  padding: 8px;
  color: #BEBEBE;
  font-size: 18px;
  line-height: 25px;
  height: 60px;
  padding-left: 50px;
  background-image: url(../img/download-w.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}
.report-box .nav li a span {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.report-box .nav li.active a {
  background: #FFC815;
  background-image: url(../img/download-b.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  color: #000000;
}

.btn-detail {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

footer {
  background: #343434;
  padding: 40px 70px 32px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .item {
  width: 100%;
}
footer .item h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 20px;
}
footer .item p {
  color: #C4C4C4;
}
footer .item p img {
  margin-right: 8px;
}
footer .item p img + b a {
  color: inherit;
}
footer .item ul {
  list-style: none;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 50% 30px 50%;
  grid-template-columns: 50% 50%;
  gap: 30px;
  float: right;
}
footer .item ul li a {
  color: #fff;
}

.form-contact {
  width: 700px;
  max-width: 100%;
  margin: 30px auto;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.37);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.37);
  border-bottom: 5px solid #ffc815;
}
.form-contact p {
  margin-top: 20px;
  font-weight: bold;
}

#scroll-top {
  position: fixed;
  right: 75px;
  bottom: 200px;
  background: none;
}

@media (max-width: 1199px) {
  .banner-container {
    height: 600px;
  }

  .banner-content .container .desc p {
    font-size: 60px;
  }

  .banner-img img {
    height: 360px;
  }

  .investment-consequences .lst-item .item .desc p {
    font-size: 28px;
  }

  .report-box .nav li {
    padding: 0 8px;
  }
  .report-box .nav li a {
    font-size: 14px;
  }
  .report-box .nav li a span {
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .wrap-content.no-banner {
    padding-top: 100px;
  }

  .title {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-container {
    height: 440px;
  }

  .banner-content .container .desc p {
    font-size: 48px;
  }

  .banner-img img {
    height: 220px;
  }

  .banner-content .container .desc .see-more {
    margin-top: 10px;
  }

  .see-more {
    padding: 16px 30px;
  }

  .investment-view .box-top {
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 60px;
  }

  .investment-view .box-desc .lst-item .item p {
    font-size: 15px;
    margin-top: 30px;
  }

  .investment-consequences .lst-item {
    display: block;
  }
  .investment-consequences .lst-item .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 35px;
    margin-bottom: 20px;
  }

  .report-box .nav {
    display: block;
  }
  .report-box .nav li {
    display: inline-block;
    width: 50%;
    margin-bottom: 15px;
  }

  footer {
    display: block;
    position: relative;
  }
  footer .item {
    overflow: hidden;
  }
  footer .item:nth-child(1) {
    margin-top: 150px;
  }
  footer .item:nth-child(2) {
    position: absolute;
    top: 35px;
    left: 0;
  }
  footer .item ul {
    width: 100%;
    gap: 0;
  }
  footer .item ul li {
    text-align: center;
    padding: 15px;
  }

  body {
    position: relative;
  }

  #scroll-top {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: 430px;
  }

  .report::before {
    left: -200px;
  }

  .report::after {
    right: -200px;
  }
}
@media (max-width: 767px) {
  .investment-view .desc {
    padding: 0 15px;
  }
  .investment-view .desc p {
    text-align: center;
  }

  #menu {
    display: none;
  }

  #scroll-top {
    bottom: 478px;
  }

  .team .lst-item {
    display: block;
    margin-top: 50px;
  }
  .team .lst-item .item {
    margin-top: 50px;
  }
  .team .lst-item .item .avt {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .investment-view .box-desc .lst-item {
    display: block;
  }
  .investment-view .box-desc .lst-item .item {
    margin-bottom: 50px;
  }

  .report-box .nav {
    margin: 0 -10px 30px;
  }
  .report-box .nav li {
    padding: 0 10px;
    width: 100%;
  }
  .report-box .nav li a {
    font-size: 20px;
  }

  .banner-img {
    text-align: center;
  }
  .banner-img img {
    height: auto;
    width: 100%;
  }

  .banner-container {
    height: auto;
    padding: 120px 20px 80px;
  }

  .banner-content .container {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: 0;
    top: 0;
  }
  .banner-content .container .desc {
    width: 100%;
    text-align: center;
  }
  .banner-content .container .desc p {
    text-align: center;
  }
  .banner-content .container .desc .see-more {
    margin-top: 34px;
  }

  #header .logo {
    padding: 0;
  }
  #header .logo a {
    height: 70px;
  }

  #header.active .logo a {
    height: 60px;
  }

  footer {
    padding: 40px 20px;
  }

  footer .item h3 {
    text-align: center;
  }

  #menu {
    width: 100%;
    border: 0;
    background: rgba(0, 0, 0, 0.49);
    position: absolute;
    top: 100%;
    left: 0;
  }

  #menu ul li:not(:first-child):not(:last-child)::before {
    display: none;
  }

  #menu ul {
    width: 100%;
  }

  #menu ul li {
    width: 100%;
    margin: 0 !important;
  }

  #menu ul li a {
    padding: 7px 20px;
    color: #fffcfc;
  }

  #menu ul li a.active {
    color: #fff;
    background: none;
  }

  #touch-menu {
    width: 30px;
    height: 25px;
    float: right;
    position: absolute;
    margin-top: 1px;
    right: 15px;
    top: 18px;
    z-index: 99;
  }

  #touch-menu .touch-menu-inner, #touch-menu .touch-menu-inner:before, #touch-menu .touch-menu-inner:after {
    position: absolute;
    width: 30px;
    height: 4px;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    background-color: #ffc815;
  }

  #touch-menu .touch-menu-inner {
    display: block;
    margin-top: -2px;
    top: auto;
    bottom: 0;
    -webkit-transition-delay: 0.13s;
            transition-delay: 0.13s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.13s;
            transition-duration: 0.13s;
  }

  #touch-menu.opened .touch-menu-inner {
    -webkit-transition-delay: 0.22s;
            transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
            transform: translate3d(0, -10px, 0) rotate(-45deg);
  }

  #touch-menu.opened .touch-menu-inner:before {
    top: 0;
    -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  #touch-menu.opened .touch-menu-inner:after {
    top: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
    opacity: 0;
  }

  #touch-menu .touch-menu-inner:before, #touch-menu .touch-menu-inner:after {
    display: block;
    content: "";
  }

  #touch-menu .touch-menu-inner:before {
    top: -10px;
    -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  #touch-menu .touch-menu-inner:after {
    top: -20px;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  }
}

.lst-file-report {
    padding: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.37);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.37);
    border-bottom: 5px solid #ffc815;
    margin-top: 20px;
}

    .lst-file-report ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px solid #ddd;
        padding: 5px 0;
    }

        .lst-file-report ul li p {
            width: calc(100% - 50px);
            background: url("../img/pdf.png") no-repeat;
            background-position: 5px 8px;
            font-size: 16px;
            padding: 10px;
            padding-left: 40px;
            margin: 0;
            font-weight: bold;
        }

        .lst-file-report ul li .icon-download {
            background-image: url(../img/download-b.png);
            background-repeat: no-repeat;
            background-position: 15px center;
            width: 40px;
            height: 40px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
        }