
*{
	padding:0;
	margin:0;
}

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

@font-face {
    font-family: Gotham;
    src: url("../fonts/SVN-Gotham-Book.otf");
}

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

body{
	font-family: 'Gotham', 'Arial', sans-serif;
	background-color:#fefefe;
	color:#000;
	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: 'Gotham', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 0; }

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: #000;
    -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;
    color: #333;
}

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;
}


/* ------- 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(255, 255, 255, 0.3);
    box-shadow: 0px 0px 5px #ccc;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-dark .navbar-nav .active>.nav-link {color: #000;}
.navbar-dark .navbar-nav .nav-link:hover {color: #555;}
.navbar-dark .navbar-nav .nav-link {color: #333;}

.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;
}

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

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

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

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

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

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

    .navbar-dark {
        
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

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

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

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

@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: 120%;
    min-height: 100vh;
    z-index: 1;
    transform: translateX(0) translateY(-20%);
  }
  @media (max-width: 1024px) {
    video {
        transform: translateX(-5%) translateY(-20%);
        min-width: 100%;
      }
  }
  @media (max-width: 768px) {
    
    .bg-video-wrap {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
        /*background: url(../img/section-1-mobile.jpg) no-repeat center center/cover;*/
      }

    video {
        transform: translateX(0) translateY(0);
        width: auto;
        height: 105vh;
    }
}
  .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;
    overflow: hidden;
    height: auto;
}

.section-1 h1{
    font-size: 4.5rem;
    text-shadow: 1px 0px 0px #000;
    letter-spacing: 1.5px;
}

.section-1 h3{
    font-size: 3.3rem;
    
    letter-spacing: 1px;
}
.section-1 h6{
    font-size: 1.9rem;
}

.section-1 .scrolldown {
    position: absolute;
    bottom: 6%;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1600px){
    .section-1 h1{
        font-size: 4rem;
    }
}

@media screen and (min-width: 1024px){
    .section-1 {
        height: 105vh;
    }
}

