/*eefect*/
@-webkit-keyframes "flash" {
  0%,50%,100% {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

@keyframes "flash" {
  0%,50%,100% {
    opacity: 1;
  }

  25%,75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes "pulse" {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*end efect*/

.clearf {
  clear: both;
}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{background-color:transparent!important;}
#prbanner {
position: fixed;
    bottom: 0px;
    left: 0%;
}
#prbanner .dong{
width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: 600;
    padding: 3px 6px;
    position: absolute;
    bottom: -15px;
    left: 150px;
}
#prbanner .prbt {
webkit-animation: btled 1s alternate infinite;
    -moz-animation: btled 1s alternate infinite;
    -o-animation: btled 1s alternate infinite;
    animation: btled 1s alternate infinite;
}
#prbanner .prbt img {
width: 150px;
    height: auto;
    cursor: pointer;
}


#prbanner .prform{
position: absolute;
    bottom: 40px;
    left: -200%;
    background:#4fa54a;
    padding: 10px 10px 0 10px;
    color: #fff;
    width: 200%;
    max-width: 300px;
    display: block;
   box-shadow: 0 0 10px #000;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
   
}
#prbanner .slshow {
    left: 0;
}
#prbanner .prdesc {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    display: block!important;
    margin-bottom: 15px;
    font-weight: bold;
}
#prbanner .prform input[type=submit] {
display: block;
margin:auto;
background: #f00;
border:none;
padding: 5px 20px;
}

.prhead {
  background:#06548e;
  color: #fff;
  padding: 15px 0 2px;
}
.prhead .prdesc {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.prhead form.wpcf7-form {
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
}
@media all and (min-width: 768px) {
.prhead form.wpcf7-form > p {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
}
.prhead form.wpcf7-form input[type="submit"] {
  width: 100%;
  border: none;
  background: #ff0000;
  padding: 8px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
 
}

.clearf:after,
.clearf:before {
  content: " ";
  display: table;
  clear: both;
}

.sizing-border {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.sizing-content {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
}
/*@mainbd: #24890d;*/
/*@mainbg: #68a607;*/
.titlebder {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.titlebder:after {
  content: "";
  display: block;
  border-bottom: 3px solid #009933;
  width: calc(50% - 5px);
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
body {
  /*max-width: 1366px; margin: auto;*/
  font-family: 'Roboto', sans-serif;
}
a {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header {
 
  background: #fff;
  
}
#header .hotline {
  font-size: 25px;

}
#header .hotline strong {
  font-size: 30px;
  color: #cc0000;
}
.hotline {
  color: #cc0000;
}
.hotline a {
  color: #cc0000;
}
.site_title {
  font-size: 25px;
  color: #222;
  
}
#topmenu {
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    margin-top: 12px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#topmenu ul.nav li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
#topmenu ul.nav li .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    min-width: 100%;
    background: transparent;
}
#topmenu ul.nav li .dropdown-menu li a {
    padding: 10px 15px;
    white-space: nowrap;
    background: rgb(255 255 255 / 75%);
    color:#000;
    text-transform: none!important;
    border-bottom: 1px solid #ddd;
}
#topmenu ul.nav li a:hover, #topmenu ul.nav .active a, #topmenu ul.nav li a:focus {
    color:#004aad;
    font-weight: bold;
    background: transparent;
}
#topmenu .navbar-toggle {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  background: #4fa54a;
  border: 1px solid #fff;
}
.box-title,
.sub-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 30px;
}
.page-title span,
.box-title span,
.sub-title span {
  border-bottom: 1px solid #01596c;
  display: inline-block;
}
.page-title {
  font-weight: bold;
    font-size: 20px;
    color: #000;
    position: relative;
   /* border-bottom: 1px solid #ccc;*/
    padding-bottom: 5px;
    text-align: left;
}
.single-title {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    position: relative;
/*    border-bottom: 1px solid #ccc;*/
    padding-bottom: 5px;
    text-align: left;
}
/*.page-title:after,.single-title:after{
  content: "";
    display: block;
    border-bottom: 3px solid #06548e;
    width: calc(50% - 5px);
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    bottom: -2px;
}*/
.sub-title {
  font-size: 18px;
}
.box_desc {
  font-size: 24px;
}
.box-title {
  font-size: 22px;
}
.pagebox {
  padding:40px 0;
}
#home_slider li a img {
  width: 100%!important;
  
}

