/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style   : none;
  padding-left : 0;
  margin-bottom: 0;
}
.text_area ul {
  list-style   : initial;
  margin-left: 20px;
}

a {
  text-decoration: none;
  color          : #1F2C5D
}

a:hover {
  text-decoration: none;
  color          : #1F2C5D;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing : 0;
}

.table td {
  border-top: none
}

input:focus {
  outline: none;
}

/*===RWD img===*/
img {
  max-width: 100%;
  height   : auto;
}

* {
  margin        : 0;
  padding       : 0;
  border        : 0;
  font-weight   : normal;
  vertical-align: baseline;
  box-sizing    : border-box;
}

body {
  font-family: 'Noto Sans TC', sans-serif;
  font-size  : 16px;
  line-height: 1.5;
  color      : #333;
  position   : relative;
}

button:focus,
a:focus {
  outline: none;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.w1400 {
  max-width: 1366px;
  width    : 100%;
  height   : 100%;
  margin   : auto;
}


.gotop {
  position        : fixed;
  right           : 5px;
  bottom          : 40px;
  text-align      : center;
  display         : block;
  cursor          : pointer;
  z-index         : 10;
  width           : 50px;
  height          : 50px;
  border-radius   : 50%;
  line-height     : 50px;
  background-color: #F5B719;
  color           : #FFF;
}
.contact-icon{position: fixed;right: 5px;z-index: 2;bottom: 100px;}
.check-menu .hb {
  width  : 50px;
  height : 50px;line-height: 50px;
  margin-bottom: 0;
  display: block;
  cursor : pointer;
  border-radius: 50%;
  background-color: #1F2C5D;border:1px solid #fff;
  color: #fff;text-align: center;font-size:1.6rem;

}

.fixed-menu {
  /* height    : 0; */
  width     : 0;
  opacity   : 0;
  position: absolute;
 bottom: -100%;
  visibility: hidden;
  overflow  : hidden;
  cursor    : pointer;
  transition: all 0.2s ease-in;
}
#menu-link.active~.fixed-menu,
#menu-link:checked~.fixed-menu {
  opacity: 1;
  width  : 50px;
  visibility: hidden;
  bottom: 100%;
  visibility:visible;

}
.fixed-menu ul li a{font-size: 1.6rem;width: 50px;height: 50px;line-height: 50px; border-radius: 50%;margin-bottom: .5rem;background-color: #ddd;display: block;text-align: center;color: #fff;}
.fixed-menu ul li:first-child a{    background-color: #24b4f9;}
.fixed-menu ul li:nth-child(2) a {
  background-color: #43a436;
}
.fixed-menu ul li:last-child a {
      background-color: #f14b4b;
}
#menu-link{display: none;}
.content_block {
  max-width: 1920px;
  margin   : 0 auto;
}

/* 手機漢堡選單 */
.menu-icon {
  position: relative;
  width   : 50px;
  height  : 50px;
  cursor  : pointer;
}

.menu-icon .menu-icon__cheeckbox {
  display : block;
  width   : 100%;
  height  : 100%;
  cursor  : pointer;
  z-index : 2;
  position: absolute;
  opacity : 0;
}

.menu-icon div {
  margin  : auto;
  position: absolute;
  top     : 0;
  right   : 0;
  left    : 0;
  bottom  : 0;
  width   : 22px;
  height  : 12px;
}

.menu-icon span {
  position        : absolute;
  display         : block;
  width           : 100%;
  height          : 2px;
  background-color: #fff;
  border-radius   : 1px;
  transition      : all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}

.menu-icon span:first-of-type {
  top: 0;
}

.menu-icon span:last-of-type {
  bottom: 0;
}

.menu-icon.active span:first-of-type,
.menu-icon .menu-icon__cheeckbox:checked+div span:first-of-type {
  transform: rotate(45deg);
  top      : 5px;
}

.menu-icon.active span:last-of-type,
.menu-icon .menu-icon__cheeckbox:checked+div span:last-of-type {
  transform: rotate(-45deg);
  bottom   : 5px;
}

/* 手機漢堡選單end */

.navbar {
  padding   : 0;
  position  : fixed;
  width     : 100%;
  background: linear-gradient(to bottom, rgba(66, 66, 66, 0.2) 0%, rgba(15, 15, 15, 0) 100%, rgba(0, 0, 0, 0) 100%);
  top       : 0;
  z-index   : 100;
}

.navbar-bg {
  background: #F5B719;
}

.navbar-header {
  padding        : 0;
  display        : flex;
  justify-content: space-between;
  align-items    : center;
}

.navbar-header:after {
  content: "";
  clear  : both;
  display: block;
}

.navbar-collapse {
  order: 1;
}

.r-btn-box {
  display        : flex;
  flex-wrap      : wrap;
  align-items    : center;
  justify-content: flex-end;
}

.r-btn-box ul {
  display      : flex;
  margin-bottom: 0;
}

.r-btn-box ul li a {
  color          : #fff !important;
  text-shadow    : 0 0 5px rgba(0, 0, 0, .2);
  padding        : 0 0.8rem;
  text-decoration: none;
}

.r-btn-box ul li.member-btn span {
  display: none;
}

.memberLogin .modal-content button.close {
  text-align: right;
  padding   : .5rem 1rem 0;
  display   : inline-block;
  color     : #fff;
  font-size : 2rem;
}

.memberLogin .modal-header {
  border-bottom   : none;
  background-color: #F0B719;
  color           : #fff;
}

.memberLogin .form-group {
  align-items: center;
  display    : flex;
  flex-wrap  : wrap;
}

.memberLogin .verify-input-area {
  width       : 49%;
  float       : none;
  margin-right: 1%;
}

.verification div.verify-code-area {
  display        : flex;
  align-items    : center;
  position       : relative;
  justify-content: space-between;
}
.memberLogin .cerify-code-panel {position: relative;}
.memberLogin .verify-code {
  width      : 48% !important;
  position   : absolute;
  right      : 0;
  top:  0;
  line-height: 35px !important;
  margin-bottom: 0;}
.memberLogin a.signMbrBtn {
  cursor: pointer;
  text-decoration : none;
  background-color: #1F2C5D;
  color           : #fff;width: 120px;display: block;margin: auto;
  text-align      : center;
  padding         : .5rem 1.5rem;
}
.memberLogin .submitBox .registeredBox {
  margin-bottom  : 0;
  display        : flex;
  width          : 100%;
  justify-content: center;
  margin-top     : .5rem;
}
.memberLogin .submitBox .registeredBox li a {
  padding  : 0 1rem;
}
@media (min-width: 992px) {
  .r-btn-box ul li.member-btn span {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .brand {
    display: none;
  }

  #navbar-menu {
    display : flex;
    flex    : 1;
    margin  : 0 1rem;
    position: relative;
  }

  .navbar-nav {
    flex-direction: row;
  }

  .navbar li.dropdown>a.dropdown-toggle::after {
    display: none;
  }
}

.logo {
  margin-bottom: 0;
}

.logo a {
  background     : url(/frontEndPackage/images/logo.svg) no-repeat;
  background-size: cover;
  text-indent    : -9999px;
  display        : block;
  width          : 80px;
  height         : 60px;
  margin         : .8rem 0;
}

nav.bootsnav .container {
  position: relative;
}

.bootsnav ul.nav>li a {
  color          : #fff;
  text-decoration: none;
  line-height    : 1.8;
  font-size      : 1rem;
  font-weight    : 400;
  display        : block;
  padding        : .5rem 1rem;
  letter-spacing : 1px;
  position       : relative;
  text-align     : center;
}

.bootsnav ul.nav>li.active a {
  color: #F0B719
}

.navbar-bg ul.nav>li.active a {
  color: #1F2C5D;
}

@media (min-width: 1024px) {
  .navbar-collapse {
    order: 0;
  }

  .logo {
    margin-bottom: 0;
  }

  .bootsnav li.dropdown ul.dropdown-menu {
    position  : absolute;
    text-align: center;
    border-top: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    min-width : 100%;
    width     : 9rem;
    padding   : 0;
  }

  .bootsnav ul.nav>li a {
    padding: 0 1rem;
  }

  .bootsnav ul.nav>li a:after {
    content         : '';
    width           : 1px;
    height          : 60%;
    display         : block;
    position        : absolute;
    background-color: #fff;
    right           : 0;
    top             : 50%;
    transform       : translateY(-50%);
  }

  .bootsnav ul.nav>li:last-child a:after {
    display: none;
  }

}

@media (max-width: 1023px) {
  .navbar-collapse {
    overflow-y: auto;
    height    : 100vh;
  }
}

/* 輪播 */


/* owl-carousel貓頭鷹輪播 */
.slider {
  margin-top: 85px;
}

.owl-dots {
  position : absolute;
  bottom   : 10px;
  left     : 50%;
  transform: translate(-50%, -50%);
}

.large-12 {
  width   : 100%;
  position: relative;
}

.scrollDown {
  position   : absolute;
  left       : 50%;
  width      : 100px;
  margin-left: -50px;
  bottom     : -30px;
  font-weight: 600;
  text-align : center;
  color      : #1F2C5D;
  z-index    : 1;
  display    : block;
  font-size  : 80%;
}

.scrollDown i {
  display: block;
}

.scrollDown svg {
  width : 20px;
  height: 100%;
}

.scrollDown span {
  display: none;
}

.bounce {

  -moz-animation: bounce 2s ease-out infinite;

  -webkit-animation: bounce 2s ease-out infinite;

  animation: bounce 2s ease-out infinite;

}

.scrollDown:hover {
  text-decoration: none;
}

.owl-theme .item {
  padding-top: 62%;

  background-position: center;
  background-size    : contain;
  background-repeat  : no-repeat;
}

@media(min-width: 992px) {
  .slider {
    margin-top: 0;
  }

  .owl-theme .item {
    padding-top    : 60%;
    background-size: cover;
  }

  .scrollDown {
    bottom     : 0;
    width      : 200px;
    margin-left: -100px;
    font-size  : 100%;
  }

  .scrollDown span {
    display   : block;
    margin-top: .5rem;
  }

  .scrollDown svg {
    width: 29px;
  }
}



/* owl-carousel貓頭鷹輪播end */

footer {
  background-color: #1F2C5D;
}

footer .content {
  padding   : 3rem 0;
  margin    : auto;
  color     : #fff;
  text-align: center;
}

footer .content .img {
  width  : 100px;
  height : 100px;
  margin : auto;
  display: block;
}

footer .content ul {
  display        : flex;
  flex-wrap      : wrap;
  justify-content: center;
  margin         : 1rem auto;
  align-items    : center;
}

footer .content ul li a {
  color  : #fff;
  padding: .3rem 1rem;
  display: block;
}

footer .content ul li {
  position: relative;
}

footer .content ul li:after {
  content         : '';
  height          : 70%;
  width           : 1px;
  background-color: #ccc;
  position        : absolute;
  right           : 0;
  top             : 50%;
  transform       : translateY(-50%);
}

footer .content ul li:nth-last-child(-n+2):after {
  display: none;
}

footer .content ul li:first-child:before {
  content         : '';
  height          : 70%;
  width           : 1px;
  background-color: #ccc;
  position        : absolute;
  left            : 0;
  top             : 50%;
  transform       : translateY(-50%);
}

.copyright {
  background-color: #323232;
  color           : #fff;
  text-align      : center;
  padding         : 1rem;
  margin-right    : -15px;
  margin-left     : -15px;
}

.copy {
  background-color: #333;
  color           : #fff;
  padding         : 1rem;
}

.copy .txt {
  display  : flex;
  flex-wrap: wrap;
}

.copy .txt p {
  margin-right: 1rem;
}

.copy a {
  color: #fff;
}

.copy ul {
  display  : flex;
  flex-wrap: wrap;
}

.copy ul li a {
  padding: .5rem;
  color  : rgb(139, 139, 139);
}

.copy .container {
  display        : flex;
  justify-content: space-between;
  flex-wrap      : wrap;
}

@media (min-width: 992px) {
  footer .content {
    padding: 3rem 0;
  }
}

section {
  padding: 2rem 0;
}

.main-title h2 {
  font-size    : 1.6rem;
  color        : #1F2C5D;
  font-weight  : bolder;
  margin-bottom: 1.5rem;
}

.main-title h2 span {
  font-size              : 3rem;
  text-transform         : uppercase;
  -webkit-text-stroke    : 1px #F5B719;
  font-weight            : bold;
  -webkit-text-fill-color: transparent;
}

.content {
  font-size     : 1rem;
  color         : #1F2C5D;
  line-height   : 1.6;
  letter-spacing: 1px;
}

a.more {
  color           : #fff;
  background-color: #F5B719;
  padding         : .6rem 1.5rem;
  text-transform  : uppercase;
  margin          : 1rem auto;
  display         : block;
  width           : 160px;
  text-align      : center;
}

@media (min-width: 992px) {
  section {
    padding: 4rem 0;
  }

  .main-title h2 span {
    font-size: 5rem;
  }

  .main-title h2 {
    font-weight: bolder;
    font-size  : 1.8rem;
  }
}

/* 首頁 news */

.box-home-news .main-title span {
  display: block;
}

.box-home-news .content ul {
  margin    : auto;
  background: url(/frontEndPackage/images/logo.png)no-repeat center;
  padding   : 1rem 0;
}

.box-home-news .content ul a {
  display        : flex;
  justify-content: space-between;
  color          : #1F2C5D;
}

.box-home-news .content ul a:hover .txt {
  text-decoration: underline;
}

.box-home-news .content li {
  margin-bottom : 1rem;
  padding-bottom: 1rem;
  border-bottom : 1px solid #ccc;
}

.box-home-news .content li:last-child {
  border: none;
}

.box-home-news .content li .date {
  color: #F5B719;
}

.box-home-news .content li .txt {
  width      : 80%;
  margin-left: .5rem;
}

/* 首頁關於about */
.box-home-about .main-title h2 span {
  display: block;
}

.box-home-about .content {
  display    : flex;
  flex-wrap  : wrap;
  align-items: center;
}

.box-home-about .img {
  position       : relative;
  display        : flex;
  justify-content: center;
  padding        : 1.5rem 1rem;
}

.box-home-about .img:after {
  content         : '';
  background-color: #F5B719;
  width           : 80%;
  height          : 100%;
  position        : absolute;
  top             : 0;
  left            : 0;
  z-index         : -1;
}

.box-home-about .txt h4 {
  text-align   : center;
  font-size    : 1.3rem;
  margin-bottom: 3rem;
}

/* 首頁服務 service */

.box-home-service {
  background     : url(/frontEndPackage/images/img3.png)no-repeat top center;
  background-size: contain;
  position       : relative;
  padding-bottom : 0;
}

.box-home-service .main-title h2 {
  color: #fff;
}

.box-home-service .main-title span {
  display: block;
}

.box-home-service .content {
  background-color: #26272b;
  padding         : 3rem 1.5rem;
  position        : relative;
  margin-top      : 36%;
}

.box-home-service .content ul {
  display        : flex;
  flex-wrap      : wrap;
  margin-bottom  : 2rem;
  justify-content: center;
}

.box-home-service .content li {
  color   : #fff;
  flex    : 0 0 50%;
  padding : .5rem 0 .5rem 1rem;
  position: relative;
}

.box-home-service .content li:before {
  content         : '';
  width           : 8px;
  height          : 8px;
  border-radius   : 50%;
  background-color: #F5B719;
  display         : block;
  position        : absolute;
  left            : 0;
  z-index         : 1;
  top             : 1rem;
}

/* 首頁下載 download*/
.box-home-download {
  background-color: #F5B719;
  position        : relative;
  padding         : 0;
}

.box-home-download .main-title h2 {
  margin-bottom: 0;
}

.box-home-download .main-title h2 span {
  -webkit-text-stroke: 1px #fff;
}

.box-home-download .content {
  padding : 3rem 1.5rem;
  position: relative;
}

.box-home-download .img {
  background-repeat  : no-repeat;
  padding-top        : 36%;
  background         : url(/frontEndPackage/images/img2.png);
  background-position: center;
  width              : 100%;
  background-size    : cover;
}

.box-home-download .content .txt p {
  text-align   : center;
  margin-bottom: 0;
}

.box-home-download .content .txt p a {
  font-size  : 1.6rem;
  font-weight: bolder;
  color      : #1F2C5D;

}

.box-home-download .content .txt h3 {
  margin-bottom: 1.5rem;
  font-weight  : bolder;
  font-size    : 1.8rem;
}

.box-home-download .content .txt ul {
  display        : flex;
  justify-content: center;
  flex-wrap      : wrap;
  margin-bottom  : 1rem;
}

.box-home-download .content .txt ul li {
  flex  : 0 0 48%;
  margin: 0 1%;
}

.box-home-download .content .txt ul li{
  background-color: #fff;
  display         : block;
  color           : #26272b;
  padding         : .8rem 1rem;
  border-radius   : 25px;
  text-align      : center;
  margin-bottom   : 1rem;
}

.box-home-download .content .txt ul li a i {
  color       : #F5B719;
  margin-right: 3px;
}

/* link */
.box-home-link {
  background     : url(/frontEndPackage/images/img4.png) no-repeat bottom center;
  background-size: cover;
}

.box-home-link .main-title h2 span {
  display: block;
}

.box-home-link .content {
  padding: 2rem 1.5rem;
}

.item-link .item {
  padding-top        : 62%;
  background-position: center;
  background-size    : contain;
  background-repeat  : no-repeat;
}

.item-link .owl-dots {
  position : absolute;
  bottom   : -20px;
  left     : 50%;
  display  : flex;
  transform: translate(-50%, -50%);
}

.item-link .owl-dots .owl-dot {
  width           : 18px;
  height          : 18px;
  background-color: #fff;
  border-radius   : 50%;
  border          : 1px solid #ccc;
  margin          : 0 5px;
}

.item-link .owl-dots .owl-dot.active,
.item-link .owl-dots .owl-dot:hover {
  display         : block;
  background-color: #F5B719;
}

@media (min-width: 768px) {
  .box-home-service {
    background-size: cover;
    padding-top    : 35%;
  }
}

@media (min-width: 992px) {
  .box-home-news {
    padding-top: 2rem;
  }

  .box-home-news .main-title {
    text-align: center;
  }

  .box-home-news .content ul {
    width: 50%;
  }

  .box-home-about .img {
    position       : relative;
    display        : flex;
    justify-content: center;
    padding        : 2.5rem;
  }

  .box-home-about .img,
  .box-home-about .txt {
    flex: 0 0 50%;
  }

  .box-home-about .main-title h2 span {
    display: inline-block;
  }

  .box-home-service {
    background-size: cover;
    padding-top    : 45%;
  }

  .box-home-service .content {
    position        : absolute;
    width           : 50%;
    top             : 50%;
    background-color: #26272b85;
    margin-top      : 0;
    transform       : translateY(-50%);
  }

  .box-home-service .main-title h2 {
    text-align: center;
  }

  .box-home-service .content li {
    flex: 0 0 40%;
  }

  .box-home-download .img {
    width              : 50%;
    position           : relative;
    left               : 50%;
    top                : 0;
    transform          : translateX(0%);
    background-size    : cover;
    background-position: right 0;
  }

  .box-home-download .content .txt {
    padding      : 2rem 4%;
    height       : 100%;
    margin-top   : 1rem;
    margin-bottom: 1rem;
    width        : 50%;
  }

  .box-home-download .content {
    position   : absolute;
    z-index    : 1;
    width      : 100%;
    top        : 0;
    left       : 50%;
    padding    : 2rem 0;
    margin-left: -50%;
  }

  .box-home-download .main-title h2 {
    text-align: center;
    position  : absolute;
    top       : 2rem;
    transform : translateX(-50%);
    left      : 50%;
    z-index   : 1;
  }

  .box-home-download .content .txt ul li {
    flex: 0 0 48%;
  }

  .box-home-download .content .txt ul li a {
    padding: 1rem 1.5rem;
  }

  .box-home-download .content .txt h3 {
    text-align: center;
  }

  .box-home-link .main-title h2 {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .box-home-service {
    padding-top: 35%;
  }

  .box-home-service .content {
    width: 40%;
  }

  .box-home-download .main-title h2 {
    top: 4rem;
  }

  .box-home-download .content .txt {
    margin-top   : 6rem;
    margin-bottom: 1rem;
  }

  .box-home-download .content .txt ul li {
    flex: 0 0 36%;
  }
}

/* ======內頁開始======= */

/* 共用banner設定 */
.page-banner {
  padding            : 4rem 0 3rem;
  margin-top         : 85px;
  background-position: center top;
  background-size    : cover;
  background-repeat  : no-repeat;
  min-height         : 250px;
}

.page-banner .main-title h2 {
  color     : #fff;
  text-align: center;
}

.page-banner .main-title h2 span {
  -webkit-text-stroke: 1px #fff;
  display            : block;
  margin-bottom      : -15px;
}


/* 共用內容開始 */
.page-content {
  background-color: #F3F3F3;
  padding         : 0;
}

.Breadcrumbs ul {
  display        : flex;
  justify-content: flex-end;
  flex-wrap      : wrap;
  margin-bottom  : 1rem;
}

.Breadcrumbs ul>li a {
  padding  : 5px 0;
  font-size: 85%;
}

.Breadcrumbs ul>li a:after {
  content: '/';
  padding: 5px;
}

.Breadcrumbs ul>li:last-of-type a:after {
  content: ''
}

.page-content .content {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 29%, rgba(255, 255, 255, 0.99) 30%, rgba(255, 255, 255, 0) 100%);
  transform : translateY(-3.5rem);
  padding   : 1rem 1rem 0;
  min-height: 300px;
}

.page-content .content h4 {
  font-weight   : 600;
  border-bottom : 3px solid #F5B719;
  display       : inline-block;
  padding-bottom: .5rem;
  margin-bottom : 1rem;
  font-size     : 1.3rem;
}

.page-bottom {
  background         : url(/frontEndPackage/images/page.png);
  background-repeat  : no-repeat;
  background-position: center;
  padding            : 4rem 0;
}

.page-bottom .itembox {
  background-color: rgba(255, 255, 255, 0.87);
  padding         : 1rem;
  display         : flex;
  flex-wrap       : wrap;
  text-align      : center;
  min-height      : 200px;
  align-items     : center;
}

.page-bottom .itembox .item {
  flex   : 1 0 50%;
  padding: 1rem;
}

.page-bottom .itembox .item h3,
.page-bottom .itembox .item p i {
  font-size    : 1.3rem;
  margin-bottom: .5rem;
}

.page-bottom .itembox .item p a {
  font-size  : 1.3rem;
  font-weight: 600;
  margin-left: 5px;
  color      : #1F2C5D;
}

.page-bottom .itembox .item:last-of-type {
  border-top: 1px solid #ccc;
}

.about-page {
  background-image: url(/frontEndPackage/images/about.png);
}

.rwd-map {
  width      : 100%;
  position   : relative;
  padding-top: 50%;
}

.rwd-map iframe {
  width   : 100%;
  height  : 100%;
  position: absolute;
  left    : 0;
  top     : 0;
}

@media (min-width: 992px) {
  .page-banner {
    padding        : 7rem 0 3rem;
    margin-top     : 0px;
    background-size: cover;
    min-height     : 360px;
  }

  .page-content .content {
    padding: 3rem 3rem 0;
  }

  .rwd-map {
    padding-top: 30%;
  }

  .page-bottom .itembox .item:last-of-type {
    border-left: 1px solid #ccc;
    border-top : none;
  }

  .page-bottom .itembox .item h3,
  .page-bottom .itembox .item p i {
    margin-bottom: 1rem;
  }

  .page-bottom .itembox .item p a {
    font-size  : 1.8rem;
    font-weight: 600;
    margin-left: 5px;
    color      : #1F2C5D;
  }
}

.news-page {
  background-image: url(/frontEndPackage/images/newsbanner.png);
}

.page-wrap {
  display  : flex;
  flex-wrap: wrap;
}

.news-item .row li {
  width: 100%;
}

.news-item ul>li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 1rem;
}

.news-item ul>li:last-of-type {
  border-bottom: none;
}

.news-item ul>li h3 {
  font-size  : 1.3rem;
  line-height: 1.5;
}

.news-item .date {
  margin-bottom: 0;
  color        : #B1B1B1;
  margin-bottom: .5rem;
  font-size    : 85%;
}

.all-btn {
  background-color: #1F2C5D;
  color           : #fff;
  display         : flex;
  justify-content : space-between;
  align-items     : center;
  padding         : .5rem 1rem;
  cursor          : pointer;
}

.all-btn:hover {
  color: #fff;
}

.m-classLink {
  margin: 1rem -15px 1rem;
}

.m-classLink li {
  border-bottom: 1px solid #d7d7d7;
  position     : relative;
}

.m-classLink li:last-of-type,
.slideLink ul.list li {
  border-bottom: none
}

.m-classLink li a {
  padding: 12px 15px;
  display: block;
}

.m-classLink li a:hover,
.m-classLink li.active a {
  color: #F0B719;
}

.news-content .text a {
  text-decoration: underline;
}

.goback {
  display        : flex;
  justify-content: center;
  flex-wrap      : wrap;
  width          : 100%;
  margin-top     : 2rem;
}

.goback a {
  padding: .5rem;
}

.m-classLink ul {
  display          : none;
  padding-bottom   : 1rem;
}

.m-classLink ul ul {
  margin-left: 15px;display: none;
}

.m-classLink li.active li a {
  color: #1F2C5D;
}

.m-classLink li.active li.active a {
  background-color: #eaeaea;
}

.slideLink,
.slideLink ul.list {
  display: none;
}

.slideLink li.arrow a:before {
  content    : '\f107';
  font-family: "fontawesome";
  position   : absolute;
  right      : 1rem;
  top        : 15px;
  font-size  : 17px;
  transition : all .5s;
}

.slideLink li.arrow a.current:before {
  transform: scaleY(-1);
}

.slideLink li.arrow ul.list li a:before {
  content: ''
}
.slideLink li.arrow.active a:before{transform: rotate(180deg);}

.service-page {
  background-image: url(/frontEndPackage/images/servicebanner.png);
}

.service-item .item {
  position     : relative;
  display      : block;
  height       : 100%;
  padding-top  : 100%;
  margin-bottom: 1rem;
}

.service-item .item .img:before {
  content         : '';
  width           : 100%;
  height          : 100%;
  background-color: #1f2c5d8a;
  position        : absolute;
  left            : 0;
  top             : 0;
  opacity         : 0;
}

.service-item .item:hover .img:before {
  transition: all .8s;
  opacity   : 1;
}

.service-item .item .img {
  background-size    : cover;
  background-position: center;
  background-repeat  : no-repeat;
  padding-top        : 100%;
  width              : 100%;
  position           : absolute;
  left               : 0;
  top                : 0;
}

.service-item .item .img i {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, 120%);
  color    : #F0B719;
  opacity  : 0;
  font-size: 1.2rem;
}

