/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'SVN Segoe UI';
    src: url('assets/fonts/segoeui.ttf') format('truetype');
    font-weight: normal;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SVN Segoe UI';
    src: url('assets/fonts/segoeuib.ttf') format('truetype');
    font-weight: bold;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SVN Segoe UI';
    src: url('assets/fonts/seguisb.ttf') format('truetype');
    font-weight: 600;
}

.dnw-title-2 *,
.dnw-sub-title *,
.dnw-title *{
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    color: inherit;
    font-weight: inherit;
}

.dnw-sub-title{
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: var(--primary-color);
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dnw-sub-title:before{
    content: '';
    height: 1px;
    width: 30px;
    display: inline-block;
    background: var(--primary-color);
}
.dnw-title{
    font-weight: 700;
    font-size: 44px;
    line-height: 56px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--primary-color);
    background: linear-gradient(90deg, #813982 0%, #F17DB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}
.dnw-title.color-white,
.dark .dnw-title{
    color: #fff;
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.dnw-title-ab{
    font-size: 34px;
    line-height: 48px;
}

.dnw-title-2{
    color: var(--primary-color);
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 44px;
    line-height: 52px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 25px;
}
.dark .dnw-title-2,
.dnw-title-2.title-white{
    color: #fff;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: transparent;
}
.dnw-title-2 *{
    display: inline-block;
    width: auto;
}

body .button:not(.icon ){
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    height: 50px;
    line-height: 48px;
}
.button.secondary{
    color: var(--primary-color);
}

.button.white{
    color: var(--primary-color) !important;
}

body .button.is-outline:not(.icon ){
    border-width: 1px;
    line-height: 48px;
}

.button .icon-angle-right:after{
    content: '';
    width: 12px;
    height: 2px;
    background: var(--primary-color);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
    transition: all .3s;
}
.button .icon-angle-right:before{
    font-size: 22px;
    margin-right: -5px;
}

.button.is-outline.white .icon-angle-right:after,
.button.primary:not(.is-outline) .icon-angle-right:after,
.button.primary.is-outline:hover .icon-angle-right:after{
    background: #fff;
}
.button.is-outline.white:hover {
    /*color: var(--primary-color) !important;*/
}
.button.is-outline.white:hover .icon-angle-right:after{
    background: var(--primary-color);
}
body .button:not(.icon)>i {
    margin-left: 10px;
}
body .button i.icon-angle-right, body button i.icon-angle-right {
    height: 26px;
    vertical-align: middle;
}

.button.primary.is-link .icon-angle-right:after{
    background: var(--primary-color);
}
.button.primary.is-link:hover .icon-angle-right:after{
    background: #333;
}

.slider-nav-simple .flickity-prev-next-button,
.slider-style-normal .flickity-prev-next-button,
.dnw-swiper-prev-next{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    color: #fff;
    opacity: 1;
}
.slider-nav-simple .flickity-prev-next-button.next,
.slider-style-normal .flickity-prev-next-button.next,
.dnw-swiper-prev-next.swiper-button-next{
    background: linear-gradient(260deg, #F17DB1 0%, #813982 100%);
}
.slider-nav-simple .flickity-prev-next-button svg,
.slider-style-normal .flickity-prev-next-button svg{
    padding: 12px;
}
.dnw-swiper-prev-next::after{
    display: none;
}
.dnw-swiper-prev-next::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: white;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.5 4.66675L19.8334 14.0001L10.5 23.3334L8.16671 21.0001L15.1667 14.0001L8.16671 7.00008L10.5 4.66675Z' fill='white'/></svg>");
    mask-image: url("data:image/svg+xml;utf8,<svg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M10.5 4.66675L19.8334 14.0001L10.5 23.3334L8.16671 21.0001L15.1667 14.0001L8.16671 7.00008L10.5 4.66675Z' fill='white'/></svg>");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.dnw-swiper-prev-next.swiper-button-prev::before {
    transform: translate(-50%, -50%) rotate(180deg);
}
.dnw-slider .flickity-prev-next-button.next {
    right: -24px;
}
.dnw-slider .flickity-prev-next-button.previous{
    left: -24px;
}

.section-title-bold-center span{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    position: relative;
    min-height: 52px;
}
.section-title-bold-center span::before,
.section-title-bold-center span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 26px solid transparent;
}

.section-title-bold-center span::before {
    left: -52px;
    border-right-color: #F17DB1; /* màu tam giác trái */
}

.section-title-bold-center span::after {
    right: -52px;
    border-left-color: #813982; /* màu tam giác phải */
}



/*Header*/



/*Banner Header*/
.page-banner-area{
    position: relative;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 85px 0;
    background-color: var(--primary-color);
}
.page-banner-area:before{
    content: '';
    /*background: linear-gradient(90deg, #813982 39.68%, #F17DB1 69.96%);*/
    background: linear-gradient(90deg, #813982 35.68%, #f17db13b 69.96%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-banner-area .page-banner-content{
    z-index: 2;
    position: relative;
}
.page-banner-area .dnw-breadcrumb a,
.page-banner-area .dnw-breadcrumb p{
    margin-bottom: 0;
    color: #fff;
}
.page-banner-content .h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}

.info-banner{
    margin-top: 15px;
}
.info-banner ul{
    display: flex;
    margin: 0;
    gap: 15px;
    color: #fff;
    list-style: none;
    align-items: center;
}
.info-banner svg{
    margin-bottom: -2px;
}
.info-banner a{
    color: #fff;
}

/*Author*/
.author-box {
    display: flex;
    gap: 30px;
}

.author-box .author-avatar {
    text-align: center;
    max-width: 300px;
    border: 2px solid #d89ad2;
    border-radius: 10px;
    padding: 10px;
    background: #fff5fb;
    flex: 1;
}

.author-avatar img {
    width: 100%;
    border-radius: 6px;
}

.author-box .author-name {
    background: #b35ea3;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    margin-top: -5px;
    border-radius: 4px;
    font-size: 20px;
    z-index: 2;
    position: relative;
}

.author-box .author-position {
    font-size: 18px;
    margin-top: 5px;
    color: #333;
}

.author-box .author-info {
    flex: 1;
}

.author-box .author-title {
    color: #8e3e88;
    margin-top: 0;
}

.author-box .author-info p {
    color: #444;
    line-height: 1.6;
}

.author-box .author-divider {
    margin: 15px 0;
    border: none;
    border-top: 2px solid #c88bbf;
}

.author-box .author-desc {
    font-size: 18px;
}

.author-box .contact-title {
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.author-box .contact-icons a {
    margin-right: 10px;
}

.author-box .contact-icons img {
    width: 28px;
    height: 28px;
}

@media (max-width: 1023px){
    .author-box{
        display: block;
        text-align: center;
    }
    .author-box .author-avatar{
        margin: 0 auto 15px;
    }
}



/*DNW FAQs*/
.dnw-faqs {
    border-left: 4px solid #843B83;
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
}

.faqs-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.faqs-header button{
    margin: 0;
}

.faqs-sub-title {
    font-size: 14px;
    color: #1F1E23;
    flex: 1;
}

.faqs-title {
    font-weight: 600;
    flex: 2;
    color: #444444;
    font-size: 22px;
    line-height: 32px;
}

.icon-arrow {
    transition: transform 0.3s ease;
}

.faqs-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}
.faqs-content p{
    color: #6C6A76;
    margin-bottom: 0;
}

.dnw-faqs.active .faqs-content {
    max-height: 200px; /* hoặc cao hơn nếu nội dung dài hơn */
    opacity: 1;
}

.dnw-faqs.active .icon-arrow {
    transform: rotate(180deg);
}

.box-faqs-timeline .dnw-faqs{
    padding-bottom: 20px;
    margin-bottom: 0;
    border: 0;
    margin-left: 24px;
}

.box-faqs-timeline .dnw-faqs:not(:last-child):before{
    content: '';
    width: 24px;
    height: 100%;
    background-color: #47B6E5;
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.box-faqs-timeline .dnw-faqs:not(:last-child):before{
    height: calc(100% + 12px);
}
.box-faqs-timeline .dnw-faqs:after{
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #083658;
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
}
.box-faqs-timeline .dnw-faqs:nth-child(2):before,
.box-faqs-timeline .dnw-faqs:nth-child(7):before{
    background-color: #D1CEF3;
}
.box-faqs-timeline .dnw-faqs:nth-child(3):before,
.box-faqs-timeline .dnw-faqs:nth-child(8):before{
    background-color: #F8A457;
}
.box-faqs-timeline .dnw-faqs:nth-child(4):before,
.box-faqs-timeline .dnw-faqs:nth-child(9):before{
    background-color: #75DBB3;
}
.box-faqs-timeline .dnw-faqs:nth-child(5):before{
    background-color: #F68787;
}
.box-faqs-timeline .dnw-faqs:nth-child(6):before{
    background-color: #47B6E5;
}


/*dnw-post-item*/
.dnw-post-item .box-meta{
    display: flex;
    font-size: 14px;
    color: #6C6A76;
    gap: 15px;
    align-items: center;
}

.dnw-post-item .cat-label a{
    color: var(--primary-color)
}
.dnw-post-item .post-title{
    margin-bottom: 5px;
    color: #444;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
}
.dnw-post-item .from_the_blog_excerpt{
    margin-top: 10px;
}
.dnw-post-item .box-vertical .box-text{
    padding: 0 0 0 15px;
}
.dnw-post-item .box-image img{
    border-radius: 20px;
}


/*Shortcode bac si*/
.dnw-cau-chuyen-khach-hang-2 .swiper,
.dnw-box-bac-si .swiper{
    overflow: visible;
}
.dnw-box-bac-si .doctors-card{
    box-shadow: 0px 4px 40px 0px #81398233;
    border-radius: 30px;
    padding: 0 0 0 40px;
    display: flex;
    overflow: hidden;
}
.dnw-box-bac-si .doctors-card .doctor-content{
    flex: 1.5;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.dnw-box-bac-si .doctors-card .doctor-image {
    flex: 1.4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
    position: relative;
}
.dnw-box-bac-si .doctors-card .doctor-image:before{
    content: '';
    display: block;
    width: 299px;
    height: 299px;
    position: absolute;
    top: -38px;
    right: -53px;
    opacity: 1;
    background: #FFD9EE;
    border-radius: 50%;
    z-index: -1;
}
.dnw-box-bac-si .doctors-card .doctor-image img{
    width: auto;
    max-width: 240px;
    max-height: 534px;
}
.dnw-cau-chuyen-khach-hang-2 .customer-item,
.dnw-box-bac-si .bac-si-item{
    width: 45%;
}


.dnw-cau-chuyen-khach-hang-2  .swiper-slide.swiper-slide-active,
.dnw-box-bac-si .swiper-slide.swiper-slide-active {
    opacity: 1;
    z-index: 2;
}

.dnw-cau-chuyen-khach-hang-2  .swiper-slide.swiper-slide-next,
.dnw-box-bac-si .swiper-slide.swiper-slide-next,
.dnw-cau-chuyen-khach-hang-2  .swiper-slide.swiper-slide-prev,
.dnw-box-bac-si .swiper-slide.swiper-slide-prev {
    opacity: 0.3;
}

.dnw-box-bac-si .doctors-card .doctor-totnghiep{
    color: #5C5C5C;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 0;
}
.dnw-box-bac-si .doctors-card .doctor-title{
    font-weight: 700;
    font-size: 36px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--primary-color);
    margin-bottom: 7px;
}
.dnw-box-bac-si .doctors-card .doctor-chucvu{
    color: #5C5C5C;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0;
}
.dnw-box-bac-si .doctors-card ul{
    margin: 20px 0;
    list-style: none;
}
.dnw-box-bac-si .doctors-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.dnw-box-bac-si .doctors-card ul li::before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1_1490)%22%3E%3Cpath%20d%3D%22M5.9%208.12002L4.5%209.52002L9%2014.02L19%204.02002L17.6%202.62002L9%2011.22L5.9%208.12002ZM18%2010.02C18%2014.42%2014.4%2018.02%2010%2018.02C5.6%2018.02%202%2014.42%202%2010.02C2%205.62002%205.6%202.02002%2010%202.02002C10.8%202.02002%2011.5%202.12002%2012.2%202.32002L13.8%200.72002C12.6%200.32002%2011.3%200.0200195%2010%200.0200195C4.5%200.0200195%200%204.52002%200%2010.02C0%2015.52%204.5%2020.02%2010%2020.02C15.5%2020.02%2020%2015.52%2020%2010.02H18Z%22%20fill%3D%22%23843B83%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1_1490%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.0200195)%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.dnw-cau-chuyen-khach-hang-2  .swiper-button-prev,
.dnw-box-bac-si .swiper-button-prev{
    left: 26%;
}
.dnw-cau-chuyen-khach-hang-2  .swiper-button-next,
.dnw-box-bac-si .swiper-button-next{
    right: 26%;
}



/*Shortcode cau chuyen khach hang*/
.swiper-slide.blur-slide {
    filter: blur(3px);
    opacity: 0.5;
    pointer-events: none;
}
.dnw-cau-chuyen-khach-hang .swiper{
    margin: 0 -15px;
}

.dnw-cau-chuyen-khach-hang .swiper-initialized .col{
    padding-bottom: 0;
}

.dnw-cau-chuyen-khach-hang .customer-card{
    border-radius: 20px;
    overflow: hidden;
}
.dnw-cau-chuyen-khach-hang .customer-card .customer-content{
    border-radius: 20px;
    overflow: hidden;
    padding: 35px;
    background-color: #FFD9EE;
    margin-top: -20px;
    z-index: 2;
    position: relative;
}

.dnw-cau-chuyen-khach-hang .customer-card .customer-content .term{
    font-size: 14px;
    line-height: 22px;
    color: #444;
}
.dnw-cau-chuyen-khach-hang .customer-card .customer-content .customer-title{
    color: #444444;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    vertical-align: middle;
    margin-bottom: 10px;
}
.dnw-cau-chuyen-khach-hang .customer-card .customer-content .customer-title a{
    color: inherit;
}
.dnw-cau-chuyen-khach-hang .customer-card .customer-content p{
    color: #444;
    margin: 0;
}
.dnw-cau-chuyen-khach-hang .customer-card .customer-content .button{
    margin: 20px 0 0;
}
@media (min-width: 768px){
    .dnw-cau-chuyen-khach-hang .customer-card .customer-content .button{
        display: none;
    }
}


/*************************History*********************************************/
.dnw-box_history{
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
}
.dnw-box_history .box_history-year{
    font-weight: 700;
    font-size: 28px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.dnw-box_history .box_history-img img{
    max-width: 160px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.col-box-history .col{
    padding-bottom: 100px;
}
.row-history-1,
.row-history-2,
.row-history-3{
    position: relative;
}
.row-history-1:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    height: 100%;
    border-left: 5px solid #FF81AE;
    border-bottom: 5px solid #FF81AE;
    left: 15px;
    top: -68%;
    -webkit-border-radius: 40px 0 0 0;
    -moz-border-radius: 40px 0 0 0;
    border-left: none;
    border-radius: initial;
}
.row-history-1:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 90%;
    border-right: 5px solid #FF81AE;
    border-top: 5px solid #FF81AE;
    right: 15px;
    top: 30.5%;
    -webkit-border-radius: 0 0 40px 0;
    -moz-border-radius: 0 0 40px 0;
    border-radius: 0 40px 0 0;
}
.row-history-2:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    height: 90%;
    border-left: 5px solid #FF81AE;
    border-top: 5px solid #FF81AE;
    left: 15px;
    top: 31%;
    -webkit-border-radius: 40px 0 0 0;
    -moz-border-radius: 40px 0 0 0;
    border-radius: 40px 0 0 0;
}
.row-history-2:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 90%;
    border-right: 5px solid #FF81AE;
    border-bottom:5px solid #FF81AE;
    right: 15px;
    top: -57.5%;
    -webkit-border-radius: 0 0 40px 0;
    -moz-border-radius: 0 0 40px 0;
    border-radius: 0 0 40px 0;
}
.row-history-3:before{
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    height: 90%;
    border-left: 5px solid #FF81AE;
    border-bottom: 5px solid #FF81AE;
    left: 15px;
    top: -57%;
    -webkit-border-radius: 40px 0 0 0;
    -moz-border-radius: 40px 0 0 0;
    border-radius: 0 0 0 40px;
}
.row-history-3:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    border-right: 5px solid #FF81AE;
    border-top: 5px solid #FF81AE;
    right: 17px;
    top: 31.5%;
    -webkit-border-radius: 0 0 40px 0;
    -moz-border-radius: 0 0 40px 0;
    border-right: none;
    border-radius: initial;
}