.posts .post .thumb img {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.posts .title {
  font-size: 16px;
  line-height: 1.5;
/*  height: 45px;*/
  overflow: hidden;
}
.posts .title a {
  color: #000;
  display: inline-block;
  width: 100%;
}
.posts .title a:hover {
  color: #06548e;
}
.posts .title:hover .thumb img {
  opacity: 0.7;
}
.row_posts .post {
  background: #f4f3f3;
  margin-bottom: 20px;
}
.row_posts .post .thumb iframe {
  margin: 0;
  padding: 0;
}
.row_posts .title {
  margin-top: 0;
}
.row_posts .title a {
  color: #222;
  font-weight: 700;
}
.row_posts .post_desc .inner {
  padding: 15px;
  color: #000;
}
.grid_posts .post {
  margin-bottom: 20px;
}
.grid_posts .post .thumb {
  overflow: hidden;
  text-align: center;
}
.grid_posts .post .thumb img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.grid_posts .post .title {
  margin: 0;
}
.grid_posts .post .title a {
  font-size: 14px;
  margin: 0;
  padding: 10px;
}
.grid_posts .post:hover .thumb img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.media_posts .post {
    display: block;
    border-bottom: 1px dashed #ddd;
    padding-bottom:5px;
}
.media_posts .post:last-child {
    border: none;
    padding: 0;
}
.media_posts .post .thumb {
  width: 80px;
}
.media_posts .post .thumb img {
  width: 100%;
  height: auto;
}
.media_posts .post .title {
  margin-top: 0;
  color: #000;
}
.media_posts .post:hover .title {
  color: #06548e;
}
.paginate {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}
.paginate a,
.paginate span {
  padding: 5px 8px;
  border: 1px solid #ccc;
  font-weight: 600;
}
.paginate .current {
  background: #06548e;
  color: #fff;
}
.entry_content,
.tax_desc {
  margin-bottom: 30px;
}
.entry_content p,
.tax_desc p,
.tax_desc div,
.entry_content table,
.tax_desc table,
.entry_content img,
.tax_desc img,
.entry_content figure,
.tax_desc figure {
  max-width: 100%!important;
  height: auto!important;
}
.entry_content img,
.tax_desc img {
  margin: 10px 0;
}
table tr td {
  padding: 5px 8px;
}
table td {
  border: 1px solid #ddd;
}
#popup_hepler {
  padding: 5px 5px 0;
  z-index: 1005;
  position: fixed;
  bottom: 0;
  right: 3px;
  background: #003333;
  color: #fff;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -o-border-border-top-right-radius: 10px;
  width: 165px;
}
#popup_hepler .hclose {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 600;
  padding: 3px 6px;
  position: absolute;
  top: -25px;
  right: 0;
}
#popup_hepler .avatar {
  width: 86.25px;
  height: 86.25px;
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #fff;
  padding: 7px;
  position: relative;
}
#popup_hepler .avatar img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#popup_hepler .name {
  padding-top: 5px;
  display: inline-block;
  line-height: 25px;
  white-space: normal;
}
#popup_hepler .hotline {
  margin-top: 5px;
  text-align: center;
}
#popup_hepler .hotline a {
  font-size: 24px;
  font-weight: 600;
}
.aboutpj_box .page-title {
  text-align: center;
}
.aboutpj_box .page-title:after {
  display: none;
}
.aboutpj_box .nav_box {
  text-align: center;
  margin: 25px 0;
  background: #ddd;
}
.aboutpj_box .nav_items {
  display: inline-block;
  vertical-align: top;
  border: none;
}
.aboutpj_box .nav_items li {
  margin: 0;
}
.aboutpj_box .nav_items li a {
  margin: 0;
  border: none;
  color: #000;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.aboutpj_box .nav_items li.active {
  margin-bottom: 0;
}
.aboutpj_box .nav_items .active a,
.aboutpj_box .nav_items li a:focus,
.aboutpj_box .nav_items li a:hover {
  background: #4fa54a;
  color: #fff;
  border: none;
}
.aboutus_box {
  background-size: auto 100%!important;
  padding: 30px 0;
  color: #fff;
}
.aboutus_box .about_content .desc {
  font-size: 20px;
  margin-bottom: 15px;
}
.aboutus_box .avatar .inner {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border: 3px solid #fdf1d0;
  padding: 2px;
  position: absolute;
}
.aboutus_box .avatar .inner img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  z-index: 0;
  width: 100%;
}
.tab_posts .post .title {
  /*display: none;*/
}
.tab_posts .post .readmore a {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.featured_posts .post .title {
  text-align: center;
/*  margin-top: 10px;*/
  background: transparent;
}
.featured_posts .post .title a {
  background: transparent;
  color: #000;
}
.featured_posts .post .title {
    overflow: hidden;
    height: 50px;
    margin-bottom: 10px;
}
.featured_posts .post .title a:hover {
  color: #06548e;
}
.building_box .grid_posts .post .thumb img {
  width: 100%;
  height: auto;
}
.proce_posts {
  margin-bottom: 20px;
}
.proce_posts .box-title {
  padding-bottom: 10px;
}
.proce_posts .box-title span {
  border-bottom: 1px solid #01596c;
}
.proce_posts .post {
  position: relative;
  cursor: pointer;
}
.proce_posts .post .thumb {
  text-align: center;
}
.proce_posts .post .thumb img {
  display: inline-block;
  width: 150px;
  height: 150px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.proce_posts .post .title {
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.proce_posts .post:hover .thumb img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
    -webkit-transition: all 5s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
	overflow:hidden;
}
.proce_posts .post .inner {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 235px;
}
.proce_posts .post:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-next.png) no-repeat;
  position: absolute;
  top: 40%;
  right: -10px;
}
.proce_posts .post:last-child:after {
  display: none;
}
.proce_posts .post:hover .inner {
  background: #4fa54a;
}
.proce_posts .post:hover .thumb img {
  transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
  -o-transform: rotate(720deg);
}
.proce_posts .post:hover:after {
  display: none;
}
.proce_posts .post:hover .title {
  color: #fff;
}
.proce_posts .post .excerpt {
  display: none;
}
.panel_box {
  padding: 25px;
  border: 1px solid #000;
}
.reason_box {
  padding: 30px 0;
  background: #4fa54a;
}
.reason_box .box-title {
  color: #fff;
  font-weight: 600;
}
.reason_box .box-title span {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.reason_box .post_row .post {
  margin-bottom: 0;
  cursor: pointer;
}
.reason_box .post_row .post .inner {
  padding: 15px;
}
.reason_box .post_row .post .thumb {
  overflow: visible;
}
.reason_box .post_row .post .thumb .img {
  max-width: 100%;
  height: auto;
  transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -webkit-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
}
.reason_box .post_row .post .title {
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 23px;
}
.reason_box .post_row .post:hover .thumb img {
  transform: rotateY(360deg) scale(1.2);
  -moz-transform: rotateY(360deg) scale(1.2);
  -webkit-transform: rotateY(360deg) scale(1.2);
  -o-transform: rotateY(360deg) scale(1.2);
}
.reason_box .post_row .post:hover .title {
  color: #f0a400;
}
.qcol .sub-title {
  padding: 10px 15px;
  background: #4fa54a;
  color: #fff;
  margin-bottom: 0;
}
.qcol .sub-title i {
  color: #fdf1d0;
}
.qcol .box_content {
  padding: 15px;
  border: 1px solid #ccc;
  border-top: 0;
}
.qcol .panel-group {
  margin-bottom: 10px;
}
.qcol .panel-group li.panel .panel-heading {
  background: #4fa54a;
}
.qcol form input {
  margin-top: 6.5px;
  outline: none;
}
.qcol form input[type="submit"] {
    border: none;
    padding: 5px 20px;
    background: #004aad;
    color: #fff;
    display: block;
    margin: auto;
    border-radius: 4px;
    margin-top: 10px;
    text-transform: uppercase;
    text-align: left;
    float: left;
}
.qcol form input[type="submit"]:hover {
  background: #f00;
}
.review_box {
  padding: 30px 0;
  background: #f4f4f4;
}
.review_box .sub-title {
  margin-bottom: 30px;
}
.review_box .sub-title span {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.review_box .row_posts .post .thumb img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.review_box .row_posts .post .title {
  font-weight: 600;
}
/*page*/
.tax_desc {
  margin: 20px 0 30px;
}
 
.related_posts .post {
  margin-bottom: 15px;
}
/*end page*/
/*sidebar menu*/
.sb_box {
    margin-bottom: 25px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
}
.sidebar_col {
  margin-top: 20px;
}
.sidebar_col .box-title {
  /*background: @mainbg;*/
  padding: 10px 0px;
  color: #006379;
  font-size: 17px;
  text-align: left;
  font-weight: 600;
  line-height: 20px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.sidebar_col .box-title:after {
  content: "";
  display: block;
  border-bottom: 3px solid #009933;
  width: calc(50% - 5px);
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.sidebar_col .media_posts .post .thumb img {
  /*.border-radius(100%);*/
  border: 1px solid #ddd;
  padding: 1px;
}
.sidebar_col .media_posts .post .title {
  margin-top: 5px;
}
.sidebar_menu_box .sidebar_menu li a {
  color: #000;
  padding: 10px 15px;
  display: block;
}
.sidebar_menu_box .sidebar_menu li a:hover {
  color: #f0a400;
}
.sidebar_menu_box .sidebar_menu li.current-menu-item a {
  color: #f0a400;
}
.sidebar_menu_box .sidebar_menu > li > a {
  /*background: @mainbg;*/
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  color: #006379;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.sidebar_menu_box .sidebar_menu > li > a:after {
  content: "";
  display: block;
  border-bottom: 3px solid #009933;
  width: calc(50% - 5px);
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li.current-post-parent > a {
  color: #f0a400;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li.current-post-parent > ul {
  display: block;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li > a {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li > a i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 15px;
  font-size: 16px;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li > ul {
  display: none;
  padding-left: 10px;
  background: #f4f4f4;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li > ul > li > a {
  border-bottom: 1px dotted #f0a400;
}
/*end sidebar menu*/
/*single subs form*/
.advices_box {
  width: 100%;
  margin-top: 0px;
  margin-left: -10px;
  margin-right: -10px;
}
.advices_box li {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  width: 32%;
  display: inline-block;
}
.advices_box li:first-child {
  margin-left: 5%;
}
.advices_box li .icon {
  color: #01596c;
}
.advices_box li .icon img {
  display: inline-block;
}
.advices_box li .title {
  font-size: 14px;
}
.advices_box li:hover {
  color: #f0a400;
}
.fadebox .modal-content {
  border: 5px solid #006379;
}
.fadebox .close {
  font-size: 30px;
}
.fadebox h2,
.fadebox h3 {
  font-weight: 600;
  text-align: center;
  color: #222;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.fadebox h4 {
  color: #01596c;
  text-align: center;
}
.fadebox input[type="submit"] {
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
  background: #4fa54a;
  border: none;
}
/*end single subs form*/
#footer {
    color:#004aad;
    padding: 30px 0 0px 0;
    background:#ffde59;
}
#footer .sub-title {
  margin-bottom: 25px;
}
#footer ul li {
  padding: 5px 0;
}
#footer ul li a {
  color:#004aad;
}
#footer ul li:hover {
  color: #f00;
}
#footer ul li:hover a {
  color: #f00;
}
 
#footer .banks {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
#footer .banks li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
  width: 49%;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.ggmap {
  margin: 20px 0;
}
.ggmap iframe {
  width: 100%!important;
  height: 300px!important;
}
.contact_page .infos li {
  padding: 5px 0;
}
.contact_page .infos li i {
  display: inline-block;
  width: 18px;
}
.contact_page .infos li:first-child {
  font-size: 20px;
  margin: 15px 0;
}
.contact_page .contact_form {
  margin: 20px 0;
}
#to_top {
    position: fixed;
    top: 70%;
    right: 3px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 2000;
    display: none;
}
#to_top a.btn.btn-primary {
    border: none;
    border-radius: 0!important;
    background: #163159;
    padding: 10px;
}
.copyright {
    padding: 12px 0 0 0;
    background: transparent;
    color: #fff;
}
.copyright p {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}
.entry_content ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.alignleft{display:inline;float:left;margin-right:1.625em}
.alignright{display:inline;float:right;margin-left:1.625em}
.aligncenter{clear:both;display:block;margin-left:auto!important;margin-right:auto!important;}
.wp-caption {
    margin-top: .4em
}
.wp-caption {
    margin-bottom: 15px;
    max-width: 100% !important;
    padding: 10px 0;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}