.service-item .item:hover .img i {
  transition: all .3s ease-in;
  opacity   : 1;
  transform : translate(-50%, -50%);
}

.service-item .item h5 {
  text-align: center;
  padding   : .5rem 1rem;
  font-size : 1rem;
}

.service-info {
  display        : flex;
  flex-wrap      : wrap;
  justify-content: center;
  width          : 100%;
}

.service-info .service-txt h3.title {
  font-size    : 1.4rem;
  border-bottom: 1px solid #ccc;
  width        : 100%;
  padding      : 0.5rem;
  display      : block;
  margin       : 1rem 0;
}

.service-info .service-txt .text_area{
  background-color: #eeeeee;
  padding         : 1rem;
  /*text-align      : center;*/
}
.service-info .service-txt p {
  color           : #41489C;
}

.servicce-content {
  margin-top: 2rem;
  width     : 100%;
}

.servicce-content .service-iist {
  display        : flex;
  justify-content: center;
  flex-wrap      : wrap;
  border-bottom  : none;
}

.servicce-content .service-iist a {
  padding   : .5rem;
  text-align: center;
  flex      : 1;
  border    : none;
  margin    : 0 2px;
  background: #eeeeee;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border    : none;
  background: #F0B922;
  color     : #fff
}

@media (min-width: 992px) {
  .m-classLink {
    margin: 0 0 1rem;
  }

  .slideLink,
  .m-classLink ul {
    display: block;
  }

  .all-btn i {
    display: none;
  }

  .service-info .service-txt h3.title {
    font-size: 1.5rem;
  }

  .servicce-content .service-iist a {
    font-size: 1rem;
    padding  : .5rem 1.5rem;
    flex     : 0 0 auto;
  }
}

