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

/*************** ADD CUSTOM CSS HERE.   ***************/

.dnw-sub-title{
    letter-spacing: .08em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 150%;
}
.dnw-title *,
.dnw-sub-title *{
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.dnw-title{
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
    font-weight: bold;
    color: var(--primary-color);
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--fs-color-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dnw-title.color-white{
    color: #fff;
    background: initial;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.section-title-container .section-title-normal,
.section-title-container .section-title-normal span{
    border: 0;
    margin: 0;
}
.section-title-container .section-title a{
    font-size: 16px;
}

.blog-post-inner .cat-label{
    font-size: 14px;
    opacity: 1;
    text-transform: initial;
    color: #5b5b5b;
}
.blog-post-inner .is-divider{
    display: none;
}

.home .box-blog-post img{
    border-radius: 10px;
}
.home .has-shadow>.col.post-item>.col-inner{
    box-shadow: none;
}

.tabbed-content .nav-outline.nav > li > a{
    padding: 5px 25px;
}
.tabbed-content .nav-outline>li{
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.tabbed-content .nav-outline>li:not(.active)>a{
    border-color: #8c8c8c;
}

.section-title-bold-center span{
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--fs-color-secondary) 100%);
    border: 0;
    padding: 10px 30px;
    color: #fff;
    position: relative;
    min-height: 52px;
    border-radius: 50px;
}

.dnw-title-2{
    color: var(--primary-color);
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--fs-color-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 38px;
    line-height: 54px;
    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;
    margin: 0;
    line-height: inherit;
    font-size: inherit;
}


body .button:not(.icon ){
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    height: 48px;
    line-height: 46px;
    padding-left: 30px;
    padding-right: 30px;
}
.primary:not(.is-outline){
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--fs-color-secondary) 100%);
    border: 0;
}
/*.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;
}

.button.secondary:hover,
.button.white:hover{
    background: var(--primary-color) !important;
    box-shadow: none;
    color: #fff !important;
}
.button.white:hover .icon-angle-right:after{
    background: #fff !important;
}


.slick-prev,
.slick-next {
    z-index: 10;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.slick-prev:focus,
.slick-prev:hover,
.slick-next:focus,
.slick-next:hover {
    background: var(--fs-color-secondary); /* Màu hover */
    color: #fff;
}
.slick-disabled{
    opacity: .5;
}
/* Vị trí nút */
.slick-prev {
    left: -40px; /* chỉnh sang trái */
}
.slick-next {
    right: -40px; /* chỉnh sang phải */
}

/* Ẩn text mặc định */
.slick-prev:before,
.slick-next:before {
    display: none;
}

/* Custom riêng cho icon */
.custom-prev i,
.custom-next i {
    font-size: 20px;
    color: #333;
}
.custom-prev:hover i,
.custom-next:hover i {
    color: #fff;
}



/*Banner Header*/
.page-banner-area{
    position: relative;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    padding: 210px 0;
    background-color: #EDE8E5;
}
.page-banner-area::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to right, rgb(236 232 229) 0%, rgb(236 232 229) 18%, rgb(236 232 229) 35%, rgba(255, 255, 255, 0) 55%);

}
.page-banner-area::before {
    content: "";
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #71121626 62%, #71121654 78%, #7112168f 100%);
    height: 70%;
    width: 100%;
    bottom: 0;
    left: 0;
}
.page-banner-area.hide_title:before{
    display: none;
}
.page-banner-area.hide_title{
    height: 400px;
}
.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: #000;
}
.page-banner-content .h1{
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0;
    margin-top: 10px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--fs-color-secondary) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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;
}

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


.page-wrapper.archive-doctor{
    padding-top: 0;
}

.box-search-doctor .search-doctor-wrap{
    box-shadow: 0px 2px 40px 0px color-mix(in srgb, var(--primary-color), transparent 70%);
    background-color: #fff;
    border-radius: 15px;
    padding: 35px 45px 45px;
    position: relative;
    top: -60px;
    z-index: 3;
    max-width: 900px;
    margin: 0 auto;
}
.box-search-doctor .search-doctor-wrap form{
    margin: 0;
    position: relative;
    display: flex;
    gap: 15px;
}
.box-search-doctor .search-doctor-wrap label{
    text-align: center;
    font-size: 24px;
}
.box-search-doctor .search-doctor-wrap input{
    background: #F1F1F180;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    box-shadow: none;
    height: 55px;
    margin: 0;
}
.box-search-doctor .search-doctor-wrap button{

    background: linear-gradient(89.53deg, var(--primary-color) 0.41%, var(--fs-color-secondary) 110.08%);
    border-radius: 6px;
    height: 55px;
    margin: 0;
    border: 0;
    text-align: center;
    padding: 0;
    width: 172px;
    color: #fff;
}

.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, var(--primary-color) 0%, var(--fs-color-secondary) 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% !important;
    z-index: 2;
}
.dnw-box-doctor .doctor-card .doctor-image .image-cover img{
    -o-object-position: top;
    object-position: top;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    /*border: 3px solid #fff;*/
}

.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, var(--primary-color) 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, var(--primary-color) 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: 30px;
    line-height: 38px;
    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;
}
.dnw-box-doctor .doctor-card .chuyen-mon ul li:nth-child(n+3) {
    display: none;
}
.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;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    height: 48px;
    border-width: 1px;
    line-height: 48px;
}
.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%;
}


.dnw-box-doctor-3 .doctor-card{
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--fs-color-secondary) 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 bac si****************************************/
.single-doctor .entry-content{
    padding-bottom: 0;
}
.single-doctor .doctor-thumb .doctor-image{
    border-radius: 15px;
}
.single-doctor .doctor-thumb .doctor-image .image-cover{
    padding-top: 120%;
}
.doctors-strip__item .doctor-image img,
.single-doctor .doctor-thumb .doctor-image .image-cover img{
    -o-object-position: top center;
    object-position: top center;
}
.single-doctor .doctor-card-detail .doctor-position{
    font-size: 18px;
}
.single-doctor .box-chuyennganh{
    padding: 30px;
    border-radius: 20px;
    background-color: #f0efef;
    margin-bottom: 35px;
}
.single-doctor .box-chuyenmon ul,
.single-doctor .box-chuyennganh ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-doctor .box-chuyenmon ul li,
.single-doctor .box-chuyennganh ul li{
    position: relative;
    padding-left: 25px;
}
.single-doctor .box-chuyenmon ul li:before,
.single-doctor .box-chuyennganh ul li:before{
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(images/icon/tick.svg);
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
}

.doctor-widget-title{
    font-size: 22px;
    margin-bottom: 20px;
    color: var(--fs-color-secondary);
    font-weight: bold;
}
.single-doctor .box-chuyenmon{
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
}

.dnw-title-related{
    text-align: center;
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #000;
}
.dnw-title-related p{
    margin-bottom: 0;
}

.dnw-box-related-doctor{
    padding-bottom: 60px;
}
.dnw-box-related-doctor .dnw-title-related{
    padding-top: 50px;
    border-top: 1px solid #acacac;
}


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


.dnw-cau-chuyen-khach-hang-2  .swiper-slide.swiper-slide-active,
.dnw-box-bac-si-1 .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-1 .swiper-slide.swiper-slide-next,
.dnw-cau-chuyen-khach-hang-2  .swiper-slide.swiper-slide-prev,
.dnw-box-bac-si-1 .swiper-slide.swiper-slide-prev {
    opacity: 0.3;
}

