﻿@charset "UTF-8";
/*
	PSC Portal
	Nguyen Thi Anh Ngoc
	Date create: 15.09.2017
*/
/* global */
/*
	Note:
	- tablet:920px;
	- desktop:921px - 1200px;
	- > desktop: >1200px	
*/
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://fonts.googleapis.com/css?family=Faustina&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext,vietnamese");
* {
  padding: 0;
  margin: 0; }

ul {
  list-style: none; }

a, a:hover, a:focus {
  text-decoration: none; }

a {
  color: inherit; }
  a:hover, afocus {
    color: #e1dd70; }

.width-common, #page {
  width: 100%;
  float: left; }

.mt-10 {
  margin-top: 10px; }
.mt-15 {
  margin-top: 15px; }
.mt-20 {
  margin-top: 20px; }
.mt-30 {
  margin-top: 30px; }
.mt-35 {
  margin-top: 35px; }
.mt-40 {
  margin-top: 40px; }
.mt-50 {
  margin-top: 50px; }
.mt-60 {
  margin-top: 60px; }
.mt-86 {
  margin-top: 86px; }
.mt-107 {
  margin-top: 107px; }

.mb-0 {
  margin-bottom: 0; }
.mb-10 {
  margin-bottom: 10px; }
.mb-15 {
  margin-bottom: 15px; }
.mb-20 {
  margin-bottom: 20px; }
.mb-25 {
  margin-bottom: 25px; }
.mb-30 {
  margin-bottom: 30px; }
.mb-35 {
  margin-bottom: 35px; }
.mb-40 {
  margin-bottom: 40px; }

.center .img-responsive {
  margin: 0 auto; }

.psc-col {
  float: left;
  width: 20%;
  padding: 0 15px; }

/* typography */
.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.txt-center {
  text-align: center; }

body {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; }

.txt-menu, .header-menu .navbar-default .navbar-nav > li > a {
  color: #f6f6f6;
  /*font-family: "Faustina", serif;*/
  font-size: 16px;
  font-weight: 400; }

.txt-menu-footer, .footer-menu {
  color: #fff;
  /*font-family: "Faustina", serif;*/
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase; }

.txt-header {
  color: #000000;
  /*font-family: "Faustina", serif;*/
  font-size: 28px;
  font-weight: 400; }
  .txt-header a {
    color: inherit; }
    .txt-header a:hover {
      color: #00984b; }

.txt-title {
  color: #000;
  /*font-family: "Faustina", serif;*/
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; }

/* MENU */

@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }
@keyframes pulse {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.25; }
  50% {
    opacity: 0.5; }
  75% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }
@-webkit-keyframes slide {
  100% {
    left: 0; } }
@keyframes slide {
  100% {
    left: 0; } }
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #00984b; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #00984b; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #00984b; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #00984b; }

@media(max-width:1100px ){
    ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e1dd70; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #e1dd70; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #e1dd70; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #e1dd70; }
}


/* header */
.header-top {
  padding: 25px 0; }

.goHome {
  margin-bottom: 15px;
  text-align: center;
  float: left; }
  .goHome span {
    display: block; }
  .goHome .mdi-home {
    font-size: 30px; }
  .goHome a {
    color: inherit; }

.logo {
  width: 432px;
  margin: 0 auto; }

/* ********** MENU ******** */
.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  animation: pulse 0.7s; }

