:root {
    --theme-color: #76613b;
    --theme-color2: #000000;
    --black: #000000;
    --white: #fff;
    --fa6: "Font Awesome 6 Pro";
    --regular: "Roboto", sans-serif;
  }
tr > td {
  padding: 15px;
}
td {
  color: #000;
  font-size: 18px;
}


body {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;
  font-family: "Open Sans", "sans-serif";
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-family: 'UTM Centur';
    /* font-weight: bold; */
    font-style: normal;
 
}
.header-main .nav > li > a{
	font-family: 'UTM Centur';
    font-weight: bold;
    font-style: normal;
}
.header-main .nav > li >  ul > li > a{
	font-family: 'UTM Centur';
    font-weight: 500;
    font-style: normal;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

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

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

::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: unset;
  background-color: #fff;
}

::-webkit-scrollbar {
  height: 4px;
  border-radius: 99px;
}

p {
  /* font-size: 16px; */
  margin-bottom: 1rem;
}
.list-none {
  list-style: none;
}
.term-description ul li {
  margin-left: 1.3em;
}

input:autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

input:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  transition-delay: 9999s;
}

.grid-doi-tac {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid-doi-tac .ts-service-wrapper {
    border: 1px solid #ccc;
	margin: 0 10px 10px 0px;
    padding: 10px;
}
.list-thanhvien .post-item ,.div_info_doctor .post-item {
	padding-bottom:15px !important;
}
.list-thanhvien .post-item .title .name ,.div_info_doctor .title .name {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
	color:#000;
}
.list-thanhvien .post-item .title .job  ,.div_info_doctor .title .job {
    font-weight: bold;
    font-style: italic;
    font-size: 12.5px;
    padding: .3rem 0;
    margin: 0;
    text-transform: uppercase;
	color:#000;
}
.list-thanhvien .post-item .title .contact a ,.div_info_doctor .title .contact a {
    color: #c59a50;
    margin-right: .6rem;
}
.list-thanhvien .post-item  .title .desc ,.div_info_doctor .title .desc {
	color:#000;
	font-style: italic;
	font-size: 14px;
}
.bai-viet-lien-quan {
    margin-top: 15px;
}
#main .bai-viet-lien-quan ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}
#main .bai-viet-lien-quan ul li {
    padding: 0;
    width: 100%;
    float: unset;
}
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 25%;
    color: graytext;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}
.list-bai-viet .box-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
}
.list-bai-viet .box-image img {
    /* max-height: 95px; */
}
.is-divider {
    display: none;
}
.div_info_doctor .img_doctor img {
    width: 250px;
    height: auto;
    margin-bottom: 30px;
    border-radius: 50%;
}
.div_info_doctor .name_doctor h1 {
	font-size: 32px;
    line-height: 10px;
}
.flex{
	display: flex;
}
.items-flex-end{
	align-items: flex-end;
}
#main .bai-viet-lien-quan .tieu-de-bai-viet {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 25px;
    height: 50px;
    margin: 0;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.meta>div {
    margin-right: 30px;
}
.banner p{
	margin-bottom: 0em; 
	margin-top: 0em;
} 

.nav-column>li>a, .nav-dropdown>li>a, .nav-vertical-fly-out>li>a, .nav>li>a {
    color: #000;
    transition: all .2s;
}
#logo{
	position: relative;
	width: 100px !important;
}
#logo a{
	position: absolute;
	top: 0;
	box-shadow: 0 2px 10px #6d6d6dad;
	padding: 1rem 1rem;
	margin-top: 0;
	background-color: #4c4b4a;
	padding: 5px;
	border-radius: 50%;
	margin-top: -20px;
	border: 2px solid #fff;
	max-width: 120px;

}
.banner h1{
	line-height: 1.4;
}


.list-shortcut-desktop {
    position: fixed;
    z-index: 1000000000;
    left: 20px;
    bottom: 135px;
    transform: translatey(0);
  
}

.list-shortcut-desktop a{
    display: flex;
    justify-content: center;
	width:40px;
	height:40px;
	padding: 10px;
    border: 2px solid var(--theme-color);
    border-radius: 25px;
    margin: 15px;
	position: relative;
}

