/*-------------------------------------------------------------------------------------------*/
/* Mobile   0px - 750px
---------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* Breadcrumbs
---------------------------------------------------------------------------------------------*/
.breadcrumbs li a {
  background: rgba(30, 91, 182, 1);
}

.breadcrumbs li a:hover {
  background: rgb(44 111 212);
}

.breadcrumbs li.active span {
  color: #1E5BB6;
}



/*-------------------------------------------------------------------------------------------*/
/* Content Header
---------------------------------------------------------------------------------------------*/
.form .content_header {
  background: url(/assets/img/photo/img_office_desk.jpg) top center no-repeat;
  background-size: 100%;
}



/*-------------------------------------------------------------------------------------------*/
/* Form Section
---------------------------------------------------------------------------------------------*/
.form_section h3 {
  background: -moz-linear-gradient(top,  rgba(7,10,71,1) 0%, rgba(12,53,124,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(7,10,71,1) 0%,rgba(12,53,124,1) 100%);
  background: linear-gradient(to bottom,  rgba(7,10,71,1) 0%,rgba(12,53,124,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070a47', endColorstr='#0c357c',GradientType=0 );
}



/*-------------------------------------------------------------------------------------------*/
/* Article Footer
---------------------------------------------------------------------------------------------*/

/* Footer
--------------------------------------------------------------------------------*/
/* policy
--------------------------------------------------------------------------------*/
.footer_policy h3 {
  background: -moz-linear-gradient(top,  rgba(7,10,71,1) 0%, rgba(12,53,124,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(7,10,71,1) 0%,rgba(12,53,124,1) 100%);
  background: linear-gradient(to bottom,  rgba(7,10,71,1) 0%,rgba(12,53,124,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#070a47', endColorstr='#0c357c',GradientType=0 );
}

.form .footer_policy #frame_privacy {
  background-color: rgb(230 240 250 / 1);
}



/*-------------------------------------------------------------------------------------------*/
/* Footer
---------------------------------------------------------------------------------------------*/
#footer {
  margin-top: 30px;
  padding-top: 0;
  background: none;
}

#footer .wrapper {
  padding-top: 20px;
  background-color: #e0e0e0;
}

#footer .nav_footer li a {
  background-color: #aeb7bc;
}

#footer .nav_footer li a:hover {
  background-color: #a3abaf;
}

#footer .copyright {
  background-color: #070A47;
}





/*-------------------------------------------------------------------------------------------*/
/* PC   751px - 1024px */ @media (min-width: 751px) {
/*-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* Footer
---------------------------------------------------------------------------------------------*/
#footer .copyright {
  background-color: transparent;
}



/*-------------------------------------------------------------------------------------------*/
}
/*-------------------------------------------------------------------------------------------*/