@font-face {
    font-family: Pangram-Bold;
    src: url(../fonts/Pangram/Pangram-Bold.otf);
}
@font-face {
    font-family: Pangram-Regular;
    src: url(../fonts/Pangram/Pangram-Regular.otf);
}


body {
	font-family: 'Pangram-Regular';
	list-style: none;
	background: #1a2060;
	overflow: auto !important;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4 {
	font-weight: 700;
	overflow: hidden;
	display: block;
	width: 100%;
	clear: both;
	font-family: 'Pangram-Bold';
}
p{
	font-family: 'Pangram-Regular'; 
}
strong,b {
	font-weight: 600;
}

a,i,address {
	text-decoration: none;
}

a:active, a:focus, a {
	color: #bf161c;
	outline: none;
}

a:hover {
	opacity: 0.7;
	transition: .4s;
}
textarea:focus, input:focus{
	outline: none;
	color: #fff;
}

iframe {
	border: 0;
}

.container-fluid{
	padding:0px 30px;
}
.body {
	height: 100%;
	margin-left: 0px;
}

.sf-menu ul{
	background: #fff !important;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175) !important;
}
.sf-menu ul li{
	border-bottom: 1px solid #ddd !important;
	padding: 8px 0px;
}
.sf-menu ul li a:hover{
	background: transparent;
	color: #FFAE02 !important;
	font-weight: bold !important;
}
.sf-arrows .sf-with-ul{
	background: #fff;
	padding-right: 1em !important;
}

/* 2. HEADER */

header {
	background: transparent !important;
	position: absolute;
	z-index: 999;
	right: 0;
	left: 0;
	transition: .4s;
	top:0;
	height: 84px;
	margin-bottom: 20px;
}

.two-nav-header{
	background: transparent !important;
	position: absolute !important;
	z-index: 999;
	right: 0;
	left: 0;
	transition: .4s;
	top:0;
	height: 84px;
	margin-bottom: 20px;
	box-shadow: none;
}

.navbar .btn i {
	color: #454545;
}

.navbar .btn:hover i {
	color: #ccc;
}

.navbar .btn {
	width: 40px;
	height: 40px;
	border-bottom: 1px solid #2E363A;
	position: relative;
	left: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 8px 1px;
	margin: 0 -1px;
}

.light.navbar .btn {
	border-bottom: 1px solid #ededed;
}

.navbar .menubar {
	height: 100%;
}

.navbar .menubar i {
	bottom: 0;
	border: 0;
}

.menu-item.search-btn i {
	font-size: 15px;
}

#navigation.dark,.navbar-brand.dark {
	background: #222;
	border: 1px solid #333;
}

#navigation.dark .navbar-toggle {
	color: #FFF;
}

#navigation.light,.navbar-brand.light {
	background: #f7f7f7;
	border: 1px solid #ededed;
}

.navbar-default .navbar-brand img {
	display: inline;
	vertical-align: middle;
}

.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	line-height: 60px;
}

.navbar-inner {
	box-shadow: 0 !important;
	position: relative;
	height: 100%;
}

.navbar-header {
	min-height: 60px;
}

.navbar-collapse {
	min-height: 60px !important;
	box-shadow: none;
}

.navbar-collapse.in {
	overflow-y: visible !important;
}

.navbar-inner .container {
	padding: 20px 0;
}

.navbar {
	border: 0;
	margin: 0;
	height: 100%;
	width: 40px;
}

.navbar .navbar-nav {
	padding: 0;
}

.navbar .navbar-nav li {
	position: relative;
}

.navbar .navbar-nav li:hover > ul {
	display: block !important;
}

.navbar .navbar-nav ul {
	display: none;
	position: absolute;
	z-index: 9999;
	padding: 0;
	list-style: none;
	right: 0;
	margin: 0;
	font-size: 14px;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
}

.navbar .navbar-nav > li {
	display: block;
	float: left;
}

