.banner_text a{
  color: #fff;
}

.infobox{
  background-size: cover;
}

.pagination.blog{
  padding-top: 20px;
  color: #000;
}
.pagination.blog ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination.blog ul li{
  display: inline-block;
  margin-right: 5px;
}
.pagination.blog .pagination-start,
.pagination.blog .pagination-prev{
  display: none;
}
.submenu .item-333,.submenu .item-189,.submenu .item-533,
.submenu .item-173,.submenu .item-190,.submenu .item-191,
.submenu .item-336,.submenu .item-337,
.footer_menu_con .item-333,.footer_menu_con .item-189,.footer_menu_con .item-533,
.footer_menu_con .item-173,.footer_menu_con .item-190,.footer_menu_con .item-191,
.footer_menu_con .item-336,.footer_menu_con .item-337{
  display: none;
}

.infobox_shadow2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,94,152,0.5);
}
.infobox_shadow3{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}

.loadmore_story{
  /*display: none;*/
}
.footer_con ul li{
  white-space: nowrap;
}

.right-tag-item.hidden{
  display: none;
}

/*service page custom*/
.dis h5{
  /*width: auto;*/
}
/*.dis h5{*/
  /*min-height: 2.62em;*/
/*}*/

.dis h5 {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.4em;
  text-align: left;
  /*padding-right: 1em;*/
}
/*.dis h5.hasdot::after{*/
  /*content:'...';*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*right: 0;*/
/*}*/

.header .menu li, .submenu li,.topbar_con a{
  text-transform: uppercase;
}
.submenu .col-6 li{
  text-transform: none;
}

.content_inner{
  color: #48535b
}

.content_inner .swiper-slide{
  color: #fff;
}
ol.breadcrumb{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  /*text-overflow: ellipsis;*/
}
.breadcrumb-item{
  text-transform: uppercase;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  ol.breadcrumb{
    overflow: visible;
    white-space: normal;
  }
}

.jobcate-item.hidden{
  display: none;
}

/* common sidebar */
@charset "utf-8";
.content .side-menu{
  padding: 0;
  font-size: 14px;
}
.content .side-menu .side-menu-box{
  padding: 5% 0;
  padding-top: 60px;
  background-color: #4b00d6;
}
.content .side-menu .side-menu-box .title{
  width: 100%;
  padding: 10px 0;
  padding-left: 10%;
  padding-right: 10%;
  background-color: #0050ff;
  font-weight: bold;
}
.content .side-menu .side-menu-box ul{
  list-style: none;
  padding-left: 10%;
}
.content .side-menu .side-menu-box ul li{
  position: relative;
}
.content .side-menu .side-menu-box ul li div.bg{
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #cefa4c;
  z-index: 1;
  transition: 0.5s;
  animation-timing-function: ease;
}
.content .side-menu .side-menu-box ul li div.bg .arrow{
  position: absolute;
  background: url(../img/small_arrow.png) left top no-repeat;
  width: 7px;
  height: 12px;
  right: 5%;
  top: 50%;
  margin-top: -6px;
  opacity: 0;
}
.content .side-menu .side-menu-box ul li:not(.active):hover div.bg{
  width: 100%;
}
.content .side-menu .side-menu-box ul li:not(.active):hover div.bg .arrow{
  opacity: 1;
}
.content .side-menu .side-menu-box ul li a{
  display: block;
  padding: 10px 10% 10px 1%;
  border-bottom: #FFF 1px solid;
  padding-right: 10%;
  color: #FFF;
  position: relative;
  z-index: 2;
  text-decoration: none;
  background-position: 95% 50%;
  background-repeat: no-repeat;
}
.content .side-menu .side-menu-box ul li.active a{
  background-image: url(../img/small_arrow.png);
  background-color: #cefa4c;
  color: #4b00d6;
  background-size: 20px;
}
.content .sub-box p{
  color: #48535b;
}
.light-menu-box ul{
  list-style: none;
}

