@charset "utf-8";
@font-face {
  font-family: 'OpenSans';
  src:url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: 'OpenSans-Bold';
  src:url('../fonts/OpenSans-ExtraBold.ttf');
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src:url('../fonts/OpenSans-SemiBold.ttf');
}

body { font-family: 'OpenSans'; font-size: 0.875rem; color: #000;}
@media(min-width: 768px){
body{font-size: 1rem;}
}
header { padding: 0; z-index: 99999; width: 100%; background-color: #fff;}
.header.active{position: fixed; box-shadow: 0 5px 5px rgba(0,0,0,.1); animation: fadeInDown .25s linear;top: 0px}
.header.active .header-top{display: none;}
.header-top-box{display: flex; align-items: center;}
.home-container { max-width: 1440px; padding: 0 15px;margin: 0px auto}

@media (min-width:768px) {
	.header-top-box{display: flex; align-items: center; justify-content: space-between !important;}
}
.header-inner { position: relative; max-width: 100% !important; padding: 0 15px; display: flex; align-items: center; justify-content: space-between;}
@media (min-width:1400px) {
	.header-inner{padding: 0 20px;}
}
@media (min-width:1600px) {
	.header-inner{padding: 0 50px;}

@media (min-width: 576px){
	.home-container {
		max-width: 540px;
	}
}

}@media (min-width: 768px){
	.home-container {
		max-width: 720px;
	}
}

@media (min-width: 992px){
	.home-container {
		max-width: 960px;
	}
}

@media (min-width: 1440px){
.container { max-width: 1440px; }
.home-container { max-width: 1440px; padding: 0 80px;}
}
.common-pad{
	padding-bottom: 60px;
}
@media (min-width: 991px) {
	.common-pad{
		padding-bottom: 120px;
	}
}
.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 p{margin-bottom: 0px}
.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{background-color: #2578ba; max-width: 100%;}
.header-t-left, .header-t-right{padding: 8px 0;}
@media (min-width:992px) {
	.header-t-left, .header-t-right{padding: 15px 0;}
}
/* .header-t-right{display: none;} */
.header-ul, .lang{display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.header-ul{margin: 0; display: flex; flex-direction: row; justify-content: flex-start;}
@media (min-width:768px) {
	.header-ul{display: flex; flex-direction: row; align-items: center;}
}
.header-ul li{margin-right: 20px; display: flex; align-items: center;}
.header-ul li span{margin-right: 10px;}
.header-ul li i, .header-ul li a{font-size: 12px; color: #fff; font-style: normal; }
@media (min-width:768px) {
	.header-ul li i, .header-ul li a{font-size: 14px;}
}
.mobile-ul{display: none;}
@media (max-width:526px) {
	.header-ul{display: none;}
	.mobile-ul{margin-bottom: 0; display: flex;} 
	.mobile-ul li{display: flex; flex-direction: row; margin-right: 5px; margin-left: 5px; position: relative;}
	.mobile-ul li:nth-child(1){margin-left: 0;}
	.mobile-ul li:nth-child(3){margin-right: 0;}
	.mobile-li{display: flex; align-items: center; }
	.mobile-li i, .mobile-li a{font-size: 14px; color: #fff; font-style: normal; margin-left: 5px;}
	.mobile-text{display: none; z-index: 999; white-space: nowrap; position: absolute; top: 100%; left: 0%; color: #333; padding: 4px 10px; border-radius: 10px; background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);}
	.mobile-text:before{content: ''; position: absolute; top: -2px; left: 20%; width: 10px; height: 10px; background-color: #fff; transform: rotate(45deg);}
	.mobile-text a{color: #333;}
	.mobile-ul li:hover .mobile-text{display: block; cursor: pointer;}
}
/* .lang{display: flex; align-items: center; margin: 0;}
.lang li{display: flex; align-items: center;}
.lang li:before{content: ''; width: 1px; height: 10px; background-color: #fff;}
.lang li:first-child:before{display: none;}
.lang li a{padding: 0 10px; text-transform: uppercase; color: #fff;}
.lang li:last-child a{padding-right: 0;}
.lang li.active a, .lang li a:hover{color: #ffcc00;} */
/* mobile lang */
.lang{display: none; width: auto; position: relative; background-color: #2578ba; padding: 4px; border-radius: 2px; margin-left: 5px;}
.lang a{font-family: 'OpenSans-SemiBold'; color: #fff; font-size: 16px; margin-right: 4px;}
.down-lang{position: absolute; width: 100%; height: auto; top: 100%; left: 0; background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,.2); border-radius: 0px; padding: 0; z-index: 999; display: none;}
.down-lang ul{margin-bottom: 0; display: flex; flex-direction: column; justify-content: center; padding: 0;}
.down-lang ul li{padding-bottom: 5px; border-bottom: 1px solid #ccc; text-align: center;}
.down-lang ul li:last-child{border-bottom: none; padding-bottom: 0;}
.down-lang ul li a{color: #333; font-size: 16px; text-align: center;}
.down-lang ul li:hover{background-color: #2578ba;}
.down-lang ul li:hover a{color: #fff;}
.mobile-lang{display: block;}
@media (min-width:769px) {
	.mobile-lang{display: none;}
	.lang{display: block;}
}

/* @media (min-width:768px) {
	.header-t-right{display: block;}
} */
.header-box{padding-top: 0px; padding-bottom: 0px;}
@media (min-width:768px) {
	.header-box{padding-top: 5px; padding-bottom: 5px;}
}
@media (min-width:992px) {
	.header-box{padding-top: 15px; padding-bottom: 15px;}
}
/*logo*/
.logo { width: auto; height: auto; margin: 10px 0;}
.box-logo{width: 65%;}
.header-right { min-height: 20px; flex-grow: 1; display:inline-block; display: flex; justify-content: flex-end; align-items: center; width: 35%;}
@media (min-width:992px) {
	.box-logo{width: 50%;}
	.header-right{width: 50%;}
}
@media (min-width:1240px) {
	.box-logo{width: 20%;}
	.header-right{width: 80%;}
}
.list-box a{padding-right: 5px;}

/*nav*/
.box-menu { }
.box-menu li {position: relative;}
.box-menu > ul > li { padding: 0; }
.box-menu > ul > li:last-child { padding-right: 0; }
.box-menu > ul > li > a { color: #2578ba; display: block; }
@media(min-width: 1200px) {
.box-menu > ul > li > a { padding: 5px 13px;}
}
@media(min-width: 1600px) {
.box-menu > ul > li > a { padding: 5px 15px;}
}
.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; display: flex;}
.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 { color: #000; font-size: 14px; padding: 5px 0; display: flex; justify-content: center; position: relative; font-family: 'OpenSans-SemiBold';}
.box-menu > ul > li > a > span::after{content: ''; position: absolute; width: 0; height: 2px; background-color: #2578ba; bottom: 0; transition: all ease-in-out .4s;}
.box-menu > ul > li > a > span:hover::after{width: 100%; transition: all ease-in-out .4s;  }
.box-menu > ul > li.active a > span::after{width: 100%;}
@media(min-width: 1400px) {
.box-menu > ul > li > a > span { font-size: 16px; }
}
.box-menu > ul > li.active > a, .box-menu > ul > li.selected > a, .box-menu > ul > li:hover > a { background:#fff;border-radius: 2rem;}
.box-menu > ul > li.active > a > span, .box-menu > ul > li.selected > a > span, .box-menu > ul > li:hover > a > span { color: #2578ba;}
.box-menu > ul > li > ul { 
position: absolute; 
width: 210px;
top: 86%; 
padding-top: 20px; 
left: 0; 
z-index: 99999; 
background-color: #fff; 
padding: 0 10px;
opacity: 0;
box-shadow: 0 1px 10px 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: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #2578ba;}
@media(min-width: 1600px) {
.box-menu > ul > li > ul { left: 24px; }
}
.box-menu > ul > li > a > span:hover > ul { opacity: 1; }
.box-menu > ul > li ul li { text-align: left; padding: 8px 10px; border-bottom: solid 1px #efefef; }
.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: 14px; }
.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: #2578ba; }
.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);
}
/* mobile menu */
.st-menu { background-color: #2578ba; }
.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-left: 10px; }
@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: #fecd00; }
.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 {
  color: #fff!important;
  background-color: #2578ba;
  padding: 3px 11px;
  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;
}

.mobile-menu-btn{display: none;}
@media (max-width: 1240px) {
	.mobile-menu-btn{display: block;}
	.box-menu{display: none;}
}

/*main-all*/
.main-all {  }
.preloader{
  background: #fff;
  position: fixed; 
  top: 0; 
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader img{width: 100px;}
.preloader:before{/*content:"";position: absolute;left: 0;top:0;background: #fff;z-index: 99999;width: 100%;height: 100%;*/}
@media(min-width: 768px){
  .preloader img{width: 120px;}
}


/*slideshow*/
.index-swiper{height: 100%;}
.swiper-container { /*max-width: 1920px;*/ margin: auto;position: relative;}
.index-swiper .swiper-pagination-bullet{width: 15px; height: 15px; border-radius: 100%; background-color: #fff; outline: none; opacity: 1;}
.index-swiper .swiper-pagination-bullet-active{background-color: #ffcc00 !important;}
.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;
	}
}
@media(min-width: 768px) {
.swiper-pagination-bullet { height: 15px; width: 15px;}
}
.swiper-button-next, .swiper-button-prev { outline: none; color: #fff; top: 55%; transition: all 0.8s; height: 30px; width: 30px; }
.common-home .index-swiper.swiper-container-horizontal>.swiper-pagination-bullets,.common-home .index-swiper.swiper-pagination-custom, .swiper-pagination-fraction { bottom: 20px; }
@media(min-width: 768px) {
	.common-home .index-swiper.swiper-container-horizontal>.swiper-pagination-bullets,.common-home .index-swiper.swiper-pagination-custom, .swiper-pagination-fraction { bottom: 30px; }
}
@media(min-width: 1400px) {
	.common-home .index-swiper.swiper-container-horizontal>.swiper-pagination-bullets,.common-home .index-swiper.swiper-pagination-custom, .swiper-pagination-fraction { bottom: 55px; }
}
.swiper-slide{position: relative; height: 100%; background-color: #f3f4f7;}
.swiper-slide-img{position: relative; overflow: hidden; height: 100%;}
.slide-text{padding: 10px; background-color: rgba(0,0,0,.25); max-width: 300px; position: absolute; top: 10%; left: 0%;}
.slide-text:before{content: ''; position: absolute; background-color: #fecd00; width: 0px; height: 0px;}
.slide-text p{font-size: 14px; line-height: 24px; color: #fff; /* text-shadow: 0 5px 10px rgba(0,0,0,.3); */ font-family: 'OpenSans'; margin: 0;}
.slide-text h3{font-size: 22px; color: #fff; font-family: 'OpenSans-Bold'; letter-spacing: 2px; margin-bottom: 15px;}
@media (min-width:768px){
	.slide-text{top: 4%; left: 5%; max-width: 380px;}
	.slide-text p{font-size: 16px; line-height: 24px;}
	.slide-text h3{font-size: 24px;}
}
@media (min-width:992px) {
	.slide-text{max-width: 450px; padding: 18px; top: 10%; left: 8%;}
	.slide-text:before{width: 40px; height: 40px; top: -20px; left: -20px;}
	.slide-text p{font-size: 18px; line-height: 30px;}
	.slide-text h3{font-size: 28px;}
}
@media (min-width:1200px) {
	.slide-text{max-width: 650px; padding: 28px; top: 15%; left: 8%;}
	.slide-text:before{width: 60px; height: 60px; top: -30px; left: -30px;}
	.slide-text h3{font-size: 30px;}
}
@media (min-width:1400px) {
	.slide-text{max-width: 750px; padding: 38px;}
	.slide-text:before{width: 80px; height: 80px; top: -40px; left: -40px;}
	.slide-text h3{font-size: 34px;}
}

.p-img{display: none !important;}
.mobile-img{display: block !important;}
@media (min-width:567px) {
	.p-img{display: block !important;}
	.mobile-img{display: none !important;}
}

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

#fixed-icon{position: fixed; 	right: 0;
	 bottom: 20%; background-color: #fecd00; z-index: 999;
	transform: translate(calc(100% - 50px),0);
	transition: all 0.5s;

}
#fixed-icon:hover{
	transform: translate(0,0);
}
#fixed-icon a{display: flex; justify-content: center; align-items: center;}
#fixed-icon .fixed-img{padding: 10px; transition: all ease 0.4s;}
/*#fixed-icon .fixed-text{color: #fff; font-size: 16px; padding: 0 10px 0 0; margin-right: -124px; transition: all ease 0.4s;}*/
#fixed-icon .fixed-text{color: #fff; font-size: 16px; padding: 0 10px 0 0;  transition: all ease 0.4s;}
#fixed-icon a:hover .fixed-text{margin-right: 0; transition: all ease 0.4s;}

/*footer*/
footer { position: relative; background-color: #fff; padding: 20px 0; z-index: 9;}
.footer-text{text-align: center; font-size: 14px; color: #333; font-family: 'OpenSans-SemiBold'; font-weight: bold;}


/* text */
.text-box{font-size: 15px; color: #333; line-height: 28px; letter-spacing: 1px;}
@media (min-width:992px) {
	.text-box{font-size: 17px; line-height: 32px;}
}

/* home about */
.home-about{padding: 40px 0; margin: 0;}
@media (min-width:992px) {
	.home-about{padding: 40px 0; margin: 60px 0;}
}
.home-about-inner{display: flex; flex-direction: column;}
.home-about-left{padding-top: 40px; padding-bottom: 40px;}
@media (min-width:992px) {
	.home-about-left{padding-top: 0px; padding-bottom: 0;}
}
.home-title{position: relative; z-index: 9; margin-bottom: 20px; }
.home-about-title::before{content: 'About us'; white-space: nowrap; font-family: 'OpenSans-Bold'; font-size: 50px; color: #999; opacity: .06; position: absolute; bottom: 0; left: 20%; z-index: -1;}
.home-title::after{content: ''; width: 110px; height: 100px; background: url(../images/title-ico.png) no-repeat center; z-index: -1;}
.home-about-title::after{content: ''; position: absolute; bottom: 10px; left: 35%; }
.home-title h3{font-size: 28px; font-family: 'OpenSans-Bold'; font-weight: 900 !important; color: #2578ba; z-index: 9; margin: 0;}
.home-title i{font-style: normal; color: #fecd00;}
.home-title span{display: block; width: 40px; height: 5px; background-color: #2578ba; margin-top: 10px;}
@media (min-width:425px){
	.home-about-title::before{font-size: 90px; bottom: 0; left: 20%;}
	.home-about-title::after{bottom: 10px; left: 38%;}
}
@media (min-width:768px){
	.home-about-title::before{font-size: 90px; bottom: 0; left: 20%;}
	.home-about-title::after{bottom: 10px; left: 42%;}
}
@media (min-width:992px) {
	.home-title{margin-bottom: 40px;}
	.home-title h3{font-size: 40px;}
	.home-about-title::before{font-size: 90px; bottom: 0; left: 0;}
	.home-about-title::after{bottom: 10px; left: -40px;}
	.home-title span{margin-top: 20px;}
}
.home-about-title{margin-top: 0px; display: flex; flex-direction: column; align-items: center;}
@media (min-width:992px) {
	.home-about-title{margin-top: 40px; display: flex; flex-direction: column; align-items: flex-start;}
}
.home-about-text{max-width: 100%; text-align: left;}
@media (min-width:992px) {
	.home-about-text{max-width: 700px;}
}
.btn-box-con{max-width: 100%; display: flex; justify-content: center;}
@media (min-width:992px) {
	.btn-box-con{display: flex; justify-content: flex-start;}
}
.pc-about-btn{display: none;}
.mobile-about-btn{display: block; margin: 0 auto;}
@media (min-width:992px) {
	.pc-about-btn{display: block;}
	.mobile-about-btn{display: none;}
}
.btn-box{background-color: #2578ba; border: 2px solid #2578ba; border-radius: 0; padding: 8px 10px; margin: 40px 0 30px; transition: all ease .4s;}
.btn-box a{display: flex; justify-content: space-between; align-items: center;}
.btn-box b{font-size: 14px; color: #fff; font-family: 'OpenSans-SemiBold'; transition: all ease .4s;}
.btn-box span{width: 18px; height: 14px; margin-left: 20px; background: url(../images/h-right-ico-b.png) no-repeat center; display: block; transition: all ease .4s;}
@media (min-width:992px) {
	.btn-box{ padding: 10px 16px;}
	.btn-box b{font-size: 16px;}
	.btn-box span{width: 18px; height: 14px;}
}
.btn-box:hover{background-color: #fecd00; border-color: #fecd00; transition: all ease .4s;}
.btn-box:hover b{color: #2578ba; transition: all ease .4s;}
.btn-box:hover span{background: url(../images/h-right-ico-l.png) no-repeat center; transition: all ease .4s;}
.home-about-img{display: flex; justify-content: center;}

/* home team */
.home-team{background: url(../images/mt-bj.png) no-repeat center; background-attachment: scroll; background-size: cover; height: 200px; /* padding-top: 380px; */ }
@media (min-width:992px) {
	.home-team{background: url(../images/mt-bj.png) no-repeat center; background-size: cover; background-attachment: fixed; height: 380px;}
}
.home-team-inner{max-width: 100%; background-color: #fff; position: relative; display: flex; flex-direction: column; justify-content: center; padding-bottom: 40px;}
@media (min-width:992px) {
	.home-team-inner{padding-bottom: 80px;}
}
.home-team-title{margin: 0 auto; display: flex; flex-direction: column; align-items: center;}
.home-team-title::before{content: 'Management'; white-space: nowrap; font-family: 'OpenSans-Bold'; font-size: 50px; color: #999; opacity: .06; position: absolute; bottom: 10px; left: -10%; z-index: -1;}
.home-team-title::after{content: ''; position: absolute; bottom: 20px; left: 30%;}
@media (min-width:992px) {
	.home-team-title::before{font-size: 80px; left: -20%; bottom: 0;}
}
.home-team-text{text-align: center; padding-top: 20px;}
@media (min-width:992px) {
	.home-team-text{padding-top: 40px;}
}
.team-btn{margin: 40px auto 0px;}

/* home business */
.home-business{background-color: #f4f4f4; padding: 40px 0; margin: 0;}
@media (min-width:992px) {
	.home-business{padding: 100px 0;}
}
.home-business-box{}
.amb-row{display: flex; flex-direction: column-reverse;}
@media (min-width:992px) {
	.amb-row{display: flex; flex-direction: row; }
}
.business-li{padding: 0 15px;}
@media (min-width:992px) {
	.business-li{padding: 0;}
}
.business-img{height: 100%; width: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.business-img img{background-size: 100%; max-width: 100%; height: auto; transition: all ease .4s;}
@media (min-width:992px) {
	.business-img img{max-width: max-content; height: 100%;}
}
.business-img:hover img{transform: scale(1.1); transition: all ease .4s;}
.business-inner-con{background-color: #fff; padding: 20px; height: 100%;}
@media (min-width:992px) {
	.business-inner-con{padding: 50px;}
}
.business-title{display: flex; flex-direction: row; align-items: center;}
.business-icon img{width: 40px;}
.business-title h3{font-size: 20px; font-family: 'OpenSans-Bold'; color: #2578ba; padding-left: 20px; margin: 0;}
@media (min-width:425px) {
	.business-icon img{width: 50px;}
	.business-title h3{font-size: 30px; line-height: 36px;}
}
@media (min-width:992px) {
	.business-icon img{width: 100%;}
	.business-title h3{font-size: 32px; line-height: 30px;}
}
@media (min-width:1025px){
	.business-title h3{font-size: 40px; line-height: 36px;}
}
.business-text{margin: 15px 0 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
@media (min-width:992px) {
	.business-text{margin-top: 25px;}
}
.business-btn{margin-bottom: 0; background: none; margin-top: 20px !important;}
@media (min-width:992px) {
	.business-btn{margin-top: 40px !important;}
}
.business-btn b{color: #2578ba;}
.business-btn span{background: url(../images/h-right-ico-l.png) no-repeat center;}
.business-c{background-color: #fecd00 !important;}
.text-amb{color: #222;}
.amb-btn:hover{border-color: #2578ba !important; background-color: #2578ba !important;}
.amb-btn:hover b{color: #fff;}
.amb-btn:hover span{background: url(../images/h-right-ico-b.png) no-repeat center;}

/* home contact */
.home-contact{background: url(../images/h-contact-bj.png) no-repeat bottom left; background-attachment: fixed; background-size: cover; padding: 30px 0; overflow: hidden;}
@media (min-width:992px) {
	.home-contact{padding: 50px 0;}
}
.home-c-l-inner{/* padding-top: 30px; */}
@media (min-width:992px) {
	.home-c-l-inner{/* padding-top: 50px; */}
}
.home-contact-title h3{color: #fff;}
.home-contact-title::before{content: 'contact us'; white-space: nowrap; font-family: 'OpenSans-Bold'; font-size: 50px; color: #fff; opacity: .06; position: absolute; bottom: 0; left: 0; z-index: -1;}
.home-contact-title::after{content: ''; position: absolute; bottom: 10px; left: -40px; }
@media (min-width:992px) {
	.home-contact-title::before{font-size: 90px;}
}
.home-contact-title span{background-color: #fff;}
.contact-list{margin-top: 30px; margin-bottom: 20px;}
@media (min-width:992px) {
	.contact-list{margin-top: 60px; margin-bottom: 0;}
}
.contact-list li{margin-bottom: 10px; padding: 20px; background-color: rgba(27, 97, 153, .5); max-width: 100%; position: relative; overflow: hidden;}
.contact-list li:before{content: ''; position: absolute; left: 0; top: 0; width: 4px; height: 100%; background-color: #fecd00; transition: all ease .4s; z-index: 0;}
@media (min-width:992px) {
	.contact-list li{padding: 20px 20px; max-width: 600px;}
}
.contact-list-box{ display: flex; align-items: center;}
.contact-list-img{margin-right: 10px; z-index: 1; width: 42px; height: 42px;}
.contact-inner{display: flex; flex-direction: column; z-index: 1; }
.contact-inner b{color: #fff; font-size: 20px; font-family: 'OpenSans-SemiBold'; font-weight: normal;}
.contact-inner i, .contact-inner a{font-style: normal; color: #fff; font-size: 14px; letter-spacing: 1px;}
@media (min-width:992px) {
	.contact-inner b{font-size: 24px;}
	.contact-inner i, .contact-inner a{font-size: 16px;}
}
.contact-list li:hover:before{width: 100%; transition: all ease .4s; }
.home-c-right{display: flex; align-items: flex-end;}
.form-box{background-color: #fff; border-radius: 10px; padding: 15px; height: auto;}
@media (min-width:992px) {
	.form-box{padding: 30px;}
}
.contact-form .form-control{padding: 24px 15px; border: 1px solid #ccc; border-radius: 10px; font-size: 14px; color: #333; margin-bottom: 10px;}
.contact-form .form-control1{margin-bottom: 0;}
@media (min-width:992px) {
	.contact-form .form-control{margin-bottom: 15px;}
}
.contact-form .message-form{padding-top: 15px;}
.capcat-box{border: 1px solid #ccc; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; background-color: #fafafa; padding: 0 5px;}
@media (min-width:992px) {
	.capcat-box{padding: 0 20px;}
}
.capcat-box .form-check{display: flex; align-items: center;}
.capcat-box .form-check-input{width: 16px; height: 16px; margin-top: 0;}
@media (min-width:992px) {
	.capcat-box .form-check-input{width: 24px; height: 24px;}
}
.capcat-box .form-check-label{padding-left: 2px; font-size: 12px; color: #666 !important;}
@media (min-width:992px) {
	.capcat-box .form-check-label{font-size: 14px; padding-left: 10px;}
}
/*.send-btn{margin-top: 20px; margin-bottom: 0; padding-left: 20px; padding-right: 20px;}*/
.send-btn{margin-top: 4px; margin-bottom: 0; padding-left: 20px; padding-right: 20px;}
/* add by 亮 */
.banner-title{
	top: 0px;
	left: 0px;
}
.banner-title {
	color: #fff;
	font-size:1.75rem;
	font-weight: 600;
	padding: 0px 15px;
	text-align: center;
}

.banner{
	height: 200px;
	margin-bottom: 60px;
}
@media (min-width: 768px) {
	.banner{
		height: auto;
	}
	.banner-title {
		font-size: 2.75rem;
	}
}
@media (min-width: 991px) {
	.banner-title{
		font-size: 3.75rem;
	}
	.banner{
		height: 300px;
		margin-bottom: 120px;
	}
}
.orange-line{
	width: 100px;
	height: 4px;
	background: #fecd00;
	margin-top: 20px;
}
@media (min-width: 991px) {
	.orange-line{
		margin-top: 0px;
	}
}
.contact-info-box h5{

}
.contact-info-box img,.contact-info-box h4{
	margin-bottom: 11px;
}
.contact-info-box{
	height: 100%;
	text-align: center;
	color: #fff;
	background: #1b6199;
	border-bottom: #fecd00 4px solid;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 30px;
	padding-bottom: 40px;
	letter-spacing: 0.3px;
	font-size: 0.875rem;
}
@media (min-width: 768px) {
	.contact-info-box {
		padding-left: 15px;
		padding-right: 15px;

	}
	.contact-info-box img,.contact-info-box h4{
		margin-bottom: 21px;
	}
}
@media (min-width: 1024px) {
	.contact-info-box {
		padding-left: 25px;
		padding-right: 25px;

	}
}
@media (min-width: 1440px) {
	.contact-info-box {
		padding-left: 70px;
		padding-right: 70px;
		letter-spacing: 0.7px;
	}
}
.contact-desc{
	font-size: 16px;
}
.contact-desc a:hover{
	color: #fff;
}
.contact-desc a{

	color: #fff;
}
#enquiry-form iframe{
	max-width: 100%;
}
.contact #enquiry-form{
	background: #fafafa;
}
.home-about-text{
	/*word-break: break-all;*/
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}
.file-list:hover a,.file-list:hover{
	color: #fff;
}
.file-list:hover .white-icon{
	display: inline-block;
}

.file-list:hover .blue-icon{
	display: none;
}
.file-list:hover{
	background: #1b6199;
	border-left: 4px solid #fecd00;
}
.file-list{
	padding: 15px 25px;
	margin-bottom: 15px;
	font-size: 16px;
	background: #fafafa;
	transition: all 0.5s;
	cursor: pointer;
}
@media (min-width: 768px) {
	.file-list{
		padding: 30px 45px;
		font-size: 20px;
	}
}
.file-list a{
	font-size: 16px;
	color: #1b6199;
}
.file-list .image img{
	margin-top: -5px;
}
.white-icon{
	display: none;
}
#post-section .section-title{
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	top: 0px;
	left: 0px;
	text-transform: uppercase;
}
@media (min-width: 768px) {
	#post-section .section-title {
		font-size: 2rem;
	}
	.section-list:nth-child(2n+2){
		padding-left: 5px;
	}
	.section-list:nth-child(2n+1){
		padding-right: 5px;
	}
}

.news-detail .banner-title{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)!important;
}
@media (min-width: 768px) {
	.news-detail .banner-title {
		max-width: 425px;
	}
}
@media (min-width: 991px) {
	.news-detail .banner-title {
		max-width: 800px;
	}
}
.news-btn a{
	color: #fff;
}
/*.news-btn:not(:last-child){
	margin-right: 20px;
}*/
.news-btn.active{
	background: #fecd00;
	border-right: 6px solid #fecd00;
	border-top: 6px solid #fecd00;
	border-bottom: 6px solid #fecd00;
}
.news-btn:hover a{
	color: #3a85c1;
}
.news-btn:hover{
	background: #fff;
	border-right: 6px solid #fecd00;
	border-top: 6px solid #fecd00;
	border-bottom: 6px solid #fecd00;
}
.news-btn a:before{
	width: 6px;
	height: calc(100% + 12px);
	background: #fecd00;
	content: ' ';
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 0;
}
.news-btn{
	font-size: 1rem;
	padding: 10px 15px;
	background: #3a85c1;
	text-align: center;
	transition: all 0.5s;
	position: relative;
	border-right: 6px solid #3a85c1;
	border-top: 6px solid #3a85c1;
	border-bottom: 6px solid #3a85c1;
}
@media (min-width: 768px) {
	.news-btn {
		width: 350px;
		font-size: 1.25rem;
	}
	.news-btn:not(:last-child){
		margin-right: 20px;
	}
}
.news-detail-box {
	margin: 0px auto;
}
@media (min-width: 1200px) {
	.news-detail-box{
		max-width: 1230px;


	}
}
.new-listing:not(:last-child){
	margin-bottom: 80px;
}
.new-listing .home-title{
	position: relative;
}
.new-listing .home-title::after{
	display: inline-block;
	position: absolute;
	bottom: 0px;
	left: 0%;
}
@media (min-width: 425px){
	.new-listing  .home-title::after {
		bottom: 10px;
	}
}

@media (min-width: 768px){
	.new-listing  .home-title::after {
		bottom: 10px;
		left: -20px;

	}
}

/*@media (min-width: 992px){
	.new-listing  .home-title::after {
		left: -20px;
	}
}*/
.fix-pointer a{
	cursor: default;
}

.banner img{
	max-height: 200px;
}

@media (min-width: 768px) {
	.banner img{
		max-height: 100%;
	}
}