.dnw-box-bac-si-1 .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-1 .doctors-card .doctor-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--primary-color);
    margin-bottom: 7px;
}
.dnw-box-bac-si-1 .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-1 .doctors-card ul{
    margin: 0;
    list-style: none;
}
.dnw-box-bac-si-1 .doctors-card ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}
.dnw-box-bac-si-1 .doctors-card .chuyen-mon{
    margin: 20px 0;
/*     height: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */

}
/* .dnw-box-bac-si-1 .doctors-card .chuyen-mon ul li:nth-child(n+5) {
    display: none;
} */
.dnw-box-bac-si-1 .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%23c2202d%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-1 .swiper-button-prev{
    left: 26%;
}
.dnw-cau-chuyen-khach-hang-2  .swiper-button-next,
.dnw-box-bac-si-1 .swiper-button-next{
    right: 26%;
}

/*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;
}

/******************************************About**********************************************/
.gallery-about-home img {
    border-radius: 20px
}

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

.gallery-about-home .flickity-prev-next-button.previous {
    left: -20px;
    right: initial;
}

.gallery-about-home .flickity-prev-next-button.next {
    right: -20px;
    left: initial;
}

.dnw-our-history .dnw-our-history-md{
    display: flex;
    flex-direction: column;
}
.our-history-line{
    position: relative;
    margin-top: 15px;
    height: 15px;
    width: 100%;
    background: linear-gradient(to right, #c2202d14 0%, #c2202d75 30%, #c2202d 70%, #711216 100%);
}
.our-history-line-mt{
    position: absolute;
    right: -7.5px;
    border-block-style: solid;
    border-left-style: solid;
    border-block-width: 8px;
    border-left-width: 8px;
    border-block-color: #0000;
    border-left-color: #711216;
}
.our-history-line svg{
    position: absolute;
    right: -30px;
    top: -7.5px;
}
.our-history-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22.5px;
    display: grid;
}
.our-history-grid .col-span-1{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 30px;
    grid-column: span 1 / span 1;
}
.our-history-grid .clapan-1{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}
.our-history-grid .box-our-history{
    display: grid;
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}
.our-history-grid .col-span-1 .box-our-history{
    gap: 60px;
}



.box-line-map{
    position: absolute;
    height: 100%;
}
.box-line-map .line{
    width: 2px;
    background-color: var(--primary-color);
    height: 30%;
}
.box-line-map .poid{
    border: 6px solid var(--fs-color-secondary);
    border-radius: 50%;
    top: -1.25rem;
    left: -0.7rem;
    background-color: #fff;
    width: 22.5px;
    height: 22.5px;
    position: absolute;
}
.box-line-map .map{
    border-radius: 50%;
    padding: 6px;
    left: -18px;
    background-color: #ef4044;
    position: absolute;
    width: 36px;
    height: 36px;
    color: #fff;
}

.dnw-our-history-md .box-history-content{
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    margin-top: 30px;
}
.box-history-content .year{
    font-size: 45px;
    line-height: 60px;
    font-weight: bold;
    color: var(--primary-color);
    margin: 0;
}
.box-history-content .desc{
    margin: 0;
}

.box-history-thumb{
    display: flex;
    align-items: center;
}
.box-history-thumb img{
    border-radius: 6px;
    height: 117px;
    aspect-ratio: 3 / 2;
    margin-top: 30px;
}
.our-history-grid .col-span-1  .box-history-thumb{
    padding-top: 7.5px;
    flex-direction: row-reverse;
    margin-right: -15px;
}
.our-history-grid .col-span-1  .box-history-thumb img{
    margin-top: 0;
}
.our-history-grid .col-span-1 .box-line-map{
    left: 50%;
}
.our-history-grid .col-span-1 .box-line-map .map{
    margin-top: 15px;
}
.our-history-grid .col-span-1 .box-line-map .line{
    height: 100%;
    margin-top: 15px;
}
.our-history-grid .col-span-1 .box-line-map .poid{
    bottom: -33.75px;
    left: -10.5px;
    top: initial;
    z-index: 1;
}
.our-history-grid .col-span-1 .box-history-content{
    margin: 0;
    padding-left: 0;
    padding-bottom: 22.5px;
}
.dnw-our-history-mb{
    display: none;
}