.pagination ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination ul li{
  display: inline-block;
}
.pagination li span,
pagination li a{
  display: inline-block;
  padding: 5px;
}
a{
  color: #0050ff;
}

h1,h2,h3{
  font-weight: 900!important;
}

/* table css approved itf projects */

select.side-menu-select-box{
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #f1f1f1;
  background-image: url("../img/arrow_down_blue2.png");
  background-repeat:no-repeat;
  background-position: 97% center;
  -moz-appearance:none;
  -webkit-appearance: none;
  appearance:none;
}


.tab-content{
  overflow: hidden;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.table-style{
  width: 100%;
  border-collapse: collapse;
}
.table-style tr th,
.table-style tr td{
  padding: 10px 20px;
  vertical-align: top;
}
.table-style tr th:nth-child(4),
.table-style tfoot td:nth-child(2){
  white-space: nowrap;
}

.table-style tfoot td{
  font-weight: 700;
}
.table-style tfoot{
  background-color: #e1e1e1;
}
.table-style tr td a{
  display: inline-block;
  color:#48535B;
}
.table-style tbody tr:nth-child(even){
  background: #e1e1e1;
}
.table-style tbody tr:nth-child(odd){
  background: #f1f1f1;
}
.table-style thead tr:first-child{
  background: transparent;
  border-bottom: #000 3px solid;
}
.table-style tfoot tr:first-child{
  border-top: #000 3px solid;
}


/*d2d tab common css */

.content .sub-box p{
  color: #48535b;
}
h4{
  color: #000;
  margin-bottom: 1.5rem;
}
.sub-box .row{
  margin-right: 0;
  margin-left: 0;
  margin-top: 4%;
}
.con{
  padding: 0;
}
.box{
  padding: 25px 30px;
}
/* .box ul{
  margin-left: -25px!important;
} */
.box a{
  color: #0050ff;
  word-break: break-word;
  text-align: left;
}
.gray-box{
  background-color: #f1f1f1;
}
.gray-box ul{
  list-style: none;
  padding-left: 1em;
}
.gray-box ul li::before{
  content: "\25AA";
  color: #0050ff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.light-menu-box ul{
  position: relative;
  font-size: 1rem;
}
.light-menu-box ul:before{
  content: '';
  width: 3px;
  background-color: #CCCCCC;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1rem;
}
.light-menu-box ul:after{
  content: '';
  width: 5px;
  background-color: #0050ff;
  position: absolute;
  top: 0;
  left: 1rem;
  transition:0.5s;
  margin-left: -1px;
}
.light-menu-box li a{
  position: relative;
  display: block;
}
.light-menu-box li a:hover,
.light-menu-box li a.active{
  color:#0050ff;
}

.content .swiper-container{
  height: auto;
  margin: 0;
  width: 100%;
}
.content .swiper-container .swiper-button-prev,
.content .swiper-container .swiper-button-next{
  display: none;
}
.content .swiper-container .swiper-slide{
  cursor: pointer;
}
.content .swiper-container .swiper-slide .col-6{
  display: flex!important;
  overflow: hidden;
  background-color: #212121;
  justify-content: center;
}
.content .swiper-container .swiper-slide .col-6 img{
  height: 240px;
  width: auto;
  align-self: center!important;
}
.content .swiper-container .swiper-slide .col-6:nth-of-type(1){
  border-right:10px solid #ffffff;
  justify-content: center;
}
.content .swiper-container .swiper-slide .col-6:nth-of-type(2){
  border-left:10px solid #ffffff;
  justify-content: center;
}
.content .swiper-container .swiper-slide .col-12.first img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.sub-box .row .s-button{
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.swiper-button{
  background-position: center center;
  background-repeat: no-repeat;
  width: 90%;
  position: absolute;
  cursor: pointer;
  background-size: 20%;
}
.s-button.large .swiper-button{
  height: 16%;
}
.s-button.small .swiper-button{
  height: 25.1%;
}
.swiper-button.next{
  background-image: url(../img/arrow_right.png);
  right: 0;
}
.s-button.large .swiper-button.next{
  bottom: 17%;
}
.s-button.small .swiper-button.next{
  bottom: 26.5%;
}
.swiper-button.prev{
  background-image: url(../img/arrow_left.png);
  bottom: 0;
  right: 0;
}
.swiper-container .two .first{
  padding-left: 0;
}
.swiper-container .two .sec{
  padding-right: 0;
}
.con{
  padding: 0!important;
}

.swiper-slide .col-6:hover .swiper-slide-text-con{
  display: block;
}
.swiper-slide-text-con{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.swiper-slide-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.8;
  z-index: 1;
}
.swiper-slide-text{
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -0.7rem;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  text-align: center;
}


select.side-menu-select-box{
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #f1f1f1;
  background-image: url("../img/arrow_down_blue2.png");
  background-repeat:no-repeat;
  background-position: 97% center;
  -moz-appearance:none;
  -webkit-appearance: none;
  appearance:none;
}
.content .swiper-container{
  height: auto;
}
.content .swiper-slide .col-6 {
  box-sizing: border-box;
}
.content .swiper-slide .col-6 img{
  /*width: 97%;*/
}
.content .swiper-slide .col-6:nth-of-type(1){
  text-align: left;
}
.content .swiper-slide .col-6:nth-of-type(2){
  text-align: right;
}




.content .swiper-slide iframe{
  width: 100%;
  height: 100%;
  float: left;
}
.content .swiper-slide.iframe{
  background-color: #000;
}
.content .swiper-slide .two .col-6{
  position: relative;
}
.content .swiper-slide .two .col-6 .d-flex,
.content .swiper-slide .two .col-12 .d-flex{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  transition: 0.5s;
  top: 0;
  left: 0;
}
.content .swiper-slide .two .col-6 .d-flex .text-center,
.content .swiper-slide .two .col-12 .d-flex .text-center{
  width: 100%;
}
.content .swiper-slide .two .col-6:hover .d-flex,
.content .swiper-slide .two .col-12:hover .d-flex{
  opacity: 0.7;
}
.content .swiper-slide .two .col-6 img{

}
@media (max-width: 992px){
  .sub-box .row .s-button{
    height: 50px;
    margin-top: 5px;
  }
  .swiper-button{
    width: 50px;
    height: 50px !important;
  }
  .s-button.large .swiper-button.next,
  .s-button.small .swiper-button.next{
    bottom: 0;
  }
  .swiper-button.prev{
    right: 55px;
  }
  a.button{
    display: block;
    text-align: left;
	max-width:100%;
  }
}

/* Version 2*/
.content .swiper-slide .col-12{
  display: flex!important;
  overflow: hidden;
  background-color: #212121;
}
.content .swiper-slide .col-6{
  display: flex!important;
  overflow: hidden;
  background-color: #212121;
  max-height: 230px;
}
.content .swiper-slide .col-6 img,
.content .swiper-slide .col-12 img{
  width: auto;
  align-self: center!important;
  margin: 0 auto;
}
.content .swiper-slide .col-6:nth-of-type(1){
  border-right:10px solid #ffffff;
  justify-content: center;
}
.content .swiper-slide .col-6:nth-of-type(2){
  border-left:10px solid #ffffff;
  justify-content: center;
}
.content .swiper-container .swiper-slide .col-12 img{
  width: auto;
  max-width: 100%;
}

.content.has-light-menu .swiper-button{
  width: 2.75rem;
  height: 2.75rem;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  cursor: pointer;
  background-size: 20%;
}
.content.has-light-menu .swiper-button.next{
  background-image: url(../img/arrow_right.png);
}
.content.has-light-menu .swiper-button.prev{
  background-image: url(../img/arrow_left.png);
}
.content.has-light-menu .swiper-button:focus{
  outline:0;
}

/*contact us*/
.contact_form_checkbox input{
  margin-left: 0;
}
.formRed{
  color: red;
}
.subscribe_form_checkbox label{
  word-break: break-word;
}

/*fix job page button color*/
.corp-info-jobs a.button{
  color: #fff;
}

/*fix tender information box color*/
.sqbox_bg.tender_bg1 h4,
.sqbox_bg.media_bg1 h4{
  color: #fff;
}

.pdf-img{
  width: 145px;
}

/*new boxbg style*/
.sqbox_bg .arrow_box{
  background-color: #cefa4c;
}
/*.sqbox_bg figure{*/
  /*background-color: #A5A9AA !important;*/
/*}*/
/*.sqbox_bg figure img{*/
  /*margin: 1px;*/
/*}*/
.sqbox{
  border: 1px solid #A5A9AA;
}


.sqbox_bg1 figcaption{
  background-image: url("../img/servicenewboxbg/square01_2.jpg");
}
.sqbox_bg1 figure img {
  background-image: url("../img/servicenewboxbg/square01.jpg");
}
.sqbox_bg2 figcaption{
  background-image: url("../img/servicenewboxbg/square02_2.jpg");
}
.sqbox_bg2 figure img {
  background-image: url("../img/servicenewboxbg/square02.jpg");
}
.sqbox_bg3 figcaption{
  background-image: url("../img/servicenewboxbg/square03_2.jpg");
}
.sqbox_bg3 figure img {
  background-image: url("../img/servicenewboxbg/square03.jpg");
}
.sqbox_bg4 figcaption{
  background-image: url("../img/servicenewboxbg/square04_2.jpg");
}
.sqbox_bg4 figure img {
  background-image: url("../img/servicenewboxbg/square04.jpg");
}
.sqbox_bg5 figcaption{
  background-image: url("../img/servicenewboxbg/square05_2.jpg");
}
.sqbox_bg5 figure img{
  background-image: url("../img/servicenewboxbg/square05.jpg");
}
.sqbox_bg6 figcaption{
  background-image: url("../img/servicenewboxbg/square06_2.jpg");
}
.sqbox_bg6 figure img{
  background-image: url("../img/servicenewboxbg/square06.jpg");
}
.sqbox_bg7 figcaption{
  background-image: url("../img/servicenewboxbg/square07_2.jpg");
}
.sqbox_bg7 figure img{
  background-image: url("../img/servicenewboxbg/square07.jpg");
}
.sqbox_bg8 figcaption{
  background-image: url("../img/servicenewboxbg/square08_2.jpg");
}
.sqbox_bg8 figure img{
  background-image: url("../img/servicenewboxbg/square08.jpg");
}
.sqbox_bg9 figcaption{
  background-image: url("../img/servicenewboxbg/square09_2.jpg");
}
.sqbox_bg9 figure img{
  background-image: url("../img/servicenewboxbg/square09.jpg");
}
.sqbox_bg10 figcaption{
  background-image: url("../img/servicenewboxbg/square10_2.jpg");
}
.sqbox_bg10 figure img{
  background-image: url("../img/servicenewboxbg/square10.jpg");
}
.sqbox_bg11 figcaption{
  background-image: url("../img/servicenewboxbg/square11_2.jpg");
}
.sqbox_bg11 figure img{
  background-image: url("../img/servicenewboxbg/square11.jpg");
}
.sqbox_bg12 figcaption{
  background-image: url("../img/servicenewboxbg/square12_2.jpg");
}
.sqbox_bg12 figure img{
  background-image: url("../img/servicenewboxbg/square12.jpg");
}
.sqbox_bg13 figcaption{
  background-image: url("../img/servicenewboxbg/square13_2.jpg");
}
.sqbox_bg13 figure img{
  background-image: url("../img/servicenewboxbg/square13.jpg");
}
.sqbox_bg14 figcaption{
  background-image: url("../img/servicenewboxbg/square14_2.jpg");
}
.sqbox_bg14 figure img{
  background-image: url("../img/servicenewboxbg/square14.jpg");
}
.sqbox_bg15 figcaption{
  background-image: url("../img/servicenewboxbg/square15_2.jpg");
}
.sqbox_bg15 figure img{
  background-image: url("../img/servicenewboxbg/square15.jpg");
}
.sqbox_bg16 figcaption{
  background-image: url("../img/servicenewboxbg/square16_2.jpg");
}
.sqbox_bg16 figure img{
  background-image: url("../img/servicenewboxbg/square16.jpg");
}
.sqbox_bg17 figcaption{
  background-image: url("../img/servicenewboxbg/square17_2.jpg");
}
.sqbox_bg17 figure img{
  background-image: url("../img/servicenewboxbg/square17.jpg");
}
.sqbox_bg18 figcaption{
  background-image: url("../img/servicenewboxbg/square18_2.jpg");
}
.sqbox_bg18 figure img{
  background-image: url("../img/servicenewboxbg/square18.jpg");
}
/*transfor*/
.sqbox_blue_bg1 figcaption{
  background-image: url("../img/transfernewboxbg/square01_2.jpg");
}
.sqbox_blue_bg1 figure img {
  background-image: url("../img/transfernewboxbg/square01.jpg");
}
.sqbox_blue_bg2 figcaption{
  background-image: url("../img/transfernewboxbg/square02_2.jpg");
}
.sqbox_blue_bg2 figure img {
  background-image: url("../img/transfernewboxbg/square02.jpg");
}
.sqbox_blue_bg3 figcaption{
  background-image: url("../img/transfernewboxbg/square03_2.jpg");
}
.sqbox_blue_bg3 figure img {
  background-image: url("../img/transfernewboxbg/square03.jpg");
}
.sqbox_blue_bg4 figcaption{
  background-image: url("../img/transfernewboxbg/square04_2.jpg");
}
.sqbox_blue_bg4 figure img {
  background-image: url("../img/transfernewboxbg/square04.jpg");
}
.sqbox_blue_bg5 figcaption{
  background-image: url("../img/transfernewboxbg/square05_2.jpg");
}
.sqbox_blue_bg5 figure img{
  background-image: url("../img/transfernewboxbg/square05.jpg");
}
.sqbox_blue_bg6 figcaption{
  background-image: url("../img/transfernewboxbg/square06_2.jpg");
}
.sqbox_blue_bg6 figure img{
  background-image: url("../img/transfernewboxbg/square06.jpg");
}
.sqbox_blue_bg7 figcaption{
  background-image: url("../img/transfernewboxbg/square07_2.jpg");
}
.sqbox_blue_bg7 figure img{
  background-image: url("../img/transfernewboxbg/square07.jpg");
}
.sqbox_blue_bg8 figcaption{
  background-image: url("../img/transfernewboxbg/square08_2.jpg");
}
.sqbox_blue_bg8 figure img{
  background-image: url("../img/transfernewboxbg/square08.jpg");
}
.sqbox_blue_bg9 figcaption{
  background-image: url("../img/transfernewboxbg/square09_2.jpg");
}
.sqbox_blue_bg9 figure img{
  background-image: url("../img/transfernewboxbg/square09.jpg");
}
.sqbox_blue_bg10 figcaption{
  background-image: url("../img/transfernewboxbg/square10_2.jpg");
}
.sqbox_blue_bg10 figure img{
  background-image: url("../img/transfernewboxbg/square10.jpg");
}
.sqbox_blue_bg11 figcaption{
  background-image: url("../img/transfernewboxbg/square11_2.jpg");
}
.sqbox_blue_bg11 figure img{
  background-image: url("../img/transfernewboxbg/square11.jpg");
}
.sqbox_blue_bg12 figcaption{
  background-image: url("../img/transfernewboxbg/square12_2.jpg");
}
.sqbox_blue_bg12 figure img{
  background-image: url("../img/transfernewboxbg/square12.jpg");
}
.sqbox_blue_bg13 figcaption{
  background-image: url("../img/transfernewboxbg/square13_2.jpg");
}
.sqbox_blue_bg13 figure img{
  background-image: url("../img/transfernewboxbg/square13.jpg");
}
.sqbox_blue_bg14 figcaption{
  background-image: url("../img/transfernewboxbg/square14_2.jpg");
}
.sqbox_blue_bg14 figure img{
  background-image: url("../img/transfernewboxbg/square14.jpg");
}
.sqbox_blue_bg15 figcaption{
  background-image: url("../img/transfernewboxbg/square15_2.jpg");
}
.sqbox_blue_bg15 figure img{
  background-image: url("../img/transfernewboxbg/square15.jpg");
}
.sqbox_blue_bg16 figcaption{
  background-image: url("../img/transfernewboxbg/square16_2.jpg");
}
.sqbox_blue_bg16 figure img{
  background-image: url("../img/transfernewboxbg/square16.jpg");
}
.sqbox_blue_bg17 figcaption{
  background-image: url("../img/transfernewboxbg/square17_2.jpg");
}
.sqbox_blue_bg17 figure img{
  background-image: url("../img/transfernewboxbg/square17.jpg");
}
.sqbox_blue_bg18 figcaption{
  background-image: url("../img/transfernewboxbg/square18_2.jpg");
}
.sqbox_blue_bg18 figure img{
  background-image: url("../img/transfernewboxbg/square18.jpg");
}


/* hkpc-table css update */

.hkpc-table{
  width: 100%;
  border-collapse: collapse;
  color: #48535B;
}
.hkpc-table tr th,
.hkpc-table tr td{
  padding: 10px 20px;
  vertical-align: top;
}
.hkpc-table tr th:nth-child(4),
.hkpc-table tfoot td:nth-child(2){
  white-space: nowrap;
}

.hkpc-table tr td:nth-child(1),
.hkpc-table tfoot td{
  font-weight: 700;
}
.hkpc-table tfoot{
  background-color: #e1e1e1;
}
.hkpc-table tr td a{
  display: block;
  color:#48535B;
}
.hkpc-table tbody tr:nth-child(even){
  background: #e1e1e1;
}
.hkpc-table tbody tr:nth-child(odd){
  background: #f1f1f1;
}
.hkpc-table thead tr:first-child{
  background: transparent;
  border-bottom: #000 3px solid;
}
.hkpc-table tfoot tr:first-child{
  border-top: #000 3px solid;
}


#___gcse_0{
  margin-top: 30px;
}

#visual-box1 #visual-box2{
  position: relative;
}
#visual-box1 .flipbox,
#visual-box2 .flipbox{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 9;
}
.table-style thead td,.table-style thead th{
  text-transform: uppercase;
}

