.grayScaleOn {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important; /* for older Safari/Chrome */
}

.vpasStdHighlightWrap {
  font-size: 16px;
}

body .webLongBtn.webShortBtn {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

body .webInlineBtn {
  display: inline-block;
}

.filterblock {
  position: relative;
  background: white;
}

/* sc and tc */

.btn-sm.btn.langBtn {
  font-size: 0.8rem;
  
}

.btn-sm.btn.langBtn.btn-primary {
  background-color: #4bd70b;
  border-color: #4bd70b;
  color: white !important;
}

.btn-sm.btn.langBtn.btn-outline-primary {
  border-color: #4bd70b;
  
  color: black !important;
}

.btn-sm.btn.langBtn.btn-primary:hover {
  background-color: #4bd70b;
  color: white !important;
}

.btn-sm.btn.langBtn.btn-outline-primary:hover {
  background-color: #4bd70b;
  color: white !important;
}

.langBtn:hover {
  /* color: white !important; */
}

.bx-wrapper .bx-controls-direction a {
  z-index: 10;
}
.breadCrumbWrap {
  max-height: 53px;
}
body .newsList .newsItem .title a.textVTCBlue, 
.listHeader div {
  color: #0F2B5B;
}

/* homepage slider controls - arrow  */
.bx-prev {
  margin-left: -70px;
  background: url(../images/arrow_left.png) no-repeat !important;
  width: 50px !important;
  height: 50px !important;
}

.bx-prev:hover {
  background: url(../images/arrow_left_on.png) no-repeat !important;  
}

.bx-next {
  margin-right: -70px;
  background: url(../images/arrow_right.png) no-repeat !important;
  width: 50px !important;
  height: 50px !important;
}

.bx-next:hover {
  background: url(../images/arrow_right_on.png) no-repeat !important;
}

body .pageTitle {
  margin-top: -160px;
}
a.anchor.adsExist {
  display: block;
  position: relative;
  top: -165px;
  visibility: hidden;
}

a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}


#header {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  z-index: 1000;  
}

#previewModePane {
  position: fixed;
  top: 200px;
  width: 100%;
  z-index: 2;
}

#wrapper #sidebar {
  overflow-y: auto;
}
.searchTitle {
  color: #00aeef;
}


.searchLink {
  color: #008000 !important;
  font-size: 0.8rem;
}

.searchShortContent {
  color: #666666;
  font-size: 0.9rem;
}

.sidebarMenu a {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #aaaaaa;
}
.sidebarMenu ul {
  list-style-type: none;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 0px;
}
.sidebarMenu ul>li>a {
  border-bottom: 0px solid #aaaaaa;
}

.sidebarMenu a:hover, 
.sidebarMenu ul>li:hover {
  background: #FFBC22;
}

.fixedAddThisShare {
  width: 160px;
  height: 21px;
}
#header .headtop a.JSFontSizeChange.active {
  color: #9d192e;
}

#header .headtop a:hover {
  color: #9d192e;
}

#wrapper.fs-small {
  font-size: 14px;
}


#wrapper.fs-normal {
  font-size: 16px;
}

#wrapper.fs-large {
  font-size: 20px;
}


body .newsList .newsItem a {
  font-size: 0.95rem;
}

.innerPageInfo.bannerExist::before {
  /* margin-top: 57px; */
  height: 55% !important; 
}
.innerPageInfo.bannerExist.adsExist::before {
  /* margin-top: 57px; */
  height: 48% !important; 
}
.innerPageInfo.bannerNotExist::before {
  /* margin-top: 57px; */
  height: 33% !important; 
}

.innerPageInfo.bannerNotExist.adsExist::before {
  /* margin-top: 57px; */
  height: 25% !important; 
}

.innerPageInfo{
  padding-top: 107px;
}
.innerPageInfo.adsExist {
  padding-top: 164px;
}
.indexWrap {
  padding-top: 107px;
}
.indexWrap.adsExist {
  padding-top: 164px;
}

