/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
:root {
    --swiper-navigation-size: 30px;
}
.back-to-top.active{
	transform: translateY(-70px) translateX(-10px);
}
a.back-to-top.plain{
	color: var(--primary-color);
}
.header-search-form  input[type=search]{
	font-size: 0.9rem;
}
input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
    border-radius: 5px;
    padding: 8px 15px;
    height: auto;
    box-shadow: none;
}
textarea{
	max-height: 120px;
}
.section-fix-footer{
	margin-bottom: -30px;
}
.polylang_gtranslate_wrapper{
	margin-left: 10px;
    margin-right: -15px;
}
.polylang_gtranslate_wrapper .gt-lang-code{
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #525252;
    background-color: #f8f9fa;
   	padding: 6px 10px;
    border-radius: 6px;
}
.polylang_gtranslate_wrapper .gt-lang-code:before{
    content: "";
    display: inline-block;
    width: 25px;
    height: 16px;
    background-image: url(images/icons/flag-vi.svg);
    background-size: 100%;
    background-position: center;
}
.polylang_gtranslate_wrapper .menu-menu-language-container{
    position: absolute;
    min-width: 100px;
    right: 0;
    background: #f8f9fa;
    padding: 0 15px;
    border-radius: 5px;
    top: calc(100% + 10px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    z-index: 9;
}
.polylang_gtranslate_wrapper .menu-menu-language-container:before{
    content: "";
    display: inline-block;
    position: absolute;
    right: 16px;
    top: -13px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #f8f9fa;
}
.gt-selected{
    cursor: pointer;
}
.polylang_gtranslate_wrapper .menu-menu-language-container li a{
    display: block;
    text-align: center;
}
.polylang_gtranslate_wrapper .menu-menu-language-container li a img{
    border-radius: 2px;
	margin-top: -3px;
}
.polylang_gtranslate_wrapper.open .menu-menu-language-container{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}
.nav-pagination>li>a, .nav-pagination>li>span{
	height: 2.6em;
    line-height: 2.6em;
    min-width: 2.6em;
	border-radius: 7px;
}
ul.nav-pagination li{
	margin-left: .4em
}
ul.nav-pagination li a,
ul.nav-pagination li span.page-number{
	border-color: var(--primary-color);
	border-width: 1px;
	color: var(--primary-color);
}
ul.nav-pagination li span.page-number.current{
	color: #ffffff;
}
.social-icons .icon.button:not(:last-child){
	margin-right: 10px;
}
.social-icons .icon.button{
	border-radius: 5px !important;
}
.bac-si-mo-ta{
	margin-bottom: 20px;
}
.bac-si-mo-ta p{
	margin-bottom: 7px;
}
/*************** ADD CUSTOM CSS HERE.   ***************/
#header .icon-box:hover .has-icon-bg .icon .icon-inner{
	background-color: transparent;
}
.wrapper-breadcrumbs{
	margin-top: -18px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 15px;
}
.wrapper-breadcrumbs p{
	margin-bottom: 0.7em;
}
.page-title.wrapper-breadcrumbs p{
	margin-bottom: 0;
}
.header-nav .menu-item-home a,
.rank-math-breadcrumb p > a:first-child{
    font-size: 0;
}
.header-nav .menu-item-home a:after,
.rank-math-breadcrumb p > a:first-child:after{
    content: "";
    display: inline-block;
    background-image: url(images/icons/icon-home-page.svg);
    width: 18px;
    height: 18px;
    background-size: 100%;
    background-position: center;
}
.rank-math-breadcrumb p > a:first-child:after{
	margin-bottom: -3px;
}
.dark .rank-math-breadcrumb p > a:first-child:after{
	filter: brightness(0) invert(0.98);
}
.header-nav-main.nav{
    flex-wrap: nowrap;
}
.header-nav-main .icon-box-left .icon-box-img+.icon-box-text{
    padding-left: 10px;
}
.header-nav-main .icon-box-left .icon-box-img+.icon-box-text p{
    line-height: 1.4;
}
.header-search-form-wrapper form.searchform{
    height: 3em;
    border: 1px solid #ebebeb;
    border-radius: 7px;
    background-color: #f5f5f5;
    max-width: 100%;
}
.header-search-form-wrapper form.searchform input[type=search]{
    border-width: 0;
    background-color: transparent;
    box-shadow: none;
}
.header-search-form-wrapper form.searchform button[type=submit],
.header-search-form-wrapper form.searchform button[type=submit]:hover{
    background-color: transparent;
    border-width: 0;
    color: #737373;
    box-shadow: none;
    padding-right: 15px;
}
#header .header-wrapper.stuck .header-nav-main{
    display: none;
}
#header .header-wrapper.stuck #logo{
   	transform: scale(2) translateY(-2px);
}
.nav-dropdown-has-border .nav-dropdown{
    border: 1px solid #ddd;
    border-radius: 7px;
}
.nav-dropdown-default{
    padding: 10px;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
    font-size: 0.9rem;
}
.nav-dropdown-has-arrow li.has-dropdown:after{
    border-width: 10px;
    margin-left: -10px;
}
.header-wrapper .sub-menu a{
	border-radius: 7px;
}
.header-wrapper .sub-menu a:hover{
	background: linear-gradient(98deg, #147fdb 0%, var(--primary-color) 98.77%);
	color: #fff;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
}
img, .button{
    border-radius: 7px;
}
.why-choose-us {
    position: relative;
    background-image: url(images/why-choose-us-bg.svg);
    background-position: top center;
    background-size: auto;
    padding: 100px 0;
}
.box-style-one{
    border-radius: 10px;
    margin-top: -30px;
}
.wrapper-box-shadow{
    box-shadow: -5px 8px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.icon-box-text > h5{
    width: 70px;
    height: 70px;
    background: #e2f2fc;
    color: #0076c0;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.section .dark h2{
	color: #ffffff;
}
.wrapper-service .col .box{
    border-radius: 15px;
    box-shadow: -5px 8px 10px 0 rgba(0, 0, 0, 0.1);
}
.wrapper-service .col .box .box-image{
    border-radius: 15px;
}
.wrapper-service .col .box .box-text{
    border-radius: 15px;
    margin-top: -15px;
    position: relative;
}
.wrapper-service .col .box .box-text:after,
.wrapper-service .col .box .box-text:before{
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}
.wrapper-service .col .box .box-text:after{
    background: linear-gradient(98deg, #e7bb43 0%, #fff29e 50%, #e6bb3f 98.77%);
    border-radius: 99px;
}
.wrapper-service .col .box .box-text:before{
    background-image: url(images/icons/icon-tooth.png);
    z-index: 2;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.wrapper-service .col .box .box-text .text h3 strong{
    background-image: linear-gradient(98deg, #fdf1a4 6.33%, #e7bb43 37.76%, #fff29e 65.03%, #e6bb3f 98.77%);
    color: transparent;
    background-clip: text;
    font-size: 150%;
}
.wrapper-service .col .box .icon-box{
    align-items: center;
}
.wrapper-service .col .box .icon-box-img img{
    border-radius: 99px;
}
.wrapper-service .flickity-slider>.row:not(.is-selected){
    opacity: 1;
    transform: scale(0.8);
}
.slider-wrapper[class*=col] .flickity-slider>.row:not(.is-selected){
    opacity: 1;
}
#footer .col-inner p{
    margin-bottom: 1em;
}
.slider-wrapper.col-3 .row{
    flex-basis: 60%;
    max-width: 60%;
    margin-left: 0;
    margin-right: 0;
}
.section .flickity-page-dots{
    bottom: -15px;
}
.section .testimonial-slide .flickity-page-dots,
.section.why-choose-us .flickity-page-dots{
	margin-bottom: -25px;
}
.section .row-slider .flickity-page-dots{
	bottom: 15px;
}
.flickity-page-dots .dot.is-selected{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    width: 30px;
    border-radius: 99px;
}
.flickity-prev-next-button .arrow, .flickity-prev-next-button svg {
    fill: rgb(255 255 255);
    border-color: rgb(255 255 255) !important;
    transition: all .3s;
    background-color: #337ab7;
    border-radius: 7px;
    padding: 13px;
}
.flickity-prev-next-button{
    width: 42px;
}
.slider .flickity-prev-next-button:hover .arrow, .slider .flickity-prev-next-button:hover svg{
    fill: #ffffff;
}
.testimonial-slide .flickity-slider > .row > .col > .col-inner{
    border-radius: 15px;
    overflow: hidden;
}
.testimonial-text .icon-box-text p{
    margin-bottom: 0;
}
.testimonial-box .icon-box-img{
    padding-bottom: 60px;
    overflow: hidden;
    border-radius: 999px;
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
}
.testimonial-box .icon-box-img img{
    padding-top: 0;
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.wrapper-list-he-thong-nha-khoa{
    max-height: 440px;
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px;
	scrollbar-color: var(--primary-color) transparent;
}
.google-map-iframe{
    border-radius: 20px;
    overflow: hidden;
}
.why-choose-us .post-item .box{
    background-color: #ffffff;
    padding: 10px;
    border-radius: 15px;
    box-shadow: -5px 8px 10px 0 rgba(0, 0, 0, 0.1);
}
.button.primary:not(.icon, .is-link){
    background: linear-gradient(98deg, #147fdb 0%, var(--primary-color) 98.77%);
    color: #ffffff;
	border: none;
	padding: 0 1em;
}
.tab-panels .row:not(.row-masonry) .post-item{
    padding-bottom: 15px;
}
.tab-panels .post-item .box-text{
    padding-bottom: 5px;
}
.tabs-blogs-post .tab-panels .entry-content > .row{
    max-height: 400px;
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}
.tabs-blogs-post .tabbed-content > ul.nav{
    background-color: #064174;
    border-radius: 7px;
    padding: 4px;
}
.tabs-blogs-post .tabbed-content > ul.nav li{
    flex: 1 1 auto;
}
.tabs-blogs-post .tabbed-content > ul.nav li a{
    display: block;
    text-align: center;
    border-radius: 7px;
    font-weight: 600;
}
.tabs-blogs-post .nav-box>li.active>a, .tabs-blogs-post .nav-pills>li.active>a{
    background-color: #ffffff;
    color: var(--primary-color);
}
.wrapper-form-search{
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.wrapper-form-search .searchform{
    border: 1px solid #ebebeb;
    border-radius: 7px;
    background-color: #ffffff;
}
.wrapper-form-search .searchform input[type=search]{
    background-color: transparent;
    border-width: 0;
    box-shadow: none;
}
.wrapper-form-search .searchform button.button[type=submit]{
    background-color: transparent;
    box-shadow: none;
    border-width: 0;
    color: #000000;
}
.branch-info p{
    color: #646464;
}
.branch-info ul{
    margin-bottom: 0;
    display: flex;
    gap: 20px;
    list-style: none;
}
.branch-info ul li{
    margin-bottom: 0;
    margin-left: 0;
}
.wrapper-list-he-thong-nha-khoa .col.post-item{
    padding-bottom: 20px;
}
.wrapper-list-he-thong-nha-khoa .col.post-item .box{
    background-color: #ffffff;
    border-radius: 7px;
	border: 1px solid #b8ccdb;
}
.wrapper-list-he-thong-nha-khoa .col.post-item .box-text{
    padding: 10px 15px;
}
.box-blog-post.chi-nhanh{
	cursor: pointer;
}
.box-blog-post.chi-nhanh .post-title{
	color: var(--primary-color);
}
.header-button-1 .button [class*=icon]:before{
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(images/icons/calendar-white.svg);
    background-size: 100%;
    margin-right: -5px;
}
.dark .testimonial-box .star-rating:before,
.dark .testimonial-box .star-rating span:before{
    color: #ffffff;
}
.star-rating:before, .woocommerce-page .star-rating:before,
.star-rating span:before{
    letter-spacing: 7px;
}
.star-rating{
    width: 7em;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before{
    border-radius: 5px;
	height: 1px;
}
.tabs-technology ul.nav:before, .tabs-technology ul.nav:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 46px;
    background-size: cover;
}
.tabs-technology.tabbed-content{
    justify-content: center;
}
.tabs-technology.tabbed-content  ul.nav{
    width: auto;
    background-color: #ffffff;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
}
.tabs-technology  ul.nav li a{
    display: block;
    text-align: center;
    border-radius: 7px;
    padding: 2px 20px;
    white-space: nowrap;
	box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}
.tabs-technology  ul.nav li:not(:last-child) a{
	margin-right: 10px;
}
.tabs-technology  ul.nav li.active>a{
    color: #fff;
}
.tabs-technology .ht-format-detail{
    max-height: 345px;
    overflow-y: auto;
	scrollbar-color: var(--primary-color) transparent;
}
.item-bac-si .box-image{
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    padding: 13px;
    background-color: #ffffff;
    cursor: pointer;
}
.swiper-slide-thumb-active .item-bac-si .box-image{
    border-color: var(--primary-color);
}
.item-bac-si .box-image .image-cover{
    padding-top: 100%;
    background-color: #f2f9ff;
    border-radius: 100%;
}
.box-shadow, .box-shadow-2{
    border-radius: 15px;
}
.mySwiper2 .item-bac-si *{
    color: #333;
}
.ds-bac-si .mySwiper2,
.doi-ngu-bac-si > h2{
	max-width: 960px;
	margin: auto;
}
.ds-bac-si .swiper-button-next, .ds-bac-si .swiper-button-prev{
    transform: translateY(-60%);
}
.mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after{
	font-size: 26px;
}
.wrapper-service .flickity-viewport .col-inner{
    padding-bottom: 25px;
}
.archive-page-header .page-title{
	font-size: 0;
}
.archive-page-header .page-title span{
	font-size: 2.8rem;
    text-transform: none;
}
.blog-archive .row > .large-10{
	flex-basis: 100%;
    max-width: 100%;
}
.section-doi-ngu .box .box-image{
    background: linear-gradient(201deg, rgb(41 52 97 / 0%) 34%, #293461 100%);
    border-radius: 7px;
}
.bg-linear-doctor {
    background-image: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    color: #000 !important;
    padding: 7px 15px;
}
.card-contacts{
	
}
.card-contacts .contact-phone{
	
}
.card-contacts .contact-clock{
	
}
.card-contacts .contact-phone:before,
.card-contacts .contact-clock:before{
	content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
	background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin-bottom: -13px;
    transform: translateY(-88%);
    margin-right: 5px;
}
.card-contacts .contact-phone:before{
    background-image: url(images/icons/phone-card.svg);
}
.card-contacts .contact-clock:before{
    background-image: url(images/icons/clock-card.svg);
}
.albumSwiper2 .gallery-col.col{
	padding: 0;
}
[class*="albumSwiper"] .swiper-slide{
	border-radius: 7px;
	overflow: hidden;
	border: 2px solid transparent;
	transition: all 0.5s
}
[class*="albumSwiper"].swiper-thumbs .swiper-slide.swiper-slide-thumb-active,
[class*="albumSwiper"].swiper-thumbs .swiper-slide:hover{
	border-color: #007bff;
}
.card-doctor {
    text-align: center;
    cursor: pointer;
    margin-top: 40px;
}
.card-doctor .thumb {
    position: relative;
    border: 1px solid #d1d1d1;
    height: 210px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin: 0 auto 16px;
}
.card-doctor .thumb-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.card-doctor .thumb-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 176px;
    height: 176px;
    border-radius: 50%;
}
.card-doctor .thumb img {
    width: 75%;
    margin: 0 auto;
    transition: 0.5s;
    position: relative;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
}
.card-doctor:hover .thumb img, .swiper-slide-thumb-active .card-doctor .thumb img {
    transform: translate(-50%, -50%) scale(1.2);
    top: 36%;
}
.card-doctor:hover .thumb,
.swiper-slide-thumb-active .card-doctor .thumb {
    border-color: var(--primary-color);
}
.why-choose-us .post-item .post-title a{
	color: var(--primary-color);
}
.why-choose-us .post-item .button.primary{
	margin-left: 50%;
    transform: translateX(-50%);
}
.testimonial-text.is-italic{
	font-style: normal !important;
}
.testimonial-box{
	position: relative;
}
.testimonial-box:after{
	content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-image: url(images/icons/quote.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.archive .post-item .from_the_blog_comments,
.archive #post-list .col.post-item:first-child .box-blog-post .box-text .is-divider,
.archive #post-list .col.post-item:first-child .box-blog-post .box-text .from_the_blog_excerpt,
.section.archive .col.post-item:first-child .box-blog-post .box-text .is-divider{
	display: none;
}
.page:not(.home) .tabbed-content .nav.nav-line{
	border-bottom: 1px solid #c6c6c6;
}
.page:not(.home) .tabbed-content .nav.nav-line li{
	margin-right: 2em;
}
.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before{
	top: auto;
	bottom: -1px;
}
.tabbed-content .nav>li.active>a{
	color: var(--primary-color);
}
.flickity-slider .section{
	padding-left: 0;
	padding-right: 0;
}
.doctor-register-form{
	background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(8px);
	border-radius: 10px;
}
.wpcf7-form .btn{
	background: linear-gradient(98deg, #147fdb 0%, var(--primary-color) 98.77%);
	margin-left: 50%;
    border-radius: 7px;
    transform: translateX(-50%);
}
.branch-info .address:before{
	content: "";
    display: inline-block;
    width: 9px;
    height: 15px;
    background-image: url(images/icons/maps-icon-dark.svg);
    background-size: 100%;
    background-position: center;
    margin-right: 5px;
    margin-bottom: -3px;
}
.searchform .button.icon i{
	color: #737373;
}
.section-doi-ngu .box .button.primary.is-link{
	margin: 0;
	color: #333;
}
.section-doi-ngu .box .text.border-left{
	border-left: 1px solid var(--primary-color);
	padding-left: 10px;
}
.banner-before-post-single{
	margin-top: -30px;
}
.banner-before-post-single + .wrapper-breadcrumbs{
	margin-top: 0;
	padding-top: 10px;
}
.banner-before-post-single img{
	border-radius: 0;
}
.post-meta-horizontal {
    display: flex;
    align-items: center;
    gap: 20px; /* khoảng cách giữa các phần */
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    flex-wrap: wrap; /* giúp xuống hàng nếu không đủ chỗ */
}
.post-meta-horizontal .kksr-legend{
	font-size: 15px !important;
}
.kk-star-ratings .kksr-stars{
	margin-top: -5px;
}
.post-meta-horizontal > div {
    display: flex;
    align-items: center;
    gap: 5px;
}
.meta-rating {
    display: flex;
    align-items: center;
}
.entry-content.single-page blockquote{
	background: rgb(239, 248, 255);
    padding: 20px 20px 1px;
    border-radius: 15px;
    border-left: 3px solid var(--primary-color);
}
.single-page #ez-toc-container{
	background-color: rgb(239, 248, 255);
    border-color: var(--primary-color);
	min-width: 50%;
}
.blog-wrapper .section.box-bac-si{
	background-color: rgb(239, 248, 255);
    padding: 20px !important;
	border-radius: 10px;
	margin-bottom: 25px;
}
.blog-wrapper .section.box-bac-si .icon-box-text > *{
	margin-bottom: 0;
}
.blog-wrapper .section.box-bac-si .icon-box-text > p:first-child{
	color: #444;
    font-size: 0.9rem;
}
.blog-wrapper .section.box-bac-si .icon-box-img .icon{
	background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    border-radius: 99px;
}
.blog-wrapper .section.box-bac-si .icon-box-img .icon img{
	bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding-top: 0;
}
.blog-wrapper .section.box-bac-si .icon-box{
	margin-bottom: 10px;
}
.blog-wrapper .section.box-bac-si .section-content > p{
	margin-bottom: 0;
}
.blog-wrapper .section.box-bac-si .icon-box-text > p:last-child{
	position: relative;
	color: #00660b;
    font-size: 0.9rem;
}
.blog-wrapper .section.box-bac-si .icon-box-text > p:last-child:before{
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/icons/icon-tick.svg);
    background-size: 100%;
    background-position: center;
    margin-right: 7px;
    margin-bottom: -4px;
}
.blog-wrapper .section.box-bac-si .button.is-link{
	margin-bottom: 0;
    font-weight: 400;
}
.single-page + footer.entry-meta:before{
	content: "Chủ đề liên quan:";
	font-size: 15px;
	display: inline-block;
	margin-right: 5px;
}
.single-page + footer.entry-meta{
	font-size: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom-width: 1px;
}
.single-page + footer.entry-meta a[rel*="category"]{
	display: none;
}
.single-page + footer.entry-meta a{
	font-size: 15px;
    background-color: #f1f1f1;
    color: #333;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
}
.widget-area .block_widget .col.post-item{
	padding-bottom: 20px;
}
.widget-area .block_widget .col.post-item > .col-inner{
	padding-left: 5px;
    border-radius: 7px;
    overflow: hidden;
}
.widget-area .block_widget .col.post-item .is-divider{
	display: none;
}
.widget-area .widget-title,
.post-related > h3{
	font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--primary-color);
}
#ez-toc-container ul{
	padding-top: 10px;
}
div#ez-toc-container .ez-toc-title{
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 7px;
	font-weight: bold;
}
.single-post h1.entry-title{
	color: var(--primary-color);
}
.rank-math-breadcrumb,
.rank-math-breadcrumb a{
	color: #666;
}
.warranty-lookup-form .searchform-wrapper{
	border: 1px solid #cecece;
	border-radius: 5px;
	overflow: hidden;
}
.warranty-lookup-form .search-field{
	border-width: 0;
}
.warranty-lookup-form input[type="submit"]{
	line-height: 2.5em;
}
.warranty-result{
	border:1px dashed var(--primary-color);
	padding:15px;
	margin-top:15px;
	background-color: #fff;
    border-radius: 10px;
}
.lightbox-content{
	border-radius: 10px;
}
.entry-content.single-page blockquote{
    font-style: normal;
    font-size: 100%;
}
.widget-area #custom_html-2{
	background-color: rgb(239, 248, 255);
    padding: 25px 15px 1px;
    border-radius: 10px;
	border: 1px solid #337ab7;
	box-shadow: 0px 0px 5px rgba(21, 127, 217, 0.3);
}
.footer-wrapper .icon-box-img svg{
	height: 23px;
}
.footer-wrapper .icon-box-left .icon-box-img+.icon-box-text{
	padding-left: 0.5rem;
}
.icon-box.icon-email img{
	margin-top: -6px;
}
form.wpcf7-form{
	margin-bottom: 0;
}
.about-3.row .col{
	transition: all 0.5s;
	cursor: pointer;
	min-height: 400px;
}
.about-3.row .col .col-inner{
	border: 1px solid transparent;
	position: relative;
	overflow: hidden;
}
.about-3.row .col.active .col-inner{
	border-color: var(--primary-color);
}
.about-3.row .col .col-inner:before{
	content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    opacity: 0.2;
    background-image: url(images/logo-xanh.png);
    background-size: 100%;
    background-position: center;
    right: 0;
    top: 0;
    transform: translate(100%, -100%);
    transition: all 0.5s;
}
.about-3.row .col.active .col-inner:before{
	transform: translate(40%, -40%);
}
.about-3.row .col .icon-box{
	display: flex;
    flex-direction: column;
    height: 100%;
	overflow: hidden;
}
.about-3.row .col .icon-box .icon-box-img{
	margin-bottom: auto;
}
.about-3.row .col .icon-box .icon-box-text{
	transform: translateY(calc(100% - 40px));
}
.about-3.row .col .icon-box .icon-box-text p{
	visibility: hidden;
	opacity: 0;
}
.about-3.row .col.active .icon-box .icon-box-text{
	transition: all 0.5s;
	transform: translateY(0);
}
.about-3.row .col.active .icon-box .icon-box-text p{
	visibility: visible;
	opacity: 1;
}
.row.single-category-khach-hang .post-sidebar.large-3,
.blog-wrapper .single-category-khach-hang .section.box-bac-si,
.single-category-khach-hang .section-content #ez-toc-container,
.single-category-khach-hang .blog-share,
.single-category-khach-hang .entry-meta,
#comments,
.single-category-khach-hang .entry-header{
	display: none;
}
.row.single-category-khach-hang > .large-9.col{
	flex-basis: 100% !important;
    max-width: 100% !important;
}
.row.single-category-khach-hang .single-page .section:not(:nth-child(2)){
	padding-left: 0;
	padding-right: 0;
}
.has-hover.box-overlay{
	overflow: hidden;
}
.has-hover.box-overlay .box-text.hover-bounce{
	padding-top: 40px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, #000000 100%);
    transform: translateY(calc(100% - 80px)) !important;
}
.has-hover.box-overlay:hover .box-text.hover-bounce{
	transform: translateY(0) !important;
}
.has-hover.box-overlay .box-text h3{
	margin-bottom: 14px;
}
.row.single-category-khach-hang .single-page .section:nth-child(2):before,
.row.single-category-khach-hang .single-page .section:nth-child(2):after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(239, 248, 255);
}
.row.single-category-khach-hang .single-page .section:nth-child(2):before{
	transform: translateX(-100%);
}
.row.single-category-khach-hang .single-page .section:nth-child(2):after{
	transform: translateX(100%);
}
.thumbnail-right .col:last-child{
	order: -1;
}
.thumbnail-right .albumSwiper ~ .swiper-button-next,
.thumbnail-right .albumSwiper ~ .swiper-button-prev{
	right: -80px;
	transform: rotate(90deg);
	width: 46px;
    height: 46px;
	border: 1px solid var(--primary-color);
	border-radius: 5px;
}
.thumbnail-right .albumSwiper ~ .swiper-button-next{
    top: calc(100% - 52px);
}
.thumbnail-right .albumSwiper ~ .swiper-button-prev{
    left: auto;
    top: 30px;
}
.thumbnail-right .albumSwiper ~ .swiper-button-prev:after,
.thumbnail-right .albumSwiper ~ .swiper-button-next:after{
	font-size: 20px;
}
.thumbnail-right .albumSwiper2{
	top: 70px;
}
.post-item .post-meta span:not(:last-child){
	margin-right: 10px;
}
.post-item .post-meta span:not(:last-child):after{
	content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background-color: #575757;
    border-radius: 9px;
    margin-left: 10px;
}
.post-meta.is-small{
	font-size: .9em;
}
.entry-content.single-page .row.thumbnail-right .col .albumSwiper2{
	height: calc(100% - 140px) !important;
}
.off-canvas .sidebar-menu{
	padding-top: 0;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: .9em;
}
.off-canvas:not(.off-canvas-center) li.html{
	background-color: var(--primary-color);
}
.live-search-results{
	background-color: #ffffff;
}
.header-search-form{
	z-index: 9;
}
.banner img{
	border-radius: 0;
}
.box-style-one .icon-box{
	align-items: center;
}
.testimonial-box .star-rating{
	font-size: 18px;
}
@media screen and (min-width:550px){
    .box-style-one{
        margin-top: -85px;
    }
    .how-it-work .col:not(:first-child) .col-inner .icon-box .icon-box-img:before{
        content: "";
        position: absolute;
        width: 100px;
        height: 2px;
        background: #dbdbdb;
        left: -15px;
        top: 35px;
        transform: translateX(-100%);
    }
    .how-it-work .col:not(:last-child) .col-inner .icon-box .icon-box-img:after{
        content: "";
        position: absolute;
        width: 100px;
        height: 2px;
        background: #dbdbdb;
        right: -15px;
        top: 35px;
        transform: translateX(100%);
    }
    .testimonial-slide .flickity-slider > .row > .col:last-child > .col-inner{
        transform: translate(-40px, 0);
    }
}
@media screen and (min-width:850px){
    .header-search-form-wrapper form.searchform{
        min-width: 430px;
    }
    .tabs-technology .ht-format-detail {
        max-height: 449px;
    }
    .slider-wrapper.col-3 .row{
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
	.is-sticky-column:not([data-sticky-mode]) {
        top: calc(var(--flatsome-scroll-padding-top) - 45px);
    }
	#header .header-wrapper.stuck .header-main{
		height: 0 !important;
	}
	.post-item .post-title a,
	.post-item .from_the_blog_excerpt{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.home .post-item .from_the_blog_excerpt{
		-webkit-line-clamp: 3;
	}
	.archive #post-list .col.post-item:nth-child(1),
	.section.archive .col.post-item:nth-child(1){
		flex-basis: 55.5%;
		max-width: 55.5%;
	}
	.archive #post-list .col.post-item:nth-child(n+2):nth-child(-n+4),
	.section.archive .col.post-item:nth-child(n+2):nth-child(-n+4){
		flex-basis: 44.5%;
		max-width: 44.5%;
	}
	.archive #post-list .col.post-item:nth-child(2),
	.archive #post-list .col.post-item:nth-child(3),
	.section.archive .col.post-item:nth-child(2),
	.section.archive .col.post-item:nth-child(3){
		padding-bottom: 15px;
	}
	.archive #post-list .col.post-item:first-child .box-blog-post,
	.section.archive .col.post-item:first-child .box-blog-post{
		position: relative;
	}
	.archive #post-list .col.post-item:first-child .box-blog-post .box-text,
	.section.archive .col.post-item:first-child .box-blog-post .box-text{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 30px;
		background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000000 100%);
		color: #fff;
	}
	.archive #post-list .col.post-item:first-child .box-blog-post .box-text a,
	.section.archive .col.post-item:first-child .box-blog-post .box-text a{
		color: #fff;
	}
	.section.archive .tabbed-content.blog-show-meta-date .col.post-item:first-child .box-image .image-cover,
	body.archive .col.post-item:first-child .box-image .image-cover{
		padding-top: 67.5% !important;
	}
	.archive #post-list .col.post-item .box-blog-post::before,
	.archive #post-list .col.post-item .box-blog-post::after,
	.section.archive .col.post-item .box-blog-post::before,
	.section.archive .col.post-item .box-blog-post::after{
		content: "";
		display: table;
	}
	.archive #post-list .col.post-item .box-blog-post::after,
	.section.archive .col.post-item .box-blog-post::after {
		clear: both;
	}
	.archive #post-list .col.post-item:nth-child(n+2):nth-child(-n+4) .box-blog-post,
	.section.archive .col.post-item:nth-child(n+2):nth-child(-n+4) .box-blog-post{
		overflow: hidden; /* thêm cho chắc nếu float */
	}
	.archive #post-list .col.post-item:nth-child(n+2):nth-child(-n+4) .box-image,
	.section.archive .col.post-item:nth-child(n+2):nth-child(-n+4) .box-image{
		width: 37%;
		float: left;
	}
	.archive #post-list .col.post-item:nth-child(n+2):nth-child(-n+4) .box-text,
	.section.archive .col.post-item:nth-child(n+2):nth-child(-n+4) .box-text{
		width: 60%;
		float: right;
		padding-bottom: 0;
		padding-top: 0;
	}
	.section.archive .col.post-item:first-child .box-blog-post .box-text .from_the_blog_excerpt{
		display: none;
	}
}
@media screen and (min-width:1200px){
    #header #logo{
        transform: scale(1.8) translateX(13px) translateY(13px);
    }
    .header-search-form-wrapper form.searchform{
        min-width: 635px;
    }
    .tabs-technology .ht-format-detail {
        max-height: 450px;
    }
    .how-it-work .col:not(:first-child) .col-inner .icon-box .icon-box-img:before{
        width: 150px;
    }
    .how-it-work .col:not(:last-child) .col-inner .icon-box .icon-box-img:after{
        width: 150px;
    }
	.archive .post-item .post-title a{
		height: 2.6em;
	}
	.header-wrapper:not(.stuck) .header-nav.header-bottom-nav{
		transform: translateY(-5px);
	}
	.blog-wrapper.blog-single > .row > .large-9{
		flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
	}
	.blog-wrapper.blog-single > .row > .large-3{
		flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
		padding-top: 30px;
	}
}
@media screen and (max-width:1200px){
    .tabs-technology.tabbed-content  ul.nav{
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }
    .tabs-technology .tab-panels{
        border-radius: 0 0 20px 20px;
    }
}
@media screen and (max-width:549px){
    .wrapper-service .icon-box-left .icon-box-img, .wrapper-service .icon-box-right .icon-box-img{
        width: 45px !important;
    }
    .wrapper-service .col .box .box-text:after, .wrapper-service .col .box .box-text:before{
        width: 40px;
        height: 40px;
    }
    .wrapper-service .col .box .box-text:before{
        background-size: 70%;
    }
    .bac-si-mo-ta{
        max-height: 300px;
        overflow-y: auto;
    }
    .mySwiper2 .swiper-slide .item-bac-si{
        padding: 15px;
    }
	.thumbnail-right .albumSwiper ~ .swiper-button-next, .thumbnail-right .albumSwiper ~ .swiper-button-prev{
		right: -67px;
	}
	.thumbnail-right .albumSwiper2 {
		top: 55px;
	}
	.entry-content.single-page .row.thumbnail-right .col .albumSwiper2 {
		height: calc(100% - 110px) !important;
	}
}
@media screen and (max-width:849px){
	.header-search-form-wrapper form.searchform{
		height: 2.7em;
	}
	#header .header-wrapper.stuck #logo {
		transform: scale(2.4) translate(20px, 0px);
	}
	.tab-panels .swiper.albumSwiper2,
	body.page .swiper.albumSwiper2{
		max-height: 245px;
	}
	.card-doctor .thumb{
		height: 162px;
	}
	.card-doctor .thumb-box::before{
		width: 140px;
    	height: 140px;
	}
	.item-bac-si .row > .col:last-child{
		order: -1;
	}
	.bac-si-thumb.text-right{
		text-align: center;
	}
	.slider-wrapper.col-3 .row {
		flex-basis: 80%;
    	max-width: 80%;
	}
}

div#contact-menu{
    position: fixed;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background: #fff;
}
div#contact-menu ul {
    list-style: none;
    padding: 0;
	margin-bottom: 0;
}
div#contact-menu ul li{
	margin-bottom: 0;
}
div#contact-menu ul li a {
    font-size: 12px;
    white-space: nowrap;
    color: #0d6799;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
div#contact-menu ul li a img{
	max-width: 44px;
}
div#contact-menu ul li a img.is-sp{
	display: none;
}
@media screen and (max-width:550px){
	div#contact-menu{
		left: 0;
        right: 0;
        bottom: 0;
		padding: 6px 25px 4px;
	}
	div#contact-menu ul{
		display: flex;
		justify-content: space-between;
	}
	div#contact-menu ul li a{
		margin-bottom: 0;
	}
	div#contact-menu ul li a img {
		max-width: 32px;
	}
}
@media screen and (min-width:550px){
	div#contact-menu{
		border-radius: 35px;
		right: 10px;
		top: 50%;
		width: 66px;
		transform: translateY(-50%);
		padding: 12px 0 10px;
	}
}
@media screen and (min-width:1400px){
	div#contact-menu{
		right: 25px;
	}
}