@media (max-width: 767px){
    .dnw-our-history-md{
        display: none !important;
    }
    .dnw-our-history-mb{
        display: flex;
    }
    .dnw-our-history-mb-wrap{
        display: grid;
        z-index: 2;
        position: relative;
        margin-bottom: 60px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: repeat(4, minmax(0, 1fr));
        row-gap: 30px
    }
    .dnw-our-history-mb-wrap .box-our-history-content{
        text-align: center;
        padding-top: 30px;
        gap: 7.5px;
        flex-direction: column;
        display: flex;
        position: relative;
    }
    .dnw-our-history-mb-wrap .box-line-map{
        inset: 0;
    }
    .dnw-our-history-mb-wrap .box-line-map .map{
        right: 40%;
        left: initial;
        top: -18.75px;
        z-index: 20;
    }
    .dnw-our-history-mb-wrap .box-line-map .line{
        width: 50%;
        height: 1.875px;
        right: 0;
        position: absolute;
    }
    .dnw-our-history-mb-wrap .box-line-map .poid{
        top: -11.25px;
        right: -11.25px;
        position: absolute;
        left: initial;
    }

    .dnw-our-history-mb-wrap .box-our-history-content-right .box-line-map .map{
        left: 40%;
        right: initial;
    }
    .dnw-our-history-mb-wrap .box-our-history-content-right .box-line-map .line{
        left: 0;
        right: initial;
    }
    .dnw-our-history-mb-wrap .box-our-history-content-right .box-line-map .poid{
        top: -11.25px;
        left: -11.25px;
        right: initial;
    }
    .dnw-our-history-mb-line-wrap{
        position: absolute;
        inset: 0;
    }
    .dnw-our-history-mb-line{
        width: 15px;
        margin-top: 0;
        left: 48%;
        bottom: 60px;
        top: 0;
        position: absolute;
        background: linear-gradient(to bottom, #c2202d14 0%, #c2202d75 30%, #c2202d 70%, #711216 100%);
    }
    .dnw-our-history-mb-wrap .box-history-thumb{
        align-items: initial;
    }
    .dnw-our-history-mb-wrap .box-history-thumb img{
        margin-top: 0;
        padding-right: 15px;
    }
    .dnw-our-history-mb-wrap .box-history-content{
        padding-right: 15px;
    }
    .dnw-our-history-mb-wrap .box-our-history-content-right .box-history-content{
        padding-right: 0;
        padding-left: 15px;
    }
    .dnw-our-history-mb-wrap .box-history-content .year{
        font-size: 30px;
        line-height: 140%;
    }
    .dnw-our-history-mb-wrap .box-history-thumb-right.box-history-thumb img{
        padding-right: 0;
        padding-left: 15px;
    }
    .dnw-our-history-mb-line svg{
        position: absolute;
        bottom: -6.75px;
        left: 0;
        rotate: 90deg;
        width: 15px;
        height: 15px;
    }
   .dnw-our-history-mb-line svg.svg-2{
        bottom: -18.75px;
        --tw-scale-x: 150%;
        --tw-scale-y: 150%;
        --tw-scale-z: 150%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
       left: -2px;
       width: 18px;
       height: 18px;
    }
}

.box-blog-scroll-wrap {
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 369px;
    padding-top: 22px;
    margin-right: 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.box-blog-scroll-wrap::-webkit-scrollbar {
    height: 6px;
}

.box-blog-scroll-wrap::-webkit-scrollbar-track {
    background: 0 0;
}

.box-blog-scroll-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

/* macOS only — hide scrollbars */
body.is-mac .box-blog-scroll-wrap {
    scrollbar-width: none;
    /* Firefox */
    scrollbar-color: transparent transparent;
}

body.is-mac .box-blog-scroll-wrap::-webkit-scrollbar {
    width: 1px;
    height: unset;
}

body.is-mac .box-blog-scroll-wrap::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.box-blog-scroll{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    margin: 0 !important;
}
.box-blog-scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    min-height: 369px;
    padding-left: 1px;
    position: relative;
}
.box-blog-scroll .post-item {
    background: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 3.65278px 2.21381px rgba(255, 164, 168, 0.74), 0 8.77813px 5.32008px rgba(255, 164, 168, 0.531952), 0 16.5284px 10.0172px rgba(255, 164, 168, 0.441119), 0 29.4839px 17.869px rgba(255, 164, 168, 0.37);
    box-shadow: 0 3.65278px 2.21381px rgba(255, 164, 168, 0.74), 0 8.77813px 5.32008px rgba(255, 164, 168, 0.531952), 0 16.5284px 10.0172px rgba(255, 164, 168, 0.441119), 0 29.4839px 17.869px rgba(255, 164, 168, 0.37);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0;
    min-width: 280px;
    min-height: 369px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 3em;
    margin-left: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    overflow: hidden;
}

@media only screen and (max-width: 980px) {
    .box-blog-scroll .post-item {
        min-width: 240px;
        max-width: 240px;
    }
}

.box-blog-scroll .post-item .box-text{
    padding: 15px 20px 20px;
}
.box-blog-scroll .post-item .post-title a,
.two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* số dòng muốn hiển thị */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-blog-scroll .post-item .box-text .button{
    font-size: 14px;
    border-radius: 40px;
    text-transform: initial;
}


/*******************************************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: #fff0c4;
    color: #8c1007;
    width: auto;
    vertical-align: middle;
    border-radius: 10px;
}

.schedule-table .header .cell {
    background: #660b05;
    font-weight: 600;
    color: #fff;
    padding: 15px 5px;
    border-radius: 10px;
}
.schedule-table .header .cell.time-slot{
    opacity: 0;
}
.schedule-table .cell ul{
    list-style: none;
    margin: 0;
    text-align: left;
}
.schedule-day .bac-si-list li,
.schedule-table .cell ul li{
    display: flex;
    gap: 5px;
    margin-left: 0;
    padding-left: 5px;
    border-left: 3px solid #8c1007;
}
.schedule-day .bac-si-list li{
    margin-bottom: 0;
}
.schedule-day .bac-si-list li .doctor_name,
.schedule-table .cell ul li .doctor_name{
    font-weight: bold;
    color: #8c1007;
}
.schedule-table .time-slot {
    background: #8c1007;
    color: #fff;
    font-weight: 600;
    width: 10%;
}


.schedule-select-wrapper select {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--primary-color);
    background-color: #c2202d2b;
    height: 60px;
    font-size: 18px;
    color: var(--fs-color-secondary);
    font-weight: 700;
}
.schedule-day {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--fs-color-secondary) 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;
    align-items: center;
}
.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: 10px 0 10px 30px;
    flex: 1.2;
    border-left: 2px solid transparent;
    border-image: linear-gradient(to bottom, var(--primary-color), var(--fs-color-secondary));
    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;
}


/****************************************Shortcode 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: 40px;
    letter-spacing: 0;
    color: var(--primary-color);
    margin-bottom: 20px
}

.dnw-counter-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    color: #666
}

.text-center .dnw-counter-box .counter-box {
    justify-content: center
}

.dark .dnw-counter-box .sub,.dark .dnw-counter-box .counter,.dark .dnw-counter-box p {
    color: #fff
}

/****************************************Shortcode logo slider*******************************************/
.dnw-gallery-slider-logo .mySwiper-logo{
    padding-bottom: 1px;
}
.dnw-gallery-slider-logo .box-logo{
    border-radius: 8px;
    border: 1px solid #e9ecef;
    display: block;
    position: relative;
    overflow: hidden;
}
.dnw-gallery-slider-logo .box-logo .box-img{
    position: relative;
    overflow: hidden;
    transform: translateZ(0);
}
.dnw-gallery-slider-logo .box-logo .box-img img{
    margin: 0 auto;
    display: block;
    transition: transform .4s
    ease-in-out;
}
.dnw-gallery-slider-logo .box-logo:hover .box-img img {
    transform: scale(1.05);
}
.dnw-gallery-slider-logo .box-logo p{
    text-align: center;
    padding: 8px 15px;
    font-size: 13px;
    margin-bottom: 0;
}
/****************************************Shortcode testimonials*******************************************/
@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}
.testimonials-strip__container{
    display: flex;
    animation: scroll 30s
    linear infinite;
    width: -moz-fit-content;
    width: fit-content;
}
.testimonials-strip__container .dnw-box-testimonials__item{
    flex: 0 0 auto;
    width: 300px;
    background: #fff;
    margin: 0 14px;
    padding: 24px;
    border-radius: 8px;
}
.testimonials-strip__container .image-cover{
    padding-top: 60%;
}
.testimonials-strip__container .stars {
    color: #f59c00;
    font-size: 19.2px;
    margin-bottom: 8px;
}
.testimonials-strip__container .testimonial-title{
    margin: 8px 0;
    font-size: 19.2px;
}
.testimonials-strip__container .testimonial-cont p {
    margin: 16px 0;
    font-size: 14.4px;
}
.testimonials-strip__container .testimonial-author{
    margin-top: 16px;
    padding-top: 16px;
    color: var(--primary-color);
}



/****************************************DNW FAQs*****************************************/
.dnw-faqs {
    padding: 20px 30px;
    position: relative;
    border-top: 1px solid #c2202d70;
}