.navbar{border:none;border-radius: 0;}
.title_giatot {
    letter-spacing: 0.5px;
    font-size: 15px;
    margin: 15px 0 0 0 !important;
    color: #003462;
    text-align: left;
    background: #eeeeee;
 
    
    font-weight: bold;
}
.title_giatot h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #003462;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    position: relative;
    text-transform:none;
}
.title_giatot h5 {
    font-size: 12px;
    
    font-weight: bold;
    margin: 0;
    color: #fff;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    float: right;
    padding: 7px 10px;
}
.title_giatot h5 i {
    background: #eee;
    color: #003462;
    margin-right: 5px;
    font-size: 16px;
        line-height: 20px;
    text-align: center;
}
.title_giatot h5 a {
    color:#003462;
}
.hpost-owl ,.hpost1-owl {
    margin-top: 25px;
}
.owl-prev {
    background: #000;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 20%;
    font-size: 30px;
    color: #fff;
}
.owl-next {
    position: absolute;
    right: 0;
    top: 20%;
    font-size: 30px;
        background: #000;
    padding: 2px 10px;
    color:#fff;

}
.title_tieubieu {
    text-align: center;
}
.title_tieubieu h2 {
    background: #06548e;
    padding: 5px 30px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    box-shadow: 0px 7px 34px -4px rgba(56,56,56,.7);
}
.box_2{
    background: #eee;
    padding: 20px 0;

}
.dutb {
    float: left;
    margin-top: 25px;
}
.dutb h3.title a{color:#000!important;}
.title_primary {
    text-transform: uppercase;
   /*  border-left:5px solid #fad508;*/
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    background: #004aad;
    padding: 10px 15px;
    font-weight: bold;
    color: #fff;
}
.video_box iframe{max-width: 100%;
height: 320px;}
.box3_col .title {
    font-size: 16px;
    margin-top: 15px;
    line-height: 150%;
}
.box3_col .title a{color:#000;}
.box3_col .title a:hover{color:#06548e;}
.post.post_box3 {
    margin-bottom: 25px;
}
.post.post_box3 .excerpt {
    margin-bottom: 10px;
}
.post.post_box3 .post_desc a{color:#000;}
.social {
    text-align: center;
}
.excerpt {
    text-align: justify;
}
.box1{padding-top: 20px;}
ul#breadcrumbs li {
    float: left;
    color: #036894;
}
ul#breadcrumbs li {
    padding: 15px 0;
    list-style: none;
    text-transform: lowercase;
}
ul#breadcrumbs li:first-letter {
    text-transform: uppercase;
}
ul#breadcrumbs li a,ul#breadcrumbs li{color:#fff;}
ul#breadcrumbs {
    float: left;
    margin-top: 25px;
    background: #06548e;
    width: 100%;
    padding: 0 15px;
    border-radius: 4px;
}
.entry_content p {
    text-align: justify;
}
.relate_title {font-size: 16px; text-transform: uppercase;color:#06548e;}
.menu_right a {
    text-decoration: none;
    color: #fff;
    transition: .5s;
    font-weight: bold;
    padding: 0px 14px;
    line-height: 48px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 12px;
}
.logo img,.mid_head img,.head_right img{
  max-width: 100%;
  height: auto;
}
.title_primary1 {
    text-transform: uppercase;
    position: relative;
    top: -45px;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #24a0de;
    margin: auto;
    box-shadow: 0px 7px 34px -4px rgba(56,56,56,.7);
    left: 0;
    right: 0;
    width: 20%;
}
.entry-meta {
    text-align: justify;
}
.related_box .box_post.post_list {
    margin-bottom: 25px;
}
.related_box .box_post.post_list img{display: block;margin:auto;}
.mid_head{
    padding-top: 10px;
}
.head_right{
  padding-top: 15px
}


.alignleft {
    display: inline;
    float: left;
    margin-right: 30px!important;
}
.alignright {
display: inline;
float: right;
margin-left: 30px!important;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.entry_content table td {
   /* border: none;*/
}
.entry_content h2{font-size: 22px}
.entry_content h3{font-size: 20px}
.entry_content h4{font-size: 18px}
.entry_content h5{font-size: 16px}
.entry_content h6{font-size: 14px}
.da_box_info h2{font-size: 22px}
.da_box_info h3{font-size: 20px}
.da_box_info h4{font-size: 18px}
.da_box_info h5{font-size: 16px}
.da_box_info h6{font-size: 14px}

.qh_img img {
    max-width: 100%;
    height: auto;
    box-shadow: 10px 5px 10px rgba(158,158,158,1);
}
.qh_box {
    display: inline-block;
    margin-top: 20px;
}
.box4 {
    padding: 25px 0;
    background:#fff;
    margin-bottom: 0;
    padding-top: 50px;
}
.box5 {
    padding-top: 10px;
}
.spmb_box {
    margin-top: 15px;
}
h3.title.text-uppercase {
    font-size: 16px;
    text-align: center;
}
h3.title.text-uppercase a {
    color: #000;
}
h3.title.text-uppercase a:hover {
    color: #06548e!important;
}
 
#header {
 padding:5px 0;
    background:#ffde59;
    z-index: 999;
    color:#1e283a;
    left: 0;
    right: 0;
 
}
/*#header{
  background: #06548e;
    height: 50px;
    border-bottom: 5px solid #f0a400;
}*/
.logo img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

#home_slider ol,#home_slider li {
    list-style: none;
}
i.fa.fa-search {
    color:#163159;
}
.company {
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0;
    font-size: 12px;
    line-height: 1.4258;
}
.company span{
  font-size: 18px;
  font-weight: bold;
}
#footer ul li {
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    width: 100%;
    font-weight: bold;
}
.logo_ft img {
  max-width: 105px;
    display: block;
    margin: auto;
}
.ft_info iframe {
    max-width: 100%;
    height: 270px;
}
.ft_mxh {
    margin-top: 10px;
}

