/*Theme Name: SonHaiConnect
Author: Tienduydng
Version: 1.0
*/
@font-face {
  font-family: avoFont;
  src: url(fonts/avo/UTM-Avo.ttf);
}

@font-face {
  font-family: avoBoldFont;
  src: url(fonts/avo/UTM-AvoBold.ttf);
}

@font-face {
  font-family: myFont;
  src: url(fonts/roboto-slab/RobotoSlab-Regular.ttf);
}

@font-face {
  font-family: boldFont;
  src: url(fonts/roboto-slab/RobotoSlab-Bold.ttf);
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-right {
  text-align: right;
}

.has-vivid-red-color {
  color: #cf2e2e;
}

.has-vivid-cyan-blue-color {
  color: #0693e3;
}

.has-pale-pink-color {
  color: #f78da7;
}

.has-luminous-vivid-orange-color {
  color: #ff6900;
}

.has-luminous-vivid-amber-color {
  color: #fcb900;
}

.has-light-green-cyan-color {
  color: #7bdcb5;
}

.has-vivid-green-cyan-color {
  color: #00d084;
}

.has-pale-cyan-blue-color {
  color: #8ed1fc;
}

.has-vivid-purple-color {
  color: #9b51e0;
}

.has-very-light-gray-color {
  color: #eeeeee;
}

.has-cyan-bluish-gray-color {
  color: #abb8c3;
}

.has-very-dark-gray-color {
  color: #313131;
}

.has-white-color {
  color: white;
}

/*============*/
.has-vivid-red-background-color {
  background: #cf2e2e;
  padding: 6px 12px;
}

.has-vivid-cyan-blue-background-color {
  background: #0693e3;
  padding: 6px 12px;
}

.has-pale-pink-background-color {
  background: #f78da7;
  padding: 6px 12px;
}

.has-luminous-vivid-orange-background-color {
  background: #ff6900;
  padding: 6px 12px;
}

.has-luminous-vivid-amber-background-color {
  background: #fcb900;
  padding: 6px 12px;
}

.has-light-green-cyan-background-color {
  background: #7bdcb5;
  padding: 6px 12px;
}

.has-vivid-green-cyan-background-color {
  background: #00d084;
  padding: 6px 12px;
}

.has-pale-cyan-blue-background-color {
  background: #8ed1fc;
  padding: 6px 12px;
}

.has-vivid-purple-background-color {
  background: #9b51e0;
  padding: 6px 12px;
}

.has-very-light-gray-background-color {
  background: #eeeeee;
  padding: 6px 12px;
}

.has-cyan-bluish-gray-background-color {
  background: #abb8c3;
  padding: 6px 12px;
}

.has-very-dark-gray-background-color {
  background: #313131;
  padding: 6px 12px;
}

/*=================*/
.has-small-font-size {
  font-size: 13px;
}

.has-normal-font-size {
  font-size: 16px;
}

.has-medium-font-size {
  font-size: 20px;
}

.has-large-font-size {
  font-size: 36px;
}

.has-huge-font-size {
  font-size: 48px;
}

/*============*/
.aligncenter img {
  display: block;
  margin: auto;
  max-width: 90%;
}

/*=======*/
.wp-block-spacer {
  float: left;
  width: 100%;
  clear: both;
}

/*=======*/
.wp-block-media-text {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 10px;
  padding: 10px;
}

.has-media-on-the-right .wp-block-media-text__media {
  float: right !important;
}

.has-media-on-the-right .wp-block-media-text__content {
  float: left !important;
}

.wp-block-media-text__media {
  width: 50%;
  float: left;
}

.wp-block-media-text__media img {
  max-width: 90%;
  display: block;
  margin: auto;
  border: 10px solid rgba(255, 255, 255, 0.5);
  height: auto;
}

.wp-block-media-text__content {
  width: 50%;
  float: right;
}

.wp-block-column .is-style-rounded img {
  opacity: .6;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
}

.wp-block-column .is-style-rounded img:hover {
  opacity: 1;
}

.wp-block-column h2, .wp-block-column h3, .wp-block-column h4 {
  text-align: center;
}

.wp-block-column h2 a, .wp-block-column h3 a, .wp-block-column h4 a {
  text-decoration: none;
}

.wp-block-column h2 a:hover, .wp-block-column h3 a:hover, .wp-block-column h4 a:hover {
  text-decoration: none;
}

.wp-block-button__link {
  color: #fff;
  border: none;
  border-radius: 1.55em;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: .667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

.wp-block-button__link:hover {
  color: #fff;
}

.is-content-justification-center {
  text-align: center;
}

.slick-next {
  right: 25px !important;
}

.slick-prev {
  left: 25px !important;
}

.col-4 {
  float: left;
  width: 33%;
}

.col-4 img {
  max-width: 90%;
  display: block;
  margin: auto;
  border: 7px solid rgba(168, 34, 218, 0.3);
}

.col-4 h3 {
  margin: 10px 0 !important;
}

.col-4 h3 a {
  padding: 6px 12px;
  border: 1px solid violet;
}

.col-4 h3 a:hover {
  background: rgba(168, 34, 218, 0.6);
}

.col-4 h3 a:hover span {
  color: white !important;
}

figcaption {
  text-align: center;
  color: #999;
  font-size: 12px;
  padding: 7px;
}

body {
  font-family: arial !important;
  font-size: 16px !important;
  line-height: 1.6em !important;
  margin: 0 !important;
  padding: 0 !important;
  /*background: url('images/bgbody.jpg') top center fixed !important; */
}

a {
  text-decoration: none;
}

label {
  font-weight: normal !important;
}

ul {
  padding-left: 0;
  margin-bottom: 0px !important;
}

li {
  list-style: none;
}

ol li {
  list-style: inherit;
}

hr {
  width: 100%;
  float: left;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0 !important;
}

.col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-9, .col-xs-12 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.clear {
  clear: both;
}

.fixed_p {
  position: fixed !important;
  background: #fff;
  border-bottom: #164b7f;
}

.no-padding, .col-md-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

table {
  width: 100%;
}

table thead {
  text-align: center;
  font-weight: bold;
}

table td {
  padding: 5px;
}

.overx-scroll {
  overflow: scroll;
  max-height: 600px;
}

.wrap, .wrap_footer {
  width: 1200px;
  margin: auto;
  max-width: 100%;
}

.user_panel {
  float: right;
  padding-left: 5px;
  font-size: 14px;
}

.user_panel a {
  padding: 0 5px;
}

.multilang {
  width: 100%;
  float: left;
  margin: 3px 0;
}

.multilang .bi-person-square {
  float: right;
  font-size: 30px;
  margin-left: 10px;
  color: #164B7F;
}

.multilang .switcher {
  float: right;
}

.multilang .switcher .option {
  position: absolute !important;
}

.header {
  width: 100%;
  z-index: 11;
}

.header .logo {
  float: left;
  position: relative;
  z-index: 1111;
}

.header .logo img {
  padding: 3px;
  max-height: 55px;
}

.header .menu_hotline {
  text-align: right;
}

.header .menu_hotline .menu_mobi {
  position: relative;
}

.header .menu_hotline .menu_mobi #menu-menunav li {
  display: inline-block;
  position: relative;
  background: #164b7f;
}

.header .menu_hotline .menu_mobi #menu-menunav li a {
  padding: 8px 6px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.header .menu_hotline .menu_mobi #menu-menunav li a:hover {
  text-decoration: none;
}