.faqs-header {
    cursor: pointer;
    position: relative;
    padding-right: 40px;

}
.faqs-header .faqs-box-title{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.faqs-header .dnw-faqs-btn{
    position: absolute;
    top: 0;
    right: 0;
}
.faqs-header button{
    margin: 0;
}

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

.faqs-title {
    font-weight: 600;
    flex: 1;
    color: #000;
    font-size: 18px;
    line-height: 26px;
}

.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 .faqs-content {
    visibility: hidden;
}
.dnw-faqs.active .faqs-content {
    max-height: 200px;
    opacity: 1;
    padding-top: 20px;
    visibility: visible;
}

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

@media (max-width: 767px){
    .dnw-faqs{
        padding-left: 15px;
        padding-right: 15px;
    }
    .faqs-header .faqs-box-title {
        display: block;
    }
}


/*DNW FAQs 2*/
.dnw-faqs-2 {
    border-left: 4px solid var(--primary-color);
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
}

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

.faqs-header-2 button{
    margin: 0;
}

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

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

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

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

.dnw-faqs-2.active .faqs-content-2 {
    max-height: 200px; /* hoáº·c cao hÆ¡n náº¿u ná»™i dung dÃ i hÆ¡n */
    opacity: 1;
}

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

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

.box-faqs-timeline .dnw-faqs-2: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-2:not(:last-child):before{
    height: calc(100% + 12px);
}
.box-faqs-timeline .dnw-faqs-2: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-2:nth-child(2):before,
.box-faqs-timeline .dnw-faqs-2:nth-child(7):before{
    background-color: #D1CEF3;
}
.box-faqs-timeline .dnw-faqs-2:nth-child(3):before,
.box-faqs-timeline .dnw-faqs-2:nth-child(8):before{
    background-color: #F8A457;
}
.box-faqs-timeline .dnw-faqs-2:nth-child(4):before,
.box-faqs-timeline .dnw-faqs-2:nth-child(9):before{
    background-color: #75DBB3;
}
.box-faqs-timeline .dnw-faqs-2:nth-child(5):before{
    background-color: #F68787;
}
.box-faqs-timeline .dnw-faqs-2:nth-child(6):before{
    background-color: #47B6E5;
}


/****************************************Shortcode bac si*******************************************/
.dnw-box-doctors{
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: 258px;
    padding-top: 15px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.dnw-box-doctors::-webkit-scrollbar {
    height: 6px;
}

.dnw-box-doctors::-webkit-scrollbar-track {
    background: 0 0;
}

.dnw-box-doctors::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

/* macOS only — hide scrollbars */
body.is-mac .dnw-box-doctors {
    scrollbar-width: none;
    /* Firefox */
    scrollbar-color: transparent transparent;
}

body.is-mac .dnw-box-doctors::-webkit-scrollbar {
    width: 1px;
    height: unset;
}

body.is-mac .dnw-box-doctors::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.doctors-strip__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
}
.doctors-strip__item {
    background: #fdf3f3;
    border-radius: 16px;
    padding: 20px;
    min-height: 236.11px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 24%;
    -ms-flex: 1 0 24%;
    flex: 1 0 24%;
    max-width: 280px;
    min-width: 280px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    margin-right: 20px;
    text-decoration: none;
}

.doctors-strip__item .doctor-image{
    border-radius: 10px;
    overflow: hidden;
}
.doctor-content .doctor-title{
    display: block;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2em;
    color: #000;
    margin: 0 0 10px;
    padding-top: 10px;
    position: relative;
}
.doctors-strip__item .doctor-chucvu {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    font-style: normal;
    letter-spacing: 0;
    color: #5c5c73;
    text-transform: initial;
    text-align: left;
    margin: 0;
}
.doctors-strip__item .btn-group{
    margin-top: 15px;
    text-align: center;
}
.doctors-strip__item .btn-group .button{
    font-size: 13px;
    margin: 0;
    padding: 0 15px;
    line-height: 34px !important;
    height: 36px;
}
.doctors-strip__item .btn-group .button + .button{
    margin-left: 10px;
}
/*******************************************Services Archive*************************************************/
.box-icon-service{
    border-radius: 20px;
    background: rgba(255, 164, 168, 0.531952);
    padding: 30px 15px;
    justify-content: center;
}
.box-icon-service.icon-box-left .icon-box-img+.icon-box-text{
    padding-left: 30px;
}
.box-icon-service .icon-box-text .button{
    margin: 0;
    font-size: 13px;
    padding: 0 15px;
    height: auto;
    line-height: 36px !important;
}

/*.dnw-slider-services .swiper-button-prev {*/
/*    left: -50px;*/
/*}*/
/*@media screen and (min-width: 768px) {*/
/*    .dnw-slider-services.swiper {*/
/*        overflow: visible;*/
/*    }*/
/*}*/

@media (min-width: 1024px){
    .page-wrapper.archive-service{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .row-chinhsach-dichvu .col{
        padding-bottom: 50px;
    }
    .row-chinhsach-dichvu .icon-box-left .icon-box-img+.icon-box-text {
        padding-left: 30px;
    }
    .section-chedodaingo:after {
        content: '';
        width: 100%;
        height: 170px;
        display: block;
        position: absolute;
        bottom: 0;
        background: #fff;
    }
}

    /**************************************************Footer******************************************/
footer .title-menu,
.footer-title{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: bold;
}
/*.footer-wrapper .section {*/
/*    background-color: var(--primary-color);*/
/*    background: linear-gradient(180deg, var(--primary-color) 0%, var(--fs-color-secondary) 100%);*/
/*    border-radius: 30px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    overflow: hidden;*/
/*    width: auto;*/
/*    color: #fff;*/
/*}*/
/*.footer-wrapper .section ul li a{*/
/*    color: #fff;*/
/*}*/
.footer-wrapper ul.menu>li+li {
    border-top: 0;
}

.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,var(--primary-color) 0%,var(--fs-color-secondary) 58.17%,var(--fs-color-secondary) 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(270deg,var(--primary-color) 0%,var(--fs-color-secondary) 58.17%,var(--fs-color-secondary) 100%);
}

.slider-nav-simple .flickity-prev-next-button:hover svg,.slider-nav-simple .flickity-prev-next-button:hover svg .arrow,.slider-style-normal .flickity-prev-next-button:hover svg,.slider-style-normal .flickity-prev-next-button:hover svg .arrow,.dnw-swiper-prev-next:hover svg .arrow,.dnw-swiper-prev-next:hover svg {
    fill: #fff
}

.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: #fff;
    -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
}

.slider.slider-nav-dots-simple {
    padding-bottom: 25px
}

.slider.slider-nav-dots-simple .flickity-page-dots {
    bottom: 5px
}

.slider-nav-dots-simple .flickity-page-dots .dot.is-selected {
    background: linear-gradient(90deg,var(--primary-color) 0%,var(--fs-color-secondary) 58.17%,var(--fs-color-secondary) 100%);
    border: 0
}

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


/*Short code danh gia tu khach hang*/
.dnw-box-blog-slider .dnw-box-blog_slider__item,
.dnw-box-customer-reviews .dnw-box-customer_reviews__item{
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffefef;
}
.dnw-box-blog-slider .dnw-box-blog_slider__item .image-cover,
.dnw-box-customer-reviews .dnw-box-customer_reviews__item .image-cover{
    padding-top: 80%;
}
.dnw-box-blog-slider .dnw-box-blog_slider__item  .post-content,
.dnw-box-customer-reviews .dnw-box-customer_reviews__item .review-content{
    padding: 15px 30px;
}
.dnw-box-blog-slider .dnw-box-blog_slider__item .post-title,
    .dnw-box-customer-reviews .dnw-box-customer_reviews__item .review-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* số dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;        /* chỉnh theo font */
    max-height: calc(1.5em * 2);
}
.text-3line,
.dnw-box-blog-slider .dnw-box-blog_slider__item .post-desc,
.dnw-box-customer-reviews .dnw-box-customer_reviews__item .review-desc{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 3);
    margin-bottom: 20px;
}
.dnw-box-blog-slider .dnw-box-blog_slider__item .button,
.dnw-box-customer-reviews .dnw-box-customer_reviews__item .button{
    border-radius: 40px;
    height: auto;
    line-height: 40px;
    text-decoration: none;
    text-transform: none;
}