#social_10year img{
  cursor: default;
}
.footer_con ul li.parent ul,
.footer_con ul li.parent li{
  display: inline;
  padding: 0 !important;
}
.footer_con ul li.parent li{
  padding-left: 5px !important;
}
.footer_con ul li.parent li:after{
  display: none;
}

@media (max-width: 992px){
  .footer_con ul li{
    white-space: normal;
  }
}

/*footer en version break into two rows fix*/
.footer_menu{
  flex-wrap: nowrap;
  /*overflow: hidden;*/
}

.footer_menu .foot-last-col{
  max-width: 250px;
}
@media only screen and (max-width: 1199px) {
  .footer_menu .foot-last-col{
    max-width: 100%;
  }
}
@media only screen and (max-width: 1730px) and (min-width: 1200px) {
  .AAA .footer_menu .foot-col{
    max-width: 200px;
  }
}
@media only screen and (max-width: 1320px) and (min-width: 1200px) {
  .AA .footer_menu .foot-col{
    max-width: 220px;
  }
}

/*.submenu ul.submenu_lv2{*/
  /*height: 100%;*/
  /*overflow-x: hidden;*/
  /*overflow-y: auto;*/
/*}*/
table.loan_survey{
  width: 100%;
}

/*live chat*/
/*.block_live_chat{
  background-color: #4b00d6;
  background-image: url("../img/side_live_chat.png");
  background-repeat: no-repeat;
  background-position: center 40%;
  border-top:0;
  cursor: pointer;
}
.block_live_chat:hover{
  text-decoration: underline;
}*/
.chat{
  position: fixed;
  bottom: 0;
  right: 10%;
  width: 373px;
  height: 450px;
  display: none;
  z-index: 1000;
}
.chat_close{
  position: absolute;
  top: 5px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 10;
  cursor:pointer;
  background: url(../img/top_arrow.png) no-repeat center center;
  margin-top: 5px;
  background-size: 16px 10px;
  background-color: #0050ff;
}

