
*{
	padding:0;
	margin:0;
}

@font-face {
    font-family: Helvetica;
    src: url("../fonts/HelveticaNeue-Regular.ttf");
}

@font-face {
    font-family: Helvetica-light;
    src: url("../fonts/HelveticaNeue-Light.ttf");
}

@font-face {
    font-family: UTM-avo;
    src: url("../fonts/UTM Avo.ttf");
}

@font-face {
    font-family: UTM-avo-bold;
    src: url("../fonts/UTM AvoBold.ttf");
}

@font-face {
    font-family: Angie;
    src: url("../fonts/SFUAngieRegular.TTF");
}
@font-face {
    font-family: Angie-bold;
    src: url("../fonts/SFUAngieBold.TTF");
}

body{
	font-family: 'Helvetica-light', 'Arial', sans-serif;
	background-color:#000;
	color:#f8f8f8;
	font-size: 18px;
}
em{
	font-size:inherit;
}
.ppp-mobile-img{
	display:none;
}
.ppp-ipad-img{
	display:none;
}
.ppp-desktop-img{
	display:block;
	}

    @media screen and (max-width: 479px){

        .ppp-mobile-img{
            display:block;
        }
        .ppp-desktop-img{
            display:none;
        }
        .ppp-ipad-img{
            display:none;
        }
    }
    @media screen and (max-width: 768px) and (min-width:480px){
        .ppp-mobile-img{
            display:block;
        }
        .ppp-ipad-img{
            display:none;
        }
        .ppp-desktop-img{
            display:none;
        }
    }
    @media screen and (max-width: 1024px) and (min-width:769px){
    
        .ppp-mobile-img{
            display:none;
        }
        .ppp-desktop-img{
            display:none;
        }
        .ppp-ipad-img{
            display:block;
        }
    }

html {
    width: 100%;
    height: 100%;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px; }

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px; }


h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 600;
}

h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    margin: 0 0 20px;

}

p.lead {
	font-weight: 600;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 24px;
	line-height: 1.5em;
  font-weight: 300;
  color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
  font-weight: 700;
}




.light {
    font-weight: 400;
}

/* --- logo --- */
.site-logo {
	margin-top: 10px;
}
.site-logo a.brand {
	color: #111;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	margin-top: 20px;
}

/* Heading Title */

.head-title {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-48%, 0%);
}

/* ------- Navigation ------------ */

.fa-1x {
    font-size: 1.8rem;
    }
.navbar-toggler.toggler-example {
    cursor: pointer;
    outline: none !important;
}

.white-text {
    color: #fff;
    }

#navigation {
	background: #000;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}

.navbar {
    margin-bottom: 0;
}

.navbar-dark {
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-toggler {
    border: none;
}

img.navbar-logo {
    
    z-index: 999;
}

img.logo-new {
    margin-left: -7%;
}

img.img-flag {
    width: 25px;
}

.navbar-flag {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

/*.navbar-dark .navbar-nav .nav-link {
    color: rgba(17, 17, 17, 0.8)
}
*/

@media only screen and (max-width: 768px){
    img.logo-new {height: 60px;}

    img.img-flag {
        width: 20px;
    }

    .navbar-dark {
        background-color: rgba(0, 0, 0, 0.4);
        
    }
}

@media only screen and (max-width: 992px) {

    .fa-1x {
        font-size: 1.4rem;
        }

    ul.navbar-nav {
        text-align: center;
        padding: 4% 0px;
    }
    
    ul.navbar-nav li {
        padding: .25rem 0px !important;
    }

    ul.navbar-nav li a {
        margin-left: 4%;
    }


    .navbar-toggler {
        margin-top: -5%;
    }

    .navbar-flag {
        margin-top: -8%;
    }
}

@media only screen and (max-width: 690px){
    .navbar-toggler {
        margin-top: -7%;
    }
}

@media only screen and (max-width: 480px){
    .navbar-toggler {
        margin-top: -10%;
    }

    .navbar-flag {
        margin-top: -12%;
    }

    img.logo-new {
        margin-left: -2%;
    }
}

@media (min-width: 993px) {

    ul.navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 2% 0px;
    }
    ul.navbar-nav li {
        padding: 0.2rem 1rem!important;
        margin-left: 1%;
    }

}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
	margin-top: 21px;
	border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar .in a {
    color: #666 !important;
}

.navbar .in a:hover {
    color: #3DC9B3 !important;
}


.bg-white {background: rgba(255, 255, 255, 0.8); position: absolute; bottom: 0; width: 100%; border-radius: 20% 40% 0 0;}
.bg-white-ipad {background: rgba(255, 255, 255, 0.8); position: absolute; bottom: 0; width: 100%; border-radius: 20% 40% 0 0;}

/* ===========================
--- Intro
============================ */

/* Background Video */
.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    /* background: url(../img/section-1.jpg) no-repeat center center/cover; */
  }
  video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    transform: translateX(0) translateY(0);
  }
  @media (max-width: 1024px) {
    video {
        transform: translateX(-20%) translateY(-10%);
      }
  }
  @media (max-width: 768px) {
    
    .bg-video-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        background: url(../img/section-1-mobile.jpg) no-repeat top center/contain;
        background-size: 99%;
        background-position: top center;
      }

    video {
        transform: translateX(0) translateY(0);
        width: 100%;
        min-height: auto;
    }
}
  .overlay {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
    background-size: 3px 3px;
    z-index: 2;
  }

