.bg-blue {
  background: #002f54;
}

.bg-sky {
  background: #d1dbe2;
}

.bg-sky2 {
  background: #ebeff2;
}

.bg-sky3 {
  background: #006699
}

.f-white {
  color: #fff;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.btn-black {
  color: #b99619;
  background: #3e3e3e;
  border: 0px;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
  padding: 5px
}

.box-hide {
  display: none;
}

.v-middle {
  vertical-align: middle !important;
}

input[type=text]:disabled {
  background: #949494;
}

input[type=radio] {
  width: 20px;
  height: 20px;
}

#health label.error {
  display: none;
}

.accept label.error {
  display: none;
}

label.error {
  color: red;
}

.sweet-alert h2 {
  font-size: 25px !important;
}

.head-title {
  font-size: 30px;
  color: #fff;
}

a.banner-link {
  text-decoration: none;
  color: #4c4c4c;
}

a.banner-link:hover, a.banner-link:focus {
  text-decoration: none;
  color: #4c4c4c;
}

.banner-title {
  font-size: 18px;
  text-align: center
}

img.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.banner-bottom {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/*---------------------*/

/*-----home-news-page----*/

/*---------------------*/

#news_1 {
  background: #002f54;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#news-title {
  width: 96%;
  border-bottom: 1px solid #696969;
  padding: 10px 0;
  margin: 0 2%;
}

#media {
  background: #002f54;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 10px;
}

#media .title {
  color: #fff;
  font-size: 28px;
  padding: 10px 15px;
}

#media .seemore {
  padding: 20px 15px 0 0;
}

#media .seemore a {
  color: #fff;
  font-size: 14px;
}

#main-video {
  position: relative
}

#main-video .play {
  position: absolute;
  z-index: 99;
  left: 35%;
  margin-top: -45%;
}

#main-video .play img {
  width: 100px;
}

#home-video a {
  color: #000;
}

#home-video a:hover, #home-video a:focus {
  color: #000;
  text-decoration: none;
}

.home-video {
  padding: 10px 0
}

.home-video .img {
  float: left;
  width: 40%;
}

.home-video .title {
  float: left;
  width: 60%;
  padding: 5px 10px;
}

.related-link-id a {
  color: #000;
}

.related-link-id a:hover, .related-link-id a:focus {
  color: #000;
}

.related-link-id a .title {
  color: #006699;
}

.document-id a {
  color: #000;
}

.document-id a:hover, .document-id a:focus {
  color: #000;
}

/*---------------------*/

/*-----careers-page----*/

/*---------------------*/

.careers-page {
  background: #002f54;
  color: #fff;
}

#careers .title {
  padding-top: 10px;
}

#careers .careers-tab {
  padding: 60px 0;
}

.line {
  padding: 20px 20px 40px 20px
}

.line .line-box {
  border-top: 1px solid #fff;
}

.table-m {
  margin: 0px 10px
}

.t-head {
  text-align: center;
  vertical-align: middle;
}

/*Banner Shine */

figure.banner-bottom {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

figure.banner-bottom:hover+span {
  bottom: -36px;
  opacity: 1;
}

.hover-banner figure {
  position: relative;
}

.hover-banner figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover-banner figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.calendar-blue {
  background: #002f54;
  border-radius: 10px;
}

#calendar-pagein .title {
  font-size: 30px;
  color: #b99619;
}

#calendar-pagein .seemore {
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  text-align: right;
  padding-top: 25px;
}

#calendar-pagein .seemore a {
  color: #fff;
}

#calendar-activity thead tr th {
  font-size: 20px;
  color: #b99619;
  text-align: center;
  /*font-weight: 500 !important;*/
}

#calendar-activity tbody tr td {
  color: #fff;
  padding: 20px 0;
}

#calendar-activity tbody tr td {
  padding-left: 5px;
  padding-right: 5px;
}

#calendar-activity tbody tr td a {
  color: #fff;
}

#calendar-activity tbody tr td a:hover {
  color: #fff;
}

#calendar-activity .seemore-activity {
  padding-left: 47%;
}

#calendar-activity .expend {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: 7px;
  border: 2px solid;
}

#calendar-activity .expend i {
  font-size: 25px;
}

.news-title a:hover, a:visited, a:focus {
  text-decoration: none;
}

