﻿@charset "UTF-8";
/*
	PSC Portal
	Nguyen Thi Anh Ngoc
	Date create: 15.09.2017
*/
/* global */
@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:300,300i,400&subset=latin-ext,vietnamese");
* {
  padding: 0;
  margin: 0; }

ul {
  list-style: none; }

a, a:hover, a:focus {
  text-decoration: none; }

/* a { */
  /* color: #000000; } */
  a:hover, afocus {
    color: #00984b; }

.width-common, #page {
  width: 100%;
  float: left; }

.mt-10 {
  margin-top: 10px; }
.mt-15 {
  margin-top: 15px; }
.mt-20 {
  margin-top: 20px; }
.mt-25 {
  margin-top: 25px; }
.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; }

.ml-15 {
  margin-left: 15px; }

.center .img-responsive {
  margin: 0 auto; }

.psc-col {
  float: left;
  width: 20%;
  padding: 0 15px; }

.bg-grey {
  background: #f6f6f6; }

.position-relative {
  position: relative; }

.mh-470 {
  min-height: 470px; }

.absolute-right {
  position: absolute;
  right: 0;
  bottom: 0; }
.absolute-left {
  position: absolute;
  left: 0;
  bottom: 45px; }

.space {
  padding: 0 15px; }

.section-area {
  padding: 30px 0 50px 0; }

/* typography */
.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.txt-center {
  text-align: center; }

body {
  color: #7e7e7e;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px; }

.txt-menu {
  color: #f6f6f6;
  /* font-family: "Faustina", serif; */
  font-size: 16px;
  font-weight: 400; }

.txt-intro-h2, .intro h2 {
  color: #fdfab1;
  /* font-family: "Faustina", serif; */
  font-size: 28px;
  font-weight: 400; }

.txt-intro-content, .intro .intro-content {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px; }

.txt-intro-read-more, .intro .read-more {
  color: #fdfab1;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  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: #000000;
  /* font-family: "Faustina", serif; */
  font-size: 16px;
  font-weight: 400;
  line-height: 28px; }

.txt-breadcrumb, .breadcrumb {
  /* font-family: "Faustina", serif; */
  font-size: 14px;
  font-weight: 400; }

.txt-loadmore, .load-more {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }

.txt-top-right {
  /* font-family: "Faustina", serif; */
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase; }

.txt-lien-he, .form-contact label {
  color: #4e4e4e;
  /* font-family: "Faustina", serif; */
  font-size: 18px;
  font-weight: 400; }

.txt-footer, .footer {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px; }

.txt-menu-footer, .footer-menu {
  color: #fff;
  /* font-family: "Faustina", serif; */
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase; }

/* 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: #e1dd70; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #e1dd70; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #e1dd70; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #e1dd70; }

.header-top {
  position: relative; }
  @media (min-width: 920px) {
    .header-top .main-nav.default.affix-top {
      height: 122px; } }
  .header-top .logo {
    position: absolute;
	/*border:1px solid red;*/
	width:auto;/*Thang them vo*/
    top: 0;
    left: 46%;/*50%*/
    margin-left: 0%; }/*-7%*/
  /*----13/1/2018-----*/
.header-top .logo.center {
    left: auto;
    position: relative;
    margin-left: auto;
	
}
 /*------End------*/
    .header-top .logo .img-responsive {
      margin: 0 auto; }

.affix {
  top: 0;
  width: 100%;
  z-index: 9999 !important;
  animation: pulse 0.7s;
  background: rgba(0, 144, 71, 0.9);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); }
  .affix .img-profile {
    display: none; }
  .affix .logo-none-text {
    display: block; }

.nav-container {
  z-index: 1000;
  background: #009047;
  position: relative;
  padding: 0 0 15px 0; }

.main-nav {
  width: 100%;
  text-align: center; }

.menu {
  display: inline-block;
  width: 100%; }
  .menu.second {
    float: right; }

.mobile-menu-holder {
  position: relative; }

