@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold.svg#SFUFutura") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light.svg#SFUFutura") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular.svg#SFUFutura") format("svg");
  font-weight: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype"), url("../fonts/roboto/Roboto-Medium.svg#SFUFutura") format("svg");
  font-weight: 500;
}
/*Lora*/
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora/Lora-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lora/Lora-Bold.woff") format("woff"), url("../fonts/lora/Lora-Bold.ttf") format("truetype"), url("../fonts/lora/Lora-Bold.svg#SFUFutura") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/lora/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lora/Lora-Regular.woff") format("woff"), url("../fonts/lora/Lora-Regular.ttf") format("truetype"), url("../fonts/lora/Lora-Regular.svg#SFUFutura") format("svg");
  font-weight: normal;
}
/* Nunito */
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/NunitoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/NunitoSans-Bold.woff") format("woff"), url("../fonts/nunito/NunitoSans-Bold.ttf") format("truetype"), url("../fonts/nunito/NunitoSans-Bold.svg#SFUFutura") format("svg");
  font-weight: bold;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/NunitoSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/NunitoSans-SemiBold.woff") format("woff"), url("../fonts/nunito/NunitoSans-SemiBold.ttf") format("truetype"), url("../fonts/nunito/NunitoSans-SemiBold.svg#SFUFutura") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito/NunitoSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito/NunitoSans-Regular.woff") format("woff"), url("../fonts/nunito/NunitoSans-Regular.ttf") format("truetype"), url("../fonts/nunito/NunitoSans-Regular.svg#SFUFutura") format("svg");
  font-weight: normal;
}

footer, header, menu, nav, section {
  display: block;
}

.-ap {
    line-height: 1.2 !important;
}

.overlay-common {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 98;
  display: none;
}
.overlay-common.show {
  display: block;
}

/*
    Custom Header
*/
.header {
  background: #fff;
  padding: 15px 0px;
}
@media (max-width: 991px) {
  .header {
    border-bottom: 1px solid #e2e2e2;
  }
}

.nav-toggle {
  display: none;
  background: #CE7A58;
  width: 36px;
  height: 36px;
  text-align: center;
  color: #fff;
  line-height: 36px;
  position: fixed;
  z-index: 88;
  top: 0px;
  right: 0px;
  font-size: 24px;
  cursor: pointer;
}
.nav-toggle .icon {
  line-height: 36px;
}
@media (max-width: 991px) {
  .nav-toggle {
    display: block;
  }
}

.logo-text {
  position: relative;
  color: #2A6EBB;
  text-align: left;
}
.logo-text .logo {
  left: 0px;
  max-width: 536px;
  width: 100%;
  display: inline-block;
}
.logo-text img {
    /*height: 75px;*/
    max-width: 120%;
    height: auto;
}

.header-title {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 22px;
  font-family: Lora, Arial;
  color: #903938;
  text-transform: uppercase;
}

.header-sologan {
  font-size: 16px;
  color: #903938;
  font-style: italic;
}