.download-page {
  background-image: url(/frontEndPackage/images/downloadbanner.png);
}

.download-item ul {
  display  : flex;
  flex-wrap: wrap;
  margin   : 0 -15px;
}

.download-item ul li {
  margin: 0 1%;
}
.download-item ul li{
  width: 100%;
}
.download-item ul li a {
  width: 100%;
  padding        : .8rem .5rem;
  border         : 1px solid #F0B719;
  border-radius  : 30px;
  margin-bottom  : 1rem;
  display        : flex;
  align-items    : center;
  justify-content: flex-start;
}

.download-item ul li i {
  width       : 25px;
  height      : 25px;
  display     : block;
  margin-right: 5px;
}

.download-item ul li i img {
  width: 100%;
}

@media (min-width: 768px) {
  .download-item ul li {
    margin: 0 1%;
  }
}


.link-list {
  width: 100%;
}

.link-list .m-classLink {
  padding: 0 15px;
}

.link-list ul li {
  border: none;
}

.link-list .m-classLink li a:hover,
.link-list .m-classLink li.active a {
  background-color: #F0B719;
  color           : #fff;
}

.link-list .m-classLink li a {
  color           : #1F2C5D;
  background-color: #eee;
}

.link-item ul {
  display  : flex;
  flex-wrap: wrap;
  width    : 100%;
}

