/********************************************************************/
/****              DEVELOPE BY HOANGTUA NGUYEN                   ****/
/****              @email hoangtua.vn@gmail.com                  ****/
/****              @skype hoangtua                               ****/
/****              @skype 0939.96.75.96                          ****/
/****              @website http://webfaver.com/work             ****/
/********************************************************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
  font-size: 1em;
  font-family: Roboto, sans-serif;
  color: black;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently */
}
.wrapper {
  width: 100%;
}

.blue-sky {
  background: #2853a2;
  padding: 10px 0px;
}
.header {
  text-align: center;
  background: #FFB100 url(../image/header-bg.png) no-repeat center center;
  background-size: cover;
  height: 240px; /* thietke(335/1336) x that(960) */
}
.logo {
  position: absolute;
  top: 22px;
  width: 237px;
}
.login {
    position: absolute;
    background: #2853a2;
    padding-top: 15px;
    top: 206px;
    border-radius: 8px;
    width: 205px;
    padding-left: 15px;
    padding-right: 15px;
}
.login label {
    font-size: 0.8em;
    vertical-align: middle;
    color: white;
}
.login .partnerLogin {
  font-size: 0.8em;
}
.login button, a.partnerLogin {
  border-radius: 3px;
  border: none;
  background: #FFB100;
  text-transform: uppercase;
  color: #2853a2;
}
.login a {
  color: white;
}
a.partnerLogin {
    padding: 0px 5px;
    text-align: center;
    line-height: 2.5em;
    font-weight: bold;
    color: #2853a2;
}
h1.page-name {
    font-size: 5.5em;
    line-height: 1.5em;
}
h1.page-name .light {
  font-weight: 300;
}
h1.page-name .bold {
  font-weight: 700;
}
h1.page-name span.word1, h1.page-name span.word2 {
  font-weight: 300!important;
}
h1.page-name span.word3 {
  font-weight: 700!important;
}

.menu {
    margin-top: -55px;
    background: #2853a2;
    padding: 0px 100px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.menu-item {
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: white;
    font-size: 1.3em;
    cursor: pointer;
    transition: all 0.3s linear;
}
.menu-item:hover, .menu-item.active {
  background: #FFC800;
  color: #2853a2;
}
.menu-item.disabled:hover {
  background: #2853a2;
  color: white;
}
.slider-body {
    background: url(../image/bg.jpg) no-repeat;
    background-size: cover;
}
.bx-wrapper {
  border: none;
  height: 63vh;
  margin-bottom: 0px;
}
.bx-viewport{
  width: 1000px;
}

.bx-wrapper img {
    min-width: 100%;
}
.bxslider li{
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.overlay {
  width: 100%;
  height: 103%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(../image/overlay.png) center center no-repeat;
  background-size: 105% 100%;
}
.paragraph {
  font-size: 1.2em;
  font-weight: 300;
  display: none;
  padding-top: 30px;
  padding-bottom: 80px;

}
.paragraph ul{
  list-style-position: outside;
  margin-left: 16px;
}
.bottom {
  height: 31px;  
  background: transparent url(../image/line.png) repeat-x;
}
.bottom-content {
  height: 31px;
  background: #F2B101;
  position: relative;
}
.bottom-content::before {
  height: 31px;
  width: 54px;
  top: 0px;
  left: -54px;
  position: absolute;
  background: transparent url(../image/yLeft.png) no-repeat;
}
.bottom-content::after {
  height: 31px;
  width: 54px;
  top: 0px;
  right: -54px;
  position: absolute;
  background: transparent url(../image/yRight.png) no-repeat;
}
.row.bottom.last {
    height: 31px;
    overflow: hidden;
    line-height: 31px;
    margin-top: -31px;
    color:  #2853a2;
}
@media (max-width: 360px) {
  h1.page-name {
    font-size: 1.8em;
    line-height: 1em;
    margin: 0px;
  }
  .menu {
    padding: 0px 8px;
  }
  .menu-item {
    font-size: 1em;
  }
  .header {
    height: 200px;
  }
  .login {
    position: initial;
    width: 100%;
    margin: 30px 0px;
    padding-bottom: 15px;
  }
  .logo {
    position: inherit;
    width: 100px;    
  }
  .row.bottom.last {
    margin-top: 0px;
  }
  .bottom-content {
    width: 80%;
  }
  .paragraph { padding-top: 10px; }
  .row.bottom.last {
    height: 31px;
    line-height: 31px;
  }
}
@media (min-width: 360px) and (max-width: 479px) {
  .container {
    width: 100%;
  }
  .menu {
    padding: 0px 8px;
  }
  .header {
    height: 320px;
  }
  .logo {
    position: initial;
    margin: -14px;
    margin-bottom: 0px;
    width: 200px;
  }
  h1.page-name {
    margin-top: 0px;
    font-size: 2em;
  }
  .menu-item {
    font-size: 1em;
  }
  .bx-wrapper {
    height: 25vh;
  }  
  .bottom {
    overflow: hidden;
  }
  .header {
    position: initial;
  }
  .login {
    position: initial;
    width: 100%;
    margin: 30px 0px;
    padding-bottom: 15px;
  }
  .row.bottom.last {
    margin-top: 0px;
  }
  .bottom-content {
    width: 80%;
  }
  .paragraph { padding-top: 10px; }
  .row.bottom.last {
    height: 31px;
    line-height: 31px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .menu {
    padding: 0px 8px;
  }
  .bx-wrapper {
    height: 30vh;
  }
  .header {
    height: 335px;
  }
  .login {
    position: initial;
    margin: 30px 0px;
  }

  .row.bottom.last {
    margin-top: 0px;
  }
  h1.page-name {
    margin-top: -14px;
    font-size: 3em;
  }
  .logo {
    position: initial;
    margin: -14px;
    margin-bottom: 0px;
    width: 200px;
  }
  .login {
    width: 50%;
    padding-bottom: 15px;
    margin: 30px auto;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .bottom-content {
    width: 80%;
  }
  .row.bottom.last {
    height: 31px;
    line-height: 31px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 480px;
  }
  .bx-wrapper {
    height: 36vh;
  }
  .header {
    position: initial;
    height: 170px;
  }
  .logo {
    top: 46px;
    width: 147px;
  }
  h1.page-name {
    font-size: 3.2em;
  }
  .menu {
    padding: 0px 8px;
    margin-top: -44px;
  }
  .menu-item {
    height: 44px;
    line-height: 44px;
  }
  .login {
    top: 147px;
    width: 136px;
  }
}
@media (min-width: 993px) and (max-width: 1280px) { 
  .bx-wrapper {
    height: 55vh;
  }  
  .container {
    width: 600px;
  }
  h1.page-name {
    font-size: 4em;
    line-height: 2em;
  }
  .menu {
    padding: 0px 60px;
  }
  .login {
    width: 163px;
  }
  .logo {
    top: 64px;
    width: 200px;
  }
}
@media (min-width: 1280px) and (max-width: 1460px){   
  .container {
    width: 840px;
  }
  .logo {
    top: 50px;
    width: 220px;
  }
}
@media (min-width: 1460px) {
  .container {
    width: 960px;
  }
}
