@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	line-height: 1.6;
	background: #e8e9ee;
}


*:target, *:focus{
  outline: none;
}
a{color: #245d7c;}
a:hover{text-decoration: none;}

/*html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*TOP NAVBAR START==========================================*/


.brand-logo {
    float: left;
    margin-left: 15px;
    width: 230px;
    padding: 9px;
}
.brand-logo img{
    max-width: 100%;
}
.topnav {
  overflow: hidden;
  z-index: 4;
  /*position: relative;*/
  width: 100%;
  background-color: rgba(36, 93, 124, 1);
  padding-left: 70px;
}

.topnav .topnav-right  a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  min-width: 20px;
  transition: box-shadow 1s ease;
}

/* .topnav a:hover {
  background-color: #ddd;
  color: #2b2422;
  border-bottom: 1px solid #ddd;
} */

.topnav .topnav-right a:hover{
  box-shadow: inset 0 0 0 50px rgba(255, 255, 255, .2);
/*  border-bottom: 1px solid rgba(255, 255, 255, .2);*/
}

.topnav a.active {
  border-bottom: 1px solid gold;
}

.social {
  display: flex;
  width: 200px;
  background-color: #70665c;
}

.social a {
  flex: 1;
}

.topnav-right {
  float: right;
}


/*SIDE NAVBAR=================================*/

nav {
    overflow: hidden;
    position: absolute;
    transform: translateX(-230px);
    height: 100%;
    width: 300px;
    transition: all 800ms cubic-bezier(.8, 0, .33, 1);
    border-radius: 0% 0% 100% 50%;
    top: 0px;
    background-color: #245d7c;
	z-index: 5;
}

nav.nav-open {
    transform: translateX(0px);
    border-radius: 0% 0% 0% 0%;
	 background: rgba(36, 93, 124, 0.6);
}

nav .menu-btn {
    position: absolute;
    top: 30px;
    right: 6%;
    padding: 0;
    width: 30px;
    cursor: pointer;
    z-index: 2;
}

nav .menu-btn .line {
    padding: 0;
    width: 30px;
    background: #fff;
    height: 2px;
    margin: 5px 0;
    transition: all 700ms cubic-bezier(.9, 0, .33, 1);
}

nav .menu-btn .line.line--1 {
    width: 30px;
    transform: rotate(0) translateY(0);
}

nav .menu-btn .line.line--1.line-cross {
    width: 30px;
    transform: rotate(45deg) translateY(10px);
	 background: rgba(255,255,255,0.8);
}

nav .menu-btn .line.line--2 {
    width: 28px;
    transform: translateX(0);
}

nav .menu-btn .line.line--2.line-fade-out {
    width: 28px;
    transform: translate(30px);
    opacity: 0;
}

nav .menu-btn .line.line--3 {
    width: 20px;
    transform: rotate(0) translateY(0);
}

nav .menu-btn .line.line--3.line-cross {
    width: 30px;
    transform: rotate(-45deg) translateY(-10px);
	 background: rgba(255,255,255,0.8);
}

nav .nav-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: translateX(-100px);
    opacity: 0;
    transition: all 900ms cubic-bezier(.9, 0, .33, 1);
}

nav .nav-links.fade-in {
    opacity: 1;
    transform: translateX(0px);
}

nav .nav-links .link {
    margin: 10px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1rem;
    transition: all 300ms cubic-bezier(.9, 0, .33, 1);
	padding: 10px;
}

nav .nav-links .link:hover {
    color: rgba(255, 216, 0, 1);
}


.inform{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: rgba(255, 255, 255, 0.8);
	font-size: 2rem;
	font-family: sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-shadow: 0 0 20px rgba(0,0,0,0.6);
}



.content-container .landing-content {
	position: absolute;
	top: 50%;
	left: 50%;
	ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.content-container #video-container {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url(polina.jpg) no-repeat;
	background-size: cover;
}

.overlay-wcs {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #092f44;
    opacity: 0.5;
    z-index: 1;
}
.z2{
	z-index: 2;
}
.font-slogan{
	font-size: 48px;
	font-weight: 900;
	line-height: 1.4;
}
.hc{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 3;
}
.form-control-borderless {
        border: none;
      }

      .form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
        border: none;
        outline: none;
        box-shadow: none;
      }

      .card-body {
        padding-bottom: 12px;
        padding-top: 12px;
        padding-right: 12px;
        padding-left: 12px;
        background: #607d8b7d;
      }

      .src_fild {
        border-radius: 0;
      }

      .src_btn {
        border-radius: 0;
      }


.navigation-box {
    top: .4rem;
    position: absolute;
	width: 100%;
}
@media (min-width: 768px){
    .breaking-caret:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-left: 15px solid #007bff;
        border-bottom: 20px solid transparent;
        position: absolute;
        right: -15px;
        top: 0;
    }
}
.prev-left, .prev-right{
	width: 40px;
	padding-bottom: 20px;
	padding-top: 20px;
	background: rgba(0,0,0,0.5)
}
.btn-info {
    color: #fff;
    background-color: #245d7c;
    border-color: #245d7c;
}
.text-vang{
	color: #ffd800;
}
.text-page{
	font-weight: 900;
	font-size: 26px;
}
.main{
	padding: 87px 10px 10px 80px;
}
.tle{
	font-weight: 300;
	/*color: #245d7c;*/
}
.line{
	background: #245d7c;
	border-radius: 3px;
	height: 4px;
	width: 100px;
	margin: auto;
	display: block;
	margin-bottom: 40px;
}
.text-info{
	color: #245d7c !important;
}
.bd-links {
    /*padding-top: 1rem;*/
    padding-bottom: 1rem;
    margin-right: -15px;
    /*margin-left: -15px;*/
    max-height: calc(100vh - 10.5rem);
    overflow-y: auto;
    padding-right: 15px;
}
.bd-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 6rem;
    z-index: 1000;
    height: calc(100vh - 6.3rem);
    -ms-flex-order: 0;
    order: 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background-color: white;
    border: 1px solid rgba(0,0,0,.1);
    /*margin-left: 1rem;*/
}
@media (min-width: 1200px) {
  .bd-sidebar {
    -ms-flex: 0 1 320px;
    flex: 0 1 320px;
	}
}
.text-black-20 {
    color: rgba(0, 0, 0, 0.2) !important;
}
.text-shadow {
	text-shadow: 0 0rem 0.5rem rgba(0, 0, 0, 0.8) !important;
}
.page-link{
	color: #245d7c;
}
.page-item.active .page-link {
    background-color: #245d7c;
    border-color: #245d7c;
}
.list-tc li{
	margin-bottom: 20px;
}
.icon{
	top: -12px;
	left: 16px;
}
.pl-4a{padding-left: 2rem !important;}
.line1{
	background: #245d7c;
	right: 15px;
	bottom: 0px;
	border-radius: 0 0 6px 0;
	height: 6px;
	width: 60px;
}