.dnw-box-customer-reviews .dnw-box-customer_reviews__item .button-video{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: transparent;
    cursor: pointer;
}
.dnw-box-customer-reviews .dnw-box-customer_reviews__item .button-video .open-video{
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/****************************************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, var(--primary-color) 0%, var(--fs-color-secondary) 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: 16px;
    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;*/
/*}*/
.promotion-card .btn-group {
    text-align: center;
    display: flex;
    gap: 15px;
    justify-content: center;
}
.promotion-card .btn-group .button {
    font-size: 13px;
    margin: 0;
    padding: 0 15px;
    line-height: 34px !important;
    height: 36px;
    flex: 1;
}



/*******************************************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, var(--primary-color) 0%, var(--fs-color-secondary) 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: rgba(255, 164, 168, 0.37);
    border-radius: 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22.82px;
    letter-spacing: 0;
    text-align: center;
    color: #333;
}
.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, 164, 168, 0.37) 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.15);
    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.15);
    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: var(--fs-color-secondary);
    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: var(--primary-color);
}

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

.related-recruitment-box .job-meta .icon {
    margin-right: 4px;
    color: var(--fs-color-secondary);
}


.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;
    }
}


/****************************************Post*************************************/

.dnw-tab-blog .nav {
    background: rgba(255, 164, 168, 0.531952);
    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: #444;
    padding: 10px 25px;
    border-radius: 40px;
    background: #fff0
}

.dnw-tab-blog .nav li.active a {
    background: linear-gradient(90deg,var(--primary-color) 0%,var(--fs-color-secondary) 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: #444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.dnw-tab-blog .dnw-post-item .post-title a{
    display: block;
    text-decoration: none;
}
.dnw-tab-blog .dnw-post-item .box-meta {
    color: #666
}

.blog-single {
    /*background: linear-gradient(180deg,rgb(255 217 238 / .4) 0%,#FFD9EE 100%);*/
    color: #444;
    letter-spacing: .2px
}

.blog-single .entry-content {
    font-size: 16px;
    padding-top: 0;
    padding-bottom: 0;
}

.blog-single .entry-content img {
    border-radius: 20px
}

blockquote {
    border: 1px solid #C2202D;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    padding: 45px 70px;
    font-size: 18px;
    font-style: normal;
    color: #444;
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 5px 5px 0px 3px #C2202D;
    box-shadow: 5px 5px 0px 3px #C2202D;
}

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: 0 4px 40px 0 #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,var(--primary-color) 0%,var(--fs-color-secondary) 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 0;
}

#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: #fff0
}

.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
}
.single-post .entry-header .entry-category{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
}
.single-post .entry-header .entry-category a {
    color: #353535;
    text-decoration: underline;
}
.single-post .entry-header .entry-title{
    margin-bottom: 32px;
}
.dnw-entry-meta ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    gap: 15px;
}
.dnw-entry-meta img{
    border-radius: 50%;
    margin-right: 5px;
}

.dnw-entry-meta a{
    color: #353535;
    text-decoration: underline;
}

.single-post .entry-content img {
    border-radius: 6px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    transition: opacity .4s;
}

.post-sidebar .widget {
    margin-bottom: 50px
}
.post-sidebar .widget:empty {
    display: none;
}
.post-sidebar .widget_media_image {
    text-align: center
}

.post-sidebar .widget_media_image img {
    border-radius: 15px
}

.box-form-sidebar>.col-inner {
    background: linear-gradient(360deg,var(--primary-color) 0%,var(--fs-color-secondary) 100%);
    box-shadow: 0 4px 40px 0 #81398233
}

.title-form-sidebar {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    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: #fff0;
    border-color: #fff
}

.box-newpost-sidebar>.col-inner {
    box-shadow: 0 4px 40px 0 #81398233;
    border-radius: 20px;
    background: #fff;
    overflow: hidden
}

.box-newpost-sidebar .title-box-newsidebar {
    background: linear-gradient(90deg,var(--primary-color) 0%,var(--fs-color-secondary) 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 #DDD;
    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;
    -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-title a{
    display: block;
}
.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
}
.dnw-post-item .box-vertical .box-text {
    padding: 0 0 0 15px;
}

.related-posts .title-related-posts{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    margin-bottom: 25px;
}
.related-posts .slick-list{
    overflow: visible;
}

.related-posts .post-item .box-image{
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
}
.related-posts .post-item .post-title{
    text-align: center;
    font-size: 18px;
    color: #333;
}


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

.author-box .author-avatar {
    text-align: center;
    max-width: 300px;
    border: 2px solid var(--fs-color-secondary);
    border-radius: 10px;
    padding: 10px;
    background: #fff5fb;
    flex: 1;
}

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

.author-box .author-name {
    background: var(--primary-color);
    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: var(--primary-color);
    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 var(--fs-color-secondary);
}

.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;
    }
}



/****************************************Video grid*************************************/
.dnw-box-video-grid .video-title{
    padding-top: .5rem;
    color: #30374b;
    font-weight: 500;
    text-align: justify;
    line-height: 1.5;
    font-size: 1.375rem;
}
.dnw-box-video-grid .video-embed iframe,
.dnw-box-video-grid .video-embed img {
    width: 100%;
    border-radius: 15px;
}

.dnw-box-video-grid .video-list-wrap{
    border-radius: 15px;
    padding: 15px;
    border: 1px solid #cdcdcd;
}

.dnw-box-video-grid .video-list .video-item{
    margin-bottom: .5rem !important;
    transition: all .2s
    ease-in-out;
}
.dnw-box-video-grid .video-list .video-item:hover{
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}
.dnw-box-video-grid .video-list .video-item a{
    color: #30374b;
    transition: all .2s
    ease-in-out;
}
.dnw-box-video-grid .video-list .video-item .thumb  {
    position: relative;
}
.dnw-box-video-grid .video-list .video-item .thumb .u-media-player__icon {
    position: absolute;
}
.dnw-box-video-grid .video-list .video-item img {
    width: 100%;
    border-radius: 8px;
}
.dnw-box-video-grid .video-list .video-item .title{
    padding-left: .5rem !important;
    padding-top: .5rem !important;
    color: #30374b;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5;
}
.height-scroll {
    height: 402px;
    overflow-y: scroll;
}
.height-scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.height-scroll::-webkit-scrollbar
{
    width: 10px;
    background-color: #555;
}

.height-scroll::-webkit-scrollbar-thumb
{
    background-color: #555;
}
@media (max-width: 767px) {
    .height-scroll {
        height:260px!important;
    }
    .dnw-box-video-grid .video-list .video-item .title{
        font-size: 16px;
    }
}
@media (max-width: 549px) {
    .dnw-box-video-grid .video-list-wrap {
        padding: 10px;
    }
    .dnw-box-video-grid .video-list .video-item .title{
        font-size: 14px;
    }
}
/****************************************Video short*************************************/
.dnw-box-video-short .slick-slide {
    margin-left: 4px;
    margin-right: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
}

.dnw-box-video-short .slick-slide .u-media-player {
    color: #30374b;
    transition: all .2s
    ease-in-out;
    width: 100%;
    padding: 0;
    position: absolute;
    height: 100%;
    left: 0;
}
.dnw-box-video-grid .video-list .video-item .u-media-player__icon ,
.dnw-box-video-short .slick-slide .u-media-player__icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 3.75rem;
    height: 3.75rem;
    font-size: .89375rem;
    border-radius: 50%;
    color: var(--primary-color);
    background-color: #fff;
    transition: all .3s
    ease-in-out;
    box-shadow: 0 0 40px rgba(82, 95, 127, .3);
}
.dnw-box-video-grid .video-list .video-item:hover .u-media-player__icon,
.dnw-box-video-short .slick-slide:hover .u-media-player__icon {
    background-color: var(--primary-color) !important;;
    color: #fff;
}
.dnw-box-video-grid .video-list .video-item .u-media-player__icon-inner,
.dnw-box-video-short .slick-slide .u-media-player__icon-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 22px;
}
/****************************************dnw-box-customer-reviews noi bat*************************************/

