/*global set*/
.text-color { color: black !important; }
.h_bg-black{background-color: black!important;}
.h_bg-turquoise{background-color: #1d75bc!important;}
.h_bg-grey{background-color: #000000!important;}
.h_bg-white{background-color: #ffffff !important;margin-bottom: 25px;}
.h_m-9p{margin-left: 23%;}
.text-turquoise{color: #000000!important;}


/*top header*/
.h_topheader{
position: absolute; 
right: 10%;
margin-top: -17px;
}
.h_topheader_m{
margin-right: 10%;
}
.h_sidebar_m{
display: block;
}
.h_indicator_slider_bullet{
width: 10px!important;
height: 10px!important; 
border-radius: 50%!important;
}
/*button hover*/
button.h_bg-turquoise:hover , .h_bg-turquoise ul li:hover, .dropdown-menu .dropdown-item:hover{
background-color: #073f60 !important;
border-radius: 5px;
transition: 0.3s;
color: white;
}

.header_slider{
  background-image: linear-gradient(to right, rgba(11,71,96), rgba(11,71,96,0.2));
}

.b_bg_menu{
  border-radius: 15px !important;
  background-color:#0b4760 !important;
  padding-top:0.5rem !important;
  padding-bottom:0.5rem !important;
}

.nav-pills .nav-link:hover{
  background-color:#286079 !important;
}

.subcontent_title{
  font-weight: bold !important;
  text-decoration: underline;
  margin-top: 1rem;
  font-size: large;
}

.innermenu-color{
  color: #ffffff !important;
}

.no1{
  margin-top:0.5rem;
  margin-bottom:0.5rem;
  font-size: 24px;
}

.btn-list-color{
  background-image: linear-gradient(#0d4961, #031218);
  color:white;
}
.btn-list-color:hover{
  background-color:#125880;
  color:white;
}

.h_bg-shadow:hover{
box-shadow: 0 8px 8px -5px #333;
transition: 0.3s;
background-color: #073f60;
color:white !important;
}

.a_bg-shadow:hover{
box-shadow: 0 8px 8px -5px #333;
transition: 0.3s;
}

.h_box-pac-shadow{
border: 4px solid #D5D5D5;
margin-top: 40px;
box-shadow: 0 8px 5px -5px #333;
}
.h_box-pac-icon{
border: 4px solid #D5D5D5;
width: 100px;
height: 100px;
border-radius: 40px;
margin-top: -75px ;
z-index: 999;
background-color: white;
}
@media screen and (max-width:1090px) {
.navbar ul li a{
font-size: 13px;
}
}
/*responsive at 590*/
@media screen and (max-width:590px) {
.h_topheader_m {
}
}
@media screen and (min-width:900px) {

.navbar .dropdown-menu {
  width: max-content;
  left:0;
  right:0;

}
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
   
}
.navbar .dropdown-menu div[class*="col"] h5 {
  margin-left: 10px;
  width: max-content;
  padding-right: 10px;

}
.navbar .dropdown-menu {
  border:none;
  background-color:#fff!important;
  border: 1px black solid;
}
.dropdown-menu a:hover {
      width: max-content;
    }
}



.container-all-photo {
  width: fit-content;
  margin: 20px auto;
  height: auto;
}
.container-photo {
  width: calc(33% - 6px);
  overflow:hidden;
  height: fit-content;
  margin:3px;
  padding: 0;
  display:block;
  position:relative;
  float:left;
}
.container-photo img {
  width: 100%;
  height: 161px;
  transition-duration: .3s;
  max-width: 100%;
  display:block;
  overflow:hidden;
  cursor:pointer;
}
.title-photo {
  position:absolute;
  display:block;
  cursor:pointer;
  top: 35%;
  display: none;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 1.6em;
  text-shadow: 1px 5px 10px black;
  transition-duration: .3s;
}
.text-photo {
  position:absolute;
  top: 70%;
  cursor:pointer;
  max-width: 80%;
  text-align:center;
  left: 50%;
  text-shadow: 1px 5px 10px black;
  font-size: 1em;
  display:none;
  margin-right: -50%;
  transition-duration: .3s;
  transform: translate(-50%, -50%) 
}
.container-photo :hover img{
  transform: scale(1.2);
  transition-duration: .3s;
  filter: grayscale(50%);
  opacity: .7;
}
.container-photo :hover span{
  color:white;
  display: block;
  transition-duration: .3s;
}
#YearTable_ContentBox_pic img {
  width: 100%;
  transition-duration: .3s;
  max-width: 100%;
  display:block;
  overflow:hidden;
  cursor:pointer;
}

.gxbreadcrumb { 
  list-style: none; 
  overflow: hidden; 
  font-size: 0.85rem;
  margin-left: -35px;
}
.gxbreadcrumb li { 
  float: left; 
}
.gxbreadcrumb li a {
  
  color: white;
  text-decoration: none; 
  padding: 10px 0 10px 65px;
  background:#0f4a62; /* fallback color */
  position: relative; 
  display: block;
  float: left;
}
.gxbreadcrumb li a::after { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #0f4a62;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  left: 100%;
  z-index: 2; 
}
.gxbreadcrumb li a::before { 
  content: " "; 
  display: block; 
  width: 0; 
  height: 0;
  border-top: 50px solid transparent;       
  border-bottom: 50px solid transparent;
  border-left: 30px solid white;
  position: absolute;
  top: 50%;
  margin-top: -50px; 
  margin-left: 1px;
  left: 100%;
  z-index: 1; 
}
.gxbreadcrumb li:first-child a {
  padding-left: 10px;
}
.gxbreadcrumb li:nth-child(2) a       { background:        #0f4a62; }
.gxbreadcrumb li:nth-child(2) a:after { border-left-color:#0f4a62; }

.gxbreadcrumb li:nth-child(3) a       { background:       #0f4a62; }
.gxbreadcrumb li:nth-child(3) a:after { border-left-color: #0f4a62; }

.gxbreadcrumb li:nth-child(4) a       { background:        #0f4a62; }
.gxbreadcrumb li:nth-child(4) a:after { border-left-color: #0f4a62; }

.gxbreadcrumb li:nth-child(5) a       { background:        #0f4a62; }
.gxbreadcrumb li:nth-child(5) a:after { border-left-color: #0f4a62; }

.gxbreadcrumb li:last-child a {
  background: transparent !important;
  color: black;
  pointer-events: none;
  cursor: default;
}
.gxbreadcrumb li:last-child a::after { 
  border: 0; 
}
.gxbreadcrumb li a:hover { 
  background: #286079; 
}
.gxbreadcrumb li a:hover:after { 
  border-left-color: #286079 !important; 
}
.r-box-shadow {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}
.title-bar {
  
  -webkit-box-shadow: 0px 0px 0px #333333;
  -moz-box-shadow: 0px 2px 4px #333333;
       box-shadow: 0px 2px 4px #333333;
  margin-bottom: 10px;
}