@charset "utf-8";


@font-face {
  font-family: 'Montserrat';
  src:url('../fonts/Montserrat-ExtraLight.otf');
  font-weight: normal;
}
@font-face {
  font-family: 'MontserratM';
  src:url('../fonts/Montserrat-Medium.otf');
}
@font-face {
  font-family: 'MontserratR';
  src:url('../fonts/Montserrat-Regular.otf');
}
@font-face {
  font-family: 'MontserratL';
  src:url('../fonts/Montserrat-Light.otf');
}
@font-face {
  font-family: 'TIMESI';
  src:url('../fonts/TIMESI.TTF');
}


body { font-family: 'Montserrat',Arial; font-size: 15px; color: #000;}
@media(min-width: 768px){
body{font-size: 16px;}
}
header {width: 100%; background-color: rgba(255,255,255,.1); z-index: 9999; transition: all ease-out .2s;}
.header-inner { position: relative; display: flex; flex-direction: column; /* padding: 0 20px; */ max-width: 100% !important; }
@media (min-width:1400px) {
.header-inner{max-width: 1440px !important;}
}
@media (min-width: 1600px){
.container { max-width: 1400px; }
}
.mx-auto { display: block; }

a{text-decoration: none;color:#252525;}
a:hover,a:focus {text-decoration: none !important;}
a,input,button {outline: none!important;}
.editor {overflow: hidden;}
.editor img {display: inline-block;max-width: 100%!important;height: auto!important;}
.editor iframe {max-width: 100%;}
.editor table {max-width: 100%!important;}

/* header-top */
.header-top-box{display: flex; justify-content: space-between; align-items: center; padding: 5px 0;}
.box-left{display: flex; align-items: center;}
.box-right{display: flex; justify-content: space-between; align-items: center;}
.search{display: flex; align-items: center; justify-content: space-between;}
.search-in{border-top-left-radius: 10px; border-bottom-left-radius: 10px; border: none; padding: 6px 10px;}
.search-img{background-color: #f2ab01; border-top-left-radius: 0; border-top-right-radius: 10px; border-bottom-left-radius: 0; border-bottom-right-radius: 10px; height: 100%; padding: 7px !important;}
.search-m{display: flex; justify-content: center; padding: 10px 0;}
.searcha{display: block; padding: 7px 8px; background-color: #f1ab01; border-radius: 10px;}
.search-p{display: none;}
@media (min-width:768px) {
    .search-p{display: block;}
    .search-m{display: none;}
    .search{border: 1px solid #eee; border-radius: 10px; }
    .search-img{padding: 10px 12px !important;}
    .search-in{border: none; padding: 6px 10px;}
}
.search-inset{position: absolute; top: 100%; left: 0; width: 100%; /* margin-right: -22px; */ background-color: #fff; border-top: 1px solid #eee; opacity: 1; display: none; z-index: 9999; animation: fadeInDown .4s linear; transition: all ease-out .4s;}
@media (max-width:1439px) {
    .search-inset{margin-right: 26px;}
}
@media (max-width:768px) {
    .search-inset{margin-right: 0px; top: 100%;}
}
.search-box{display: flex; align-items: center; position: relative; padding: 10px; width: 100%;}
.search-box .inset-box{width: 90%;}
.search-box .search-icon{width: 10%; border-left: 1px solid #ccc; text-align: center;}
.search-input{width: 100%; font-size: 14px;}
/* #search-box {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .8);
    display: none;
    z-index: 999999;
}
.search-times {
    position: absolute;
    top: 0;
    right: 0;
    padding: 30px;
    color: #8e8e8e;
    font-size: 30px;
    font-weight: normal;
}
.search-con {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#search-box .inset {
    background: #ffffff;
    box-shadow: 0 15px 63px 0 rgb(0 0 0 / 30%);
    border-radius: 67px;
    width: 100%;
    max-width: 600px;
    padding: 10px 20px;
}

#search-box .inset-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#search-box .inset-box input {
    height: 50px;
    width: 100%;
    border: none !important;
    font-size: 20px;
    font-weight: 300;
} */
.btn-member{background-color: #006991; border: none; border-radius: 10px; padding: 0; margin-left: 10px; position: relative; overflow: hidden; transition: all ease .4s;}
.btn-member:before{content: ''; position: absolute; top: 0; left: 0; width: 0; height: 100%; background-color: rgba(255,255,255,.2); border-radius: 10px; transition: all ease .4s; }
.btn-member a{display: flex; align-items: center; justify-content: space-between; padding: 6px 8px; }
.btn-member b{color: #fff; font-size: 16px; font-family: 'MontserratM'; font-weight: normal; display: none; z-index: 9;}
.btn-member span{width: 20px; height: 22px; background: url(../images/member.png) no-repeat center; margin-left: 0px; z-index: 9;}
@media (min-width:992px) {
    .btn-member a{padding: 8px 10px;}
}
@media (min-width:769px) {
    .btn-member b{display: block;}
    .btn-member span{margin-left: 10px;}
}
.btn-member:hover:before{width: 100%; transition: all ease .4s;}

/*logo*/
.logo{width: auto; height: 50px; margin: 0;}
@media (min-width:768px) {
    .logo{width: auto; height: auto; margin: 10px 0;}
}
/* .header-right { min-height: 20px; flex-grow: 1; display:inline-block; display: flex; align-items: center; justify-content: flex-end; } */

.header-bottom{background-color: #006991; position: relative;}
/*nav*/
.dropdown{position: relative;}
@media (min-width:992px) {
    .dropdown{position: initial;}
}
.box-menu > ul{display: flex; justify-content: space-between;}
.box-menu > ul > li { padding: 0 10px; }
@media (min-width:1024px) {
    .box-menu > ul > li { padding: 0 14px; }
}
.box-menu > ul > li:last-child { padding-right: 0; }
.box-menu > ul > li > a { font-family: 'MontserratM'; font-size:14px; color: #fff; display: block; padding: 14px 0; }
@media(min-width: 1200px) {
    .box-menu > ul > li > a { font-size: 16px;}
}
@media(min-width: 1440px) {
    .box-menu > ul > li > a { font-size: 18px; padding: 16px 0;}
}
.box-menu > ul > li.dropdown:after {
  /* border: 8px solid transparent;
  border-top: 8px solid #c7c7c7; */
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  content: '';
  left:50%;
  margin-left:-4px;
}
.box-menu > ul > li:last-child > a {  }
.box-menu > ul { margin-bottom: 0; position: relative;}
.box-menu > ul > li {text-align:center;float:left;/* position: relative; *//* transition:all 0.6s;-moz-transition:all 0.6s;-webkit-transition:all 0.6s; */}
.box-menu > ul > li.active, .box-menu > ul > li.selected, .box-menu > ul > li:hover {  }
.box-menu > ul > li > a > span {font-family: 'MontserratM'; /* font-size: 16px; */ color: #fff; position: relative; width: 100%; font-weight: normal;}
/* @media(min-width: 1200px) {
.box-menu > ul > li > a > span { font-size: 18px; }
} */
.box-menu > ul > li.active > a, .box-menu > ul > li.selected > a, .box-menu > ul > li:hover > a { color: #fff; }
.box-menu > ul > li.active > a > span, .box-menu > ul > li.selected > a > span, .box-menu > ul > li:hover > a > span { color: #fff !important; border-bottom: 2px solid #fff;}
.box-menu > ul > li > ul { position: absolute; top: 100%; width: 100%; padding-top: 20px; left: 0; z-index: 99999; background-color: #fff; padding: 0 20px; overflow: hidden;
     opacity: 0;
     box-shadow: 0 0 5px rgba(0,0,0,.1);
     pointer-events: none;
filter: alpha(opacity=0); 
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out; 
}
/* .box-menu > ul > li > ul::before{content: ''; width: 100%; height: 2px; background-color: #fff; position: absolute; top: 0; left: 0;} */
@media(min-width: 1600px) {
/* .box-menu > ul > li > ul { left: 5px; } */
}
.box-menu > ul > li > a > span:hover > ul { opacity: 1; }
.box-menu > ul > li ul li { text-align: left; padding: 14px 0px; border-bottom: solid 1px #efefef; overflow: hidden; }
.box-menu > ul > li ul li:last-child { border-bottom: none; }
.box-menu > ul > li ul li a {/* min-width: 140px; white-space: nowrap; */ color: #333; font-size: 16px; font-family: 'MontserratL'; display: flex; align-items: center;/* margin-left: -20px; */ transition: all ease-out .4s; }
/* .box-menu > ul > li ul li a::before{content: ''; display: block; width: 10px; height: 2px; background-color: #2944AA; margin-right: 10px; transition: all ease-out .4s; } */
.box-menu > ul > li ul li:last-child a { border-bottom: none; }
.box-menu > ul > li ul li a:hover, .box-menu > ul > li ul li a.active{ color: #006991; margin-left: 0; transition: all ease-out .4s; }
.box-menu > ul > li.selected > ul {/* display: block; */
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        transform: translateY(0px);
}

.down-title-box{display: none;}
@media (min-width:992px) {
    .down-title-box{display: block;}
    .down-nav{padding: 30px 60px !important; overflow: hidden;}
    .down-title{font-size: 24px; color: #222; font-family: 'MontserratM'; text-align: left; margin-bottom: 15px;}
    .down-title b{font-weight: normal;}
    .down-nav li{border-bottom: 1px solid #ddd; padding: 10px 0 !important;}
    .down-nav li:last-child{border-bottom: 1px solid #ddd !important;}
    .down-nav li a{color: #333;}
    .down-nav li:hover {border-bottom: 1px solid #006991 !important;}
    .down-nav li:hover a{color: #006991;}
}
/* mobile menu */
.st-menu { background-color: #006991; }
.st-menu ul li a { color: #fff; }

/*.mobile-menu-btn { float:right; margin-top: 21px; }fheader-right
@media(min-width: 768px) {
.mobile-menu-btn { margin-top: 21px; }
}*/
.mobile-menu-btn { float:right; margin-right: 15px; }
@media(min-width: 576px) {
/* .mobile-menu-btn { margin-left: 15px; } */
}

.menu-mobile {  }
.menu-mobile .menu-mobile-title {height: 36px;position: relative;}
.menu-mobile .button-close-menu{position: absolute;right:8px;top:8px;color:#fff;cursor: pointer;}
.menu-mobile .button-close-menu:hover {color:#292929;}
.menu-mobile .button-close-menu i {font-size: 20px;}
.menu-mobile .mobile-more {display: inline-block;width: 18px;height: 18px;position: absolute;top:20px;right:8px;font-size: 18px;color:#fff;cursor: pointer;text-align: center;
  -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out; 
}
.menu-mobile ul li.mobile-sub-open > .mobile-more {transform:rotate(180deg);}
.menu-mobile .mobile-more i{font-size: 18px;}
.menu-mobile .menu-mobile-content > li .dropdown-menu {position: static;}
.menu-mobile .mobile-dropdown-menu {margin-left:0!important;padding:0;display: none;}
.menu-mobile .mobile-sub-open > .mobile-dropdown-menu {display: block;}
.menu-mobile .mobile-dropdown-menu a {padding-left: 30px;text-decoration: none;}
.menu-mobile .mobile-dropdown-menu ul a{padding-left:50px;}
.menu-mobile .mobile-dropdown-menu ul ul a{padding-left:70px;}
.menu-mobile a:link, .menu-mobile a:visited, .menu-mobile a:hover, .menu-mobile a:active {text-decoration: none;}
.menu-mobile ul li li, .menu-mobile .see-all, .menu-mobile ul ul ul ul > li { background: #0185b7; }
.menu-mobile ul li:hover, .menu-mobile ul li.mobile-sub-open {
  background: rgba(0,0,0,0.1);
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
} 
/* .menu-mobile ul li li:hover,.menu-mobile ul li li:visited,.menu-mobile ul li li:active, .menu-mobile .see-all:hover {
  background: #6c9045;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}  */
.menu-mobile ul ul ul > li {
  background: #6c9045;
}


.btn-ud {
    font-size: 22px;
  color: #006991!important;
  background-color: #fff;
  padding: 0;
  border-radius: 0;
}
.btn-ud:focus,
.btn-ud.focus {
  color: #fff;
  background-color: #fdba2d;}
.btn-ud:hover {
  color: #fff;
  background-color: #fdba2d;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
  color: #fff;
  background-color: #fdba2d;
}
.btn-ud:active:hover,
.btn-ud.active:hover,
.open > .dropdown-toggle.btn-ud:hover,
.btn-ud:active:focus,
.btn-ud.active:focus,
.open > .dropdown-toggle.btn-ud:focus,
.btn-ud:active.focus,
.btn-ud.active.focus,
.open > .dropdown-toggle.btn-ud.focus {
  color: #fff;
  background-color: #fdba2d;
}
.btn-ud:active,
.btn-ud.active,
.open > .dropdown-toggle.btn-ud {
  background-image: none;
}
.btn-ud.disabled,
.btn-ud[disabled],
fieldset[disabled] .btn-ud,
.btn-ud.disabled:hover,
.btn-ud[disabled]:hover,
fieldset[disabled] .btn-ud:hover,
.btn-ud.disabled:focus,
.btn-ud[disabled]:focus,
fieldset[disabled] .btn-ud:focus,
.btn-ud.disabled.focus,
.btn-ud[disabled].focus,
fieldset[disabled] .btn-ud.focus,
.btn-ud.disabled:active,
.btn-ud[disabled]:active,
fieldset[disabled] .btn-ud:active,
.btn-ud.disabled.active,
.btn-ud[disabled].active,
fieldset[disabled] .btn-ud.active {
  background-color: #d17100;
}


/* #header.active{ background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,.2); transition: all ease-out .2s;}
#header.active .box-menu > ul > li > a > span{color: #333;} */

/*main-all*/
.main-all { min-height: 90vh; overflow: hidden; }

/*slideshow*/
.index-swiper{height: 100%;}
.swiper-container { max-width: 1920px; margin: auto;position: relative;}
.index-pagination{text-align: center; }
.index-swiper .swiper-button-prev, .index-swiper .swiper-button-next{width: 30px; height: 30px;}
.index-swiper .swiper-button-prev {position: absolute; background-color: rgba(0,105,145,.7); display: flex; justify-content: center; align-items: center; left: 0;}
.index-swiper .swiper-button-prev span{transform: rotate(180deg); }
.index-swiper .swiper-button-next {position: absolute; background-color: rgba(0,105,145,.7); display: flex; justify-content: center; align-items: center; right: 0;}
.index-swiper .swiper-button-next span, .index-swiper .swiper-button-prev span{width: 16px; height: 13px; background: url(../images/right.png) no-repeat center;}
.index-swiper .swiper-button-prev:hover, .index-swiper .swiper-button-next:hover{background-color: rgba(241,171,1,1);}
@media (min-width:992px) {
    .index-swiper .swiper-button-prev, .index-swiper .swiper-button-next{width: 40px; height: 40px;}
    .index-swiper .swiper-button-prev{top: auto; bottom: 50%; left: 10px;}
    .index-swiper .swiper-button-next{top: auto; right: 10px; bottom: 50%;}
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: ' '; }
/*@media(max-width: 767.98px){
  .index-swiper { max-width: 1920px; margin: auto; height: 60vh;}
  .swiper-container img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
  }
}
@media(max-width:425px){
    .index-swiper{height: 50vh !important;}
    .swiper-container img{
        position: absolute;
        top: 0;
        left: 0;
    }
}*/

/* .swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { opacity: 1; transition: all 0.8s; } */

.swiper-slide-img{height: 100%;}
.swiper-slide-img img{height: 100%;}
.swiper-box{position: absolute; right: 0; bottom: 0; background-color: rgba(255,255,255,.8); max-width: 300px; padding: 15px;}
@media (min-width:425px) {
    .swiper-box{padding: 20px; max-width: 380px;}
}
@media (min-width:768px) {
    .swiper-box{padding: 20px; max-width: 500px;}
}
@media (min-width:1200px) {
    .swiper-box{padding: 30px; max-width: 660px;}
}
@media (min-width:1400px) {
    .swiper-box{padding: 45px;}
}
.swiper-title{font-size: 16px; color: #222; line-height: 20px; margin-bottom: 5px;}
/*.swiper-title b{font-family: 'MontserratB';}*/
@media (min-width:1200px) {
    .swiper-title{font-size: 20px; line-height: 30px; margin-bottom: 20px;}
}
@media (min-width:1400px) {
    .swiper-title{font-size: 24px;}
}
.swiper-text{font-size: 12px; line-height: 18px; color: #222;}
@media (min-width:768px) {
    .swiper-text{font-size: 14px; line-height: 24px;}
}



/*back-to-top*/
#back-to-top {position: fixed;right: 2%;bottom: 5%;z-index: 999;background: #000; border-radius: 0; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;}
@media(min-width: 768px) {
    #back-to-top {right: 2%; bottom: 6%; width: 50px; height: 50px;}
}
#back-to-top a {color: #fff;}

/* home about */
.home-about{padding: 15px; margin: 0; }
@media (min-width:992px) {
    .home-about{margin: 15px 0; padding: 15px 0;}
}
.about-row{background-color: #006991; border-radius: 10px;}
.home-about-left{padding: 0;}
.home-about-right{padding: 0 30px 30px;}
@media (min-width:992px) {
    .home-about-right{padding: 0;}
}
.home-about-style{padding-top: 30px; padding-bottom: 20px; padding-right: 30px;}
@media (min-width:992px) {
    .home-about-style{padding-top: 48px; padding-right: 90px; padding-bottom: 38px;}
}
.title{display: flex;}
.title-left{width: 8px; height: auto; background-color: #f1aa02; margin-right: 8px;}
@media (min-width:992px) {
    .title-left{margin-right: 20px;}
}
.title-right{display: flex; flex-direction: column;}
.title-right i{font-style: normal; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: 2px;}
.title-right b{font-size: 24px; font-weight: normal; font-family: 'MontserratM'; color: #fff;}
@media (min-width:992px) {
    .title-right i{font-size: 16px;}
    .title-right b{font-size: 28px;}
}
@media (min-width:1200px) {
    .title-right i{font-size: 16px;}
    .title-right b{font-size: 30px;}
}
@media (min-width:1400px) {
    .title-right i{font-size: 18px;}
    .title-right b{font-size: 36px;}
}
.about-text{padding-left: 30px; margin-top: 15px; color: #fff; font-size: 14px; line-height: 24px;}
@media (min-width:992px) {
    .about-text{font-size: 16px; line-height: 30px;}
}
.btn-about{padding-left: 30px; margin-top: 15px;}
.btn-about a{display: flex; align-items: center; background-color: #f1ab01; padding: 10px 8px; border: 1px solid #f1ab01; transition: all ease .4s;}
.btn-about b{color: #fff; font-size: 16px; font-family: 'MontserratR'; font-weight: normal;}
.btn-about span{width: 34px; height: 17px; background: url(../images/about-more.png) no-repeat center; margin-left: 15px;}
@media (min-width:992px) {
    .btn-about a{padding: 10px 16px;}
    .btn-about b{font-size: 18px;}
}
.btn-about a:hover{background-color: #006991; border: 1px solid #fff; transition: all ease .4s;}
.home-about-img{position: relative; overflow: hidden; height: 100%;}
.home-about-img img{height:auto!important; background-size: cover; max-width: initial; transition: all ease .4s;}
@media (max-width:992px) {
    .home-about-img{border-radius: 10px;}
    .home-about-img img{max-width: 100%;}
}
.home-about-img:hover img{transform: scale(1.1); transition: all ease .4s;}

/* home events news */
/* events */
.home-en{padding: 0 15px; margin: 0;}
@media (min-width:992px) {
    .home-en{padding: 15px 0; margin: 15px 0;}
}
.home-events{background-color: #f3f3f3; border-radius: 10px; padding-left: 0px; padding-right: 0px;}
.home-events-inner{padding-left: 0; padding-top: 30px;}
@media (min-width:992px) {
    .home-events-inner{padding-top: 40px;}
}
.en-title-left{background-color: #c80f3f;}
.en-title-right i{color: #666;}
.en-title-right b{color: #222;}
.home-events-box{padding: 15px; overflow: hidden;}
@media (min-width:992px) {
    .home-events-box{padding: 30px 50px;}
}
.swiper-events{width: auto; overflow: hidden;}
.events-img{position: relative; width: 100%; overflow: hidden;}
.events-img img{width: 100%; transition: all ease .4s;}
.events-img:hover img{transform: scale(1.1); transition: all ease .4s;}
.events-inner{display: flex; flex-direction: column; align-items: flex-start; }
@media (min-width:992px) {
    .events-inner{position: absolute; top: auto; bottom: 0; left: 0;}
}
.events-inner-style{margin-right: 0; background-color: rgba(255, 255, 255, 1); padding: 8px; overflow: hidden;}
@media (min-width:992px) {
    .events-inner-style{padding: 25px 30px; margin-right: 10%;}
}
.events-inner-style i{display: flex; align-items: center; font-size: 14px; color: #222; font-style: normal;}
.events-inner-style i:before{content: ''; margin-right: 10px; background: url(../images/time.png) no-repeat center; width: 19px; height: 17px;}
.events-inner-style b{font-size: 16px; color: #222; font-weight: normal; font-family: 'MontserratM'; margin: 8px 0;}
.events-inner-style p{margin-bottom: 0; font-size: 14px; color: #666; line-height: 20px;}
.events-inner-style:hover b{color: #006991;}
.swiper-events .swiper-pagination{position: absolute; top: 14%; left: auto; right: 0; width: 100%; padding: 0 15px; text-align: right; z-index: 0;}
@media (min-width:768px) {
    .swiper-events .swiper-pagination{top: 10%;}
}
@media (min-width:992px) {
    .swiper-events .swiper-pagination{padding: 0 50px; top: 16%;}
}
.swiper-events .swiper-pagination-bullet{width: 10px; height: 10px;}
.swiper-events .swiper-pagination-bullet-active{width: 30px; height: 10px; background-color: #006991; border-radius: 5px;}

/* news */
.home-news{background-color: #fff; padding: 15px; margin: 0;}
@media (min-width:992px) {
    .home-news{padding: 15px 15px 0px 60px; margin: 15px 0;}
}
.home-news-inner{}
.home-news-top{display: flex; justify-content: space-between; align-items: flex-end;}
.news-btn{background-color: #006991; padding: 8px 6px; border-radius: 0; transition: all ease .4s;}
@media (min-width:992px) {
    .news-btn{padding: 12px 10px;}
}
.news-btn:hover{background-color: #f1ab01; transition: all ease .4s;}
.news-btn a{display: block;}
.home-news-con{margin-top: 15px;}
@media (min-width:992px) {
    .home-news-con{margin-top: 30px;}
}
.home-news-con ul{margin-bottom: 0;}
.home-news-con ul li{padding: 15px 14px; border-bottom: 1px solid #ccc; border-radius: 0; overflow: hidden; transition: all ease .4s;}
@media (min-width:1200px) {
    .home-news-con ul li{padding: 15px 30px;}
}
@media (min-width:1600px) {
    .home-news-con ul li{padding: 25px 30px;}
}
.home-news-con .news-list{display: flex; flex-direction: column; }
.news-list-top{display: flex; margin-bottom: 10px;}
.news-list-top i{font-style: normal; font-size: 13px; color: #666; display: flex; align-items: center; margin-right: 30px; transition: all ease .4s;}
@media (min-width:425px) {
    .news-list-top i{font-size: 16px;}
}
.news-list-top i:nth-child(1)::before{content: ''; width: 18px; height: 18px; background: url(../images/news1.1.png) no-repeat center; margin-right: 5px;}
.news-list-top i:nth-child(2)::before{content: ''; width: 18px; height: 16px; background: url(../images/news2.2.png) no-repeat center; margin-right: 5px;}
.news-list b{color: #006991; font-family: 'MontserratM'; font-weight: normal; margin-bottom: 10px; transition: all ease .4s;}
.news-list p{font-size: 14px; color: #666; margin-bottom: 0; transition: all ease .4s;}
.home-news-con ul li:hover{background-color: #006991; border-bottom: 1px solid #006991; border-radius: 10px; transition: all ease .4s;} 
.home-news-con ul li:hover i, .home-news-con ul li:hover b, .home-news-con ul li:hover p{color: #fff; transition: all ease .4s;}
.home-news-con ul li:hover i:nth-child(1)::before{background: url(../images/news1.png) no-repeat center; transition: all ease .4s;}
.home-news-con ul li:hover i:nth-child(2)::before{background: url(../images/news2.png) no-repeat center; transition: all ease .4s;}

/* home-link-know */
.home-link-know{padding: 15px 0; margin: 0;}
@media (min-width:992px) {
    .home-link-know{padding: 15px 0; margin: 15px 0;}
}
.k-l-box{display: flex; flex-direction: column-reverse;}
@media (min-width:992px) {
    .k-l-box{display: flex; flex-direction: row;}
}
.home-link{}
.link-top{padding: 20px 10px; border-bottom: 1px solid #ddd; display: flex; align-items: center; margin-bottom: 20px;}
@media (min-width:992px) {
    .link-top{margin-bottom: 30px;}
}
/*.link-top .l-t-f span{display: block; margin-right: 10px; background: url(../images/feed-icon.png) no-repeat center; width: 18px; height: 18px;}*/
.link-top span{display: block; margin-right: 10px; background: url(../images/feed-icon.png) no-repeat center; width: 18px; height: 18px;}
.link-top i{font-style: normal; font-family: 'MontserratM'; font-size: 20px; color: #006991;}
.link-box{overflow-x: auto;}
.link-bottom{margin-top: 20px; border-top: 1px solid #ddd;}
.link-bottom-inner{display: flex; justify-content: flex-end;}
.link-bottom-inner a{padding: 10px 0; font-size: 14px; color: #006991; font-family: 'MontserratL';}
.link-bottom-inner a:hover{text-decoration: underline !important;}
.fb-box1{display: block;}
.fb-box1 .fb-page {max-width: 100% !important; width: 480px;}
.know-left{padding-right: 15px; padding-left: 15px;}
.know-right{padding-left: 15px;}
@media (min-width:1200px) {
    .know-left{height: auto; padding-right: 0; padding-left: 30px;}
    .know-right{height: auto; padding-left: 0;}
}
.know-img{position: relative; overflow: hidden; height: 300px; border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 10px; border-bottom-right-radius: 10px;}
@media (min-width:1200px) {
    .know-img{height: 100%; border-top-left-radius: 10px; border-bottom-left-radius: 10px; border-top-right-radius: 0px; border-bottom-right-radius: 0px;}
}
.know-img img{width: 100%; height: auto; transition: all ease .4s;}
@media (min-width:1200px) {
    .know-img img{height: 100%;}
}
.know-img:hover img{transform: scale(1.1); transition: all ease .4s;}
.know-left-b{position: absolute; bottom: 0; left: 0; background: url(../images/know-b.png); width: 100%; height: auto; padding-left: 30px; padding-bottom: 15px; border-bottom-left-radius: 10px;}
.know-title-left{background-color: #fff !important;}
.know-title-right b{font-size: 30px; color: #fff; line-height: 30px; }
.know-right-box{display: none;}
@media (min-width:768px) {
    .know-right-box{display: flex; flex-direction: row; margin-top: 0px;}
}
@media (min-width:1200px) {
    .know-right-box{display: flex; flex-direction: column;}
}
.know-right-list{margin: 0; padding: 17px 20px; overflow: hidden; position: relative; z-index: 1;}
@media (min-width:1400px) {
    .know-right-list{padding: 40px 30px;}
}
@media (max-width:767px) {
    .know-right-list{display: flex; align-items: center;}
}
.know-right-list:before{content: ''; width: 0; height: 300px; background-color: rgba(255,255,255,.2); position: absolute; top: 0; left: 0; transition: all ease 0.4s; z-index: 0;}
.know-right-list:hover:before{width: 100%; transition: all ease 0.4s;}
.know-list-icon{margin-bottom: 0px; margin-right: 20px;}
@media (min-width:768px) {
    .know-list-icon{margin-bottom: 30px;}
}
.know-right-text{font-size: 18px; line-height: 24px; color: #fff; font-family: 'MontserratM';}
@media (min-width:992px) {
    .know-right-text{font-size: 24px; line-height: 30px;}
}
.know-right-tpr{background-color: #f1ab01 !important; border-radius: 10px;}
.know-right-ctp{background-color: #c80f3f !important; border-radius: 10px;}
.know-right-cl{background-color: #006991 !important; border-radius: 10px;}
@media (min-width:768px) {
    .know-right-tpr{border-radius: 0px;}
    .know-right-ctp{border-radius: 0px;}
    .know-right-cl{border-radius: 0px;}
}
@media (min-width:1200px) {
    .know-right-tpr{border-top-right-radius: 10px; border-bottom-left-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 0;}
    .know-right-ctp{border-top-right-radius: 0px; border-bottom-left-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 0;}
    .know-right-cl{border-bottom-right-radius: 10px; border-bottom-left-radius: 0; border-top-left-radius: 0; border-bottom-right-radius: 0;}
}
.know-right-mbox{display: block; margin-top: 10px;}
@media (min-width:768px) {
    .know-right-mbox{display: none;}
}
.know-swiper{overflow: hidden;}
.know-swiper .swiper-button-prev, .know-swiper .swiper-button-next{top: 58%;}
.know-swiper .swiper-button-prev{background: url(../images/k-left.png) no-repeat center; width: 36px; height: 36px; left: -5px;}
.know-swiper .swiper-button-next{background: url(../images/k-right.png) no-repeat center; width: 36px; height: 36px; right: -5px;}

/* footer */
.footer{background: url(../images/footer-bg.png) no-repeat center; width: 100%; height: 100%; padding: 30px 0;}
.foo-box{display: flex; flex-direction: column; align-items: center;}
@media (min-width:992px) {
    .foo-box{display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
}
.foo-nav{display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;}
.foo-nav a{color: #fff; font-size: 14px; font-family: 'MontserratL'; margin-right: 20px; margin-bottom: 5px;}
.foo-nav a:last-child{margin-right: 0;}
.foo-nav a:hover{text-decoration: underline !important;}
.footer-text{font-size: 14px; color: #fff; font-family: 'MontserratL'; text-align: center; margin: 5px 0 10px;}
.foo-right{display: flex; justify-content: flex-end;}
.foo-icon{margin-bottom: 0px; display: flex; padding: 0 10px; }
.foo-icon li{margin: 0 5px;}
@media (min-width:992px) {
    .foo-icon{margin-bottom: 0; display: flex; }
    .foo-icon li{margin: 0 8px;}
    .footer-text{text-align: left; margin: 0;}
    .foo-nav{display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start;}
}






/* banner start */
.banner-img { width:100%; }
.banner-container { position:relative; }
.path { width:100%; position:absolute!important; top:34%;; 
    background: linear-gradient(rgba(250, 252, 250, 0),rgba(250, 252, 250, 0));
}
.breadcrumb {
    background: linear-gradient(rgba(250, 252, 250, 0),rgba(250, 252, 250, 0));
    color:#ffffff;
    justify-content:center;
}
.breadcrumb a { color:#fff!important; font-size:14px; }
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    /*padding-top:2px;*/
    padding-right: 0.5rem;
    color: #fff;
    content: ">";
}
.curr-title { text-align:center; color:#fff; font-size:48px; font-weight:bold; text-transform:uppercase; }
@media(max-width:960px){
    .path { top:28%; }
    .curr-title { font-size:28px; }
    .breadcrumb { padding: 0.25rem 1rem; }
}
@media(max-width:760px){
    .path { top:28%; }
    .curr-title { font-size:20px; }
    .breadcrumb { padding: 0.25rem 1rem; }
    .banner-img { width:auto; height:200px; }
}
@media(min-width:960px) and (max-width:1440px){
    .path { top:26%; }
    .curr-title { font-size:28px; }
}
.bread-home { color:#F1AB01; font-size:18px; }
/* banner end */




/*contact us start*/
.con-l-l-title { font-size:36px; color:#006991; font-weight:bold; padding-left:20px; }

.con-l-l-title:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 63px;
    width: 4px;
    height: 30px;
    background-color:#C80F3F;
}

.inner-contact .con-li-list a { color:#333; }

.inner-contact #form{
    background: #f6f6f6 url(../images/contact-bg.png) center no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
.inner-contact .form-title h1{ font-weight:bolder;text-transform: uppercase;font-size:30px; }
.inner-contact .form-title span { margin-bottom:20px; }
.inner-contact .form-control{color: #888;font-size: 16px;border:0;}
@media(min-width: 768px){
    .inner-contact .form-title span{margin-bottom: 30px;}
    .inner-contact .form{ padding-top:50px; padding-bottom:90px;}
}
@media(min-width: 1200px){
    .inner-contact .form-title h1{font-size: 32px;}
    .inner-contact .editor { padding-left:63px; }
}
.inner-contact .form-group {
    margin-bottom: 1rem;
}
.contact-item { border-bottom:1px solid #EEEEEE; margin-bottom:20px; }
.contact-item img { display:block;margin:0 auto;/*margin-top:7px;*/ }

.c-icon { /*background:#006899;*/width:40px;height:40px;margin-right:30px; }
/*.contact-item-1 .c-icon { background:#F4F4F4; }*/
/*.contact-item-1 img { margin-top:3px; margin-left:0; }*/
/*.contact-item-3 .c-icon { background:#F4F4F4; }*/
/*.contact-item-3 img { margin-top:10px; margin-left:4px; }*/
.contact-item img { margin-top:3px; }

.c-icon { width:40px; height:40px; }
.contact-item-1 .c-icon {
    background: #F4F4F4 url('../images/contact/address-o.png') center no-repeat;
    background-size:100%;
}
.contact-item-1:hover .c-icon {
    background: #006899 url('../images/contact/address-i.png') center no-repeat;
    transition: all ease .4s;
}

.contact-item-2 .c-icon {
    background: #F4F4F4 url('../images/contact/phone-o.png') center no-repeat;
    background-size:100%;
}
.contact-item-2:hover .c-icon {
    background: #006899 url('../images/contact/phone-i.png') center no-repeat;
    transition: all ease .4s;
}

.contact-item-3 .c-icon {
    background: #F4F4F4 url('../images/contact/email-o.png') center no-repeat;
    background-size:100%;
}
.contact-item-3:hover .c-icon {
    background: #006899 url('../images/contact/email-i.png') center no-repeat;
    transition: all ease .4s;
}

/*contact us end*/



/* btn-cus start */

.btn-cus a{ background-color: #f1ab01; padding: 10px 8px; border: 1px solid #f1ab01; transition: all ease .4s; }
.btn-cus b{ text-align:center; color: #fff; font-size: 16px; font-family: 'MontserratR'; font-weight: normal;}
.btn-cus span{width: 34px; height: 17px; background: url(../images/about-more.png) no-repeat center; margin-left: 15px;}
@media (min-width:992px) {
    .btn-cus{padding-left: 30px; margin-top: 15px;}
    .btn-cus a{padding:7px 45px;}
    .btn-cus b{font-size: 18px;}
}
.btn-cus a:hover{background-color: #006991; border: 1px solid #F1AB01; transition: all ease .4s;}
@media (max-width: 768px){
    .btn-cus { margin-top:5px; }
    .btn-info-cus {
        width:108px;
        height:41px;
        line-height:21px;
    }
    .inner-contact .form {
        padding: 30px;
        padding-bottom:100px;
    }
}
/* btn-cus end */




/* training-events start */
.t-event-search span { font-size:14px; color:#333333; font-weight:bolder; margin-right:10px;padding-top:8px; }
.event-date { display:flex; justify-content:end; }
.event-type-2 { display:flex; justify-content:end; }
.event-type select { width:60%; }
.event-keyword { position:relative; }
.event-keyword input { padding-right:30px; }
.event-keyword i { position:absolute; top:10px; right:28px; color:#ced4da; cursor:pointer; }
@media(min-width:1680px){
    .event-date { margin-left:50px; }
    .event-type { margin-left:-50px; }
}
@media(max-width:960px){
    .event-date { margin-top:15px; justify-content:space-between; }
    .event-type select { width:73%; }
    .event-type-2 { margin-top:15px; justify-content:space-between; }
}

/*.events-list { margin-top:10px; }*/
.events-item { margin-top:30px; }
.events-item-img:hover img { 
    transform: scale(1.1); transition: all .4s;
}
.events-item-2 { border:1px solid #E1EDF4; border-radius:10px; }
.events-item-2:hover { box-shadow:#E1EDF4 0px 0px 20px; }
.events-item-img { display:block; border-radius:10px;overflow:hidden; }
.events-item-d { padding:10px; }
.events-item-d-2 { display:block; padding-top:10px; font-size:18px; color:#222222; font-weight:bolder; }
.e-under-line { width:100%; height:1px; background:#EEEEEE; }
.events-item-d-3 { margin-top:15px; }
.events-item-d-3 p { margin-bottom:10px; font-size:14px; color:#444444; }
/* training-events end */

/* training-events-inner start */
.events-inner-content { margin-top:80px; }
.events-inner-title { font-size:36px; color:#006899; font-weight:bolder; }
.e-under-line-2 { margin-top:12px; margin-bottom:12px; }
.in-events-item-k { display:inline-block; min-width:186px; font-size:16px; color:#777777; margin-right:60px; }
.in-events-item-v { display:inline-block; font-size:16px; color:#222222; font-weight:bold; }
.in-events-item-v a { color:#006899; font-size:16px; text-decoration:underline; }
.events-inner-content .editor { font-size:16px; color:#444444; }
@media(max-width:960px){
    .in-events-item { display:flex; }
    .in-events-item-k { margin-right:20px; min-width:140px; }
}
/* training-events-inner end */







/* faq start */
.faq-tab{text-align: center;}
.faq-tab .active{background: #222222;color:#fff;}
.faq-tab-li{padding: 15px;display: inline-block;background: #fff;border:1px solid #222222;border-radius: 10px;font-size: 16px;
    color:#222222;}
.faq {  }
.faq-list {   }
.faq-list-box { float: left; width: 100%; background-color: #e8e8e8; border-radius: 10px; text-align: center; padding: 15px 0; margin: 2px 2px 0; color: #002664; font-weight: bold; }
@media(max-width: 440px) {
    .faq-tab-li{
        width: 100%;
        margin-bottom: 15px;
    }
}
@media(min-width: 768px) {
    .faq-list-box { width: 24.4%; padding: 15px 0; margin: 2px 2px 0; }
    .faq-tab-li{font-size: 18px;}
}
@media(min-width: 1280px) {
    .faq-list-box { font-size: 24px; }
    .faq-tab-li{padding: 15px 20px;display: inline-block;background: #fff;border:1px solid #222222;border-radius: 10px;font-size: 22px;
        color:#222222;margin: 0 10px;margin-bottom: 20px;}
}
.faq-tab-li:hover{background: #222222;color:#fff;}
.active .faq-list-box, .faq-list-box:hover { background-color: #f8c305; }
.faq .directors-list { margin-top: 0px; }
.faq .directors-list .content { display: none; text-align: justify;}
.faq .directors-list > ul > li:first-child .content {display: block;}
.faq .directors-list ul li .title {
    background-color: #fff;
    border:1px solid #eeeeee;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}
.faq .directors-list ul li .content { padding: 20px 10px 15px; font-size: 16px; color: #666666; }
@media(min-width: 768px) {
    .faq .directors-list ul li .content { padding: 20px 20px 15px; }
}
@media(min-width: 1280px) {
    .faq .directors-list ul li .content { padding: 25px 30px 20px; }
}
.faq .directors-list ul li .right-icon { width:100%; padding-right: 34px; padding: 15px 0;margin: 0 15px;}
.faq .directors-list ul li .title .right-icon { background: url(../images/icon-down.png) right no-repeat; }
.faq .directors-list ul li .active .right-icon { background: url(../images/icon-top.png) right no-repeat; }
.faq .directors-list ul li .title a { color: #222222; font-size: 16px; font-weight: bold; padding: 10px 0; display:inline-block; width: calc(100% - 45px);}
@media(min-width: 768px) {
    .faq .directors-list ul li .title a { font-size: 18px; }
}
@media(min-width: 1280px) {
    .faq .directors-list ul li .right-icon{ padding: 6px; margin: 0  25px}
    .faq .directors-list ul li .title a { font-size: 18px; }
}
.faq .directors-list ul li .active { background:#F1AB01; }
.faq .directors-list ul li .active a { color:#fff; }
.faq .directors-list ul li { box-shadow: #eeeeee 0px 0px 5px; }
/* faq end */


/* membership start */
.member-container { margin-top:100px; }
.m-desc-1 { position:relative; padding-left:20px; width:50%; font-size:30px; color:#222222; font-weight:bolder; }
.m-desc-1:before{content:''; position:absolute; top:5px; left:0; width:4px; height:33px; background:#c80f3f; }
.m-desc-2 { width:50%; font-size:16px; color:#333333; }
@media(max-width:768px){
    .m-desc { display:block!important; }
    .m-desc-1,.m-desc-2 { width:100%; }
    .m-desc-2 { margin-top:20px; }
}

.m-member-list { margin-bottom:100px; }
.m-member-item { margin-top:30px; }
.m-member-item-2 { position:relative; margin:0 auto; }
.m-member-item-text { width:90%; position:absolute; bottom:0; left:0; background:#fff; }
.m-member-item-text-2 { padding:20px; }
.m-member-item-text-title { font-size:18px; color:#222222; font-weight:bolder; }
.m-member-item-text-desc { font-size:14px; color:#666666; }
.m-member-item:hover .m-member-item-text-2 { background:#F1AB01; }
.m-member-item:hover .m-member-item-text-title { color:#fff; }
.m-member-item:hover .m-member-item-text-desc { color:#fff; }
/* membership end */


/* news start */
.news-container { margin-top:100px; margin-bottom:100px; }
.news-item { margin-top:20px; background:fff; border-bottom:1px solid #cccccc; padding-top:10px; padding-bottom:10px; }
.news-item-1 { min-width:282px; margin-right:35px; }
.news-date { font-size:16px; color:#666666; }
.news-l-title { font-size:18px; color:#006991; font-weight:bolder; margin-top:10px; margin-bottom:10px; }
.news-l-desc { font-weight:14px; color:#666666; }
.news-date-1 { margin-right:50px; }

.news-item:hover { background:#006899; border-radius:10px; }
.news-item:hover .news-date { color:#fff; }
.news-item:hover .news-l-title { color:#fff; }
.news-item:hover .news-l-desc { color:#fff; }

.news-date-1 { display:inline-block; padding-left:30px; background:url('../images/icon-news-01.png') left no-repeat; }
.news-date-2 { display:inline-block; padding-left:30px; background:url('../images/icon-news-02.png') left no-repeat; }
.news-item:hover .news-date-1 { background:url('../images/icon-news-01-w.png') left no-repeat; }
.news-item:hover .news-date-2 { background:url('../images/icon-news-02-w.png') left no-repeat; }
@media(max-width:768px){
    .news-item { display:block!important; }
    .news-item-1 { margin:0 auto; text-align:center; }
    .news-item-2 { margin-top:15px; border-bottom:1px solid #cccccc; padding-bottom:10px; }
    .news-item { border-bottom:0; }
}
/* news end */


/* committee start */
.common-container { margin-top:100px; margin-bottom:100px; }
.committee-item { margin-top:90px; }
.committee-item-2 { box-shadow: #f0f7f9 0px 0px 10px; border:1px solid #eeeeee; border-radius:10px; }
.committee-item-2-1 { position:relative; width:116px; margin:0 auto; }
.committee-item-2-1 .committee-img { background:#fff; margin:0 auto; margin-top:-60px; border-radius:116px;  }
.committee-item-2-1 .committee-img img { display:inline-block; padding:10px; border-radius:116px; }
.committee-item-2-2 { text-align:center; margin-top:26px; padding-bottom:40px; }
.c-2-name { font-size:24px; color:#00628d; font-weight:bolder; }
.c-2-role { font-family:"TIMESI"; font-size:18px; color:#333333; word-wrap:break-word;  }
/*.committee-item-2:hover { color:#fff; background:#f1ab01; }
.committee-item-2:hover .c-2-name { color:#fff; }
.committee-item-2:hover .c-2-role { color:#fff; }*/
@media(min-width:1440px){
    .committee-container { max-width:1160px; }
}
@media(min-width:768px){
    /*.c-2-name { min-height:68px; }*/
    .c-2-role { min-height:55px; padding-left:10px; padding-right:10px; }
}
/* committee end */

/* tpar start */
.tpar-item { margin-top:10px; border-radius:10px; border-bottom:1px solid #eeeeee; padding:16px; }
.tpar-pdf { margin-right:20px; }
.tpar-text { font-size:16px; color:#333333; font-weight:bold; line-height:36px; }
.tpar-item:hover { background:#F1AB01; }
.tpar-item:hover .tpar-text { color:#fff; }
.tpar-arrow { position:absolute; top:22px; right:18px; }
@media(max-width:768px){
    .tpar-item { border-bottom:0; }
    .tpar-item:hover { background:#fff; }
    .tpar-item-2:hover { background:#F1AB01; }
    .tpar-item-2 { border-radius:10px; padding:16px; border-bottom:1px solid #eeeeee; }
    .tpar-arrow { display:none; }
}
/* tpar end */


.page-item { margin-right:10px;  }
.page-item a { border-radius:6px!important; }
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #006899;
    border-color: #006899;
}
.page-link {
    color: #222222;
}
.page-link:hover {
    color: #006899;
}


.bootstrap-datetimepicker-widget table td span {
    line-height: 41px!important;
}

.cus-p p { margin-bottom:0; }


.text-not-found { font-size:23px; }
@media (max-width: 768px){
    .text-not-found { margin-bottom:0; font-size:20px; }
    .inner-item-padding {
        padding: 0px 0 36px;
    }
    .events-inner-title { font-size:30px; }
    .common-container { margin-top:65px; }
}

.sp-p p{ margin-bottom:0; }


@media(max-width:768px){
    .con-l-l-title:before {
        left:15px;
    }
}

.editor span { display:block; white-space:pre-wrap; word-wrap:break-word; }

.home-news-text {
    max-width:488px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}


.events-item-d-2 {
    margin-bottom:20px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.events-item-d-3 p {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
@media(min-width:768px){
    .events-item-d-2 { min-height:62px; }
}

.events-inner-style p {
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}




/* events detail start additional */
/*.events-inner-content .swiper-button-next, .swiper-button-prev { outline:none; color:#fff; top:45%!important; transition:all 0.8s; height:30px; width:30px; background:none; }*/
@media(min-width:768px) {
    /*.events-inner-content .swiper-button-next, .swiper-button-prev { top:50%; display:block; opacity:1; height:45px; width:45px; }*/
}
/*.events-inner-content .swiper-button-next { transform: rotate(0deg); }*/
/*.events-inner-content .swiper-button-next img, .swiper-button-prev img { vertical-align:top!important; }*/
/*.events-inner-content .swiper-button-prev { left:0px; }*/
/*.events-inner-content .swiper-button-next { right:0px; }*/

@media(max-width:425px){
    /*.events-inner-content .swiper-container img{ position: relative; }*/
    /*.events-inner-content .swiper-button-next, .swiper-button-prev{display: flex;}*/
}

.inner-investment-slide { margin-bottom:30px; }
.events-inner-content .inner-investment-slide-tit{font-size:24px; font-weight:bold;margin:35px auto 30px; color:#004ea2; }
@media(min-width: 992px){
    .events-inner-content .inner-investment-slide-tit{ font-size:30px; }
}
@media(max-width:768px){
    .inner-investment-slide { margin-bottom:30px; }
}

/* events detail end additional */


.home-about-img { height:auto; }
/*@media(min-width:996px) and (max-width:1440px){
}*/
@media(min-width:996px){
    .about-text {
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-box-orient:vertical;
        -webkit-line-clamp:3;
    }
}




.index-pag {
    position: absolute;
    bottom: 5% !important;
    left: 0;
    text-align: center;
}
.index-pag .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background-color: #C2C2C2;
    opacity: .5;
}
.index-pag .swiper-pagination-bullet-active {
    width: 30px;
    opacity: 1;
    background-color: #006991;
}

.pc-member-btn { display:block; }
.mobile-member-btn { display:none; }
@media(max-width:992px){
    .pc-member-btn { display:none; }
    .mobile-member-btn { display:block; }
}


.foo-icon img { background: #fff; border-radius: 5px; }