.header .menu_hotline .menu_mobi #menu-menunav li.current-menu-item a, .header .menu_hotline .menu_mobi #menu-menunav li.current-menu-item i, .header .menu_hotline .menu_mobi #menu-menunav li:hover a, .header .menu_hotline .menu_mobi #menu-menunav li:hover i {
  color: yellow;
}

.header .menu_hotline .menu_mobi #menu-menunav li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200%;
  background: rgba(22, 75, 127, 0.8);
  z-index: 9999;
  text-align: left;
}

.header .menu_hotline .menu_mobi #menu-menunav li ul li {
  width: 100%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.header .menu_hotline .menu_mobi #menu-menunav li ul li:hover a {
  color: #fff;
}

.header .menu_hotline .menu_mobi #menu-menunav .menu-item-has-children {
  padding-right: 15px !important;
}

.header .menu_hotline .menu_mobi #menu-menunav .menu-item-has-children i {
  display: block !important;
  position: absolute;
  right: 3px;
  top: 0;
  padding: 10px 0 10px 10px;
}

.header .menu_hotline .menu_mobi #menu-menunav .menu-item-has-children ul li {
  padding-left: 25px !important;
}

.header .menu_hotline .menu_mobi #menu-menunav .menu-item-has-children ul li i {
  left: 3px;
  padding: 10px 10px 10px 0;
  right: inherit;
}