.breadcrumb-item {
  padding-right: 0.5rem;
}

/* body .fs-small {
  font-size: 0.9rem;
}

body .fs-normal {
  font-size: 1rem;
}

body .fs-large {
  font-size: 1.1rem;
} */

body .event .details h4 a {
  color: #0F2B5B;
  font-size: 18px;
}
body .gallery div a {
  color: #0F2B5B;
}

.page-item .page-link{
  background-color: white; 
}

.page-item.active .page-link {
  border-radius: 8px;
}

.page-item.disabled .page-link {
  border-radius: 8px;
}

.page-item .page-link:hover {
  border-radius: 8px;
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #ffffff;
}

.page-item .page-link {
  margin-right: 3px;
}

.page-item .page-link{
  border-radius: 8px;
}

.logoWrap img.splitLogo {
  height: 48px;
}

.logoWrap img.splitLogo:first-child {
  margin-right: 35px;
}

.subCatHeading h3 {
  font-size: 16pt;
  font-weight: bold;
  padding: 15px;
  padding-left: 20px;
}

.greenStyle .subCatHeading h3 {
  
  color: #000000;
  background-color: #D3DA6A;
}


.redStyle .subCatHeading h3 {
  color: #000000;
  background-color: #F1AACC;
}


.yellowStyle .subCatHeading h3 {
  color: #000000;
  /* background-color: amber; */
  /* more ligher yellow */
  /* background-color: #FFBC22; */
  background-color: #FFD966;
}

.blueStyle .subCatHeading h3 {
  color: #000000;
  background-color: #ADE6FA;
}

.blueVpasStyle .subCatHeading h3 {
  color: #ffffff;
  background-color: rgb(24,153,221);
  clip-path: polygon(0 0, 95% 0, 100% 99%, 0% 100%);
  border-top-right-radius: 0px;
}

.greenVpasStyle .subCatHeading h3 {
  color: #ffffff;
  background-color: rgb(0,153,76);  
  clip-path: polygon(0 0, 95% 0, 100% 99%, 0% 100%);
  border-top-right-radius: 0px;
}

.amberVpasStyle .subCatHeading h3 {
  color: #ffffff;
  background-color: rgb(204,102,0);  
  clip-path: polygon(0 0, 95% 0, 100% 99%, 0% 100%);
  border-top-right-radius: 0px;
}

.redVpasStyle .subCatHeading h3 {
  color: #ffffff;
  background-color: rgb(226,31,102);
  clip-path: polygon(0 0, 95% 0, 100% 99%, 0% 100%);
  border-top-right-radius: 0px;
}

.videoGalleryWrap .imageWrap span {
  display: none;

}

.pageTitle.multi_long {
  font-size: 26px;
}

.pageTitle.multi_medium {
  font-size: 30px;
}


/* VPAS Banner */
body .pageBanner.missionAreaBannerWrap_vpas,
body .pageBanner.missionAreaBannerWrap_vpas_std,
body .pageBanner.missionAreaBannerWrap_vpas_app,
body .pageBanner.missionAreaBannerWrap_vpas_ip,
body .pageBanner.missionAreaBannerWrap_vpas_landing {
  /* clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%); */
  clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
}

body .pageBanner.missionAreaBannerWrap_vpas > img,
body .pageBanner.missionAreaBannerWrap_vpas_std > img,
body .pageBanner.missionAreaBannerWrap_vpas_app > img,
body .pageBanner.missionAreaBannerWrap_vpas_ip > img,
body .pageBanner.missionAreaBannerWrap_vpas_landing > img {
  margin-bottom: 0px !important;
}

.pageTitleWrap_vpas.blueVpasStyle,
.pageTitleWrap_vpas_std.blueVpasStyle,
.pageTitleWrap_vpas_app.blueVpasStyle,
.pageTitleWrap_vpas_ip.blueVpasStyle,
.pageTitleWrap_vpas_landing.blueVpasStyle {
  background: rgb(24,153,221);
  color: white;
  /* clip-path: polygon(0 0, 76% 1%, 100% 100%, 0% 100%); */
} 

