@import 'd_style.css';
html {
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden;
}

/*html.tg_qt{
	filter:grayscale(1);
}*/

body {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0em;
  color: #27282c;
  position: relative;
  font-family: 'segoe_ui';
  overflow-x: hidden;
  padding: 0px;
}

ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

a,
a:hover {
  text-decoration: none !important;
}

a:hover {
  color: #00502f;
}

.bg_f {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

:hover,
:focus {
  outline: none !important;
}

p:empty {
  display: none !important;
}

@font-face {
  font-family: 'segoe_ui';
  src: url(../fonts/SVN-Segoe-UI.ttf);
}

@font-face {
  font-family: 'segoe_b';
  src: url(../fonts/SVN-Segoe-UI-Bold.ttf);
}

@font-face {
  font-family: 'segoe_csb';
  src: url(../fonts/SVN-Segoe-UI-Condensed-bold.ttf);
}

@font-face {
  font-family: 'segoe_i_b';
  src: url(../fonts/SVN-Poppins-SemiBold-Italic.ttf);
}

iframe {
  width: 100% !important;
  max-width: 100% !important;
}

figure {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.wrap_figure {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1140px;
  width: 100% !important;
  margin: 0px auto;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}


/*  POPUP */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

.popup {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgb(0 35 33 / 70%);
  font-size: 15px;
  overflow: auto;
  left: 0px;
  display: none;
}

.popup.pop_active {
  left: 0px;
}

.popup_search .content_popup .search {
  position: relative;
  width: 0px;
  transition: all 1s;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
}

.popup_search.pop_active .content_popup .search {
  opacity: 1;
  visibility: visible;
}

.popup .content_popup {
  position: relative;
  margin: 50px auto 0px auto;
  z-index: 9;
  width: 80%;
  /* text-align: center; */
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  background: #fff;
  padding: 0px 0px 25px 0px;
  max-width: 850px;
  width: 100%;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 5px;
}

.popup .content_popup .title {
  font-size: 18px;
  background: url(images/icon_noice.png) top center no-repeat;
  padding-top: 70px;
  margin-bottom: 15px;
}

.popup .close_popup {
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  clear: both;
  position: absolute;
  top: -27px;
  right: -13px;
  font-size: 20px;
}

.popup .content_popup .title_form_datmua {
  text-transform: uppercase;
  text-align: left;
  color: #319e95;
  font-size: 25px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}

.popup .wrap_content_pop {
  padding: 30px 20px 0px;
}

.popup .top_popup {
  background: url(../images/img_popup_formct.jpg) center center no-repeat;
  background-size: cover;
  padding: 50px 40px;
  border-radius: 10px;
  margin: 0px 0px 20px 0px;
}

.popup .top_popup .sdt_hotline_pop {
  background: #319e95;
  padding: 6px 25px 10px 25px;
  display: table;
  border-radius: 30px;
}

.popup .top_popup .sdt_hotline_pop p {
  margin: 0px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.popup .top_popup .sdt_hotline_pop p a {
  color: #fff;
  font-size: 26px;
}

.popup .content_popup .list_group input,
.popup .content_popup .list_group textarea {
  border-radius: 5px;
  background: #f2f2f2;
  border: 1px solid transparent;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
}

.popup .content_popup input[type=submit] {
  background: #da251c;
  display: table;
  border: none;
  padding: 15px 10px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  width: 100%;
  max-width: 160px;
  margin: 0px auto;
  text-transform: uppercase;
  font-weight: 700;
}

.popup .content_popup .list_group textarea {
  resize: none;
  height: 150px;
}

.popup .content_popup .list_group textarea::placeholder,
.popup .content_popup .list_group input::placeholder {
  font-size: 15px;
  line-height: 22px;
  color: #919090;
}

.popup form .wpcf7-response-output {
  max-width: 650px;
  text-align: center;
  margin: 20px auto 0px auto !important;
  display: table;
  width: 100%;
}


/*  END POPUP */


/* SLICK SLIDE */

.slick-slide img {
  display: table;
  margin: 0px auto;
}

.slick-dots li button {
  font-size: 0px;
  line-height: 0px;
  display: block;
  width: 13px;
  height: 13px;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  content: "" !important;
}

.slick-prev:before {
  content: "\f104" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 22px !important;
  background: #319e95;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px !important;
  color: #fff !important;
  /* padding: 23px 0px; */
  border-radius: 20px;
}

.slick-next:before {
  content: "\f105" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 22px !important;
  background: #319e95;
  width: 28px;
  height: 28px;
  display: inline-block;
  line-height: 28px !important;
  color: #fff !important;
  padding: 0px 0px;
  border-radius: 20px;
  text-align: center;
}

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

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

.slick-prev:hover::before,
.slick-next:hover::before {
  background: #f8796c !important;
  color: #fff !important;
}

.slick-prev,
.slick-next {
  top: 50% !important;
  margin-top: -50px;
  width: 35px !important;
  height: 35px !important;
  margin: -17px 0px 0px 0px;
  transition: all 0.5s;
}

.slick-dots li {
  padding: 0px !important;
  width: initial !important;
  height: initial !important;
}

.slick-dots li button::before {
  content: "" !important;
}

.slick-dots li.slick-active button {
  background: #d62825 !important;
}

.slick-dots {
  bottom: 20px;
}

.slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0px;
  background: #ccc;
}

.slick-dots li.slick-active button {
  background: #ff9e00 !important;
}


/* --SLICK SLIDE-- */


/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin: 10px 0px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 15px 0 15px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* MENU MOBILE*/

.icon_mobile_click {
  margin: 0px;
  cursor: pointer;
  z-index: 99;
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  max-width: 40px;
}

.icon_mobile_click i.fa {
  font-size: 30px;
  color: #319e95;
}

.top_header {
  position: relative;
}

#page_wrapper {
  transition: all 0.3s;
}

#menu_mobile_full {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  left: -260px;
  background-color: #319e95;
  -webkit-transition: -webkit-transform .3s ease;
  -moz-transition: -moz-transform .3s ease;
  -o-transition: -o-transform .3s ease;
  transition: transform .3s ease;
  z-index: 9999999;
  border-right: 1px solid #fff;
  overflow: auto;
}

.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}

.bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 999999;
  display: none;
}

.menu_hidden {
  z-index: -1;
  left: -260px;
}

.menu_show {
  z-index: 9999999;
}

#menu_mobile_full .close_menu {
  padding: 10px;
  font-size: 20px;
  text-align: right;
  color: #fff;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  background: #319e95;
  display: none;
  cursor: pointer;
  top: 0px;
  z-index: 999;
}

#menu_mobile_full .mobile-menu {
  margin: 55px 0px 0px 0px;
}

#menu_mobile_full ul li {
  width: 100%;
  display: block;
}

#menu_mobile_full .menu>li.active {
  padding: 15px 0px 10px 10px;
}

#menu_mobile_full ul li {
  position: relative;
  padding: 15px 0px 15px 10px;
  border-bottom: 1px solid #fff;
}

#menu_mobile_full ul li a {
  color: #fff;
  text-transform: uppercase;
}

#menu_mobile_full ul li a:hover {
  text-decoration: none;
  background: none;
}

#menu_mobile_full li span {
  margin: 0px 0px 0px 10px;
}

#menu_mobile_full .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #fff;
  margin: 10px 0px 0px 0px;
}

#menu_mobile_full .sub-menu li {
  padding: 15px 0px 15px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
  border-bottom: none;
  padding: 15px 0px 0px 15px;
}

#menu_mobile_full .sub-menu li a {
  font-size: 14px;
  text-transform: none;
}

.editBefore_mobile::before {
  content: "-" !important;
}

#menu_mobile_full li.menu-item-has-children::before {
  content: "+";
  position: absolute;
  right: 10px;
  top: 15px;
  color: #fff;
}

#menu_mobile_full .menu>li.not-have-child {
  padding: 0px;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child>a {
  padding: 10px 0px 10px 15px;
  display: table;
  width: 100%;
}

#menu_mobile_full .menu li ul.sub-menu li.not-have-child:last-child>a {
  padding: 10px 0px 0px 15px;
}

#menu_mobile_full .menu>li.not-have-child>a {
  display: block;
  padding: 15px 0px 15px 10px;
}

#menu_mobile_full .sub-menu li {
  padding: 10px 0px 10px 15px;
}

#menu_mobile_full .sub-menu li:last-child {
  padding: 10px 0px 0px 15px;
}


/* END MENU MOBILE*/

.nav_primary ul li {
  float: left;
  position: relative;
}

.nav_primary .menu>li.menu-item-has-children>a>span {
  position: relative;
}

.nav_primary .menu>li.menu-item-has-children>a>span::before {
  content: "\f107" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  position: absolute;
  right: -12px;
  top: 6px;
  margin: 0px;
  color: #000;
  font-size: 11px !important;
}

.nav_primary .menu>li.menu-item-has-children:hover>a>span::before {
  color: #fff;
}

.nav_primary ul li a {
  display: inline-block;
  padding: 16px 20px 14px 20px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  border-radius: 5px;
}