.news-title a .title {
  color: #fff;
  font-size: 24px;
  /*font-weight: 500;*/
  line-height: 24px;
}

.news-title a .des {
  color: #000;
  line-height: 24px;
}

.news-title a .seemore {
  color: #000;
  text-align: left
}

/*---------------------*/

/*-----contact-page----*/

/*---------------------*/

#contact1 {
  background: #002f54;
  text-align: right;
  color: #fff;
  padding: 70px 60px 90px 0
}

#contact1 .location {
  color: #b99619;
  font-size: 26px;
}

#contact2 {
  background: #b99619;
  text-align: left;
  color: #fff;
  padding: 70px 0px 90px 60px
}

#contact2 .location {
  color: #002f54;
  font-size: 26px;
}

#contact-image {
  text-align: center;
  margin-top: -70px
}

#contact-image button {
  color: #fff;
  font-size: 30px;
  background: #3e3e3e;
  border: 0px;
  border-top: 1px solid #9f9f9f;
  border-bottom: 1px solid #9f9f9f;
}

img.contact-image {
  width: 20px
}

/*---------------------*/

/*-----news-page----*/

/*---------------------*/

.video-title a:hover, a:visited, a:focus {
  text-decoration: none;
}

.video-title a .title {
  color: #002f54;
  /*font-weight: 500;*/
}

.play-video {
  position: absolute;
  z-index: 99;
  left: 43%;
  margin-top: -35%
}

.play-video img {
  width: 50px
}

#tab-pagein .tab-mainmenu a.nav-link {
  /* background-color: #fff !important; */
  /* color: #002f54; */
  color: #fff;
  border: 0px;
  padding: 10px 15px;
  font-size: 18px;
  border-radius: 0px;
  border: 0px !important;
}

#tab-pagein #tab-about a.nav-link {
  color: #002f54;
}

#tab-pagein #tab-about a.active {
  color: #fff;
}

#tab-pagein .tab-mainmenu a.active {
  color: #495057;
}

#tab-pagein .tab-mainmenu {
  border-left: 0px !important;
}

h1.title-category {
  font-size: 36px;
  color: #006699;
}

.category-line {
  border-bottom: 3px solid #fff;
}

.category-line .seemore a {
  color: #000;
}

.category-line .seemore a:hover {
  color: #000;
}

.link-line {
  border-bottom: 3px solid #cecece;
}

.link-line .seemore a {
  color: #000;
}

.link-line .seemore a:hover {
  color: #000;
}

.link-line .pic {
  float: left;
  width: 6.5%;
}

.link-line .text {
  float: left;
  width: 77%;
  padding: 5px 10px
}

.link-line .title-th {
  font-size: 24px;
  /*font-weight:500;*/
  color: #b99619;
  line-height: 18px
}

.link-line .title-en-1 {
  font-size: 20px;
  color: #003366;
}

.link-line .title-en-2 {
  font-size: 20px;
  color: #006699;
}

.link-line .seemore {
  float: left;
  width: 15%
}

.doc-line {
  border-bottom: 3px solid #cecece;
}

.doc-line .seemore a {
  color: #000;
}

.doc-line .seemore a:hover {
  color: #000;
}

.doc-line .pic {
  float: left;
  width: 15%;
}

.doc-line .text {
  float: left;
  width: 68%;
  padding: 5px 10px
}

.doc-line .title-th {
  font-size: 24px;
  /* font-weight:500;*/
  color: #b99619;
  line-height: 18px
}

.doc-line .title-en-1 {
  font-size: 20px;
  color: #003366;
}

.doc-line .title-en-2 {
  font-size: 20px;
  color: #006699;
}

.doc-line .seemore {
  float: left;
  width: 17%
}

.news-line {
  border-top: 1px solid #80a8d1;
}

#calendar-event {
  background: #003366;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

#calendar-event {
  color: #fff;
}

#calendar-event .title, #calendar-event .date, #calendar-event .time, #calendar-event .place, #calendar-event .detail {
  color: #b99619;
}

#search-calendar {
  color: #fff;
}

#search-calendar button {
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
}

.nav-item {
  border-left: 1px solid rgba(41, 54, 64, 0.18) !important;
}

.tp-bullets {
  display: none;
}

/*---------------------*/

/*-----vision-page----*/

/*---------------------*/

