/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

body {
background: #ffffff;
font-family: 'Poppins', sans-serif;
overflow-x: hidden;
}


/* CSS cho hover effect */
.team-thumb {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s, background-color 0.3s;
}

.team-thumb:hover {
    background-color: #66FF66;
    transform: scale(1.05);
}

/*---------------------------------------
    TYPOGRAPHY              
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
font-weight: 600;
line-height: inherit;
}

h1,h2,h3,h4 {
letter-spacing: -1px;
}

h5 {
font-weight: 500;
}

h1 {
color: #252525;
font-size: 5em;
}

h2 {
color: #272727;
font-size: 3em;
padding-bottom: 10px;
}

h3 {
font-size: 1.8em;
line-height: 1.2em;
margin-bottom: 0;
}

h4 {
color: #454545;
font-size: 1.8em;
padding-bottom: 2px;
}

h6 {
letter-spacing: 0;
font-weight: normal;
}

p {
color: #757575;
font-size: 16px;
font-weight: normal;
line-height: 24px;
}

.seemore {
    display: inline-block !important;
    background-color: #4CAF50 !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
}
.seemore:hover {
    background-color: #FF6600 !important;
}
.seemore a{
    text-decoration: none  !important;
    color: white  !important;
}
/*---------------------------------------
    GENERAL               
-----------------------------------------*/
html {
    -webkit-font-smoothing: antialiased;
}

a {
color: #252525;
-webkit-transition: 0.5s;
transition: 0.5s;
text-decoration: none !important;
}

a:hover, a:active, a:focus {
color: #a5c422;
outline: none;
}

::-webkit-scrollbar{
width: 8px;
height: 8px;
}

::-webkit-scrollbar-thumb {
cursor: pointer;
background: #000000;
}

.section-title {
padding-bottom: 20px;
}
section {
    border-top: 3px solid #f0f0f0;
}
.section-title h2 {
margin-top: 0;
}

.section-btn {
background: #a5c422;
border: 0;
border-radius: 3px;
color: #ffffff;
font-size: inherit;
font-weight: 500;
padding: 14px 20px;
transition: transform 0.1s ease-in;
transform: translateX(0);
}

.section-btn:hover {
transform: translateY(-5px);
}

.text-align-right {
text-align: right;
}

.text-align-center {
text-align: center;
}

.border-top {
border-top: 1px solid #f2f2f2;
padding-top: 2.5em;
}

.btn-gray {
background: #393939;
}

.btn-blue {
background: #4267b2;
}

.news-thumb {
background: #ffffff;
border-radius: 10px;
text-align: right;
}
.news-thumb img {
border-radius: 10px 10px 0 0;
}

.news-info {
padding: 30px;
text-align: left;
}


.news-info span {
display: block;
letter-spacing: 0.5px;
}
.news-info h3 {
margin-top: 10px;
margin-bottom: 10px;
}

.author {
border-top: 1px solid #f0f0f0;
padding-top: 1.5em;
margin-top: 2em;
}
.author img,
.author .author-info {
display: inline-block;
vertical-align: top;
}
.author-info h5 {
margin-bottom: 0;
}
.author img {
border-radius: 100%;
width: 50px;
height: 50px;
margin-right: 10px;
}

/*---------------------------------------
    OverateCSS
-----------------------------------------*/

.overrate {
}
.overrate h2{
    font-size: 40px;
    color: #FF9966;
    margin-bottom: 20px; 
}
.overrate h4{
    font-size: 30px;
    color: #009966; 
    margin-bottom: 10px; 
    line-height: 1.6; 
}
.overrate p{
    font-size: 16px;
    color: #009966; 
    margin-bottom: 10px; 
    line-height: 1.6; 
}


/*---------------------------------------
   adv             
-----------------------------------------*/
#adv {
}

#about, #team, #news, #func, #specialfunction, #adv
#news-detail, #launchs,#partners {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}

#news, #service, #team, #func, #adv {
text-align: center;
}

#google-map {
line-height: 0;
margin: 0;
padding: 0;
}


/*---------------------------------------
    PRE LOADER              
-----------------------------------------*/

.preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99999;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
background: none repeat scroll 0 0 #ffffff;
}

.spinner {
border: 1px solid transparent;
border-radius: 3px;
position: relative;
}