.nav_primary ul>li>ul.sub-menu {
  position: absolute;
  width: 215px;
  background: #319e95;
  border-top: 1px solid #fff;
  top: 80px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.nav_primary ul>li>ul.sub-menu::before {
  width: 100%;
  content: "";
  position: absolute;
  height: 20px;
  top: -20px;
}

.nav_primary ul>li:hover>ul.sub-menu {
  top: 70px;
  visibility: visible;
  opacity: 1;
}

.nav_primary ul>li>ul.sub-menu>li>a {
  font-size: 13px;
  text-transform: none;
  display: block;
  border-bottom: 1px solid #50d1c6;
  padding: 10px 15px;
  color: #fff;
  border-radius: 0px;
}

.nav_primary ul>li>ul.sub-menu>li:last-child>a {
  border-bottom: none;
}

.nav_primary ul>li>ul.sub-menu>li {
  float: none;
}

.nav_primary ul>li>ul.sub-menu>li.menu-item-has-children::before {
  content: "\f105" !important;
  font: normal normal normal 14px/1 FontAwesome !important;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -6px 0px 0px 0px;
  color: #fff;
  font-size: 11px !important;
}

.nav_primary ul>li>ul.sub-menu>li>a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu {
  position: absolute;
  left: 110%;
  top: -1px;
  transition: all 0.3s;
  background: #26837b;
}

.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu>li>a {
  border-bottom: 1px solid #3bafa5;
}

.nav_primary ul>li>ul.sub-menu>li:hover ul.sub-menu {
  left: 100%;
}

.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
  position: absolute;
  left: 110%;
  top: -1px;
  transition: all 0.3s;
  background: #3a0606;
}

.nav_primary ul>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
  left: 100%;
}

article.post {
  clear: both;
}

.list_post_item .thumbnail {
  max-width: 300px;
  width: 100%;
  margin: 0px 30px 0px 0px;
  float: left;
  height: 180px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
}

.list_post_item .thumbnail a {
  display: block;
  height: 100%;
}

.nav_primary ul li a:hover {
  color: #fff;
  background: #157a72;
}

.nav_primary ul.menu>li a:hover #content {
  clear: both;
}

.scrolltop {
  bottom: 20px;
  position: fixed;
  right: -40px;
  transition: all 0.3s;
  z-index: 500;
  cursor: pointer;
  max-width: 40px;
  left: initial;
}

.scrolltop i.fa {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #a52626;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
}

.scrolltop i.fa:hover {
  background: #f0a52b;
}

.go_scrolltop {
  right: 20px;
}


/* CSS HEADER */

.logo_site {
  max-width: 120px;
  float: left;
  transition: all 0.3s;
  margin: 0px 40px 0px 0px;
}

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

.nav_primary {
  float: left;
  margin: 10px 0px 0px 0px;
}

.search_header {
  margin: 20px 0px 20px 0px;
}

.search_address {
  float: right;
  margin: 23px 0px 0px 0px;
}

.fixedheader .logo_site {
  max-width: 60px;
}

.fixedheader .nav_primary {
  margin: 0px 0px 0px 10px;
}

.fixedheader .search_header {
  margin: 12px 0px 0px 0px;
}

.address_header {
  display: table;
  width: 100%;
}

.address_header p a {
  color: #ffa521;
  font-weight: 700;
  /* color: red; */
  font-size: 15px;
}

.address_header p {
  float: left;
  margin: 0px 0px 0px 30px;
  line-height: 25px;
  max-width: 500px;
}

.top_header {
  border-bottom: 1px solid #ccc;
  padding: 0px 30px;
  display: table;
  width: 100%;
}

.top_header .phone_addr {
  float: left;
}

.top_header .phone_addr .phone_hd {
  float: left;
  padding: 16px 30px 16px 50px;
  position: relative;
}

.top_header .phone_addr .phone_hd::before {
  content: url(../images/icon_message_tophd.png);
  position: absolute;
  top: 20px;
  left: 0px;
}

.top_header .phone_addr .phone_hd a {
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

.top_header .phone_addr .phone_hd p {
  font-size: 14px;
  margin: 0px;
  color: #0F163280;
}

.top_header .phone_addr .addr_hd {
  float: left;
  padding: 16px 0px 16px 70px;
  position: relative;
  border-left: 1px solid #ccc;
}

.top_header .phone_addr .addr_hd::before {
  content: url(../images/icon_calling_tophd.png);
  position: absolute;
  top: 23px;
  left: 20px;
}

.top_header .phone_addr .addr_hd a {
  font-size: 16px;
  color: #000;
  line-height: 22px;
}

.top_header .phone_addr .addr_hd p {
  font-size: 14px;
  margin: 0px;
  color: #0F163280;
}

.top_header .serach_social {
  float: right;
  width: 45%;
  padding: 14px 0px 14px 0px;
}

.top_header .search_form {
  float: left;
  width: 50%;
}

.top_header .search_form input[type="text"] {
  border: 1px solid #EAEAEC;
  padding: 11px 37px 11px 11px;
  width: 100%;
  border-radius: 5px;
}

.top_header .search_form button {
  position: absolute;
  top: 8px;
  right: 15px;
  background: none;
  border: none;
  padding: 0px;
}

.top_header .search_form form {
  position: relative;
}

.top_header .social_hd {
  float: right;
  margin: 8px 0px 0px 0px;
}

.banner_home {
  clear: both;
}

.banner_home .bg_f {
  height: 770px;
}

.banner_home ul li {
  position: relative;
}

.top_header .social_hd ul li {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin: 0px 0px 0px 15px;
}

.top_header .social_hd ul li a {
  width: 100%;
  display: block;
  height: 100%;
}

.top_header .social_hd ul li:nth-child(1) i {
  color: #878b98;
  font-size: 36px;
  position: relative;
  top: -3px;
}

.top_header .social_hd ul li:nth-child(1):hover i {
  color: #4867aa;
}

.top_header .social_hd ul li:nth-child(2):hover {
  background: #ff0101;
}

.top_header .social_hd ul li:nth-child(3):hover {
  background: #0092ff;
}

.top_header .social_hd ul li:nth-child(4):hover {
  background: #00adf1;
}

.top_header .social_hd ul li:nth-child(1)~li {
  background: #878b98;
  display: inline-block;
  border-radius: 5px;
  position: relative;
}

.top_header .social_hd ul li:nth-child(1)~li i,
.top_header .social_hd ul li:nth-child(1)~li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 17px;
}

.bottom_header {
  padding: 20px 30px;
  display: table;
  width: 100%;
  background: #fff;
  left: 0px;
}

.bottom_header.fixed_menu {
  padding: 5px 30px;
}

.bottom_header.fixed_menu .nav_primary ul li a {
  padding: 10px 15px 10px 15px;
  font-size: 13px;
}

.nav_primary ul>li:hover>ul.sub-menu {
  top: 50px;
}

.nav_primary ul>li>ul.sub-menu {
  top: 60px;
}

.bottom_header .logo_site {
  float: left;
}

.bottom_header.fixed_menu .logo_site {
  max-width: 110px;
}

.scrolltop {
  bottom: 80px;
  position: fixed;
  right: -40px;
  transition: all 0.3s;
  z-index: 500;
  cursor: pointer;
  max-width: 40px;
  left: initial;
}

.scrolltop i.fa {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #319e95;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 25px;
}

.scrolltop i.fa:hover {
  background: #041a71;
}

.go_scrolltop {
  right: 40px;
}

.list_popform_ticket {
  position: relative;
  top: -50px;
}

.list_popform_ticket .wrap_listpt .list_item_pt {
  background: #fff;
  position: relative;
  display: table;
  width: 100%;
  padding: 30px;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0px 0px 6px #ccc;
}

.list_popform_ticket .wrap_listpt .item_listpt {
  position: relative;
  padding: 0px 20px 0px 50px;
  float: left;
  width: 20%;
}

.list_popform_ticket .wrap_listpt .item_listpt a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.list_popform_ticket .wrap_listpt .item_listpt span {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #319E95;
  top: 0px;
  left: 0px;
}

.list_popform_ticket .wrap_listpt .item_listpt span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 2px 0px 0px 0px;
}

.list_popform_ticket .wrap_listpt .item_listpt:nth-child(1) span::after {
  content: url(../images/list_btk_icon1.png);
}

.list_popform_ticket .wrap_listpt .item_listpt:nth-child(2) span::after {
  content: url(../images/list_btk_icon2.png);
}

.list_popform_ticket .wrap_listpt .item_listpt:nth-child(3) span::after {
  content: url(../images/list_btk_icon3.png);
}

.list_popform_ticket .wrap_listpt .item_listpt:nth-child(4) span::after {
  content: url(../images/list_btk_icon4.png);
}

.list_popform_ticket .wrap_listpt .item_listpt:nth-child(5) span::after {
  content: url(../images/list_btk_icon5.png);
}

.list_popform_ticket .wrap_listpt .item_listpt p {
  margin: 0px 0px 3px 0px;
  font-size: 12px;
  color: #0F1632;
}

.list_popform_ticket .wrap_listpt .item_listpt strong {
  font-size: 16px;
}