#vision-page-0 {
  background: url('../images/bg-about-1.jpg') center;
  color: #333333;
  font-size: 30px;
  text-align: center;
  height: 450px;
  overflow: hidden;
}

#vision-page-0 .title {
  font-size: 20px;
}

#vision-page-0 .title-1 {
  font-size: 50px;
  color: #0393e1;
}

#vision-page-0 .title-2 {
  color: #006699;
}

#vision-page-1 {
  background: url('../images/bg-about-4.jpg') center;
  color: #333333;
  font-size: 20px;
  text-align: center;
  height: 430px;
  overflow: hidden;
}

#vision-page-1 .title {
  font-size: 55px;
}

#vision-page-1 .title-1 {
  color: #0393e1;
}

#vision-page-1 .title-2 {
  color: #006699;
}

#vision-page-2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
}

#vision-page-2 .title {
  font-size: 80px;
}

#vision-page-3 {
  color: #333333;
  font-size: 28px;
  text-align: center;
  height: 430px;
  overflow: hidden;
}

#vision-page-3 .title {
  font-size: 65px;
}

#vision-page-3 .and {
  font-size: 35px;
}

#vision-page-3 .title-1 {
  color: #0393e1;
}

#vision-page-3 .title-2 {
  color: #006699;
}

#vision-page-4 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  height: 430px;
  overflow: hidden;
}

#vision-page-4 .title {
  font-size: 55px;
}

#vision-page-4 .title-1 {
  color: #003366;
}

#vision-page-4 .title-2 {
  color: #333333;
}

#vision-page-5 {
  background: url('../images/bg-about-6.jpg') center;
  color: #333;
  font-size: 30px;
  height: 430px;
  overflow: hidden;
  background-size: 100%;
}

#vision-page-5 .title {
  font-size: 50px;
  color: #427194;
}

#vision-page-6 {
  background: url('../images/bg-about-5.jpg') center;
  color: #333;
  font-size: 30px;
  height: 430px;
  overflow: hidden;
  background-size: 100%;
}

#vision-page-6 .title {
  font-size: 50px;
  color: #427194;
}

#vision-page-7 {
  background: url('../images/bg-about-3.jpg') center;
  color: #333333;
  font-size: 30px;
  text-align: center;
  height: 430px;
  overflow: hidden;
}

#vision-page-7 .title {
  font-size: 65px;
}

#vision-page-7 .title-1 {
  color: #0393e1;
}

#vision-page-7 .title-2 {
  color: #006699;
}

/*---------------------*/

/*-----search-page----*/

/*---------------------*/

/* enable absolute positioning */

.inner-addon {
  position: relative;
}

/* style icon */

.inner-addon .searchicon {
  position: absolute;
  padding: 8px;
  pointer-events: none;
  color: #a0a0a0;
}

.searchicon .fa-search {
  color: #006699;
}

/* align icon */

.left-addon .searchicon {
  left: 0px;
}

.right-addon .searchicon {
  right: 0px;
}

/* add padding  */

.left-addon input {
  padding-left: 30px;
}

.right-addon input {
  padding-right: 30px;
}

/*---------------------*/

/*-----import-export-page----*/

/*---------------------*/

.btn-gold {
  width: 100%;
  background: #b99619;
  border: 0px;
}

/*---------------------*/

/*-tab-structure-page--*/

/*---------------------*/

.p0 {
  padding: 0 !important;
}

.tab-structure {
  color: #002f54;
  background: #ededed;
  text-align: center;
  height: 100%;
  margin-right: 5px;
  cursor: pointer;
}

.tab-structure.active {
  color: #ededed;
  background: #002f54;
}

.tab-structure .title {
  height: 100%;
}

.content-structure h1 {
  color: #fff;
}

.content-structure {
  border-bottom: 6px solid #b99619
}

.bg-structure {
  background: #e9e9e9;
  padding-top: 50px;
}

.position-side {
  background: #e9e9e9;
  border-bottom: 2px solid #fff;
  padding: 10px;
  text-align: right;
}

.position-side a, .position-side a:hover, .position-side a:focus {
  color: #006699;
  text-decoration: none;
}

.position-side.selected {
  background: #b99619;
}

.position-side.selected a, .position-side.selected a:hover, .position-side.selected a:focus {
  color: #fff;
  text-decoration: none;
}