.spinner:before {
content: '';
box-sizing: border-box;
position: absolute;
top: 50%;
left: 50%;
width: 45px;
height: 45px;
margin-top: -10px;
margin-left: -10px;
border-radius: 50%;
border: 1px solid #575757;
border-top-color: #ffffff;
animation: spinner .9s linear infinite;
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spinner {
to {transform: rotate(360deg);}
}



/*---------------------------------------
    MENU              
-----------------------------------------*/

header {
background: #ffffff;
border-bottom: 1px solid #f2f2f2;
display: flex;
height: 45px;
}

header .col-md-8 {
padding-right: 0;
}

header p,
header span {
font-size: 14px;
line-height: 24px;
padding-top: 12px;
}

header a,
header span {
color: #747474;
}

header span {
font-weight: 500;
display: inline-block;
padding: 11px 15px;
}

header span.date-icon {
border-left: 1px solid #f2f2f2;
border-right: 1px solid #f2f2f2;
padding-right: 19px;
padding-left: 19px;
}

header span i {
color: #a5c422;
margin-right: 5px;
}



/*---------------------------------------
    MENU              
-----------------------------------------*/

.navbar-default {
background: #ffffff;
box-shadow: 0 2px 8px rgba(0,0,0,.075);
border: none;
margin-bottom: 0;
padding: 10px;
}

.navbar-default .navbar-brand {
color: #393939;
font-weight: 500;
}

.navbar-default .navbar-brand .fa {
color: #a5c422;
}

.navbar-default .navbar-nav li.appointment-btn {
margin: 3px 0 0 20px;
}

.navbar-default .navbar-nav li.appointment-btn a {
background: #a5c422;
border-radius: 3px;
color: #ffffff;
font-weight: 600;
padding-top: 12px;
padding-bottom: 12px;
}

.navbar-default .navbar-nav li.appointment-btn form button {
    background-color: #4CAF50;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
}
.navbar-default .navbar-nav li.appointment-btn form button {
    transition: all ease-in-out 0.2s;
}
.navbar-default .navbar-nav li.appointment-btn form button:hover {
  background-color: #FF7F50; 
  color: white;
}
.navbar-default .navbar-nav li.appointment-btn a:hover {
background: #4267b2;
color: #ffffff !important;
}
.dropdown-item a:hover {
    background-color: #FF7F50;
}

.navbar-default .navbar-nav li a {
color: #555555;
font-size: 16px;
font-weight: 500;
padding-right: 20px;
padding-left: 20px;
-webkit-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}
.navbar-default .navbar-nav li a :hover{
}
.navbar-default .navbar-nav > li a:hover {
    background-color: #4CAF50 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #555555;
background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #393939;
background-color: transparent;
}

.navbar-default .navbar-toggle {
border: none;
padding-top: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
background: #393939;
border-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
background-color: transparent;
}


/* Apply styles to the navigation menu */
.navbar-collapse ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.navbar-collapse li {
    margin-right: 15px;
}

.navbar-collapse li:last-child {
    margin-right: 0;
}

.navbar-collapse a {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.5s;
}

.navbar-collapse p {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.5s;
}

.navbar-collapse a:hover {
    color: #a5c422;
}

.navbar-item.dropdown {
    position: relative;
}

.navbar-item.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.075);
    border: none;
    border-radius: 3px;
    padding: 0;
    display: none;
    width: auto;
    min-width: 200px;
}

.navbar-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    padding: 8px 20px;
    font-size: 14px;
    color: #252525;
    transition: background 0.5s;
    display: block;
    width: 100%;
    text-align: left;
}

.dropdown-item:hover {
    background: #a5c422;
    color: #ffffff;
}



/*---------------------------------------
    form-function              
-----------------------------------------*/
.form-function{
}
/*---------------------------------------
    HOME              
-----------------------------------------*/
#home h1 {
    color: #ffffff;
    padding-bottom: 10px;
    margin-top: 0;
}

#home h3 {
color: #ffffff;
font-size: 14px;
font-weight: normal;
line-height: inherit;
letter-spacing: 3px;
text-transform: uppercase;
margin: 0;
}

.slider .container {
    width: 100%;
}

.slider .owl-dots {
    position: absolute;
    top: 575px;
    width: 100%;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
width: 8px;
height: 8px;
margin: 5px 7px;
border: 2px solid #d9d9d9;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background-color: #ffffff;
border-color: transparent;
}

.slider .caption {
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
height: 100%;
color: #fff;
cursor: e-resize;
}

.slider .item {
background-position: inherit;
background-repeat: no-repeat;
background-attachment: local;
background-size: cover;
height: 650px;
}