.header-menu .navbar {
  margin-bottom: 0px;
  background-color: #00984b; }
.header-menu .navbar-nav {
  margin-top: 0px;
  margin-bottom: 0; }
.header-menu .navbar-default .navbar-collapse {
  border-color: #fff; }
.header-menu .navbar-default .navbar-nav > li > a:hover {
  color: #e1dd70; }
.header-menu .navbar-collapse {
  background-color: transparent; }
.header-menu .fa {
  padding-right: 10px; }

/* dropdown */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #00984b; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #00984b;
  color: #e1dd70 !important; }

.nav-padding {
  padding-top: 61px; }

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  margin-right: -1px;
  min-width: 225px; }

.navbar-nav .dropdown-menu {
  padding: 0; }

.navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
  left: 0px;
  margin-left: -1px;
  right: auto; }

/* level 1 */
.navbar-nav > li > .dropdown-menu > li.active > a,
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus {
  background-color: #00984b;
  color: #e1dd70; }

/* custom navbar-toggle */
.navbar-header .navbar-toggle {
  background-color: #00984b;
  background-image: none;
  border-color: transparent;
  padding: 5px; }
  .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 25px;
    height: 4px; }
  .navbar-header .navbar-toggle:focus, .navbar-header .navbar-toggle:hover {
    background-color: #e1dd70; }

.caret.navbar-toggle.sub-arrow:focus, .caret.navbar-toggle.sub-arrow:hover {
  background-color: transparent; }

/* end navbar-toggle 
----------------------------------------*/
@media (max-width: 1100px) {
  .header-menu {
    /* icon thu gọn*/ }
    .header-menu .navbar-nav {
      margin-bottom: 10px; }
    .header-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff;
      position: relative; }
      .header-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .header-menu .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #e1dd70; }
    .header-menu .navbar-nav.sm-collapsible .caret, .header-menu .navbar-nav.sm-collapsible ul .caret {
      border-width: 0px;
      top: 0;
      position: static;
      margin-right: 0; }
    .header-menu .navbar-nav.sm-collapsible .open > a > .caret:before {
      content: "\f106"; }
    .header-menu .navbar-nav.sm-collapsible .caret:before {
      content: "\f107";
      font-family: FontAwesome;
      font-weight: bold; }
    .header-menu .nav .open > a, .header-menu .nav .open > a:focus, .header-menu .nav .open > a:hover {
      background-color: transparent;
      color: #e1dd70 !important; } }

/* -------------------- menu con ------------------ */
.dropdown-menu {
  border-radius: 0; }

.open .open > .dropdown-menu {
  background-color: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35); }

.dropdown-menu > li > a {
  padding: 11px 20px;
  white-space: nowrap; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #e1dd70;
    background-color: #00984b; }

@media (min-width: 1100px) {
  .header-menu .caret {
    display: none; } }
/* change breakpoint */
@media (max-width: 1100px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .navbar-nav.sm-collapsible a.has-submenu {
    padding-right: 15px; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0; } }
/* ********** END MENU ******** */
/* *********** search ********* */
.searchbox.mobile {
  position: absolute;
  left: 0;
  top: 5px;
  margin-top: 0px;
  display: none;
  min-width: 50px;
  width: 0%;
  height: 50px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s; }
  @media (max-width: 1100px) {
    .searchbox.mobile {
      display: block; } }
  .searchbox.mobile .btn-search {
    background: transparent url(../imgs/search.png) no-repeat center;
    width: 40px;
    min-height: 40px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    @inlcude border-radius(50%); }
    .searchbox.mobile .btn-search:focus {
      outline: none; }
  .searchbox.mobile .searchbox-icon {
    width: 45px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 17px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff; }
  .searchbox.mobile .searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #00984b;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0px 10px 0px 50px;
    font-size: 15px;
    color: #fff; }
  .searchbox.mobile.searchbox-open {
    width: 100%; }
    .searchbox.mobile.searchbox-open .searchbox-icon {
      color: #e1dd70; }
.searchbox.desktop {
  width: 40px;
  min-height: 50px;
  position: relative;
  cursor: pointer;
  float: right;
  z-index: 1005;
  background-color: transparent;
  padding-top: 0px; }
  .searchbox.desktop .btn-search {
    background: transparent url(../imgs/search.png) no-repeat center;
    width: 40px;
    min-height: 50px;
    border: none;
    text-indent: -9999px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    @inlcude border-radius(50%); }
    .searchbox.desktop .btn-search:focus {
      outline: none; }
  .searchbox.desktop .desktop_search-input {
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    display: none; }
    .searchbox.desktop .desktop_search-input:hover, .searchbox.desktop .desktop_search-input:focus {
      outline: none; }
  @media (max-width: 1100px) {
    .searchbox.desktop .btn-search {
      display: none; } }

/* *********** end search ********* */
/* content */
/* widget */
.widget-content {
  padding-left: 10px; }

.thumb {
  margin-bottom: 10px;
  overflow: hidden;
  height: 155px; }
  @media (max-width: 400px) {
    .thumb {
      height: auto; } }
  .thumb img {
    max-width: 100%;
    width: 100%; }

.list.style-1 li {
  padding-left: 16px;
  margin-bottom: 20px; }
  .list.style-1 li:before {
    margin-left: -16px;
    font-family: 'FontAwesome';
    content: "\f105";
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    position: relative;
    top: 0;
    margin-right: 9px;
    color: #555;
    font-size: 15px; }
.list.style-2 {
  list-style-image: url(../imgs/bullet.png);
  margin: 15px 0 0 40px; }
  .list.style-2 li {
    margin-bottom: 20px;
    padding-left: 10px; }

/* footer */
/*.footer {
  background-color: #046240;
  padding: 20px 0 0 0; }
  .footer-menu ul li {
    display: inline-block; }
    .footer-menu ul li a {
      padding: 0 15px; }
  .footer-logo {
    width: 181px;
    margin: -60px auto 0 auto; }
  .footer-bottom {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    line-height: 20px; }
    .footer-bottom .social {
      font-size: 22px; }
      .footer-bottom .social li {
        display: inline-block; }
        .footer-bottom .social li a {
          padding: 0 30px; }*/

/* PAGE TOPIC */
/* PAGE ACTICLE */
/* -- CONTAINER -- */
/* >1200 */
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
/* <=1199 */
@media (max-width: 1199px) {
  .container {
    width: 100%; } }
/* header */
@media (max-width: 1100px) {
  .header .goHome span {
    display: inline-block; }
    .header .goHome span:not(.mdi) {
      font-size: 12px;
      line-height: 14px; } }
@media (min-width: 801px) {
  .header .clearfix {
    display: none; }
    .header .clearfix::before, .header .clearfix::after {
      display: none; } }
/*----cap nhat css mobile ngay 15/1/2018------*/
@media (max-width: 800px) {
  .header .header-top {
    padding-top: 5px; }
  .header .goHome .mdi-home {
    font-size: 20px; } 
  .header .logo {
    overflow:hidden!important;
    width:80%;
  } 
  .header .logo img{
      width:100%;
  }
}
/*@media (max-width: 800px) {
  .header .logo {
    width: auto; } }*/
/*---------end----------*/

/* footer */
/*@media (max-width: 730px) {
    .footer .footer-menu .pull-left, .footer .footer-menu .pull-right {
      float: none !important; }
  .footer .footer-logo {
    margin: 15px auto 0 auto; } }
@media (max-width: 420px) {
  .footer .footer-menu ul {
    width: 190px; } }*/
@media (max-width: 768px) {
  .footer .footer-logo {
    margin: 15px auto 0 auto; }
  .footer .col-xs-6:nth-child(2n+1) {
    clear: both; }
  .footer .footer-menu {
    margin: 20px 0 0 0; } }
@media (max-width: 480px) {
  .footer .col-xs-6 {
    width: 100%; } }

/*# sourceMappingURL=PNT-phong.css.map */