.form_dktv {
  clear: both;
  display: table;
  width: 100%;
  background: #319E95;
  padding: 20px 30px 15px 30px;
}

.form_dktv h4 {
  float: left;
  margin: 3px 0px 0px 0px;
  color: #fff;
  font-size: 16px;
  width: 25%;
  line-height: 24px;
  font-weight: 600;
  padding: 0px 15px 0px 0px;
}

.form_dktv .wpcf7 {
  float: left;
  width: 75%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.form_dktv .list_form_dktv {}

.form_dktv .list_form_dktv .item_list_group {
  float: left;
  margin: 0px 20px 0px 0px;
}

.form_dktv .list_form_dktv .item_list_group input {
  padding: 13px 10px;
  background: #fff;
  border-radius: 5px;
  border: none;
}

.form_dktv input[type="submit"] {
  background: #1A726A;
  color: #fff;
  padding: 12px 10px;
  border-radius: 5px;
  border: none;
  width: 100%;
  max-width: 150px;
  font-size: 16px;
}

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

.ajax-loader,
.wpcf7-spinner {
  position: absolute !important;
  bottom: 0px;
  right: 0px;
}

.wpcf7-form {
  position: relative;
  margin: 5px 0px 0px 0px;
}

.form_dktv .wpcf7-not-valid-tip {
  color: #fff;
}

.form_dktv .wpcf7-response-output {
  color: #fff;
  border: 2px solid #fff !important;
  margin: 30px 0px 0px 0px!important;
  clear: both;
  text-align: center;
}

.short_text_h {
  margin: 0px 0px 30px 0px;
}

.short_text_h h3.widget-title {
  font-size: 32px;
  line-height: 42px;
  color: #319E95;
  text-transform: uppercase;
  position: relative;
  display: table;
  margin: 0px auto 10px auto;
  padding: 0px 0px 0px 60px;
  font-weight: 700;
}

.short_text_h h3.widget-title::before {
  content: "";
  background: url(../images/plug_title.png);
  width: 36px;
  height: 36px;
  position: absolute;
  top: 4px;
  left: 0px;
}

.short_text_h .textwidget {
  text-align: center;
}

.short_text_h .textwidget p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2.2px;
}

.our_services_ft {}

.our_services_ft ul.list_dvnb .slick-track li {
  display: none;
}

.our_services_ft ul.list_dvnb li .wrap_figure figure {
  height: 267px;
}

.our_services_ft ul.list_dvnb .slick-slide {
  padding: 0px 10px;
  margin: 0px 0px 130px 0px;
}

.our_services_ft ul.list_dvnb .slick-list {
  margin: 0px -10px;
}

.our_services_ft ul.list_dvnb .wrap_dvu {
  position: relative;
}

.our_services_ft ul.list_dvnb .textwidget {
  position: absolute;
  bottom: -90px;
  right: 0px;
  background: #fff;
  padding: 20px;
  width: 85%;
  box-shadow: 0px 0px 10px #ccc;
}

.our_services_ft ul.list_dvnb .textwidget h4 a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 24px;
  min-height: 50px;
  display: block;
}

.our_services_ft ul.list_dvnb .textwidget p {
  font-size: 16px;
  font-style: italic;
  display: none;
}

.our_services_ft ul.list_dvnb .textwidget h4 {
  margin: 0px 0px 20px 0px;
}

.our_services_ft ul.list_dvnb .textwidget button {
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  border: none;
  background: #319E95;
  border-radius: 5px;
}
.our_services_ft ul.list_dvnb .textwidget button a{
  color: #fff;
}
.our_data_ft {
  position: relative;
}

.our_data_ft::before {
  content: url(../images/data-featured-plus1.png);
  position: absolute;
  right: 10%;
  top: 0px;
  z-index: -1;
}