.link-item ul li {
  flex  : 1 0 48%;
  margin: 0 1% 15px;
}

.download-btn {
  display        : flex;
  justify-content: center;
  width          : 100%;
}

.download-btn a {
  background-color: #F0B719;
  color           : #fff;
  padding         : .5rem 1rem;
  margin          : 2rem 3px;
}

.page-content .content .contact h4.title {

  margin-bottom: 2rem;
}

.page-content .form-group .text-red {
  color        : #FF2E2E;
  margin-bottom: 0;
}

.page-content .form-group .text-red a {
  text-decoration: underline;
}

.contact.form {
  display        : flex;
  flex-wrap      : wrap;
  justify-content: center;
  margin         : 2rem 0 3rem;
  text-align     : left;
  position       : relative;
  z-index        : 3;
}
.contact.form label{
  min-width: 204px;
}

.contact .cerify-code-panel {
  display    : flex;
  align-items: center;
}

.contact .verify-code-area {
  width       : 49% !important;
  margin-right: 1%;
}

.submitBox {
  display: block;
  width  : 200px;
  margin : auto;
}

.submitBtn {
  background-color: #000;
  color           : #fff;
  padding         : .5rem 2rem;
  display         : inline-block;
  border-radius   : 0;
}

.member {
  margin-bottom: 3rem;
}

