@font-face {
    font-family: 'Proxima Nova Light';
    font-style: normal;
    font-weight: normal;
    src: local('Proxima Nova Light'), url('../fonts/proxima_nova/Proxima Nova Light.woff') format('woff');
}

body{
    font-family: 'Proxima Nova Light',sans-serif;
    background-color: #fff;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto !important;
}

body#promo{
    background: url("/images/xlogin_bg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


a{
    color:#99cc33;
}

a:hover, a:focus{
    color:#99cc33;
    text-decoration: underline;
}

.custom-nav{
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.navbar{
    margin-bottom: 0px;

}
.navbar-default .navbar-nav>li{
    padding-left: 2px;
}

.navbar-default .navbar-nav>li>a, 
.navbar-default .navbar-text{
    font-weight: bold;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #99cc33;
    border-radius: 30px;
}

.navbar-default{
    position: absolute;
    border-color: inherit;
    background: none;
    border-width: 0px;
    width: 100%;
    max-width: 1400px;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    padding-top: 10px;
}

.navbar .navbar-collapse {
    text-align: center;
}

/*.lang_en a{*/
    /*background-image: url("/images/flag_en.jpg");*/
    /*background-size:auto;*/
    /*background-repeat: no-repeat;*/
    /*position: relative;*/
/*}*/

/*.lang_vn a{*/
    /*background-image: url("/images/flag_vn.jpg");*/
    /*background-size:auto;*/
    /*background-repeat: no-repeat;*/
    /*position: relative;*/
/*}*/

.content img{
    text-align: center;
    width: 100%;
}

#section0.fp-section,
.fp-slide,
.fp-tableCell{
    height: auto !important;
}

#section0 img{
    display: none;
}

.bgsection1{
    background-image: url("/images/en/slide_1.jpg");
    background-size:auto;
    background-repeat: no-repeat;
    min-height: 1000px !important;
    /*height: 1000px !important;*/
    position: relative;
    background-size: contain;
}

.bgsection1_en{
    background-image: url("/images/en/slide_1.jpg");
    background-size:auto;
    background-repeat: no-repeat;
    min-height: 1000px !important;
    /*height: 1000px !important;*/
    position: relative;
    background-size: contain;
}

.bgsection1_vn{
    background-image: url("/images/vn/slide_1.jpg");
    background-size:auto;
    background-repeat: no-repeat;
    min-height: 1000px !important;
    /*height: 1000px !important;*/
    position: relative;
    background-size: contain;
}

.col-xs-12.section1{
    height: 400px !important;
}

.col-xl-12.section1{
    height: 300px !important;
}
.col-md-12.section1{
    height: 200px !important;
}

.col-lg-12.section1{
    height: 100px !important;
}

.section1 .desc{
    top: 25%;
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
}

.section1 .desc h1{
    color: #99cc33;
    position: relative;
}

.section1 .desc p{
    position: relative;
    width: 50%;
    margin: 0 auto;
    color: #fff;
}

#section2 .desc h1,
#section3 .desc h1,
#section4 .desc h1,
#section5 .desc h1{
    padding-top: 45px;
    text-align: center;
    color: #99cc33;
    position: relative;
}

#section2 .desc p,
#section3 .desc p,
#section4 .desc p,
#section5 .desc p{
    position: relative;
    width: 50%;
    margin: 0 auto;
}

#section5 .desc{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#section5 .desc .custom-nav{
    position: relative;
    width: 90%;
    margin: 0 auto;
}

#section5 img{
    width: 20%;
}

#section5 .footer{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.desc .custom_boder{
    text-align: center;
    font-size: 20px;
    border-bottom: solid #99cc33;
    position: relative;
    width: 6% !important;
    line-height: 10px;
}

.contact-form .form-group input{
    border: none;
    border-bottom: 1px solid #ccd0d2;
    box-shadow: none;
    border-radius: 0px;
}

.contact-form .form-group button{
    border: none;
    border-radius: 20px;
    background: #99cc33;
    font-weight: bold;
}

.contact-form .form-group input:hover,
.contact-form .form-group input:focus, 
.contact-form .form-group input:visited{
    border-bottom: solid 1px #99cc33;
}

.contact-form .form-group input:focus::placeholder { 
    color: #99cc33;
    font-size: 10px;
}

#footer{
    padding-top: 15px;
    background: #99cc33;
    height: 50px !important;
    position: absolute !important;
    bottom: 0px;
    color: #fff;
}

#footer a{
    color: #fff;
}

.navbar-collapse.collapse.in{
    background: #99cc33;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.8;
}

.navbar-collapse.collapse.in ul li a{
    /*color: #99cc33;*/
}


body#promo .navbar-default .navbar-nav>li>a,
body#promo .navbar-default .navbar-text{
    font-weight: bold;
    color: #fff;
    background-color: #99cc33;
    border-radius: 30px;
}

body#promo .navbar-default .navbar-nav>li>a:focus,
body#promo .navbar-default .navbar-nav>li>a:hover {
    font-weight: bolder;
}

body#promo #contact{
    padding-top: 18%;
    padding-left: 5%;
    padding-right: 5%;
}

body#promo #contact .desc{
    background: #f1f1f1;
}


body#promo #contact .desc .custom_boder{
    text-align: center;
    font-size: 20px;
    border-bottom: solid #99cc33;
    position: relative;
    width: 40% !important;
    line-height: 10px;
}