.our_data_ft::after {
  content: url(../images/data-featured-plus2.png);
  position: absolute;
  right: 0px;
  top: 10%;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(1)>.so-panel:nth-child(2) {
  background: #EDF7F2;
  padding: 19px;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(1) p {
  margin: 0px;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(1) img {
  margin: 0px;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(1)>.so-panel:nth-child(2) h4 {
  margin: 0px 0px 5px 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2) {
  padding: 20px 0px 0px 70px;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(1) .textwidget {
  position: relative;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(1) .textwidget::before {
  content: url(../images/ngoackep.png);
  position: absolute;
  top: -20px;
  left: -62px;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(1) .textwidget p {
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  margin: 0px 0px 30px 0px;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(2) h3.widget-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  margin: 0px;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(2) .textwidget p {
  font-size: 18px;
  line-height: 25px;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(2) .panel-grid>.panel-grid-cell {
  margin: 0px 0px 30px 0px !important;
}

.our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(2) {
  padding: 30px 0px 0px 0px;
}

.our_news_ft {
  padding: 50px 0px 0px 0px;
}

.our_news_ft .wrap_figure figure {
  height: 344px;
  position: relative;
}

.our_news_ft .wrap_figure figure::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.our_news_ft .wrap_figure a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.our_news_ft .wrap_post_h {
  position: relative;
}

.our_news_ft .wrap_post_h .textwidget {
  position: absolute;
  top: 70px;
  left: 0px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 0px 20px 0px 20px;
  text-align: left;
}

.our_news_ft .wrap_post_h .textwidget span {
  position: absolute;
  bottom: -50px;
  right: 20px;
}

.our_news_ft .wrap_post_h .textwidget h4 {
  margin: 0px 0px 20px 0px;
  line-height: 23px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
}

.our_news_ft .wrap_post_h .textwidget .excerpt p {
  margin: 0px;
  font-size: 13px;
  line-height: 21px;
}

.our_news_ft {}

.our_news_ft .wrap_post_h .textwidget {
  color: #fff;
}

.our_news_ft .wrap_post_h:hover .textwidget {
  opacity: 1;
  visibility: visible;
  top: 40px;
}

.our_news_ft .wrap_post_h:hover .wrap_figure figure::before {
  opacity: 1;
  visibility: visible;
}

.our_news_ft .slick-slide {
  padding: 0px 18px;
}

.our_news_ft .slick-list {
  margin: 0px -18px;
}

.our_news_ft .slick-dots {
  bottom: -50px;
}

.bg_scnew {
  background: #00914012;
  padding: 50px 0px;
}

.our_activity_ft {
  padding: 50px 0px;
  position: relative;
}

.our_activity_ft::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  background: rgb(49 158 149 / 80%);
  width: 100%;
  height: 100%;
}

.our_activity_ft>.panel-grid-cell {
  position: relative;
}

.our_activity_ft>.panel-grid-cell .panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) p {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}

.our_activity_ft>.panel-grid-cell .panel-layout>.panel-grid>.panel-grid-cell:nth-child(2) a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  max-width: 290px;
  padding: 14px 10px 10px 10px;
  border-radius: 5px;
  background: #1A726A;
  display: block;
  text-align: center;
}

html[lang="en_US"] .our_activity_ft>.panel-grid-cell .panel-layout>.panel-grid>.panel-grid-cell:nth-child(2) a{
  font-size: 17px;
}

.our_activity_ft>.panel-grid-cell .panel-layout>.panel-grid>.panel-grid-cell:nth-child(2) a::before {
  content: url(../images/calendar-button.png);
  display: inline-block;
  vertical-align: middle;
  margin: 0px 10px 0px 0px;
}

.ck_home ul li .wrap_ck {
  border: 1px solid #ccc;
  padding: 10px 10px;
  border-radius: 5px;
  background: #fff;
  min-height: 244px;
}

.ck_home ul li .wrap_figure {
  height: 150px;
  position: relative;
  margin: 0px 0px 10px 0px;
}

.ck_home ul li .wrap_figure figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ck_home ul li .wrap_figure figure>img:nth-child(2) {
  display: none;
}

.ck_home ul li .textwidget h4 {
  font-size: 18px;
  line-height: 25px;
  color: #319E95;
  text-align: center;
  font-weight: 700;
  max-width: 170px;
  display: table;
  margin: 0px auto;
  min-height: 50px;
}

.ck_home .slick-slide {
  padding: 0px 18px;
}

.ck_home .slick-list {
  margin: 0px -18px;
}

.our_chuyenk_ft {
  position: relative;
}

.our_chuyenk_ft::before {
  position: absolute;
  content: url(../images/ck-union-mini.png);
  top: 20%;
  right: 10%;
  z-index: -1;
}

.our_chuyenk_ft::after {
  content: url(../images/data-featured-plus2.png);
  position: absolute;
  right: 0px;
  top: 25%;
  z-index: -1;
}

.our_chuyenk_ft>.panel-grid-cell:nth-child(1) {
  position: relative;
}

.our_chuyenk_ft>.panel-grid-cell:nth-child(1)::before {
  content: url(../images/data-featured-plus1.png);
  position: absolute;
  right: 5%;
  top: 0px;
  z-index: -1;
}

.our_chuyenk_ft,
.our_cus_ft {
  padding: 50px 0px 0px 0px;
}

.our_chuyenk_ft .wrap_ck:hover {
  background: #319E95;
}

.our_chuyenk_ft .wrap_ck:hover figure>img:nth-child(2) {
  display: block;
}

.our_chuyenk_ft .wrap_ck:hover figure>img:nth-child(1) {
  display: none;
}

.our_chuyenk_ft .wrap_ck:hover h4 {
  color: #fff;
}

.our_chuyenk_ft .des_cktd p {
  font-size: 18px;
  line-height: 32px;
}

.our_chuyenk_ft .des_cktd {
  text-align: center;
  max-width: 650px;
  margin: 0px auto 30px auto;
}

.our_cus_ft .wrap_sc_cus {
  background: #01803912;
  padding: 50px;
  position: relative;
}

.our_cus_ft .list_cus_figure {
  max-width: 500px;
  margin: 0px auto 30px auto;
}

.our_cus_ft .list_cus_figure figure {
  height: 100px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: table;
  margin: 0px auto;
  transition: all 0.5s;
  transform: scale(1);
  opacity: 0.5;
}

.our_cus_ft .list_cus_figure .slick-current+.slick-active figure {
  transform: scale(1.6);
  opacity: 1;
}

.our_cus_ft .list_cus_figure .slick-slide {
  padding: 20px 20px;
}

.our_cus_ft .list_cus_figure .slick-list {
  margin: 0px -20px;
}

.our_cus_ft .list_cus_figure .wrap_figure {}

.our_cus_ft .btn_navs_list_cus_figure {
  display: none;
}

.our_cus_ft .list_cus .slick-slide {}

.our_cus_ft .list_cus .textwidget p,
.our_cus_ft .list_cus .textwidget strong {
  font-size: 16px;
  line-height: 27px;
  font-family: segoe_i_b;
  text-align: center !important;
  display: block;
}

.our_cus_ft .list_cus .textwidget {
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
  -webkit-line-clamp: 10;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.our_cus_ft .list_cus .textwidget span.author_cmt {
  font-size: 18px;
  font-family: segoe_b;
}

.our_cus_ft .btn_navs_list_cus .slick-arrow {
  cursor: pointer;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
}

.our_cus_ft .btn_navs_list_cus .slick-arrow:hover {
  box-shadow: 0px 0px 10px rgb(53 85 211 / 25%);
}

.our_cus_ft .btn_navs_list_cus .slick-arrow:hover svg path {
  fill: #3555D3;
}

.our_cus_ft .btn_navs_list_cus .sl_prev {
  position: absolute;
  top: 50%;
  left: -20px;
}

.our_cus_ft .btn_navs_list_cus .sl_next {
  position: absolute;
  top: 50%;
  right: -20px;
}

.partner_area .wrap_figure {
  position: relative;
  height: 120px;
}

.partner_area .wrap_figure figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.our_partner_ft {
  padding: 50px 0px;
}

.kp_now_ft {
  background: #1A726A;
  padding: 30px 0px;
}

.kp_now_ft .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) .textwidget {
  margin: 10px 0px 0px 0px;
  text-align: center;
}

.kp_now_ft .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) .textwidget p {
  color: #fff;
  margin: 0px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.kp_now_ft .kp_now {
  display: inline-block;
  background: #319E95;
  color: #fff;
  padding: 10px 10px 13px 10px;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-family: 'segoe_b';
  max-width: 209px;
}

.kp_now_ft .textwidget p {
  margin: 0px;
}

.kp_now_ft .kp_now::after {
  content: url(../images/icon_next_kpnow.png);
  margin: 0px 0px 0px 10px;
  position: relative;
  top: 3px;
}

.qb_baivietmoi_homepage .list_news_h li {
  display: none;
}

.ck_home_slick li {
  display: none;
}

.banner_home ul li,
.list_dvnb li,
.list_cus_figure li,
.list_cus li {
  display: none;
}

.lh_footer {
  background: #319E95;
  padding: 50px 0px;
}

.lh_footer .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1)>.so-panel:nth-child(1) h3.widget-title {
  color: #fff;
  font-size: 26px;
  line-height: 24px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0px 0px 50px 0px;
}

.lh_footer .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1)>.so-panel:nth-child(1) h3.widget-title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -20px;
  max-width: 60px;
}

.lh_footer .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1)>.so-panel:nth-child(1) .textwidget h2 {
  color: #fff;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
  line-height: 30px;
  font-size: 19px;
}


.lh_footer .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1)>.so-panel:nth-child(2) h3.widget-title {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.lh_footer .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(1)>.so-panel:nth-child(2) .textwidget h2 {
  color: #fff;
  margin: 0px;
  font-size: 24px;
  font-weight: 700;
}

.bottom_ft {
  padding: 50px 0px;
}

.bottom_ft .container>.panel-layout>.panel-grid>.panel-grid-cell h3.widget-title {
  font-size: 18px;
  text-transform: uppercase;
  line-height: 27px;
  font-weight: 700;
  min-height: 60px;
  margin: 0px 0px 10px 0px;
}

.bottom_ft .form_dktv_ft {
  position: relative;
}

.bottom_ft .form_dktv_ft input[type="tel"] {
  padding: 10px 81px 10px 10px;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}

.bottom_ft .wpcf7 input[type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 11px 13px;
  color: #fff;
  border: none;
  border-radius: 0px 5px 5px 0px;
  background: #319E95;
}

.bottom_ft ul.menu li a {
  font-size: 14px;
  line-height: 22px;
  color: #737272;
}

.bottom_ft ul.menu li {
  margin: 0px 0px 10px 0px;
}

.copyright {
    display: none;
  padding: 15px 0px;
  border-top: 1px solid #ccc;
  text-align: center;
}

.copyright p {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
}

.menu-vechungtoi {
  padding: 0px 0px 0px 50px;
}

.social_ft .panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) h3.widget-title {
  font-size: 18px;
  font-weight: 700;
  margin: 13px 0px 0px 0px;
  min-height: auto;
}

.social_ft .panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) {
  width: initial !important;
  padding: 0px 10px 0px 0px;
}

.social_ft .panel-layout>.panel-grid{
  justify-content: flex-start !important;
}

.social_ft .panel-layout>.panel-grid>.panel-grid-cell:nth-child(2) {
  width: 48% !important;
}

.social_ft .list_socialft>li:nth-child(1) i {
  color: #878b98;
  font-size: 36px;
  position: relative;
  top: -3px;
}

.social_ft .list_socialft li:nth-child(1)~li i,
.social_ft .list_socialft ul li:nth-child(1)~li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 17px;
}

.social_ft .list_socialft li:nth-child(1)~li {
  background: #878b98;
  display: inline-block;
  border-radius: 5px;
  position: relative;
}

.social_ft .list_socialft li {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin: 0px 0px 0px 7px;
}

.social_ft .list_socialft {
  float: left;
}

.our_partner_ft .partner_list {
  margin: 0px !important;
}

.breadcrumb h3 {
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
  font-family: segoe_b;
  color: #319e95;
  position: relative;
  padding: 0px 0px 0px 50px;
}