/*******************************************Counter********************************************************/
.dnw-counter-box .counter-box {
    display: flex;
    align-items: center;
}
.dnw-counter-box .sub, .dnw-counter-box .counter {
    font-weight: 600;
    font-size: 50px;
    line-height: 24px;
    letter-spacing: 0;
    color: #444;
    margin-bottom: 20px;
}
.dnw-counter-box p{
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #666;
}


/*******************************************Archive bac si********************************************************/

.post-type-archive-doi-ngu-bac-si .page-banner-area{
    padding-bottom: 140px;
}
.page-wrapper.archive-doctor{
    padding-top: 0;
}

.box-search-doctor .search-doctor-wrap{
    box-shadow: 0px 2px 40px 0px #7D277E4D;
    background-color: #fff;
    border-radius: 30px;
    padding: 35px 45px 45px;
    position: relative;
    top: -85px;
}
.box-search-doctor .search-doctor-wrap form{
    margin: 0;
    position: relative;
}
.box-search-doctor .search-doctor-wrap input{
    background: #F1F1F180;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    box-shadow: none;
    height: 66px;
    margin: 0;
}
.box-search-doctor .search-doctor-wrap button{
    position: absolute;
    top: 5px;
    right: 5px;
    background: linear-gradient(89.53deg, #813982 0.41%, #F17DB1 110.08%);
    border-radius: 16px;
    width: 55px;
    height: 55px;
    margin: 0;
    border: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.dnw-box-doctor .doctor-item{
    padding-top: 130px;
    display: flex;
    flex-flow: row wrap;

}
.archive-doctor .doctor-item{
    padding-bottom: 80px;
}

.dnw-box-doctor .doctor-card{
    background: linear-gradient(180deg, #813982 0%, #F17DB1 99.69%);
    border-radius: 20px;
    padding: 0 20px 50px;
    color: #fff;
    width: 100%;
}
.dnw-box-doctor .doctor-card .doctor-image{
    max-width: 293px;
    margin: 0 auto 40px;
    overflow: visible;
}
.dnw-box-doctor .doctor-card .doctor-image .image-cover{
    margin-top: -125px;
    padding-top: 120%;
    z-index: 2;
}
.dnw-box-doctor .doctor-card .doctor-image .image-cover img{
    -o-object-position: top;
    object-position: top;
    max-width: 200px;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
}

.dnw-box-doctor .doctor-card .doctor-image .box-circle img{
    max-width: 200px;
    margin-top: -79px;
}
.dnw-box-doctor .doctor-card  .box-circle {
    position: absolute;
    bottom: -20px; /* Điều chỉnh khoảng cách so với đáy ảnh */
    left: 50%;
    transform: translateX(-50%);
    width: 293px;
    height: 293px;
    background: #d9d9d9;
    border-radius: 50%;
    z-index: 1; /* Đặt nền tròn phía dưới ảnh */
    text-align: center;
    overflow: hidden;
}

.dnw-box-doctor .doctor-card .box-circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 274px;
    height: 274px;
    background: linear-gradient(0deg, #813982 0%, rgba(241, 125, 177, 0.1) 108.76%);
    border-radius: 50%;
    z-index: -2;
}

.dnw-box-doctor .doctor-card .box-circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 246px;
    height: 246px;
    background: linear-gradient(0deg, #813982 0%, rgba(241, 125, 177, 0.1) 108.76%);
    border-radius: 50%;
    z-index: -3;
}

.dnw-box-doctor .doctor-card .doctor-name{
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 15px;
}
.dnw-box-doctor .doctor-card .doctor-position{
    text-align: center;
}
.dnw-box-doctor .doctor-card ul{
    list-style: none;
}
.dnw-box-doctor .doctor-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}
.dnw-box-doctor .doctor-card ul li::before {
    content: "";
    position: absolute;
    top: 0.2em;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1_3353)%22%3E%3Cpath%20d%3D%22M5.9%208.1L4.5%209.5L9%2014L19%204L17.6%202.6L9%2011.2L5.9%208.1ZM18%2010C18%2014.4%2014.4%2018%2010%2018C5.6%2018%202%2014.4%202%2010C2%205.6%205.6%202%2010%202C10.8%202%2011.5%202.1%2012.2%202.3L13.8%200.7C12.6%200.3%2011.3%200%2010%200C4.5%200%200%204.5%200%2010C0%2015.5%204.5%2020%2010%2020C15.5%2020%2020%2015.5%2020%2010H18Z%22%20fill%3D%22white%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1_3353%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.archive-doctor .doctor-card .doctor-actions:not(.text-center){
    display: flex;
    gap: 20px;
}
.archive-doctor .doctor-card .doctor-actions:not(.text-center) .button{
    width: 50%;
}
.dnw-box-doctor .doctor-card .doctor-actions .button{
    margin: 0;
}
.archive-doctor .doctor-content{
    min-height: 220px;
    margin-bottom: 20px;
}
.archive-doctor .doctor-content ul{
    margin: 0;
}
.archive-doctor .box-phone {
    margin-top: 20px;
    width: 100%;
}
.archive-doctor .box-phone a{
    background-image: url("images/bg-phone.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding-bottom: 8px;
}

.dnw-box-doctor-3 .doctor-card{
    background: linear-gradient(180deg, #813982 0%, #F17DB1 99.69%);
    border-radius: 20px;
    padding: 20px 20px 30px;
    color: #fff;
    width: 100%;
}
.dnw-box-doctor-3 .doctor-card .doctor-image{
    border: 3px solid #fff;
    border-radius: 20px;
}
.dnw-box-doctor-3 .doctor-card .doctor-image img{
    -o-object-position: top center;
    object-position: top center;
}
.dnw-box-doctor-3 .doctor-card .doctor-content{
    text-align: center;
    margin-top: 15px;
}
.dnw-box-doctor-3 .doctor-card .doctor-name{
    color: #fff;
    margin-bottom: 5px;
}
.dnw-box-doctor-3 .doctor-card .doctor-position{
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/****************************************Single doctor******************************************************/
.page-wrapper.single-doctor{
    padding-top: 0;
}
.section-lichlamviec,
.section-content-doctor{
    background: linear-gradient(0deg, rgba(255, 217, 238, 0) 0%, rgba(255, 217, 238, 0.3139) 33.99%, rgba(255, 217, 238, 0.6) 99%);
}
.doctor-content-singe{
    border-radius: 20px;
    background-color: #f3e2f4;
    padding: 30px;
    background: linear-gradient(180deg, #FFD9EE 0%, rgba(255, 217, 238, 0) 100%);
}
.doctor-content-singe h2,
.doctor-content-singe h3,
.doctor-content-singe h4,
.doctor-content-singe h5,
.doctor-content-singe h6{
    color: var(--primary-color);
}

.doctor-content-singe ul li{
    margin-bottom: 5px;
}
.doctor-content-singe ul li p{
    margin: 0;
}
.single-doi-ngu-bac-si .archive-doctor .doctor-item .box-phone a,
.single-doi-ngu-bac-si .archive-doctor .doctor-item{
    padding-bottom: 0;
}
.single-doi-ngu-bac-si .archive-doctor .doctor-content {
    min-height: 205px;
}
@media (min-width: 850px){
    .single-doi-ngu-bac-si .doctor-content-singe{
        margin-top: 130px;
    }

}

/*******************************************Lich lam viec ********************************************************/
.schedule-page{
    padding-top: 60px;
}
.schedule-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.schedule-table .row {
    display: table-row;
}
.schedule-table .row.header{
    z-index: 1;
}
.schedule-table .cell {
    display: table-cell;
    padding: 50px 5px;
    border: 3px solid #fff;
    text-align: center;
    background: var(--primary-color);
    color: #fff;
    width: auto;
    vertical-align: middle;
    border-radius: 10px;
}

.schedule-table .header .cell {
    background: #81398240;
    font-weight: 600;
    color: #444;
    padding: 15px 5px;
    border-radius: 10px;
}
.schedule-table .cell ul{
    list-style: none;
    margin: 0;
    text-align: left;
}
.schedule-table .cell ul li{
    display: flex;
    gap: 5px;
    margin-left: 0;
}
.schedule-table .cell ul li .icon{
    position: relative;
    top: 4px;
}
.schedule-table .time-slot {
    background: #81398240;
    color: #444;
    font-weight: 600;
    width: 10%;
}


.schedule-select-wrapper select {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid #F17DB1;
    background-color: #FFD9EE;
    height: 60px;
    font-size: 18px;
    color: #924389;
    font-weight: 700;
}
.schedule-day {
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    padding: 15px 2px 2px;
    border-radius: 20px;
}
.schedule-day .day-title {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    line-height: 26px;
}
.schedule-day .time-slot {
    background: white;
    padding: 20px 10px;
    margin-bottom: 2px;
    display: flex;
}
.schedule-day .time-slot:last-child{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 0;
}
.schedule-day .buoi-title {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    flex: 1;
}
.schedule-day .buoi-title span{
    font-weight: 400;
    color: #666;
    font-size: 16px;
    display: block;
}
.schedule-day .bac-si-list {
    list-style: none;
    padding-left: 30px;
    flex: 1.2;
    border-left: 2px solid transparent;
    border-image: linear-gradient(to bottom, #F17DB1, #813982);
    border-image-slice: 1;
    margin: 0;
}
.schedule-day .bac-si-list li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    color: #444;
    font-size: 15px;
}
.schedule-day .bac-si-list li .icon{
    display: flex;
    align-items: center;
}


/*******************************************DNW tab blog********************************************************/
.dnw-tab-blog .nav{
    background: #FFD9EE;
    border-radius: 50px;
    padding: 5px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}
.dnw-tab-blog .nav li a{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
    color: #444444;
    padding: 10px 25px;
    border-radius: 40px;
    background: transparent;
}
.dnw-tab-blog .nav li.active a{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    color: #fff;
}
.dnw-tab-blog .dnw-post-item .box-text{
    padding-bottom: 0;
}
.dnw-tab-blog .dnw-post-item .box-image img{
    border-radius: 10px;
}
.dnw-tab-blog .dnw-post-item .box-meta .post-meta svg{
    position: relative;
    top: 3px;
}
.dnw-tab-blog .dnw-post-item .post-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #444444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dnw-tab-blog .dnw-post-item .box-meta{
    color: #666;
}

#tab-select-wrapper {
    display: none;
}


    /*******************************************Tuyển Dụng********************************************************/
.job-card{
    box-shadow: 0px 4px 40px 0px #81398233;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: end;
    gap: 30px;
}
.job-card .job-card-left{
    flex: 2.5;
}
.job-card .job-card-right{
    flex: 1;
}
.job-card .button{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    border-radius: 30px;
    margin: 0;
    text-transform: initial;
    display: block;
    width: 100%;
    height: 45px !important;
    line-height: 43px !important;
    border: 0;
}
.job-card .job-type{
    padding: 4px 8px;
    background: #7D277E1A;
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.82px;
    letter-spacing: 0;
    text-align: center;
    color: var(--primary-color);
}
.job-card .job-title{
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0;
    margin: 10px 0;
}
.job-card .job-info {
    display: flex;
    flex-wrap: wrap;
    color: #666;
    font-size: 16px;
    gap: 16px;
}
.job-card .job-info svg{
    margin-bottom: -2px;
}

.dnw-load-more,
.load-more-recruitment{
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
    padding: 0 30px;
}
.dnw-load-more:hover svg path,
.load-more-recruitment:hover svg path{
    stroke: #fff;
}

.section-tab-post{
    background: linear-gradient(180deg, rgba(255, 217, 238, 0.2) 0%, rgba(255, 217, 238, 0.5) 100%);

}

/*******************************************Trang tuyển dụng chi tiết********************************************************/
.single-recruitment {
    background: linear-gradient(0deg, rgba(255, 217, 238, 0) 0%, rgba(255, 217, 238, 0.3139) 33.99%, rgba(255, 217, 238, 0.6) 99%);
}
.single-recruitment .job-info-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    font-family: 'Segoe UI', sans-serif;
    color: #3a3a3a;
}

.single-recruitment .job-info-item {
    display: flex;
    flex-direction: row;
    gap: 4px;
}

.single-recruitment .label {
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.single-recruitment .label svg {
    margin-right: 6px;
    font-size: 16px;
}

.single-recruitment .value {
    font-weight: 400;
    font-size: 15px;
    color: #333;
}



.related-recruitment-box {
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.05);
    background: #fff;
    margin-bottom: 50px;
}

.related-recruitment-box .related-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
    position: relative;
}

.related-recruitment-box .related-title::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #8a2e5d;
    margin-top: 4px;
}

.related-recruitment-box .related-recruitment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.related-recruitment-box .related-recruitment-item {
    border-bottom: 1px solid #efc8d7;
    padding: 12px 0;
}

.related-recruitment-box .related-recruitment-item:last-child {
    border-bottom: none;
}

.related-recruitment-box .related-recruitment-item .job-title {
    font-weight: 600;
    color: #222;
    display: block;
    margin-bottom: 6px;
    text-decoration: none;
}

.related-recruitment-box .related-recruitment-item .job-title:hover {
    color: #b40059;
}

.related-recruitment-box .job-meta {
    font-size: 14px;
    color: #555;
    display: flex;
    gap: 12px;
}

.related-recruitment-box .job-meta .icon {
    margin-right: 4px;
    color: #8a2e5d;
}


.section-form-tuyendung form{
    margin-bottom: 0;
}
.section-form-tuyendung select,
.section-form-tuyendung input:not(.wpcf7-file){
    box-shadow: none;
    border-radius: 30px;
}
.section-form-tuyendung .wpcf7-submit{
    min-width: 120px;
}

@media (max-width: 767px){
    .single-recruitment .job-info-box {
        display: block;
    }
    .single-recruitment .job-info-item:not(:last-child){
        margin-bottom: 5px;
    }
}


/*******************************************Rating********************************************************/
.testimonial-card{
    border-radius: 20px;
    background: #fff;
    /*box-shadow: 0px 8px 40px 0px #81398226;*/
    padding: 25px;
}
.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}
.testimonial-header img{
    width: 59px;
    height: 59px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonial-name{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #444444;
}

/****************************************Khuyen mai**********************************************/
.promotion-card{
    border-radius: 20px;
    box-shadow: 0px 4px 40px 0px #81398233;
    overflow: hidden;
}

.promotion-card .promotion-content{
    padding: 20px 25px 25px;
    background-color: #fff;
}
.promotion-card .promotion-content .discount-info{
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
    color: #666666;
    margin-bottom: 15px;
}

.discount-info .date-range{
    margin: 0;
}
.discount-info .discount-amount{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    border-radius: 20px;
    padding: 2px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
}
.promotion-card .promotion-content .promotion-name{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: capitalize;
    color: #444444;
    margin-bottom: 10px;
}
.promotion-card .promotion-content .button{
    display: flex;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    position: relative;
}
.promotion-card .promotion-content .button:before,
.promotion-card .promotion-content .button:after{
    content: '';
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.promotion-card .promotion-content .button:before{
    left: 0;
}
.promotion-card .promotion-content .button:after{
    right: -22px;
}

/*******************************************single post********************************************************/
.blog-single{
    background: linear-gradient(180deg, rgba(255, 217, 238, 0.4) 0%, #FFD9EE 100%);
    color:#444444;
    letter-spacing: .2px;
}
.blog-single .entry-content{
    font-size: 16px;
}
.blog-single .entry-content img{
    border-radius: 20px;
}
blockquote{
    box-shadow: 0px 4px 40px 0px #81398233;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 45px 70px;
    border: 0;
    font-size: 16px;
    font-style: normal;
    color: #444;
    position: relative;
    margin-bottom: 30px;
}
blockquote *:last-child{
    margin: 0;
}
blockquote:before,
blockquote:after{
    content: '';
    width: 36.22px;
    height: 36.22px;
    display: block;
    background-image: url("images/quet.svg");
    background-size: cover;
    position: absolute;
}
blockquote:before{
    top: 20px;
    left: 37px;
}
blockquote:after{
    bottom: 20px;
    right: 37px;
    transform: rotate(180deg);
}

#ez-toc-container{
    box-shadow: 0px 4px 40px 0px #81398233;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 0;
    padding: 0;
    overflow: hidden;
}
#ez-toc-container .ez-toc-title-container{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 7px 30px;
}
#ez-toc-container a.ez-toc-toggle{
    color: #fff;
}
#ez-toc-container a.ez-toc-toggle svg{
    fill: #fff !important;
    color: #fff !important;
}
#ez-toc-container .ez-toc-js-icon-con{
    border-color: #fff;
}