.slider .item-first {
background-image: url(../images/slider1.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: 100vh;
}

.slider .item-second {
background-image: url('../images/sl2.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
width: 100%;
height: 100vh;
}

.slider .item-third {
background-image: url(../images/slider3.jpg);
}


/*---------------------------------------
    ABOUT              
-----------------------------------------*/

 about {
padding-bottom: 50px;
}

.profile img,
.profile figcaption {
display: inline-block;
vertical-align: top;
margin-top: 1em;
}
.profile img {
border-radius: 100%;
width: 65px;
height: 65px;
margin-right: 1em;
}
.profile figcaption h3 {
margin-top: 0;
}

#about h6 {
color: #858585;
margin: 0;
}


#about p{
    font-size:30px !important;
}
/*---------------------------------------
    UUDIEM              
-----------------------------------------*/

#adv {
    padding-top: 150px;
    padding-bottom: 100px;
}

.profile img,
.profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
}

.profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
}

.profile figcaption h3 {
    margin-top: 0;
}

#adv h6 {
    color: #858585;
    margin: 0;
}


#advs {
    padding-bottom: 150px;
}



/*---------------------------------------
    TEAM MEMBERS              
-----------------------------------------*/

.team-thumb {
border-radius: 0 0 10px 10px;
position: relative;
overflow: hidden;
cursor: pointer;
text-align: left;
}

.team-info {
padding: 20px 30px 0 30px;
}

.team-contact-info {
border-top: 1px solid #e9e9e9;
padding-top: 1.2em;
margin-top: 1.5em;
}

.team-contact-info .fa {
margin-right: 5px;
display: inline-block;
}

.team-contact-info p {
margin-bottom: 2px;
}

.team-contact-info a {
color: #757575;
}

.team-thumb .social-icon li {
font-weight: 500;
}

.team-thumb .social-icon li a {
background: #ffffff;
border-radius: 100%;
font-size: 20px;
width: 50px;
height: 50px;
line-height: 50px;
margin: 0 2px 0 2px;
}

.team-thumb .social-icon {
opacity: 0;
transform: translateY(100%);
transition: 0.5s 0.2s;
text-align: center;
position: relative;
top: 0;
}

.team-thumb:hover .social-icon {
opacity: 1;
transition-delay: 0.3s;
transform: translateY(0px);
top: -22em;
}



/*---------------------------------------
    SERVICE              
-----------------------------------------*/

#service {
background: #a5c422;
}

#service h2,
#service h4 {
color: #ffffff;
}

#service p {
color: #d9d9d9;
}

#service .service-thumb {
padding: 0 22px;
}

#service .fa {
font-size: 50px;
margin-bottom: 10px;
background: #ffffff;
color: #a5c422;
width: 120px;
height: 120px;
line-height: 120px;
border-radius: 100%;
}


/*---------------------------------------
    NEWS             
-----------------------------------------*/

#news, #news-detail {
}

#news-detail blockquote {
margin: 30px 0;
}

.news-detail-thumb .news-image img {
border-radius: 10px;
}
.news-detail-thumb p img{
    width:1000px;
    height:auto;
    text-align:center;
}
.news-detail-thumb h3 {
    margin-bottom: 8px;
}

.news-image {
margin-bottom: 30px;
position: relative;
}

.news-image img {
width: 100%;
}

.news-detail-thumb ul {
margin: 32px 12px 22px 0px;
}

.news-detail-thumb ul li {
list-style: circle;
font-weight: normal;
padding: 6px 12px 6px 0px;
}

.news-sidebar {
margin-top: 170px;
}

.news-social-share {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

.news-social-share .btn {
border-radius: 100px;
border: none;
font-size: 10px;
font-weight: 600;
margin: 2px 6px;
padding: 8px 14px;
}

.news-social-share .btn-primary {
background: #3b5998;
}

.news-social-share .btn-success {
background: #1da1f2;
}

.news-social-share .btn-danger {
background: #dd4b39;
}

.news-social-share a .fa {
padding-right: 4px;
}

.recent-post {
padding-top: 2px;
padding-bottom: 18px;
}

.recent-post .media img {
border-radius: 100%;
width: 80px;
height: 80px;
margin-right: 5px;
}

.recent-post .media-heading {
font-size: 16px;
font-weight: 500;
line-height: inherit;
margin-top: 5px;
}

.news-categories {
margin-top: 8px;
}

.news-categories li a {
color: #2b2b2b;
}

.news-ads {
background: #ffffff;
border-right: 4px solid #2b2b2b;
padding: 42px;
text-align: center;
margin: 26px 0 26px 0;
}

.news-ads.sidebar-ads {
border-left: 4px solid #2b2b2b;
border-right: 0px;
}

.news-ads h4 {
font-size: 18px;
}

.news-tags h4 {
padding-bottom: 6px;
}

.news-categories li,
.news-tags li {
list-style: none;
display: inline-block;
margin: 4px;
}

.news-tags li a {
background: #393939;
border-radius: 50px;
color: #ffffff;
display: inline-block;
font-size: 12px;
font-weight: 500;
text-decoration: none;
float: left;
min-width: 30px;
padding: 6px 12px;
-webkit-transition: all ease-in-out 0.4s;
transition: all ease-in-out 0.4s;
}

.news-tags li a:hover {
background: #4267b2;
}

/*---------------------------------------
    FUNC             
-----------------------------------------*/

#func, #func-detail {
}