.breadcrumb h3::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 36px;
  content: '';
  background-image: url(../images/plus_black_big.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb {
  background: url(../images/bg_breadcrumb.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.breadcrumb li {
  display: inline;
  line-height: 23px;
}

.breadcrumb ul li a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}

.breadcrumb ul li:after {
  content: "\f105";
  margin: 0 10px;
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  top: 0;
}

.breadcrumb ul li:last-child:after {
  content: "";
}

.order_kcb_sb ul li {
  color: #fff;
  position: relative;
  padding: 20px 10px 20px 70px;
  background: #319E95;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0px 0px 10px 0px;
  cursor: pointer;
  font-weight: 700;
}

.order_kcb_sb ul li a {
  color: #fff;
}

.order_kcb_sb ul li a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.order_kcb_sb ul>li:nth-child(1)::before {
  content: url(../images/icon_ct_sb.png);
  position: absolute;
  top: 16px;
  left: 17px;
}

.order_kcb_sb ul>li:nth-child(2)::before {
  content: url(../images/icon_bgia_sb.png);
  position: absolute;
  top: 13px;
  left: 17px;
}

.news_sb {
  margin: 30px 0px 20px 0px;
}

.news_sb h4 {
  font-size: 24px;
  line-height: 30px;
  color: #319E95;
  text-transform: uppercase;
  font-family: segoe_b;
  position: relative;
  margin: 0px 0px 30px 0px;
}

.news_sb h4::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #319E95;
  position: absolute;
  bottom: 6px;
}

.news_sb h4 span {
  background: #fff;
  padding: 0px 10px 0px 0px;
  position: relative;
}

.nav_primary ul.sub-menu.tg_ul_special {
  width: 650px;
}

html[lang="en_US"] .nav_primary ul.sub-menu.tg_ul_special {
  width: 780px;
}

.nav_primary ul.sub-menu.tg_ul_special>li {
  width: 50%;
  float: left;
}

.nav_primary ul.sub-menu.tg_ul_special>li:nth-child(2n)>a {
  border-left: 1px solid #3bafa5;
}

.wrap_listpt .tg_dlol {
  cursor: pointer;
}

.fixed_menu {
  position: fixed !important;
  z-index: 9999;
  box-shadow: 3px 5px 10px #adabab;
}

.sticky {
  position: relative;
  top: 0;
  width: 100%;
  transition: 0.5s;
}

.page-template-default .textwidget table tr,
.page-template-default .textwidget table tr td {
  padding: 10px;
  border: 1px solid #e6e6e6;
}

.tg_pagination {
  display: table;
  margin: 10px auto 50px auto;
}

.tg_pagination span.current {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  line-height: 25px;
  color: #fff;
  background: #72a499;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.tg_pagination a {
  color: #000;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 700;
  margin: 0px 3px;
}

.single .textwidget h1 {
  font-size: 25px;
  line-height: 38px;
  margin: 0px 0px 20px 0px;
  color: #000;
  font-weight: bold;
  text-align: justify;
  font-family: 'segoe_ui';
}

.date_share.tg_dst {
  border-top: none;
  border-bottom: 1px solid #EFEFEF;
  padding: 0px 0px 30px 0px;
}

.date_share {
  display: table;
  width: 100%;
  margin: 0px 0px 30px 0px;
  padding: 30px 0px 0px 0px;
  border-top: 1px solid #EFEFEF;
}

.date_share>p {
  font-size: 16px;
  line-height: 24px;
  float: left;
  margin: 0px;
  color: #727272;
  padding: 0px 0px 0px 20px;
  position: relative;
  margin: 5px 0px 0px 0px;
}

.date_share>p::before {
  position: absolute;
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  left: 0px;
  top: 5px;
}

.date_share>ul {
  float: right;
}

.date_share>ul li {
  margin: 0px 5px 0px 0px;
  display: inline-block;
  vertical-align: middle;
}

.date_share>ul li a i {
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 7px;
  color: #fff;
  font-size: 16px;
}

.date_share>ul li:nth-child(3) a i {
  background: #00AEEF;
}

.date_share>ul li:nth-child(2) a i {
  background: #D92820;
}

.date_share>ul li.tg_fb_share a {
  width: 100%;
  display: block;
  height: 100%;
}

.date_share>ul li.tg_fb_share i {
  color: #337ab7;
  font-size: 28px;
  position: relative;
  top: 1px;
}

.date_share>ul li:last-child {
  margin: 0px;
}


/*._1mf._1mj {
  display: table;
  width: 100%;
  margin: 0px 0px 20px 0px;
}*/


/*._1mf._1mj strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  display: table;
  width: 100%;
  padding: 0px 0px 0px 60px;
  position: relative;
}
._1mf._1mj strong::before {
  position: absolute;
  content: "";
  background: url("../images/icon_ft_dung.png") no-repeat;
  background-size: cover;
  width: 42px;
  height: 39px;
  left: 3%;
  top: 36%;
  transform: translate(-50%, -50%);
}
._1mf._1mj span {
  font-size: 16px;
  line-height: 24px;
}*/

.related_posts {
  display: table;
  width: 100%;
  padding: 20px 0px 0px 0px;
  border-top: 1px solid #319E95;
  margin: 0px 0px 50px 0px;
}

.related_posts>h2 {
  font-size: 30px;
  line-height: 38px;
  margin: 0px 0px 30px 0px;
  font-weight: 700;
  color: #319E95;
  text-transform: uppercase;
}

.wrap_post .wrap_figure figure {
  width: 100%;
  height: 260px;
}

.wrap_post .tg_date {
  display: table;
  width: 100%;
  background: #319E95;
}

.wrap_post .tg_date strong {
  display: table;
  width: 100%;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.wrap_post .tg_date cite {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: table;
  width: 100%;
  font-style: initial;
}

.wrap_post .textwidget {
  position: relative;
  display: table;
  width: 100%;
  background: #fff;
  padding: 40px 20px 20px 20px;
}

.wrap_post .textwidget .tg_date {
  position: absolute;
  width: 73px;
  height: 69px;
  border-radius: 4px;
  top: -50px;
  left: 20px;
}

.wrap_post .textwidget h4 {
  margin: 0px 0px 20px 0px;
}

.wrap_post .textwidget h4 a {
  font-size: 20px;
  line-height: 28px;
  color: #2E425A;
  width: 100%;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.wrap_post .tg_excerpt p {
  font-size: 16px;
  line-height: 24px;
  color: #707070;
  margin: 0px 0px 20px 0px;
}

.wrap_post .read_m a {
  color: #319E95;
  font-weight: 700;
}

.wrap_figure figure a {
  width: 100%;
  height: 100%;
  display: table;
}

.wrap_post {
  box-shadow: 0px 0px 7px #e5e5e5;
  margin: 0px 0px 30px 0px;
  border-bottom: 2px solid #fff;
}

.wrap_post:hover {
  border-bottom: 2px solid #319E95;
}

.wrap_lp_arch {
  display: table;
  width: 100%;
  margin: 50px 0px 0px 0px;
}

.wrap_lp_arch ul>li:nth-child(3n+1) {
  clear: both;
}

input[type="date"] {
  display: block;
  /* Solution 1 */
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  /* Solution 2 */
  /* min-width: 96%; */
}


/*CSS media query to target only iOS devices [duplicate]
*/

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */
}


/*b-style*/

.lmxn_banner_tp .textwidget figure {
  margin: 0px;
}

body {
  margin: 0px;
}

.lmxn_menu {
  background: #319E95;
  padding: 10px 0px;
}

.page-template-page-template-laymauxetnghiem .header {
  display: none;
}

.lmxn_me_hd ul {
  display: flex;
  align-items: center;
}

.lmxn_me_hd ul li {
  margin-left: auto;
}

.lmxn_me_hd ul li a {
  font-size: 16px;
  color: #fff;
  font-family: 'segoe_b';
  line-height: 24px;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.3s;
}

.lmxn_me_hd ul li a:hover {
  color: orange;
}

.lmxn_menu .lmxn_menu_general {
  align-items: center !important;
}

.lmxn_menu_general>.panel-grid-cell:nth-child(1) {
  width: 20% !important;
}

.lmxn_menu_general>.panel-grid-cell:nth-child(2) {
  width: 80% !important;
  margin-left: auto;
}

.lmxn_menu_general>.panel-grid-cell:nth-child(1) .textwidget figure img {
  margin: 0px;
  max-width: 120px;
  width: 100%
}

.lmxn_banner_tp {
  position: relative;
}

.lmxn_banner_tp .textwidget img {
  margin: 0px;
}

.lmxn_banner_tp .banner_lmxn_btn {
  position: absolute;
  background-image: linear-gradient( to right, #920707, #f77201);
  padding: 11px 35px 11px;
  line-height: 30px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 18px;
  font-family: 'segoe_b';
  color: #fff;
  top: 84%;
  left: 75%;
}

.lmxn_banner_tp .banner_lmxn_btn:hover {
  background: #860202;
}

.lmxn_title_page .widget-title {
  font-size: 30px;
  line-height: 38px;
  color: #319E95;
  text-transform: uppercase;
  display: table;
  margin: 0px auto 30px auto;
  font-family: 'segoe_b';
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

.lmxn_banner_tp,
.lmxn_tainha,
.lmxn_visaochon,
.lmxn_gxn,
.lmxn_lixn,
.lmxn_cacbuoc,
.lmxn_form,
.lmxn_baiviet {
  margin: 0px 0px 50px 0px;
}

.lmxn_tainha .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell {
  width: 25% !important;
}

.lmxn_tainha .lmxn_tainha_detailds {
  padding: 30px 20px;
}

.lmxn_tainha .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell:nth-child(2n+1) .lmxn_tainha_detailds {
  background: #319E95;
}

.lmxn_tainha .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell:nth-child(2n) .lmxn_tainha_detailds {
  background: rgb(49 158 149 / 80%);
}

.lmxn_tainha .lmxn_tainha_detailds .textwidget figure {
  display: table;
  margin: 0px auto 30px auto;
}

.lmxn_tainha .lmxn_tainha_detailds .textwidget figure img {
  margin: 0px;
}

.lmxn_tainha .lmxn_tainha_detailds .textwidget p {
  color: #fff;
  text-align: justify;
  min-height: 435px;
}

.lmxn_tainha .lmxn_tainha_detailds .textwidget h4 {
  display: table;
  margin: 0px auto 15px auto;
  font-family: 'segoe_b';
  color: #fff;
}

.lmxn_visaochon {
  padding: 50px 0px;
}

.lmxn_visaochon .lmxn_title_page .widget-title {
  color: #fff;
}

.lmxn_visaochon .lmxn_visaochon_detailds {
  background-color: white;
  width: 60%;
  height: 200px;
  border-radius: 15px;
  box-shadow: 5px 5px #958d8d94;
  overflow: hidden;
  position: relative;
  display: table;
  margin: 0px auto 40px auto;
}

.lmxn_visaochon .lmxn_visaochon_detailds .wrap_figure figure {
  display: table;
  margin: 40px auto 0px auto;
}

.lmxn_visaochon .lmxn_visaochon_detailds .wrap_figure figure img {
  margin: 0px;
}

.lmxn_visaochon .lmxn_visaochon_detailds .visaochon_title {
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
}

.lmxn_visaochon .lmxn_visaochon_detailds:hover .visaochon_title {
  bottom: -27%;
}

.lmxn_visaochon .lmxn_visaochon_detailds .visaochon_title .textwidget h4 {
  background-image: linear-gradient( to right, #29ABE2, #00A99D);
  color: #fff;
  padding: 15px;
  margin: 0px auto;
  text-align: center;
  font-size: 15px;
  font-family: 'segoe_b';
  line-height: 23px;
  border-radius: 0px 0px 15px 15px;
}

.lmxn_visaochon .lmxn_visaochon_detailds .text_widget {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px;
  color: #f9eee8;
  background: #DA5350;
  transition: all 0.5s;
  border-radius: 15px;
  transform: scale(0);
  font-family: 'segoe_b';
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: center;
}

.lmxn_visaochon .lmxn_visaochon_detailds .text_widget p {
  margin: 0px;
}

.lmxn_visaochon .lmxn_visaochon_detailds:hover .text_widget {
  transform: scale(1.0);
}

.lmxn_visaochon .lmxn_visaochon_btn .textwidget a {
  display: table;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 21px;
  line-height: 25px;
  background: #DA5350;
  padding: 15px 30px 15px 30px;
  color: #fff;
  font-family: 'segoe_b';
  margin: 0px auto;
  transition: all 0.3s;
}

.lmxn_visaochon .lmxn_visaochon_btn .textwidget a:hover {
  opacity: 0.8;
}

.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell,
.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(3)>.panel-grid-cell,
.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(4)>.panel-grid-cell,
.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(5)>.panel-grid-cell {
  background-size: 95%;
  background-repeat: no-repeat;
  height: 110px;
  position: relative;
  width: 50% !important;
}

.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell:nth-child(1) {
  background-image: url(../images/ser1.png);
}

.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell:nth-child(2) {
  background-image: url(../images/ser2.png);
}

.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(3)>.panel-grid-cell:nth-child(1) {
  background-image: url(../images/ser3.png);
}

.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(3)>.panel-grid-cell:nth-child(2) {
  background-image: url(../images/ser4.png);
}

.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(4)>.panel-grid-cell:nth-child(1) {
  background-image: url(../images/ser5.png);
}

.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(4)>.panel-grid-cell:nth-child(2) {
  background-image: url(../images/ser6.png);
}
.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(5)>.panel-grid-cell:nth-child(2){
  background-image: url(../images/ser7.png);
}
.lmxn_gxn .lmxn_gxn_detailds {
  position: absolute;
  top: 50%;
  left: 46%;
  transform: translate(-50%, -50%);
  max-width: 340px;
  width: 100%;
}

.lmxn_gxn .container>.panel-layout>.panel-grid>.panel-grid-cell:nth-child(2n) .lmxn_gxn_detailds {
  left: 53%;
}

.lmxn_gxn .lmxn_gxn_detailds .widget-title {
  color: #319E95;
  font-size: 14px;
  margin: 15px 0px 5px 0px;
  font-weight: 700;
}

.lmxn_gxn .lmxn_gxn_detailds .textwidget p {
  font-size: 12px;
}

.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(2),
.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(3),
.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(4){
  margin: 0px 0px 30px 0px !important;
}

.lmxn_lixn {
  padding: 50px 0px;
  background: #319E95;
}

.lmxn_lixn .lmxn_title_page .widget-title {
  color: #fff;
}

.lmxn_lixn .lmxn_title_page .textwidget {
  max-width: 540px;
  width: 100%;
  display: table;
  margin: 0px auto;
}

.lmxn_cacbuoc .lmxn_cacbuoc_title .widget-title {
  font-size: 20px;
  line-height: 28px;
  color: #319E95;
  font-family: 'segoe_b';
  text-transform: uppercase;
}

.lmxn_cacbuoc .lmxn_cacbuoc_ct .textwidget {
  display: flex;
  align-items: center;
}

.lmxn_cacbuoc .lmxn_cacbuoc_ct .textwidget figure {
  padding: 0px 10px 0px 0px;
}

.lmxn_cacbuoc .lmxn_cacbuoc_ct .textwidget figure img {
  margin: 0px;
}

.lmxn_cacbuoc .lmxn_cacbuoc_general .wrap_figure .textwidget figure img {
  margin: 0px;
  max-width: 120px;
  width: 100%;
}

.lmxn_cacbuoc .container>.panel-layout>.panel-grid:nth-child(2) {
  margin: 0px 0px 50px 0px !important
}

.lmxn_form {
  padding: 50px 30px;
}

.lmxn_form .form_xetnghiemtainha {
  padding: 20px;
  border-radius: 15px;
  background: linear-gradient( to right, #29ABE2, #00A99D);
}

.lmxn_form .form_xetnghiemtainha .list_group {
  margin: 0px 0px 20px 0px;
}

.lmxn_form .form_xetnghiemtainha .form_group>.list_group:last-child {}

.lmxn_form .form_xetnghiemtainha .list_group input,
.lmxn_form .form_xetnghiemtainha .list_group textarea {
  font-size: 16px;
  line-height: 24px;
  background: rgba(255, 255, 255, .8) none;
  padding: 10px;
  height: 50px;
  border-radius: 20px;
  width: 100%;
  border: none;
}

.lmxn_form .form_xetnghiemtainha .list_group textarea {
  height: 150px;
  resize: none;
}

.lmxn_form .form_xetnghiemtainha h2 {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  text-transform: uppercase;
  display: table;
  margin: 0px auto 30px auto;
  font-family: 'segoe_b';
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

.lmxn_form .form_xetnghiemtainha .xetnghiemtainha_btn {
  display: table;
  margin: 0px auto;
}

.lmxn_form .form_xetnghiemtainha .xetnghiemtainha_btn input[type="submit"] {
  background-image: linear-gradient( to right, #FCEE00, #FB883B);
  padding: 11px 35px 11px;
  line-height: 30px;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-size: 18px;
  font-family: 'segoe_b';
  color: #fff;
  text-transform: uppercase;
}

.lmxn_form .form_xetnghiemtainha .xetnghiemtainha_btn input[type="submit"]:hover {
  background: #183661;
}

.lmxn_form .lmxn_form_general {
  align-items: center !important;
}

.lmxn_baiviet .lmxn_news_area ul li {}

.lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct {
  padding: 25px 0px 0px 0px;
  margin: 0px 0px 25px 0px;
  display: table;
  width: 100%;
  border-top: 1px solid #ccc;
}

.lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct .wrap_figure {
  float: left;
  margin: 0px 30px 0px 0px;
}

.lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct .wrap_figure figure {
  width: 250px;
  height: 140px;
}

.lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct .wrap_figure figure img {
  height: 100%;
  border: 1px solid #e6e6e6;
  width: 100%;
}

.lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct .text_widget {
  display: table;
}

.lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct .text_widget h2 {
  font-size: 18px;
  line-height: 26px;
  font-family: 'segoe_b';
  margin: 0px 0px 5px 0px;
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  transition: .4s ease-in-out all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0px 0px 10px 0px;
}

.lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct .text_widget h2 a {
  color: #000;
  transition: all 0.3s;
}

.lmxn_baiviet .lmxn_news_area ul li:hover .lmxn_news_ct .text_widget h2 a {
  color: #319E95;
}

.lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct .text_widget .lmxn_date {
  font-style: italic;
  color: #b3b3b3;
}

.lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct .text_widget .lmxn_date i.fa {
  margin: 0px 5px 0px 0px;
}

.wpcf7-not-valid-tip {
  color: #DA5350 !important;
}

.wpcf7-response-output {
  color: #DA5350 !important;
  text-align: center;
}


/*end b-style*/

.tg_lang{
  float:left;
  margin: 24px 0px 0px 20px;
}

.fixed_menu .tg_lang{
  margin: 19px 0px 0px 20px;
}

.tg_lang ul{
  display: flex;
}

.tg_lang ul li{

margin: 0px 10px 0px 0px;
position: relative;
}
.tg_lang ul li a img {
    display: none;
}

.tg_lang ul li:nth-child(1) a::before {
    content: url(../images/flag_vi.png);
}

.tg_lang ul li:nth-child(2) a::before {
    content: url(../images/flag_en.png);

}

.tg_lang ul li.current-lang::before {
  content:"";
  width: 20px;
  height: 1px;
  background: #103c38;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%,-50%);
}

.page-template-default .col-sm-8 .textwidget{
  font-size: 16px;
  line-height: 25px;
}

.tg_top_contact_ft .textwidget h4{

color: #fff;

margin: 0px 0px 15px 0px;
}

.tg_top_contact_ft .textwidget , .tg_mid_contact_ft  .textwidget{

color: #fff;

font-size: 16px;

line-height: 25px;

min-height: 52px;
}

.tg_top_contact_ft .textwidget p , .tg_mid_contact_ft  .textwidget p{
  margin: 0px;
}

.tg_top_contact_ft {
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #fff;
  padding: 0px 0px 30px 0px;
}


.tg_mid_contact_ft  .textwidget h4{
  color:#fff;
  font-size: 17px;
  line-height: 30px;
  margin: 0px;
  font-weight: 700;
}

/* end rau*/

@media(min-width: 1025px) and (max-width: 1200px) {
  .lmxn_gxn .lmxn_gxn_detailds{

max-width: 320px;

top: 44%;
  }
  .banner_home .bg_f {
    background-size: contain !important;
  }
  .nav_primary ul li a {
    padding: 16px 15px 14px 15px;
    font-size: 13px;
  }
  .nav_primary .menu>li:nth-child(1)>a {
    padding: 15px;
  }
}


/* CSS PHONE RING */

#phonering-alo-phoneIcon {
  position: fixed;
  bottom: 144px;
  left: -20px;
}

.phonering-alo-phone.phonering-alo-static {
  opacity: .6
}

.phonering-alo-phone.phonering-alo-hover,
.phonering-alo-phone:hover {
  opacity: 1
}

.phonering-alo-ph-circle {
  width: 150px;
  height: 150px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: transparent;
  border-radius: 100% !important;
  border: 2px solid rgba(30, 30, 30, 0.4);
  border: 2px solid #bfebfc 9;
  opacity: .1;
  -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%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
  animation: phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
  -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
  animation: phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone:hover .phonering-alo-ph-circle {
  border-color: #00aff2;
  opacity: .5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
  border-color: #75eb50;
  border-color: #baf5a7;
  opacity: .5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
  border-color: #00aff2;
  border-color: #DA5350;
  opacity: .5;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
  border-color: #ccc;
  opacity: .5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
  border-color: #75eb50;
  opacity: .5
}

.phonering-alo-ph-circle-fill {
  width: 90px;
  height: 90px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: #000;
  border-radius: 100% !important;
  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%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
  animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
  opacity: 0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  background-color: #00aff2 9;
  opacity: .75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  background-color: #baf5a7 9;
  opacity: .75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
  background-color: #DA5350;
  background-color: #a6e3fa 9;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  background-color: #ccc 9;
  opacity: .75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: .75!important
}

.phonering-alo-ph-img-circle {
  width: 50px;
  height: 50px;
  top: 70px;
  left: 70px;
  position: absolute;
  background: rgba(30, 30, 30, 0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
  border-radius: 100% !important;
  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%;
  background-size: 57%;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
  animation: phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color: #00aff2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
  background-color: #75eb50;
  background-color: #75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #DA5350;
  background-color: #00aff2 9;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #75eb50
}


/*css_dung*/

.news_sb ul li {
  display: table;
  width: 100%;
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #EFEFEF;
}

.news_sb ul li:last-child {
  border-bottom: none;
}

.news_sb ul li .wrap_figure {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  display: table;
  float: left;
  margin: 0px 15px 0px 0px;
}

.news_sb ul li .textwidget {
  display: table;
}

.news_sb ul li .textwidget a {
  display: table;
  width: 100%;
  margin: 0px 0px 10px 0px;
  color: #000000;
}

.news_sb ul li .textwidget span {
  font-size: 14px;
  line-height: 22px;
  color: #727272;
  font-style: italic;
}

input[type=date]:required:invalid::-webkit-datetime-edit {
  color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
  color: black !important;
}

.date_dmm {
  position: relative;
}

.date_dmm cite {
  position: absolute;
  top: 12px;
  left: 16px;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  color: #919090;
}

.date_dmm input[type="date"] {
  padding: 10px 15px 10px 105px !important;
}
@media (min-width:1025px) and (max-width:1200px){
    .lmxn_me_hd ul li{
  text-align: center;
  }
}
@media (min-width:768px) and (max-width:1024px) {
  .lmxn_gxn .lmxn_gxn_detailds{

padding: 0px 0px 0px 100px !important;
  }
  .lmxn_me_hd ul li{
  text-align: center;
  }
  .lmxn_visaochon .lmxn_visaochon_detailds{

width: 100%;
  }
  .lmxn_tainha .lmxn_tainha_detailds .textwidget p{
    min-height:160px;
  }
  .lmxn_tainha .container>.panel-layout>.panel-grid:nth-child(2){
    display:initial !important
  }
.lmxn_tainha .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell{
  width:50% !important;
  float:left;
  margin:0px 0px 20px 0px;
}
.lmxn_tainha .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell:nth-child(2n+1){
  clear:both;
}
}
@media (max-width: 1024px) {
  .lmxn_tainha .lmxn_tainha_detailds{
    padding:20px;
  }
  .lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct .wrap_figure figure{

width: 100%;

height: 200px;
  }
  .lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct .wrap_figure{

float: none;

margin: 0px 0px 20px 0px;
  }
  .lmxn_baiviet .lmxn_news_area ul li .lmxn_news_ct{

padding: 20px 0px 0px 0px;

margin: 0px 0px 20px 0px;
  }
  .lmxn_form .form_xetnghiemtainha .xetnghiemtainha_btn input[type="submit"]{

padding: 5px 15px;

font-size: 16px;
  }
  .lmxn_form .form_xetnghiemtainha .list_group input, .lmxn_form .form_xetnghiemtainha .list_group textarea{
  height: 40px;
  }
  .lmxn_form .form_xetnghiemtainha h2{

font-size: 20px;

line-height: 28px;

margin: 0px auto 20px auto;
  }
  .lmxn_form{
    padding:20px;
  }
  .lmxn_lixn{
    padding:20px 0px;
  }
  .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(2), .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(3){

margin: 0px 0px 0px 0px !important;
  }
  .lmxn_gxn .lmxn_gxn_detailds {
    top: initial;
    left: initial !important;
    transform: initial;
    position: relative;
    max-width: initial;
    margin: -10px 0px 0px 0px;
  }
  .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell:nth-child(1) {
    background-image: url(../images/ser1mb.png);
  }
  .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell:nth-child(2){
       background-image: url(../images/ser2mb.png);
  }
  .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(3)>.panel-grid-cell:nth-child(1) {
       background-image: url(../images/ser3mb.png);
}
.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(3)>.panel-grid-cell:nth-child(2){
         background-image: url(../images/ser4mb.png);
}
.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(4)>.panel-grid-cell:nth-child(1){
     background-image: url(../images/ser5mb.png);
}
.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(4)>.panel-grid-cell:nth-child(2){
     background-image: url(../images/ser6mb.png);
}
.lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(5)>.panel-grid-cell:nth-child(2){
     background-image: url(../images/ser7mb.png);
}
  .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell,
  .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(3)>.panel-grid-cell,
  .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(4)>.panel-grid-cell,
    .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(5)>.panel-grid-cell {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100px;
  }
    .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell:nth-child
  .lmxn_visaochon .lmxn_visaochon_btn .textwidget a {
    font-size: 16px;
    padding: 8px 15px;
  }
  .lmxn_visaochon .lmxn_visaochon_detailds {
    margin: 0px auto 20px auto;
  }
  .lmxn_visaochon {
    padding: 20px 0px;
  }
  .lmxn_title_page .widget-title {
    font-size: 20px;
    line-height: 28px;
    margin: 0px auto 20px auto;
  }
  .lmxn_banner_tp,
  .lmxn_tainha,
  .lmxn_visaochon,
  .lmxn_gxn,
  .lmxn_lixn,
  .lmxn_cacbuoc,
  .lmxn_form,
  .lmxn_baiviet {
    margin: 0px 0px 20px 0px;
  }
}

@media (min-width:480px) and (max-width:767px) {
  .lmxn_gxn .lmxn_gxn_detailds {
    padding: 0px 0px 0px 110px !important;
  }
}

@media (max-width: 767px) {
  .tg_lang{
    float:right;
    margin: 21px 36px 0px 0px;
  }
      .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(5)>.panel-grid-cell:nth-child(1){
        display: none !important;
      }
  .lmxn_cacbuoc .lmxn_cacbuoc_ct .textwidget{
  justify-content: center;
  }
  .lmxn_gxn .lmxn_gxn_detailds{
    padding:0px 0px 0px 80px;
  }
    .lmxn_baiviet .lmxn_news_area ul>li:last-child .lmxn_news_ct{
    margin:0px;
  }
  .lmxn_form .wrap_figure{
    margin:0px 0px 20px 0px;
  }
  .lmxn_cacbuoc .container>.panel-layout>.panel-grid:nth-child(2){

margin: 0px 0px 0px 0px !important;
  }
  .lmxn_cacbuoc .lmxn_cacbuoc_title .widget-title{
    text-align:center
  }
      .lmxn_cacbuoc .lmxn_cacbuoc_general{
        margin:0px 0px 20px 0px;
      }
    .lmxn_cacbuoc .lmxn_cacbuoc_general .text_widget>.panel-layout>.panel-grid:nth-child(2){

flex-direction: initial !important;
    }
  .lmxn_cacbuoc .lmxn_cacbuoc_general .wrap_figure{
    margin:0px 0px 20px 0px;
  }
.lmxn_cacbuoc .lmxn_cacbuoc_general .wrap_figure .textwidget figure{
  display:table;
  margin:0px auto
}
  .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell,
  .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(3)>.panel-grid-cell,
  .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(4)>.panel-grid-cell,
    .lmxn_gxn .container>.panel-layout>.panel-grid:nth-child(5)>.panel-grid-cell {
    width: 100% !important;
  }
  .lmxn_tainha .lmxn_tainha_detailds .textwidget p {
    min-height: initial
  }
  .lmxn_tainha .container>.panel-layout>.panel-grid:nth-child(2)>.panel-grid-cell {
    width: 100% !important
  }
  .lmxn_tainha .container>.panel-layout>.panel-grid:nth-child(2) {
    flex-direction: column !important;
  }
  .lmxn_me_hd ul li a {
    font-size: 14px;
    padding: 5px;
  }
  .lmxn_me_hd ul li {
    margin: 0px auto;
    width: 50%;
    float: left;
    text-align: center;
  }
  .lmxn_me_hd ul {
    display: table;
    width: 100%;
  }
  .lmxn_menu_general>.panel-grid-cell:nth-child(1) .textwidget figure {
    display: table;
    margin: 0px auto;
  }
  .lmxn_menu .lmxn_menu_general {
    flex-direction: column !important;
  }
  .lmxn_menu_general>.panel-grid-cell:nth-child(1),
  .lmxn_menu_general>.panel-grid-cell:nth-child(2) {
    width: 100% !important;
  }
  .date_dmm input[type="date"] {
    padding: 10px 0px 10px 100px !important;
    height: 43px;
  }
  .popup .wrap_content_pop {
    padding: 15px;
  }
  .popup .close_popup {
    right: 8px;
    top: -40px;
  }
  .popup .content_popup .list_group textarea {
    resize: none;
    height: 100px;
  }
  .form_pop .col-sm-12 {
    padding: 0px;
  }
  .form_pop .list_group .col-sm-6 {
    padding: 0px;
    margin: 0px 0px 15px 0px;
  }
  .form_pop .list_group .col-sm-6:last-child {
    margin: 0px;
  }
  .popup .top_popup {
    padding: 10px 20px;
  }
  .popup .top_popup .sdt_hotline_pop p {
    font-size: 16px;
  }
  .popup .top_popup .sdt_hotline_pop p a {
    font-size: 20px;
  }
  .popup .content_popup .title_form_datmua {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 5px 0px;
  }
  .single-post .textwidget h1 {
    font-size: 20px;
    line-height: 29px;
  }
  .wrap_post .tg_excerpt p {
    font-size: 14px;
    line-height: 21px;
  }
  .wrap_post .textwidget h4 a {
    font-size: 16px;
    line-height: 24px;
  }
  .wrap_post .wrap_figure figure {
    height: 220px;
  }
  .breadcrumb {
    padding: 20px 0px;
  }
  .breadcrumb h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .form_dktv {
    padding: 20px 15px 15px 15px;
  }
  .top_header .search_form button {
    top: 11px;
  }
  .top_header {
    padding: 0px 15px;
  }
  .top_header .serach_social {
    float: none;
    width: 100%;
    display: table;
    width: 100%;
    padding: 10px 0px;
  }
  .top_header .social_hd ul li {
    margin: 0px 0px 0px 5px;
  }
  .our_news_ft .wrap_figure figure {
    height: 235px;
    position: relative;
  }
  .our_news_ft .wrap_post_h .textwidget {
    position: relative;
    top: initial;
    left: initial;
    opacity: 1;
    visibility: visible;
    background: #319e95;
    padding: 15px;
  }
  .scrolltop {
    bottom: 85px;
  }
  .go_scrolltop {
    right: 20px;
  }
  .bottom_ft {
    padding: 30px 0px 0px 0px;
  }
  #phonering-alo-phoneIcon {
    bottom: 134px;
    left: -60px;
  }
  .lh_footer {
    padding: 30px 0px;
  }
  .ck_home .slick-slider {
    margin: 0px !important;
  }
  .our_news_ft {
    padding: 20px 0px 0px 0px;
  }
  .lh_footer iframe {
    height: 200px !important;
  }
  .lh_footer .container>.panel-layout>.panel-grid>.panel-grid-cell {
    margin: 0px 0px 30px 0px !important;
  }
  .lh_footer .container>.panel-layout>.panel-grid>.panel-grid-cell:last-child {
    margin: 0px !important;
  }
  .bottom_ft .container>.panel-layout>.panel-grid>.panel-grid-cell {
    margin: 0px 0px 20px 0px !important;
  }
  .bottom_ft .container>.panel-layout>.panel-grid>.panel-grid-cell:last-child {
    margin: 0px !important;
  }
  .kp_now_ft .container>.panel-layout>.panel-grid>.panel-grid-cell {
    margin: 0px 0px 20px 0px !important;
  }
  .kp_now_ft .container>.panel-layout>.panel-grid>.panel-grid-cell:last-child {
    margin: 0px !important;
  }
  .menu-vechungtoi {
    padding: 0px;
  }
  .bottom_ft .container>.panel-layout>.panel-grid>.panel-grid-cell h3.widget-title {
    min-height: auto;
    font-size: 16px;
    line-height: 23px;
  }
  .our_partner_ft {
    padding: 20px;
  }
  .our_cus_ft .wrap_sc_cus {
    padding: 20px 30px;
  }
  .our_chuyenk_ft .des_cktd p {
    font-size: 15px;
    line-height: 26px;
  }
  .our_activity_ft>.panel-grid-cell .panel-layout>.panel-grid>.panel-grid-cell:nth-child(1) p {
    font-size: 15px;
    line-height: 29px;
  }
  .our_activity_ft>.panel-grid-cell .panel-layout>.panel-grid>.panel-grid-cell:nth-child(2) a {
    font-weight: 700;
    font-size: 16px;
    max-width: 230px;
    padding: 14px 10px 10px 10px;
  }
  .our_activity_ft {
    padding: 30px 0px;
    position: relative;
  }
  .our_chuyenk_ft,
  .our_cus_ft {
    padding: 20px 0px 0px 0px;
  }
  .our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(1) .textwidget p {
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
  }
  .slnb-grid2>.panel-grid-cell {
    margin: 0px 0px 30px 0px !important;
  }
  .slnb-grid2>.panel-grid-cell:last-child {
    margin: 0px !important;
  }
  .bottom_header.fixed_menu {
    padding: 5px 15px;
  }
  .our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(2) figure {
    min-height: 65px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(2) figure img {
    margin: 0px;
  }
  .our_data_ft .slnb-grid2>.panel-grid-cell:nth-child(2)>.so-panel:nth-child(2) .panel-grid>.panel-grid-cell {
    margin: 0px !important;
    clear: both;
    text-align: center;
  }
  .slick-next {
    right: 0px !important;
  }
  .our_services_ft ul.list_dvnb .slick-slide {
    margin: 0px 0px 100px 0px;
  }
  .slick-prev {
    left: 0px !important;
  }
  .short_text_h {
    margin: 0px 0px 10px 0px;
  }
  .our_services_ft ul.list_dvnb .textwidget {
    width: 100%;
  }
  .short_text_h .textwidget p {
    font-size: 15px;
    line-height: 20px;
  }
  .menu_header {
    display: none;
  }
  .banner_home .bg_f {
    height: auto;
  }
  .bottom_header {
    padding: 5px 15px;
  }
  .top_header .phone_addr .phone_hd,
  .top_header .phone_addr .addr_hd {
    display: none;
  }
  .serach_social .search_form {}
  .icon_mobile_click {
    display: block;
    top: 25px;
    right: 15px;
  }
  .list_popform_ticket {
    top: initial;
  }
  .list_popform_ticket .wrap_listpt .list_item_pt {
    border-radius: initial;
    box-shadow: initial;
    padding: 10px 0px;
  }
  .list_popform_ticket .wrap_listpt .item_listpt {
    width: 50%;
    padding: 0px 0px 0px 50px;
    margin: 0px 0px 20px 0px;
  }
  .list_popform_ticket .wrap_listpt .item_listpt strong {
    font-size: 14px;
  }
  .form_dktv h4 {
    float: initial;
    width: 100%;
    text-align: center;
    margin: 0px 0px 10px 0px;
  }
  .form_dktv .list_form_dktv .item_list_group {
    float: initial;
    margin: 0px 0px 20px 0px;
  }
  .form_dktv .wpcf7 {
    width: 100%;
  }
  .form_dktv .list_form_dktv .item_list_group input {
    width: 100%;
  }
  .form_dktv>.wpcf7>.wpcf7-form>p {
    text-align: center;
  }
  .short_text_h h3.widget-title {
    font-size: 18px;
    line-height: 29px;
    margin: 20px auto 10px auto;
  }
  .short_text_h h3.widget-title::before {
    top: -2px;
  }
  .list_solieunb>.panel-layout>.panel-grid:nth-child(1) {
    display: block;
    width: 50%;
    float: left;
  }
  .list_solieunb>.panel-layout>.panel-grid:nth-child(1)>.panel-grid-cell:nth-child(1) {}
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    -webkit-opacity: .1
  }
  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    -webkit-opacity: .5
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: .1
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-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)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(.5) skew(1deg);
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }
  30% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }
  100% {
    -webkit-transform: rotate(0) scale(.7) skew(1deg);
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

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

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