@media (max-width: 991px) {
  .logo-text {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
  .logo-text .logo {
    top: 0px;
    margin-bottom: 10px;
    position: relative;
  }
}
.header-account {
  position: absolute;
  top: 20px;
  right: 0px;
}
@media (max-width: 991px) {
  .header-account {
    display: none;
  }
}
.header-account .btn {
  margin: 0px 3px;
  border-color: #CE7A58;
  color: #1E2F41;
  border-radius: 3px;
  width: 130px;
  min-width: 0px;
  font-size: 16px;
  height: auto;
  font-weight: 500;
}
.header-account .btn:hover {
  background-color: #CE7A58;
  color: #fff;
}
.header-account .user {
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 10px;
}
.header-account .user .avatar {
  position: absolute;
  top: 0px;
  left: 0px;
}
.header-account .user .icon {
  position: absolute;
  right: 0px;
  top: 10px;
}
.header-account .user .username {
  overflow: hidden;
  max-width: 250px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .header-account .user .username {
    max-width: 150px;
  }
}

.header-nav {
  background: #f5f5f5;
}
.header-nav .menus {
  font-size: 20px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header-nav .menus > li {
  float: left;
  position: relative;
}
.header-nav .menus > li > a {
  font-family: "Nunito" !important;
  display: block;
  padding: 10px 15px;
  font-weight: 500;
  height: 42px;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
}
.header-nav .menus > li.active > a, .header-nav .menus > li:hover > a {
  color: #fff;
  background: #CE7A58;
}
.header-nav .menus .dropdown-menu {
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
  min-width: 100%;
  background: #E9926F;
  font-size: 18px;
}
.header-nav .menus .dropdown-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-nav .menus .dropdown-menu > li > a {
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
.header-nav .menus .dropdown-menu > li:hover > a {
  background: #CE7A58;
}
.header-nav .menus .dropdown-menu > li.active > a, .header-nav .menus .dropdown-menu > li.active > a:focus > a, .header-nav .menus .dropdown-menu > li.active > a:hover > a {
  background: #CE7A58;
}
.header-nav .menus li:hover > .dropdown-menu {
  display: block;
}
.header-nav .header-account {
  display: none;
}
.header-account .user-btn a {
    text-decoration: none;
    display: block;
    position: relative;
    color: #1E2F41;
    font-size: 16px;
}
.header-account .user-btn .dvc-btn {
    border: 1px solid #CE7A58;
    border-radius: 3px;
    padding: 8px 15px;
    text-align: center;
}
.header-account .user-btn .dvc-btn:hover {
    background-color: #CE7A58;
    color: #fff;
}

@media (max-width: 991px) {
  .header-nav {
    position: fixed;
    top: 0px;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    overflow: auto;
    bottom: 0px;
    width: 260px;
    z-index: 100;
  }
  .header-nav.show {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
    left: 0px;
  }
  .header-nav .pull-left, .header-nav .pull-right {
    float: none;
    width: 100%;
  }
  .header-nav .menus > li {
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header-nav .menus > li > a {
    height: auto;
  }
  .header-nav .menus > li:hover .dropdown-menu {
    display: none;
  }
  .header-nav .menus > li .down {
    position: absolute;
    top: 10px;
    right: 5px;
    font-family: FontAwesome;
    display: block;
    width: 16px;
    height: 16px;
  }
  .header-nav .menus > li .down:before {
    content: "";
  }
  .header-nav .menus > li.active .dropdown-menu, .header-nav .menus > li.active:hover .dropdown-menu {
    display: block !important;
  }
  .header-nav .menus > li.active > a > .down:before, .header-nav .menus > li.active:hover > a > .down:before {
    content: "";
  }
  .header-nav .menus .dropdown-menu {
    width: 100%;
    position: relative;
    display: none;
    float: none;
    top: 0px;
  }
  .header-nav .menus .dropdown-menu > li > a {
    white-space: normal;
  }
  .header-nav .header-account {
    display: block;
    position: relative;
    clear: both;
  }
  .header-nav .header-account .btn {
    width: 100%;
    margin: 3px 0px;
  }
}
.header-nav.pakn {
  background: #67A99F;
  color: #fff;
}
.header-nav.pakn .menus > li {
  margin-right: 0px;
}
.header-nav.pakn .menus > li > a {
  padding: 12px 15px;
}
.header-nav.pakn .menus > li > a:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
}
.header-nav.pakn .menus > li.active > a:before {
  display: none;
}
.header-nav.pakn .menus > li.active > a {
  background: #fff;
  color: #2A6EBB;
}

.languages > .btn {
  padding: 12px 10px;
  background: none;
}
.languages > .btn:hover, .languages > .btn:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
.languages .icon {
  width: 24px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
  border-radius: 2px;
  vertical-align: middle;
  background-position: center;
}
.languages .dropdown-menu {
  width: 100%;
}

.hero-banner {
  background-image: url(../images/home/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #CE7A58;
  background-position: center center;
  padding: 40px 0px;
  position: relative;
}
.hero-banner .head {
  margin-bottom: 20px;
  color: #fff;
}
.hero-banner .head .title {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.hero-banner .slider {
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
  background: #CE7A58;
  color: #fff;
  white-space: nowrap;
}
.hero-banner .slider .item {
  display: inline-block;
  padding: 7px 20px;
  color: #fff;
  text-decoration: none;
}
.hero-banner .slider .item:hover {
  color: #333;
}

.hero-banner .marquee {
    height: 40px;
    /*width: 100%;*/
    min-width: 100%;
    overflow: hidden;
    /*position: relative;*/
    position: absolute;
    background: #CE7A58;
    color: #fff;
}

.hero-banner .marquee .marquee-items {
    /*position: absolute;*/
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: marquee 20s linear infinite;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
}

.hero-banner .marquee .marquee-items .item {
    margin-right: 200px;
    white-space: nowrap;
}

@-moz-keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.box-wrap-search {
  position: relative;
}
.box-wrap-search .btn-dvctt {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  padding: 6px 20px;
  font-size: 18px;
  background: #FFC251;
  color: #444444;
  /*color: #1E2F41;*/
}
@media (max-width: 768px) {
  .box-wrap-search {
    padding-right: 0px;
  }
  .box-wrap-search .btn-dvctt {
    position: relative;
  }
}

.box-search {
  margin: auto;
  position: relative;
}
.box-search .row {
  margin: 0px -5px;
}
.box-search .col-xs-12 {
  padding: 0px 5px;
}
.box-search.-nobtn {
  padding-right: 0px;
}
.box-search .form-control {
  height: 40px;
  box-shadow: none;
  font-size: 18px;
  border-radius: 4px;
}
.box-search.-adv .form-control {
  border: 0px;
  padding-right: 245px;
}
.box-search .adv {
  position: absolute;
  top: 0px;
  height: 40px;
  right: 60px;
  z-index: 10;
  width: 180px;
  border-left: 1px solid #e2e2e2;
  padding: 7px 10px;
  cursor: pointer;
  color: #1E2F41;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}
.box-search .adv:hover {
  color: #903938;
}
.box-search .btn-search {
  width: 60px;
  background: #f5f5f5;
  color: #1E2F41;
  height: 40px;
  top: 0px;
  right: 0px;
  min-width: 0px;
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
}
.box-search .btn-search .icon {
  font-size: 18px;
}
.box-search .btn-search:hover {
  background: #903938;
  color: #fff;
}
@media (max-width: 768px) {
  .box-search {
    padding-right: 0px;
  }
  .box-search .form-control {
    padding-right: 40px;
  }
  .box-search.-adv .form-control {
    padding-right: 200px;
  }
  .box-search .adv {
    right: 40px;
    bottom: 0px;
    top: auto;
    border-left: 0px;
    border-radius: 2px;
    text-align: right;
  }
  .box-search .btn-search {
    width: 40px;
    font-size: 0px;
  }
  .box-search .btn-search .icon {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .box-search {
    margin-bottom: 40px;
  }
  .box-search.-adv .form-control {
    padding-right: 40px;
  }
  .box-search .adv {
    bottom: -45px;
    color: #fff;
    right: 0px;
    width: 100%;
  }
}
.actions {
    margin-top: 30px;
}


.header-bottom {
  background: #CE7A58;
}
.header-bottom ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.header-bottom ul li {
  float: left;
}
.header-bottom ul li > a {
  display: block;
  padding: 7px 20px;
  color: #fff;
}
.header-bottom ul li.active > a, .header-bottom ul li:hover > a {
  background: #bc5d37;
}
@media (max-width: 991px) {
  .header-bottom {
    display: none;
  }
}

.navbar-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.navbar-bottom .menus {
    padding-top: 10px;
}

.navbar-bottom .menus > li {
    display: inline-block;
    position: relative;
}

.navbar-bottom .menus > li > a {
    padding: 10px 10px;
    font-weight: bold;
    color: #CE7A58;
    display: inline-block;
    text-decoration: none;
}

.navbar-bottom .menus > li > a:hover {
  color: #173d68;
}


.box-wrap-search .btn-dvctt {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  padding: 6px 20px;
  background: #FFC251;
  color: #1E2F41;
}
@media (max-width: 768px) {
  .box-wrap-search {
    padding-right: 0px;
  }
  .box-wrap-search .btn-dvctt {
    position: relative;
  }
}

.box-search {
  margin: auto;
  position: relative;
}
.box-search .row {
  margin: 0px -5px;
}
.box-search .col-xs-12 {
  padding: 0px 5px;
}
.box-search.-nobtn {
  padding-right: 0px;
}
.box-search .form-control {
  height: 40px;
  box-shadow: none;
  border-radius: 4px;
}
.box-search.-adv .form-control {
  border: 0px;
  padding-right: 245px;
}
.box-search .adv {
  position: absolute;
  top: 0px;
  height: 40px;
  right: 60px;
  z-index: 10;
  width: 180px;
  border-left: 1px solid #e2e2e2;
  padding: 7px 10px;
  cursor: pointer;
  color: #1E2F41;
  text-align: center;
}
.box-search .adv:hover {
  color: #903938;
}
.box-search .btn-search {
  width: 60px;
  background: #f5f5f5;
  color: #1E2F41;
  height: 40px;
  top: 0px;
  right: 0px;
  min-width: 0px;
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
}
.box-search .btn-search .icon {
  font-size: 18px;
}
.box-search .btn-search:hover {
  background: #903938;
  color: #fff;
}
@media (max-width: 768px) {
  .box-search {
    padding-right: 0px;
  }
  .box-search .form-control {
    padding-right: 40px;
  }
  .box-search.-adv .form-control {
    padding-right: 200px;
  }
  .box-search .adv {
    right: 40px;
    bottom: 0px;
    top: auto;
    border-left: 0px;
    border-radius: 2px;
    text-align: right;
  }
  .box-search .btn-search {
    width: 40px;
    font-size: 0px;
  }
  .box-search .btn-search .icon {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .box-search {
    margin-bottom: 40px;
  }
  .box-search.-adv .form-control {
    padding-right: 40px;
  }
  .box-search .adv {
    bottom: -40px;
    color: #fff;
    right: 0px;
    width: 100%;
  }
  .box-wrap-search .btn-dvctt {
    width: 100%;
  }
}

/*
    Home page
*/
.section {
  padding: 40px 0px;
}
@media (max-width: 768px) {
  .section {
    padding: 20px 0px;
  }
}

.actions-rate {
  margin-top: 20px;
  margin-bottom: 20px;
}
.actions-rate .icon {
  margin-right: 5px;
}
.actions-rate .icon img {
  height: 20px;
}
.actions-rate .btn-like {
  border: 1px solid #67A99F;
  color: #67A99F;
}
.actions-rate .btn-like:hover {
  background: #67A99F;
  color: #fff;
}
.actions-rate .btn-dislike {
  border: 1px solid #CE7A58;
  color: #CE7A58;
}
.actions-rate .btn-dislike:hover {
  background: #CE7A58;
  color: #fff;
}
@media (max-width: 480px) {
  .actions-rate .btn {
    margin-bottom: 10px;
  }
}

.targetgroup-area .container {
  max-width: 991px;
}

.targetgroup-head {
  position: relative;
  font-size: 23px;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  cursor: pointer;
  color: #CE7A58;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.targetgroup-head h2, .targetgroup-head .targetgroup-title {
  font-size: 23px;
  margin: 0px;
}
.targetgroup-head:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #CE7A58;
  height: 4px;
  border-radius: 20px;
}

.targetgroup-body {
  position: relative;
  font-size: 18px;
}
.targetgroup-body .wrap {
  display: block;
  padding: 10px 20px;
  padding-left: 60px;
  border-radius: 8px;
  background: #f5f5f5;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  text-decoration: none;
  color: #333;
}
.targetgroup-body .wrap:hover {
  color: #000;
}
.targetgroup-body .icon {
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 15px;
  width: 30px;
}
.targetgroup-body .icon img {
  height: 25px;
}

.targetgroup-body-title {
  margin-bottom: 10px;
  line-height: 24px;
}

.targetgroup-box {
  padding: 10px;
  position: relative;
}
@media (max-width: 768px) {
  .targetgroup-box {
    padding: 10px 0px;
  }
}
.targetgroup-box.-congdan .targetgroup-body .wrap:hover {
  background: rgba(103, 169, 159, 0.15);
}
.targetgroup-box.-doanhnghiep .targetgroup-body .wrap:hover {
  background: rgba(144, 57, 56, 0.15);
}

.hotnews-top {
    background-image: url('../images/bg-news.jpg');
    background-size: cover;
    background-position: right center;
    background-color: #f5f5f5;
}

@media (max-width: 991px) {
    .hotnews-top {
        background: #f5f5f5;
    }
}

.hotnews-top .container {
    /*max-width: 991px;*/
}

.hotnews-top .post-date {
    font-size: 14px;
    color: #8F969C;
}

.hotnews-top .wrap {
    padding: 0px 20px;
    border-right: 1px solid #e2e2e2;
}

.hotnews-top .list-news {
    padding: 20px 30px;
    text-align: center;
}

.hotnews-top .list-news .item {
    margin-bottom: 0px;
}

.hotnews-top .list-news .item p {
    font-size: 18px;
}

.hotnews-top .list-news .post-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*.hotnews-top .list-news .item h3 {
    color: #CE7A58;
}*/
/*.hotnews-top .list-news .item h3 {
    color: #CE7A58;
}*/
.hotnews-top .list-news .item .tktt {
    color: #CE7A58;
    font-size: 26px;
    /*margin-top: 26px;
    margin-bottom: 12px;*/
}
.targetgroup-area .h2tc {
  
}

.hotnews-top .item:first-child .wrap {
    border-left: 0px;
}

.hotnews-top .slick-arrow {
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    top: 0px;
    bottom: 0px;
    margin: auto;
    font-size: 0px;
    background: none;
    border: 0px;
}

.hotnews-top .slick-arrow:before {
    font-family: FontAwesome;
    content: "";
    font-size: 24px;
}

.hotnews-top .slick-arrow:hover {
    color: #CE7A58;
}

.hotnews-top .slick-arrow.slick-prev {
    left: 0px;
}

.hotnews-top .slick-arrow.slick-prev:before {
    content: "";
}

.hotnews-top .slick-arrow.slick-next {
    right: 0px;
}

.hotnews-top .slick-arrow.slick-next:before {
    content: "";
}

.targetgroup-box.-lienket .item a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
}

.targetgroup-box.-lienket .item:nth-child(2n-1) a {
    background: #67aba0;
    color: white;
}

.targetgroup-box.-lienket .item a .text {
    margin-left: auto;
}

.targetgroup-box.-lienket .wrap {
    padding-left: 15 !important;
}

.box-danh-gia-head {
    background: #f5f5f5;
    text-align: center;
}

.box-danh-gia-head .danh-gia-title {
    color: #CE7A58;
    font-size: 22px;
}

.box-danh-gia-head .danh-gia-sub-title {
    font-size: 15px;
}

.box-danh-gia .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    color: #CE7A58 !important;
    border: 1px solid #CE7A58 !important;
    border-bottom-color: #fff !important;
}

.box-danh-gia .item-dg {
    padding: 15px;
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #CE7A58;
    margin-right: -1px;
    margin-top: -1px;
    /*font-weight: bold;*/
}

.box-danh-gia .item-dg .wrap:hover  {
    color: #CE7A58;
}

.box-danh-gia .item-dg .wrap  {
    color: #333;
}

.home-banner {
    padding: 10px;
}

.home-banner img {
    width: 100%;
    height: auto;
}

/*
    Footer
 */
.footer {
  background: #903938;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
}
.footer .add {
  display: inline-block;
  margin: 5px 15px;
}
.footer .add:last-child {
  margin-right: 0px;
}
.footer p {
  margin-bottom: 0px;
}

.readmore-btn-outline {
    margin-top: 20px;
    border: 1px solid #CE7A58;
    border-radius: 8px;
}

.readmore-btn-outline:hover {
    background-color: #CE7A58;
    color: #fff !important;
}

@media (min-width: 1200px) {
    .footer .footer-bottom .inline-block {
        display: inline-block;
    }
}

@media (min-width: 678px) {
    #main-navigation #home-list {
        max-height: 500px;
        overflow: auto;
    }
}

.navbar-bottom .menus > li.active > a, .navbar-bottom .menus > li.open > a {
    color: #903938;
}

.margin-xs { margin: .25em; }
.margin-sm { margin: .5em; }
.margin-md { margin: 1em; }
.margin-lg { margin: 1.5em; }
.margin-xl { margin: 3em; }

.margin-x-xs { margin: .25em 0; }
.margin-x-sm { margin: .5em 0; }
.margin-x-md { margin: 1em 0; }
.margin-x-lg { margin: 1.5em 0; }
.margin-x-xl { margin: 3em 0; }

.margin-y-xs { margin: 0 .25em; }
.margin-y-sm { margin: 0 .5em; }
.margin-y-md { margin: 0 1em; }
.margin-y-lg { margin: 0 1.5em; }
.margin-y-xl { margin: 0 3em; }

.margin-top-xs { margin-top: .25em; }
.margin-top-sm { margin-top: .5em; }
.margin-top-md { margin-top: 1em; }
.margin-top-lg { margin-top: 1.5em; }
.margin-top-xl { margin-top: 3em; }

.margin-right-xs { margin-right: .25em; }
.margin-right-sm { margin-right: .5em; }
.margin-right-md { margin-right: 1em; }
.margin-right-lg { margin-right: 1.5em; }
.margin-right-xl { margin-right: 3em; }

.margin-bottom-xs { margin-bottom: .25em; }
.margin-bottom-sm { margin-bottom: .5em; }
.margin-bottom-md { margin-bottom: 1em; }
.margin-bottom-lg { margin-bottom: 1.5em; }
.margin-bottom-xl { margin-bottom: 3em; }

.margin-left-xs { margin-left: .25em; }
.margin-left-sm { margin-left: .5em; }
.margin-left-md { margin-left: 1em; }
.margin-left-lg { margin-left: 1.5em; }
.margin-left-xl { margin-left: 3em; }

.lnkThuTuc a:hover {
  text-decoration: none;
}

.lnkThuTuc a {
  color: inherit;
}

.lnkThuTuc a:active, a:focus {
  text-decoration: none;
  color: inherit;
}

.lnkThuTuc a {
  text-decoration: none;
}
.btnNopHoSo {
    height: unset;
    min-width: unset;
    padding: 0.25rem 0.5rem;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: opacity 0.25s;
    overflow: visible;
}
.lnkThuTuc{
    display:block;
    line-height: 2;
    position: relative;
    margin-bottom: 0.5rem;
}
.lnkThuTuc:hover .btnNopHoSo{
    opacity: 1;
}
.btnNopHoSo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, #ffffff);
}
.btnNopHoSo:focus, .btnNopHoSo:focus:active {
    outline: none;
}
.hotnews-top .list-news {
  padding: 20px 30px;
}
.hotnews-top .list-news .item {
  margin-bottom: 0px;
}
.hotnews-top .list-news .post-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.hotnews-top {
  background-size: cover;
  background-position: right center;
  background-color: #f5f5f5;
}
.gt-wd-table-align-left td{
  vertical-align: middle;
}