@media only screen and (max-width: 1199px) {
  /*.mobile_live_chat{
    background-color: #4b00d6;
    background-image: url("../img/side_live_chat.png");
    border-top:1px solid #fff;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center 35%;
    border-left:1px solid #ffffff;
	padding-left:0px;
	padding-right:0px;
  }*/
}


/*fix ie11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  .select-area .col{
    flex-basis: 300px;
    max-width: 300px;
  }
}

/*disable view ajax pager spinning*/
.ajax-progress-fullscreen {
  display: none;
}

.ui-autocomplete{
  position: fixed;
  z-index: 200000;
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper{
  display: block;
}
.ui-autocomplete-fields div{
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.ui-autocomplete.ui-menu .ui-menu-item-wrapper {
  display: block;
  background: none !important;
  border: none !important;
  margin: 0 !important;
}
ul[data-sa-theme="basic-blue"] > div.ui-autocomplete-field-group{
  display: none;
}
ul[data-sa-theme="basic-blue"] > li.ui-menu-item{
  background: #f1f1f1;
}
ul[data-sa-theme="basic-blue"] > li.ui-menu-item:hover{
  background: #0050ff;
}
ul[data-sa-theme="basic-blue"] .ui-autocomplete-fields > *:first-child{
  color: #0050ff;
  font-weight: 900;
}
ul[data-sa-theme="basic-blue"] > div.ui-autocomplete-field-group.more_results + li.ui-menu-item{
  padding: 5px 7px;
}
ul[data-sa-theme="basic-blue"] > div.ui-autocomplete-field-group.more_results + li.ui-menu-item .ui-autocomplete-fields > *:first-child{
  padding: 13px 0;
  text-align: left;
  font-style: normal;
}

.search-results-container{
  color: #505050;
}
.search-results-container .search-advanced,
.search-results-container .search-help-link{
  display: none;
}
.search-results-container .search-form__submit{
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #0050ff url(../img/search-white.png) no-repeat 50% 50%;
  text-indent: -100px;
  vertical-align: bottom;
  border: none;
  margin-left: -5px;
}
.search-results-container .form-search{
  background: none !important;
  width: 715px;
  max-width: 75%;
  height: 50px;
  border: 1px solid #0050ff !important;
  color: #0050ff;
  font-size: 20px;
  padding: 0 10px;
  font-weight:600;
  outline: none;
}
.search-results-container .form-wrapper label{
  display: none;
}
.search-results-container h2{
  display: none;
}
.search-results-container h2.title{
  font-size: 60px;
  color: #0050ff;
  margin: 50px 0 20px;
  display: block;
}

.num-box{
  border-bottom: #CCC 1px solid;
  border-top: #CCC 1px solid;
}
.num-box .left-text{
  padding:10px 0;
}
.num-box .right-text{
  padding:0;
}
.num_prev{
  cursor: pointer;
  width: 40px;
  background-image: url("../img/arrow_left_blue2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
}
.num_next{
  cursor: pointer;
  width: 40px;
  background-image: url("../img/arrow_right_blue2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
}
.num_prev:hover{
  background-color: #0050ff;
  background-image: url("../img/small_arrow2.png");
  background-size: 18px;
}
.num_next:hover{
  background-color: #0050ff;
  background-image: url("../img/small_arrow3.png");
  background-size: 18px;
}
.num_prev_dot,
.num_next_dot{
  padding:10px 0;
}
ul.num{
  overflow: hidden;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
ul.num li{
  float: left;
  cursor: pointer;
  width: 40px;
  padding: 10px 0;
  text-align: center;
  color: #333;
}
ul.num li.break{
  width: auto;
}
ul.num li:hover,
ul.num li.active{
  background-color: #0050ff;
  color: #FFF;
}
ul.num li.break:hover{
  color: #666;
  background-color: transparent;
  cursor: default;
}

.search-count{
  padding: 30px 10px;
  font-weight: bold;
  font-size: 18px;
}
#search-listing .item-title{
  font-weight: bold;
  color: #0050ff;
}
#search-listing .item-link{
  font-weight: bold;

}
#search-listing .item-desc{
  font-weight:normal;
}
#search-listing.hkpc-table td{
  padding: 20px;
  vertical-align: middle;
  word-break: break-all;
}
#search-listing.hkpc-table td:nth-child(1){
  width: 100%;
}