#ez-toc-container nav ul{
    padding: 15px 30px;
}
#ez-toc-container nav ul li{
    margin-bottom: 10px;
}
#ez-toc-container nav ul li a{
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #444;
}
#ez-toc-container ul li a:visited {
    color: var(--primary-color);
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .heading-font {
    color: var(--primary-color);
}
.wp-caption .wp-caption-text{
    background: transparent;
}

.entry-content a{
    text-decoration: underline;
}
.entry-content table{
    border-color: #0a0101;
    margin-bottom: 15px;
}
.entry-content td, th {
    border-bottom: 1px solid #0a0101;
}
.entry-content table td:first-child, .entry-content table th:first-child {
    padding-left: .5em;
}
.post-sidebar .widget{
    margin-bottom: 50px;
}
.post-sidebar .widget_media_image{
    text-align: center;
}
.post-sidebar .widget_media_image img{
    border-radius: 10px;
}
.box-form-sidebar > .col-inner{
    background: linear-gradient(360deg, #F17DB1 0%, #813982 100%);
    box-shadow: 0px 4px 40px 0px #81398233;
}
.title-form-sidebar{
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.title-form-sidebar *{
    margin: 0;
}
.box-form-sidebar label{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    color: #fff;
}
.box-form-sidebar input{
    border-radius: 30px;
}
.box-form-sidebar input,
.box-form-sidebar textarea{
    box-shadow: none;
    margin-top: 5px;
}
.box-form-sidebar textarea{
    border-radius: 10px;
}
.box-form-sidebar form{
    margin-bottom: 0;
}
.box-form-sidebar .wpcf7-submit{
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    background: transparent;
    border-color: #fff;
}

.box-newpost-sidebar > .col-inner{
    box-shadow: 0px 4px 40px 0px #81398233;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}
.box-newpost-sidebar .title-box-newsidebar{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    color: #fff;
    padding: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
}
.box-newpost-sidebar .title-box-newsidebar *{
    margin: 0;
}

.box-newpost-sidebar .row{
    margin: 0 !important;
    padding: 20px 0;
}

.box-newpost-sidebar .row .post-item:not(:last-child) .col-inner{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.box-newpost-sidebar .row .post-item{
    padding-bottom: 0;
}
.box-newpost-sidebar .dnw-post-item .box-image img {
    border-radius: 10px;
}
.box-newpost-sidebar .dnw-post-item .post-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* Giới hạn 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #444;
}
.box-newpost-sidebar .dnw-post-item .post-meta{
    position: relative;
    padding-left: 20px;
}
.box-newpost-sidebar .dnw-post-item .post-meta:before{
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("images/calendar.svg");
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 2px;
}

/*******************************************Demo********************************************************/

.mobile-sidebar .trp-language-switcher,
.header-top .trp-language-switcher{
    width: auto !important;
}
.mobile-sidebar .trp-language-switcher .trp-ls-shortcode-language,
.header-top .trp-language-switcher .trp-ls-shortcode-language{
    display: block !important;
    height: auto;
    visibility: visible !important;
    width: auto !important;
    min-height: auto;
    background: transparent;
    border: 0;
    padding-right: 0 !important;
    position: relative;
}
.mobile-sidebar .trp-language-switcher .trp-ls-shortcode-current-language,
.header-top .trp-language-switcher .trp-ls-shortcode-current-language{
    display: none;
}
.mobile-sidebar .trp-language-switcher > div > a,
.header-top .trp-language-switcher > div > a {
    display: inline;
    padding: 0;
}
.mobile-sidebar .trp-language-switcher > div > a > img,
.header-top .trp-language-switcher > div > a > img {
    margin: 0 3px;
    width: 26px;
    height: 18px;
}
.mobile-sidebar .trp-language-switcher > div > a:hover,
.header-top .trp-language-switcher > div > a:hover{
    background: transparent;
}



.off-canvas:not(.off-canvas-center) li.html.html_topbar_right{
    padding: 0;
}


.button-book-white.button span:before,
.header-button-1 .button span:before{
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("images/icon-datlich.svg");
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
    filter: none;
    transition: filter 0.3s ease;
}
.button-book-white:hover span:before,
.header-button-1 .button:hover span:before{
    filter: brightness(0) invert(1);
        transition: filter 0.3s ease;
}
.button-book-white.button span:before{
    background-image: url("images/icon-dl-2.svg");
}
.row>div:not(.col):not([class^=col-]):not([class*=" col-"]).dnw-swiper-prev-next{
    width: 45px !important;
}
.section-box-icon-top .icon-box .icon-box-img{
    width: 86px !important;
    height: 86px !important;
    background-color: #F7DEDE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.section-box-icon-top .icon-box .icon-box-img .icon{
    width: 50px !important;
    height: 50px !important;
}
.section-box-icon-top .icon-box-img img, .section-box-icon-top .icon-box-img svg{
    padding-top: 0;
}
.section-box-icon-top .icon-box-text *{
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    color: #444444;
}

.section-box-icon-top .large-2 {
    flex-basis: calc(100%/8);
    max-width: calc(100%/8);
}

.banner-video-home.banner{
    border-radius: 20px;
    background-color: transparent !important;
}
.customer-card .open-video,
.banner-video-home .open-video{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    width: 60px;
    height: 42px;
    border-radius: 12px !important;
    border: 0;
    padding: 3px;
    line-height: 32px;
    font-size: 16px;
}

.gallery-about-home img{
    border-radius: 20px;
}

.gallery-about-home .flickity-prev-next-button{
    color: var(--primary-color);
    opacity: 1;
    background: transparent !important;
}
.gallery-about-home .flickity-prev-next-button.previous {
    left: -20px;
}
.gallery-about-home .flickity-prev-next-button.next {
    right: -20px;
}


.dnw-bg-gradient-90{
    border: 0;
}
.dnw-bg-gradient-90,
.section-statistics{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
}
.section-statistics .icon-box-img{
    margin-bottom: 10px;
}
.section-statistics .icon-box-text p{
    margin-bottom: 0;
}

.section-service-home .icon-box p{
    margin-bottom: 0;
}

.dnw-bg-gradient{
    background: linear-gradient(270deg, #F17DB1 0%, #813982 100%);
}


.faqs-home .accordion-item{
    background-color: #863C84;
    padding: 35px 30px;
    border-radius: 20px;
    margin-bottom: 15px;
}
.faqs-home .accordion-title {
    border: 0 !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #fff;
    padding: 0 40px 0 0;
}
.faqs-home .accordion-title .toggle{
    right: 0;
    left: initial;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 0;
    opacity: 1;
    font-size: 14px;
}
.faqs-home .accordion-inner{
    padding-left: 0;
    padding-bottom: 0;
}
.faqs-home .accordion-inner p:last-child{
    margin-bottom: 0;
}

.faqs-home .accordion-item.active{
    background-color: #fff;
}
.faqs-home .accordion-item.active .accordion-title{
    color: #444;
    background: transparent;
}
.faqs-home .accordion-item.active .accordion-inner *{
    color: #6C6A76;
}

.box-form-home .col-inner{
    box-shadow: 0px 4px 40px 0px #81398233;
    border-radius: 30px;
}

.box-form-home .text p{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.box-form-home form {
    margin-bottom: 0;
}
.box-form-home form label{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #444444;
}
.box-form-home form input{
    height: 54px;
    border: 1px solid #DDDDDD;
    border-radius: 30px;
    padding-left: 20px;
    box-shadow: none;
}
.box-form-home form .wpcf7-form-control-wrap{
    margin-top: 7px;
}

.box-form-home form .wpcf7-submit{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    padding: 0 30px;
}
.box-form-home form .wpcf7-spinner{
    position: absolute;
}

.gallery-baochi img{
    border-radius: 20px;
}

footer .icon-box-left{
    align-items: center;
    align-content: center;
}
footer .icon-box-img img, footer .icon-box-img svg {
    padding-top: 0;
    width: 100%;
}
footer p{
    margin-bottom: 15px;
}
.title-menu,
.title-footer{
    font-weight: 700;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 1%;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.title-footer *{
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.menu-wrap ul.menu>li+li{
    border: 0;
}
.absolute-footer{
    display: none !important;
}


/*Page about*/
.dnw-title-about{
    border-left: 3px solid rgba(125, 39, 126, 1);
    padding-left: 15px;
    color: #444;
    font-weight: 600;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: -1px;
}
.dnw-title-about *{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}
.dnw-title-about strong{
    text-transform: capitalize;
    color: var(--primary-color);
    background: linear-gradient(90deg, #813982 0%, #F17DB1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0;
}

.section-tamnhinsumenh{
    background: linear-gradient(180deg, rgba(255, 217, 238, 0) 0%, rgba(255, 217, 238, 0.523163) 33.99%, #FFD9EE 99%);
}

.col-box-tamnhinsumenh .col-inner{
    box-shadow: 0px 4px 40px 0px #81398233;
    border-radius: 10px;
    padding: 40px 30px 40px;
    background-color: #fff;
}

.text-tamnhin *,
.text-sumenh *{
    display: inline-block;
    background: #FF81AE;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    padding: 10px 20px;
    margin: 0;
}
.text-tamnhin{
    margin-bottom: 10px;
    margin-right: 25%;
    text-align: right;
}
.text-sumenh{
    margin-bottom: 50px;
    text-align: right;
}

.col-box-number-ab .col-inner{
    counter-reset: section-counter;
}
.col-box-number-ab .box-number-ab{
    border-radius: 18px;
    box-shadow: 0px 4px 20px 0px #81398233;
    background-color: #fff;
    padding: 15px 25px 15px 95px;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.col-box-number-ab .box-number-ab h4{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--primary-color);
    margin-bottom: 5px;
}
.col-box-number-ab .box-number-ab p{
    margin: 0;
    color: #333333;
}

.col-box-number-ab .box-number-ab::before {
    counter-increment: section-counter;
    content: counter(section-counter, decimal-leading-zero); /* Hiển thị số kiểu 01, 02 */
    position: absolute;
    left: 15px;
    top: 10px;
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--primary-color);
    width: 57px;
    height: 57px;
    background-color: #FFD9EE;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.box-doitac-ab .col,
.box-chungnhan-ab .col{
    padding-bottom: 0;
}

.section-sukien-ab{
    background: linear-gradient(0deg, rgba(255, 217, 238, 0.5) 0%, rgba(255, 217, 238, 0.257069) 36.46%, rgba(255, 217, 238, 0.1) 100%);
}
.box-sk-ab{
    /*box-shadow: 0px 4px 40px 0px #81398233;*/
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
}
.box-sk-ab .box-text{
    min-height: 77px;
}
.box-sk-ab .box-text-inner *{
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
    text-align: center;
    color: var(--primary-color);
    margin: 0;
}
.box-form-appointment .title-form{
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: var(--primary-color);
    margin-bottom: 10px;
}
.box-form-appointment input:not(.wpcf7-submit){
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding: 15px 0;
    border-bottom: 1px solid #000000;
    height: auto;
}
.box-form-appointment .box-form-date{
    position: relative;
}
.box-form-appointment .box-form-date svg{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -10px;
    pointer-events: none;
}
.box-form-appointment p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
}
.box-form-appointment a{
    color: var(--primary-color);
}
.box-form-appointment .wpcf7-submit{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    border: 0;
    width: 100%;
    margin: 0;
    border-radius: 30px;
}
.box-form-appointment .wpcf7-spinner{
    position: absolute;
}
.box-form-datlichhen > .col-inner{
    box-shadow: 0px 4px 40px 0px #81398233;
    border-radius: 20px;
    background: #fff;
}
.box-form-datlichhen form{
    margin: 0;
}
.img-lichhen{
    box-shadow: 0px 4px 40px 0px #81398233;
    border-radius: 20px;
    overflow: hidden;
}

.icon-box-pagecontact .icon-box-text h6{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #7D277E;
}
.icon-box-pagecontact .icon-box-text h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 20px;
}


.section-contact-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 217, 238, 0) 0%, rgba(255, 217, 238, 0.523163) 33.99%, #FFD9EE 99%);
    opacity: 0.6; /* giảm 40% */
    width: 100%;
    height: 100%;
}

.text-map-contact{
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}
.text-map-contact img{
    margin-top: -5px;
}

.map-contact{
    border-radius: 20px;
    overflow: hidden;
}
.map-contact p{
    margin: 0;
}

.gallery-kenhtruyenthong .col{
    padding-bottom: 0;
}

.box-form-datlichkham > .col-inner{
    box-shadow: 0px 4px 40px 0px #81398233;
    border-radius: 20px;
}
.box-form-datlichkham .section-title-normal{
    padding-bottom: 5px;
    border-bottom: 1px solid #DDDDDD
}
.box-form-datlichkham .section-title-normal .section-title-main{
    border: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 31.99px;
    letter-spacing: 0;
    color: var(--primary-color);
}
.box-form-datlichkham .section-title a{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: right;
    color: #7D277E;
}
.text-thongtincanhan{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: #7D277E;
}

.box-form-datlichkham form {
    margin-bottom: 0;
}
.box-form-datlichkham form .col{
    padding-bottom: 0;
}
.box-form-datlichkham form label{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #444444;
}
.box-form-datlichkham form label span:not(.wpcf7-list-item-label){
    color: #7D277E;
}
.box-form-datlichkham form .wpcf7-form-control:not(.wpcf7-checkbox){
    box-shadow: none;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    height: 48px;
}

.box-checkbox .wpcf7-form-control-wrap{
    display: inline !important;
}
.box-checkbox .wpcf7-form-control-wrap .wpcf7-list-item{
    margin-right: 0 !important;
}
.box-checkbox ,
.box-checkbox .wpcf7-form-control-wrap label{
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #444;
}
.box-checkbox .wpcf7-form-control-wrap label{
    display: inline;
}
.box-checkbox a{
    color: #7D277E;
}

.box-form-datlichkham .wpcf7-submit{
    background: linear-gradient(90deg, #F17DB1 0%, #813982 100%);
    border-radius: 30px !important;
    border: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.box-icon-tuyendung > .col-inner{
    box-shadow: 0px 4px 40px 0px #81398233;
}

.section-ab-dichvu{
    background: linear-gradient(180deg, rgba(255, 217, 238, 0) 0%, rgba(255, 217, 238, 0.523163) 33.99%, #FFD9EE 99%);
}

.box-icon-service{
    border-radius: 20px;
    background: #FFD9EE;
    padding: 30px 15px;
    justify-content: center;
}
.box-icon-service.icon-box-left .icon-box-img+.icon-box-text{
    padding-left: 30px;
}
.box-icon-service .button{
    margin: 0;
}


.row-testimonial-rating.swiper .col{
    padding-bottom: 0;
}



.box-danhgianguoibenh{
    border-radius: 20px;
    overflow: hidden;
}
.box-danhgianguoibenh .box-text-inner .text:first-child p{
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    letter-spacing: .3px;
}
.box-danhgianguoibenh .box-text-inner .text:last-child{
    margin-top: 10px;
}

.dnw-box-slider-4col .section,
.dnw-box-slider-3col .section,
.dnw-box-slider-thamkham .section {
    padding: 0 15px !important;
}


.dnw-box-slider-thamkham .box-img-thamkham{
    box-shadow: 0px 2px 10px 0px #7D277E26;
    border-radius: 30px;
    background: linear-gradient(180deg, #813982 1%, #F17DB1 99.69%);
    overflow: hidden;
    padding: 20px 20px 30px;
}
.dnw-box-slider-thamkham .box-img-thamkham .box-image{
    border: 3px solid #fff;
    border-radius: 20px;
    margin-bottom: 15px;
}
.dnw-box-slider-thamkham .box-img-thamkham .box-text{
    padding: 0;
    color: #fff;
}
.dnw-box-slider-thamkham .box-img-thamkham .box-text .h4,
.dnw-box-slider-thamkham .box-img-thamkham .box-text h4,
.dnw-box-slider-thamkham .box-img-thamkham .box-text .h3,
.dnw-box-slider-thamkham .box-img-thamkham .box-text h3{
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

.box-service-home .h3,
.box-service-home h3{
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}


/*Responsive*/
@media screen and (min-width: 550px) {
    .dnw-box-slider-4col .section.col,
    .dnw-box-slider-3col .section.col,
    .dnw-box-slider-thamkham .section.col {
        max-width: calc(100% / 2);
        flex-basis: calc(100% / 2);
    }
}
@media screen and (min-width: 768px) {

    .dnw-title-2 *:after,
    .dnw-title-2 *:before{
        content: '';
        width: 51px;
        height: 84px;
        display: inline-block;
        background-image: url(images/icon-title-2.svg);
        background-repeat: no-repeat;
        margin-bottom: -25px;
        margin-right: 10px;
        background-size: cover;
    }
    .dnw-title-2 *:after{
        transform: scaleX(-1);
        margin-right: 0;
        margin-left: 10px;
    }
    .dark .dnw-title-2 *:after,
    .dnw-title-2.title-white *:after,
    .dark .dnw-title-2 *:before,
    .dnw-title-2.title-white *:before{
        filter: brightness(0) invert(1);
    }

    .row-box-icon-service .col{
        padding-bottom: 0;
        flex-basis: initial;
        max-width: none;
    }
    .row-box-icon-service.swiper{
        overflow: visible;
    }


}
@media screen and (min-width: 850px) {

    .box-doitac-ab.large-columns-8 .flickity-slider>.col, .large-columns-8>.col,
    .box-doitac-ab>.col {
        flex-basis: calc(100%/9);
        max-width: calc(100%/9);
        padding-bottom: 0;
    }

    .schedule-day,
    .schedule-select-wrapper{
        display: none;
    }

 .dnw-box-slider-4col .section.col,
    .dnw-box-slider-3col .section.col,
    .dnw-box-slider-thamkham .section.col {
        max-width: calc(100% / 3);
        flex-basis: calc(100% / 3);
    }

}
@media(min-width: 1024px){
    .archive .archive-doctor{
        background-image: url(images/bg-bacsi.webp);
        background-position: top center;
        background-repeat: no-repeat;
    }

    .section-chedodaingo:after{
        content: '';
        width: 100%;
        height: 170px;
        display: block;
        position: absolute;
        bottom: 0;
        background: #fff;
    }

    .box-form-appointment input:not(.wpcf7-submit){
        margin-bottom: 20px;
    }
    .box-form-appointment p{
        margin-top: 15px;
        margin-bottom: 30px;
    }



    .dnw-box-slider-4col .section.col {
        max-width: calc(100% / 4);
        flex-basis: calc(100% / 4);
    }


}

@media(min-width: 1025px){
    .desktop-text-right{
        text-align: right;
    }
    .col-box-number-ab .box-number-ab{
        max-width: 550px;
    }


    .col-box-number-ab .box-number-ab:nth-child(1) {
        transform: translateX(0px);
    }

    .col-box-number-ab .box-number-ab:nth-child(2) {
        transform: translateX(90px);
    }

    .col-box-number-ab .box-number-ab:nth-child(3) {
        transform: translateX(180px);
    }

    .col-box-number-ab .box-number-ab:nth-child(4) {
        transform: translateX(90px);
    }

    .col-box-number-ab .box-number-ab:nth-child(5) {
        transform: translateX(0px);
    }
}
@media(min-width: 1200px){

    .dnw-cau-chuyen-khach-hang:not(.dnw-cau-chuyen-khach-hang-2) .swiper-button-prev{
        left: -60px;
    }
    .dnw-cau-chuyen-khach-hang:not(.dnw-cau-chuyen-khach-hang-2) .swiper-button-next{
        right: -60px;
    }

    .dnw-box-slider-thamkham .section.col {
        max-width: calc(100% / 4);
        flex-basis: calc(100% / 4);
    }
}
@media(min-width: 1500px){
    .row-testimonial-rating.swiper{
        overflow: visible;
    }
    .row-testimonial-rating.swiper:before{
        content: '';
        width: 100%;
        height: 100%;
        background: #ffd9ee;
        position: absolute;
        left: 100%;
        z-index: 2;
    }
    .row-testimonial-rating.swiper:after{
        content: '';
        width: 100%;
        height: 100%;
        background: #ffd9ee;
        position: absolute;
        right: 100%;
        z-index: 2;
    }
    .row-box-icon-service.swiper:before{
        content: '';
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 100%;
        z-index: 2;
    }
    .row-box-icon-service.swiper:after{
        content: '';
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        right: 100%;
        z-index: 2;
    }
    .section-congnghe-home .slider-nav-outside .flickity-prev-next-button.previous{
        left: -60px;
    }

    .section-congnghe-home .slider-nav-outside .flickity-prev-next-button.next{
        right: -60px;
        left: initial;
    }

    .row-testimonial-rating .swiper-button-next,
    .row-box-icon-service .swiper-button-next{
        right: -50px;
    }

    .row-testimonial-rating .swiper-button-prev,
    .row-box-icon-service .swiper-button-prev{
        left: -50px;
    }
}

@media(max-width: 1450px){
    .slider-nav-outside .flickity-prev-next-button.next{
        right: 0;
        left: initial;
    }
    .slider-nav-outside .flickity-prev-next-button.previous{
        left: 0;
        right: initial;
    }
}
@media(max-width: 1400px){
    .box-icon-service.icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 25px;
    }
}
@media(max-width: 1024px){
    .header-top .nav-center {
        justify-content: space-between;
    }

    .dnw-title br{
        display: none;
    }
    .header-main .show-for-medium.flex-right{
        display: block !important;
    }
    .header-top .flex-col.hide-for-medium,
    .header-top .hide-for-medium.flex-right .html_topbar_right,
    .header-main .hide-for-medium.flex-left,
    .header-main .hide-for-medium.flex-right{
        display: none;
    }
    .header-top .flex-col.show-for-medium{
        display: block !important;
    }

    .col-1024{
        flex-basis: 100%;
        max-width: 100%;
    }

    .row-history-1:before{
        top: -70.8%;
    }
    .row-history-1:after{
        right: 5px;
        top: 28%;
    }
    .row-history-2:before{
        left: 5px;
        top: 29%;
    }
    .row-history-2:after{
        right: 5px;
        top: -59.8%;
    }
    .row-history-3:before{
        left: 5px;
        top: -60%;
    }
    .row-history-3:after{
        top: 28.8%;
    }
    .archive-doctor .doctor-card .doctor-actions:not(.text-center) {
        display: block;
    }
    .archive-doctor .doctor-card .doctor-actions:not(.text-center) .button {
        width: 100%;
    }
    .archive-doctor .doctor-card .doctor-actions:not(.text-center) .button:not(:last-child){
        margin-bottom: 15px;
    }

    .row>div:not(.col):not([class^=col-]):not([class*=" col-"]).dnw-swiper-prev-next {
        width: 20px !important;
    }
    .row>div:not(.col):not([class^=col-]):not([class*=" col-"]).dnw-swiper-prev-next.swiper-button-next {
        right: -2px;
    }
    .row>div:not(.col):not([class^=col-]):not([class*=" col-"]).dnw-swiper-prev-next.swiper-button-prev {
        left: -2px;
    }

    .section-box-icon-top .row{
        overflow-x: scroll;
        flex-flow: row nowrap;
    }
    .section-box-icon-top .large-2 {
        flex-basis: calc(100% / 6);
        max-width: calc(100% / 6);
        min-width: calc(100% / 6);
    }
    .section-box-icon-top .row::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
        width: 5px;
    }

    .section-box-icon-top .row::-webkit-scrollbar
    {
        width: 5px;
        background-color: #F5F5F5;
    }

    .section-box-icon-top .row::-webkit-scrollbar-thumb
    {
        background-color: var(--primary-color);
        opacity: .7;
    }
    .dnw-cau-chuyen-khach-hang-2 .customer-item,
    .dnw-box-bac-si .bac-si-item{
        width: 65%;
    }
    .dnw-cau-chuyen-khach-hang-2 .swiper-button-next,
    .dnw-box-bac-si .swiper-button-next {
        right: 13%;
    }
    .dnw-cau-chuyen-khach-hang-2 .swiper-button-prev,
    .dnw-box-bac-si .swiper-button-prev {
        left: 13%;
    }
    .gallery-about-home .flickity-prev-next-button.previous {
        left: -12px;
    }
    .gallery-about-home .flickity-prev-next-button.next {
        right: -13px;
    }
    .section-congnghe-home .slider-nav-outside .flickity-prev-next-button.next,
    .dnw-cau-chuyen-khach-hang:not(.dnw-cau-chuyen-khach-hang-2) .swiper-button-next{
        right: -13px;
    }
    .section-congnghe-home .slider-nav-outside .flickity-prev-next-button.previous,
    .dnw-cau-chuyen-khach-hang:not(.dnw-cau-chuyen-khach-hang-2) .swiper-button-prev{
        left: -13px;
    }

    .row-testimonial-rating .dnw-swiper-prev-next{
        background: transparent;
    }
    .row-testimonial-rating .dnw-swiper-prev-next::before{
        background-color: var(--primary-color);
    }
}
@media (max-width: 1024px) and (min-width: 850px){
    .row-counter-number-4col .large-3{
        flex-basis: 50%;
        max-width: 50%;
    }
    .row-counter-number-4col .dnw-counter-box{
        text-align: center;
    }
    .row-counter-number-4col .dnw-counter-box .counter-box{
        justify-content: center;
    }
}
@media(max-width: 849px){
    .header-button-1 .button{
        padding: 0 !important;
        border: 0;
        height: auto !important;
        display: flex;
        align-items: center;
    }
    .header-button-1 .button:hover{
        background: transparent !important;
    }
    .header-button-1 .button:before{
        content: '';
        width: 32px;
        height: 32px;
        background-image: url("images/icon-dt-mb.svg");
        display: inline-block;
    }
    .header-button-1 .button span{
        display: none;
    }
    .schedule-table{
        display: none;
    }

    .row-history-1:before{
        top: -74%;
    }
    .row-history-1:after{
        top: 25%;
    }
    .row-history-2:before{
        top: 27%;
    }
    .row-history-2:after{
        top: -61.8%;
    }
    .row-history-3:before{
        top: -53%;
        height: 80%;
    }
    .row-history-3:after{
        top: 26%;
    }
    .gallery-about-home .flickity-prev-next-button.next {
        right: 0;
    }
    .gallery-about-home .flickity-prev-next-button.previous {
        left: 0;
    }

    .dnw-box-bac-si .doctors-card .doctor-content{
        flex: 2;
    }

    .dnw-cau-chuyen-khach-hang-2 .customer-item,
    .dnw-box-bac-si .bac-si-item {
        width: 100%;
        padding: 0 15px;
    }
    .dnw-cau-chuyen-khach-hang-2 .swiper-button-prev{
        left: -15px;
        width: 20px;
    }
    .dnw-box-bac-si .swiper-button-prev {
        left: -2px;
        width: 20px;
    }
    .dnw-cau-chuyen-khach-hang-2 .swiper-button-next{
        right: -15px;
        width: 20px;
    }
    .dnw-box-bac-si .swiper-button-next {
        right: -2px;
        width: 20px;
    }

    .section-statistics .col,
    .section-statistics .icon-box{
        text-align: center;
    }
    .section-statistics .icon-box-img{
        margin: 0 auto 10px;
    }
    .section-statistics .button{
        margin-right: 0;
    }
    .tb-text-center{
        text-align: center;
    }
    .tb-text-center .dnw-sub-title{
        justify-content: center;
    }
    .section-faqs-home{
        background: linear-gradient(180deg, #813982 0%, #B15696 22.58%, #F17DB1 100%);
    }
    .section-box-icon-top .large-2 {
        flex-basis: calc(100% / 4);
        max-width: calc(100% / 4);
        min-width: calc(100% / 4);
    }

    .slider-nav-simple .flickity-prev-next-button, .slider-style-normal .flickity-prev-next-button, .dnw-swiper-prev-next{
        background: transparent !important;
        color: var(--primary-color);
    }
    .slider-nav-simple .flickity-prev-next-button, .slider-style-normal .flickity-prev-next-button {
        width: 20px;
    }
    .slider-nav-simple .flickity-prev-next-button svg, .slider-style-normal .flickity-prev-next-button svg {
        padding: 0 !important;
        fill:  var(--primary-color);
        max-width: 22px;
    }
    .slider-nav-simple .flickity-prev-next-button .arrow, .slider-nav-simple .flickity-prev-next-button svg{
        fill:  var(--primary-color);
    }
    .flickity-prev-next-button.previous {
        left: 2px;
    }
    .flickity-prev-next-button.next {
        right: 2px;
    }
    body .slider-wrapper .flickity-prev-next-button{
        display: block;
        width: 20px;
    }
    body .slider-wrapper .flickity-prev-next-button.previous{
        left: -15px;
    }
    body .slider-wrapper .flickity-prev-next-button.next{
        right: -15px;
    }
    .dnw-swiper-prev-next::before{
        background-color: var(--primary-color);
    }
    .dnw-cau-chuyen-khach-hang:not(.dnw-cau-chuyen-khach-hang-2)  .swiper-button-next{
        right: -17px;
        width: 20px;
    }
    .dnw-cau-chuyen-khach-hang:not(.dnw-cau-chuyen-khach-hang-2) .swiper-button-prev{
        left: -17px;
        width: 20px;
    }
}
@media(max-width:767px){

    .box-search-doctor .search-doctor-wrap {
        border-radius: 20px;
        padding: 30px 20px;
    }

    .page-banner-area:before{
        background: linear-gradient(90deg, #813982 30.58%, #F17DB1 100%);
    }
    .dnw-title{
        font-size: 40px;
        line-height: 48px;
    }
    .dnw-title-2{
        font-size: 32px;
        line-height: 37px;
        padding-bottom: 20px;
    }
    .dnw-title-2 *:after, .dnw-title-2 *:before {
        content: '';
        width: 36px;
        height: 60px;
    }
    .section-title-bold-center span{
        padding-left: 5px;
        padding-right: 5px;
    }
    .info-banner ul{
        display: block;
    }

    blockquote{
        padding-left: 60px;
        padding-right: 60px;
    }
    blockquote:before{
        left: 20px;
    }
    blockquote:after{
        right: 20px;
    }


    .dnw-tab-blog .nav {
        display: none;
    }
    #tab-select-wrapper {
        display: block;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }

    #tab-select-wrapper .tab-dropdown {
        background: #ffcbe8;
        color: #924389;
        padding: 14px 25px;
        height: auto;
        border-radius: 999px;
        border: none;
        font-weight: 700;
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
        vertical-align: middle;
        text-transform: capitalize;
        appearance: none;
        -webkit-appearance: none;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='%238a2b74' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.25a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z' clip-rule='evenodd' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 1em;
        margin: 0;
    }

    .single .page-banner-content .h1{
        font-size: 32px;
        line-height: 40px;
    }

}
@media(max-width:650px){
    .dnw-box-bac-si .doctors-card{
        padding-left: 20px;
    }
    .dnw-box-bac-si .doctors-card .doctor-content {
        flex: auto;
        padding-right: 200px;
    }
    .dnw-box-bac-si .doctors-card .doctor-image{
        position: absolute;
        bottom: 0;
        right: 30px;
        max-height: 200px;
        align-items: start;
    }
    .dnw-box-bac-si .doctors-card .doctor-image:before{
        display: none;
    }
    .dnw-box-bac-si .doctors-card .doctor-image img{
        max-height: 300px;
    }
}
@media(max-width:549px){
    .page-banner-area:before {
        background: linear-gradient(90deg, #813982 30.58%, #f17db100 100%);
    }
    .page-banner-area{
        padding-bottom: 110px;
    }
    .col-box-history .col {
        padding-bottom: 30px;
    }
    .row-history-1:before,
    .row-history-1:after,
    .row-history-2:before,
    .row-history-2:after,
    .row-history-3:before,
    .row-history-3:after{
        display: none;
    }

    .row-history-3 .col:nth-child(2):after,
    .row-history-2 .col:nth-child(3):after,
    .row-history-2 .col:nth-child(1):after,
    .row-history-1 .col:nth-child(2):after{
        content: "";
        position: absolute;
        z-index: -1;
        width: 50%;
        height: 90%;
        border-right: 4px solid #FF81AE;
        border-bottom: 4px solid #FF81AE;
        right: 15px;
        top: -57.5%;
        -webkit-border-radius: 0 0 40px 0;
        -moz-border-radius: 0 0 40px 0;
        border-radius: 0 0 40px 0;
    }
    .row-history-3 .col:nth-child(2):before,
    .row-history-2 .col:nth-child(3):before,
    .row-history-2 .col:nth-child(1):before,
    .row-history-1 .col:nth-child(2):before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 60%;
        height: 90%;
        border-left: 4px solid #FF81AE;
        border-top: 4px solid #FF81AE;
        left: 15px;
        top: 31%;
        -webkit-border-radius: 40px 0 0 0;
        -moz-border-radius: 40px 0 0 0;
        border-radius: 40px 0 0 0;
    }


    .row-history-3 .col:nth-child(1):before,
    .row-history-2 .col:nth-child(2):before,
    .row-history-1 .col:nth-child(3):before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 60%;
        height: 90%;
        border-left: 4px solid #FF81AE;
        border-bottom: 4px solid #FF81AE;
        left: 15px;
        top: -57%;
        -webkit-border-radius: 40px 0 0 0;
        -moz-border-radius: 40px 0 0 0;
        border-radius: 0 0 0 40px;
    }

    .row-history-3 .col:nth-child(1):after,
    .row-history-2 .col:nth-child(2):after,
    .row-history-1 .col:nth-child(3):after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 50%;
        height: 90%;
        border-right: 5px solid #FF81AE;
        border-top: 5px solid #FF81AE;
        right: 15px;
        top: 30.5%;
        -webkit-border-radius: 0 0 40px 0;
        -moz-border-radius: 0 0 40px 0;
        border-radius: 0 40px 0 0;
    }

    .dnw-counter-box{
        text-align: center;
    }
    .dnw-counter-box .counter-box{
        justify-content: center;
    }
    body .slider:hover .flickity-prev-next-button,
    body .row-slider .flickity-prev-next-button{
        top: 50%;
        transform: translate(0, -50%) !important;
    }
    .box-checkbox, .box-checkbox .wpcf7-form-control-wrap label{
        text-align: left;
    }
    .box-form-datlichkham .wpcf7-submit{
        width: 100%;
    }


    .job-card,
    .job-card .job-info{
        display: block;
    }
    .job-card .job-info div:not(:last-child){
        margin-bottom: 7px;
    }
    .job-card .job-card-left {
        margin-bottom: 20px;
    }


    .mb-text-center{
        text-align: center;
    }
    .mb-text-center .dnw-sub-title{
        justify-content: center;
    }
    .section-statistics .button,
    .mb-w100{
        width: 100%;
    }

    .dnw-box-bac-si .doctors-card .doctor-content {
        padding-right: 20px;
        padding-bottom: 200px;
    }
    .dnw-box-bac-si .doctors-card .doctor-content .btn-group{
        position: absolute;
        width: 50%;
    }
    .archive-doctor .doctor-item {
        padding-bottom: 40px;
    }
}

@media (max-width: 480px){
    /*.dnw-title-2 {*/
    /*    font-size: 23px;*/
    /*}*/
    .box-icon-service.icon-box-left .icon-box-text, .box-icon-service.icon-box-right .icon-box-text {
        flex: none;
    }

    .section-title-bold-center span::before, .section-title-bold-center span::after{
        display: none;
    }
    .section-title-bold-center span {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .section-title-bold-center.section-title b{
        display: none;
    }
}