.list-shortcut-desktop a span {
    position: absolute;
    display: none;
    left: calc(100% + 10px);
    top: 50%;
    transform: translatey(-50%);
    background-image: linear-gradient(90deg, #00B33D 0.08%, #3C3 99.97%);
    padding: 3px 15px;
    width: max-content;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.list-shortcut-desktop a:hover span ,.list-shortcut-desktop i:hover span ,.list-shortcut-desktop img:hover span {
    display: block;
}

.list-shortcut-desktop a:hover {
    animation: shadow .8s infinite;
    box-shadow: 0 0 0 .8vw hsla(0, 0%, 100%, 0);
}

@keyframes shadow {
    0% {
        box-shadow: 0 0 0 0 #cbd8cd;
    }
}



.list-shortcut-desktop .btn-hide-show-btn-contact .fa-xmark,
.list-shortcut-desktop.show .fa-user-doctor-message,
.list-shortcut-desktop .btn-hide-show-btn-contact span,
.list-shortcut-desktop .fa-times {
    display: none;
}

.list-shortcut-desktop.show .fa-times {
    display: block
}
.list-shortcut-desktop.show .btn-hide-show-btn-contact img{
     display: none;
}

.list-shortcut-desktop .btn-hide-show-btn-contact {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--theme-color);
    border-radius: 100px;
    background-color: white;
    cursor: pointer;
}

.list-shortcut-desktop.show .btn-hide-show-btn-contact {
    border: none;
	color: #fff;
    background: var(--theme-color);
	position: relative;
    z-index: 99999;
}
.list-shortcut-desktop.show .btn-hide-show-btn-contact:hover {
    border: 2px solid var(--theme-color);
	color: var(--theme-color);
    background:  #fff;
}
.list-shortcut-desktop:not(.show)  .btn-hide-show-btn-contact i{
	color:var(--theme-color);
}
.list-shortcut-desktop:not(.show) .btn-hide-show-btn-contact {
    -webkit-animation: ripple 0.7s linear infinite;
    animation: ripple_video 0.7s linear infinite;
    background-color: white;
}

.list-shortcut-desktop:not(.show) .btn-hide-show-btn-contact:hover i {
    color: #fff;
}
.list-shortcut-desktop:not(.show) .btn-hide-show-btn-contact:hover{
	background-color: var(--theme-color);
}

.list-shortcut-desktop .box-shortcut .box-shortcut-inner {
	display:none;
}
.list-shortcut-desktop.show .box-shortcut-inner a:hover {
	background-color: var(--theme-color);
}
.list-shortcut-desktop.show .box-shortcut-inner a:hover i {
	 color: #fff;
}
.list-shortcut-desktop.show .box-shortcut-inner a i {
	 color: var(--theme-color);
}
.list-shortcut-desktop.show .box-shortcut .box-shortcut-inner {
	display:block;
	padding: 5px;
}
.list-shortcut-desktop.show .box-shortcut .box-shortcut-inner i{font-size:16px;}

@keyframes ripple_video {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(224, 49, 39, 0.2), 0 0 0 .5em rgba(224, 49, 39, 0.2);
        box-shadow: 0 0 0 0 rgba(224, 49, 39, 0.2), 0 0 0 .5em rgba(224, 49, 39, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 .5em rgba(224, 49, 39, 0.2), 0 0 0 1em rgba(224, 49, 39, 0);
        box-shadow: 0 0 0 .5em rgba(224, 49, 39, 0.2), 0 0 0 1em rgba(224, 49, 39, 0);
    }
}

.list-shortcut-desktop .fa-headphones {
    position: relative;
}

.list-shortcut-desktop.show{
	background: #fff;
	border-radius: 30px;
}
#header .header-wrapper #top-bar .container{
	max-width: 1140px !important;
}

.nav.top-bar-nav {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav.top-bar-nav > li {
    margin-right: 10px; /* Adjust spacing as needed */
}

.nav.top-bar-nav > li:last-child {
    margin-right: 0;
}

.nav.top-bar-nav img {
    width: 20px !important;
    height: auto !important;
}


@media (max-width: 767px) {
    .grid-doi-tac {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
	.grid-doi-tac .ts-service-wrapper {
		margin: 10px;
		
	}

}
@media (max-width: 849px) {
    #main .bai-viet-lien-quan ul {
        grid-template-columns: repeat(2, 1fr);
    }
	.nav-left {
		justify-content: flex-start;
	}
	.header-main li.html.custom {
       display: block;
    }
}
@media (max-width: 549px) {
	.section_post_slider_home .post-item .box-blog-post{
		display: flex;
	}
	.section_post_slider_home .post-item .box-image{
		width: 60% !important;
	}
	.section_post_slider_home .post-item .box-text{
		padding:10px 0px !important;
	}
}
    .tab_linhvuc > .nav {
		display: flex !important;
	}