.personnel .title {
  color: #b99619;
  font-size: 24px;
  /*font-weight: 400;*/
  padding: 5px 0;
}

.personnel-head {
  color: #006699;
  padding: 10px;
}

.personnel .bg {
  background: url('../images/bg-p.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
}

@media only screen and (min-width: 1100px) {
  .tp-banner {
    height: 600px !important;
  }
}

@media only screen and (min-width: 1400px) {
  .tp-banner {
    height: 750px !important;
  }
}

#breadcrumb {
  background-color: #eceeef;
}

.breadcrumb {
  padding-bottom: 0px !important;
}

a.breadcrumb-item {
  color: #006699;
}

a:hover.breadcrumb-item {
  color: #006699;
}

.th-image {
  width: 10%;
}

.th-date {
  width: 15%
}

.th-time {
  width: 12%
}

.th-type {
  width: 15%
}

.th-list {
  width: 30%
}

.th-place {
  width: 25%
}

.mobile {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mobile {
    display: none;
  }
  #slideshow-pagein #main_title {
    margin-top: 3% !important;
  }
  #slideshow-pagein {
    height: 260px !important;
  }
  .logo-70 {
    width: 50px
  }
  .logo-90 {
    width: 63px
  }
  .banner-main {
    width: 80% !important;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  #slideshow-pagein {
    height: 230px !important;
  }
  #submenu-pagein {
    margin: 50px 0;
  }
  .logo-70 {
    width: 40px
  }
  .logo-90 {
    width: 45px
  }
  #mainmenu .menu-btn-active {
    background: #0099cc;
  }
  #mainmenu .nav-item:hover {
    background: #0099cc;
  }
  #mainmenu .nav-item.active-menu {
    background: #0099cc;
  }
  .nav-item {
    border-bottom: 1px solid #ccc;
    border-left: 0px !important;
  }
  #structure {
    height: auto !important;
    background: url('../images/body-corporate-structure.jpg');
    background-attachment: fixed;
    background-size: cover;
  }
  #structure img.person-pagein-f {
    width: 80%;
  }
  #structure img.person-pagein {
    width: 80%;
  }
  #structure img.person-pagein-l {
    width: 80%;
  }
  .banner-main-title {
    font-size: 180%;
  }
  #slideshow-pagein .slideshow-border {
    margin: 2em auto 0em;
    width: 80%;
    border: 3px solid #fff;
  }
  #slideshow-pagein #main_title {
    font-size: 24px;
    padding: 4px 10px;
  }
  #slideshow-pagein #main_des {
    clear: both;
    font-size: 18px;
    padding: 4px 10px;
  }
  #vision-page-0 {
    background: url('../images/bg-about-1.jpg') center;
    height: auto !important;
    background-size: cover;
  }
  #vision-page-0 .vision1 {
    margin-top: -80px;
  }
  #vision-page-0 .title {
    font-size: 18px !important;
  }
  #vision-page-0 .des {
    font-size: 12.5px !important;
  }
  #vision-page-0 .position {
    font-size: 18px !important;
  }
  #vision-page-0 .page1 {
    margin-top: 160px;
    width: 60%;
  }
  #vision-page-1 {
    background: url('../images/bg-about-6.jpg') center;
    height: auto !important;
    background-size: cover;
    height: auto;
  }
  #vision-page-1 .title {
    font-size: 30px;
  }
  #vision-page-3 {
    height: auto !important;
    background-size: auto;
  }
  #vision-page-3 .title {
    font-size: 35px;
  }
  .des {
    font-size: 18px;
  }
  #vision-page-4 {
    background: url('../images/bg-about-4.jpg') center;
    height: auto !important;
    background-size: auto;
  }
  #vision-page-4 .title {
    font-size: 35px;
  }
  #vision-page-4 .des {
    font-size: 18px;
  }
  #vision-page-5 {
    /*background: url('../images/bg-about-6.jpg') center;*/
    background: #bde1ed;
    height: auto !important;
    background-size: cover;
  }
  #vision-page-5 .title {
    margin-top: 35px;
    font-size: 35px;
  }
  #vision-page-5 .des {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #vision-page-6 {
    background: url('../images/bg-about-5.jpg') center;
    font-size: 18px;
    background-size: cover;
    height: auto;
  }
  #vision-page-6 .title {
    font-size: 35px;
    text-align: center;
  }
  #vision-page-6 .des {
    font-size: 18px;
    text-align: center;
  }
  #vision-page-7 .title {
    font-size: 35px;
  }
  #vision-page-7 .des {
    font-size: 18px;
  }
}

