@font-face {
	font-family: 'Conv_UTM Avo';
	src: url('../fonts/UTM Avo.eot');
	src: url('../fonts/UTM Avo.woff') format('woff'), url('../fonts/UTM Avo.ttf') format('truetype'), url('../fonts/UTM Avo.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_UTM AvoBold';
	src: url('../fonts/UTM AvoBold.eot');
	src: url('../fonts/UTM AvoBold.woff') format('woff'), url('../fonts/UTM AvoBold.ttf') format('truetype'), url('../fonts/UTM AvoBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'Linotte';
  src: url('../fonts/linotte/LinotteRegular.eot');
  src: url('../fonts/linotte/LinotteRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/linotte/LinotteRegular.woff2') format('woff2'),
    url('../fonts/linotte/LinotteRegular.woff') format('woff'),
    url('../fonts/linotte/LinotteRegular.ttf') format('truetype'),
    url('../fonts/linotte/LinotteRegular.svg') format('svg');
  font-style: normal;
}
.read-more i, .box-mobile-call,.post-sort-view ul li a,.box-sidebar .menu a,
#logo a img,
#logo a,
.nav{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
body{
	padding-bottom: 0px;
	font-size: 15px;
	overflow-x: hidden;
}
body.blog{
	padding-bottom: 0px;
	padding-top: 0px;
}
body.no-content-padding .blog-section{
	padding-top: 0px;
	padding-bottom: 0px;
}
.header{
	top: 0px;
	left: 0px;
}
header.menu-open {
    overflow-y: scroll;
    height: 100%;padding-bottom:70px
}header.menu-open >.container {
    box-shadow: none;
}
body.admin-bar:not(.non-sticky-header) .header{
    top: 32px;
}.error {color:red}
.success {color:forestgreen}.popup-open {
    overflow: hidden;
}em {
    font-style: italic;
}
.popup-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.55);
}

.popup-center {
    width: 600px;
    margin: 30px auto;
    position: relative;
    background: white;
    min-height: 200px;
}
@keyframes lights {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
.popup-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 999999;
  color: transparent;-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.popup-close:after,
.popup-close:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 80%;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 10%;
}

.popup-close:hover:after,
.popup-close:hover:before {
  background: #aaa;
}

.popup-close:before {
  transform: rotate(-45deg);
}.popup-content {
    padding: 20px;
}
/* Footer section styles */
footer .mc4wp-form{
	margin: -1em 0;
}
footer .mc4wp-form form{
	max-width: 570px;
	height: 45px;
    background-color: #10434e;
	margin: 0 auto;
	padding: 0 0 0 20px;
	position: relative;
    display: block;
    overflow: hidden;
}
footer .mc4wp-form form p{
	margin: 0;
}
footer .mc4wp-form label,
footer .mc4wp-form input{
	float: left;
	line-height: 45px;
}
footer .mc4wp-form label{
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 9px;
	position: absolute;
	left: 20px;
}
footer .mc4wp-form label:after{
	content: '';
	height: 10px;
	width: 2px;
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 20px;
}
footer .mc4wp-form input[type=email]{
	margin-left: 150px;
	width: 90%;
	border: none;
	height: 45px;
	color: #646464;
	background: none;
	padding: 0 8px;
	float: left;
}
footer .mc4wp-form input[type=submit]{
	font-size: 0;
	border: none;
	background: url("img/v-arrow.webp") no-repeat 40% 19px;
	position: absolute;
	right: 0;
	transition: background 0.3s ease;
	width: 10%;
}
footer .mc4wp-form input[type=submit]:hover{
	background-position: 70% 19px;
}
#comments{
	padding: 0 120px;
	padding-top: 70px;
}
#reply-title{
	margin-bottom: 30px;
}
.form-allowed-tags {display:none;}
.swiper-slide {
    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.folio-args{
	display: none;
}
.team-member-container .thumb-img{
	display: none;
}
.content-media {
    margin-bottom: 40px;
}
.content-media img {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.post-item.sticky {
    background-color:#efefef;
}

.error404 .blog-section h2 {
    font-size: 172px;
    text-align: center;
}
.error404 .blog-section p {
    margin: 20px 0;
}


/*-----------------------------------------------------------------------------------
102 - Default styles 
-----------------------------------------------------------------------------------*/
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
button,input,select,textarea {
    max-width: 100%;
    vertical-align: baseline;
  padding: 10px;
    color: #3b3b3b;
}
table,th,td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border-width: 0px;
    margin: 0px;
    width: 100%;
}
caption,th,td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0px;
    font-weight: 700;
}
td {
    border-width: 0px;
}
th,td {
    padding: 0.4em;
}
/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
/* Page links */
.content-text {margin-top:20px;}
.page-links {clear:both;}
.page-links a,
.page-links > span {
    border: 1px solid #eaeaea;
    display: inline-block;
    height: 2em;
    line-height: 2;
    margin: 0 0.3333em 0.3333em 0;
    text-align: center;
    width: 2em;
}
.page-links a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.page-links a:hover,
.page-links a:focus {
    color: #fff;
    text-decoration: none;
}
.page-links > .page-links-title {
    border: 0;
    padding-right: 0.5em;
    width: auto;
}
.wp-caption,.wp-caption-text,.sticky,.gallery-caption,.bypostauthor,.alignright,.alignleft,.aligncenter{}