#search-listing .arrow_box {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #cefa4c;
  background-image: url(../img/arrows.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 15px;
  /* background-size: cover; */
}
.search-page-form{
  margin-bottom: 30px;
}

/*20200326add*/
.content_inner .col-12 img {
  height: auto;
  max-width: 100%;
}
.footer_menu_con a{
  max-width: 200px;
  display: inline-block;
}
.messages{
  color: #000;
}
.messages.messages--error{
  color: red
}

.academy-block .hkpc-table {
    min-width: 800px;
}

.academy-block {
	overflow: hidden;
	overflow-x: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}



/*20220330*/
.blog-items{
  max-width: 91.666667%;
}
.blog-item{
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
  display: flex;
}
.blog-item .cover{
  flex: 0 0 30%;
  padding-right: 15px;
}
.blog-item .cover a,
.blog-item .cover img{
  width: 100%;
  display: block;
}
.blog-item .info{
  flex: 1;
  padding-left: 5%;
}
.blog-item .info a{
  font-size: 1.5em;
}
@media only screen and (max-width: 768px) {
  .blog-items{
	max-width: 100%;
  }
  .blog-item{
    display: block;
  }
  .blog-item .cover{
    padding: 0;
  }
  .blog-item .info{
    padding-top: 15px;
  }
  .blog-item .info a{
  font-size: 1em;
}
}
@media (min-width: 1200px) {
	.blog-content, .parent-node-detail-body {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
}

/*20220517*/
.cover a{
  position: relative;
  display: block;
}
.cover a:after{
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/frame.png') no-repeat right bottom;
  background-size: 100% 100%;
}
.hide-frame.cover a:after{
  display: none;
}

h1.text_333.font-weight-black.pt-0.blog-content {
    font-size: 1.5rem;
}

.blog-content.lead-in p {
	font-size: 1.3rem;
}

.term-blog header {
    padding: 0px!important;
}

.parent-node-body {
    color: #333333;
	font-size: 1.2rem;
}

.content_inner ul li::before {
    content: "\25AA";
    font-weight: bold;
    display: inline-block;
    width: 1em;
}

.light-menu-box ul li::before, ul.num li::before {
    display: none;
}

.gray-box ul ul {
    padding-left: 1em;
}

div#edit-actions--3 {
    margin-top: 3rem!important;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
/*search form mobile*/
.search-results-container{
	padding: 0 10px !important;
}
.search-results-container .pager{
	display: none;
}
div.search-page-form .search-form .js-form-type-search{
	width: 70%;
}

ul.ui-autocomplete  {
    display: none!important;
}

ol {
    padding-left: 1em;
    list-style: decimal;
}