.navbar .navbar-nav > li > a {
	display: block;
	font-size: 12px;
	font-weight: 600;
	height: 60px;
	text-shadow: none;
	text-transform: uppercase;
	padding: 0 15px;
	line-height: 60px;
}

.navbar .navbar-nav .current-menu-item a:after {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1);
}

.navbar .navbar-nav a:after {
	content: "";
	background-color: #f97352;
	color: #fff;
	display: block;
	width: 100%;
	height: 2px;
	margin-top: -20px;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
	transform-origin: left center;
	-webkit-transform-origin: left center;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.navbar .search-btn a:after {
	display: none;
}

.navbar .navbar-nav > li > a:focus,.navbar .navbar-nav > li > a:hover {
	height: 60px;
	text-decoration: none;
}

.navbar .navbar-nav .sub-menu li a {
	width: 170px;
	display: block;
	padding: 6px 11px;
	font-size: 12px;
	text-transform: uppercase;
}

.navbar .navbar-nav .sub-menu .sub-menu {
	right: 170px;
	top: 0;
}

.navbar .navbar-nav .sub-menu {
	border-width: 0;
}

.navbar .navbar-nav .sub-menu > li > a:hover,.sub-menu > li > a:focus {
	background: none;
}

.navbar-default .navbar-toggle {
	padding: 0;
	margin: 15px 15px 0 0;
	border: 0;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background: none;
	border: 0;
	outline: none;
}

.fixeded1{
	position: fixed;
	width: 100%;
	left: 0;
	background: #fff !important;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
}

.fixed-nav .sp-body {
	margin-left: 270px;
}

.fixed-nav .body {
	margin-left: 0;
}

.fixed-nav .container {
	width: 100%;
	padding: 0 30px;
}

.logo {
	padding-top: 22px;
	padding-left: 0;
}

.logo-alt {
	position: absolute;
	bottom: 10px;
}

.logo-box {
	text-align: center;
}

.logo a img {
	max-width: 100%;
	height: 40px;
}

.topbar {
	padding: 18px 20px;
	display: table;
}

.topbar span {
	display: inline-block;
	margin-left: 30px;
}

.sf-menu > li {
	background: transparent;
	transition: #000 0.2s ease 0s;
}

.no-padding {
	padding: 0px;
}

#mobnav-btn {
	display: none;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	background: transparent;
	color: #000;
	padding: 16px 15px;
	cursor: pointer;
	display: block;
	width: 100%;
}

#mobnav-btn i {
	float: right;
	position: relative;
	top: 2px;
}

.mobnav-subarrow {
	display: none;
}

.sf-menu ,
.sf-menu li.sf-mmenu {
	position: static !important;
}

.sf-mega {
	width: 100%;
	padding: 25px 0;
	background: #1f1f1f;
}

.sf-menu .sf-mega {
	margin-top: 68px;
}

.sf-mega-section {
	float: left;
	margin-right: 0px;
	border-right: 1px solid #333;
	width: 25%;
	padding: 0 55px;
}

.sf-mega-section:last-child {
	border-right: none;
}

.menu-wrap {
	display: table;
	float: right;
	position: static;
}

.header2 .menu-wrap {
	border-top: none;
}

.sf-menu ul {
	box-shadow: none;
	background: #222;
}

.sf-menu ul li {
	background: transparent !important;
	border: none;
	border-bottom: 1px solid #272727;
}

.sf-menu ul li a {
	font-family: 'Pangram-Regular';
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-size: 14px;

	color: #000000;
}
.active{
	color: #f00 !important;
	font-weight: bold !important;
}

.sf-menu ul li:last-child {
	border: none;
}

.sf-menu ul li:hover {
}

.sf-menu ul li a:hover {
	color: #FF00A4;
}

.sf-mega-section span a {
	border: none;
	color: #fff;
	padding: 7px 0px;
	display: block;
	font-size: 12px;
}

.sf-mega-section span a:hover {
	color: #000;
}