/* Background Video */

.section-1 {
    position: relative;
    padding: 2% 0px 40%;
    background-image: url(../img/section-1.jpg);
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom: 7px solid #aa8d49;
}
.section-1-ipad {
    position: relative;
    padding: 15% 0px 35%;
    background-image: url(../img/section-1.jpg);
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	border-bottom: 7px solid #aa8d49;
}
.section-1-mobile {
    position: relative;
    background-color: #000;
    padding: 0 0 5%;
}

.section-2 {
    position: relative;
    padding: 6% 0px;
}

.section-2-mobile {
    position: relative;
    padding: 10% 0px;
}

.section-2-mobile h5 {
    font-size: 5.0vw;
}

.section-2-mobile h6 {
    font-size: 4.0vw;
}

.section-3 {
    position: relative;
    padding: 0px;
}

.section-3 .bg-grey {
    background-color: #353335;
}

.section-3 p {
    margin-bottom: 5px;
    font-size: 18px;
}

.section-3 h5{
    margin-bottom: 25px;
}

.section-3-mobile {
    position: relative;
    padding: 0px 0px 8%;;
}

.section-3-mobile .bg-grey {
    background-color: #353335;
}

.section-3-mobile h5 {
    font-size: 4.5vw;
    margin-bottom: 25px;
}
.section-3-mobile p {
    font-size: 4.0vw;
    margin-bottom: 5px;
}


.section-4 {
    position: relative;
    padding: 5% 0 0;
    
}
	.section-4 h6{font-size: 1.45vw; letter-spacing: 0px;}
	.section-4 h5{font-size: 2.0vw;}
	.section-4 p{line-height: 1.8;}

.section-4-ipad {
    position: relative;
}
	.section-4-ipad h6{font-size: 1.75vw; letter-spacing: 0px;}
	.section-4-ipad h5{font-size: 2.0vw;}
	.section-4-ipad p{line-height: 1.8;}

.section-4-mobile {
    position: relative;
    padding-bottom: 8%;
}

.section-4-mobile h6{
    font-size: 4.5vw;
}

.section-5 {
    position: relative;
    padding: 5% 0px;
}

.section-5-mobile {
    position: relative;
    padding: 0px 0px 10%;
}

.section-5-mobile h6{
    font-size: 4.5vw;
}

.section-6 {
    position: relative;
    padding: 7% 0px;
    background-color: #232222;
}

.section-6-mobile {
    padding: 10% 0px;
    position: relative;
    background-color: #232222;
}

.section-6-mobile h6 {
    font-size: 4.5vw;
}

.section-6-mobile p {
    font-size: 3.5vw;
}

.section-7 {
    padding: 7% 0px;
    position: relative;
    background-color: #353335;
}

.section-7-mobile {
    padding: 10% 0px;
    position: relative;
    background-color: #353335;
}

.section-7-mobile h6 {
    font-size: 4.5vw;
}

.section-7-mobile p {
    font-size: 3.5vw;
}

.section-8 {
    padding: 7% 0;
    position: relative;
}

@media screen and (max-width: 479px) {
    .section-8 {
        padding: 10% 0 7%;
    }
    .section-8 p {font-size: 3.5vw;}
}