a.mobile-btn {
  display: none; }

.logo-none-text {
  display: none; }

/*End main navigation*/
.nav-container.base .navbar-nav {
  margin: 20px 0 0 0; }
.nav-container.base .navbar-nav > li > a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  color: #f6f6f6;
  /* font-family: "Faustina", serif; */
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  padding: 15px 15px 12px 15px; }
  .nav-container.base .navbar-nav > li > a:hover {
    color: #fdfab1; }
.nav-container.base .navbar-nav > li > a:hover {
  background-color: transparent; }
.nav-container.base .navbar-nav > li.open > a {
  background-color: transparent !important;
  color: #fdfab1 !important; }
.nav-container.base .icon-bar {
  background-color: #6f6f6f; }
.nav-container.base .dropdown-menu {
  border-radius: 0;
  border-color: rgba(170, 211, 139, 0.5); }
.nav-container.base .open .open > .dropdown-menu {
  background-color: #009047; }
.nav-container.base .dropdown-menu > li > a {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  padding: 11px 20px;
  white-space: nowrap; }
.nav-container.base .dropdown-menu .dropdown-menu > li > a {
  color: #f6f6f6;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px; }
.nav-container.base .dropdown-menu > li > a:focus,
.nav-container.base .dropdown-menu > li > a:hover {
  background-color: #fdfab1;
  color: #009047; }
.nav-container.base .nav .open > a, .nav-container.base .nav .open > a:focus, .nav-container.base .nav .open > a:hover {
  background-color: #fdfab1;
  color: #009047; }
.nav-container.base .caret {
  display: none; }

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  margin-right: -1px;
  min-width: 225px;
  background-color: #009047; }

.navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
  left: 0px;
  margin-left: -1px;
  right: auto;
  top: 98% !important; }

/* 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: #fdfab1;
  color: #009047; }

/* -------------------- menu con ------------------ */
/* -- RESPONSIVE -- */
@media (min-width: 920px) {
  .nav-container.base .navbar-nav {
    display: block !important; }
  .nav-container.base .affix .navbar-nav {
    margin-top: 0; }
  .nav-container.base .navbar-nav > li > a {
    padding: 0;
    line-height: 49px; }
  .nav-container.base .mdi {
    display: block;
    font-size: 25px;
    color: #fdfab1;
    line-height: 0; }

  .logo-none-text.mobile {
    display: none; } }
@media (max-width: 919px) {
  .affix {
    position: static;
    animation: none; }

  .nav > li > a:focus,
  .nav > li > a:hover {
    background-color: transparent;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: 0; }

  .navbar-nav > li:not(.dropdown-right) > .dropdown-menu {
    top: auto !important; }

  .nav-container {
    margin: 0;
    padding: 0; }
    .nav-container .col-sm-5 {
      width: 100%; }
    .nav-container .col-sm-2 {
      display: none; }
    .nav-container .bg-menu {
      background: #009047;
      visibility: hidden; }
      .nav-container .bg-menu.openMenu {
        visibility: visible; }
    .nav-container.base .navbar-nav > li > a:hover,
    .nav-container.base .navbar-nav > li.open > a {
      background-color: transparent; }

  .main-nav ul.menu {
    text-align: left; }
  .main-nav .menu.second {
    margin-top: 0; }

  a.mobile-btn {
    display: inline-block;
    position: absolute;
    top: 23px;
    left: 10px;
    z-index: 1001;
    color: #fff; }
    a.mobile-btn .mdi {
      font-size: 35px; }

  .logo-none-text.mobile {
    display: block; }
  .logo-none-text.desktop {
    display: none; }

  .menu li {
    width: 100% !important; }

  .img-profile img, .menu li a i {
    display: none; }

  .container .col-sm-2.pd-0 {
    width: 100%; }

  .main-nav {
    min-height: 65px;
    padding: 10px 0; }

  .main-nav .menu.first {
    padding-top: 5px; }

  .main-nav .menu.second {
    padding-bottom: 20px; }

  .main-nav ul.menu {
    display: none; }

  .menu li a {
    display: block;
    left: 0; }

  .nav-container.base .caret {
    display: block; }
  .nav-container.base .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 1px; }

  .dropdown-menu {
    padding: 0; }

  .navbar-nav > li > .dropdown-menu {
    margin-right: 0px; }

  .navbar-nav > li:not(.disabled).open > a,
  .navbar-nav > li:not(.disabled).active > a,
  .navbar-nav > li:not(.disabled) > a:hover,
  .navbar-nav > li:not(.disabled) > a:focus {
    border-left-width: 0; }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
    position: relative; }

  /* icon thu gọn*/
  .navbar-nav.sm-collapsible .caret,
  .navbar-nav.sm-collapsible ul .caret {
    border-width: 0px;
    top: 15px;
    right: 0;
    margin: -3px 0px 0 0; }

  .navbar-nav.sm-collapsible .open > a > .caret:before {
    content: "\f106"; }

  .navbar-nav.sm-collapsible .caret:before {
    content: "\f107";
    font-family: FontAwesome;
    font-weight: bold; } }
/*1100< x <=1200*/
@media (max-width: 1200px) and (min-width: 1100px) {
  .navbar-nav > li > a {
    padding: 15px 8px;
    font-size: 14px !important; }

  .navbar-nav > li:not(.disabled).open > a,
  .navbar-nav > li:not(.disabled).active > a,
  .navbar-nav > li:not(.disabled) > a:hover,
  .navbar-nav > li:not(.disabled) > a:focus {
    padding-left: 8px; } }
/* change breakpoint */
@media (max-width: 919px) {
  .navbar-header {
    float: none; }

  .navbar-left, .navbar-right {
    float: none !important; }

  .navbar-toggle {
    display: block; }

  .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 .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }
/* ********** 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: 100%;
  background: #f6f6f6;
  border-radius: 15px; }
  .searchbox.desktop .form-control {
    background-color: transparent;
    box-shadow: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-color: #f6f6f6; }
  .searchbox.desktop .btn-grey {
    background-color: #f6f6f6;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px; }
    .searchbox.desktop .btn-grey:hover, .searchbox.desktop .btn-grey:focus, .searchbox.desktop .btn-grey:active {
      outline: none;
      box-shadow: none;
      color: #00984b; }

/* *********** end search ********* */
#header-1 {
  display: none; }
  @media (max-width: 919px) {
    #header-1 {
      display: block; } }

.search-button {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 25%);
  width: 60px;
  height: 60px; }

.search-toggle {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .search-toggle::before, .search-toggle::after {
    content: '';
    position: absolute;
    display: block;
    transition: all 0.1s;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .search-toggle::before {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    left: 42%;
    top: 38%; }
  .search-toggle::after {
    height: 2px;
    width: 10px;
    background: #fff;
    top: 60%;
    left: 58%;
    transform: rotate(45deg); }
  .search-toggle.active::before {
    width: 0;
    border-width: 1px;
    border-radius: 0;
    transform: rotate(45deg);
    top: 40%;
    left: 50%; }
  .search-toggle.active::after {
    width: 12px;
    left: 41%;
    top: 49%; }

.search-input:focus {
  outline: none; }

#header-1 .search-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-height: 0;
  transform: translateY(100%);
  background-color: #009047;
  transition: all 0.3s; }
  #header-1 .search-box .search-input {
    width: 98%;
    height: 100%;
    padding: 0 1em;
    border: 0;
    background-color: #67a425;
    opacity: 0;
    color: #fff;
    font-size: 16px;
    /* font-size < 16px sẽ bị zoom trên safari */
    border: 1px solid rgba(170, 211, 139, 0.5); }
    #header-1 .search-box .search-input::-webkit-input-placeholder {
      color: #fff;
      text-transform: italic; }
#header-1.showSearch .search-box {
  max-height: 60px;
  min-height: 60px;
  padding: 10px 0; }
  #header-1.showSearch .search-box .search-input {
    opacity: 1; }