.sf-mega-section h2 {
	font-size: 17px;
	margin: 0 0 15px;
	color: #000;
	font-weight: 400;
}

.sf-menu > li {
	background: transparent !important;
	font-family: Montserrat;
	margin-top: 20px;
}

.sf-menu > li:first-child:after {
	display: none;
}

.sf-menu > li > a {
	border-left: medium none;
	border-top: medium none;
	font-family: 'Pangram-Regular';
	font-style: normal;
	font-weight: normal;
	line-height: 25px;
	font-size: 12px;
	padding: .75em 1.5em;
	color: #1a2060;
	background: transparent !important;
}

.sf-menu > li > a:hover {
	color: #f00 !important;
}

.sf-menu > li:hover {
	background: transparent !important;
}

.sf-arrows .sf-with-ul {
	padding-right: 0;
}

.white li a{
	color: #fff;
}

.sf-menu {
	float: none;
	width: auto;
	display: table;
	margin: 0;
	float: left;
}

.sf-arrows .sf-with-ul::after {
	content: "";
	position: relative;
	top: 3px;
	right: -8px;
	margin-top: 0px;
	height: 0px;
	width: 0px;
	color: #000;
	display: none;
}

#mobnav-btn {
	display: none !important;
}

.tp-social {
	margin-top: 10px;
}

.tp-social a {
	width: 30px;
	height: 30px;
	background: transparent;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.tp-social a:hover {
	color: #FF00A4;
	border-color: #FF00A4;
}


#cover {
	height: 100vh;
	background: #1a2060;/*
	padding-top: 20vh;
	padding-bottom: 20vh;*/
}

.btn-primary{
	width: 174px;
	padding: 17px 27px !important;
	background: linear-gradient(90deg, #FFAE02 0%, #FF9E0C 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border-color: transparent;
}
.btn-primary img{
	padding-left: 8px;
}









/** START HERE **/

/** CUSTOM SYSTEM **/


.p-0{
	padding: 0 !important;
}
.pb-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.title-line{
	width: 100%;
	height: 100px;
	margin-bottom: 4vh;
}
.line{
	width: 50px;
	height: 1px;
	background: #bf161c;
}
.title{
	color: #fff;
	font-size: 28px;
	margin-bottom: 32px;
}
.title-2{
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 10px;
}

.input-u{
	background: transparent !important;
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	color: #fff;
	padding: 20px 10px;
	margin-bottom: 40px;
	font-size: 16px;
}
.input-u:focus{
	outline: none;
	color: #fff;
}

.btn{
	padding: 12px 50px;
}
.btn-border{
	border-radius: 0;
	color: #fff;
	background: 0;
	border:1px solid #fff;
}
.btn-border:hover{
	color: #1a2060;
	background: #fff;
	transition: 0.5s;
}




.flex{
	display: flex;
	height:100vh;
}
.sidebar{/*
	width: 25%;*/
	height: auto;
	background: #1a2060;
	padding-top: 18vh;
}
.sidebar-border{/*
	width: 25%;*/
	height: auto;
	background: #1a2060;/*
	padding-top: 20vh;*/
	margin-top: 18vh;
	border-right: 1px solid #f00;
}
.content{/*
	width: 75%;*/
	height: auto;
	background: #1a2060;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px 10vh;
}
.content-long{/*
	width: 75%;*/
	height: auto;
	background: #1a2060;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0px 10vh;
	margin-top: 20vh;
}


#contact{
	background: url(../images/bg-contact.png);
	background-size: cover;
	background-repeat: no-repeat;
}

@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 140% auto; }
  100% { background-size: 100% auto; }
}

#about{
    height:100vh;
	background: url(../images/bg-contact.png);
	background-size: cover;
	background-repeat: no-repeat;
 animation: breath 4s linear infinite;
}


#history{
    height:100vh;
	background: url(../images/bg-history.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#profile{
    height:100vh;
	background: url(../images/bg-profile.jpg);
	background-size: cover;
	background-repeat: no-repeat;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomin 200s ease-in infinite;
  animation: zoomin 200s ease-in infinite;
  transition: all 200s ease-in-out;
  overflow: hidden;
}