h3.ft_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
.ft_list li{
  position: relative;
  padding-left: 20px!important;
}
.ft_list li:before{
   font-family: "FontAwesome";
    content: "\f0da";
    display: inline-block;
    margin: 0 10px 0 0;
    color:#004aad;
    position: absolute;
    left: 0;
    top: 5px;
}
.ft_list li:hover:before{
 color:#004aad;
}
div#home_slider {
    position: relative;
}
.copyright {
    padding: 12px 0;
    background: #ffde59;
    color: #004aad;
    border-top: 1px solid rgb(0 74 173 / 10%);
}
h3.ft_title:after {
    content: "";
    display: block;
    border-bottom: 3px solid #004aad;
    width: calc(50% - 5px);
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    bottom: -2px;
}

h3.ft_title {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.box1 {
  /*  background: #f5f4ef;*/
  background: #fff;
    padding-top: 40px;
}
 
 h2.home_title {
    color: #003462;
    font-weight: bold;
}
button.readmore {
    padding:5px 25px;
    border-radius: 20px;
    border: none;
    background: #06548e;
    outline: none;
    margin-right: 20px;
}
button.btn-hotline {
    padding: 5px 25px;
    border-radius: 20px;
    border: none;
    background: #f01b25;
    outline: none;
    font-weight: bold;
}
.box_link a{
  color:#fff;
}

.text-justify{
  text-align: justify;
}

.img-center{
  display: block;
  margin: auto;
  text-align: center;
}
h3.box_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #003366;
}
.box2_text {
    text-align: center;
}
.box2 {
    background:#f5f4ef;
    padding: 30px 0;
     background-image: url(../images/bg5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pagebox.pagebox-white.body_white{
    background: #f5f4ef;
}
h2.box_ct_title {
    font-size: 20px;
    text-align: center;
}

h2.box_ct_title:after {
    content: '';
    display: block;
    width: 12%;
    height: 2px;
    background: #fff;
    margin-top: 5px;
    margin-left: 44%;
}
 
.sub_ct {
    text-align: center;
    margin: 20px 50px;
}
.prhead.pagebox {
    padding: 20px 0;
    background-image: url(../images/ft.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.box4_banner {
    position: relative;
}
.bn_text {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 99;
    color: #fff;
    padding: 15px 25px;
}
.text p:first-child {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.text p:nth-child(2) {
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.text p:nth-child(3) {
  text-align: center;
  font-size: 12px;
}
button.btn-bnlink:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #666 !important;
}
button.btn-bnlink {
    padding: 10px 20px 8px 20px;
    text-transform: uppercase;
    border: none;
    background: transparent;
    display: block;
    margin: auto;
    border-radius: 4px;
    background-color: #004aad;
    color: #fff!important;
    font-weight: bold;
}
button.btn-bnlink a{color:#fff;font-weight: bold;}
button.btn-bnlink:hover a{color:#0a2453;}
.img-full{
  width: 100%;
  display: block;
  margin: auto;
}
h3.title-da {
    font-size: 16px;
    line-height: 150%;
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
    height:24px;
    overflow: hidden;
}
h3.title-da a{
   color:#000;
}
h3.title-da:hover a{
   color:#0a2453;
}
.box1_text {
    text-align: justify;
    margin-bottom: 10px;
}
ul.ft_list {
    padding-left: 0;
    list-style: none;
}
.ft_infos li:before {
    color: #000;
    top: -2px;
}
.ft_infos li {
    position: relative;
    padding: 2px 0 2px 10px!important;
}
.box_map iframe {
    max-width: 100%;
    height: 235px;
}
i.fa.fa-angle-left {
    position: absolute;
    left:5px;
    top: 40%;
    font-size: 32px;
    color: #bbbbbb;
    outline: none;
}
i.fa.fa-angle-right {
    position: absolute;
    right:5px;
    top: 40%;
    font-size: 32px;
    color: #bbbbbb;
    outline: none;
}
.dt_owl .owl-item img {
    display: block;
    width: 100%;
/*    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.dt_owl .owl-item:hover img {
    display: block;
    width: 100%;
 /*   -webkit-filter: grayscale(0%);
    filter: grayscale(0%);*/
}
/*.dt_owl i.fa.fa-angle-left, .dt_owl i.fa.fa-angle-right {
    top: 40%!important;
    font-size: 24px;
    outline: none;
}*/
button.owl-next,button.owl-prev {
  outline: none;
}
.beacrum {
   
    color: #666;
}
.beacrum .single-title {
    float: left;
    margin: 0;
    padding-top: 8px;
}
.beacrum ul.clearfix {
    padding: 5px 15px;
    padding-left: 25px;
 
}
.beacrum ul li a {
    color: #666;
    font-size: 13px;
}
.beacrum ul li {
    float: left;
    color: #666;
    padding: 2px;
    font-size: 13px;
}
 
.sb_content .title_primary {
    margin:0;
    font-size: 14px;
    padding:7px;
    padding-left: 15px;
}
.logo img {
  max-width:90px;
  height: auto;
}
 
 
.entry_content h1{font-size: 22px;line-height:1.4258;}
.entry_content h2{font-size: 20px;line-height:1.4258;}
.entry_content h3{font-size: 18px;line-height:1.4258;}
.entry_content h4{font-size: 16px;line-height:1.4258;}
.entry_content h5{font-size: 14px;line-height:1.4258;}
.entry_content h6{font-size: 14px;}
.da_box_info img {
    max-width: 100%;
    height: auto!important;
}
.top-bar-right li {
    list-style: none;
}
/*.box_da_content {
    padding: 10px;
   border:1px solid #ddd;
    margin-bottom: 15px;
}*/
h3.da_post_title {
    margin: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color:#003462;
}
.box_slider{
  position: relative;
  margin-bottom: 15px;
}
.box_slider li{
list-style: none;
}
.box_da_content ul li {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 20px;

}
.box_da_content ul li:before {
        font-family: "FontAwesome";
    content: "\f046";
    display: inline-block;
    margin: 0 10px 0 0;
    color:#666;
    position: absolute;
    left: 0;
    top:3px;
}
.da_box_info ul {
    padding-left: 10px;
}
.da_box_info iframe {
    width: 100%;
    height: 460px;
}

.wp-caption-text {
    text-align: center;
    margin: 10px;
    font-style: italic;
    font-size: 13px;
}
p.location {
    text-align: center;
    font-size: 12px;
}
 
.da_col .thumb {
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
}
.owl_da i.fa.fa-angle-left{
    color:#003462;
}
.owl_da i.fa.fa-angle-right{
  color:#003462;
}
.owl_da button.owl-prev {
    position: absolute;
    top: 42%;
}
.owl_da button.owl-next {
    position: absolute;
    top: 42%;
}


.news-owl .owl-prev {
    position: absolute;
    top: -55px;
    right: 60px;
    left: unset;
}
.news-owl .owl-next {
    position: absolute;
    top: -55px;
    right:0px;
    left: unset;
}
.news-owl i.fa.fa-angle-left {
    padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
}
.news-owl i.fa.fa-angle-right {
    padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
}
.news-owl .fa:hover{
  border: 1px solid #000!important;
  color:#000;
}
.box3_list .title{
  margin-top: 0;
  font-size: 18px;
  line-height: 150%;
}
.post_xt{
  color:#003462!important;
  font-style: italic;
  text-decoration: underline;
  font-weight: bold;
}
.post_desc_cat h3 {
    margin-top: 0;
    font-size: 16px;
}
h3.posttitle a {
    color: #000;
    font-weight: bold;
}
p.date {
    margin-bottom: 5px;
    font-size: 11px;
}
.post_ft {
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    position: relative;
}
button.btn-xemtiep {
    font-size: 12px;
    color: #222;
    text-decoration: none;
    text-transform: none;
    padding: 5px 10px;
    background: #06548e;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
}
button.btn-xemtiep a {
    color: #fff;
}

form#searchform {
    float: right;
}
 .box_hover {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
}
#header .search_box:hover .box_hover{
 opacity: 1;
}
#searchform {
    position: relative;
    margin: 0;
}
.box_hover input[type="submit"] {
    background-image: url(../images/icon-search.png);
    position: absolute;
    right: 0;
    padding: 3px 15px;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65% 65%;
    outline: none;

}
.box_hover input[type="text"] {
    background: transparent;
    border: 1px solid #fff;
    padding: 2px 5px;
    outline: none;
    color:#fff;
    width: 200px;
}
.col_search .title-da{
  height: 24px;
  overflow:hidden;
}
#home_slider i.fa.fa-angle-right,.box_slider i.fa.fa-angle-right,#home_slider i.fa.fa-angle-left,.box_slider i.fa.fa-angle-left{
  top:45%;
}
.da_col .thumb img {
    height: 250px;
}
div#home_slider img {
    width: 100%;
    display: block;
    margin: auto;
    text-align: center;
}



/*Phone ring */
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}

.hotline-phone-ring-circle {
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #f0a400;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 80px;
  height: 80px;
  top: 16px;
  left: 16px;
  position: absolute;
  background-color: rgb(240 164 0 / 70%);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color:#f0a400;
  width: 50px;
  height: 50px;
  top: 31px;
  left: 31px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 33px;
  height: 33px;
}

.hotline-bar {
    position: absolute;
    background: #f0a400;
    height: 35px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 36px;
}

.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 35px;
    font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

@media (max-width: 768px) {
  .hotline-bar,.hotline-phone-ring-wrap {
    display: none;
  }

}
.dt_owl .fa {
    top: 10px!important;
}
.bg_item {
 
    overflow: hidden;
    position: relative;
}
.bg_item .fa{
  position: absolute;
  left: 50%;
  top:50%;
  right: 0;
  display: block;
  font-size: 34px;
  z-index: 3;
  color:#fff;
  opacity: 0;
  transition: all 0.5s;
}
.bg_item:hover .fa,.bg_item:hover span{
  opacity:1;
}
.bg_item span {
    display: block;
    position: absolute;
    z-index: 2;
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
      opacity: 0;
  transition: all 0.5s;
}
.owl-carousel.bg-owl .fa-angle-left,.owl-carousel.bg-owl .fa-angle-right {
    top: 100px;
    font-size: 24px;
}
.top-bar, .top-bar a {
    font-size: 14px;
}
.top-bar .top-bar-left {
    float: left;
}
.top-bar .widget-container {
    display: table-cell;
    vertical-align: middle;
}
.top-bar .widget-container {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.top-bar .widget-container {
     padding: 8px 25px;
   
}
.top-bar .widget-container:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.large-above-menu {
    display: table;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
}
.large-above-menu-style-4 > .widget:not(:last-child) {
    padding-right: 30px;
}
.large-above-menu-style-4 .widget_anpstext {
    position: relative;
}
.large-above-menu > .widget {
    display: table-cell;
    vertical-align: middle;
    max-width: 300px;
}
.large-above-menu-style-4 .widget_anpstext .anpstext-arrow::before {
    content: "\f105";
    display: block;
    font-family: FontAwesome;
    line-height: 1em;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 62px;
    position: absolute;
    width: 20px;
}
.large-above-menu-style-4 .widget_anpstext .anpstext-arrow::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: currentColor;
    content: "";
    display: block;
    top: 50%;
    height: 1px;
    left: 46px;
    position: absolute;
    transform: translateZ(0);
    width: 20px;
}
.large-above-menu-style-4 .widget_anpstext .fa {
    border: 1px solid;
    border-radius: 50%;
    display: none;
    font-size: 20px;
    height: 46px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 46px;
}
.large-above-menu-style-4 .widget_anpstext .fa::before {
    left: 50%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.large-above-menu-style-4 .widget_anpstext {
    padding-left: 74px;
}

.top-bar .container > div {
    display: table;
}
.top-bar .social, .top-bar .socialize {
    list-style: none;
    margin: 0;
    padding: 0;
}
.top-bar .social, .top-bar .socialize, .top-bar .widget-title .fa {
    font-size: 15px;
}
.top-bar .social, .top-bar .socialize, .top-bar .widget-title {
    line-height: 1.4em;
}
.top-bar {
    background-color: #f9f9f9;
    color: #fff;
}
.top-bar, .top-bar a {
    font-size: 14px;
}

.top-bar .social li, .top-bar .socialize li {
    display: inline-block;
    font-size: inherit;
}
.top-bar a:not(:hover) {
    color: #fff;
}
.top-bar .social a, .top-bar .socialize a {
    display: inline-block;
    margin: 0 2px;
    padding: 0 10px;
}
.top-bar .social li:first-child a, .top-bar .socialize li:first-child a {
    margin-left: 0;
    padding-left: 0;
}
.top-bar .top-bar-right {
    float: right;
}

ul.social .fa {
    font-size: 14px;
}
 
.large-above-menu {
    display: table;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
}
.large-above-menu-style-4 .widget_anpstext .fa {
    display: inline-block;
}

.top-bar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    background:#004aad;
    color: #fff;
}
.dt_owl .item {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 75px;
    transition: .2s border-color;
    width: 100%;
}
.box6 {
    background:#f7f7f7;
    padding: 15px 0;
}
.logo,.large-above-menu ,.text_slog{
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .2s border-color;
    width: 100%;
  
}
 

.ftcol {
    margin-bottom: 0px;
}
.tax_text {
    padding: 20px 20px 0px 20px;
    background:#fff;
    text-align: center;
}
.tax_text a .tax_title {
    color:#000;
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 18px;
    
    line-height: 1.4258;
}
.viewall {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.line_head{
    content: "";
    display: block;
    height: 3px;
   
    width: 37px;
    background:#004aad;
    margin:5px auto 5px auto;
}
.mrb25{margin-bottom: 25px;}
.heading-middle span {
    padding: 0 58px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #004aad;
}

.heading-middle span:before{
    background-color: #004aad;
}
.heading-middle span:before{
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
}
 
 .heading-middle span:before {
    bottom: -15px;
    content: "";
    height:3px;
    position: absolute;
    width: 73px;
}
.heading-middle {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.tax_info img {
    width: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
}
.news .tax_title {
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 130%;
    min-height: 40px;
}
/*.cat_ext{
    display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
    line-height: 150%;
}*/
.cat_ext {
    overflow: hidden;
    height: 42px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.col_full_4 {
    width: 25%;
    float: left;
}
.col_full_4 img {
    width: 100%;
    display: block;
    margin: auto;
}
.project{
  text-align: center;
}
.project .line_head {
    text-align: center;
    left: 0;
    right: 0;
    display: block;
    margin: 15px auto;
}
.project a .tax_title{
  display: -webkit-box!important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    line-height: 130%;
}
.body_fix {
    /*background:#f5f4ef;*/
     background: #fff;
}
.col_full_3{
  width: 33.33333%;
  float: left;

}
 .entry_da img {
    width: 100%;
    display: block;
    margin: auto;
   transition: all .3s ease;
}
.entry_da{
  position: relative;
  }
 .entry_da .tax_text.project {
    position: absolute;
    top: 30%;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
 
}
 .entry_da:hover .tax_text.project{
  opacity: 1;
}
 .entry_da .tax_text{
  background: transparent;
  color:#fff;
 }
  .entry_da .tax_text a .tax_title{
    color:#fff;
  }

.entry_da>a {
    background-color: #252525;
    display: inline-block;
    position: relative;
    width: 100%;
    transition: all .3s ease;
}
.entry_da:hover img{
  opacity: 0.3;
}
.icon_box {
    font-size: 30px;
    line-height: 80px;
    width: 80px;
        color: #564801;
    background-color: #fad505;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
}

.icon_head{
  -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.icon_title {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 18px;
    font-weight: bold;
    font-size: 16px;
}
.icon_box .fa{
  line-height: 80px;
}
.icon_text {
    margin-top: 15px;
    margin-bottom: 25px;
}
.ctg img {
    height: 240px;
}
.lv  .tax_title  {
    font-size: 20px;
}
.lv img{
  height: 260px;
}
.detail {
    background: #fff;
    margin-top: 30px!important;
    border:1px solid #ddd;
    margin-bottom: 25px;
}
.box1.pagebox.lv {
    padding: 0;
}
li.cat-item a:before {
    content: "\f0da";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 9px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #004aad !important;
}
li.cat-item a{
  position: relative;
}
.sb_box.newest li {
    list-style: none;
}
.sb_box.newest li a {
 
    padding-left: 15px;
}
li.cat-item {
    padding: 5px 0;
    font-size: 14px;
    border-bottom: 1px solid rgb(158 158 158 / 10%);
    width: 100%;
}
.sb_box.newest li a {
    color: #333;
    font-size: 14px;
}
.text_slog p {
    margin-bottom: 0;
}

.text_slog p {
    display: contents;
    font-weight: bold;
    color: #333;
}
.pdl0 {
    padding-left: 0;
}
.text_slog {
    text-transform: uppercase;
      text-align: center;
}
.language_box a {
    list-style: none;
    padding: 0 4px;
}
.language_box {
    padding: 8px 10px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.translated-ltr p.site_tv {
    display: none;
}
.box_nn.hidden-md.hidden-lg {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 10px;
}
.box_nn a {
   padding:0 2px;
}
.gp_box {
      background-image: url(../images/s3.jpg);
    background-position: bottom center;
    padding: 30px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    color:#fff;
    position: relative;
    margin-bottom: 190px;
}
h3.htitle {
    margin: 15px 0;
    text-align: center;
}
.gp_row {
    margin-top: 50px;
}
.gp_col .thumb img {
    display: block;
    margin: 0 auto 20px auto;
}
h4.gp_title_text {
    margin: 10px;
    text-align: center;
    line-height: 1.4258;
}
.gp_innertext {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
}
.icon-play .fa {
    color: #f00;
    display: block;
    margin: auto;
    text-align: center;
    font-size: 18px;
}
.sub_title_line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1e283a;
    max-width: 92px;
    display: block;
    margin: auto;
}
.sub_title_text {
    max-width: 768px;
    display: block;
    margin: 25px auto;
    text-align: center;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background-color:#163159;
    border: 3px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 2px #163159;
}
.carousel-indicators .active{
  width: 10px;
    height: 10px;
    background: #12aae1;
     box-shadow: 0px 0px 0px 2px #12aae1;
      margin: 2px;
}
        
@-webkit-keyframes fadeInLeft {
  from {
      opacity: 0;
      transform: translate3d(-100%,0,0);
   }
   to {
      opacity: 1;
      transform: translateX(0);
   }
}

@keyframes fadeInLeft {
   from {
      opacity: 0;
      transform: translate3d(-100%,0,0);
   }
   to{
      opacity: 1;
      transform: translateX(0);
   }
}

.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
} 

@-webkit-keyframes fadeInRight {
  from {
      opacity: 0;
      transform: translate3d(100%,0,0);
   }
   to {
      opacity: 1;
      transform: translateX(0);
   }
}

@keyframes fadeInRight {
   from {
      opacity: 0;
      transform: translate3d(100%,0,0);
   }
   to{
      opacity: 1;
      transform: translateX(0);
   }
}

.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
} 

.gp_row .gp_col:first-child .thumb, .gp_row.gp_col:last-child .thumb
{
  -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.gp_row.gp_col:first-child .gp_text, .gp_row.gp_col:last-child .gp_text
{
  -webkit-animation-duration: 1.25s;
   animation-duration: 1.25s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.gp_row.gp_col:first-child .icon-play, .gp_row.gp_col:last-child .icon-play
{
  -webkit-animation-duration: 1.5s;
   animation-duration: 1.5s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.gp_row .gp_col:first-child .thumb, .gp_row.gp_col:first-child .gp_text, .gp_row.gp_col:first-child .icon-play
{
  -webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.gp_row .gp_col:last-child .thumb, .gp_row.gp_col:last-child .gp_text, .gp_row.gp_col:last-child .icon-play
{
  -webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
#topmenu ul.nav li a {
    padding-left: 25px;
    padding-right: 24px;
}	
.button-w {
    z-index: 1;
    position: relative;
    display: inline-block;
    min-width: 160px;
    padding: 0.7rem 50px 0.7rem 30px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    -webkit-transition: -webkit-box-shadow 200ms cubic-bezier(.19,1,.22,1);
    transition: -webkit-box-shadow 200ms cubic-bezier(.19,1,.22,1);
    transition: box-shadow 200ms cubic-bezier(.19,1,.22,1);
    transition: box-shadow 200ms cubic-bezier(.19,1,.22,1),-webkit-box-shadow 200ms cubic-bezier(.19,1,.22,1);
    -webkit-box-shadow: rgb(15 101 169 / 0%) 0 0 0 4px;
    box-shadow: rgb(15 101 169 / 0%) 0 0 0 4px;
    text-align: left;
}
.button-w span{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.button-w::before {
    content: "";
    width: calc(100% + 4.5rem);
    height: 110%;
    position: absolute;
    left: calc(100% - 4.5rem);
    top: 50%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -moz-transform: translateY(-50%) skew(-45deg);
    -ms-transform: translateY(-50%) skew(-45deg);
    -o-transform: translateY(-50%) skew(-45deg);
    -webkit-transform: translateY(-50%) skew(-45deg);
    transform: translateY(-50%) skew(-45deg);
    background-color: #ffde59;
    -webkit-transition: -webkit-transform 200ms cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 200ms cubic-bezier(.19,1,.22,1);
    transition: transform 200ms cubic-bezier(.19,1,.22,1);
    transition: transform 200ms cubic-bezier(.19,1,.22,1),-webkit-transform 200ms cubic-bezier(.19,1,.22,1);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.button-w:hover::before{
    left: calc(25% - 4.5rem);
    -moz-transform: translateY(-50%) skew(-45deg);
    -ms-transform: translateY(-50%) skew(-45deg);
    -o-transform: translateY(-50%) skew(-45deg);
    -webkit-transform: translateY(-50%) skew(-45deg);
    transform: translateY(-50%) skew(-45deg);
}
.button-w::after {
    position: absolute;
    top: calc(50% + 0.05rem);
    transform: translateY(-50%);
    right: 1rem;
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 600;
    color:#004aad;
    content: "\f105";
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.button-w:hover::after{
    transform: translateY(-50%) rotate(-180deg);
}
.button-bg, .button-hover-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.button-hover-bg {
    background-color: #004aad;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
    transition: -webkit-transform 400ms cubic-bezier(.19,1,.22,1);
    transition: transform 400ms cubic-bezier(.19,1,.22,1);
    transition: transform 400ms cubic-bezier(.19,1,.22,1),-webkit-transform 400ms cubic-bezier(.19,1,.22,1);
}

.button-bg {
    background-color: #004aad;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.linkAll a {
    color: #fff;
}
.linkAll a:hover{
  color: #004aad;
}
.linkAll {
    text-align: center;
    margin: 30px 0;
}
.home h3.htitle{
	text-transform: uppercase;
}
.tax_text.news {
    color: #000;
}
.tax_text.news .line_head{
	background: #004aad;
}
.tax_text.news a .tax_title {
    color: #000;
}
.tax_text.news:hover a .tax_title {
    color: #004aad;
}
.thumb {
    position: relative;
}

.project_info {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background: rgb(0 0 0 / 75%);
    padding: 0 15px;
}
h3.project_title {
    margin: 15px 0;
    line-height: 1.4258;
    font-size: 18px;
}
.project_info a .project_title{
    color:#fff;
}
p.project_text {
    text-align: justify;
    color: #fff;
    line-height: 1.4258;
}
.col_full_4 .box_after {
    display: inline-block;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}
.col_full_4:hover .box_after {
    height: 110px;
}
.col_full_4{
	overflow: hidden;
}
.col_full_4 img{
	border-radius: 0;
	border-color:#eaeaea;
}
.sb_title_block {
    font-weight: bold;
    font-style: normal;
    color: #1e283a;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h3.posttitle, h3.posttitle a {
    font-weight: 400;
    font-style: normal;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0px;
  
    margin:15px 0;
}

.thumb.thumb_sb .date {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #004aad;
    padding: 5px;
    margin-bottom: 0;
    border-radius: 0 5px 0px 0;
}
.body_white {
    background: #fff;
}
.beacrum.desktop-css {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    background: #fff;
    padding: 10px 0;
}
.beacrum.desktop-css ul.clearfix {
    
    border: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    list-style: none;
    color: #7e7e7e;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
}

.beacrum.desktop-css li {
    display: inline-block;
    float: left;
}
.beacrum.desktop-css li.separator {
    margin: 8px 15px;
    color: #9b9b9b;
    font-size: 0;
    width: 28px;
    height: 1px;
    background-color: currentColor;
}
.beacrum.desktop-css li.separator {
    padding: 0 5px;
}
h1.single-title, h1.single-title span {
  font-weight: bold;
    font-style: normal;
    color: #1e283a;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-top: 15px;
}
p.box_meta_post {
    font-size: 13px;
}
.post_sb_item:hover h3.posttitle a {
    color: #004aad;
}
.navbar-fixed-top {
    box-shadow: 0 2px 5px -2px grey;
}
h1.archive-title {
    font-weight: bold;
    font-style: normal;
    color: #1e283a;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}
.body_white .tax_text.news {
    background: #f7f7f7;
    text-align: left;
}
.pagebox-white{
	background: #fff;

}
.thumb.thumb_archive .img-full-size {
    width: 100%;
    height: auto;
}
.thumb.thumb_archive img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.thumb.thumb_archive {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 50%;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #f9f9f9;
}
h3.loop_post_title, h3.loop_post_title a {
    font-weight: 700;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
    color: #1e283a;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0px;
    margin: 15px 0 25px 0px;
}
.linkAll.text-left {
    margin: 10px 0;
    text-align: left;
}
hr.achive_line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #1e283a;
}
.col-post .excerpt {
    font-weight: 400;
    font-style: normal;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1.85;
    letter-spacing: 0px;
    margin: 15px 0 0 0;
}
.sticky-static{
	position: static;
}
.pct_entry {
    padding: 80px;
    position: relative;
    margin-top: -300px;
    background: #fff;
}
.pct_entry .ft_title {
    font-size: 16px;
}
.ft_infos a {
    color: #333;
}
.qcol textarea {
    height: 100px;
}
.qcol form input {
    border-radius: 0!important;
}
ul.ft_list {
    margin-bottom: 15px;
}
.linhvuc.pagebox {
    background: #f5f4ef;
    
 
}
.top_gt {
    position: relative;
}
 
.top_img {
    margin-top: 55px;
}
.pagebox img {
    max-width: 100%;
    height: auto;
}
.tn_ct {
    margin-top: 20px;
}
.tn_ct img {
    border: 2px solid #324c9c;
    border-radius: 100%;
    padding: 15px;
}
h3.pa_title {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0 15px 0;
}
.gtcl {
    background: #fff;
}
.wtitle {
    margin: 15px 0;
    font-size: 19px;
    font-weight: bold;
}
.sub_title {
    width: 75%;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}
.gtcl_col {
    margin-top: 40px;
}
.list_gtcl {
    text-align: center;
    margin-bottom: 20px;
}
.box_text_gtcl {
    width: 50%;
    text-align: center;
    display: block;
    font-weight: bold;
    margin: 15px auto;
}
.tn_ct .row {
    margin-bottom: 25px;
}
.list_gtcl img {
    display: block;
    margin: auto;
}
.tree_img img {
    display: block;
    margin:  auto;
    text-align: center;
    border-radius: 10px;
}
.box_tree .wtitle {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}
.top_img img {
    width: 100%;
    height: auto;
}
.hpformfoot {
    max-width: 370px;
    margin-left: auto;
}
.hpformfoot .ttform {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.hpformfoot .ttform .ticon {
    width: 60px;
}
.hpformfoot .ttform .ttext {
    width: calc(100% - 60px);
    padding-left: 5px;
    text-transform: uppercase;
}
.hpformfoot .ttform .ttext .t1 {
    font-size: 14px;
    line-height: 22px;
}
.hpformfoot .ttform .ttext .t2 {
    font-size: 19px;
    line-height: 36px;
    font-weight: 800;
}
.hpformfoot .ctform .ponsi {
    position: relative;
    width: 100%;
}
.div_input {
    position: relative;
}
.hpformfoot .ctform input {
    width: 100%;
    height: 34px;
    background-color: #fff;
    border: none;
    padding: 0 155px 0 20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
}
.hpformfoot .ctform button {
    width: 85px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px;
    border: none;
    background-color: #004aad;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.gp_box .heading-middle span {
    color: #fff;
}

.gp_box .heading-middle span:before {
    background: #fff;

}
.tax_text.news a .tax_title {
    text-align: left;
    margin-top: 0;
}
.witr_blog_border {
    border: 1px solid #ddd;
}


.witr_blog_border {
    margin-bottom: 10px;
}
.box_head img {
    width: 100%;
    display: block;
    margin: auto;
    height: auto;
}
.list_gtcl img {
    width: auto;
    max-height: 120px;
}
.abouthome {
    background-image: url(../images/bgabout.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 80px 0 70px;
}
.wrapper {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.bgaboutline {
    position: relative;
}
.abouthome .graboutmb {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}
.abouthome .graboutmb .cola {
    width: 500px;
}
.abouthome .thumbab {
    position: relative;
    z-index: 1;
    padding-left: 100px;
    padding-bottom: 50px;
}
.abouthome .thumbab::before {
    content: '';
    width: 77px;
    height: 156px;
    position: absolute;
    left: 45px;
    top: -20px;
    background-color: #0068b7;
    pointer-events: none;
    z-index: -1;
}
.abouthome .thumbab .thumb img {
    width: 100%;
}
.abouthome .plvideoab {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #dc161e;
    bottom: 20px;
    right: 33px;
    z-index: 1;
}
.abouthome .thumbab::after {
    content: '';
    width: 200px;
    height: 210px;
    position: absolute;
    left: 45px;
    bottom: 0px;
    background-image: url(../images/abbg1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.abouthome .graboutmb .colb {
    width: calc(100% - 500px);
}
.abouthome .decsab {
    display: flex;
    align-content: center;
    align-items: center;
    padding: 20px 70px 45px;
    position: relative;
}
.abouthome .decsab::before {
    content: '';
    position: absolute;
    top: -60px;
    right: 0;
    width: calc(100% + 500px);
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    height: calc(100% + 60px);
    pointer-events: none;
    background-color: #ffffff;
}
.abouthome .decsab::before {
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 20%);
}
.abouthome .decsab .wrain {
    position: relative;
    z-index: 1;
}
.abouthome .dscap {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.abouthome .dstitle, .abouthome .dstitle h2 {
    font-size: 24px;
    line-height: 54px;
    text-transform: uppercase;
    font-weight: bold;
}
.abouthome .dstitle::before {
    content: '';
    position: absolute;
    bottom: -15px;
    width: 100px;
    height: 2px;
    background-color: #d40000;
}
.abouthome .des {
   /* font-size: 18px;
    line-height: 27px;*/
    font-weight: 300;
    color: #333;
    text-align: justify;
    margin-bottom: 30px;
}
.abouthome .graboutmb {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}
.abouthome .dstitle {
    margin-bottom: 40px;
    position: relative;
}
.elementor-background-overlay {
    background-color:#004aad;
    opacity: .75;
    transition: background .3s,border-radius .3s,opacity .3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.sub_gp {
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 40px;
    margin: auto;
    font-weight: 700;
    line-height: 1.4;
}
.gp_col {
    background: #fff;
    color: #000;
    padding: 15px;
    margin-bottom: -190px;
    border:1px solid #eaeaea;
    min-height: 360px;
}
.gp_box .container {
    position: relative;
}
h1.single-title.text-center {
    text-align: center;
}
.pagebox.tnsm {
    background: #f5f4ef;
}
h3.wtitle.text-center {
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}
h3.hist_title {
    text-align: center;
    margin: 30px 0 20px 0;
    text-transform: uppercase;
}
.pagebox.lt_t2 {
    background: #f5f4ef;
}
.lv_box_full h3.tax_title.e4 {
    color: #000;
}
.lv_box_full .line_head{
  background: #004aad;
}
.tax_info .thumb img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.tax_info .thumb{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #f9f9f9;
}
li.add_ft {
    line-height: 1.8;
}
.pd0{
  padding: 0;
}
.ct_body img {
    max-width: 100%;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}
.dv_img img{
  right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: fill;
    font-family: "object-fit: cover;";
}
.dv_img {
    position: relative;
    overflow: hidden;
    padding-top: 62.8%;
}
.box_ct_dv {
    margin-bottom: 25px;
    background: #fff;
}
#topmenu ul.nav li a {
    
    padding-bottom: 20px;
}
.box_ask_dv #accordion {
  margin: auto;
  max-width: 500px;
}

.box_ask_dv .panel-heading a {
  display: block;
  position: relative;
  font-weight: bold;
}
.box_ask_dv .panel-heading a::after {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
}
.box_ask_dv .panel-heading a[aria-expanded=true]::after {
  transform: rotate(-135deg);
  top: 5px;
}
.box_form_post {
    padding: 25px;
    background:#fff7e5;
}
.post_form input[type="submit"] {
    background: #004aad;
    border: none;
    outline: none;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.form_title {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin: 15px 0;
}
.text_form{
  text-align: center;
}
.box_ask_dv .panel.panel-default {
    
    border: none;
}
.box_ask_dv .panel-group .panel,.box_ask_dv .panel-default>.panel-heading{
  background: transparent;
}
.post_form .form-control {
    border-radius: 0;
}
.text_form span{
  color: #f00;
  font-weight: bold;
}
.entry_content img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
p.slogan {
    margin: 0;
    padding: 8px 0;
}
p.ncompany {
    margin: 0;
    margin-top: 5px;
    font-weight: bold;
    font-size: 10px;
    color: #004aad;
}
.thumb_archive img{
      right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: fill;
    font-family: "object-fit: cover;";
}
.thumb_archive{
  position: relative;
    overflow: hidden;
    padding-top: 62.8%;
}
 
 .box_info_hozi ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
li.add_ft {
    min-width: 40%;
}
.hpformfoot .ttform .ticon img {
    width: 45px;
}
.ft_list li a{
  font-size: 16px;
  font-weight: bold;
}

.tax_info.stt2.post_loop_item {
    margin-bottom: 20px;
}
.content_col  .container{
  width: auto;
  max-width: 100%;

}
.content_col p {
    text-align: justify;
}
.thumb.dv_img {
    margin-bottom: 25px;
}