.customer-reviews-feature .dnw-faqs{
    border: 0;
    padding: 16px 24px;
    border-radius: 16px;
    margin-bottom: 8px;
    width: 50%;
    position: initial;
}
.customer-reviews-feature .dnw-faqs.active{
    padding: 32px 24px;
    background: #fdf3f3;
}

.customer-reviews-feature  .faqs-header .faqs-box-title{
    display: block;
}
.customer-reviews-feature  .faqs-header .dnw-faqs-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.customer-reviews-feature .dnw-faqs .faqs-content .review-image{
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    padding: 0 0 0 30px;
}

.customer-reviews-feature .dnw-faqs .faqs-content .review-image .button-video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: transparent;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.customer-reviews-feature .dnw-faqs .faqs-content .review-image .open-video{
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.customer-reviews-feature .dnw-faqs .faqs-content .image-cover{
    padding-top: 56.25%;
    border-radius: 16px;
}
.customer-reviews-feature .dnw-faqs .faqs-content .image-cover img{
    border-radius: 16px;
}
.customer-reviews-feature  .dnw-faqs.active .faqs-content{
    max-height: 100%;
}
@media (max-width: 849px){
    .customer-reviews-feature .dnw-faqs{
        width: 100%;
    }
    .customer-reviews-feature .dnw-faqs .faqs-content .review-image {
        position: initial;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}

/****************************************dnw-box-customer-reviews-2col*************************************/
.dnw-box-customer-reviews-2col .slick-list{
    overflow: visible;
}
.dnw-box-customer-reviews-2col .box{
    overflow: hidden;
    padding: 32px;
    background-color: var(--fs-color-secondary);
    color: #fff;
    border-radius: 20px;
    min-height: 530px;
}
.dnw-box-customer-reviews-2col .slide-item .button-video{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: transparent;
    cursor: pointer;
    margin: 0;
}
.dnw-box-customer-reviews-2col .slide-item .button-video .open-video {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dnw-box-customer-reviews-2col .image-cover{
    border-radius: 12px;
    overflow: hidden;
    padding-top: 75%;
}
.dnw-box-customer-reviews-2col .image-cover img{
    border-radius: 12px;
}
.dnw-box-customer-reviews-2col .review-title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    margin: 15px 0 25px;
}
.dnw-box-customer-reviews-2col .slide-item .view-more .button{
    display: inline-block;
    width: auto;
    border-radius: 40px;
}

.dnw-box-customer-reviews-2col .slide-item-content .box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dnw-box-customer-reviews-2col .slide-item-content svg{
    position: absolute;
    top: 40px;
}
.dnw-box-customer-reviews-2col .review-content{
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 252px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
}

/****************************************Khach hang thanh cong*************************************/
.box-danhgiatukhachhang {
    margin-left: 150px;
    border: 20px solid transparent;
    border-radius: 20px;
    box-shadow: 0 9px 15px rgba(255, 164, 168, 0.37);
    display: flex;
    align-items: stretch;
    position: relative;
    background-color: #fdf3f3;
    padding: 20px;
    margin-bottom: 0;
    width: auto;
}
.box-danhgiatukhachhang:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px dashed rgba(255, 164, 168, 0.531952);
    border-radius: 20px;
    background-color: #fff;
}
.box-danhgiatukhachhang .box-image {
    margin: 0 0 0 -190px;
    border-radius: 20px;
    width: 300px !important;
    height: 400px;
    display: block;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box-danhgiatukhachhang .box-image div{
    width: 100%;
    height: 100%;
}
.box-danhgiatukhachhang .box-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.box-danhgiatukhachhang .box-text{
    padding:  0 0 0 20px;
    overflow: hidden;
}
.box-danhgiatukhachhang .box-text-inner {
    position: relative;
    z-index: 1;
    flex: 1;
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 400px;
}
.box-danhgiatukhachhang  .title-dgkh {
    font-size: 32px;
    line-height: 40px;
    color: var(--primary-color);
    font-family: "Dancing Script", cursive;
    margin-bottom: 15px;
    min-height: 65px;
    display: flex;
    align-items: center;
    position: relative;
}
.box-danhgiatukhachhang .desc-dgkh{
    margin-bottom: 0;
    overflow-y: auto;
    padding-right: 13px;
    font-size: 16px;
}
.box-danhgiatukhachhang .desc-dgkh::-webkit-scrollbar {
    width: 4px; /* độ dày scrollbar */
}

.box-danhgiatukhachhang .desc-dgkh::-webkit-scrollbar-track {
    background: #F1F1F1; /* nền */
}

.box-danhgiatukhachhang .desc-dgkh::-webkit-scrollbar-thumb {
    background: #999;  /* màu thanh kéo */
    border-radius: 0;
}

.box-danhgiatukhachhang .desc-dgkh::-webkit-scrollbar-thumb:hover {
    background: #555; /* khi hover */
}
.box-section-danhgiakhachhang-wrap .row{
    padding-top: 75px;
}
.box-section-danhgiakhachhang-wrap .col{
    margin-bottom: 90px;
}
.box-section-danhgiakhachhang-wrap .col:nth-child(odd) .box{
    margin-top: -75px;
}


/*******************************************Demo*************************************************/
.section-congnghe-home .img img{
    border-radius: 10px;
    overflow: hidden;
}

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

.accordion .accordion-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000;
    padding: 35px 40px 35px 0
}

.accordion .accordion-title .toggle {
    right: 0;
    left: initial;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 50%;
    opacity: 1;
    font-size: 14px;
    transform: translateY(-50%);
    transition: all .4s;
}
.accordion .accordion-title.active .toggle{
    transform: translateY(-50%) rotate(-180deg);
}
.accordion .accordion-inner {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 35px;
}

.accordion .accordion-inner p:last-child {
    margin-bottom: 0
}

.accordion .accordion-title.active,
.accordion .accordion-item.active {
    background-color: #fff !important;
}

.accordion .accordion-item.active .accordion-title {
    color: #000;
    background: transparent;
}

.accordion .accordion-item.active .accordion-inner * {
    color: #6C6A76
}


.banner-video.banner {
    border-radius: 15px;
    background-color: transparent!important;
    overflow: hidden;
}

.banner-video .open-video {
    background: linear-gradient(90deg,var(--primary-color) 0%,var(--fs-color-secondary) 100%);
    width: 60px;
    height: 42px;
    border-radius: 12px!important;
    border: 0;
    padding: 3px;
    line-height: 32px;
    font-size: 16px
}

.banner-video.button .open-video  i{
    top: 0;
}

.box-uudai-ivf > .col-inner{
    background: linear-gradient(to right, #C2202D 0%, #711216 100%);
    padding: 30px 50px 10px;
    border-radius: 15px;
    min-height: 416px;
}
.title-uudai-ivf{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    font-family: sans-serif;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.title-uudai-ivf *{
    margin: 0;
    font-size: inherit;
}
.box-uudai-ivf-content .icon-box {
    background-color: #fff0c4;
    padding: 10px 15px;
    border-radius: 5px;
    align-items: center;
    width: auto;
    max-width: max-content;
    margin-bottom: 15px;
}
.box-uudai-ivf-content .icon-box-img img {
    padding-top: 0;
}


.box-uudai-ivf-form > .col-inner{
    padding: 20px 50px 10px 50px;
    border-top-left-radius: 55px;
    border-bottom-right-radius: 55px;
    background-color: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}
.title-form-datlich{
    color: var(--primary-color);
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
}
.title-form-datlich *{
    font-size: inherit;
    margin: 0;
}

.desc-form-datlich{
    font-size: 14px;
    margin-bottom: 0;
}

.desc-form-datlich *{
    margin: 0;
}

.box-uudai-ivf-form .wpcf7-submit{
    margin-right: 0;
    border-radius: 10px;
    height: 45px;
}
.box-uudai-ivf-form form{
    margin-bottom: 0;
}
.box-uudai-ivf-form .wpcf7-spinner{

    position: absolute;
}

.box-service-ivf > .col-inner{
    -webkit-box-shadow: 0 3.65278px 2.21381px rgba(255, 164, 168, 0.74), 0 8.77813px 5.32008px rgba(255, 164, 168, 0.531952), 0 16.5284px 10.0172px rgba(255, 164, 168, 0.441119), 0 29.4839px 17.869px rgba(255, 164, 168, 0.37);
    box-shadow: 0 3.65278px 2.21381px rgba(255, 164, 168, 0.74), 0 8.77813px 5.32008px rgba(255, 164, 168, 0.531952), 0 16.5284px 10.0172px rgba(255, 164, 168, 0.441119), 0 29.4839px 17.869px rgba(255, 164, 168, 0.37);
    border-radius: 16px;
    background-color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 23%;
    -ms-flex: 1 0 23%;
    flex: 1 0 23%;
    /*max-width: 240px;*/
    padding: 28px 24px 79px;
    text-align: left;
    position: relative;
    text-decoration: none;
}
.box-service-ivf h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    color: #5c5c73;
    margin: 15px 0 0;
}
.box-service-ivf .button{
    color: transparent;
    text-indent: -99999px;
    background-image: url(images/icon/blue-more-icon-rounded.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: inline-block;
    height: 36px;
    width: 36px;
    position: absolute;
    right: 24px;
    bottom: 28px;
    -webkit-transition: all 0.1s
    ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s
    ease;
    margin: 0;
}
.box-service-ivf:hover .button {
    width: 48px;
    height: 48px;
    right: 18px;
    bottom: 22px;
}
.section-quytrinh{
    background: linear-gradient(270deg, #dbdbdb 0%, #fee8e8 100%);
}

.section-faqs-home{
    background: linear-gradient(90deg, #dbdbdb 0%, #fee8e8 100%);
}

.section-baochi .img{
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.section-chedodaingo{
    background: linear-gradient(to right,var(--primary-color),var(--fs-color-secondary));
}
.box-why-chose-us > .col-inner{
    padding: 20px;
    border-radius: 15px;
    background: linear-gradient(to right, rgba(255, 252, 220, 0.25), rgba(217, 167, 199, 0.25));
}
.box-why-chose-us h3{
    color: var(--primary-color);
    font-size: 18px;
}

.box-why-chose-us .icon-box-img {
    width: 60px !important;
    height: 60px !important;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 .6125rem 2.5rem .6125rem rgba(140, 152, 164, .175) !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-why-chose-us .icon-box-img img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    padding: 0;
}
.box-why-chose-us p{
    font-size: 14px;
}

.box-lichtuvan-ivf-form-footer .wpcf7-submit{
    margin-right: 0;
    height: 45px;
    border-radius: 40px;
    background: linear-gradient(to right,var(--primary-color),var(--fs-color-secondary));
}
.box-lichtuvan-ivf-form-footer .wpcf7-spinner{
    position: absolute;
}

.box-form-ivf-footer .button{
    padding: 0 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 30px;
    /*background: linear-gradient(to bottom, #f2b841, #a72421);*/
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.box-form-datlichkham > .col-inner{
    box-shadow: 0px 4px 40px 0px rgba(255, 164, 168, 0.37);
    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: var(--primary-color);
}
.text-thongtincanhan{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
    color: var(--primary-color);
}

.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: var(--primary-color);
}
.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: var(--primary-color);
}

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

.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%, #c2202d59 99%);
    opacity: 0.6;
    width: 100%;
    height: 100%;
}

.section-blog-home .post-item .box-vertical .box-text{
    padding-top: 0;
    padding-bottom: 0;
}

/*Home*/
.section-box-bttcb{
    background: linear-gradient(90deg, #dbdbdb 0%, #fee8e8 100%);
}
.section-box-bttcb .box{
    border-radius: 8px;
    overflow: hidden;
}
.box-service-home > .col-inner{
    background-color: var(--fs-color-secondary);
    padding: 30px 20px;
    border-radius: 30px;
    overflow: hidden;
    color: #fff;
}
.box-service-home h4,
.box-service-home h3{
    color: #fff;
}

.box-quytrinh-home .icon-box{
    padding-bottom: 60px;
    position: relative;
}
.box-quytrinh-home .icon-box .icon{
    position: relative;
}
.box-quytrinh-home .icon-box .icon::before {
    content: "";
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 40px;
    width: 2px;
    background: #000;
    z-index: -1;
    height: 130%;
}
.box-quytrinh-home .icon-box:last-child .icon::before{
    display: none;
}

.col-sticky > .col-inner{
    position: sticky;
    top: 160px;
}

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

.title-related-customer-reviews{
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
}

.dnw-bg-gradient-90, .section-statistics {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--fs-color-secondary) 100%);
}

.dnw-bg-gradient{
    background: linear-gradient(270deg, var(--primary-color) 0%, var(--fs-color-secondary) 100%);
}


.faqs-home .accordion-item{
    background-color: #fff;
    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: #000;
    padding: 0 40px 0 0;
}
.faqs-home .accordion-item:hover .accordion-title,
.faqs-home .accordion-title:hover{
    color: var(--primary-color);
}
.faqs-home .accordion-title .toggle{
    right: 0;
    left: initial;
    width: 30px;
    height: 30px;
    margin: 0;
    top: 50%;
    opacity: 1;
    font-size: 14px;
    transform: translateY(-50%);
}
.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: #000 ;
    background: transparent;
}
.faqs-home .accordion-item.active .accordion-inner *{
    color: #6C6A76;
}
.box-form-home .col-inner{
    box-shadow: 0px 4px 40px 0px #e8e8e8;
    border-radius: 30px;
}

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

.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, var(--primary-color) 0%, var(--fs-color-secondary) 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;
}

.box-congnghe-home .slider .section{
    padding-bottom: 20px !important;
}

/****************************************Responsive*************************************/
@media screen and (min-width: 550px) {
    .dnw-box-slider-3col .section.col,.dnw-box-slider-4col .section.col {
        max-width:calc(100% / 2);
        flex-basis: calc(100% / 2)
    }
}
@media screen and (min-width: 850px) {
    .faqs-sub-title{
        font-size: 20px;
    }
    .faqs-title{
        font-size: 22px;
    }
    .box-uudai-ivf-form {
        position: absolute;
        right: -16.66667%;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 0;
    }
    .blog-wrapper.blog-archive{
        padding-top: 60px;
    }
    .slider-custom-next-prev .slick-next{
        top: -40px;
        right: 15px;
    }
    .slider-custom-next-prev .slick-prev{
        top: -40px;
        right: 70px;
        left: initial;
    }
    .schedule-day,
    .schedule-select-wrapper{
        display: none;
    }

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

    footer .footer-col-2{
        flex-basis: 21%;
        max-width: 21%;
    }
    footer .footer-col-3{
        flex-basis: 20.666667%;
        max-width: 20.666667%;
    }
}
@media (min-width: 1025px) {
    .desktop-text-right {
        text-align: right;
    }
}
@media(min-width: 1200px) {
    .related-posts-container .slick-arrow{
        display: none !important;
    }
    /*.footer-wrapper .section{*/
    /*    margin-left: 30px;*/
    /*    margin-right: 30px;*/
    /*}*/
    .dnw-box-slider-4col .section.col {
        max-width: calc(100% / 4);
        flex-basis: calc(100% / 4)
    }
}
@media only screen and (min-width: 1600px) {
    /*.footer-wrapper .section {*/
    /*    margin-left: 100px;*/
    /*    margin-right: 100px;*/
    /*}*/
}


@media (max-width: 1400px){
    .dnw-cau-chuyen-khach-hang-2 .customer-item, .dnw-box-bac-si-1 .bac-si-item {
        width: 65%;
    }
    .dnw-cau-chuyen-khach-hang-2 .swiper-button-prev, .dnw-box-bac-si-1 .swiper-button-prev {
        left: 15%;
    }
    .dnw-cau-chuyen-khach-hang-2 .swiper-button-next, .dnw-box-bac-si-1 .swiper-button-next {
        right: 15%;
    }
}
@media (max-width: 1350px){
    .slick-prev, .slick-next{
        width: 30px;
        height: 30px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
}
@media (max-width: 1024px){
    .dnw-entry-meta ul{
        display: block;
    }
    .archive-doctor .doctor-card .doctor-actions:not(.text-center) {
        display: block;
    }
    .archive-doctor .doctor-card .doctor-actions:not(.text-center) .button:not(:last-child) {
        margin-bottom: 15px;
    }
    .archive-doctor .doctor-card .doctor-actions:not(.text-center) .button {
        width: 100%;
    }

    .dnw-cau-chuyen-khach-hang-2 .customer-item,
    .dnw-box-bac-si-1 .bac-si-item{
        width: 65%;
    }
    .dnw-cau-chuyen-khach-hang-2 .swiper-button-next,
    .dnw-box-bac-si-1 .swiper-button-next {
        right: 13%;
    }
    .dnw-cau-chuyen-khach-hang-2 .swiper-button-prev,
    .dnw-box-bac-si-1 .swiper-button-prev {
        left: 13%;
    }
}
@media (max-width: 1023px){
    .section-blog-home .box-vertical .post-title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;   /* số dòng muốn hiển thị */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 991px){
    .box-danhgiatukhachhang{
        margin-left: 0;
        border: 0;
        display: block;
    }
    .box-danhgiatukhachhang:before{
        display: none;
    }
    .box-danhgiatukhachhang .box-image{
        margin-left: 0;
        width: 100% !important;
        height: auto;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .box-danhgiatukhachhang .box-text{
        padding-left: 0;
    }
}
@media (max-width: 849px) {
    .tb-text-center {
        text-align: center;
    }

    .page-banner-area{
        padding: 150px 0;
    }
    .dnw-box-blog-slider .dnw-box-blog_slider__item .post-content,
    .dnw-box-customer-reviews .dnw-box-customer_reviews__item .review-content {
        padding: 15px;
    }

    body #header .button:not(.icon ){
        height: 32px;
        line-height: 32px;
        padding-left: 20px;
        padding-right: 20px;
        min-height: auto;
    }
    .col-sticky > .col-inner{
        top: 90px;
    }

    .dnw-title {
        font-size: 30px;
        line-height: 42px;
    }
    .schedule-table {
        display: none;
    }

    .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)
    }

    .slider-nav-simple .flickity-prev-next-button,.slider-style-normal .flickity-prev-next-button,.dnw-swiper-prev-next,.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(270deg,var(--primary-color) 0%,var(--fs-color-secondary) 58.17%,var(--fs-color-secondary) 100%) !important;
        color: #fff;
        width: 30px !important;
        height: 30px !important;
        min-height: auto;
    }

    .dnw-swiper-prev-next::before {
        width: 22px;
        height: 22px;
        background-color: #fff
    }

    body .slider-wrapper .flickity-prev-next-button {
        display: block;
        width: 30px;
        height: 30px!important;
        max-height: 30px!important;
        overflow: hidden;
        line-height: initial;
        min-height: initial
    }

    .slider-nav-simple .flickity-prev-next-button .arrow,.slider-nav-simple .flickity-prev-next-button svg {
        fill: #fff;
        width: 15px
    }

    .slider-nav-simple .flickity-prev-next-button svg,.slider-style-normal .flickity-prev-next-button svg {
        width: 15px;
        border: 0
    }

    .box-uudai-ivf > .col-inner{
        padding: 30px 15px 10px;
    }

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

    .box-section-danhgiakhachhang-wrap .row {
        padding-top: 0;
    }
    .box-section-danhgiakhachhang-wrap .col {
        margin-bottom: 30px;
    }
    .box-section-danhgiakhachhang-wrap .col:nth-child(odd) .box {
        margin-top: 0;
    }

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

    .dnw-cau-chuyen-khach-hang-2 .customer-item,
    .dnw-box-bac-si-1 .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-1 .swiper-button-prev {
        left: -2px;
        width: 20px;
    }
    .dnw-cau-chuyen-khach-hang-2 .swiper-button-next{
        right: -15px;
        width: 20px;
    }
    .dnw-box-bac-si-1 .swiper-button-next {
        right: -2px;
        width: 20px;
    }


    .tb-text-center{
        text-align: center;
    }
    .tb-text-center .dnw-sub-title{
        justify-content: center;
    }

}


