/*-----------
1- LOADING
2- popup css
3- header
4- about
5- features
6- client
8- testimonials
9- newsletter
10- footer
11- counter
12- price
13- responsive
----------------*/
html, body {
    color: #222;
    font-family: "Barlow";
    line-height: 25px;
    background-color:#fff;
    font-size:15px;
}

ul.breadcrum {
    list-style-type: decimal-leading-zero;
    margin-left:0px;
    padding-left:0px;
}
ul.breadcrum li{
    display:inline;
    padding: 5px 10px;
    list-style-type: decimal-leading-zero;
}

.section-padding{
    padding: 80px 0px 60px 0px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.bdr {
    border-bottom: 1px solid #dadada;
    margin-bottom: 30px;
}
.pnd {
    padding: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Barlow";
}
.xanhdam{
    color: #005f94;
}
.xanhnhat{
    color: #52d1ff;
}
.cam{
    color: #FCB94D;
}
.ghixam{
    color: #666666;
}
.white{
    color: #fff;
}
.ghinhat{
    color: #b5b5b5;
}

.bg-xanhdam{
    background-color: #005f94;
}
.bg-ghixam{
    background-color: #666666;
}
.bg-ghinhat{
    background-color: #f9f9f9;
}

.text-justify{
    text-align:justify;
}

.mota {
    font-size: 14px;
}

ul.horizon {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
ul.horizon li {
    display:inline;
    margin:0px;
    padding:0px;
}

a {
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: underline;
}
.btn-cta {
    border-radius: 10px;
    background: #FCB94D none repeat scroll 0 0;
    color:#fff;
    text-transform:uppercase;
    box-shadow: 0 1px 0 #eee;
    font-size: 16px;
    padding: 15px 25px!important;
    text-align: center;
    font-weight:500;
    border:0!important;
}
.btn-cta-big {
    border-radius: 20px;
    background: #FCB94D none repeat scroll 0 0;
    color:#fff;
    text-transform:uppercase;
    box-shadow: 0 1px 0 #eee;
    font-size: 26px;
    padding: 40px 40px!important;
    text-align: center;
    font-weight:500;
    border:0!important;
}
.btn-cta-w {
    border-radius: 10px;
    color:#fff;
    text-transform:uppercase;
    font-size: 14px;
    padding: 5px 25px!important;
    text-align: center;
    font-weight:400;
    border:2px solid #fff;
    background-color: transparent;
}
.margin-auto {
    float: none;
    margin: auto;
}
.margin-top-80{
    margin-top:80px;
}
.margin-top-60{
    margin-top:60px;
}
.bg {
    background: #111 none repeat scroll 0 0;
}

a {
    transition: all 0.35s ease 0s;
}
.pad70 {
    padding-top: 30px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d5d5d5;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d5d5d5;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d5d5d5;
}

/* LOADING */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #242d2e;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.loaded .loader-wrapper {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: -1;
}
.no-loading .loader-wrapper {
  display: none;
}
.loader {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  border: 3px solid transparent;
  border-top-color: #3498db;
  display: block;
  left: 50%;
  margin: -75px 0 0 -75px;
  position: relative;
  top: 50%;
  z-index: 100;
}
.loader:before,
.loader:after {
  border-radius: 50%;
  border: 3px solid transparent;
  content: "";
  position: absolute;
}
.loader:before {
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
  border-top-color: #e74c3c;
  bottom: 5px;
  left: 5px;
  right: 5px;
  top: 5px;
}
.loader:after {
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
  border-top-color: #f8c41d;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
}
.loaded .loader {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* LOADING */
/*-------- popup css --------------*/
.imghover
{
    position:relative;
}
.hover-bg {
    content: "";
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 100%;
}
.hover-bg:hover {
    background: rgba(34, 34, 34, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    opacity: 1;
}
.hover-bg:hover .camera {
    color: #fff;
    font-size: 50px;
    padding: 70% 0 0;
	transition: all 0.3s ease 0s;
}
.hover-bg:hover.camera::before {
    color: #fff;
    font-size: 50px;
    padding: 70% 0 0;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.hover-bg:hover .camera::after {
    color: #fff;
    font-size: 50px;
    padding: 70% 0 0;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}
/*-------- header css --------------*/
.header-text-box {
    height: 580px !important;
}

.navbar-default {
    background: rgba(0,70,145,1) none repeat scroll 0 0;      /*  #004691 */
    border: medium none;
    position:absolute;
    top:0px;
    padding: 30px 0px;
}
.navbar-default .top-logo-gamas{
    right: 120px;
    top: auto;
    width: 150px;
    text-align:right;
}
nav .socialfooter {
    margin: 27px 0 0;
}

.navbar-collapse ul{
    text-align:left!important;
}

.navbar-collapse ul li {
    display:inline!important;
}

.affix {
    background: #004691 none repeat scroll 0 0;  /* #304ffe */
    position: fixed;
    padding: 10px 0px!important;
}
.affix .navbar-nav > li > a {
    color: #52d1ff!important;
}

.navbar-brand {
    height: 63px;
    padding: 10px 15px;
    display:none;
}

.navbar-brand img{
    height: 100%;
    width:auto;
}

.navbar-default .navbar-nav > li {
    margin-top: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #52d1ff;
    padding: 10px 10px;
    margin-left:20px;
    margin-top:10px;
    text-transform: uppercase;
    font-size:14px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    background-color: transparent!important;
    color:#fff!important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    background-color: transparent!important;
    color:#fff!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #ddd;
}
.dropdown-menu {
    animation: 0.3s ease-out 0s normal none 1 running dropdownOpen;
    border: medium none;
    border-radius: 0 !important;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
    padding: 10px 4px;
}
.dropdown-menu > li > a {
    padding: 10px 20px;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #579d36;
    color: #fff;
    text-decoration: none;
}
@keyframes dropdownOpen {
0% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
@keyframes dropdownOpen {
0% {
    opacity: 0;
    transform: translate3d(0px, 100%, 0px);
}
100% {
    opacity: 1;
    transform: none;
}
}
.navbar-default .navbar-toggle {
    border: medium none;
    margin-top: 18px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.navbar-collapse {
    border-top: medium none;
}
.subscribe {
    border: 1px solid;
    border-radius: 10px;
    margin-right: 16px;
    text-align: center;
    width: 116px;
}
.navbar-nav > li {
    margin-bottom: 10px;
    margin-top: 10px;
}

.bg-lighgrey{
    background-color:#f5f5f5;
}

p.sub-title{
    font-size: 20px!important;
    font-weight:500;
}
.mobile{
    display:none;
}

.header {
/*    background: #fafafa none repeat scroll 0 0;        height: 100%; */
    overflow: visible;
    position: relative;
    padding:0px;
}
.header-section-padding{
    padding-bottom: 10px;
}


.nav-section{
    position:relative;
    padding:10px 0px;
}

.header-bg-img{
    background: url(../img/gs/gamaservice-bg-1.webp) no-repeat fixed center center / cover;
    background-size:cover;
    height: 800px;
}

.top-logo-gamas{
    right: 25%;
    top: 30%;
    position: absolute;
    width: 150px;
}

.header-text {
   color: #fff;
   position:absolute;
   bottom: 25%;
   text-align:center;

}
.header-text-display{
    display:none;
}
.header-text h1 {
    font-size: 18px;
    margin-top:60px;
    text-transform: none;
    font-style:italic;
    font-weight:500;

}


.header-text .service-cta {
    margin-top:40px;
}
.affix .top-header {
    display: none;
    transition: all 0.35s ease 0s;
}

.header-text strong {
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin: 20px 0;
}

.btn-wt-bdr {
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.75) !important;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 0.04em;
    padding: 12px 24px !important;
    text-transform: uppercase;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ccc;
    text-decoration: none;
}

.title {
    margin: 0px 0px 40px 0px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    text-align:center;
}
.title-margin-top {
    margin-top: 80px;
}
.title-small {
    font-size: 24px;
    font-weight: 500;
}

.sub-title{
    font-size: 16px;
    text-align:center;
    margin-bottom: 50px;
}

/*-- Target css */
.target{

}
.target .title{
    margin-top:-20px!important;
    text-align:left;
}
.target-block{
    padding: 30px;
}

.target-text-block{
    padding-right: 40px
}
.target-text-block .target-title{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}
.target-text-block .target-description{
    font-size: 16px;
    line-height: 20px;
    text-align:justify;
    padding-right: 20px;
}
span.bigchar{
    font-weight: 500;
    font-size: 32px;
}

.target .cta{
    font-size: 20px;
    text-align:center;
    font-weight:bold;
    margin-top:30px;
}
.target .cta img{
    width: 60px;
    height:30px;
}
/*-------- Service css --------------*/
.p-left0{
    padding-left:0px;
}
.p-right0{
    padding-right:0px;
}
.m-left10 {
    margin-left: 15px;
}
.m-right10{
    margin-right: 15px;
}
.layer-opacity-b{
    position: absolute;
    top:0;    bottom:0; left: 0; right:0;
    background-color: rgba(0,0,0, 0.4);
}
.layer-opacity-w{
    position: absolute;
    top:0;    bottom:0; left: 0; right:0;
    background-color: rgba(255,255,255, 0.5);
}

.service {
    background: #f1f1f1 none repeat scroll 0 0; /**/
    position: relative;
}
.service-block{
    color:#fff;
    padding: 30px 0px;
    position:relative;
    border-radius:15px;
    background-color: #005f94;
}

.service-item-title {
    color: #fff;
    text-align:center;
    font-size: 24px;
    text-transform: uppercase;
    z-index: 999;
}
.service-item-sub {
    color: #fff;
    text-align:center;
    font-size: 16px;
    z-index: 999;
    position:relative;
    padding: 15px 10px;
    border-bottom: 1px solid #f9f9f9;
    font-weight:bold;
}
.service-item-description {
    text-align:justify;
    height: 210px;
    margin-top:30px;
    padding: 0px 20px;
}
.service-item-img {
    text-align:center;
    z-index: 999;
    position:relative;
    margin-top: 30px;
    margin-bottom: 30px;
    width:100%;
}
.service-item-img img{
    width: 100%;
    height: 200px;
    object-fit:cover;
}
.sub-description{
    text-align:center;
    margin-bottom:50px;
}

.service-cta{
    margin-top:60px;
    text-align:center;
}

.service-bg::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
}


.video-block{
    padding:0px;
    margin:30px;
}

/*-- Object css */
.service .updown{
    padding: 0px 0px 50px 0px;
    text-align:center;
}
.service .updown img{
    width: 60px;
    height:auto;
}

h2.bottom-decor-line:after{
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 40px; /* Change this to whatever width you want. */
    padding-bottom: 5px; /* This creates some space between the element and the border. */
    border-bottom: 2px solid #FCB94D; /* This creates the border. Replace black with whatever color you want. */
}

h2 {
    margin-top: 0px;
    padding-top: 0px;
}

.object-text h3{
    font-size:18px;
    color: #FCB94D;
}

.object-text ul{
    padding:0 0 0 10px;
    margin:0;
}

.border-1{
    border: 1px solid #111;
}

/*-- Advantage css */
.advantage{
    margin-bottom: 250px;
    overflow: visible;
    position:relative;
    height: 600px;
}

.advantage-bg{
    background: url(../img/gs/gamaservice-bg-2.webp) repeat fixed center center / cover;
    background-size:scroll;
}

.advantage-block{
    background: #005f94 no-repeat center center;
    padding: 50px 100px;
    text-align:center;
    border-radius: 30px;
    color:#fff;
    text-align:justify;
    margin-top: 350px;
}
.advantage-block .advantage-title{
    font-size:18px;
    font-weight:bold;
    text-transform: uppercase;
    padding-top:30px;
    color:#FCB94D;
}

.advantage-block .advantage-sub{
    font-size:16px;
    color:#fff;
}
.advantage-block .advantage-normal{
    font-size:14px;
    margin-top: 30px;
}


.advantage .rpadding-20{
    padding-right: 20px;
}
.advantage .caption{
    background-color: rgba(255,255,255,0.8);                 /*rgba(23,73,124,0.8); */
    width:100%;
    padding: 10px;
    margin-top: 60%;
    font-size:18px;
    border-radius: 5px 5px;
    color:#222;
    font-weight: 500;
}

/*-- Activity css */
.activity{
}
.activity-bg{
    background-color:#005f94;
}
.activity-type{
    margin-bottom:60px;
}

.activity-type-block{
    position:relative;
    padding: 200px 0px 50px 0px;
    text-align:center;
    border-radius: 0px;
}
.activity-type-block .text{
    color:#fff;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    position: relative;
    z-index: 999;
}

.bg-tmgd{
    background: url("../img/gs/tmgd.webp") no-repeat top left;
    background-size:cover;
}
.bg-tmct{
    background: url("../img/gs/tmct.webp") no-repeat top left;
    background-size:cover;
}
.bg-thangcuon{
    background: url("../img/gs/thangcuon.webp") no-repeat top left;
    background-size:cover;
}

.activity-top-title{
    font-size:26px;
    color:#fff;
    text-align:center;
    margin-bottom: 50px;
}
.activity-description-mobile{
    display:none;
}

.activity-description{
    padding: 20px;
    color:#fff;
    text-align:center;
}

.activity-description-title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.activity-description-sub{
    font-size: 16px;
}

.activity-description-normal{
    font-size: 16px;
    margin-top: 30px;
}

button.open-gallery{
    margin-top: 30px;
}

.item{
    position: relative;
    overflow: hidden;
}

.fancybox-caption__body{
    font-size: 18px!important;
    padding-top: 10px;
}

.procedure{
    color:#222;
}
.procedure-bg{
}
.procedure .col-md-2{
    padding-left: 5px;
    padding-right: 5px;
}

.procedure-block {
    background-color: rgba(255,255,255,0.8);
    border: 3px solid #005f94;
    border-radius: 10px;
    height: auto;
    position:relative;

}
.procedure-title{
    text-transform: uppercase;
    font-size: 14px;
    z-index:999;
    text-align:center;
    padding: 10px 0px;
    background-color: #005f94;
    color: #fff;
    width:100%;
}
.procedure-icon{
    font-size: 60px;
    text-align:center;
    padding: 40px 20px;
    margin:0px;
}
.procedure-icon img{
    height: 100px;
    width: auto;
}
.set-arrow-position{
    position: absolute;
    right: -40px;
    top: 50%;
    color: #005f94;
    width: 20px;
    height: 20px;
}

/*-- Submit css */
.contact{

}

.contact-bg{
    background-color:  #f1f1f1;

}

.contact-cta{
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 18px;
    font-weight:500;
    text-align:center;
    text-transform:uppercase
}

.contact-label{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight:500;
    text-align:center;
    text-transform:uppercase;
}

/*-- FAQ css */
.faq{

}
.faq .faq-bg{
    background-color: #ffffff;
}

.faq .title{
    text-align:center;
}

    .panel [data-toggle="collapse"]:before {
        font-family: 'FontAwesome';
        content: "\f105";
        float: right;
        padding-top: 0px;
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel [data-toggle="collapse"].collapsed:before {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #fff;
    }

.faq .question{
    background-color:  #17497C;
    color: #fff;
    padding: 15px 15px;
}

.faq .answer{
    background-color:  #f5f5f5;
    color: #b5b5b5;
    padding: 20px 60px;

}

.blog p{
    font-size:18px;
}

.blog-list-bg{
    background-color:#fff;
}
.blog-list  img.thumbnail{

}
.blog-list p{
    text-align:justify;
}
/*-- Footer css */
.footer{

}
.footer-bg{

}

.footer-left-content p{
    text-align:left;
}
.footer-right-content p{
    text-align:right;
}
.footer .footer-logo{
    height: 80px;
    width:auto;
}

.footer .footer-logo-gamas{
    height: 80px;
    width:auto;
}


.footer .footer-logo-youtube{
    height: 20px;
    width:auto;
}

.footer .footer-logo-facebook{
    height: 20px;
    width:auto;
    margin-left: 20px;
}

.footer .footer-text{
    width:auto;
    margin-top: 60px;
}


.item-icon{
    display:block;
}

.display-alert{
    display:none;
}

.footer .footer-decor{
    height: 100px;
    width:100%;
    background-color: #14406C;
}

.features .title h2 {
   margin-bottom: 50px;
    text-align: center;
}
.features .title {
    padding: 0;
}
/*----------------------------------------------------------*/
@media (max-width: 768px) {
.affix .navbar-collapse ul li a{
border-bottom: 1px solid #fff!important;
}
.navbar-default, .affix .navbar-default{
    padding: 5px 0px;
}

.navbar-default .navbar-toggle .icon-bar  {
    background-color:#fff!important;
}

.navbar-collapse ul li a{
border-bottom: 1px solid #555!important;
border-radius:0px!important;
}
.top-logo-gamas{
    display:none;
}

.header-bg-img{
    background: url(../img/gs/gamaservice-bg-1.webp) no-repeat scroll 45% center;
    background-size: auto 250px;
    height:350px;
}
p.sub-title{
    font-size: 16px!important;
    font-weight:500;
}
.header-text {
    bottom: -60px;
    background-color: #004691;
}
.header-text-display{
    display:block!important;
}

.header-text h1{
    margin-top:20px;
}

.title {
    font-size: 26px;
}

.target{
    margin-top: 50px;
}

.service{
    padding-left:0px;
    padding-right:0px;
}

.service-block{
    margin-bottom: 10px;
    padding: 15px 10px 15px 10px;
}
.service .col-xs-12{
    padding: 5px 15px 0px 15px!important;
}
.service-item-title{
    font-size:20px;
}
.p-left0{
    padding-left:5px!important;
}
.p-right0{
    padding-right:5px!important;
}
.service-item-description{
    display:none;
}
.service-item-sub {
    font-size:15px;
    padding: 5px 0px;
    margin-left: 0px;
    margin-right: 0px;

}

.service-item-img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.service-item-img img{
    height: 180px;
}
.object-block{
    margin-bottom: 20px;
}

.advantage{
    margin-bottom: 530px;
    overflow: visible;
    position:relative;
    height: 350px;
}
.advantage-bg{
    background: url(../img/gs/gamaservice-bg-2.webp) no-repeat fixed 25% center / cover;
    background-size:300%;
}
.advantage-block{
    margin-left: 6%;
    margin-right: 6%;
    padding: 0% 5% 5% 5%!important;
    margin-top: 160px;
}
.advantage-title{
    margin-top: 0px;
    padding-top: 0px;
}
.activity-bg{
    background-color:#fff;
}
.activity-type-block{
    padding-top: 100px;
    margin-bottom: 20px;
}
.mobile{
    display:block;
}
.desktop{
    display:none;
}
.activity-top-title{
    padding-bottom: 40px;
    text-align:center;
    color:#005f94;
    background-color:#fff;
}
.activity-description{
    margin-top:auto;
    text-align:center;
    background-color:#005f94;
}
.activity-description-normal{
    text-align:justify;
}
.activity-description-mobile{
    background-color:#005f94;
    display:block;
    color:#fff;
}
.activity .button-mobile{
    position:absolute;
    top: -100px;
    left: 40%;
}
.activity{
     padding-top: 0px;
     padding-bottom: 0px;
 }
.activity button.open-gallery{
    position:absolute;
    top: -80px;
    left:35%;
 }

.contact .btn-cta-big{
    padding: 40px 30px!important;
    font-size: 16px;

}
.contact-cta{
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 16px;
}
.target-text-block{
    padding-left: 10px
}
.procedure{
    padding-left: 0px;
    padding-right: 0px;
}
.procedure-block {
    margin-bottom: 15px;
}
.procedure .col-xs-6{
    padding-left: 5px;
    padding-right:5px;
}

.set-arrow-position{
    position: absolute;
    top: 210px;
    left: 48%;
    color: #d7d3de
            /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
}
.footer-left-content p{
    text-align:justify!important;
}
.footer-right-content p{
    text-align:justify!important;
}
.navbar-brand {
    height: 63px;
    padding: 12px 15px;
    display:block;
}

.owl-prev {
    left: -15px!important;
    top:25px!important;
    font-size: 16px!important;
}
.owl-next {
    right: -15px!important;
    background-color:transparent!important;
    top:25px!important;
    font-size: 16px!important;
}
.no-mobile{
    display:none!important;
}
.nmc-video{
    max-height:315px!important;
}

.magellan {
    display:none;
}

.owl-pagination{
    position:absolute;
    top: -60px!important;
    left: 25%;
}

.footer {
    padding-left: 10px;
    padding-right: 10px;
}

}
/* end mobile -------------------*/

#owl-demo .item{
    margin: 0px;
}

#owl-demo .item img{
        display: block;
        width: 100%;
        height: 675px;
        object-fit: cover;
}

.owl-theme .owl-controls .owl-page span {
    background: #869791 none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 5px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 32px;
}


.owl-item{
    height: auto!important;
}

.owl-prev {
    left: 0px;
}
.owl-next {
    right: 0px;
}
.owl-next, .owl-prev{
    position: absolute;
    top: 50%;
    background-color:transparent!important;
    border-radius:50%!important;
    color: #fff!important;
    width:45px!important;
    height:45px!important;
    padding:10px 5px 5px 5px!important;
    font-size: 18px!important;
}
.owl-pagination{
    margin-top:20px;
}
#owl-demo .owl-item img{
  display: block;
  width: 100%;
  height: auto;
  max-height: 630px;
  object-fit:cover;
  object-position: 50% 50%;
}

.nmc-img-530{
    max-height:480px!important;
    object-fit:cover;
    object-position: 50% 50%;

}
.nmc-img-300{
    height:300px!important;
    max-height:300px!important;
    object-fit:cover;
    object-position: 50% 50%;

}

.nmc-img-250{
    height:250px!important;
    max-height:250px!important;
    object-fit:cover;
    object-position: 50% 50%;

}

.nmc-img-450{
    height:450px!important;
    max-height:450px!important;
    object-fit:cover;
    object-position: 50% 50%;

}

.nmc-margin-top30{
    margin-top:30px!important;
}
.nmc-video{
    width:100%;
    height: 415px;
}