.pageTitleWrap_vpas.greenVpasStyle,
.pageTitleWrap_vpas_app.greenVpasStyle {
  background: rgb(0,153,76);
  color: white;
  /* clip-path: polygon(0 0, 76% 1%, 100% 100%, 0% 100%); */
} 

.pageTitleWrap_vpas.amberVpasStyle,
.pageTitleWrap_vpas_std.amberVpasStyle {
  background: rgb(204,102,0);
  color: white;
  /* clip-path: polygon(0 0, 76% 1%, 100% 100%, 0% 100%); */
}

.pageTitleWrap_vpas.redVpasStyle,
.pageTitleWrap_vpas_landing.redVpasStyle {
  background: rgb(226,31,102);
  color: white;
  /* clip-path: polygon(0 0, 76% 1%, 100% 100%, 0% 100%); */
}

.pageTitleWrap_vpas .pageTitle,
.pageTitleWrap_vpas_std .pageTitle, 
.pageTitleWrap_vpas_app .pageTitle, 
.pageTitleWrap_vpas_ip .pageTitle, 
.pageTitleWrap_vpas_landing .pageTitle {
  font-size: 36px;
  line-height: 38px;
  color: white;
  margin-top: -10px;
  /* clip-path: polygon(0 0, 76% 1%, 100% 100%, 0% 100%); */
} 

body .pageBanner img#missionAreaBanner_vpas,
body .pageBanner img#missionAreaBanner_vpas_std, 
body .pageBanner img#missionAreaBanner_vpas_app, 
body .pageBanner img#missionAreaBanner_vpas_ip, 
body .pageBanner img#missionAreaBanner_vpas_landing {
  border-bottom-left-radius: 0px;  
}