.header .menu_hotline .menu_mobi i {
  display: none;
  font-size: 18px;
}

.header .menu_hotline .menu_mobi .bi-list {
  color: #164b7f;
  padding-top: 20px;
}

.header .menu_hotline .menu_mobi .bi-caret-down {
  color: #fff;
}

.slick-slider {
  margin-bottom: 0 !important;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-slide h2 {
  position: absolute;
  bottom: 0;
  font-size: 22px;
  text-transform: uppercase;
  background: rgba(22, 75, 127, 0.8);
  width: 100%;
  padding: 12px 24px;
  margin-bottom: 0 !important;
}

.slick-slide h2 a {
  color: yellow;
  text-decoration: none;
  /*border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; -ms-border-radius: 20px;*/
}

.slick-arrow {
  opacity: 0;
}

.title {
  text-align: center;
  padding: 20px 0;
  font-family: avoBoldFont;
  width: 100%;
  float: left;
  text-transform: uppercase;
}

.conten-index .doitac-title {
  color: #59586B;
  font-size: 22px;
}

.conten-index .item img {
  width: 100%;
  height: auto;
}

.conten-index .item h2 {
  overflow-y: hidden;
  height: 80px;
}

.conten-index .item h2 a {
  display: block;
  padding: 10px 0px;
  font-size: 16px;
  line-height: 1.3em;
}

.conten-index .doitac {
  margin-top: 20px;
}

.conten-index .doitac h2 a {
  color: #59586B;
}

.conten-index .doitac img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.conten-index .khachhang h2 a {
  color: #59586B;
}

.panel-index, .bg-archive {
  float: left;
  width: 100%;
  padding: 20px 5px 5px 5px;
  background: #2075C4;
}

.panel-index h3, .bg-archive h3 {
  color: #fff !important;
}

.bg-archive {
  padding-bottom: 10px;
}

.bg-archive .doitac {
  background: #fff;
  padding: 10px;
}

.panel-index-linhvuc, .panel-index-khachang {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.panel-index-linhvuc .item, .panel-index-khachang .item {
  background: #fff;
  padding: 10px;
  margin-top: 20px;
}

.panel-index-linhvuc h2 {
  height: 60px;
}

.panel-index-khachang h2 {
  height: 80px;
}

.panel-index-doitac {
  background: #2075C4;
}

.panel-index-doitac #doitacslide {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.panel-index-doitac #doitacslide .doitac-item {
  padding: 5px 10px;
}

.panel-index-doitac #doitacslide img {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

/*=============*/
.sidebar {
  margin-top: 10px;
}

.sidebar .sidebar-panel-1 {
  margin-bottom: 10px;
  /*box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);*/
  background: oldlace;
  padding: 10px;
}

.sidebar .sidebar-panel-1 .each-post {
  margin-top: 15px;
}

.sidebar .sidebar-panel-1 .each-post h2 {
  line-height: 1.4em;
  font-size: 16px;
  font-weight: bold;
  margin: 0 !important;
}

.sidebar .sidebar-panel-1 .each-post h2 a {
  display: block;
  color: #222;
}

.sidebar .sidebar-panel-1 .each-post h2 a:hover {
  color: #2AAD6F;
}

.sidebar .sidebar-panel-1 .each-post span {
  color: #999;
  font-size: 11px;
  display: block;
  font-style: italic;
  margin-bottom: 5px;
}

.sidebar .sidebar-panel-1 .each-post img {
  max-width: 25%;
  height: auto;
  padding-right: 5px;
  float: left;
}

.sidebar .sidebar-panel-1 .each-post .excerpt {
  color: #444;
}

.sidebar .viewmore a {
  font-size: 12px;
  font-style: italic;
}

.sidebar .ads {
  margin: 5px 0;
}

.sidebar .ads img {
  max-width: 100%;
  height: auto;
}

.h3title {
  color: #2AAD6F;
  text-align: center;
  padding: 20px 0;
  font-family: avoBoldFont;
  width: 100%;
  float: left;
  text-transform: uppercase;
}

.h3title a {
  color: #F8455A;
}

.archive-news {
  background: aliceblue;
  padding: 10px;
  margin-top: 10px;
}

.archive-news .each-post {
  margin-top: 15px;
}

.archive-news .each-post h2 {
  line-height: 1.4em;
  font-size: 18px;
  margin: 0 !important;
}

.archive-news .each-post h2 a {
  color: #111;
  font-size: 18px;
  display: block;
  font-family: avoBoldFont;
}

.archive-news .each-post span {
  color: #999;
  font-size: 11px;
  display: block;
  font-style: italic;
  margin-bottom: 5px;
}

.archive-news .each-post img {
  max-width: 30%;
  height: auto;
  padding-right: 10px;
  float: left;
}

.archive-news .each-post .excerpt {
  color: #444;
  font-size: 16px;
}

.shintro {
  float: left;
  width: 100%;
}

.shintro h3 {
  text-align: left !important;
  line-height: 1.6em;
  padding-top: 25px;
  font-family: timenewsroman;
  font-style: italic;
}

.single-news {
  margin-top: 10px;
  background: #fff;
  padding: 10px;
}

.single-news h1 {
  font-size: 18px;
  font-family: avoBoldFont;
  padding-bottom: 15px;
  border-bottom: 1px solid #999;
}

.single-news .views {
  display: block;
  padding: 5px 0;
  color: #999;
  font-style: italic;
  font-size: 13px;
}

.single-news img {
  display: block;
  margin: 15px auto;
  max-width: 90%;
  height: auto;
}

.single-news li {
  list-style: none;
}

.single-news .same-content .each-post {
  margin-top: 15px;
}

.single-news .same-content .each-post h2 {
  line-height: 1.4em;
  font-size: 16px;
  margin: 0 !important;
}

.single-news .same-content .each-post h2 a {
  color: #F8455A;
  font-size: 16px;
  display: block;
  font-family: avoBoldFont;
}

.single-news .same-content .each-post span {
  color: #999;
  font-size: 11px;
  display: block;
  font-style: italic;
  margin-bottom: 5px;
}

.single-news .same-content .each-post img {
  max-width: 30%;
  height: auto;
  padding-right: 10px;
  float: left;
  margin: 0 !important;
}

.single-news .same-content .each-post .excerpt {
  color: #444;
  font-size: 14px;
}

.single-lichcongtac h2 {
  text-transform: uppercase;
  color: blue;
  text-align: center;
  font-size: 20px;
}

.single-lichcongtac h4 {
  color: blue;
  background: #eee;
  padding: 6px 12px;
  margin-top: 20px !important;
}

@-webkit-keyframes hovertext8 {
  0% {
    text-shadow: 0 0 0px;
    -webkit-text-shadow: 0 0 0px;
    -moz-text-shadow: 0 0 0px;
    -o-text-shadow: 0 0 0px;
    -ms-text-shadow: 0 0 0px;
    background: rgba(0, 0, 0, 0.2);
  }
  25% {
    text-shadow: 0 0 10px;
    -webkit-text-shadow: 0 0 10px;
    -moz-text-shadow: 0 0 10px;
    -o-text-shadow: 0 0 10px;
    -ms-text-shadow: 0 0 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  50% {
    text-shadow: 0 0 20px;
    -webkit-text-shadow: 0 0 20px;
    -moz-text-shadow: 0 0 20px;
    -o-text-shadow: 0 0 20px;
    -ms-text-shadow: 0 0 20px;
    background: black;
  }
  75% {
    text-shadow: 0 0 10px;
    -webkit-text-shadow: 0 0 10px;
    -moz-text-shadow: 0 0 10px;
    -o-text-shadow: 0 0 10px;
    -ms-text-shadow: 0 0 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    text-shadow: 0 0 0px;
    -webkit-text-shadow: 0 0 0px;
    -moz-text-shadow: 0 0 0px;
    -o-text-shadow: 0 0 0px;
    -ms-text-shadow: 0 0 0px;
    background: rgba(0, 0, 0, 0.2);
  }
}

@keyframes hovertext8 {
  0% {
    text-shadow: 0 0 0px;
    -webkit-text-shadow: 0 0 0px;
    -moz-text-shadow: 0 0 0px;
    -o-text-shadow: 0 0 0px;
    -ms-text-shadow: 0 0 0px;
    background: rgba(0, 0, 0, 0.2);
  }
  25% {
    text-shadow: 0 0 10px;
    -webkit-text-shadow: 0 0 10px;
    -moz-text-shadow: 0 0 10px;
    -o-text-shadow: 0 0 10px;
    -ms-text-shadow: 0 0 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  50% {
    text-shadow: 0 0 20px;
    -webkit-text-shadow: 0 0 20px;
    -moz-text-shadow: 0 0 20px;
    -o-text-shadow: 0 0 20px;
    -ms-text-shadow: 0 0 20px;
    background: black;
  }
  75% {
    text-shadow: 0 0 10px;
    -webkit-text-shadow: 0 0 10px;
    -moz-text-shadow: 0 0 10px;
    -o-text-shadow: 0 0 10px;
    -ms-text-shadow: 0 0 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  100% {
    text-shadow: 0 0 0px;
    -webkit-text-shadow: 0 0 0px;
    -moz-text-shadow: 0 0 0px;
    -o-text-shadow: 0 0 0px;
    -ms-text-shadow: 0 0 0px;
    background: rgba(0, 0, 0, 0.2);
  }
}

@-webkit-keyframes hovertextsub8 {
  0% {
    border: 7px solid rgba(0, 0, 255, 0.3);
  }
  25% {
    border: 7px solid rgba(0, 0, 255, 0.6);
  }
  50% {
    border: 7px solid blue;
  }
  75% {
    border: 7px solid rgba(0, 0, 255, 0.6);
  }
  100% {
    border: 7px solid rgba(0, 0, 255, 0.3);
  }
}

@keyframes hovertextsub8 {
  0% {
    border: 7px solid rgba(0, 0, 255, 0.3);
  }
  25% {
    border: 7px solid rgba(0, 0, 255, 0.6);
  }
  50% {
    border: 7px solid blue;
  }
  75% {
    border: 7px solid rgba(0, 0, 255, 0.6);
  }
  100% {
    border: 7px solid rgba(0, 0, 255, 0.3);
  }
}

.page-8 h2 .parenta {
  position: relative;
  color: yellow;
  border: 2px solid yellow;
  animation: hovertext8 4s 0s infinite;
  -webkit-animation: hovertext8 4s 0s infinite;
  -moz-animation: hovertext8 4s 0s infinite;
}

.page-8 h2 .parenta:hover {
  color: yellow;
}

.page-8 h2 .parenta span {
  font-size: 15px;
  position: absolute;
  top: 5px;
  left: 30%;
}

.page-8 .col-md-4 {
  padding: 20px 100px !important;
}

@-webkit-keyframes hovertext10 {
  0% {
    text-shadow: 0 0 0px;
    -webkit-text-shadow: 0 0 0px;
    -moz-text-shadow: 0 0 0px;
    -o-text-shadow: 0 0 0px;
    -ms-text-shadow: 0 0 0px;
    background: rgba(157, 57, 21, 0.2);
  }
  25% {
    text-shadow: 0 0 10px;
    -webkit-text-shadow: 0 0 10px;
    -moz-text-shadow: 0 0 10px;
    -o-text-shadow: 0 0 10px;
    -ms-text-shadow: 0 0 10px;
    background: rgba(157, 57, 21, 0.5);
  }
  50% {
    text-shadow: 0 0 20px;
    -webkit-text-shadow: 0 0 20px;
    -moz-text-shadow: 0 0 20px;
    -o-text-shadow: 0 0 20px;
    -ms-text-shadow: 0 0 20px;
    background: #9d3915;
  }
  75% {
    text-shadow: 0 0 10px;
    -webkit-text-shadow: 0 0 10px;
    -moz-text-shadow: 0 0 10px;
    -o-text-shadow: 0 0 10px;
    -ms-text-shadow: 0 0 10px;
    background: rgba(157, 57, 21, 0.5);
  }
  100% {
    text-shadow: 0 0 0px;
    -webkit-text-shadow: 0 0 0px;
    -moz-text-shadow: 0 0 0px;
    -o-text-shadow: 0 0 0px;
    -ms-text-shadow: 0 0 0px;
    background: rgba(157, 57, 21, 0.2);
  }
}

@keyframes hovertext10 {
  0% {
    text-shadow: 0 0 0px;
    -webkit-text-shadow: 0 0 0px;
    -moz-text-shadow: 0 0 0px;
    -o-text-shadow: 0 0 0px;
    -ms-text-shadow: 0 0 0px;
    background: rgba(157, 57, 21, 0.2);
  }
  25% {
    text-shadow: 0 0 10px;
    -webkit-text-shadow: 0 0 10px;
    -moz-text-shadow: 0 0 10px;
    -o-text-shadow: 0 0 10px;
    -ms-text-shadow: 0 0 10px;
    background: rgba(157, 57, 21, 0.5);
  }
  50% {
    text-shadow: 0 0 20px;
    -webkit-text-shadow: 0 0 20px;
    -moz-text-shadow: 0 0 20px;
    -o-text-shadow: 0 0 20px;
    -ms-text-shadow: 0 0 20px;
    background: #9d3915;
  }
  75% {
    text-shadow: 0 0 10px;
    -webkit-text-shadow: 0 0 10px;
    -moz-text-shadow: 0 0 10px;
    -o-text-shadow: 0 0 10px;
    -ms-text-shadow: 0 0 10px;
    background: rgba(157, 57, 21, 0.5);
  }
  100% {
    text-shadow: 0 0 0px;
    -webkit-text-shadow: 0 0 0px;
    -moz-text-shadow: 0 0 0px;
    -o-text-shadow: 0 0 0px;
    -ms-text-shadow: 0 0 0px;
    background: rgba(157, 57, 21, 0.2);
  }
}

@-webkit-keyframes hovertextsub10 {
  0% {
    border: 7px solid rgba(168, 1, 255, 0.3);
  }
  25% {
    border: 7px solid rgba(168, 1, 255, 0.6);
  }
  50% {
    border: 7px solid #a801ff;
  }
  75% {
    border: 7px solid rgba(168, 1, 255, 0.6);
  }
  100% {
    border: 7px solid rgba(168, 1, 255, 0.3);
  }
}

@keyframes hovertextsub10 {
  0% {
    border: 7px solid rgba(168, 1, 255, 0.3);
  }
  25% {
    border: 7px solid rgba(168, 1, 255, 0.6);
  }
  50% {
    border: 7px solid #a801ff;
  }
  75% {
    border: 7px solid rgba(168, 1, 255, 0.6);
  }
  100% {
    border: 7px solid rgba(168, 1, 255, 0.3);
  }
}

.page-10 {
  border-top: 5px solid #fff;
}

.page-10 h2 .parenta {
  color: #fff;
  border: 2px solid #A44315;
  animation: hovertext10 4s 1s infinite;
  -webkit-animation: hovertext10 4s 1s infinite;
  -moz-animation: hovertext10 4s 1s infinite;
}

.page-10 h2 .parenta:hover {
  color: #fff;
}

.page-10 .subpage {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 50%;
  margin: auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-webkit-border-radius: 100%;
  -o-webkit-border-radius: 100%;
  -ms-webkit-border-radius: 100%;
  border: 7px solid #a801ff;
  animation: hovertextsub10 4s 1s infinite;
  -webkit-animation: hovertextsub10 4s 1s infinite;
  -moz-animation: hovertextsub10 4s 1s infinite;
}

.page-10 .subpage img {
  display: block;
  width: 100%;
}

.page-10 .subpage h3 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(168, 1, 255, 0.4);
}

.page-10 .subpage h3 a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  padding: 45% 20px 10px 20px;
  text-transform: uppercase;
  font-size: 22px;
}

.page-10 .subpage h3 a:hover {
  color: yellow;
  background: rgba(168, 1, 255, 0.6);
}

.tags-cloud a {
  color: #666;
  padding: 0 5px;
  background: #fff;
  font-size: 13px !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  border: 1px solid #ddd;
}

textarea {
  resize: none;
}

/*********/
/**/
.each_fb_block::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px white;
  background-color: #fff;
}

.each_fb_block::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.each_fb_block::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #fff;
}