.section-register {
    position: relative;
	padding: 5% 0px;
    background-image: url(../img/section-register.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-register-ipad {
    position: relative;
	padding: 5% 0px;
    background-image: url(../img/section-register.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-register-mobile {
	position: relative;
	padding: 10% 0 5%;
    background-image: url(../img/bg-register.png);
    background-position: bottom 5% center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.section-footer {
	background-color: #1e396e;
	padding: 30px 0px;
}

.register-top { background: #000; padding: 5px 55px; color: #fff; text-transform: uppercase; display: inline-block; font-size: 1.2rem; border-radius: 0px; border: 1.5px solid #000; cursor: pointer; font-weight: 200; width: 300px; text-align: center}
.register-top:hover, .register-top:focus { background: rgba(255,255,255, 0.5); color: #000; border: 1.5px solid #000; }

.register-top-mobile { background: #fff; padding: 4px 35px; color: #000; text-transform: uppercase; display: inline-block; font-size: 4.4vw; border-radius: 0px; border: 1.5px solid #718da5; cursor: pointer; width: 290px;}
.register-top-mobile:hover, .register-top-mobile:focus { background: rgba(255,255,255, 0); color: #fff; border: 1.5px solid #fff; }

.register-middle { background: #fff; padding: 3px 25px; color: #000; text-transform: uppercase; display: inline-block; margin: 0; font-size: 1.2rem; border-radius: 0px; border: 1px solid #fff; cursor: pointer;}
.register-middle:hover, .register-middle:focus { background: rgba(255, 255, 255, 0); color: #fff; border: 1.5px solid #fff;}

.register-middle-mobile { background: #fff; padding: 5px 25px; color: #000; text-transform: uppercase; display: inline-block; margin: 0; font-size: 4.2vw; border-radius: 0px; border: 1px solid #fff;  cursor: pointer;}
.register-middle-mobile:hover, .register-middle-mobile:focus { background: rgba(255, 255, 255, 0); color: #fff; border: 1.5px solid #fff;}

.register-bottom { background: #000; padding: 5px 45px; color: #fff; text-transform: uppercase; display: inline-block; margin: 8% 0 0; font-size: 1.2rem; border-radius: 0px; border: 1.5px solid #fff; cursor: pointer;}
.register-bottom:hover, .register-bottom:focus { background: rgba(255,255,255, 1); color: #000; border: 1.5px solid #000; }

.register-bottom-mobile { background: #000; padding: 5px 25px; color: #fff; text-transform: uppercase; display: inline-block; margin: 15% 0 0; font-size: 4.2vw; border-radius: 0px; border: 1.5px solid #fff;cursor: pointer;}
.register-bottom-mobile:hover, .register-bottom-mobile:focus { background: rgba(255,255,255, 1); color: #000; border: 1.5px solid #000;}


/* Before - After */
.before { background: url(../img/background-02.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: auto; padding: 100px 0px 100px 0px;}

.before-mobile { background: url(../img/background-02-mobile.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: auto; padding: 100px 0px 50px 0px;}

/* Menu bar */

.menu-bar{padding: 10px 5px; border-bottom: 5px solid transparent; cursor: pointer;}
.menu-bar:hover{border-bottom: 5px solid #00a8e8; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}

.menu-bar-ipad{padding: 5px 5px; border-bottom: 3px solid transparent;}
.menu-bar-ipad:hover{border-bottom: 3px solid #00a8e8; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}


.bg-btn {background-image: linear-gradient(to right, rgba(227, 200, 19, 0.94), rgba(251, 248, 238, 0.92), rgba(255, 230, 153, 0.94)); cursor: pointer;}
.bg-btn-mobile {background-image: linear-gradient(to right, rgba(227, 200, 19, 1), rgba(251, 248, 238, 0.92), rgba(255, 230, 153, 0.94)); cursor: pointer;}

.menu-bg {color: #fff; padding: 4px 15px !important; border-radius: 50px; color: #333 !important}
.menu-bg:hover {background-color: rgba(249, 200, 19, 0.8);}

.intro {
	width:100%;
	position:relative;
	padding:0;
}
.intro-inner {
	width:100%;
	position:relative;
	padding:120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* Carousel Styles */

.carousel-inner img {
    width: 100%;
    /* max-height: 650px; */
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 60%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 30px;
}



.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
  margin-left:0;
  margin-top:0;
  margin-bottom:0;
  padding-left: 0;
  width: 100%;
  height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left:0;
  padding-left: 0;
}

.carousel-indicators {
    margin: 0px;
    height: 0px;
}

    .carousel-indicators ol {
        width: 100%;
    }
    .carousel-indicators li{
        height: 10px !important;
        border-radius: 50% !important;
        width: 10px !important;
		background-color: #111;
    }
	.carousel-indicators li:active, .carousel-indicators .active{
        height: 10px !important;
        border-radius: 50% !important;
        width: 10px !important;
		background-color: #00a8e8;
    }

/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.header-text h3 span {
	color: #fff;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}

/* ===========================
--- About
============================ */




/* ===========================
--- Services
============================ */
.service-box {
	background: #fff;
	border-bottom: 2px solid #f7f7f7;
	padding: 40px 20px;
}

.service-box:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	margin-top: -20px;
}

.service-icon {
	margin-bottom: 20px;
}	

.service-desc h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
	font-size: 18px;
	margin-bottom: 10px;
}
.service-desc .divider-header {
	margin-bottom: 30px;
}

/* ===========================
--- Works
============================ */

#owl-works {

}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}	

/* ===========================
--- Contact
============================ */


.form-group {
  margin-bottom: 30px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	font-size: 14px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
  border-radius: 2px;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
}

.widget-contact {
	text-align: left;
}



/* ===========================
--- Bottom
============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}


.box-social .social-facebook a { 
	display: block;
	background: #3873ae;
}


/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.sidebar .widget ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}


.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}


.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display:inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
	border-radius: 2px;
}

form.search-form input:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

/* Footer */

footer {
padding: 25px 0px 0px;

color: rgb(201, 201, 201);
background-color: #000; }
footer p {
  font-size: 12px;
  margin: 0; }
footer ul.content {
  margin-left: 10px; }
  footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.3); }
    footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
      text-decoration: none; }
    
    footer h2.footer-title::before,
    footer h2.footer-title::after{
        display: inline-block;
        content: "";
        border-top: .1rem solid rgb(245, 245, 245);
        width: 5rem;
        margin: 0 1rem;
        transform: translateY(-8px);
    }
    
    .footer-bottom {
        background-color: #0c0c0c;
        padding: 30px 0px;
    }

    footer .chinhanh-list .chi-nhanh-list {
        width: 24.5%;
        padding: 3% 0px;
        font-size: 14px;
    }

    .chi-nhanh-list .head {
        color: #06a7e2;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        padding: 7px 0;
    }

@media (min-width: 320px){
    footer .chinhanh-list .chi-nhanh-list {
        float: none;
        display: inline-block;
        width: 49.5%;
        vertical-align: top;
    }
    footer h2 {
        font-size: 1.2rem;
    }
}

@media (min-width: 680px) {
    
    footer .chinhanh-list {
        margin-top: 35px;
    }

    footer .chinhanh-list .chi-nhanh-list {
        width: 49.5%;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    
    footer .chinhanh-list {
        margin-top: 35px;
    }

    footer .chinhanh-list .chi-nhanh-list {
        width: 24.5%;
        margin-bottom: 20px;
    }
}




/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
  color: #fff;
  background-color: #c83539;
  border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-red:active {
  background-image: none;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

/* --- progress --- */
.progress {
  height: 40px;

}
.progress-bar {
  font-size: 14px;
  line-height: 40px;
}

/* Media queries */



/* Carousel Mobile */
.carousel-mobile {
    position: absolute;
    bottom: -40px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.popup-reg {
    top: 350px;
    z-index: 100000;
    /*background: rgba(157, 162, 123, 0.6) none repeat scroll 0px 0px;*/
    color: rgb(255, 255, 255);
    right: 5px;
    padding: 2px;
    font-family: Roboto Condensed;
    position: fixed;
    font-size: 15px;
    width: 40px;
    line-height: 24px;
}

.hotline-bottom {
	position: fixed;
    min-width: 320px;
    bottom: 0;
    z-index: 998;
    width: 100%;
	background-color: #fff;
	border-top: 1px solid #09a7ee;
   
    color: #09a7ee;
	
}

.img-border {
    padding: 5px;
    border: 3px solid #718da5;
}

/* effect-shine */
h6.effect-shine, hr.effect-shine, p.effect-shine, img.effect-shine:hover, button.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

/* Image Blink */

img.blink {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.line-through {text-decoration: line-through; }
.font-12{font-size: 12px !important;}
.font-14{font-size: 14px !important;}
.font-16 p, .font-16{font-size: 16px !important;}
.font-18 p, .font-18{font-size: 18px !important;}
.font-20{font-size: 20px !important;}
.font-22{font-size: 22px !important;}
.font-24{font-size: 24px !important;}
.font-mobile{font-size: 2.5vw !important;}
.text-black{color: #000;}
.text-grey{color: #868686}
.text-blue{color: #00a8e8; font-family: 'Helvetica-light', sans-serif;}
.text-red{color: #ff0011; font-family: 'Helvetica-light', sans-serif;}
.heading-blue{color: #718da5; font-family: 'Helvetica-light', sans-serif; font-size: 3.5vw; line-height: 1.5; letter-spacing: 2px;}
.title-blue{color: #718da5; font-family: 'Helvetica-light', sans-serif; font-size: 3.8vw; line-height: 1.5; letter-spacing: 2px;}
.gradient-text{
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(-90deg, rgb(255 255 255) 0%, rgb(216 216 216) 40%, rgb(93 92 92) 80%, rgb(35 35 35) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.text-gold{color: #ab8c49;}
.font-weight-bold {font-weight: 700;}
.section-heading{margin-bottom: 50px;}
.text-space{letter-spacing: 2px;}

/* Slider */
.hr-gold{border: 0; height: 4px; background: #ab8c49; max-width: 100%;}
.hr-blue{border: 0; height: 2px; background: #718da5; max-width: 100%;}
.hr-grey{border: 0; height: 1px; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.24), rgba(241, 249, 250, 0.72), rgba(255, 255, 255, 0.24)); max-width: 250px; margin: auto;}
.hr-title{border: 0; height: 1.5px; background-image: linear-gradient(to right, rgba(177, 203, 246, 0.26), rgb(123, 162, 223), rgba(177, 203, 246, 0.26)); width: 70%; margin: auto;}
.hr-break{border: 0; height: 2.0px; background: #00a8e8; max-width: 250px; margin: auto;}

.text-neon {text-shadow: 0 0 0px #fff, 0 0 10px #eae6e6, 0 0 20px #eae6e6, 0 0 30px #eae6e6, 0 0 40px #eae6e6, 0 0 55px #eae6e6, 0 0 75px #eae6e6; letter-spacing: 2px; font-size: 3.5rem; font-weight: 600;}

.text-neon-mobile {text-shadow: 0 0 0px #fff, 0 0 10px #eae6e6, 0 0 20px #eae6e6, 0 0 30px #eae6e6, 0 0 40px #eae6e6, 0 0 55px #eae6e6, 0 0 75px #eae6e6; letter-spacing: 2px; font-size: 1.8rem; font-weight: 600;}

/* Map */
.map {position: relative;}
.dot {position: absolute;}


.padding-0{padding: 0px !important;}

.ket-qua {width:fit-content; width:-webkit-fit-content; width:-moz-fit-content; padding: 5px 10px; background-color: #00a3e4; color: #fff; margin-left: auto; margin-right: auto;}

.scrollUpButton {
  display: none;
  opacity: 0.6;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  background: #000;
  color: #fff;
  font-size: 1.2em;
  text-decoration: none;
  padding: 1px 10px;
}

.scrollUpButton:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
    .scrollUpButton {display: none !important;}
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.carousel-control-prev-icon {
    background-image: url('../img/prev-icon.png');
    width: 30px;
    height: 60px;
}

.carousel-control-prev-icon-mobile {
    background-image: url('../img/prev-icon.png');
	background-repeat: no-repeat;
	background-size:contain;
    width: 15px;
    height: 30px;
}

.carousel-control-next-icon {
    background-image: url('../img/next-icon.png');
	width: 30px;
    height: 60px;
}

.carousel-control-next-icon-mobile {
    background-image: url('../img/next-icon.png');
	background-repeat: no-repeat;
	background-size:contain;
    width: 15px;
    height: 30px;
}

.input-group-addon {padding: 13px 13px; background-color: #dbdbdb;}
label {font-size: 18px;}

@keyframes zooming-dot {
		0% {
			transform: scale(0.5);
			-o-transform: scale(0.5);
			-ms-transform: scale(0.5);
			-moz-transform: scale(0.5);
			-webkit-transform: scale(0.5);
		}
		50% {
			transform: scale(1.15);
			-o-transform: scale(1.15);
			-ms-transform: scale(1.15);
			-moz-transform: scale(1.15);
			-webkit-transform: scale(1.15);
		}
		100% {
			transform: scale(0.5);
			-o-transform: scale(0.5);
			-ms-transform: scale(0.5);
			-moz-transform: scale(0.5);
			-webkit-transform: scale(0.5);
		}
	}


.nav-link {
	display: unset !important;
}

span.sup {
    vertical-align: super;
    font-size: 50%;
}

/* Radio Image */

.input-hidden {
	position: absolute;
	left: 46%;
	z-index: 999;
	bottom: -14%;
}

.input-hidden-mobile {
	position: absolute;
	left: 40%;
	z-index: 999;
	bottom: -3%;
}


/* Stuff after this is only to make things more pretty */
input[type=radio] + label>img {
  width: 100%;
  transition: 500ms all;
  transform: scale(0.9);
	-o-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
}

input[type=radio]:hover + label>img {
  cursor: pointer;
}

input[type=radio]:checked + label>img {
  
  
  transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/* Input Icon */

input[type=text]{
    width:100%;
	border: none;
	background-color: transparent;
    border-bottom:1.5px solid #fff;
    border-radius:0px;
    margin:12px 0;
    outline:none;
    padding:10px;
    box-sizing:border-box;
    transition:.3s;
  }
  
  input[type=text]:focus{
    border-color: #4c4c4c;
    box-shadow:0 0 8px 0 #4c4c4c;
	background-color: transparent;
  }
  
  .inputWithIcon input[type=text]{
    padding-left:10%;
  }
  
  .inputWithIcon{
    position:relative;
  }
  
  .inputWithIcon i{
    position:absolute;
    left:5%;
    top:30%;
    /*padding:9px 8px;*/
    color:#fff;
    transition:.3s;
  }
  
  .inputWithIcon input[type=text]:focus + i{
    color:#fff;
  }
  
  .inputWithIcon.inputIconBg i{
    background-color:#aaa;
    color:#fff;
    padding:9px 4px;
    border-radius:4px 0 0 4px;
  }
  
  .inputWithIcon.inputIconBg input[type=text]:focus + i{
    color:#fff;
    background-color:#be0201;
  }
 
 .form-control::-webkit-input-placeholder{color:#fff;opacity:1; text-transform: uppercase;}
  .form-control:-ms-input-placeholder{color:#fff;opacity:1; text-transform: uppercase;}
  .form-control::-ms-input-placeholder{color:#fff;opacity:1; text-transform: uppercase;}
  .form-control::placeholder{color:#fff;opacity:1; text-transform: uppercase;}

.select-form {
    background-color: transparent;
    color: #fff !important;
    border: none;
    background-color: transparent;
    border-bottom: 1.5px solid #fff;
    border-radius: 0px;
    margin: 12px 0;
    outline: none !important;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

@media only screen and (max-width: 680px) {
	input[type=text]{
    width:100%;
    border: none;
	border-bottom: 1px solid #fff;
    border-radius:0px;
    margin:10px 0;
    outline:none;
    padding:10px;
    box-sizing:border-box;
    transition:.3s;
	color: #fff;
	height: 40px;
	font-size: 3.5vw !important; 
  }
  
  input[type=text]:focus{
    border-color:#4c4c4c;
    box-shadow:0 0 8px 0 #4c4c4c;
  }
  
  .inputWithIcon input[type=text]{
    padding-left:12%;
  }
  
  .inputWithIcon{
    position:relative;
  }
  
  .inputWithIcon i{
    position:absolute;
    left:5%;
    top:30%;
    /*padding:9px 8px;*/
    color:#fff;
    transition:.3s;
  }
  
  .inputWithIcon input[type=text]:focus + i{
    color:#fff;
  }
  
  .inputWithIcon.inputIconBg i{
    background-color:#aaa;
    color:#fff;
    padding:9px 4px;
    border-radius:4px 0 0 4px;
  }
  
  .inputWithIcon.inputIconBg input[type=text]:focus + i{
    color:#fff;
    background-color:#be0201;
  }
  
  .form-control::-webkit-input-placeholder{color:#fff;opacity:1; text-transform: uppercase;}
  .form-control:-ms-input-placeholder{color:#fff;opacity:1; text-transform: uppercase;}
  .form-control::-ms-input-placeholder{color:#fff;opacity:1; text-transform: uppercase;}
  .form-control::placeholder{color:#fff;opacity:1; text-transform: uppercase;}
  
  .logo-top-mobile {width: 40% !important;}
}
    span.sup {
        vertical-align: super;
        font-size: 70%;
        font-family: UTM-avo;
    }

    select.selectpicker {
        height: 50px;
        /* box-shadow: 0px 0px 4px #5b5b58; */
        /* border-radius: 50px; */
        -moz-border-radius: 50px;
        /* -webkit-border-radius: 50px; */
        cursor: pointer;
        outline: none;
        background-color: transparent;
        color: #fff !important;
        font-size: 1.2rem;
        border: none;
        border-bottom: 1.5px solid #fff;
        font-family: 'FontAwesome', 'sans-serif';

    }

	select.selectpicker option {
		color: #333;
		box-shadow: 0px 7px #333;
		font-size: 1.3rem;
        font-family: 'FontAwesome', 'sans-serif';
	}

    select.selectpicker-mobile {
        height: 40px;
        /* box-shadow: 0px 0px 4px #5b5b58; */
        /* border-radius: 50px; */
        -moz-border-radius: 50px;
        /* -webkit-border-radius: 50px; */
        cursor: pointer;
        outline: none;
        background-color: transparent;
        color: #fff !important;
        font-size: 4.0vw;
        border: none;
        border-bottom: 1.5px solid #fff;
        font-family: 'FontAwesome', 'sans-serif';
        padding-left: 0;
    }

	select.selectpicker-mobile option {
		color: #333;
		box-shadow: 0px 7px #4d4d4d;
		font-size: 4.5vw;
        font-family: 'FontAwesome', 'sans-serif';
	}
/* see more */
#more, #more1, #more2, #more3, #more4, #more5 {display: none;}

/* typerwriter */
.typewriter h1 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: .15em solid #000; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    letter-spacing: 0.1em; /* Adjust as needed */
    animation: 
      typing 3.5s steps(40, end),
      blink-caret .75s step-end infinite;
    font-size: 1.5rem;
    color: #000;
  }
  
  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color:  transparent; }
  }

/* grey scale image */
.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .vh-100 {
    height: 100vh;
  }
  
  .img-wrapper {
    display: grid;
  }
  
  .img-wrapper div {
    grid-column: 1;
    grid-row: 1;
  }
  
  
  /* CLIP-PATH STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .grayscale {
    filter: grayscale(1);
    background-color: var(--gray);
  }
  
  .colored {
    clip-path: inset(0 100% 0 0);
    transition: all 1.5s ease-in-out;
  }
  
  .colored[data-animation="to-left"] {
    clip-path: inset(0 0 0 100%);
  }
  
  .colored[data-animation="to-top"] {
    clip-path: inset(0 0 100% 0);
  }
  
  .colored[data-animation="to-bottom"] {
    clip-path: inset(100% 0 0 0);
  }
  
  .colored.is-animated {
    clip-path: inset(0);
  }
  
@media only screen and (min-width: 992px) {
  /* Grayscale image on hover */
  img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
  }
  img {

    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
  }
  img:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
  }

}

.img-filter-none {
    filter: none !important;
    -webkit-filter: none !important;
    -moz-filter: none !important;
}


.slide-newspaper {
    padding: 10px 20px; 
    border-width: 1px;
    border-style: solid;
    border-image: 
    linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.3),rgba(0, 0, 0, 0)) 100% 1;
}

.slide-element {
    padding: 40px;
    outline: none !important;
    border-left: none !important;
    border-width: 0.5px;
    border-style: solid;
    border-image: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0),  rgba(255, 255, 255, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) 1 100%;
}
@media only screen and (max-width: 768px) {

    .slide-newspaper {
        padding: 10px; 
        border-width: 1px;
        border-style: solid;
        border-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.3),rgba(0, 0, 0, 0)) 100% 1;
    }

    .slide-element {
        padding: 10px 20px;
        outline: none !important;
        border-left: none !important;
        border-width: 0.2px;
        border-style: solid;
        border-image: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0)) 1 100%;
    } 
}
/*
.slick-current {
    border: transparent;
}

[data-slick-index="-1"] {
    border: none !important;
}
*/
[data-slick-index="9"] {
    display: none !important;
}