/* VPAS section title */
body .blueVpasStyle .sectionTitleLine::before,
body .greenVpasStyle .sectionTitleLine::before,
body .amberVpasStyle .sectionTitleLine::before,
body .redVpasStyle .sectionTitleLine::before {
  width: 60%;
  /* background: rgb(24,153,221);   */
  clip-path: polygon(0 0, 95% 0, 100% 99%, 0% 100%);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

body .blueVpasStyle .sectionTitleLine {
  background: no-repeat;
  background-image: url(../images/vpas_title_right_trans.png);
  background-origin: content-box;  
  background-position: center right;
  height: 60px;
  
}

body .greenVpasStyle .sectionTitleLine {
  background: no-repeat;
  background-image: url(../images/vpas_title_right_trans_green_r2.png);
  background-origin: content-box;  
  background-position: center right;
  height: 60px;

  /* tint the background to green */
  /* background-color: rgb(0,153,76); */
   
}

body .amberVpasStyle .sectionTitleLine {
  background: no-repeat;
  background-image: url(../images/vpas_title_right_trans_amber_r2.png);
  background-origin: content-box;  
  background-position: center right;
  height: 60px;
  
}

body .redVpasStyle .sectionTitleLine {
  /* background: no-repeat; */
  /* background-image: url(../images/vpas_title_right_trans_amber_r2.png); */
  /* background-origin: content-box;  
  background-position: center right;
  height: 60px; */
  
}

/* VPAS section background no rounded corner */
body .blueVpasStyle .section.bgRightGrey::before, 
body .greenVpasStyle .section.bgRightGrey::before, 
body .amberVpasStyle .section.bgRightGrey::before,
body .redVpasStyle .section.bgRightGrey::before,
body .section.bgRightGreyRound::before {
  border-top-left-radius: 0px;
}

/* VPAS sub cat content heading */
body .blueVpasStyle .subCat h5 {
  color: rgb(24,153,221);
}

body .greenVpasStyle .subCat h5 {

  color: rgb(0,153,76);

}

body .amberVpasStyle .subCat h5 {
  
  color: rgb(204,102,0);

}

body .amberVpasStyle .highlight {
  color: rgb(204,102,0);
}

body .redVpasStyle .subCat h5 {
  
  color: rgb(226,31,102);

}

/* Main website button */
/* 1st child of webLongBtn */ 
body .blueVpasStyle .mainCatWrap .webLongBtn:nth-child(2) {

  /* more different blue */
  /* deep blue */
  /* border: 1px solid rgb(24, 73, 221);
  
  background: rgb(24, 73, 221); */
}

body .blueVpasStyle a.mainCatWebButton:nth-child(2):hover {

  /* background: white;
  
  color:rgb(24, 73, 221);  */

}

body .blueVpasStyle a.mainCatWebButton:nth-child(2):hover span {
  
  /* background: rgb(24, 73, 221) !important; 
  
  color: white !important;  */
}

/* 
body .greenVpasStyle a.mainCatWebButton:nth-child(2):hover {

  background: white;
  
  color:rgb(0,153,76); 

} */
/* 
body .greenVpasStyle a.mainCatWebButton:nth-child(2):hover span {
  
  background: rgb(0,153,76) !important; 
  
  color: white !important; 
} */
/* 
body .blueVpasStyle .webLongBtn {
  border: 1px solid rgb(24,153,221);
  background: rgb(24,153,221);
  color: white;
}

body .greenVpasStyle .webLongBtn {
  border: 1px solid rgb(0,153,76);
  background: rgb(0,153,76);
  color: white;
} */

.vpasLogoWrap img {
  max-width: 170px; 
  max-height: 130px;
}

.vpasLogoWrap h5 {
  /* blueVpasStyle */
  /* color: rgb(24,153,221); */
  color: rgb(226,31,102);
  font-size: 1.8rem;
  font-weight: bold;

}
/* vpas 2.0 
landing */

body .webVpasBtn {
  display: block;
  position: relative;
  border: 1px solid #00aeef;
  background: #00aeef;
  color: white;
  text-align: center;
  margin: 0 10px;
  font-size: 16px;
  padding: 10px;
  border-radius: 20px; 
  width: 180px;
}

body .webVpasBtn span {
  display: block;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 39px;
  height: 39px;
  border-radius: 100%;
  background: white !important;
  color: #00aeef !important;
  font-size: 20px;
  padding-top: 5px;
  transition: all 0 !important; 
}
body .webVpasBtn:hover {
  background: white;
  color: #00aeef; 
}
body .webVpasBtn:hover span {
    background: #00aeef !important;
    color: white !important; 
}

body .blueVpasStyle .webLongBtn,
body .greenVpasStyle .webLongBtn,
body .amberVpasStyle .webLongBtn,
body .redVpasStyle .webLongBtn {
  font-size: 18px;
}

body .blueVpasStyle .webLongBtn span,
body .greenVpasStyle .webLongBtn span,
body .amberVpasStyle .webLongBtn span,
body .redVpasStyle .webLongBtn span {
  display: none;
}

body .blueVpasStyle .webLongBtn:hover {
  background: white;
  color: #00aeef; 
}


body .greenVpasStyle .webLongBtn:hover {
  background: white;
  color: rgb(0,153,76); 
}


body .amberVpasStyle .webLongBtn:hover {
  background: white;
  color: rgb(204,102,0); 
}


body .redVpasStyle .webLongBtn:hover {
  background: white;
  color: rgb(226,31,102); 
}

body .blueVpasStyle .webLongBtn {

}

body .greenVpasStyle .webLongBtn {
  border-color: rgb(0, 153,76);
  background-color: rgb(0, 153,76);  
}

body .amberVpasStyle .webLongBtn {
  border-color: rgb(204, 102, 0);
  background-color: rgb(204, 102, 0);  
}

body .redVpasStyle .webLongBtn {
  border-color: rgb(226, 31, 102);
  background-color: rgb(226, 31, 102);  
}

body .blueVpasStyle .sectionTitleLine::before {
  /* background: #00aeef;  */
background: rgb(24,153,221);
}

body .greenVpasStyle .sectionTitleLine::before {
/* background: #00aeef;  */
background: rgb(0,153,76);
}

body .amberVpasStyle .sectionTitleLine::before {
/* background: #00aeef;  */
background: rgb(204,102,0);
}

body .redVpasStyle .sectionTitleLine::before {
  /* background: #00aeef;  */
  background: rgb(226,31,102);
  }

body .blueVpasStyle .section::before {
  background: #e5f1f4; 
}

body .greenVpasStyle .section::before {
  background: #def5e0; 
}

body .amberVpasStyle .section::before {
  background: #f4ebdb; 
}

body .redVpasStyle .section::before {
  background: #e5f1f4; 
}

.vpasLandingTitle {
  margin-top: 12px;
  /* font-size: 1.8rem; */
  /* line-height: 2.0rem; */
  color: white;
  
}


@media (max-width: 1500px) {
  .bx-prev, .bx-next {
    margin-left: 0px;
    margin-right: 0px;
  }

}

@media (max-width: 1367px) {

  .bx-prev, .bx-next {
    margin-left: 0px;
    margin-right: 0px;
  }

  .pageTitle.multi_long {
    /* color: red !important; */
    font-size: 22px;  
    
  }

  .pageTitle.multi_medium {
    /* color: red !important; */
    font-size: 24px;  
    
  }

  

  .pageTitleWrap_vpas .pageTitle, 
  .pageTitleWrap_vpas_std .pageTitle,
  .pageTitleWrap_vpas_app .pageTitle,
  .pageTitleWrap_vpas_ip .pageTitle,
  .pageTitleWrap_vpas_landing .pageTitle {
    font-size: 24px;
    line-height: 26px;
  }

  .pageTitle {
    margin-top: -80px;
  } 

  /* mission area main cat line */
  body .sectionTitleLine::before {
    width: 60%;
  }

  /* VPAS section title */
  body .blueVpasStyle .sectionTitleLine::before,
  body .greenVpasStyle .sectionTitleLine::before,
  body .amberVpasStyle .sectionTitleLine::before,
  body .redVpasStyle .sectionTitleLine::before {
    width: 90%;
  }

  body .blueVpasStyle .sectionTitleLine,
  body .greenVpasStyle .sectionTitleLine,
  body .amberVpasStyle .sectionTitleLine,
  body .redVpasStyle .sectionTitleLine {
    background: none;
    /* display: none;
    height: 100%; */
  }

  body .innerPageInfo {
    /* margin-bottom: 0px !important; */
  }

  .vpasLogoWrap h5 {
    /* blueVpasStyle */
    /* color: rgb(24,153,221); */
    font-size: 1.3rem;
    /* font-weight: bold; */
  
  }

}

@media (max-width: 1025px) {

  .bx-prev, .bx-next {
    margin-left: 0px;
    margin-right: 0px;
  }

  .innerPageInfo, .indexWrap {
    padding-top: 135px;
  }
  .innerPageInfo.adsExist, .indexWrap.adsExist {
    padding-top: 194px;
  }

  .pageTitle.multi_long {
    /* color: red !important; */
    font-size: 22px;  
    margin-top: 0px;
  }

  .pageTitle.multi_medium {
    /* color: red !important; */
    font-size: 28px;  
    margin-top: -20px;
  }

  .pageTitleWrap_vpas .pageTitle,
  .pageTitleWrap_vpas_std .pageTitle,
  .pageTitleWrap_vpas_app .pageTitle,
  .pageTitleWrap_vpas_ip .pageTitle,
  .pageTitleWrap_vpas_landing .pageTitle {
    font-size: 26px;
    line-height: 28px;
  }

  .pageTitle {
    margin-top: 0px;
  } 

  /* mission area main cat line */
  body .sectionTitleLine::before {
    width: 70%;
  }

  body .blueVpasStyle .sectionTitleLine,
  body .greenVpasStyle .sectionTitleLine,
  body .amberVpasStyle .sectionTitleLine,
  body .redVpasStyle .sectionTitleLine {
    background: none;
    display: none;
    height: 100%;
  }

  body .innerPageInfo {
    margin-bottom: 0px !important;
  }

}

@media (max-width: 991px) {

  body .pageTitle, body .pageBanner {
    margin-top: 0;
    font-size: 20pt;
  }

  body .filterblock {
    top: 0px;
  }

  .bx-prev, .bx-next {
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .innerPageInfo, .indexWrap {
    padding-top: 64px;
  }
  .innerPageInfo.adsExist, .indexWrap.adsExist {
    padding-top: 123px;
  }

  .logoWrap img.splitLogo {
    height: 100%;
  }

  /* mission area main cat line */
  body .sectionTitleLine::before {
    width: 95%;
  }

  body .pageBanner.missionAreaBannerWrap_vpas,
  body .pageBanner.missionAreaBannerWrap_vpas_std,
  body .pageBanner.missionAreaBannerWrap_vpas_app, 
  body .pageBanner.missionAreaBannerWrap_vpas_ip,
  body .pageBanner.missionAreaBannerWrap_vpas_landing {
    /* clip-path: rect(10px, 20px, 30px, 40px); */
  
    clip-path: none;
  
  }

  body .blueVpasStyle .sectionTitleLine,
  body .greenVpasStyle .sectionTitleLine,
  body .amberVpasStyle .sectionTitleLine,
  body .redVpasStyle .sectionTitleLine {
    background: none;
  }

  body .webLongBtn span {
    display: none;
  }

  body .pageBanner img {
    border-bottom-left-radius: 0px;
    margin-bottom: 24px !important;
  }

  .pageTitleWrap_vpas .pageTitle,
  .pageTitleWrap_vpas_std .pageTitle,
  .pageTitleWrap_vpas_app .pageTitle, 
  .pageTitleWrap_vpas_ip .pageTitle,
  .pageTitleWrap_vpas_landing .pageTitle {
    font-size: 24px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

}

@media (max-width: 768px) {

  body .innerPageInfo {
    margin-bottom: 0px !important; 
  }

  body .blueVpasStyle .sectionTitleLine,
  body .greenVpasStyle .sectionTitleLine,
  body .amberVpasStyle .sectionTitleLine, 
  body .redVpasStyle .sectionTitleLine {
    display: none;
    height: 100%;
  }
  
  body .blueVpasStyle .sectionTitleLine::before,
  body .greenVpasStyle .sectionTitleLine::before,
  body .amberVpasStyle .sectionTitleLine::before,
  body .redVpasStyle .sectionTitleLine::before {

    clip-path: none;

  }

  body .blueVpasStyle .sectionTitleLine .container {
    background: rgb(24,153,221);
  }

  body .greenVpasStyle .sectionTitleLine .container {
    background: rgb(0,153,76);
  }

  body .amberVpasStyle .sectionTitleLine .container {
    background: rgb(204,102,0);
  }

  body .redVpasStyle .sectionTitleLine .container {
    background: rgb(226,31,102);
  }

  body .blueVpasStyle .sectionTitleLine .row,
  body .greenVpasStyle .sectionTitleLine .row,
  body .amberVpasStyle .sectionTitleLine .row,
  body .redVpasStyle .sectionTitleLine .row {
    height: 100%;
  }

  body .sectionTitleLine {
    display: none;
    height: 100%;
  }

  body .sectionTitleLine::before {

    clip-path: none;

  }


  body .sectionTitleLine .row {
    height: 100%;
  }

  .vpasLogoWrap img {
    max-width: auto !important;

    /* max-width: 170px; max-height:130px; */
  }


}