@media screen and (max-width: 1024px){
    .section-1 h1{
        font-size: 3rem;
        text-shadow: 1px 0px 0px #000;
        letter-spacing: 1.5px;
    }
    
    .section-1 h3{
        font-size: 2.3rem;
        
        letter-spacing: 1px;
    }
    .section-1 h6{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 768px){
    .section-1 h1 {font-size: 2.0rem;}
    .section-1 h3 {font-size: 1.5rem;}
    .section-1 h6{
        font-size: 1.3rem;
    }
}

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

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

.section-2-mobile h5 {
    font-size: 1.3rem;
}

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

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

    @media screen and (max-width: 768px){
        .section-3 p {font-size: 16px;}
    }

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

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

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

.section-4 .bg-grey {
    background-color: #f3f3f5;
}

.section-4 p {
    margin-bottom: 5px;
    font-size: 1.0rem;
}

.section-4 p em {
    font-size: 0.9rem;
}

.section-4 h5{
    font-size: 1.3rem;
    margin-bottom: 25px;
    line-height: 1.5;
}

.section-4 h6{
    font-size: 1.1rem;
    line-height: 1.4;
}

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

.section-4-mobile .bg-grey {
    background-color: #f3f3f5;
}

@media screen and (max-width: 1024px){
    .section-4 p {
        margin-bottom: 5px;
        font-size: 14px;
    }
    
    .section-4 h5{
        font-size: 1.1rem;
        line-height: 1.3;
    }
    
    .section-4 h6{
        font-size: 1.1rem;
        line-height: 1.4;
    }
}

.section-4-mobile h5 {
    font-size: 1.2rem;
    margin-bottom: 25px;
}
.section-4-mobile p {
    font-size: 0.9rem;
    margin-bottom: 5px;
}

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

.section-5 .col-md-4 p {font-size: 0.9rem;}

.section-5 .founder p.info-founder {
    position: absolute;
    bottom: 40%;
    width: 50%;
    font-size: 0.7rem;
    left: 3%;
    margin-bottom: 0px;
}

@media screen and (min-width: 768px){
.section-5 .col-md-4:nth-child(2), .col-md-4:nth-child(5) {
    height: 150px;
    border-width: 0.5px;
    border-style: solid;
    border-image: linear-gradient(to bottom, rgba(0, 0, 0, 0),rgb(29, 29, 29, 1), rgba(0, 0, 0, 0)) 1 100%;
  }
}


.section-5-mobile .col-md-4 {
    border-width: 1px;
    border-style: solid;
    border-image: 
    linear-gradient(to right, rgba(0, 0, 0, 0), rgba(1, 1, 1, 0.3),rgba(0, 0, 0, 0)) 100% 1;
}

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

.section-5-mobile h5{
    font-size: 1.2rem;
}

.section-5-mobile p {
    font-size: 0.8rem;
    margin-bottom: 0px;
}


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

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

.section-6-mobile h6 {
    font-size: 1.2rem;
}

.section-6-mobile p {
    font-size: 0.9rem;
}


.section-register {
    position: relative;
	padding: 5% 0px 2%;
    background-color: #ebebeb;
    background-image:url('../img/foo-bg-ppp.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.section-register h4 {font-size: 1.5rem;}
.section-register h2 {font-size: 2.4rem; color: #000;}
.section-register p {font-size: 0.9rem;}

    .section-register .footer-info {
        width: 95%;
        margin: auto;
        display: flex;
        flex-direction: row-reverse;
    }
    .section-register .footer-info .footer-left {
        width: 45%;
        padding: 20px;
        margin: auto;
    }

    .section-register .footer-info .footer-right {
        width: 45%;
        padding: 0;
        margin: auto;
    }

    .footer-right .chinhanh-list {
        color: #bbb;
        margin-top: 60px;
    }

    .footer-right .logo-footer img{
        width: 320px;
    }

    .footer-right .chinhanh-list .chi-nhanh-list {
        width: 33%;
        font-size: 11px;
        text-align: center;
    }
        .chi-nhanh-list .head {font-size: 12px;}

    .footer-right ul {list-style-type: none;}

    .copyright {
        color: #333;
        margin-top: 50px;
    }
    .copyright p{
        font-size: 10px;
        margin: 0;
    }

   
    @media screen and (max-width: 1024px){
        .section-register .footer-info .footer-left {
            width: 50%;
            padding: 10px;
            margin: auto;
        }
    
        .section-register .footer-info .footer-right {
            width: 40%;
            padding: 0;
            margin: auto;
        }

        .footer-right .chinhanh-list .chi-nhanh-list {
            width: 33%;
            font-size: 9px;
            text-align: center;
        }

        .copyright p{
            font-size: 9px;
            margin: 0;
        }
    }

    @media screen and (max-width: 768px){
        .section-register h4 {font-size: 1.1rem;}
        .section-register h2 {font-size: 1.7rem;}
        .section-register p {font-size: 0.8rem;}


        .section-register .footer-info {
            flex-direction: column-reverse;
        }

        .section-register .footer-info .footer-left {
            width: 100%;
            padding: 10px;
            margin: auto;
        }
    
        .section-register .footer-info .footer-right {
            width: 90%;
            padding: 0;
            margin: auto;
        }

        .footer-right .logo-footer img{
            width: 200px;
        }
        .footer-right .chinhanh-list {
            margin-top: 40px;
        }

        .footer-right .chinhanh-list .chi-nhanh-list {
            width: 100%;
            font-size: 12px;
            text-align: center;
            margin: auto;
        }
            .chi-nhanh-list .head {font-size: 13px;}

        .copyright {
            
            margin-top: 40px;
        }
        .copyright p{
            font-size: 9px;
            margin: 0;
        }

        button.register-bottom {margin-top: 50px;}

        .section-register {
            position: relative;
            padding: 10% 0px;
            background-color: #ebebeb;
            background-image:url('../img/foo-bg-ppp.jpg');
            background-repeat: no-repeat;
            background-size: 200%;
            background-position: top 35% center;
        }
    }


.register-top { background: #000; padding: 5px 35px; 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 30px; color: #333; text-transform: uppercase; display: inline-block; font-size: 1.2rem; border-radius: 0px; border: 1.5px solid #718da5; cursor: pointer; width: 290px;}
.register-top-mobile:hover, .register-top-mobile:focus { background: rgba(0, 0, 0, 1); color: #000; border: 1.5px solid #000; }

.register-middle { background: #000; padding: 3px 25px; color: #fff; 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: #f3f3f5; color: #000; border: 1px solid #000}

.register-middle-mobile { background: #fff; padding: 3px 25px; color: #000; text-transform: uppercase; display: inline-block; margin: 0; font-size: 4.5vw; 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; }

.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 #333; cursor: pointer;}
.register-bottom:hover, .register-bottom:focus { background: rgba(255,255,255, 1); color: #000; border: 1.5px solid #333; }

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


/* 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
============================ */

.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';
	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 {
    
    color: rgb(255, 255, 255, 0.8);
}
footer p {
  font-size: 12px;
  margin: 0; }
footer ul.content {
  margin-left: 10px;
  list-style: none;
}
  footer ul li a {
    
    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: 12px;
        text-align: center;
    }

    .chi-nhanh-list .head {
        color: #fff;
        text-transform: uppercase;
        
        position: relative;
        padding: 7px 0;
    }

footer ul.icon-social {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

footer ul.icon-social i {
    color: #fff;
}

footer ul.icon-social li {
    display: inline;
    margin-right: 15px;
}

footer .chinhanh-list {
    margin-top: 35px;
}

@media (min-width: 320px){
    footer .chinhanh-list .chi-nhanh-list {
        margin: auto;
        display: inline-block;
        width: 90%;
        vertical-align: top;
    }
    footer h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 680px) {

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

@media (min-width: 769px) {

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

    footer {
        background-size: 80%;
    }
}


/* --- 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;
    }
}

.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-grey{color: #868686}
.text-blue{color: #718da5; 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-black{border: 0; height: 2.5px; background: #333; max-width: 110px; margin: 2.0rem auto;}
.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(1, 1, 1, 0.24), rgba(3, 3, 3, 0.72), rgba(1, 1, 1, 0.24)); max-width: 250px; margin: auto;}
.hr-white{border: 0; height: 1px; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 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], input[type=email]{
    width:100%;
	border: none;
	background-color: transparent;
    border-bottom:1.5px solid #333;
    border-radius:0px;
    margin:12px 0;
    outline:none;
    padding:10px;
    box-sizing:border-box;
    transition:.3s;
    color: #000;
  }
  
  input[type=text]:focus, input[type=email]:focus{
    border-color: #4c4c4c;
    box-shadow:0 0 8px 0 #4c4c4c;
	background-color: transparent;
  }
  
  .inputWithIcon input[type=text], .inputWithIcon input[type=email]{
    padding-left:10%;
    color: #333;
  }
  
  .inputWithIcon{
    position:relative;
  }
  
  .inputWithIcon i{
    position:absolute;
    left:5%;
    top:30%;
    /*padding:9px 8px;*/
    color:#000;
    transition:.3s;
  }
  
  .inputWithIcon input[type=text]:focus + i{
    color:#000;
  }
  
  .inputWithIcon.inputIconBg i{
    background-color:#aaa;
    color:#000;
    padding:9px 4px;
    border-radius:4px 0 0 4px;
  }
  
  .inputWithIcon.inputIconBg input[type=text]:focus + i{
    color:#000;
    background-color:#be0201;
  }
 
  .form-control::-webkit-input-placeholder{color:#000;opacity:1; text-transform: uppercase;}
  .form-control:-ms-input-placeholder{color:#000;opacity:1; text-transform: uppercase;}
  .form-control::-ms-input-placeholder{color:#000;opacity:1; text-transform: uppercase;}
  .form-control::placeholder{color:#000;opacity:1; text-transform: uppercase;}
 
@media only screen and (max-width: 680px) {
	input[type=text], input[type=email]{
    width:100%;
    border: none;
	border-bottom: 1px solid #333;
    border-radius:0px;
    margin:10px 0;
    outline:none;
    padding:10px;
    box-sizing:border-box;
    transition:.3s;
	color: #000;
	height: 40px;
	font-size: 3.5vw !important; 
  }
  
  input[type=text]:focus, input[type=email]:focus{
    border-color:#4c4c4c;
    box-shadow:0 0 8px 0 #4c4c4c;
  }
  
  .inputWithIcon input[type=text], .inputWithIcon input[type=email]{
    padding-left:12%;
  }
  
  .inputWithIcon{
    position:relative;
  }
  
  .inputWithIcon i{
    position:absolute;
    left:5%;
    top:30%;
    /*padding:9px 8px;*/
    color:#000;
    transition:.3s;
  }
  
  .inputWithIcon input[type=text]:focus + i{
    color:#000;
  }
  
  .inputWithIcon.inputIconBg i{
    background-color:#aaa;
    color:#000;
    padding:9px 4px;
    border-radius:4px 0 0 4px;
  }
  
  .inputWithIcon.inputIconBg input[type=text]:focus + i{
    color:#000;
    background-color:#be0201;
  }
  
  .form-control::-webkit-input-placeholder{color:#000;opacity:1; text-transform: uppercase;}
  .form-control:-ms-input-placeholder{color:#000;opacity:1; text-transform: uppercase;}
  .form-control::-ms-input-placeholder{color:#000;opacity:1; text-transform: uppercase;}
  .form-control::placeholder{color:#000;opacity:1; text-transform: uppercase;}
  
  .logo-top-mobile {width: 40% !important;}
}
    span.sup {
        vertical-align: super;
        font-size: 70%;
        font-family: Helvetica, Arial, sans-serif;
    }

    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: #000 !important;
        font-size: 1.1rem;
        border: none;
        border-bottom: 1.5px solid #000;

    }

	select.selectpicker option {
		color: #333;
		box-shadow: 0px 7px #333;
		font-size: 1.2rem;
	}

    
	@media only screen and (max-width: 768px) {
        select.selectpicker {
            font-size: 1.0rem;
            border: none;
            border-bottom: 1.5px solid #000; 
        }
    
        select.selectpicker option {
           font-size: 1.0rem;
        }
    }


    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: #000 !important;
        font-size: 1.0rem;
        border: none;
        border-bottom: 1.5px solid #000;
        font-family: 'FontAwesome', 'sans-serif';
        padding-left: 0;
    }

	select.selectpicker-mobile option {
		color: #333;
		box-shadow: 0px 7px #4d4d4d;
		font-size: 1.2rem;
        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.6rem;
    color: #fff;
  }
  
  /* 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);
  }

  img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
  }

/*

@media only screen and (min-width: 992px) {
  /* Grayscale image on hover 
  
  
  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(1, 1, 1, 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(1, 1, 1, 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(1, 1, 1, 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(1, 1, 1, 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;
}

