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

*{
	padding:0;
	margin:0;
}


body {
  font-family:  Lexend;
	background-color:#ffffff;
	color:#333;
	font-size: 16px;
	/* background: url("../img/background.jpg") center center; */
}

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 {
    margin: 0 0 30px;
    font-family: 'Lexend', sans-serif;
    font-weight: 400;
	color: #111;
}

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

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

@media(min-width:768px) and (max-width:1024px){

	p{
		font-size: 1.5vw;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	
	.salary {
	border: 1.5px solid #01a7e1;
	border-radius: 15px;
	padding: 2px 15px;
	display: inline-block;
	margin: 0px;
	font-size: 3.0vw;
	line-height: 1.1;
	letter-spacing: 1px;
	color: #01a7e1;
	font-family: 'Lexend', 'Helvetica', sans-serif;
	display: none;
	}
	
	
	/* Hotline Register */
	.hotline {
		padding: 1.5% 2%;
		background-color: #09a6e0;
	}
		
	.hotline-number {
		width: 80% !important;
		padding: 1.5% 1.5% 1.5% 2% !important;
		font-size: 2.0vw !important;
	}
}

@media(min-width:1025px){

	p{
		font-size: 1rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	
	.salary {
	border: 1.5px solid #01a7e1;
	border-radius: 15px;
	padding: 2px 15px;
	display: inline-block;
	margin: 0px;
	font-size: 2.5vw;
	line-height: 1.1;
	letter-spacing: 1px;
	color: #01a7e1;
	font-family: 'Lexend', 'Helvetica', sans-serif;
	display: none;
	}
	
}


@media(max-width:767px){

	p{
		font-size: 3.6vw;
		line-height: 1.3;
		margin-bottom: 15px;
		text-align: justify;
	}
	
	.salary {
	border: 1px solid #01a7e1;
	border-radius: 15px;
	padding: 2px 10px;
	display: inline-block;
	margin: 0px;
	font-size: 2.7vw;
	line-height: 1.1;
	letter-spacing: 0.5px;
	color: #01a7e1;
	font-family: 'Lexend', 'Helvetica', sans-serif;
	display: none;
	}
	
	h2 {
		font-size: 8.0vw !important;
	}
	
	h3 {
		font-size: 5.0vw !important;
	}
	
	
	.hotline {
		padding: 0.2% 1.5%;
		background-color: #09a6e0;
	}
	.hotline-number {
		width: 80% !important;
		padding: 2% 2% 2% 4% !important;
		font-size: 4.2vw !important;
		letter-spacing: 1px;
	}

  ul li {font-size: 16px;}
}

.ppp-desktop-img h1 span.icon::before {
	background: url(../img/icon-dot.png) center center;
    background-repeat: no-repeat;
    padding: 45px;
    position: absolute;
    bottom: -40%;
    left: -12%;
    content: "";
    background-size: 100%;
}

.ppp-ipad-img h1 span.icon::before {
	background: url(../img/icon-dot.png) center center;
    background-repeat: no-repeat;
    padding: 30px;
    position: absolute;
    bottom: -30%;
    left: -12%;
    content: "";
    background-size: 80%;
}

.ppp-mobile-img h1 span.icon::before {
	background: url(../img/icon-dot.png) center center;
    background-repeat: no-repeat;
    padding: 35px;
    position: absolute;
    bottom: -35%;
    left: -10%;
    content: "";
    background-size: 100%;
}

span.price {
	padding: 4px 45px;
	background-color: #69d0f1;
	color: #fff;
	border-radius: 30px;
	font-weight: 700;
	letter-spacing: 1.5px;
}

.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 {
  color: #666;
    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;
}

.mt-6 {
    margin-top: 4rem!important;
}

.mb-6 {
    margin-bottom: 4rem!important;
}

.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 ------------ */
#navigation {
	background: #fff;
	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-brand {
    font-weight: 700;
}


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

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

/* misc */
hr {
  margin-top: 10px;
}

hr.bold {
  border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 150px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}


.section-heading h2 {
	font-size: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #111;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f9f9f9;
}


.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}


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

.section-1 {
    /* position: relative; */
    padding: 1% 0 5%;
    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;
}
.section-1-ipad {
    /* position: relative; */
    padding: 7% 0px;
    background-image: url(../img/section-1.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.section-1-mobile {
    /* position: relative; */
    padding: 10% 0px 10%;
    background-image: url(../img/section-1-mobile.jpg);
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-2 {
    position: relative;
    padding: 12% 0px 0px;
    background-color: #f7f7f7;
}

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

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

.section-3-mobile {
    position: relative;
    padding: 0px 0px 5%;
    background-color: #fff;
}

.section-register {
	position: relative;
  padding: 2% 0px 5%;
  background-image: url(../img/foo-bg-ppp.jpg);
	border-bottom: 7px solid #000;	

}

.section-register h2 {
  font-size: 2rem;
}

@media screen and (max-width: 560px) {
  .section-register h2 {
    font-size: 1.2rem !important;
  }
}


.section-thankyou {
	/* position: relative; */
    padding: 1% 0px 6%;
    background-image: url(../img/confirm.jpg);
    background-position: left 10% center;
	background-repeat: no-repeat;
    -webkit-background-size: 40%;
    -moz-background-size: 40%;
    -o-background-size: 40%;
	background-size: 40%

}

.section-thankyou-ipad {
	/* position: relative; */
    padding: 0px 0px 14%;
    background-image: url(../img/confirm.jpg);
    background-position: left 10% center;
	background-repeat: no-repeat;
    -webkit-background-size: 44%;
    -moz-background-size: 44%;
    -o-background-size: 44%;
	background-size: 44%

}

.slick-slide {
      transition: all ease-in-out .3s;
      opacity: 0;
	  display: none;
    }
		.slick-slide p {opacity: 0;}
    
    .slick-active {
		opacity: .5;
		moz-transform: scale(0.7);
		-ms-transform: scale(0.7);
		-o-transform: scale(0.7);
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
    }
		.slick-active p {opacity: 0;}

    .slick-current {
		opacity: 1;
		-moz-transform: scale(1.08);
		-ms-transform: scale(1.08);
		-o-transform: scale(1.08);
		-webkit-transform: scale(1.08);
		opacity: 1;
		transform: scale(1.08);
    }
		.slick-current p {opacity: 1; font-size: 16px;}

.register-btn { background: rgba(255, 255, 255, 1); padding: 16px 40px; color: #111; text-transform: uppercase; display: inline-block; margin: 20px 0 0; font-weight: bold; border: 2px solid #00a8e8; border-radius: 20px; font-size: 1.2rem;}
.register-btn:hover, .register-btn:focus { background: rgba(0, 168, 232, 0.77); color: #fff; border: 2px solid #fff;}

.register-btn-ipad { background: rgba(36, 121, 255, 1); padding: 12px 40px; color: #fff; text-transform: uppercase; display: inline-block; margin: 20px 0 0; font-weight: bold; border: none;}
.register-btn-ipad:hover, .register-btn:focus { background: rgba(36, 121, 255, 0.6); color: #fff; }

.register-btn-mobile { background: rgba(0, 0, 0, 1); padding: 10px 15px; color: #fff; text-transform: uppercase; display: inline-block; font-weight: bold; border: none; font-size: 1.2rem; border-radius: 10px;}
.register-btn-mobile:hover, .register-btn:focus { background: rgba(0, 0, 0, 0.6); color: #fff;}

.register-top {background: #fff; padding: 5px 30px; color: #000; text-transform: uppercase; display: inline-block; margin: 25px 0 0; font-size: 1.3rem; border-radius: 50px; font-family: 'Lexend', 'Helvetica', sans-serif; letter-spacing: 1px; border: 1px solid #000; cursor: pointer; outline: none;}

.register-top:hover, .register-top:focus { color: #fff; background-color: #000; border: 1px solid #000}

.register-top-ipad {background: rgba(153,113,52,1);
background: -moz-linear-gradient(left, rgba(153,113,52,1) 0%, rgba(201,166,84,1) 50%, rgba(212,181,91,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(153,113,52,1)), color-stop(50%, rgba(201,166,84,1)), color-stop(100%, rgba(212,181,91,1)));
background: -webkit-linear-gradient(left, rgba(153,113,52,1) 0%, rgba(201,166,84,1) 50%, rgba(212,181,91,1) 100%);
background: -o-linear-gradient(left, rgba(153,113,52,1) 0%, rgba(201,166,84,1) 50%, rgba(212,181,91,1) 100%);
background: -ms-linear-gradient(left, rgba(153,113,52,1) 0%, rgba(201,166,84,1) 50%, rgba(212,181,91,1) 100%);
background: linear-gradient(to right, rgba(153,113,52,1) 0%, rgba(201,166,84,1) 50%, rgba(212,181,91,1) 100%); padding: 6px 17px; color: #fff; text-transform: uppercase; display: inline-block; margin: 25px 0 0; font-size: 0.8rem; border-radius: 50px;}

.register-top-ipad:hover, .register-top-ipad:focus { background: rgba(212,181,91,1);
background: -moz-linear-gradient(left, rgba(212,181,91,1) 0%, rgba(205,170,86,0.92) 51%, rgba(158,118,56,0.85) 99%, rgba(158,118,56,0.85) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,181,91,1)), color-stop(51%, rgba(205,170,86,0.92)), color-stop(99%, rgba(158,118,56,0.85)), color-stop(100%, rgba(158,118,56,0.85)));
background: -webkit-linear-gradient(left, rgba(212,181,91,1) 0%, rgba(205,170,86,0.92) 51%, rgba(158,118,56,0.85) 99%, rgba(158,118,56,0.85) 100%);
background: -o-linear-gradient(left, rgba(212,181,91,1) 0%, rgba(205,170,86,0.92) 51%, rgba(158,118,56,0.85) 99%, rgba(158,118,56,0.85) 100%);
background: -ms-linear-gradient(left, rgba(212,181,91,1) 0%, rgba(205,170,86,0.92) 51%, rgba(158,118,56,0.85) 99%, rgba(158,118,56,0.85) 100%);
background: linear-gradient(to right, rgba(212,181,91,1) 0%, rgba(205,170,86,0.92) 51%, rgba(158,118,56,0.85) 99%, rgba(158,118,56,0.85) 100%); color: #fff; }

.register-top-mobile { background: #fff; padding: 5px 20px; color: #000; text-transform: uppercase; display: inline-block; margin: 25px 0 0; font-size: 4.0vw; border-radius: 50px; font-family: 'Lexend', 'Helvetica', sans-serif; letter-spacing: 1px; border: 1px solid #fff; cursor: pointer; outline: none;}

.register-top-mobile:hover, .register-top-mobile:focus { color: #fff; background-color: #000; border: 1px solid #000}

.register-bottom { background: #000; padding: 3px 20px; color: #fff; text-transform: uppercase; display: inline-block; margin: 25px 0 0; font-size: 1.1rem; border-radius: 50px; font-family: 'Lexend', 'Helvetica', sans-serif; letter-spacing: 1px; border: 1px solid #000; cursor: pointer; outline: none;}
.register-bottom:hover, .register-bottom:focus { color: #000; background-color: #fff; }

.register-bottom-mobile { background: #000; padding: 3px 20px; color: #fff; text-transform: uppercase; display: inline-block; margin: 20px 0 0; font-size: 3.0vw; border-radius: 50px; font-family: 'Lexend', 'Helvetica', sans-serif; letter-spacing: 1px; border: 1px solid #000; cursor: pointer; outline: none;}
.register-bottom-mobile:hover, .register-bottom-mobile:focus { color: #000; background-color: #fff;}


/* ===========================
--- 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: 15px;
}

.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 .copyright {
	color: #f8f8f8;
	font-size: 14px;
}

footer a.totop {
	color: #fff;
	margin-bottom: 30px;
}
footer a.totop:focus {
	outline: 0;
}


  @media screen and (max-width: 479px) {
    footer .sticky-img { 
      width: 8px;
    }
  }

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

.close-popup {
    /* float: right; */
    font-size: 45px;
    font-weight: 700;
    line-height: auto;
    color: #9a7336;
    text-shadow: 0 1px 0 #fff;
    /* opacity: .7; */
    position: absolute;
    right: 3px;
    top: -20px;
    background: transparent;
    border: none;
	outline: none;
	transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    -ms-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
}

.close-popup:hover {
	transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	outline: none;
}

.hotline-bottom {
	position: fixed;
    min-width: 320px;
    bottom: 0;
    z-index: 998;
    width: 100%;
	background-color: #232637;
    padding: 15px 0;
    color: white;
}

.ppp-desktop-img #sect1 {background-color: #333; padding: 2% 13%;}
.ppp-ipad-img #sect1 {background-color: #333; padding: 3% 11%;}

.ppp-desktop-img #sect1 p::before{
	background: url(../img/icon-nhay-kep-1.png) center center;
    background-repeat: no-repeat;
    padding: 18px;
    position: absolute;
    top: 20%;
    left: 12%;
    content: "";
    background-size: 100%;
}

.ppp-desktop-img #sect1 p::after{
	background: url(../img/icon-nhay-kep-2.png) center center;
    background-repeat: no-repeat;
    padding: 18px;
    position: absolute;
    bottom: 32%;
    right: 12%;
    content: "";
    background-size: 100%;
}

.ppp-ipad-img #sect1 p::before{
	background: url(../img/icon-nhay-kep-1.png) center center;
    background-repeat: no-repeat;
    padding: 15px;
    position: absolute;
    top: 20%;
    left: 8%;
    content: "";
    background-size: 100%;
}

.ppp-ipad-img #sect1 p::after{
	background: url(../img/icon-nhay-kep-2.png) center center;
    background-repeat: no-repeat;
    padding: 15px;
    position: absolute;
    bottom: 32%;
    right: 8%;
    content: "";
    background-size: 100%;
}

.ppp-desktop-img #sect1 p{
	font-size: 1.3vw;
	color: #fff;
	text-align: center;
}
.ppp-ipad-img #sect1 p{
	font-size: 1.5vw;
	color: #fff;
	text-align: center;
}

/* 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-14{font-size: 14px;}
.font-16{font-size: 16px;}
.font-20{font-size: 20px;}
.font-22{font-size: 22px;}
.font-24{font-size: 1.5vw;}
.text-blue{color: #01a7e1;}
.text-black{color: #000;}
.text-blue-1{color: #296ef1;}
.text-gold{color: #d4b55b;}
.section-heading{margin-bottom: 50px;}
.text-space{letter-spacing: 2px;}

/* Slider */
.hr-grey{border: 0; height: 0.8px; background-color: #fff; max-width: 70%; margin: auto;}
.hr-title{border: 0; height: 1.5px; background-color: #333; width: 100%; margin: auto; max-width: 100%;}
.hr-title-pc{border: 0; height: 4px; background-image: linear-gradient(to right, rgba(244, 196, 19, 0.9), rgb(244, 196, 19), rgba(244, 196, 19, 0.9)); max-width: 60%; 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: 2.5rem; }

.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: 1px; font-size: 1.5rem;}

/* Map */
.map {position: relative;}
.dot {position: absolute;}
.dot img{
	animation: zooming-dot 2.5s infinite;
    -o-animation: zooming-dot 2.5s infinite;
    -ms-animation: zooming-dot 2.5s infinite;
    -moz-animation: zooming-dot 2.5s infinite;
    -webkit-animation: zooming-dot 2.5s infinite;
    transition: all 0.2s cubic-bezier(0, 0.73, 0.47, 1);
    -o-transition: all 0.2s cubic-bezier(0, 0.73, 0.47, 1);
    -ms-transition: all 0.2s cubic-bezier(0, 0.73, 0.47, 1);
    -moz-transition: all 0.2s cubic-bezier(0, 0.73, 0.47, 1);
    -webkit-transition: all 0.2s cubic-bezier(0, 0.73, 0.47, 1);}
	
.dot-hn{width:auto;top: 10%;left:40%;}
.dot-hn-mobile{width:auto;top: 10%;left:40%;}
.dot-dn{width:auto;top: 50%;right:3%;}
.dot-dn-mobile{width:auto;top: 51%;left:84%;}
.dot-hcm{width:auto;bottom: 15%;right:23%;}
.dot-hcm-mobile{width:auto;bottom: 15%;left:63%;}
.dot-ct{width:auto;bottom: 8%;right: 38%;}
.dot-ct-mobile{width:auto;bottom: 8%;left: 47%;}

.mask {position : relative;}
.mask-info {position: absolute; right: 0; top: 20%;}
.mask-info-ipad {position: absolute; right: 0; top: 10%;}

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

.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: 25%;
    height: 25%;
}

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

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

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

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

	/* Button */

[class^="btn-"] {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 15px 20px;
    border-radius: 50px;
    max-width: 290px;
    margin: 1rem auto;
    /* text-transform: uppercase; */
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    font-weight: bold;
    color: #ea9701;
}

	
.btn-0:after {
  color: #244904;
  
}
.btn-0:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../img/triangle-green.png');
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
		   box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
	border-radius: 50px;
}
.btn-0:hover {
  color: #ea9701;

}
.btn-0:hover:before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}


/*
.modal-body {
	position: relative;
    background-image: url(../img/section-clinic.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

*/

/** Falling Leaf **/
.falling-leaves {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-size: cover;
  overflow: hidden;
}

.leaf-scene {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.leaf-scene div {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../img/leaf.png') no-repeat;
  background-size: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

@media(min-width:576px){
	.modal-dialog{
		max-width:600px;
		margin:30px auto
	}
	.modal-sm{
		max-width:300px}
}
@media (min-width:992px){
	.modal-lg{
		max-width:900px
		}
}

.modal-content {background-color: transparent;}

.modal-header {
	background-image: linear-gradient(to right, rgba(98, 129, 26, 1), rgba(112, 144, 33, 1), rgba(140, 176, 44, 1), rgba(155, 192, 50, 1), rgba(166, 204, 56, 1));
	color: #fff;
	text-shadow: 1px 2px #5b5b58;
	border-top-left-radius: 1.0rem;
    border-top-right-radius: 1.0rem;
}

.modal-body {
	background-color: #fff;
	border-bottom-left-radius: 1.0rem;
    border-bottom-right-radius: 1.0rem;
}

.modal-open .modal, a:focus{ outline:none!important; }

/* Typing text animation */

p.type{
  color: #522306; 
  font-family: inherit;
  font-size: 18px;
  margin: 10px 0 0 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  animation: type 4s steps(60, end); 
}

p.type:nth-child(2){
  animation: type2 8s steps(60, end);
}

p.type a{
  color: #522306;
  text-decoration: none;
}

span.type{
  animation: blink 1s infinite;
}

@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

@keyframes blink{
  to{opacity: .0;}
}

.text-line-through {
  display: table;
  white-space: nowrap;
}
.text-line-through:before,
.text-line-through:after {
  border-top: 1px solid #6a7c5e;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.7em;
  width: 50%;
}
.text-line-through:before {
  right: 1.5%;
}
.text-line-through:after {
  left: 1.5%;
}

@media(max-width:767px){
	.text-line-through:before {
		border-top: 1px solid #6a7c5e;
		content: "";
		display: table-cell;
		position: relative;
		top: 0.9em;
		width: 97%;
		right: 3.5%;
	}
	.text-line-through:after {
		border: none;
	}
	
	input[type=text]{
    width:100%;
    border: none;
	border-bottom: 1px solid #9a9a9a;
    border-radius:0px;
    margin: 1% 0 !important;
    outline:none;
    padding: 2% !important;
    box-sizing:border-box;
    transition:.3s;
	background-color: transparent !important;
  }
  
  .inputWithIcon input[type=text]{
    padding-left:11% !important;
  }
}

input[type=text]{
    width:100%;
    border: none;
	border-bottom: 1px solid #9a9a9a;
    border-radius:0px;
    margin:10px 0;
    outline:none;
    padding:8px;
    box-sizing:border-box;
    transition:.3s;
	background-color: transparent !important;
  }
  
  input[type=text]:focus{
    border-color:#97ecff;
    box-shadow:0 0 8px 0 #97ecff;
  }
  
  .inputWithIcon input[type=text]{
    padding-left:40px;
  }
  
  .inputWithIcon{
    position:relative;
  }
  
  .inputWithIcon i{
    position:absolute;
    left:4%;
    top:40%;
    /*padding:9px 8px;*/
    color:#9a9a9a;
    transition:.3s;
  }
  
  .inputWithIcon input[type=text]:focus + i{
    color:#97ecff;
  }
  
  .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;
  }

.sticky-img {
  display: none;
  opacity: 0.9;
  position: fixed;
  bottom: 25%;
  left: 2%;
}

/* Hotline Register */
.hotline {
	padding: 2% 3%;
	background-color: #09a6e0;
}
.hotline-number {
	width: 90%;
	border: 1px solid #09a6e0;
	padding: 0.5% 0.5% 0.5% 2%;
	color: #09a6e0;
	font-size: 1.8vw;
}

.hotline-number a {
	color: #09a6e0;
}

.map-marker {
	padding: 0.5% 1.5%;
	background-color: #fff;
	border: 1px solid #09a6e0;
}