
*{
	padding:0;
	margin:0;
}


body {

	background-color:#ffffff;
	color:#2b2b28;
	font-size: 18px;
	/* 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: 'UTM-avo', 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;
}

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


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

.section-2 {
    position: relative;
    padding: 50px 0;
    background-image: url(../img/section-2.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin-top: -15%;
}

.section-2-mobile {
    position: relative;
    padding: 150px 0;
    background-image: url(../img/section-2-mobile.jpg);
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-3 {
    position: relative;
    padding: 4% 0 7%;
    background-image: url(../img/section-3.jpg);
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-3-mobile {
    position: relative;
    padding: 4% 0 7%;
    background-image: url(../img/section-3-mobile.jpg);
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


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

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

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

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

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

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

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

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

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

.section-regis-mobile {
	position: relative;
    padding: 10% 0 20%;
    background-image: url(../img/section-regis-mobile.jpg);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.manor h1 { font-size: 40px; letter-spacing: 6px; margin: 40px 0 10px; font-weight: 900; color: #fff;}
.manor h1 span { color: #a1a9b0; display: inline-block; }
.manor p { font-size: 24px; font-weight: 400; color: #fefefe; }

.manor-ipad { background: url(../img/header-banner.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: auto; padding: 70px 0px 80px 0px;}
.manor-ipad h1 { font-size: 40px; letter-spacing: 6px; margin: 40px 0 10px; font-weight: 900; color: #fff;}
.manor-ipad h1 span { color: #a1a9b0; display: inline-block; }
.manor-ipad p { font-size: 24px; font-weight: 400; color: #fefefe; }

.manor-bottom { background: url(../img/bottom-banner.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 650px 0px;}

.manor-bottom-ipad { background: url(../img/bottom-banner.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 750px 0px;}

.manor-bottom-mobile { background: url(../img/bottom-banner-mobile.jpg) no-repeat right bottom; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: auto; padding: 20px 0px 300px 0px;}

.learn-more-btn { background: rgba(255,255,255, 1); padding: 7px 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: #294467; text-transform: uppercase; letter-spacing: 1px; display: inline-block; font-weight: bold; font-size: 20px; margin-top: 30px;}
.learn-more-btn:hover, .learn-more-btn:focus { background: rgba(255,255,255, 0.6); color: #294467;}

.learn-more-mobile { background: rgba(0, 97, 194, 1); padding: 7px 15px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; color: #fff; text-transform: uppercase; letter-spacing: 1px; display: inline-block; font-weight: bold; font-size: 70%;}
.learn-more-mobile:hover, .learn-more-mobile:focus { background: rgba(0, 97, 194, 0.6); color: #fff;}

.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-btn-2-mobile { background: rgba(255, 255, 255, 1); padding: 13px 30px; 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-2-mobile:hover, .register-btn-2-mobile:focus { background: rgba(0, 168, 232, 0.77); color: #fff; border: 2px solid #fff;}

.register-top { background: rgba(0, 90, 195, 1); padding: 10px 20px; color: #fff; text-transform: uppercase; display: inline-block; margin: 25px 0 0; font-weight: bold;}
.register-top:hover, .register-top:focus { background: rgba(0, 90, 195, 0.6); color: #fff; }

.register-top-mobile { background: rgba(36, 131, 225, 1); padding: 10px 20px; color: #fff; text-transform: uppercase; display: inline-block; margin: 15px 0 0; font-weight: bold; font-size: 80%;}
.register-top-mobile:hover, .register-btn:focus { background: rgba(36, 131, 225, 0.8); color: #fff;}

.register-middle { background: rgba(50, 149, 251, 1); padding: 16px 40px; color: #fff; text-transform: uppercase; display: inline-block; border: none; margin-top: 20px; border-radius: 15px; font-size: 1.2rem; cursor: pointer;}
.register-middle:hover, .register-middle:focus { background: rgba(36, 121, 255, 0.6); color: #fff; }

.register-middle-ipad { background: rgba(50, 149, 251, 1); padding: 16px 40px; color: #fff; text-transform: uppercase; display: inline-block; border: none; margin-top: 20px; border-radius: 15px; font-size: 1.2rem; cursor: pointer;}
.register-middle-ipad:hover, .register-middle:focus { background: rgba(36, 121, 255, 0.6); color: #fff; }

.register-middle-mobile { background: rgba(50, 149, 251, 1); padding: 16px 40px; color: #fff; text-transform: uppercase; display: inline-block; border: none; margin-top: 20px; border-radius: 15px; font-size: 1.2rem; cursor: pointer;}
.register-middle-mobile:hover, .register-middle:focus { background: rgba(36, 121, 255, 0.6); color: #fff; }

.register-bottom { background: rgba(48, 42, 42, 1); padding: 16px 40px; color: #fff; text-transform: uppercase; display: inline-block; margin: 20px 0 0; font-weight: bold; border: 2px solid #cbaa2f; font-size: 1.3rem; cursor: pointer;}
.register-bottom:hover, .register-bottom:focus { background: rgba(48, 42, 42, 0.7); color: #fff; }

.register-bottom-mobile { background: rgba(48, 42, 42, 1); padding: 13px 30px; color: #fff; text-transform: uppercase; display: inline-block; margin: 20px 0 0; font-weight: bold; border: 2px solid #cbaa2f; font-size: 1.2rem; cursor: pointer;}
.register-bottom-mobile:hover, .register-bottom-mobile:focus { background: rgba(48, 42, 42, 0.7); color: #fff; }

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

a.btn-1 {color: #484848;}
a.btn-1:hover {color: #043963;}

a.btn-2 {color: #484848;}
a.quy-trinh:hover {color: #043963;}

a.btn-3 {color: #484848;}
a.ket-qua:hover {color: #043963;}

a.btn-4 {color: #484848;}
a.uu-dai:hover {color: #043963;}

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

footer {
	
	
}

footer .copyright {
	color: #f8f8f8;
	font-size: 14px;
}

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



/* menu */
ul.footer-menu {
	list-style: none;
}

ul.footer-menu li {
	float: left;
	margin: 0 0 0 10px;

}

ul.footer-menu li a {
	color: #fff;
	font-size: 16px;
	padding-left: 9px;
	line-height: 1.1em;
}

ul.footer-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.social-widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social li a {
	margin: 0 5px;
}

/* === testimonial slide === */
.testimonialslide {
	margin-top:0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}


/* --- 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: #232637;
    padding: 15px 0;
    color: white;
}

/* 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: 24px;}
.text-red{color: #ba3736;}
.text-blue{color: #3797f9;}
.text-blue-1{color: #296ef1;}
.section-heading{margin-bottom: 50px;}
.text-space{letter-spacing: 2px;}

/* Slider */
.hr-grey{border: 0; height: 2px; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(241, 249, 250, 0.8), rgba(255, 255, 255, 0.9)); width: 50%; 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-title-pc{border: 0; height: 2px; background-image: linear-gradient(to right, rgba(214, 219, 227, 0.54), rgb(255, 255, 255), rgba(214, 219, 227, 0.54)); max-width: 40%; margin: auto;}
.hr-mobile{border: 0; height: 1px; background-image: linear-gradient(to right, rgba(162, 162, 162, 0.9), rgba(162, 162, 162, 0.8), rgba(162, 162, 162, 0.9)); width: 100%; 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;}
.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: 45%;
    height: 30%;
}

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

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

.make-it-slow {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}

/* Transition to a bigger shadow on hover */
.make-it-slow:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.reg-animation {
    webkit-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
    -moz-box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	box-shadow: 0px 40px 80px -40px rgba(0,0,0,1) !important;
	cursor: pointer;
}

.bg-form {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5% 3% ;
	box-shadow: 0px 0px 20px 0px #474747;
}

.form-new{
	background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
	font-family: 'UTM-avo', sans-serif;
	font-size: 17px;
}

form .form-control::-moz-placeholder {
  color: #333;
  opacity: 1;
}
form .form-control:-ms-input-placeholder {
  color: #333;
}
form .form-control::-webkit-input-placeholder {
  color: #333;
} 
/*# sourceMappingURL=bootstrap.min.css.map */