#func-detail blockquote {
    margin: 30px 0;
}



.func-detail-thumb .func-image img {
    border-radius: 10px;
}

.func-detail-thumb h3 {
    margin-bottom: 8px;
}

.func-image {
    margin-bottom: 30px;
    position: relative;
}

.func-row {
    text-align: center;
}


.func-image img {
    width: 100%;
}

.func-detail-thumb ul {
    margin: 32px 12px 22px 0px;
}

.func-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
}

.func-sidebar {
    margin-top: 16px;
}

.func-social-share {
    text-align: center;
    padding-top: 22px;
}

.func-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
}

.func-social-share .btn-primary {
    background: #3b5998;
}

.func-social-share .btn-success {
    background: #1da1f2;
}

.func-social-share .btn-danger {
    background: #dd4b39;
}

.func-social-share a .fa {
    padding-right: 4px;
}





/*---------------------------------------
    APPOINTMENT             
-----------------------------------------*/

#appointment {
padding-top: 100px;
}

#appointment label {
color: #393939;
font-weight: 500;
}

#appointment .form-control {
border: none;
border-radius: 3px;
box-shadow: none;
font-size: 14px;
font-weight: normal;
margin-bottom: 15px;
transition: all ease-in-out 0.4s;
}

#appointment input,
#appointment select {
height: 45px;
}

#appointment button#cf-submit {
background: #a5c422;
color: #ffffff;
font-weight: 600;
height: 55px;
}

#appointment button#cf-submit:hover {
background: #393939;
color: #ffffff;
}

/*---------------------------------------
    REGISTER              
-----------------------------------------*/
.custom-button {
    height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    text-align:center;
    vertical-align:middle;
}

/* Primary button style */
.custom-button.primary {
    background-color: #007bff;
    color: #fff;
}

/* Success button style */
.custom-button.success {
    background-color: #28a745;
    color: #fff;
}

/* Button hover effect */
.custom-button:hover {
    background-color: #555; /* Change the background color on hover */
}

/*---------------------------------------
    FOOTER              
-----------------------------------------*/

footer {
padding-top: 80px;
}

footer h4 {
padding-bottom: 5px;
}

footer a {
color: #757575;
}

footer a:hover {
color: #4267b2;
}

.contact-info {
padding-top: 10px;
}

.contact-info .fa {
background: #393939;
border-radius: 100%;
color: #ffffff;
font-size: 15px;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
margin-right: 5px;
margin-bottom: 2px;
}

.latest-stories {
margin-bottom: 20px;
}

.stories-image,
.stories-info {
display: inline-block;
vertical-align: top;
}

.stories-image img {
border-radius: 100%;
width: 65px;
height: 65px;
}

.stories-info {
margin-left: 15px;
}

.stories-info h5 {
margin-bottom: 2px;
}

.stories-info span {
color: #858585;
font-size: 12px;
}

.opening-hours p {
line-height: 18px;
}

.opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
}

.copyright-text p,
.footer-link a {
    color: #858585;
    font-size: 12px;
    font-weight: 500;
}

.footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
}

.angle-up-btn {
    position: relative;
    bottom: 4em;
    display: block;
}

.angle-up-btn a {
    background: #4CAF50;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #393939;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
}

.angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
}


/*---------------------------------------
    SOCIAL ICON              
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
}

/*---------------------------------------
    Contact STYLES              
-----------------------------------------*/


/*---------------------------------------
    RESPONSIVE STYLES              
-----------------------------------------*/
/* Style for the container */
.container-xxl {
    padding: 20px;
}

a.d-block {
    margin: 10px;
    display: block;
    transition: transform 0.2s;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 2px solid #fff; /* Add a border */
}

    /* Style for image links on hover */
    a.d-block:hover {
        transform: scale(1.05);
    }

