﻿@import url("https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,700,700i,900");
html body {
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  color: #777777; }

p {
  font-family: 'Nunito', sans-serif;
  color: #b5becc; }

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Nunito', sans-serif;
  color: #333333;
  margin: 0px; }

body h1 {
  font-size: 48px; }

body h2 {
  font-size: 40px; }

body h3 {
  font-size: 32px; }

body h4 {
  font-size: 28px; }

body h5 {
  font-size: 24px; }

body h6 {
  font-size: 18px; }

.wf100 {
  width: 100%; }

.hcc-kcb header {
  background: white; }

.hcc-kcb .topbar {
  padding: 5px 0;
  background: #1e4dbf; }

.topbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .topbar ul li {
    display: inline-block;
    color: white; }

.topbar ul.left-links {
  padding: 10px 0px; }
  .topbar ul.left-links a {
    font-family: Nunito, sans-serif;
    text-transform: inherit;
    font-size: 14px;
    color: white; }
  .topbar ul.left-links li::after {
    content: "|";
    color: rgba(255, 255, 255, 0.2);
    line-height: 20px;
    padding: 0px 13px; }

.topbar .right-links {
  text-align: right; }
  .topbar .right-links li {
    margin-left: -5px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0px 15px; }
  .topbar .right-links a {
    color: white;
    font-size: 14px;
    line-height: 41px; }

.logo-nav-row .navbar {
  min-height: inherit;
  margin: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  /*.navbar-nav > li > a {
        display: block;
        font-size: 15px;
        color: #3e4095;
        font-weight: 600;
        text-transform: uppercase;
        padding: 30px 13px;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }*/ }
  .logo-nav-row .navbar .navbar-brand {
    height: inherit;
    margin-right: 70px;
    padding: 15px 0px; }
    .logo-nav-row .navbar .navbar-brand > img {
      display: block; }
  .logo-nav-row .navbar ul.nav.navbar-nav.navbar-right {
    margin: 0px; }
  .logo-nav-row .navbar .navbar-nav {
    margin: 0px; }
  .logo-nav-row .navbar .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 15px;
    color: #3e4095;
    font-weight: 700;
    padding: 31px 14px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
  .logo-nav-row .navbar .navbar-nav > li > a:before {
    position: absolute;
    content: '';
    bottom: 30px;
    width: 0;
    height: 2px;
    background-color: #ed3237;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }
  .logo-nav-row .navbar .navbar-nav > li:hover a {
    color: #ed3237;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }
  .logo-nav-row .navbar .navbar-nav > li:hover a:before {
    width: 45px; }
  .logo-nav-row .navbar .navbar-nav > li.active > a {
    color: #ed3237; }
  .logo-nav-row .navbar .navbar-nav > li > a:hover, .logo-nav-row .navbar .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff; }

.section-bg {
  padding: 100px 0 100px; }

.section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }

.hcc-kcb-bg {
  /*background-color: #edf5ff !important;*/
  background-color: #2567d3 !important; }

.kcb-title {
  /*line-height: 1.2;
    font-weight: bold;
    margin-bottom: 6.5rem !important;
    color: #fff;
    text-transform: uppercase;*/
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: "Niramit", sans-serif;
  margin: 0 0 26px; }

.kcb-content {
  padding: 50px 0; }

.kcb-image {
  display: block !important; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.btn {
  border-radius: 4px;
  padding: 12px 34px;
  font-size: 15px !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.btn.btn-warning {
  background-color: #ff8057 !important;
  border: 1px solid #ff8057 !important;
  color: #fff;
  -webkit-box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16); }

.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning.focus, .btn.btn-warning:active, .btn.btn-warning.active {
  background-color: #ff7448 !important;
  border: 1px solid #ff7448 !important;
  color: #fff !important; }

.btn_one {
  display: inline-block;
  border: 2px solid #ff512f;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  -webkit-transition: border-color .3s,color .3s;
  -o-transition: border-color .3s,color .3s;
  transition: border-color .3s,color .3s;
  -o-transition-timing-function: ease,ease;
  transition-timing-function: ease,ease;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  z-index: 1;
  background-image: linear-gradient(to right, #dd2476 0%, #ff512f 100%);
  text-align: center; }

.btn_one:hover {
  color: #fff; }

.btn_one:hover:before {
  opacity: 1;
  background-image: linear-gradient(to right, #dd2476 0%, #ff512f 100%);
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }

.btn_one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform .3s,opacity .3s,background-color .3s;
  -webkit-transition: opacity .3s,background-color .3s,-webkit-transform .3s;
  transition: opacity .3s,background-color .3s,-webkit-transform .3s;
  -o-transition: transform .3s,opacity .3s,background-color .3s;
  transition: transform .3s,opacity .3s,background-color .3s;
  transition: transform .3s,opacity .3s,background-color .3s,-webkit-transform .3s; }

.btn-hover {
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 6px 10px;
  color: #fff;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.btn-hover:hover {
  background-color: #ed3237;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

footer {
  background: #2c3d5a;
  padding: 60px 0 24px;
  position: relative; }
  footer .kcb-text {
    color: #9da9bb !important; }
  footer .company-sub-menu li {
    padding: 8px 0; }
    footer .company-sub-menu li a {
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      color: #b5becc; }
    footer .company-sub-menu li a:hover {
      color: #fff !important;
      margin-left: 6px; }
  footer .footer-social-list {
    margin-top: 1.5rem !important; }
    footer .footer-social-list a {
      border: 1px solid #d9dee5;
      height: 40px;
      width: 40px;
      display: inline-block;
      border-radius: 50%;
      line-height: 38px;
      text-align: center;
      color: #bbc3d0;
      font-size: 18px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    footer .footer-social-list a:hover {
      background: #ff8057;
      color: #fff;
      border-color: #ff8057;
      -webkit-box-shadow: 0 0 2px 7px rgba(255, 128, 87, 0.15);
      box-shadow: 0 0 2px 7px rgba(255, 128, 87, 0.15); }

.text-title-li {
  color: #fff !important;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 1rem !important; }

.list-inline-item {
  display: inline-block; }

.mt-1 {
  margin-top: 1.5rem !important; }

/*seevice*/
.service-box {
  margin-bottom: 30px;
  min-height: 350px;
  border: 1px solid #f7f7f7;
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.02);
  position: relative;
  transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07); }

.service-box:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 40px rgba(74, 196, 243, 0.4) !important; }

.service-box .service-title {
  font-size: 20px; }

/* service*/
.service-three-area .section-text {
  color: #000;
  /*font-family: Poppins;*/
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase; }

.service-three-area .single-service {
  position: relative;
  padding: 50px 20px 40px;
  min-height: 373px;
  margin-bottom: 40px;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  /*-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, .2);*/
  -webkit-box-shadow: 0px 8px 16px 4px rgba(220, 218, 255, 0.6);
  box-shadow: 0px 8px 16px 4px rgba(220, 218, 255, 0.6); }

.service-three-area .single-service .service-icon {
  display: block;
  width: 100%;
  margin-bottom: 30px; }

.service-three-area .single-service .service-icon img {
  width: 130px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.service-three-area .single-service:hover .service-icon img {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px); }

.service-three-area .single-service .service-title h3 a {
  color: #2b2b2b;
  text-align: center;
  /*font-family: Poppins;*/
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  line-height: 32px;
  text-transform: uppercase;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.service-three-area .single-service .service-title h3 a:hover {
  color: #ed3237;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

.service-three-area .single-service .service-content p {
  margin-top: 15px;
  line-height: 28px;
  font-size: 15px;
  font-weight: 500;
  color: #555; }

.text-muted {
  color: #b5becc; }

.header-title {
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase; }

.mt-40 {
  margin-bottom: 40px; }

.right-icon {
  font-size: 30px; }

.pt-1 {
  padding-bottom: 10px; }

.section {
  background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #eff8ff 85%, #eff8ff 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #eff8ff 85%, #eff8ff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 50%, #eff8ff 85%, #eff8ff 100%); }

.service-box-icon {
  text-align: center;
  padding: 23px;
  max-width: 100px; }

.service-icon {
  width: 100%; }

/*loader css*/
.page-loader {
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999999; }

.page-loader .loader {
  top: 50%;
  left: 50%; }

.page-loader .loader {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.page-loader .loader div {
  transform-origin: 40px 40px;
  animation: page-loader 1.2s linear infinite; }

.page-loader .loader div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #2567d3; }

.page-loader .loader div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.page-loader .loader div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.page-loader .loader div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.page-loader .loader div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.page-loader .loader div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.page-loader .loader div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.page-loader .loader div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.page-loader .loader div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.page-loader .loader div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.page-loader .loader div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.page-loader .loader div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.page-loader .loader div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes page-loader {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*carosel*/
.item {
  position: relative; }

.department-box {
  width: 100%;
  float: left;
  border-radius: 5px;
  position: relative;
  overflow: hidden; }

.department-box {
  min-height: 305px; }
  .department-box h6 {
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
    padding: 15px 0 15px 20px;
    position: relative;
    z-index: 98; }
  .department-box ul {
    list-style: none; }
  .department-box ul {
    margin: 0px;
    padding: 12px 20px 13px;
    list-style: none;
    position: relative;
    z-index: 98; }
  .department-box a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: block;
    line-height: 30px;
    letter-spacing: -.1px;
    position: relative;
    z-index: 98; }

.c3 {
  background: #4caf50; }

.c1 {
  background: #009688; }

.c2 {
  background: #2196f3; }

.mb30 {
  margin: 0 0 30px; }

/*subheader*/
/*.subheader {
    background-color: #2567d3;
    padding: 50px 0;

    ul {
        li {
            list-style: none;
            font-size: 14px;
            display: inline-block;

            &:after {
                content: "\f105";
                font-size: 14px;
                font: normal normal normal 14px/1 FontAwesome;
                color: #fff;
            }

            a {
                color: #fff;
                padding: 10px;
            }
        }

        li:last-child:after{
            display: none
        }
    }
}*/
/*.main-content{
    padding-top: 60px;
    padding-bottom: 60px;
}*/
/*.thutuc-content .stitle{
    margin-bottom: 50px;
}

.thutuc-content .recent-events .nav-tabs a{
    color: #2567d3;
}*/
/*anh dung fix*/
.subheader {
  padding: 50px 0;
  background-color: #2567d3; }

.subheader h2 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px; }

.subheader ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.subheader ul li {
  display: inline-block; }

.subheader ul li:after {
  content: " / ";
  padding: 0 12px;
  color: #fff; }

.subheader ul li:last-child:after {
  display: none; }

.subheader ul li a {
  color: #fff;
  font-size: 18px; }

.events-wrapper {
  padding: 80px 0;
  width: 100%;
  /*background: url(../images/eventpagebg.jpg) no-repeat bottom;*/
  background-size: cover; }

.events-wrapper .event-post {
  margin-bottom: 40px; }

.event-post-img {
  max-width: 200px;
  max-height: 100%;
  float: left;
  margin-right: 20px; }
  .event-post-img img {
    width: 100%; }

.site-pagination {
  text-align: center; }

.site-pagination .pagination {
  margin: 20px 0 0;
  padding: 0px; }

.site-pagination .pagination > li > a, .pagination > li > span {
  color: #333;
  padding: 8px 15px; }

.site-pagination .pagination > .active > a, .site-pagination .pagination > .active > a:focus, .site-pagination .pagination > .active > a:hover, .site-pagination .pagination > .active > span, .site-pagination .pagination > .active > span:focus, .site-pagination .pagination > .active > span:hover, .site-pagination .pagination > li > a:focus, .site-pagination .pagination > li > a:hover, .site-pagination .pagination > li > span:focus, .site-pagination .pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #d94148;
  border-color: #d94148; }

.events-wrapper .event-post-full .thumb {
  width: 390px; }

.events-wrapper .event-post-full .event-post-content {
  width: 100%; }

.events-wrapper .event-post-full {
  margin-bottom: 40px;
  background: #fafafa;
  width: 100%;
  float: left;
  /*box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.07);*/
  overflow: hidden;
  border-radius: 3px; }

.event-post-full:hover .thumb:after {
  opacity: 1; }

.events-wrapper.events-listing {
  background: #fafafa; }

.events-listing .event-post-full .event-post-txt {
  /*padding: 30px 30px 0;*/
  width: 100%; }
  .events-listing .event-post-full .event-post-txt h3 {
    margin-bottom: 14px; }
    .events-listing .event-post-full .event-post-txt h3 a {
      font-size: 24px;
      font-weight: 600;
      font-family: "Niramit", sans-serif;
      color: #00528B; }
    .events-listing .event-post-full .event-post-txt h3 a:hover {
      color: #ed3237; }
  .events-listing .event-post-full .event-post-txt p {
    color: #212d31; }

.events-listing span.ecat {
  margin: 0 0 23px; }

.events-listing .event-post-loc {
  line-height: 50px;
  height: 50px;
  margin-left: 220px; }

.event-list-box {
  background: #fff;
  border-radius: 3px;
  width: 100%;
  float: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  padding: 30px;
  margin: 0 0 30px; }

.event-list-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.event-list-box ul li {
  float: left;
  margin-right: 20px; }

.event-list-box ul li:last-child {
  float: right;
  margin: 0px; }

.event-list-box .edate {
  font-size: 16px;
  color: #aaaaaa;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 25px; }

.event-list-box .edate strong {
  display: block;
  color: #d94148;
  font-weight: 900; }

.event-list-box .event-title {
  width: 48%; }

.event-list-box .event-title h6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 5px 0 10px; }

.event-list-box .event-title h6 a {
  color: #222; }

.event-list-box .event-title p {
  margin: 0px;
  color: #aaaaaa;
  font-size: 16px;
  font-weight: 500; }

.event-list-box .event-title p i {
  color: #d94148;
  margin-right: 5px; }

a.join-now {
  background: #fafafa;
  display: inline-block;
  line-height: 28px;
  padding: 0 20px;
  border-radius: 15px;
  border: 1px solid #e1e1e1;
  text-transform: uppercase;
  font-size: 14px;
  color: #a0a0a0;
  height: 30px;
  margin: 30px 0 0; }

.event-list-box img {
  width: 130px;
  height: auto;
  border-radius: 3px; }

.event-list-box:hover {
  box-shadow: 0 6px 12px rgba(247, 56, 89, 0.12); }

.event-list-box:hover .event-title h6 a {
  color: #d94148; }

.event-list-box:hover a.join-now {
  background: #d94148;
  border-color: #d94148;
  color: #fff; }

.recent-events .nav-tabs > li > a {
  background: #d94148;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 0px 12px;
  line-height: 51px;
  color: #fff;
  border: 0px;
  position: relative;
  border-radius: 3px 3px 0 0;
  overflow: hidden; }

.recent-events .nav-tabs > li.active > a {
  background: #2567d3;
  color: #fff; }

.tab-content {
  background: #fff;
  border-radius: 0 3px 3px 3px;
  padding: 30px; }

.event-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 6px; }

.event-meta li {
  margin: 0 0 7px;
  list-style: none;
  margin: 0; }

.event-meta li, .latest-updates .post-date {
  color: #212d31;
  font-size: 14px; }

.event-post-full .event-post-txt p {
  margin: 0 0 20px; }

.event-post-txt h5 a {
  color: #2567d3;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  display: block; }

.event-post-txt p {
  line-height: 22px;
  margin: 0px; }

.events-listing .event-post-loc {
  line-height: 50px;
  height: 50px; }

.event-post-loc {
  border-top: 1px solid #eeeeee;
  color: #777;
  /*padding: 0 0 0 30px;*/
  height: 46px;
  position: relative;
  line-height: 46px; }

.event-post-loc a {
  float: right;
  color: #212d31;
  border-left: 1px solid #eee;
  padding: 0 20px; }
  .event-post-loc a:hover {
    color: #ed3237; }

.contact-details {
  position: relative; }

.stitle {
  font-weight: 700;
  margin: 0 0 20px; }

.add-box {
  background: #fff;
  width: 100%;
  float: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 25px 30px; }

.add-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.add-box li {
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 26px;
  color: #666666; }

.add-box li:last-child {
  margin: 0px; }

.add-box h5 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 18px;
  font-weight: 700; }

.add-box i {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  font-size: 20px;
  color: #40407e; }

.map {
  border: 4px solid #e6e6e6; }

.map iframe {
  width: 100%;
  border: 0px;
  height: 470px; }

.contact-form ul {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.contact-form li {
  margin-bottom: 10px; }

.contact-form input[type="text"] {
  border: 1px solid #ccc;
  line-height: 48px;
  padding: 0 20px;
  width: 100%;
  border-radius: 3px; }

.contact-form textarea {
  border: 1px solid #ccc;
  line-height: 48px;
  padding: 0 20px;
  width: 100%;
  border-radius: 3px;
  min-height: 180px; }

.contact-form input[type="submit"] {
  background: #40407e;
  border: 0px;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700; }

.contact-form input[type="submit"]:hover {
  background: #d94148;
  color: #fff; }

.add-box-2 {
  width: 100%;
  float: left;
  text-align: center; }

.add-box-2 i {
  color: #d94148;
  font-size: 48px; }

.add-box-2 h5 {
  margin: 20px 0;
  font-weight: 700; }

.add-box-2 p {
  margin: 0px;
  color: #666666; }

.add-box-2 a {
  color: #666; }

.add-box-2 a:hover {
  color: #d32f2f; }

.br {
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9; }

.contact-map {
  width: 100%;
  float: left;
  padding: 80px 0; }

.contact-form .container {
  padding: 0 100px; }

.inner-padding.np {
  padding-top: 0px; }

.m80 {
  margin-bottom: 80px; }

.graybg {
  background: #f5f5f5; }

.p80 {
  padding: 80px 0; }

/*thong-ke*/
.news-grid .news-box {
  margin-bottom: 30px; }

.news-box {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.07); }

.new-txt {
  padding: 20px; }
  .new-txt h6 {
    font-size: 16px;
    font-weight: 600;
    min-height: 200px; }
  .new-txt h6 {
    margin: -20px -20px 0px -20px;
    background: #079273;
    padding: 20px;
    color: #fff; }
    .new-txt h6 a {
      color: #fff; }
  .new-txt p {
    color: #777777;
    line-height: 24px;
    margin: 0px;
    font-size: 16px; }

.news-box-f.gitnew {
  padding: 0px 20px; }

.news-box-f {
  border-top: 1px solid #eeeeee;
  overflow: hidden;
  line-height: 50px;
  color: #777777;
  font-style: italic;
  font-size: 14px;
  font-weight: 600;
  position: relative; }

/*recent-events*/
.recent-events {
  color: #515151; }
  .recent-events p {
    color: #515151; }

.city-team {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }

.sections {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative; }

.btn-viewdetail {
  height: 50px;
  display: inline-block;
  line-height: 50px;
  padding: 0 40px;
  font-size: 16px;
  color: #fff;
  background-image: -moz-linear-gradient(33deg, #2567d3 0%, #2567d3 100%);
  background-image: -webkit-linear-gradient(33deg, #2567d3 0%, #2567d3 100%);
  background-image: -ms-linear-gradient(33deg, #2567d3 0%, #2567d3 100%);
  box-shadow: 0px 1px 31.85px 3.15px rgba(0, 0, 0, 0.13);
  border-radius: 25px;
  vertical-align: top;
  text-decoration: none;
  -webkit-user-select: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  border: none;
  outline: none; }

.btn-viewdetail::before {
  content: "";
  border-radius: 45px;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.04);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.btn-viewdetail:hover {
  color: #fff; }

.social-ring {
  display: inline-grid;
  position: fixed;
  bottom: 30px;
  left: 30px;
  min-width: 45px;
  text-align: center;
  z-index: 99999; }
  .social-ring a {
    padding: 8px 2px;
    cursor: pointer;
    position: relative;
    margin-bottom: 20px; }
    .social-ring a span {
      border-radius: 2px;
      text-align: center;
      background: #ef5426;
      padding: 9px;
      display: none;
      width: 180px;
      margin-left: 10px;
      position: absolute;
      color: #ffffff;
      z-index: 999;
      top: 9px;
      left: 40px;
      transition: all 0.2s ease-in-out 0s;
      -moz-animation: headerAnimation 0.7s 1;
      -webkit-animation: headerAnimation 0.7s 1;
      -o-animation: headerAnimation 0.7s 1;
      animation: headerAnimation 0.7s 1; }
      .social-ring a span::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #ef5426 transparent transparent;
        position: absolute;
        left: -10px;
        top: 10px; }
  .social-ring i {
    width: 40px;
    height: 40px;
    background: #fa8017;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999; }
  .social-ring img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
    z-index: 999; }

.social-ring-main {
  display: none; }

.social-ring-content {
  display: inline-grid; }

.alo-circle {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  width: 50px;
  height: 50px;
  top: 3px;
  right: -3px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  border-color: #fa8017;
  opacity: .5; }

.alo-circle-fill {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
  width: 60px;
  height: 60px;
  top: -2px;
  right: -8px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(248, 140, 20, 0.5);
  opacity: .75; }

.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span {
  display: block; }

@keyframes headerAnimation {
  0% {
    margin-top: -70px; }
  100% {
    margin-top: 0; } }