.member .form-control {
  background-color: #eee;
}
.member .form-control[readonly]{
  background-color: #d0d0d0;
}

.submitBtn:hover {
  color: #fff;
}

.orderTable.table thead tr {
  background: #fff;
}

.orderTable.table thead th {
  background-color: #eaeaea;
  border          : none;
  border-left     : 2px solid #fff;
  border-right    : 2px solid #fff;
}

.orderTable.table td,
.orderTable.table th {
  padding: .8rem;
}

.orderTable tbody tr:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.downloadfile {
  width: 100%;
}

.downloadfile .card {
  border          : none;
  background-color: transparent;
}

.downloadfile .card-header {
  padding         : 0.5rem;
  margin-bottom   : .5rem !important;
  background-color: #E9E9E9;
  border          : none;
}

.downloadfile .card .btn {
  display   : block;
  padding   : 0;
  text-align: left;
  font-size : 1.1rem;
  width     : 100%;
}

.downloadfile .list-download {
  display  : flex;
  flex-wrap: wrap;
}

.downloadfile .list-download a {
  border       : 1px solid #ccc;
  padding      : .5rem 1rem;
  border-radius: 25px;
  margin       : .5rem;
  text-align   : center;
}

.downloadfile .card-body {
  padding: .5rem;
}

@media (min-width: 992px) {
  .link-list .all-btn {
    display: none;
  }

  .link-list ul {
    display        : flex;
    justify-content: center;
    flex-wrap      : wrap;
  }

  .link-list .m-classLink li a {
    margin: 0 2px;
  }

  .link-item ul li {
    flex: 1 0 31.33%;
  }

}

@media (min-width: 1200px) {
  .link-item ul li {
    flex: 1 0 18%;
  }
}

@media (max-width: 991px) {
  .orderTable.table-rwd td:before {
    content       : attr(data-th) " : ";
    display       : inline-block;
    text-transform: uppercase;
    font-weight   : bold;
    margin-right  : 10px;
    color         : #000;
  }

  .orderTable tr.tr-only-hide {
    display: none;
  }

  .orderTable.table-rwd td {
    text-align: left;
    font-size : 15px;
    overflow  : hidden;
    width     : 100%;
    display   : block;
  }
}

input.input_file_name{
  color: inherit;
  background: unset;
  width: calc(100% - 80px - 10px);
}
button.btn.btn-dark.clear_btn{
  min-width: 58px;
}