/* *********** v3 search ********* */
#search {
  width: 40px;
  min-height: 40px;
  position: relative;
  cursor: pointer;
  float: right;
  z-index: 1005;
  background-color: transparent;
  padding-top: 5px; }

.search-submit {
  background-color: transparent;
  background-image: url("../imgs/search.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  min-height: 35px;
  border: none;
  text-indent: -9999px;
  position: absolute;
  right: -15px;
  top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }

#search:focus,
.search-submit:focus,
.m_search:focus {
  outline: none; }

.m_search {
  background: #fdfab1;
  border: 1px solid rgba(170, 211, 139, 0.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 10px;
  position: absolute;
  top: 165%;
  width: 200px;
  right: -15px;
  font-style: italic;
  color: #666;
  display: none;
  font-size: 13px; }

/* mobile */
@media (max-width: 919px) {
  .searchbox {
    display: block; }

  #search {
    display: none; } }
.searchbox {
  position: absolute;
  right: 60px;
  margin-top: 5px;
  display: none;
  min-width: 50px;
  width: 0%;
  height: 40px;
  float: right;
  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; }

.searchbox-input {
  top: 0;
  right: 0;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0px 55px 0px 10px;
  font-size: 15px;
  color: #fff; }

.searchbox-input::-webkit-input-placeholder,
.searchbox-input:-moz-placeholder,
.searchbox-input::-moz-placeholder,
.searchbox-input:-ms-input-placeholder {
  color: #fff; }

.searchbox-icon,
.searchbox-submit {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  font-size: 17px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #009f4c; }

.searchbox-open {
  width: 50%;
  border-bottom: 1px solid #009f4c; }
  .searchbox-open .searchbox-submit {
    color: #fff; }

/* *********** end search ********* */
.load-more {
  margin: 0 auto;
  display: block;
  width: 350px;
  height: 46px;
  line-height: 46px;
  background-color: #00984b;
  border: 1px solid #00984b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .load-more:hover {
    background-color: #e1dd70; }
  @media (max-width: 400px) {
    .load-more {
      width: 90%; } }

.codegena {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.27198%; }

.codegena iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*Youtube Embed Code : Created with Codegena.com */
.banner {
  background-color: #009047;
  margin-bottom: 30px; }
  .banner .container {
    position: relative;
    padding: 0; }
  .banner-left {
    width: 27%; }
  .banner-right {
    width: 73%;
    position: absolute;
    top: 0;
    left: 27%;
    z-index: 1; }

.banner-slider {
  background-color: #009047; }

.intro {
  position: relative;
  padding: 30px 10px 30px 30px;
  min-height: 300px;
  background-color: #67a425; }
  .intro .intro-content {
    margin: 20px 0 80px; }
  .intro .read-more {
    position: absolute;
    bottom: 65px;
    left: 30px;
    z-index: 1;
    display: inline-block;
    border-bottom: 1px solid transparent; }
    .intro .read-more .fa {
      font-size: 15px;
      line-height: 10px;
      margin: 0 0 0 5px; }
    .intro .read-more:hover {
      color: #fff;
      border-color: #fff; }
  .intro .intro-bg {
    position: absolute;
    left: 0;
    bottom: -65px; }
    @media (min-width: 1230px) {
      .intro .intro-bg {
        left: -30px; } }
  .intro .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px; }
  .intro .mCSB_scrollTools .mCSB_draggerRail {
    background-color: #67a425; }
  .intro .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fdfab1; }

/* content */
.breadcrumb {
  background-color: #fff;
  padding: 10px 0;
  line-height: 5px; }
  .breadcrumb a {
    color: #00984b; }
    .breadcrumb a:hover {
      color: #00984b; }
  .breadcrumb > .active {
    color: #adadad; }
  .breadcrumb >li.active {
    color: #00984b; }
    .breadcrumb > .active a {
      color: inherit; }

.breadcrumb > li + li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 10px;
  color: #adadad;
  content: "\f105"; }

/* widget */
.widget {
  margin-bottom: 30px; }
  .widget-content {
    padding-left: 10px; }
  .widget.style-2 {
    margin-bottom: 10px; }
    .widget.style-2 .thumb {
      width: 270px;
      float: left;
      margin-right: 15px; }
  .widget.style-3 .widget-item {
    margin-bottom: 20px; }
  .widget.style-3 .thumb {
    width: 170px;
    float: left;
    margin-right: 15px; }
  .widget.style-3 .widget-wrapper {
    margin-left: 170px;
    padding-left: 15px; }
  .widget.style-4 {
    margin: 70px 0 20px 21px; }

.thumb {
  margin-bottom: 10px;
  overflow: hidden;
  height:155px; }
  .thumb a {
    display: block; }
  @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; }
.list.style-3 li {
  padding-left: 16px;
  margin-bottom: 10px;
  color: #7e7e7e; }
  .list.style-3 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: #7e7e7e;
    font-size: 15px; }
.list.style-4 {
  margin: 0 -8px; }
  .list.style-4 .list-item {
    width: 33.33%;
    float: left;
    padding: 8px; }
  .list.style-4 .item-thumb {
    width: 100%;
    float: left;
    overflow: hidden; }
    .list.style-4 .item-thumb img {
      width: 100%;
      max-width: 100%; }

.social li {
  margin: 0 15px 15px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block; }
.social a {
  color: #7e7e7e;
  font-size: 18px;
  font-weight: 300;
  display: block;
  overflow: hidden; }
.social span {
  display: block;
  float: left; }
.social .mdi {
  width: 50px;
  margin: 0 15px 15px 0;
  font-size: 38px;
  line-height: 40px;
  border: 1px solid transparent;
  padding: 0 5px; }
  .social .mdi.mdi-youtube-play {
    color: red; }
  .social .mdi.mdi-facebook {
    color: #3b5998; }
  .social .mdi.mdi-google-plus {
    color: #d34836; }
.social .name {
  width: 80px; }
.social .icon-youtube:hover .name {
  color: red; }
.social .icon-youtube:hover .mdi {
  border-color: red; }
.social .icon-facebook:hover .name {
  color: #3b5998; }
.social .icon-facebook:hover .mdi {
  border-color: #3b5998; }
.social .icon-google-plus:hover .name {
  color: #d34836; }
.social .icon-google-plus:hover .mdi {
  border-color: #d34836; }

/* footer */
.footer {
  background-color: #009047;
  color: #fff;
  padding: 50px 0 30px 0; }
  .footer-menu ul li {
    display: block;
    margin: 0 0 15px 0; }
    .footer-menu ul li a {
      padding: 0; }
  .footer-logo {
    margin-bottom: 15px; }
    .footer-logo .img-responsive {
      margin: 0 auto; }
  .footer-address p {
    margin: 0 0 15px; }
  .footer-bottom {
    font-size: 12px;
    line-height: 15px; }
    .footer-bottom span {
      display: block; }
    .footer-bottom.mt-50 {
      margin-top: 53px; }
  .footer a:hover {
    color: #ecd000; }

/* PAGE TOPIC */
.topic-content {
  min-height: 360px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .topic-content .widget {
    margin: 0 0 40px 0; }

/* PAGE ACTICLE */
.page-article {
  color: black;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400; }
  .page-article h1 {
    font-family: "Faustina", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px; }
    @media (min-width: 1000px) {
      .page-article h1 {
        margin-right: 10%; } }
  .page-article .txt-description {
    color: #7e7e7e;
    font-style: italic;
    padding: 0 0 15px 0; }
    @media (min-width: 1000px) {
      .page-article .txt-description {
        margin-right: 10%; } }
  .page-article .line-bottom {
    position: relative; }
    .page-article .line-bottom::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 72px;
      height: 3px;
      background-color: #009047; }
  .page-article .block-share {
    color: #7e7e7e;
    font-size: 14px;
    text-align: center; }
    .page-article .block-share ul li a {
      font-size: 25px;
      padding: 10px;
      margin: 0 0 15px 0;
      display: block;
      border: 1px solid transparent; }
    .page-article .block-share .facebook {
      color: #3b5999; }
      .page-article .block-share .facebook:hover {
        border-color: #3b5999; }
    .page-article .block-share .google-plus {
      color: #dd4b39; }
      .page-article .block-share .google-plus:hover {
        border-color: #dd4b39; }
    .page-article .block-share .twitter {
      color: #55acee; }
      .page-article .block-share .twitter:hover {
        border-color: #55acee; }
  .page-article #main-content {
    position: relative; }
  .page-article #content {
    margin-left: 100px;
    min-height: 1000px; }
    @media (min-width: 919px) {
      .page-article #content {
        margin-bottom: 60px; } }
  .page-article .sticky {
    display: none; }
  .page-article .is-fixed {
    display: block;
    position: fixed;
    top: 100px;
    margin-left: -100px; }
  @media (max-width: 768px) {
    .page-article #content {
      margin-left: 0;
      min-height: auto; }
    .page-article .sticky {
      display: block;
      position: static;
      margin: 0; }
    .page-article .block-share {
      margin-top: 20px;
      text-align: left; }
      .page-article .block-share p, .page-article .block-share ul {
        display: inline-block; }
      .page-article .block-share ul li {
        display: inline-block;
        text-align: center;
        width: 55px; }
      .page-article .block-share ul li a {
        margin: 0; } }
  .page-article figure {
    text-align: center;
    margin-bottom: 20px; }
    .page-article figure img {
      max-width: 100%; }
    .page-article figure figcaption {
      color: #7e7e7e;
      font-size: 13px;
      font-style: italic;
      line-height: 24px;
      margin: 15px 0; }
  .page-article .article-orther p {
    margin-bottom: 20px; }

.form-contact .form-control {
  border-radius: 0; }
.form-contact .btn {
  /*font-size: 19px;*/
  width: 150px;
  border-radius: 0;
  background-color: #00984b;
  border-color: #00984b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .form-contact .btn:hover {
    color: #00984b;
    background-color: #fdfab1; }

.map-address {
  text-align: center;
  padding: 20px 15px;
  background-color: rgba(4, 98, 64, 0.9);
  color: #fdfab1;
  font-style: italic;
  left: 50%;
  position: absolute;
  bottom: 30px;
  width: 420px;
  height: 112px;
  margin-left: -210px;
  /* Half the width */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .map-address p {
    margin-bottom: 0; }
  @media (max-width: 540px) {
    .map-address {
      position: static;
      bottom: 0;
      width: 100%;
      height: auto;
      margin-left: 0;
      margin-bottom: 0; } }

/* -- CONTAINER -- */
/* >1200 */
@media (min-width: 1200px) {
  .container {
    width: 1200px; } }
/* <=1199 */
@media (max-width: 1199px) {
  .container {
    width: 100%; } }
/* header */
@media (max-width: 1100px) {
  .header {
    /* menu fix top*/ }
    .header .goHome span {
      display: inline-block; }
    .header .searchbox.desktop {
      display: none; }
    .header .top-right {
      width: 160px; }
    .header .affix {
      position: static;
      animation: none; } }
@media (min-width: 801px) {
  .header .clearfix {
    display: none; }
    .header .clearfix::bebore, .header .clearfix::after {
      display: none; } }
@media (max-width: 800px) {
  .header .header-top {
    padding-top: 5px; }
  .header .logo {
    width: auto; } }
@media (max-width: 450px) {
  .header .goHome, .header .top-right {
    float: none;
    margin: 0 auto; } }

@media (min-width: 1001px) and (max-width: 1190px) {
  .banner .container {
    width: 980px;
    margin: 0 auto; }
  .banner .intro .intro-content {
    height: 130px; } }
@media (max-width: 1000px) {
  .banner .banner-right, .banner .banner-left {
    width: 100%;
    position: static;
    padding: 0; }
  .banner .banner-left {
    padding: 0 15px; }
  .banner .intro {
    margin: 20px 0 0 0;
    min-height: 340px; }
    .banner .intro .intro-bg {
      left: auto;
      right: -10px; }
    .banner .intro img {
      max-width: 100%; } }

@media (max-width: 919px) {
  .section-area .col-left, .section-area .col-right {
    width: 100%; }
  .section-area .widget.style-4 {
    margin: 15px auto;
    width: 540px; } }
@media (max-width: 580px) {
  .section-area .col-xs-6 {
    width: 100%; }
  .section-area .widget.style-2 .thumb {
    width: 100%;
    margin-right: 0; } }
@media (max-width: 560px) {
  .section-area .widget.style-4 {
    width: 100%; } }
@media (max-width: 500px) {
  .section-area .widget.style-3 .thumb {
    width: 100%;
    margin-right: 0; }
  .section-area .widget.style-3 .widget-wrapper {
    margin: 0;
    padding: 0; } }
@media (max-width: 400px) {
  .section-area .list.style-4 .list-item {
    width: 50%; } }

@media (min-width: 500px) and (max-width: 919px) {
  .sk-hd .col-xs-6 {
    width: 50%; }
  .sk-hd .col-xs-6.col-sm-3.col-md-3:nth-child(2n+1) {
    clear: both; } }
@media (max-width: 500px) {
  .sk-hd .col-xs-6 {
    width: 100%; } }

@media (max-width: 919px) {
  .col-left, .col-right {
    width: 100%; }

  .hdxh .col-right {
    margin-top: 30px; } }
@media (min-width: 1024px) {
  .topic-content .col-xs-4.col-sm-3.col-md-3:nth-child(4n +1) {
    clear: both; } }
@media (min-width: 700px) and (max-width: 1023px) {
  .topic-content .col-xs-4.col-sm-3.col-md-3 {
    width: 33.3333%; }
  .topic-content .col-xs-4.col-sm-3.col-md-3:nth-child(3n +1) {
    clear: both; } }
@media (min-width: 700px) and (max-width: 1023px) {
  .topic-content .col-xs-4.col-sm-3.col-md-3 {
    width: 33.3333%; }
  .topic-content .col-xs-4.col-sm-3.col-md-3:nth-child(3n +1) {
    clear: both; } }
@media (min-width: 400px) and (max-width: 699px) {
  .topic-content .col-xs-4.col-sm-3.col-md-3 {
    width: 50%; }
  .topic-content .col-xs-4.col-sm-3.col-md-3:nth-child(2n +1) {
    clear: both; } }
@media (max-width: 399px) {
  .topic-content .col-xs-4.col-sm-3.col-md-3 {
    width: 100%; } }

.video-notification.section-area {
  padding-bottom: 0; }

.video {
  margin: 0 0 30px 0; }
  @media (min-width: 1001px) and (max-width: 1139px) {
    .video {
      width: 80%; } }
  @media (max-width: 1000px) {
    .video {
      width: 100%; } }

@media (min-width: 1001px) and (max-width: 1139px) {
  .social {
    width: 20%; }
    .social .name {
      display: none; } }
@media (max-width: 1000px) {
  .social {
    width: 100%;
    text-align: center; }
    .social ul {
      display: inline-block; }
    .social span {
      float: none;
      margin: 0 auto !important; } }
@media (min-width: 769px) and (max-width: 1000px) {
  .social .name {
    display: none; } }
@media (max-width: 400px) {
  .social .name {
    display: none; } }

/* footer */
@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-index.css.map */
body:before {
    background-color: #fff;
}
.title_home .Highlight{
    color:#fb6e52!important;
}
.chitietbaiviet img{
	width: 100%;
}