/**
 * Galleries
 */
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* Static instagram widget */
.jr-insta-thumb .thumbnails {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}
.jr-insta-thumb .jr_col_3 > li { width: 33%}
.jr-insta-thumb .thumbnails > li {
border: 0;
  background: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: inherit !important;
  margin: 0 !important;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.jr-insta-thumb:after {
  content: "";
  display: table;
  clear: both;
}
/* Helper classes: Content Alignments */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}

/* Captions */
.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}
.wp-caption-text {
    padding: 0.5em 0 0;
    text-align: center;
    font-style: italic;
    color: #5f5f5f;
}figure {
    padding-bottom: 10px;
    background: #eee;
}
/* Helper classes */
.clearfix {clear:both;}
.text-white {color:#fff !important;}
.text-light {color:#ffffff;}
.text-light a {color:#ffffff;}
.text-light a[class^="social_"] {color:#ffffff;border-color:#ffffff;}
.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6 {color:#ffffff;}
.text-dark {color:#222;}
.text-dark a {color:#222;}
.text-dark a[class^="social_"] {color:#222;border-color:#222;}
.text-dark h1,.text-dark h2,.text-dark h3,.text-dark h4,.text-dark h5,.text-dark h6 {color:#222;}
.text-thin {font-weight:100 !important;}
.text-thin-300 {font-weight:300 !important;}
.animate {opacity:0;}
@media (max-width:480px) {.hidden-xxs {display:none !important;}}
.text-center {text-align:center;}
.text-right {text-align:right;}
.text-left {text-align:left;}
.list-inline {list-style:none;padding-left:0;}
.list-inline li {display:inline-block;padding-right:0;}
.list-inline li + li {padding-left:10px;}
.no-margin {margin:0;}
.no-margin-top {margin-top:0;}
.no-margin-bottom {margin-bottom:0!important;}
.no-padding {padding:0;}
.no-padding-top {padding-top:0;}
.no-padding-bottom {padding-bottom:0;}
/* iFrame object embed overflow fix */
.content-text iframe, .content-text object, .content-text embed {
    max-width: 100%;
} 
.vc_tta-container .vc_tta-panel-heading {
display:none;
}
/* 
End default styles 
-------------------------------------------------- */



.box-1 {
    text-align: center;
    color: white;
}

.box-1 h3 {
    font-size: 15px;
    color: white;
}

.box-1 .wpb_wrapper p:last-child {
    font-size: 14px;
    letter-spacing: 0.4px;
}
.about-doc>div {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}

.about-doc .about-info {
    padding-left: 20px;
    padding-right: 20px;
}
.head-text-1 .wpb_wrapper h4,.head-text-1 .wpb_wrapper p {
    max-width: 810px;
    margin: 0 auto;
    text-align: center;
}

.box-footer h3 {
    margin: 0;
    color: white;
    font-family: "Conv_UTM AvoBold";
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 1px solid white;
    padding-bottom: 13px;
    margin-bottom: 15px;
    width: 250px;
}

.box-content-footer, .box-content-footer a {
    color: white;
}

footer .menu ul,footer .menu ul li {
    margin-left: 0;
    list-style: none;
    padding: 0;
}

.box-content-footer {
    padding-left: 10px;
}

.b-footer .row {
    margin-bottom: 30px;
}footer .menu a {
    font-size: 15px;
}.box-gmap .vc_column-inner {
    padding: 0 !important;
}

.box-gmap .vc_column-inner .wpb_raw_html {
    margin-bottom: 0;
}.box-content-footer h2 {
    color: white;
    font-size: 17px;
    font-family: "Conv_UTM AvoBold";
    margin: 0;
    margin-bottom: 17px;
}
.col-sm-6 .box-content-footer {
    text-align: center;
}

footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .col-sm-3:last-child .box-content-footer {
    text-align: right;
}footer .social-link {
    margin-top: 25px;
}

.wpb_images_carousel.full-width .vc_slide {
    width: 100% !important;
}
.box-about-tab .vc_tta-tabs .vc_tta-tabs-list .vc_tta-tab >a {font-family: "Conv_UTM AvoBold" !important;font-size: 20px !important;}


.breadcrumbs a {
    display: inline-block;
    padding: 10px 5px;
    color: #272626;
}

.breadcrumbs .breadcrumb_last {
    color: black;
    font-weight: bold;
}

.breadcrumbs a:first-child {
    padding-left: 0;
}.breadcrumbs {
    margin: 10px auto;
}


.about-slider-list .vc_slide .vc_item {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.about-slider-list .vc_slide .vc_item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.navigate-page {
    text-align: center;
    padding: 20px 0;
}

.navigate-page ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navigate-page li a, .navigate-page li span {
    float: left;
    padding: 3px 10px;
    border: 1px solid #ddd;
    color: #3cc5de;
}

.navigate-page li a:hover {
    box-shadow: 0 0 5px rgb(224, 224, 224);
    border-color: #ccc;
}

.navigate-page li span {
    background: #3cc5de;
    color: white;
    border-color: currentColor;
    cursor: default;
}

.navigate-page li {display: inline-block;margin:0 2px}


.faq-contact-form input:not(.wpcf7-submit), .faq-contact-form textarea {
    background: #eeeef0;
    color: #333;
    border: none;
    padding: 10px;
    width: 100%;
}

.faq-contact-form p>label {
    width: 100%;
    margin-bottom: 17px;
}

.faq-contact-form .wpcf7-submit {
    background: #3cc5de;
    color: white;
    font-family: "Conv_UTM AvoBold";
    text-transform: uppercase;
    border: 1px solid transparent;
    outline: none;
    padding: 7px 50px;
}

.faq-contact-form .wpcf7-submit:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    border-color: #24b0ca;
}

.faq-contact-form>h6 {
    margin-top: 0;
    margin-bottom: 20px;
}

.box-contact {
    background: #3cc5de;
    color: white;
    text-align: center;
    padding-top: 10px;
}

.box-contact .text-center a {
    color: white;
    float: left;
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
}

.box-contact .box-head>p {font-family: "Conv_UTM Avo";font-size: 14px;color: #ffffff;font-weight: bold;letter-spacing: 1px;position: relative;}

.box-contact .box-head>a {
    background: #3cc5de;
    font-size: 13px;
    font-family: "Conv_UTM AvoBold";
    color: white;
    padding: 5px 12px;
    border-radius: 10px;
    position: relative;
}
.box-contact .box-content {
    font-family: "Conv_UTM Avo";
}

.box-contact .box-content .text-center {
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
    width: 100%;
}.box-contact .box-content .text-center>div span {
    display: inline-block;
    margin-left: -55px;
    font-size: 13px;
}.page-template-faq .faq-container {
    padding-bottom: 85px;
}
.faq-content .faq-row {
    border-bottom: 2px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.faq-content .faq-row .faq-excerpt p:last-child {
    margin-bottom: 0;
}

.faq-content .faq-row .faq-head a {
    color: #333;
    font-size: 17px;
}

.faq-content .faq-row .faq-head {
    padding-left: 20px;
    position: relative;
}

.faq-content .faq-row .faq-excerpt {
    color: #3d656d;
    margin-top: 20px;
    display: none;
}

.faq-content .faq-row .faq-head:before {content: "\f054";font: normal normal normal 14px/1 FontAwesome;color: #3cc5de;font-size: 15px;position: absolute;left: 0;top: 50%;margin-top: -8px;}

.faq-content .faq-row.active .faq-head:before {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}

.faq-content .faq-row.active .faq-excerpt {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    display: block;
}
.faq-container .text-head h3 {
    font-size: 33px;
    margin-top: 0;
}

.faq-container .text-head p {
    margin: 0;
    color: #abaaaa;
    font-size: 17px;
}

.faq-container .text-head {
    margin-bottom: 50px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
}

.faq-container {
    padding-bottom: 50px;
}
.box-contact .box-head img {
    width: 100%;
}

.contact-head h3 {
    font-size: 33px;
    margin-top: 0;
}
.contact-head p {
    margin: 0;
    color: #abaaaa;
    font-size: 17px;
}.box-call-head {
    border-top: 10px solid #3cc5de;
}

.box-call-head img {
    width: 100%;
}

.box-call-content {margin: 20px;border-top: 2px solid #eee;padding: 50px 0;}

.box-call-content b {
    color: #333;
    font-weight: bold;
}.box-call {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.22);
    margin-bottom: 30px;
}
.form-dat-lich.form-horizontal .control-label {
    text-align: left;
}
.form-dat-lich .radio-group .radio-inline {
    padding: 0;
}

.form-dat-lich .radio-group .radio-inline .first {
    margin-right: 100px;
}

.radio-group .wpcf7-radio>span {
    display: inline-block;
    position: relative;
    margin-left: 50px;
    cursor: pointer;
    padding-left: 30px;
    z-index: 1;
}

.radio-group .wpcf7-radio>span:before {content: "";top: 50%;margin-top: -10px;width: 20px;height: 20px;background: #e0e0e0;left: 0;position: absolute;border-radius: 3em;}

.radio-group .wpcf7-radio>span input:checked+span:after {content: "";position: absolute;top: 50%;margin-top: -5px;width: 10px;height: 10px;background: #888;left: 5px;border-radius: 3em;}

.radio-group .wpcf7-radio>span input {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    top: 0;
    left: 0;
}

.radio-group .wpcf7-radio {
    float: right;
}.sidebar-left,.sidebar-right {
    padding-bottom: 40px;
}

.post-sort-view ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.post-sort-view ul li:first-child .post-img {
    display: block;
    max-height: 120px;
    overflow: hidden;
}

.post-sort-view ul li .post-img {
    display: none;
}

.post-sort-view ul li a {
    color: #555;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    position: relative;
    font-weight: bold;
}

.post-sort-view ul li a:hover {
    margin-left: 5px;
}

.post-sort-view ul li {position: relative;}

.post-sort-view ul li:after {content: "";position: absolute;bottom: 0;height: 2px;background: #ddd;width: 85%;left: 50%;margin-left: -42.5%;}
.box-head-view, .blog-section .box-head-view {
    background: #3cc5de;
    color: white;
    padding: 8px;
    text-align: center;
    font-size: 16px;
}
.search-form input {
    border: 2px solid #b1b0b0;
    width: 100%;
    padding-right: 40px;
}

.search-form label {
    width: 100%;
}

.search-form {
    position: relative;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    height: 100%;
    width: 40px;
}

.search-form button:before {content: "\f002";font: normal normal normal 14px/1 FontAwesome;font-size: 25px;color: #b1b0b0;}
.list-post ul, .category-post ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-post ul li, .category-post ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.list-post ul li h4, .category-post ul li h4 {
    font-size: 15px;
}

.list-post ul li .list-post-img,
.category-post ul li .list-post-img{
    float: left;
    margin-right: 20px;
    width: 150px;
}

.list-post ul li h4 a,.category-post ul li h4 a {
    color: #555;
}
.single-post article h1 {
    font-size: 20px;
}

.single-post article h2 {
    font-size: 18px;
}

.single-post article h3 {
    font-size: 16px;
}
.single-post article h4 {
    font-size: 15px;
}
.single-post article h5 {
    font-size: 14px;
}
.single-post article h6 {
    font-size: 13px;
}

.related-post>h4 {
    font-size: 21px;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #5a5a5a;
}.related-post {
    margin-top: 100px;
}.post-sort-view {
    margin-bottom: 30px;
}.single-hoi-dap .blog-section .container {
    padding-bottom: 50px;
}



.nav.active {
    display: block;
}

.nav li {
    -webkit-animation-duration: 1s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nav.active li {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.nav li:nth-child(1){animation-delay: 0.2s;}
.nav li:nth-child(2){animation-delay: .2s;}
.nav li:nth-child(3){animation-delay: .4s;}
.nav li:nth-child(4){animation-delay: .6s;}
.nav li:nth-child(5){animation-delay: .8s;}
.nav li:nth-child(6){animation-delay: 1s;}
.nav li:nth-child(7){animation-delay: 1.2s;}
.nav li:nth-child(8){animation-delay: 1.4s;}
.nav li:nth-child(9){animation-delay: 1.6s;}
.nav li:nth-child(10){animation-delay: 1.8s;}
.nav li:nth-child(11){animation-delay: 2s;}
.nav li:nth-child(12){animation-delay: 2.2s;}
.nav li:nth-child(13){animation-delay: 2.4s;}


.single-post-breadcrumb .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 2px solid #b1b0b0;
    display: table;
    width: 100%;
}

.single-post-breadcrumb .menu li {
    display: table-cell;
}

.single-post-breadcrumb .menu li a {
    padding: 5px 10px;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Conv_UTM AvoBold";
    color: #333;
}
.single-post-breadcrumb .menu li:first-child a{
    background: #3cc5de;
    color: white;
}
.single-post-breadcrumb>h2 {
    font-size: 21px;
}
.container >.vc_row-has-fill {
    background-position: center top !important;
}

.btn {
    display: inline-block;
    padding: 5px 20px;
}

.btn.btn-sky {
    background: #3cc5de;
    color: white;
    font-size: 20px;
}

.btn.btn-sky:hover {
    color: white;
}


.comment-form h5 {
    color: #666;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}

.comment-form {
    margin: 40px 0 20px;
}

.comments-list ul {
    list-style: none;
}

.comments-list>ul {
    margin: 0;
    padding: 0;
}




.comments-list li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.comments-list li:last-child {
    border: none;
}

.comments-list>ul ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.comments-list .msg-head b {
    color: #333;
    font-weight: bold;
    margin-right: 5px;
}

.comments-list .msg-head {
    margin-bottom: 5px;
    font-size: 16px;
}

.comments-list .msg-head i {
    font-size: 11px;
    font-style: italic;
    margin-right: 10px;
}

.comments-list .msg-head img {
    margin-right: 10px;
}

.comments-list .msg-head .like {
    cursor: pointer;
    color: #3cc5de;
    font-size: 13px;
    font-style: italic;
    border: none;
    outline: none;
    background: none;
    padding: 0 5px;
    margin: 0;
}

.comments-list .msg-head .like:hover {
    color: #168498;
}
.comments-list>ul ul {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 20px 20px;
    margin-left: 50px;
    position: relative;
}

.comments-list>ul .cmd-action {
    margin-left: 50px;
    cursor: pointer;
    position: relative;
    line-height: 17px;
}

.comments-list>ul .cmd-action textarea {
    height: 0;
    opacity: 0;
    width: 0;
    padding: 0;
}

.comments-list>ul .cmd-action button {
    background: none;
    border: none;
    padding: 5px 10px 5px 0;
    color: #666;
}

.comments-list>ul .cmd-action.active textarea {
    height: 100%;
    width: 100%;
    opacity: 1;
    padding: 10px;
    padding-right: 100px;
    display: block;
    border: 1px solid #ddd;
}

.comments-list>ul .cmd-action.active .message {
    margin-bottom: 20px;
}

.comments-list>ul .cmd-action.active .reply {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 90px;
    height: 56px;
    background: #3cc5de;
    color: white;
    border: none;
    outline: none;
}

.comments-list>ul ul:before {
    right: 100%;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #f5f5f5;
    border-width: 0 40px 20px 0;
    margin-right: -10px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.box-send-comment {
    width: 100%;
}

.box-send-comment textarea {
    width: 100%;
}
.box-send-comment .message {
    font-style: italic;
}

.confirm-send-message-popup input {
    width: 100%;
}

.confirm-send-message-popup label {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.confirm-send-message-popup label span {
    display: inline-block;
    margin-bottom: 5px;
}.confirm-send-message-popup .note-italic {
    font-size: 13px;
    font-style: italic;
    color: #0a6779;
    margin-top: 20px;
    margin-bottom: 0;
}.confirm-send-message-popup .note-italic {
    font-size: 13px;
    font-style: italic;
    color: #0a6779;
    margin-top: 20px;
    margin-bottom: 0;
}

.confirm-send-message-popup>h6 {
    font-size: 16px;
    font-family: "Conv_UTM Avo";
    color: #333;
    margin-bottom: 20px;
    margin-top: 0;
}
.waiting:before {font-family: FontAwesome;margin-right: 7px;content: "\f185";-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear;display: inline-block;font-style: normal;}

.banner-navigation.column-3 .banner-nav-item img{max-height:70px}

.home .recent-post{margin:0 -15px}
.home .recent-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home .recent-post ul li {
    float: left;
    width: 33.33%;
}

.home .recent-post ul li>div {
    padding: 15px;
    margin: 15px;
    box-shadow: 2.5px 4.3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    text-align: center;
}

.home .recent-post ul li:nth-child(3n+0) {
    margin-right: 0;
}

.home .recent-post ul li>div:hover {
    background: #a7e4f0;
    color: white;
}

.home .recent-post ul li>div:hover h6 a {
    color: white;
}

.home .recent-post ul li h6 {
    line-height: 17px;
    min-height: 80px;
}

.home .recent-post ul li .list-post-img{vertical-align: middle;height: 180px;padding-bottom: 20px;}

.home .recent-post ul li .list-post-img img {
    margin: 0 auto;
}

.home .recent-post ul li .list-post-content .moretag {
    display: none;
}
.home .recent-post ul li .list-post-content {
    text-align: justify;
    height: 166px;
    overflow: hidden;
    font-size: 14px;
}
.home .recent-post ul li .read-more {
    margin: 15px -15px -15px -15px;
}
.home .recent-post ul li .read-more a{
    background: #4fc9e0;
    color: white;
    display: inline-block;
    width: 100%;
    padding: 15px 0;
}
.home .recent-post ul li h6 a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 17px;
    font-size: 15px;
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    background: rgba(0, 0, 0, 0.65);
    border: none;
    border-radius: 50px;
    text-align: center;
    z-index: 2;
    font-size: 0;
    line-height: 0;
    padding: 25px;
    opacity:0;margin-top:-23px
}
.slick-slider .slick-arrow:hover{opacity:1}
.slick-slider:hover .slick-arrow{opacity:0.3}
.slick-slider .slick-next {
    right: -20px;
}

.slick-slider .slick-prev {
    left: -20px;
}.slick-slider .slick-arrow:before{font-family: FontAwesome;font-size: 25px;color: white;position: absolute;top: 50%;left: 50%;margin-left: -4px;}
.slick-slider .slick-next:before{content:"\f105";}
.slick-slider .slick-prev:before{content:"\f104";}

.home .banner-navigation.slick-slider>.slick-list,.home .banner-navigation {
    overflow: inherit;z-index:999
}



.gmap-item .feature-image-map {
    margin-right: 20px;
}

.gmap-item>div {
    display: inline-block;
    vertical-align: middle;
}

.gmap-item .infomation-map {
}

.gmap-item .infomation-map p {
    margin: 7px 0;
}


.gm-style>div:first-child>div:nth-child(4)>div:nth-child(4)>div {background: white;color: #333;}

.infomation-map i {
    color: #09849b;
    font-size: 16px;
    width: 30px;
}

.infomation-map p>* {
    display: inline-block;
    vertical-align: middle;
}

.infomation-map p span>span {
    float: left;
    width: 100%;
}
.gmap-item {
    width: 100%;
}

#gmap_content,.gmap-item {
    width: 450px;
    display: inline-block;
}

.xdsoft_datetimepicker .xdsoft_calendar td:not(.xdsoft_disabled) {
    background: rgb(60, 197, 222);
    color: white;
}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled{
    background: #909090;
    color:black;
}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    background: rgb(0, 0, 0);
    color: white;
}
 
 
 .box-mobile-call {
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 16000000;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.54);
}

.box-mobile-call, .box-mobile-call a {
    font-family: "Conv_UTM AvoBold";
    color: white;
}

.box-mobile-call .mobile-2-col {
    width: 100%;
    position: relative;
    z-index: 1;
}

.box-mobile-call .mobile-call-phone {
    width: 260px;
    background: white;
    border-radius: 7px;
    padding: 7px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    margin-left: -130px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}

.box-mobile-call .mobile-call-phone .text-align-right {font-family: "Conv_UTM Avo";font-size: 16px;letter-spacing: 1px;}

.box-mobile-call .mobile-call-phone h2 {
    margin: 0;
}

.box-mobile-call .mobile-call-phone>div {
    background: #4ecae1;
    color: white;
    padding: 10px;
}

.box-mobile-call .mobile-2-col a {
    font-size: 24px;
    display: inline-block;
    padding: 15px;
    width: 100%;
}

.box-mobile-call .mobile-2-col>div {
    float: left;
    width: 50%;
    background: #4ecae1;
}

.box-mobile-call .mobile-2-col>div:first-child {
    text-align: right;
    padding-right: 130px;
}

.box-mobile-call .mobile-2-col>div:last-child {
    padding-left: 130px;
}.text-align-right {
    text-align: right;
}
 .space-30x{height:30px;width:100%}
 .space-40x{height:40px;width:100%}
 .space-50x{height:50px;width:100%}
 .space-60x{height:60px;width:100%}
 .space-70x{height:70px;width:100%}
 .space-80x{height:80px;width:100%}
 .space-90x{height:90px;width:100%}
 .space-100x{height:100px;width:100%}




 .popup-open {
    overflow: hidden;
}
.popup-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.55);
}

.popup-center {
    width: 600px;
    margin: 30px auto;
    position: relative;
    background: white;
    min-height: 200px;
}
.i-care .popup-center {
    background: rgba(0, 0, 0, 0);
    height: 529px;
    text-align: center;
    width: 700px;
}
.i-care.happy-new-year-2017 .popup-center {
    background-image: none;
    height: 440px;
    text-align: center;
    width: 635px;
    background-repeat: no-repeat;
    background-position: center center;
}
.i-care.happy-new-year-2017 .popup-center .happy-new-year-2017{
	background-image: url(../img/happy-new-year-2017.webp);
	height: 400px;
    text-align: center;
    width: 586px;
    background-repeat: no-repeat;
    background-position: center center;
}

.i-care .popup-center .btn-care-you {
    background: url(../../landing_pages/img/btn-large.webp);
    border: none;
    outline: none;
    border-radius: 5px;
    color: white;
    font-size: 23px;
    position: absolute;
    padding: 20px 0;
    top: 100%;
    margin-top: -60px;
    left: 50%;
    margin-left: -157px;
    width: 366px;
    height: 86px;
    text-shadow: 0 0 10px #ffffd1;
    font-family: Conv_UTM AvoBold;
}
.i-care .popup-close:after, .i-care .popup-close:before {
    background: white;
    box-shadow: none;
}

.i-care .popup-close {
    top: -10px;
    right: -20px;
}


.related-post.loading {
    position: relative;
}

.related-post.loading:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: rgba(255, 255, 255, 0.61);
    content: "";
    height: 100%;
}

.related-post.loading:after {content: "\f185";font: normal normal normal 54px/1 FontAwesome;-webkit-animation: fa-spin 2s infinite linear;animation: fa-spin 2s infinite linear;position: absolute;top: 50%;left: 50%;color: black;z-index: 3;}
.border-ads {
    position: relative;
    display: inline-block;
    box-shadow: 0 0 1px #57a9b9;
}.border-ads .btn, .book-doctor .btn-small{
    position: absolute;
    top: 50%;
    right: 10px;
    text-transform: uppercase;
    margin-top: -16px;
    -webkit-transition: text-shadow 1s linear;
    transition: all 1s linear;
    animation: glow .5s infinite alternate;
    background: #fc3f04;
    color: #fff;
    font-size: 16px;
    padding: 4px 15px 5px;
    font-family: Conv_UTM AvoBold;
    border-radius: 3em;
    box-shadow: inset 0 0 50px rgba(2, 0, 0, 0.45), 0 0 1px rgba(0, 0, 0, 0.39);
    outline: none;
    border: 2px solid #fff;
    text-shadow: 0 0 7px rgba(93, 8, 8, 0.79);
}
@keyframes glow {
    to {
        
        transform: scale(1.1); 
    }
}


.nav li>.sub-menu{margin-top: 10px;}
.nav li>.sub-menu:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #3cc5de;
	border-width: 7px;
	margin-left: -7px;
}
.nav li>.sub-menu:before{
    bottom:100%;
    position:absolute;
    content:"";
    width: 100%;
    height: 10px;
}
.box-khao-sat .box-head {background: url(/wp-content/uploads/2016/10/gian-tinh-mach-chan-1b.webp) center top;padding: 27px 10px;position: relative;background-size: 100% 100%;}.box-khao-sat .box-head:before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.47);}

.box-hotline .hospital-online {
    font-size: 12px;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    bottom: 0;
}

.box-hotline .hospital-online>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: relative;
}
.box-hotline {
    position: relative;
    margin-bottom: 30px;
        text-align: center;
}
.box-hotline .hospital-online>span:after{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(55, 210, 49);
    border-radius:3em;
}
.box-hotline .hospital-online>span:before{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
    -webkit-animation:animate-online 2s infinite ease-in-out;
    animation:animate-online 3s infinite ease-in-out;
    border-radius:3em;
    opacity:0;
    box-shadow: 0 0 1px rgb(55, 210, 49);
}
@-webkit-keyframes animate-online {
    0%{transform:scale(1);opacity:1}
    30%{transform:scale(1.5);opacity:1}
    50%{transform:scale(1.8);opacity:0}
}
@keyframes animate-online {
    0%{transform:scale(1);opacity:1}
    30%{transform:scale(1.5);opacity:1}
    50%{transform:scale(1.8);opacity:0}
}
.box-hotline .dat-lich-offline {
    display: inline-block;
    border-radius: 2em;
    border: 1px solid;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 12px;
    line-height: 17px;
    z-index: 2;
    margin-left: -130px;
}
.box-mobile-call .mobile-call-phone .text-align-right a {
    font-family:'Conv_UTM Avo'
}.box-sidebar .menu .thumb-menu {
    width: 70px;
    float: left;
    margin-right: 10px;
    max-height: 65px;
    overflow: hidden;
}.box-sidebar .menu .title {
    display: block;
    max-height: 65px;
    overflow: hidden;
}




.book-appointment .popup-center {
    background-color: #1a6675;
    color: white;
    border-radius: 3px;
    background: url(../../landing_pages/img/bg-tu-van.webp) top left;
    width: 860px;
}

.book-appointment .popup-center:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #38b4cc;
    content: "";
    top: 0;
    right: 0;
    z-index: 1;
    background: -moz-linear-gradient(0deg, rgba(153,218,255,0) 0%, rgba(116,187,218,0) 31%, rgba(93,168,195,1) 50%, rgba(35,119,136,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(153,218,255,0)), color-stop(31%, rgba(116,187,218,0)), color-stop(50%, rgba(93,168,195,1)), color-stop(100%, rgba(35,119,136,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(0deg, rgba(153,218,255,0) 0%, rgba(116,187,218,0) 31%, rgba(93,168,195,1) 50%, rgba(35,119,136,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(0deg, rgba(153,218,255,0) 0%, rgba(116,187,218,0) 31%, rgba(93,168,195,1) 50%, rgba(35,119,136,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(0deg, rgba(153,218,255,0) 0%, rgba(116,187,218,0) 31%, rgba(93,168,195,1) 50%, rgba(35,119,136,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(153,218,255,0) 0%, rgba(116,187,218,0) 31%, rgba(93,168,195,1) 50%, rgba(35,119,136,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99DAFF', endColorstr='#237788',GradientType=1 ); /* ie6-9 */
}

.popup-close:after, .popup-close:before {
    background: #2f99ad;
    box-shadow: 0 0 1px #80dcec;
}.book-appointment input,.book-appointment textarea {
    border: 1px solid transparent;
    width: 100%;
}

.book-appointment textarea {
    width: 100%;
    height: 85px;
}

.book-appointment input:focus, .book-appointment textarea:focus {
    border-color: #208194;
    outline: none;
}.book-appointment .popup-content {
    padding-left: 210px;
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-right: 50px;
}.book-appointment .popup-close:hover:before,.book-appointment .popup-close:hover:after {
    background: rgb(20, 86, 99);
}

.book-appointment .popup-close:before, .book-appointment .popup-close:after {
    background: #114954;
}
.book-appointment .class-sex,.book-appointment .class-old {
}

.book-appointment label span:before
 {content: "";float: left;width: 25px;height: 25px;background: white;margin-right: 10px;}

.book-appointment label input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.book-appointment label input[type=radio]+ span:before {
    border-radius: 3em;
}

.book-appointment label {
    cursor: pointer;
    margin-right: 30px;
    position: relative;
}

.book-appointment .class-sex label:first-child {
    margin-right: 59px;
}

.book-appointment label input:checked+ span:after
{content:"";position: absolute;top: 0;left: 0;background: #134a54;width: 15px;height: 15px;}
.book-appointment label input:checked+ span:after{top: 5px;left: 5px;}
.book-appointment label input[type=radio]:checked+ span:after{border-radius:3em;}.book-appointment .alignright {
    width: 100%;
    text-align: right;
    display: block;
    float: none;
}

.btn-action-book .btn {
background: #ca1e1e;
    text-shadow: 0 0 7px rgb(41,92,107);
    color: #fff;
}
.book-appointment .error {
    color: yellow;
    text-shadow: 0 0 1px #000;
}
.book-appointment .popup-content .lock-info,.book-appointment .popup-content form{margin-bottom:0;}
.book-appointment .popup-content .lock-info{color: #bae80b;text-shadow: 0 0 1px #234a0b;}
.book-appointment.popup-mobile .popup-center {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #38b7cd;
}

.popup-mask.book-apointment.popup-mobile .popup-center {
    background-position-x: -90px;
}

.popup-mobile .popup-content [class^=col-sm] {
    width: 100%;
    margin-bottom: 10px;
}

.popup-mobile .popup-content {
    background: rgba(0, 0, 0, 0.26);
}.popup-mask.book-appointment.popup-mobile {
    background: rgba(0, 0, 0, 0.76);
}

.book-doctor .btn-small {
   top: 40px;
   right: 150px;
}
.book-doctor .btn-small span:last-child{font-size: 12px;display: block;text-transform: capitalize;}

.book-doctor .btn-small span:first-child {
    font-size: 16px;
}

.book-doctor {
    position: relative;
    cursor: pointer;
}

.book-doctor:hover .btn-small {
    animation: none;
}



#logo .info-company h2 {
    font-size: 14px;
    color: #116271;
    font-weight: bold;
    font-family: "Conv_UTM AvoBold";
    margin-bottom: 5px;
    margin-top: 23px;
    overflow: hidden;padding-bottom: 3px;
}

#logo .info-company .slogan {
    font-size: 11px;
    line-height: 12px;
    color: #d39b31;
    display: block;
    font-style: italic;
    position: relative;
    overflow: hidden;
    height: 12px;
}

#logo .info-company .slogan span {
    position: absolute;
    z-index: 1;
    bottom:100%;left:0;
    white-space: nowrap;
}

#logo .info-company {
    float: right;
    margin-left: 10px;
}

#logo .info-company h2 span {
    position: relative;
    top: 35px;
    animation: move_title_company 1s 0.5s ease-in-out both;
}


#logo .info-company .slogan span:nth-child(1){
    animation: move_slogan_nth_1 15s 1s ease-in-out infinite;
}
#logo .info-company .slogan span:nth-child(2){
    animation: move_slogan_nth_1 15s 8.5s ease-in-out infinite;
}
@keyframes move_slogan_nth_1 {
    0% {bottom: 100%}
    3%{bottom: 0}
    47%{bottom: 0}
    50%{bottom: 100%}
}

@keyframes move_title_company {
    0% {
        top: 35px
    }

    100% {
        top: 0
    }
}
.author-article {
    color: #888;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 5px;
}#logo .info-company h2 a {
    color: inherit;
    height: inherit;margin-top: 0;
}.banner-ads-1 .btn-small {
    background: #d61c1c;
    position: absolute;
    color: white;
    text-transform: uppercase;
    bottom: 10px;
    left: 10px;
    font-size: 10px;
    font-weight: bold;
    animation: glow .5s infinite alternate;
}

.banner-ads-1 {
    position: relative;
    display: block;
}
.box-sidebar .btn-book-appoinment {
    background: #0d8198;
    padding: 10px;
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
}

.article-tags li,.article-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-tags li:first-child:before {
    content: "Tags:";
    display: inline-block;
    margin-right: 5px;
}

.article-tags li {
    float: left;
    margin-right: 5px;
}

.article-tags li a, .article-tags li {
    font-size: 12px;
    color: #7b7b7b;
}

.article-tags li a {
    padding: 2px 5px;
    display: inline-block;
    background: #eee;
}

.article-tags li a:before {
    content: "#";
}
.article-info-tags {
    margin: 20px 0 0;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.article-info-tags:after {
    content: "";
    display: block;
    clear: both;
}
.tags-post .archive-title {
    font-size: 20px;
    text-transform: inherit;
    color: #de960e;
    margin-top: 0;
    margin-bottom: 30px;
}

.tags-post .breadcrumbs a,.tags-post .breadcrumbs span {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 0;
}

@media (max-width:700px)  {
.i-care .popup-center{width: 300px !important;
    background-size: 100%!important;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    background-repeat: no-repeat;}

.i-care .popup-center .btn-care-you {
    width: 100%;
    font-size: 14px;
    height: inherit;
    background-size: 100% 100%;
    left: 0;
    margin-left: 0;
}
}

.i-care .popup-center .popup-content {
    background: url(../../landing_pages/img/popup-retarget.webp);
    height: 529px;
    text-align: center;
    width: 700px;
    padding: 0;
    position: relative;
}
@media (max-width: 700px){
    .i-care .popup-center .popup-content {
        background-size:100%;
        height: 270px;
        text-align: center;
        width: 100%;
        padding: 0;
        background-repeat: no-repeat;
    }
}




.header.fixed {
    box-shadow: 0 -5px 15px rgb(0, 0, 0);
}

.header.fixed #logo {
    height: 40px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.header.fixed #logo> a {
    height: 100%;
    margin-top: 0;
}

.header.fixed #logo> a img {
    width: inherit;
}

.header.fixed #logo .info-company h2 {
    margin-top: 0;
    font-size: 10px;
    width: 155px;
}

.header.fixed .nav {
    padding: 6px 0;
}
.header.fixed .menu-button {
    height: 100%;
}

.header.fixed .menu-button span:first-child {
    margin-top: 10px;
}