@media (max-width: 767px){
    .page-banner-content .h1{
        font-size: 38px;
    }
    .dnw-title-2,
    .title-uudai-ivf,
    .dnw-title {
        font-size: 28px;
        line-height: 36px;
    }

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

    #tab-select-wrapper .tab-dropdown {
        background: rgba(255, 164, 168, 0.531952);
        color: var(--primary-color);
        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;
    }
	.dnw-box-bac-si-1 .swiper-button-next {
        right: 0;
    }
	.dnw-box-bac-si-1 .swiper-button-prev{
		left: 0;
	}
}
@media(max-width:650px){
    .dnw-box-bac-si-1 .doctors-card{
        padding-left: 20px;
    }
    .dnw-box-bac-si-1 .doctors-card .doctor-content {
        flex: auto;
        padding-right: 200px;
    }
    .dnw-box-bac-si-1 .doctors-card .doctor-image{
        position: absolute;
        bottom: 0;
        right: 30px;
        max-height: 200px;
        align-items: start;
        max-width: 150px;
        border-radius: 12px;
    }
    .dnw-box-bac-si-1 .doctors-card .doctor-image:before{
        display: none;
    }
    .dnw-box-bac-si-1 .doctors-card .doctor-image img{
        max-height: 200px;
        max-width: 100%;
    }
}
@media (max-width: 549px){
    .page-banner-area{
        padding: 90px 0;
    }
    .box-service-ivf h3{
        font-size: 16px;
    }
    .box-lichtuvan-ivf-form-footer .box-form-ivf-footer{
        text-align: center;
    }
    .dnw-counter-box .sub, .dnw-counter-box .counter{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .dnw-counter-box p{
        line-height: 22px;
    }

    .dnw-box-bac-si-1 .doctors-card .doctor-content {
        padding-right: 20px;
        padding-bottom: 200px;
    }
    .dnw-box-bac-si-1 .doctors-card .doctor-content .btn-group{
        position: absolute;
        width: 50%;
    }
	.dnw-box-bac-si-1 .doctors-card .doctor-content .btn-group a{
		    padding-left: 15px;
    	padding-right: 15px;
	}
}

@media (max-width: 429px){
    .promotion-card .promotion-content .discount-info{
        display: block;
    }
}