/* Zoom in Keyframes */
@-webkit-keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1);}
} /*End of Zoom in Keyframes */

#problem{
   height:100vh;
	background: url(../images/bg-problem.png);
	background-size: cover;
	background-repeat: no-repeat;
}



/** Contact **/
.content-sidebar{
	width: 100%;
	color: #fff;
	font-size: 12px;
}

.item p{
	color: #fff;
	font-weight: normal;
}

/** Contact **/
.article{
	width: 100%;
	height: auto;
	color: #fff;
	margin-bottom: 80px;
}
.article p{
	font-size: 12px;
	line-height: 24px;
	margin: 20px 0px;
	color: #fff;
}
.img-article{
	width: 100%;
	height: 240px;
	margin: 20px 0px;
}
.img-article img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/** Histroy **/
.bab{
	width: 100%;
	border:1px solid #fff;
	text-align: center;
	color: #fff;
	padding: 3px;
   font-size: 10px !important;
}
.bab p{
	font-size: 8px;
	color: #f00;
}



.detail{
	color: #fff;
}
.detail h2{
	margin-bottom: 50px;
}
.img-detail{
	width: 100%;
	height: 420px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.img-detail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.detail-desc {
	width: 80%;
	margin: auto;
	text-align: center;
}
.detail-desc p{
	margin-bottom: 20px;
}

.related{
	margin-top: 15vh;
}



/** modify **/
.owl-item{
    margin-bottom:30px;
}



#legal{
	background: url(../images/bg-legal.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.list-xs{
	width: 100%;
	padding: 5px 90px;
	border-top: 1px solid #f00;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.list-xs:hover{
	background: #f00;
}

.list-lg{
	width: 100%;
	padding: 20px 90px;
	border-top: 1px solid #f00;
	color: #fff;
	font-size: 22px;
	text-align: center;
}
.list-lg:hover{
	background: #f00;
}

.list-legal{
	position: absolute;
	bottom: 0;
	width: 100%;
}

a.btn-back{
	background: transparent;
	border:1px solid #f00;
	color: #fff;
	padding: 16px 60px;
	 border-radius: 30px;
}
a.btn-back:hover{
	background: #f00;
}

.btn-legal-area{
	width: 50%;
	height:100px;
	margin: auto;
	padding-top: 3vh;
	text-align: center;
}





.owl-nav{
	margin-top: 30px;
	display: flex;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev{
	width: auto;
}




.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #1b2129;
}

.carousel-caption{
  top: 10vh;
  left: 0;
  text-align: left;
  width: 100vh;
  padding-left: 33vh;
}

.title-slider{font-size: 70px;margin-bottom: 0;}
p{padding:10px}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 70%;
    height: 88%;
    float: right;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}
.carousel-control{
  opacity: 1;
  width: 20%;
  padding: 20px;
  text-align: left;
}
.carousel-control h4{
  width: 170px;
  margin: 0;
  padding: 0;
  line-height: 25px;
}
.carousel-control p{
  font-size: 10px;
  padding: 5px 0;
}
.arrow-slider{
  position: absolute;
  right: 20px;
  width: 100px;
  top: 35px;
}

.count{
  margin-top: 21vh;
}
.big-count{
  font-size: 60px;
  padding-left: 10vh;
}
.small-count{
  position: relative;
  top: -27px;
}

/**
 * Button
 */
.btn-blue {
  background: #1a2060;
  color: #fff;
  border-radius: 5px;
}
.btn-blue:hover {
  background-color: #1a2070;
  color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

.vertical-text{
	color: #222930;
    font-size: 30px;
    transform: rotate(-90deg);
    left: -47vh;
    position: absolute;
    font-size: 56px;
    text-transform: uppercase;
    bottom: 39vh;
    text-shadow:none;

}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {

  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