@media only screen and (min-width: 400px) and (max-width: 600px) {
  #slideshow-pagein {
    height: 150px !important;
  }
  #submenu-pagein {
    margin: 40px 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .td-image img {
    width: 150px;
  }
  #mainmenu .menu-btn-active {
    background: #0099cc;
  }
  #mainmenu .nav-item:hover {
    background: #0099cc;
  }
  #mainmenu .nav-item.active-menu {
    background: #0099cc;
  }
  .nav-item {
    border-bottom: 1px solid #ccc;
    border-left: 0px !important;
  }
  .tab-mainmenu {
    width: 100% !important;
    border-bottom: 1px solid #ccc;
  }
  #structure {
    height: auto !important;
    background: url('../images/body-corporate-structure.jpg');
    background-attachment: fixed;
    background-size: cover;
  }
  #structure img.person-pagein-f {
    width: 100%;
  }
  .banner-main-title {
    font-size: 180%;
  }
  #slideshow-pagein .slideshow-border {
    margin: 1em auto 0em;
    width: 80%;
    border: 3px solid #fff;
  }
  #slideshow-pagein #main_title {
    font-size: 22px;
    padding: 3px 10px;
  }
  #slideshow-pagein #main_des {
    clear: both;
    font-size: 17px;
    padding: 3px 10px;
  }
  #vision-page-0 {
    height: auto !important;
    background-size: auto;
  }
  #vision-page-0 {
    background: url('../images/bg-about-1.jpg') center;
    height: auto !important;
    background-size: cover;
  }
  #vision-page-0 .vision1 {
    margin-top: -80px;
  }
  #vision-page-0 .title {
    font-size: 18px !important;
  }
  #vision-page-0 .des {
    font-size: 12.5px !important;
  }
  #vision-page-0 .position {
    font-size: 18px !important;
  }
  #vision-page-0 .page1 {
    margin-top: 160px;
    width: 60%;
  }
  #vision-page-1 {
    background: url('../images/bg-about-6.jpg') center;
    height: auto !important;
    background-size: cover;
    height: auto;
  }
  #vision-page-1 .title {
    font-size: 30px;
  }
  #vision-page-3 {
    height: auto !important;
    background-size: auto;
  }
  #vision-page-3 .title {
    font-size: 35px;
  }
  .des {
    font-size: 18px;
  }
  #vision-page-4 {
    background: url('../images/bg-about-4.jpg') center;
    height: auto !important;
    background-size: auto;
  }
  #vision-page-4 .title {
    font-size: 35px;
  }
  #vision-page-4 .des {
    font-size: 18px;
  }
  #vision-page-5 {
    /*background: url('../images/bg-about-6.jpg') center;*/
    background: #bde1ed;
    height: auto !important;
    background-size: cover;
  }
  #vision-page-5 .title {
    margin-top: 35px;
    font-size: 35px;
  }
  #vision-page-5 .des {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #vision-page-6 {
    background: url('../images/bg-about-5.jpg') center;
    font-size: 18px;
    background-size: cover;
    height: auto;
  }
  #vision-page-6 .title {
    font-size: 35px;
    text-align: center;
  }
  #vision-page-6 .des {
    font-size: 18px;
    text-align: center;
  }
  #vision-page-7 .title {
    font-size: 35px;
  }
  #vision-page-7 .des {
    font-size: 18px;
  }
}