/* Style for the images */
.img-fluid {
    width: 100%;
    max-height: 400px; /* Adjust the maximum height to make images bigger */
    object-fit: cover; /* This property ensures the image covers the container */
    border-radius: 10px;
    transition: transform 0.2s;
}

/* Style for images on hover */
.img-fluid:hover {
    transform: scale(1.05);
}
/*---------------------------------------
   section
-----------------------------------------*/
.specialfunction{
    
}
/*---------------------------------------
   container-feature   
-----------------------------------------*/
* {
    box-sizing: border-box;
}
/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;

}
.small-item{
    margin-left:0px !important;
}
/* Hide the images by default */
.mySlides {
    display: none;
}
.mySlides img{
    border: 5px solid #009459;
    border-radius: 10px;
    width:1000px;
    height:500px;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.bef,
.aft {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    background-color:forestgreen;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.aft {
    right: 0;
    border-radius: 3px 0 0 3px;
}
.bef {
    left: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.bef:hover,
.aft:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: white;
    padding: 2px 16px;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
    position: relative;
    overflow: hidden;
}


/* Add a transparency effect for thumbnail images */
.demo {
    opacity: 0.5;
    border: 5px solid #009459 !important;
    width: 100px;
    height: 100px;
}
.active, .demo:hover {
    opacity: 1;
}
/*---------------------------------------
    smoothScroll             
-----------------------------------------*/
@media screen and (max-width: 768px) { 
    #home {
        background-size: cover; 
    }
}
/*---------------------------------------
    Zalo            
-----------------------------------------*/
@keyframes zoom {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes lucidgenzalo {
    0% {
        transform: rotate(-25deg);
    }

    50% {
        transform: rotate(25deg);
    }
}

.jscroll-to-top {
    bottom: 100px
}

.fcta-zalo-ben-trong-nut svg path {
    fill: #fff
}

.fcta-zalo-vi-tri-nut {
    position: fixed;
    bottom: 24px;
    right: 20px;
    z-index: 999
}

.fcta-zalo-nen-nut, div.fcta-zalo-mess {
    box-shadow: 0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16)
}

.fcta-zalo-nen-nut {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #0068ff;
    border-radius: 50%;
    position: relative
}

.fcta-zalo-nen-nut::after, .fcta-zalo-nen-nut::before {
    content: "";
    position: absolute;
    border: 1px solid #0068ff;
    background: #0068ff80;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: zoom 1.9s linear infinite
}

.fcta-zalo-nen-nut::after {
    animation-delay: .4s
}

.fcta-zalo-ben-trong-nut, .fcta-zalo-ben-trong-nut i {
    transition: all 1s
}

.fcta-zalo-ben-trong-nut {
    position: absolute;
    text-align: center;
    width: 60%;
    height: 60%;
    left: 10px;
    bottom: 25px;
    line-height: 70px;
    font-size: 25px;
    opacity: 1
}

.fcta-zalo-ben-trong-nut i {
    animation: lucidgenzalo 1s linear infinite
}

.fcta-zalo-nen-nut:hover .fcta-zalo-ben-trong-nut, .fcta-zalo-text {
    opacity: 0
}

.fcta-zalo-nen-nut:hover i {
    transform: scale(.5);
    transition: all .5s ease-in
}

.fcta-zalo-text a {
    text-decoration: none;
    color: #fff
}

.fcta-zalo-text {
    position: absolute;
    top: 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transform: scaleX(-1);
    transition: all .5s;
    line-height: 1.5
}

.fcta-zalo-nen-nut:hover .fcta-zalo-text {
    transform: scaleX(1);
    opacity: 1
}

div.fcta-zalo-mess {
    position: fixed;
    bottom: 29px;
    right: 58px;
    z-index: 99;
    background: #fff;
    padding: 7px 25px 7px 15px;
    color: #0068ff;
    border-radius: 50px 0 0 50px;
    font-weight: 700;
    font-size: 15px
}

.fcta-zalo-mess span {
    color: #0068ff !important
}

span#fcta-zalo-tracking {
    font-family: Roboto;
    line-height: 1.5
}

.fcta-zalo-text {
    font-family: Roboto
}
/*---------------------------------------
   content        
-----------------------------------------*/
.news-detail-thumb img {
    max-width: 100%;
    height: auto;
}
.item {
    margin-top: 10px; 
    margin-bottom: 10px; 
    padding: 20px; 
}
/*-----
    cart
    ----*/
.cart-item-count {
    font-size: 0.8em;
    margin-left: -5px;
    vertical-align: text-bottom;
    margin-left: 5px;
    color: red;
}
.specialtype{
    background:green !important;
}