/**/
.breadcum::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
  background-color: #fff;
}

.breadcum::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
}

.breadcum::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #fff;
}

/**/
#main_menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
  background-color: #fff;
}

#main_menu::-webkit-scrollbar {
  height: 0px;
  background-color: #fff;
}

#main_menu::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #fff;
}

/**/
.tag-breadcum::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
  background-color: #fff;
}

.tag-breadcum::-webkit-scrollbar {
  height: 0px;
  background-color: #fff;
}

.tag-breadcum::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #fff;
}

/**/
.overx-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
  background-color: #fff;
}

.overx-scroll::-webkit-scrollbar {
  height: 1px;
  width: 1px;
  background-color: #fff;
}

.overx-scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
  border: 2px solid #fff;
}

/**/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px black;
  background-color: #999;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #999;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 2px solid #000;
}

.breadcum {
  margin: 5px 0;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #eee;
  float: left;
  width: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

.breadcum i {
  float: left;
}

.breadcum i small {
  line-height: 1.5em;
  float: left;
}

.breadcum i a {
  padding: 6px 12px;
  color: #666;
  font-size: 12px;
  line-height: 1em;
  display: block;
}

.sitemap {
  padding: 10px 15px 10px 15px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.single-post {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border: 1px solid #ddd;
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
}

.single-post h1 {
  font-size: 25px;
  color: blue;
  text-transform: uppercase;
  text-align: center;
  padding-top: 15px;
}

.single-post img {
  display: block;
  margin: 15px auto 0;
  max-width: 80%;
  height: auto;
}

.single-post h3 {
  padding: 10px 0;
}

.single-post .check-date {
  background: #fff url(images/calendar-icon.png) 98% no-repeat !important;
  cursor: pointer;
}

.single-post li.col-md-3 {
  margin-bottom: 10px;
}

.single-post li.col-md-3 a {
  display: block;
}

.post_info {
  font-size: 13px !important;
  color: #999;
  padding: 5px 0;
  line-height: 1em;
  float: right;
}

.post50 .doinguchungtoi {
  background: aliceblue;
  padding-top: 20px;
}

.post50 .doinguchungtoi .doingu-title {
  color: #cf2e2e;
  text-align: center;
  float: left;
  width: 100%;
}

.post50 .doinguchungtoi .doingu-panel {
  padding: 10px 0;
  border-bottom: 2px solid #ddd;
  background: aliceblue;
}

.post50 .doinguchungtoi .doingu-panel img {
  float: left;
  max-width: 30%;
  height: auto;
  padding-right: 10px;
}

.post50 .doinguchungtoi .doingu-panel a {
  display: block;
  padding: 7px 0;
}

.post50 .doinguchungtoi .doingu-panel a strong {
  color: blue;
}

.post50 .doinguchungtoi .doingu-panel h5 {
  color: #999;
}

.post50 .gioithieu {
  background: oldlace;
  padding: 20px 10px 10px 10px;
}

.fb-share-button iframe {
  margin: 0 !important;
}

.support {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.support a {
  float: left;
  width: 30%;
  padding: 5px 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-left: 3%;
}

.support a:hover {
  text-decoration: none;
  color: #fff;
}

.support .ctcn {
  background: rgba(255, 79, 66, 0.8);
  display: none;
}

.support .ctzl {
  background: rgba(10, 169, 255, 0.8);
}

.support .ctfb {
  background: rgba(37, 107, 179, 0.8);
}

.sepa {
  display: block;
  margin: auto;
  height: auto;
  max-width: 80%;
}

.footer {
  padding: 10px;
  background: #164b7f;
  border-top: 5px solid #fff;
  float: left;
  width: 100%;
}

.footer .footer-info {
  color: white;
}

.footer .lisence {
  color: #999;
  font-size: 11px;
  margin-bottom: 0;
}

.arch-news {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.arch-news .thumb img {
  height: 180px;
  width: 100%;
}

.arch-news h2 {
  line-height: 1.2em;
  font-size: 1em;
}

.arch-news h2 a {
  color: #111;
  font-size: 14px;
  text-transform: uppercase;
}

.arch-news label {
  color: #999;
  font-style: italic;
  font-size: 14px;
}

.arch-news .excerpt {
  font-size: 14px;
}

.subcat h5 {
  color: #888;
  font-style: italic;
}

.subcat h3 a {
  float: left;
  font-size: 13px;
  padding: 5px;
  background: #efefef;
  color: #444;
  margin: 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.subcat h4 {
  font-size: 15px;
}

.subcat h4 span {
  color: #06933D;
}

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

.single-content img {
  max-width: 100% !important;
  display: block;
  margin: auto;
  height: auto;
  padding: 20px 0;
}

.single-content h4 {
  padding: 10px 0;
}

.single-news h1 {
  line-height: 1.5em;
  font-size: 20px;
  padding: 20px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px !important;
}

.single-news h3 {
  font-size: 18px;
}

iframe {
  display: block;
  margin: 20px auto;
}

figcaption, .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  color: #aaa;
  padding: 5px 0;
}

#backtotop {
  z-index: 9999999999999999;
  display: none;
  position: fixed;
  bottom: 45px;
  right: 0;
}

#backtotop span {
  font-size: 30px;
  cursor: pointer;
  color: rgba(255, 255, 0, 0.5);
}

#backtotop span:hover {
  color: yellow;
}

.contact_now {
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 999;
  /*.ctfb{ background: rgba(37, 107, 179, 0.8); }
    .ctzl{ background: rgba(10, 169, 255, 0.8) }
    .ctcn{ display: none; background: rgba(255, 79, 66, 0.8)}*/
}

.contact_now a {
  float: left;
  margin-right: 1px;
  color: black;
  background: yellow;
  padding: 6px 12px;
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  -ms-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -o-border-top-right-radius: 10px;
  -ms-border-top-right-radius: 10px;
}

.contact_now a:hover {
  color: #fff;
}

.contact_now .ctcn {
  display: none;
}

.zoomimg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.zoomimg img {
  width: 90%;
  margin: auto;
  display: block;
  border: 5px solid rgba(255, 255, 255, 0.8);
}

/*----------*/
/*smaller then 1024*/
/*May tinh bang chieu dung
smaller than 900
*************************************************************************************/
/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 880px) {
  table {
    width: 800px;
    max-width: 800px !important;
  }
  .header .logo {
    width: 85%;
  }
  .header .logo img {
    margin: auto;
    display: block;
    max-width: 100%;
  }
  .header .menu_mobi {
    text-align: left;
    padding: 5px;
  }
  .header .menu_mobi #menu-menunav {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 80%;
    z-index: 99999999;
    background: #164b7f;
  }
  .header .menu_mobi #menu-menunav li {
    width: 100%;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header .menu_mobi #menu-menunav li:hover ul {
    position: relative !important;
    width: 100% !important;
  }
  .header .menu_mobi #menu-menunav li:hover ul li a {
    padding-left: 15px;
  }
  .header .menu_mobi i {
    display: block !important;
    font-size: 25px;
    cursor: pointer;
    float: right;
    font-size: 30px !important;
  }
  .breadcum, .specifi {
    overflow-x: scroll;
  }
  .breadcum .over-breadcum, .breadcum table, .specifi .over-breadcum, .specifi table {
    width: 800px;
  }
  .slick-slide h2 {
    font-size: 14px;
  }
  .shintro h2 {
    font-size: 25px;
  }
  .shintro h3 {
    font-size: 20px;
  }
  .conten-index .item h2 {
    height: 80px;
  }
  .panel-index-khachang h2 {
    height: 80px !important;
  }
  .panel-index .title {
    font-size: 20px;
  }
  .footer-info h3 {
    font-size: 18px;
  }
  .footer-info p {
    font-size: 14px;
  }
  .col-xs-12 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .col-md-12 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .page-cover h2 {
    padding: 80px 0 40px 0 !important;
    font-size: 25px !important;
  }
  .page-cover .subpage {
    width: 80%;
    display: block;
    margin: auto;
  }
  .page-cover .subpage h3 a {
    font-size: 18px;
  }
  .page-8 .col-md-4 {
    padding: 5px !important;
  }
  .page-8 .col-md-4:last-child {
    width: 100%;
  }
  .page-8 .col-md-4:last-child .subpage {
    width: 40%;
    margin: auto;
  }
  .page-8 h2 .parenta span {
    left: 20%;
    font-size: 13px;
  }
  .page-10 .subpage {
    width: 80%;
  }
  .col-4 {
    width: 50%;
  }
  .col-4 img {
    width: 95%;
    max-width: 95%;
  }
  .col-4 h3 {
    font-size: 14px;
  }
  .col-4:last-child {
    width: 100%;
  }
  .col-4:last-child figure {
    width: 50%;
    margin: auto;
  }
  .support .ctcn {
    display: block;
  }
}

/************************************************************************************
smaller than 580
*************************************************************************************/
@media screen and (max-width: 700px) {
  .shintro figure {
    display: none;
  }
  .single_post img {
    max-width: 100%;
  }
  .post50 {
    width: 100%;
  }
  .wp-block-media-text__media, .wp-block-media-text__content {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact_now .ctcn {
    display: block;
  }
}

/************************************************************************************
smaller than 490
*************************************************************************************/
/************************************************************************************
smaller than 360
*************************************************************************************/
/************************************************************************************
smaller than 360
*************************************************************************************/
/*# sourceMappingURL=style.css.map */