@media only screen and (max-width: 400px) {
  #slideshow-pagein {
    height: 100px !important;
  }
  #submenu-pagein {
    margin: 30px 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .td-image img {
    width: 150px;
  }
  #mainmenu .menu-btn-active {
    background: #0099cc;
  }
  #mainmenu .nav-item:hover {
    background: #0099cc;
  }
  #mainmenu .nav-item.active-menu {
    background: #0099cc;
  }
  .nav-item {
    border-bottom: 1px solid #002f54;
    border-left: 0px !important;
  }
  .tab-mainmenu {
    width: 100% !important;
    border-bottom: 1px solid #002f54;
  }
  #structure {
    height: auto !important;
    background: url('../images/body-corporate-structure.jpg');
    background-attachment: fixed;
    background-size: cover;
  }
  #structure img.person-pagein-f {
    width: 100%;
  }
  .banner-main-title {
    font-size: 180%;
  }
  #slideshow-pagein .slideshow-border {
    margin: 0.5em auto 0em;
    width: 80%;
    border: 3px solid #fff;
  }
  #slideshow-pagein #main_title {
    font-size: 20px;
    padding: 2px 8px;
  }
  #slideshow-pagein #main_des {
    clear: both;
    font-size: 17px;
    padding: 2px 8px;
  }
  #vision-page-0 {
    background: url('../images/bg-about-1.jpg') center;
    height: auto !important;
    background-size: cover;
  }
  #vision-page-0 .vision1 {
    margin-top: -80px;
  }
  #vision-page-0 .title {
    font-size: 18px !important;
  }
  #vision-page-0 .des {
    font-size: 12.5px !important;
  }
  #vision-page-0 .position {
    font-size: 18px !important;
  }
  #vision-page-0 .page1 {
    margin-top: 160px;
    width: 60%;
  }
  #vision-page-1 {
    background: url('../images/bg-about-6.jpg') center;
    height: auto !important;
    background-size: cover;
    height: auto;
  }
  #vision-page-1 .title {
    font-size: 30px;
  }
  #vision-page-3 {
    height: auto !important;
    background-size: auto;
  }
  #vision-page-3 .title {
    font-size: 35px;
  }
  .des {
    font-size: 18px;
  }
  #vision-page-4 {
    background: url('../images/bg-about-4.jpg') center;
    height: auto !important;
    background-size: auto;
  }
  #vision-page-4 .title {
    font-size: 35px;
  }
  #vision-page-4 .des {
    font-size: 18px;
  }
  #vision-page-5 {
    /*background: url('../images/bg-about-6.jpg') center;*/
    background: #bde1ed;
    height: auto !important;
    background-size: cover;
  }
  #vision-page-5 .title {
    margin-top: 35px;
    font-size: 35px;
  }
  #vision-page-5 .des {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #vision-page-6 {
    background: url('../images/bg-about-5.jpg') center;
    font-size: 18px;
    background-size: cover;
    height: auto;
  }
  #vision-page-6 .title {
    font-size: 35px;
    text-align: center;
  }
  #vision-page-6 .des {
    font-size: 18px;
    text-align: center;
  }
  #vision-page-7 .title {
    font-size: 35px;
  }
  #vision-page-7 .des {
    font-size: 18px;
  }
}

/*----font---*/

/*home*/

#news-body .title {
  font-size: 24px;
}

form {
  font-size: 22px;
}

#content i {
  font-size: 16px;
}

.link-line .seemore, .doc-line .seemore {
  font-size: 16px;
}

.news-title .title {
  font-size: 22px;
}

.related-link-id .title, .document-id .title {
  font-size: 24px;
  line-height: 22px;
}

.related-link-id .des, .related-link-id .des {
  font-size: 22px;
  line-height: 20px;
}

.home-video {
  font-size: 22px;
  line-height: 20px;
}

#submenu-pagein .title {
  font-size: 18px;
}

table#calendar-activity thead tr th {
  font-size: 24px;
}

table#calendar-activity tbody tr td a {
  font-size: 22px;
}

.breadcrumb {
  font-size: 16px;
}

#banner-main .title {
  font-size: 18px;
}

.position-side a, .position-side a:hover, .position-side a:focus {
  font-size: 24px;
}

.work .position {
  font-size: 26px;
}

input[type="text"], select {
  font-size: 20px !important;
}

button.btn {
  font-size: 20px;
}

.page-item a {
  font-size: 18px;
}

.copyright {
  font-size: 20px;
}

.video-title a {
  font-size: 24px;
}

.website {
  overflow: hidden;
}

.website a {
  color: #fff;
}

#banner-main a, #banner-main a:hover {
  color: #002f54;
}

#submenu-pagein-import a, #submenu-pagein-import a:hover {
  color: #002f54;
}

#submenu-pagein-import .title {
  font-size: 18px;
}

#structure .title {}

#structure .des {
  color: #006699;
  font-weight: 600;
  line-height: 22px;
}