
.sidebar {
    background-color: #5C64B4;
    padding: 15px;
    border-radius: 6px;
    color: white;
}

.sidebar-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.list-group {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.list-group-item {
    background: none;
    border: none;
    padding: 5px 0;
}

.list-group-item > a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.list-group-item > a:hover {
    text-decoration: underline;
}

.sub-menu {
    display: none;
    padding-left: 10px;
    margin-top: 5px;
}

.sub-menu a {
    display: block;
    font-size: 14px;
    color: white;
    font-weight: normal;
    margin-bottom: 3px;
}

.sub-menu a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .top-bar {
        display: none !important;

    }
    .clinic-header{
        display: none !important;
    }
}

/* Form đăng ký */
.register-form {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    width: 100%; /* Thu nhỏ form */
}

/* Căn chỉnh form */
.register-form input {
    font-size: 14px;
    padding: 8px;
}

/* Nút đăng ký */
.register-form button {
    font-size: 14px;
    padding: 10px;
}

/* Giảm kích thước QR Code */
.register-form img {
    width: 250px;
    height: 290px;
}
/* Bố cục bài viết */
.blog-item {
    display: flex;
    align-items: center;
    background: white;
    padding: 60px;
    border-radius: 15px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border-left: 6px solid #5C64B4;
    margin-bottom: 20px;
    position: relative;
}

/* Bố cục bài viết */
.blog-item {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hiệu ứng hover */
.blog-item:hover {
    transform: scale(1.02);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
}

/* Ảnh bài viết */
.blog-image {
    width: 250px;
    height: 160px;
    object-fit: fill;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
}


/* Nội dung bài viết */
.blog-content {
    flex: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Tiêu đề bài viết */
.blog-content h5 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}


.subtitles-list li {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

/* Nút xem chi tiết */
.view-details {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    align-self: flex-start;
}
.blog-item {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    padding: 15px;
    border-radius: 8px;
}

.blog-item:hover {
    transform: scale(1.03); /* Phóng to nhẹ */
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* Đổ bóng */
    background-color: #f8f9fa; /* Thay đổi nền nhẹ */
}

.blog-item .article-title:hover {
    color: #5C64B4; /* Thay đổi màu chữ khi hover */
    text-decoration: underline;
}

.blog-item img {
    transition: transform 0.3s ease-in-out;
}

.blog-item:hover img {
    transform: scale(1.05); /* Phóng to ảnh khi hover */
}


@media (max-width: 768px) {
    .blog-image {
        max-height: 180px; /* Tăng từ 120px lên 180px hoặc bất kỳ số nào bạn muốn */
        object-fit: cover;
        border-radius: 10px;
    }
}

@media (max-width: 768px) {
    .blog-item .col-md-4 {
        height: 150px;
        flex: 0 0 40% !important;   /* ảnh chiếm 40% chiều ngang */
        max-width: 36% !important;
        padding: 0 5px;
    }

    .blog-item .col-md-8 {
        flex: 0 0 60% !important;   /* chữ còn lại 60% */
        max-width: 60% !important;
        padding: 0 5px;
        font-size: 14px;
    }



    /* Tùy chọn: thu nhỏ font chữ */
    .article-title h5 {
        font-size: 14px;
    }

    /* Ẩn phần mô tả */
    .content-preview {
        display: none !important;
    }

    /* Ảnh thu gọn hơn nếu cần */
    .blog-image {
        max-height: 120px;
        object-fit: cover;
        border-radius: 10px;
    }
}
















/*section:not(#slider){*/
/*    padding: 60px 0;*/
/*}*/
/*#header{*/
/*    background: #f8f8f8;*/
/*}*/
/*#hh1-wrap{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    padding: 15px 0;*/
/*}*/
/*#logo{*/
/*    max-width: 350px;*/
/*}*/
/*#hh2{*/
/*    background: #6069ac;*/
/*}*/
/*#hh2-wrap{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    height: 50px;*/
/*    position: relative;*/
/*}*/
/*#mainmenu{*/
/*    display: flex;*/
/*}*/
/*#mainmenu > li > a{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 14px;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*    padding: 0 30px;*/
/*    height: 50px;*/
/*}*/
/*#mainmenu li:hover a,#mainmenu li.current a{*/
/*    background: #6069ac;*/
/*}*/
/*#mainmenu >li > ul.sub-menu{*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 50px;*/
/*    left: 0;*/
/*    background: #6069ac;*/
/*    padding: 30px 15px 10px 50px;*/
/*    display: none;*/
/*    flex-wrap: wrap;*/
/*    z-index: 99;*/
/*}*/
/*#mainmenu > li:hover > ul.sub-menu{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*#mainmenu >li > ul.sub-menu > li{*/
/*    width: calc(25% - 15px);*/
/*    font-size: 14px;*/
/*}*/
/*#mainmenu >li > ul.sub-menu > li > a{*/
/*    text-transform: capitalize;*/
/*    color: #fff;*/
/*    position: relative;*/
/*    margin-bottom: 15px;*/
/*}*/
/*#mainmenu ul.sub-menu ul.sub-menu{*/
/*    width: 100%;*/
/*}*/
/*#mainmenu ul.sub-menu ul.sub-menu li{*/
/*    display: block;*/
/*}*/
/*#mainmenu ul.sub-menu ul.sub-menu li a{*/
/*    display: block;*/
/*    position: relative;*/
/*    color: #a9b0e5;*/
/*    padding: 4px 0 4px 15px*/
/*}*/
/*#mainmenu ul.sub-menu ul.sub-menu li a:hover{*/
/*    color: #fff;*/
/*}*/
/*#mainmenu ul.sub-menu ul.sub-menu li a:before{*/
/*    content: "\f105";*/
/*    font-family: 'FontAwesome5Pro';*/
/*    font-weight: 900;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

/*#mainmenu>li>a:hover {*/
/*    background: #3a427a!important;*/
/*}*/

/*#hh2-search{*/
/*    width: 290px;*/
/*    height: 35px;*/
/*    background: #fff;*/
/*    border-radius: 99px;*/
/*}*/
/*#hh2-search input{*/
/*    width: calc(100% - 55px);*/
/*    height: 35px;*/
/*    border-radius: 99px;*/
/*    background: transparent;*/
/*    border: none;*/
/*    padding: 0 15px;*/
/*}*/
/*#hh2-search button{*/
/*    width: 50px;*/
/*    height: 35px;*/
/*    border-radius: 99px;*/
/*    background: transparent;*/
/*    border: none;*/
/*    font-size: 20px;*/
/*}*/

/*.catehome-items{*/
/*    margin-bottom: 3px;*/
/*}*/
/*.catehome-tit{*/
/*    height: 55px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding-left: 25px;*/
/*    text-transform: uppercase;*/
/*    font-size: 18px;*/
/*    background: #f4f4f4;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*}*/
/*!*.catehome-tit i{*/
/*	margin-right: 20px;*/
/*	width: 40px;*/
/*	height: 42px;*/
/*	background-position-y: -67px;*/
/*}*/
/*#catehome-ic1{*/
/*	background-position-x: -0px;*/
/*}*/
/*#catehome-ic2{*/
/*	background-position-x: -40px;*/
/*}*/
/*#catehome-ic3{*/
/*	background-position-x: -80px;*/
/*}*/
/*#catehome-ic4{*/
/*	background-position-x: -120px;*/
/*}*/
/*#catehome-ic5{*/
/*	background-position-x: -160px;*/
/*}*!*/
/*.catehome-items.current .catehome-tit{*/
/*    background: #6069ac;*/
/*    color: #fff*/
/*}*/
/*.catehome-items.current i{*/
/*    background-position-y: -112px;*/
/*}*/
/*.catehome-child{*/
/*    display: none;*/
/*    transition: all 200ms ease-in-out;*/
/*}*/
/*.catehome-items.current .catehome-child{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    padding: 10px 0;*/
/*}*/
/*.catehome-child a{*/
/*    width: 50%;*/
/*    padding-left: 20px;*/
/*    line-height: 2;*/
/*    position: relative;*/
/*    font-size: 14px;*/
/*}*/
/*.catehome-child a:before{*/
/*    content: "\f0da";*/
/*    font-family: 'FontAwesome5Pro';*/
/*    position: absolute;*/
/*    left: 10px;*/
/*    font-weight: 900;*/
/*}*/
/*.box_sidebar .catehome-child a{*/
/*    width: 100%;*/
/*}*/


/*.secbg{*/
/*    background: #c8cceb;*/
/*}*/
/*#sec2-wrap img{*/
/*    box-shadow: 0 0 12px rgba(123, 91, 141, 0.4);*/
/*}*/
/*.sec2-box{*/
/*    background: #fff;*/
/*    border-radius: 5px;*/
/*    overflow: hidden;*/
/*    height: 100%;*/
/*    box-shadow: 0 0 12px rgba(123, 91, 141, 0.4);*/
/*}*/
/*.sec2box-tit{*/
/*    height: 60px;*/
/*    background: #6069ac;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    line-height: 60px;*/
/*    text-transform: uppercase;*/
/*}*/
/*.sec2box-bg{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 85px;*/
/*    background: rgb(248,248,248);*/
/*    background: linear-gradient(180deg, rgba(248,248,248,1) 0%, rgba(221,221,221,1) 100%);*/
/*}*/
/*#sec2box-time span{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: 50px;*/
/*    height: 55px;*/
/*    background: #fff;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #fff;*/
/*    font-family: 'HelvetIns';*/
/*    color: #6069ac;*/
/*    font-size: 30px;*/
/*    margin: 0 3px;*/
/*    box-shadow: inset 2px 1px 8px rgba(0, 0, 0, 0.3);*/
/*}*/
/*#sec2box-time b{*/
/*    font-size: 20px;*/
/*    font-family: 'HelvetIns';*/
/*    color: #454545;*/
/*    margin: 0 5px;*/
/*}*/
/*.sec2-box p{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin: 0;*/
/*    height: calc((100% - 145px) / 2);*/
/*    padding: 0 20px;*/
/*    text-align: center;*/
/*}*/
/*.sec2-box i{*/
/*    margin-right: 5px;*/
/*}*/
/*.sec2-box p span{*/
/*    flex: 1;*/
/*}*/
/*#sec2box-ic1{*/
/*    width: 18px;*/
/*    height: 23px;*/
/*    background-position: -126px -3px;*/
/*}*/
/*#sec2box-ic2{*/
/*    width: 27px;*/
/*    height: 28px;*/
/*    background-position: -126px -29px;*/
/*}*/
/*#sec2box-ic3{*/
/*    width: 19px;*/
/*    height: 19px;*/
/*    background-position: -148px -3px;*/
/*}*/
/*#sec2box-hotline{*/
/*    padding: 0 20px;*/
/*    line-height: 24px;*/
/*}*/
/*#sec2box-hotline i{*/
/*    margin-right: 15px;*/
/*}*/
/*#sec2box-hotline b{*/
/*    font-family: 'HelvetIns';*/
/*    color: #6069ac;*/
/*    font-size: 24px;*/
/*    font-weight: 400;*/
/*}*/

/*#sec3{*/
/*    background: #f6f6f6;*/
/*}*/
/*#sec3-wrapbs{*/
/*    margin: 20px -15px 0;*/
/*}*/
/*.sec3-boxbs{*/
/*    background: #fff;*/
/*    padding: 10px;*/
/*    margin: 0 15px;*/
/*    border-radius: 5px;*/
/*    box-shadow: 0px 0px 12px rgba(102, 102, 102, 0.2);*/
/*}*/
/*.sec3-boxbs img{*/
/*    width: 100%;*/
/*    border-radius: 10px;*/
/*}*/
/*.sec3boxbs-inf{*/
/*    padding: 20px 0px 10px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    text-align: center;*/
/*    line-height: 20px;*/
/*    font-size: 14px;*/
/*}*/
/*.sec3boxbs-inf span{*/
/*    font-size: 18px;*/
/*    color: #6069ac;*/
/*}*/
/*.sec3boxbs-inf b{*/
/*    font-size: 20px;*/
/*    color: #6069ac;*/
/*    font-family: 'HelvetIns';*/
/*    font-weight: 400;*/
/*    text-transform: uppercase;*/
/*    line-height: 30px;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.sec3boxbs-btns{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding: 15px 0 10px;*/
/*}*/
/*.sec3boxbs-btns a{*/
/*    width: calc(50% - 5px);*/
/*    height: 35px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: #6069ac;*/
/*    color: #fff;*/
/*    border-radius: 2px;*/
/*}*/
/*.sec3boxbs-btns a:hover{*/
/*    background: #6069ac;*/
/*    color: #fff;*/
/*}*/
/*.sec3boxbs-btns a i{*/
/*    display: none;*/
/*    margin-right: 8px;*/
/*}*/
/*.sec3boxbs-ic1{*/
/*    width: 25px;*/
/*    height: 21px;*/
/*    background-position: -154px -28px;*/
/*}*/
/*.sec3boxbs-ic2{*/
/*    width: 19px;*/
/*    height: 19px;*/
/*    background-position: -181px -28px;*/
/*}*/
/*.sec-head{*/
/*    font-size: 30px;*/
/*    color: #6069ac;*/
/*    font-family: 'HelvetIns';*/
/*    margin-bottom: 35px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*}*/
/*#sec4-wrap{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: stretch;*/
/*}*/
/*.sec4-box{*/
/*    background: #fff;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0px 0px 12px rgba(102, 102, 102, 0.2);*/
/*    padding: 15px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*    text-align: center;*/
/*    line-height: 24px;*/
/*}*/
/*.sec4box-ic{*/
/*    width: 70px;*/
/*    height: 70px;*/
/*    background: #6069ac;*/
/*    border-radius: 50%;*/
/*    margin-bottom: 10px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*#sec4box-ic1{*/
/*    width: 29px;*/
/*    height: 35px;*/
/*    background-position: -2px -163px;*/
/*}*/
/*#sec4box-ic2{*/
/*    width: 26px;*/
/*    height: 36px;*/
/*    background-position: -35px -163px;*/
/*}*/
/*#sec4box-ic3{*/
/*    width: 36px;*/
/*    height: 41px;*/
/*    background-position: -65px -161px;*/
/*}*/
/*#sec4box-ic4{*/
/*    width: 13px;*/
/*    height: 33px;*/
/*    background-position: -105px -164px;*/
/*}*/
/*#sec4box-ic5{*/
/*    width: 32px;*/
/*    height: 32px;*/
/*    background-position: -121px -165px;*/
/*}*/
/*#sec4box-ic6{*/
/*    width: 40px;*/
/*    height: 43px;*/
/*    background-position: -157px -160px;*/
/*}*/
/*.sec5-box{*/
/*    text-align: center;*/
/*    width: 210px !important;*/
/*    padding: 20px 10px;*/
/*    border: 1px solid #e3e3e3;*/
/*    box-shadow: 0px 0px 4px rgba(102, 102, 102, 0.15);*/
/*    text-transform: uppercase;*/
/*}*/
/*.sec5-box b{*/
/*    display: block;*/
/*    padding-top: 15px;*/
/*    font-size: 14px;*/
/*}*/

/*#sec6{*/
/*    background: url(img/bg-1.jpg) 0 0 no-repeat;*/
/*    background-size: cover;*/
/*    padding-bottom: 0 !important;*/
/*}*/
/*#sec6-wrap{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: flex-end;*/
/*    position: relative;*/
/*}*/
/*#sec6-frm{*/
/*    width: 470px;*/
/*    background: #f2f2f2;*/
/*    padding: 20px 30px;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0px 0px 30px rgba(30, 35, 70, 0.5);*/
/*    margin-right: 30px;*/
/*    margin-bottom: 60px;*/
/*}*/
/*#sec6frm-tit{*/
/*    text-transform: uppercase;*/
/*    font-size: 24px;*/
/*    font-family: 'HelvetIns';*/
/*    color: #6069ac;*/
/*    text-align: center;*/
/*    margin-bottom: 20px;*/
/*}*/
/*#sec6-frm input, #sec6-frm textarea{*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    background: #fff;*/
/*    margin-bottom: 10px;*/
/*    padding: 0 10px;*/
/*}*/
/*#sec6-frm textarea{*/
/*    height: 160px;*/
/*    margin-bottom: 15px;*/
/*    border: none;*/
/*}*/
/*#sec6-frm button{*/
/*    display: block;*/
/*    width: 150px;*/
/*    height: 35px;*/
/*    margin: auto;*/
/*    background: #6069ac;*/
/*    color: #fff;*/
/*    border: none;*/
/*    border-radius: 2px;*/
/*    cursor: pointer;*/
/*}*/
/*#sec6-frm button:hover{*/
/*    background: #6069ac;*/
/*}*/
/*#sec6frm-ic{*/
/*    width: 19px;*/
/*    height: 19px;*/
/*    background-position: -181px -28px;*/
/*    margin-right: 7px;*/
/*    margin-bottom: 3px;*/
/*}*/
/*.sec6-img{*/
/*    margin-left: 20px;*/
/*}*/
/*.sec7-phbn{*/
/*    display: flex !important;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    width: calc(50% - 30px);*/
/*    margin: 0 15px;*/
/*    background: #f9f9f9;*/
/*    height: 270px !important;*/
/*    padding: 20px;*/
/*    border-radius: 10px;*/
/*}*/
/*.sec7-phbn p{*/
/*    margin: 0;*/
/*    font-size: 16px;*/
/*    line-height: 30px;*/
/*    text-align: justify;*/

/*}*/
/*.sec7phbn-inf{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    position: relative;*/
/*}*/
/*.sec7phbn-inf img{*/
/*    width: 90px;*/
/*    height: 90px;*/
/*    margin-right: 15px;*/
/*}*/
/*.sec7phbn-name span{*/
/*    display: block;*/
/*    font-size: 18px;*/
/*    color: #6069ac;*/
/*}*/
/*.sec7phbn-inf:after{*/
/*    content: "";*/
/*    width: 54px;*/
/*    height: 46px;*/
/*    background-position: -203px -4px;*/
/*    position: absolute;*/
/*    right: 10px;*/
/*}*/

/*#footer{*/
/*    background: #6069ac;*/
/*    padding: 60px 0 130px;*/
/*}*/
/*#ft-wrap{*/
/*    align-items: center*/
/*}*/
/*#ft-wrap img{*/
/*    display: block;*/
/*    margin: 0 auto 30px;*/
/*}*/
/*#ft-inf{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center*/
/*}*/
/*#ft-inf li{*/
/*    text-align: center;*/
/*}*/
/*#ft-inf li span{*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    background: #fff;*/
/*    padding: 0 15px;*/
/*    height: 35px;*/
/*    border-radius: 99px;*/
/*    margin-bottom: 10px;*/
/*    color: #333;*/
/*    font-weight: 700;*/
/*}*/
/*#ft-inf li span i{*/
/*    margin-right: 7px;*/
/*}*/
/*#ftinf-ic1{*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    background-position: -203px -69px;*/
/*}*/
/*#ftinf-ic2{*/
/*    width: 17px;*/
/*    height: 23px;*/
/*    background-position: -224px -66px;*/
/*}*/
/*#ftinf-ic3{*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    background-position: -245px -68px;*/
/*}*/

/*.ft-title{*/
/*    margin-bottom: 10px;*/
/*    padding-bottom: 8px;*/
/*    font-size: 18px;*/
/*    color: #fff;*/
/*}*/
/*.ft-title b:after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 60px;*/
/*    height: 2px;*/
/*    background: #a9b0e5;*/
/*}*/
/*#ft-cate{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*#ft-cate ul li a{*/
/*    display: block;*/
/*    position: relative;*/
/*    color: #a9b0e5;*/
/*    padding: 7px 0 7px 15px;*/
/*}*/
/*#ft-cate ul li a:hover{*/
/*    color: #fff;*/
/*}*/
/*#ft-cate ul li a:before{*/
/*    content: "\f105";*/
/*    font-family: 'FontAwesome5Pro';*/
/*    font-weight: 900;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/
/*#ftFrm {*/
/*    background: #cad1ff;*/
/*    border-radius: 20px;*/
/*    box-shadow: 0 0 24px rgba(13, 47, 35, 0.26);*/
/*    padding: 10px 20px 10px;*/
/*}*/
/*#ftFrm-head {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-transform: uppercase;*/
/*    color: #6069ac;*/
/*    margin-bottom: 10px;*/
/*    font-weight: 700;*/
/*    font-size: 20px;*/
/*}*/
/*#ftFrm input,#ftFrm textarea {*/
/*    width: 100%;*/
/*    height: 32px;*/
/*    background: #fff;*/
/*    margin-bottom: 10px;*/
/*    border-radius: 5px;*/
/*    padding-left: 10px;*/
/*    padding-right: 10px*/
/*}*/
/*#ftFrm textarea {*/
/*    height: 50px;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*    border: none*/
/*}*/
/*#ftFrm button {*/
/*    display: block;*/
/*    width: 125px;*/
/*    height: 35px;*/
/*    border-radius: 5px;*/
/*    background: #1f61ac;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    font-size: 14px;*/
/*    border: none;*/
/*    margin: 0 auto*/
/*}*/
/*#ftFrm button i {*/
/*    margin-right: 10px*/
/*}*/
/*#crumbs{*/
/*    background: #f0f0f0;*/
/*    margin-bottom: 35px;*/
/*}*/
/*#breadcrumbs{*/
/*    line-height: 55px;*/
/*    font-size: 14px;*/
/*    color: #999999;*/
/*}*/
/*#breadcrumbs span > span{*/
/*    color: #333;*/
/*    padding: 0 5px;*/
/*}*/
/*#breadcrumbs span > span:first-of-type{*/
/*    padding-left: 0;*/
/*}*/
/*#breadcrumbs span.breadcrumb_last{*/
/*    color: #6069ac;*/
/*}*/

/*#cat-child{*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    margin-bottom: 30px;*/
/*}*/
/*#cat-child a{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: calc(100% - 10px);*/
/*    height: 70px;*/
/*    flex: 1;*/
/*    background: #6069ac;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    margin: 0 5px;*/
/*    font-size: 14px;*/
/*    line-height: 20px;*/
/*    padding: 5px 10px;*/
/*    text-align: center;*/
/*    border-radius: 2px;*/
/*}*/
/*#cat-child a:hover,#cat-child a.current{*/
/*    background: #6069ac;*/
/*}*/
/*#postcate-wrap{*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 10px;*/
/*    padding: 25px 20px;*/
/*}*/
/*.posts{*/
/*    display: flex;*/
/*    margin-bottom: 35px;*/
/*    padding: 20px;*/
/*    background: #f3f3f3;*/
/*}*/
/*.posts-thumb{*/
/*    width: 260px;*/
/*    height: 215px;*/
/*}*/
/*.posts-thumb img{*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    border: 1px solid #c3c3c3;*/
/*}*/
/*.posts-info{*/
/*    flex: 1;*/
/*    padding-left: 25px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*}*/
/*.posts-info h4 a{*/
/*    font-size: 20px;*/
/*    line-height: 28px;*/
/*    font-weight: 700;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*}*/
/*.posts-info p{*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 4;*/
/*    -webkit-box-orient: vertical;*/
/*}*/
/*.posts-meta{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    font-size: 13px;*/
/*    color: #666;*/
/*}*/
/*.posts-meta_link{*/
/*    width: 120px;*/
/*    height: 35px;*/
/*    text-align: center;*/
/*    line-height: 35px;*/
/*    background: #6069ac;*/
/*    color: #fff;*/
/*}*/
/*.posts:hover .posts-meta_link{*/
/*    background: #6069ac;*/
/*    color: #fff;*/
/*}*/
/*.box_sidebar{*/
/*    margin-bottom: 30px;*/
/*}*/
/*#sidebar-wrapbs{*/
/*    background: #f8f8f8;*/
/*    padding: 25px 20px;*/
/*}*/
/*#sidebar-wrapbs .sec3-boxbs{*/
/*    background: transparent;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-shadow: none;*/
/*}*/
/*#sidebar-wrapbs .sec3boxbs-btns{*/
/*    padding: 0;*/
/*}*/
/*#sidebar-wrapbs .slick_arrow{*/
/*    width: 25px;*/
/*    top: 115px;*/
/*    left: 21px;*/
/*    background: #efefef;*/
/*}*/
/*#sidebar-wrapbs .sbanner_next {*/
/*    left: unset;*/
/*    right: 21px;*/
/*}*/
/*.sbbox_head{*/
/*    background: #6069ac;*/
/*    height: 60px;*/
/*    padding: 0 20px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*}*/
/*.sbbox_head i{*/
/*    font-size: 30px;*/
/*}*/
/*.sbbox_head span{*/
/*    flex: 1;*/
/*    text-align: center;*/
/*}*/
/*#sbposts-wrap{*/
/*    background: #f8f8f8;*/
/*    padding: 10px*/
/*}*/
/*.sbposts-box{*/
/*    display: block;*/
/*    padding: 15px 0;*/
/*    border-bottom: 1px dashed #ccc;*/
/*}*/
/*.sbposts-box:last-child{*/
/*    border: none !important;*/
/*}*/
/*.sbposts-box_tit{*/
/*    width: 100%;*/
/*    font-size: 18px;*/
/*    line-height: 24px;*/
/*    font-weight: 700;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.sbposts-box_thumb{*/
/*    width: 65px;*/
/*    height: 65px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*    float: left;*/
/*}*/
/*.sbposts-box_thumb img {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: transform .5s ease-in-out;*/
/*    border: 1px solid #a5a5a5;*/
/*}*/
/*.sbposts-box_text {*/
/*    padding-left: 75px;*/
/*}*/
/*.sbposts-box_text p {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    margin-top: 0;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.sbposts-box_meta {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    color: #999;*/
/*    font-size: 14px;*/
/*}*/
/*#sbfrm-wrap > div{*/
/*    background: #f8f8f8;*/
/*    padding: 25px 20px;*/
/*}*/
/*#sbfrm-wrap input{*/
/*    width: 100%;*/
/*    height: 45px;*/
/*    border-radius: 99px;*/
/*    background: #fff;*/
/*    margin-bottom: 10px;*/
/*    padding: 0 15px;*/
/*    box-shadow: inset 1px 2px 4px rgba(153,153,153,.4);*/
/*}*/
/*#sbfrm-wrap button{*/
/*    width: 100%;*/
/*    height: 45px;*/
/*    border-radius: 99px;*/
/*    background: #6069ac;*/
/*    color: #fff;*/
/*    border: none;*/
/*    font-size: 18px;*/
/*}*/
/*#sbfrm-wrap button i{*/
/*    font-size: 22px;*/
/*    margin-right: 10px;*/
/*}*/
/*#title_post{*/
/*    background: #6069ac;*/
/*    padding: 20px;*/
/*    color: #fff;*/
/*    font-size: 20px;*/
/*}*/
/*.post-content{*/
/*    line-height: 1.8;*/
/*}*/
/*.post-content :is(h1, h2, h3, h4, h5, h6){*/
/*    margin: 1rem 0;*/
/*}*/
/*.post-content h2{*/
/*    background: #6069ac;*/
/*    padding: 7px 15px;*/
/*    color: #fff;*/
/*    border-radius: 3px;*/
/*    line-height: 1.5;*/
/*}*/
/*.post-content h2, .post-content h2 *,.post-content h3, .post-content h3 *{*/
/*    font-size: 18px !important;*/
/*    font-weight: 700 !important;*/
/*}*/
/*.post-content h3{*/
/*    font-size: 18px;*/
/*    color: #6069ac;*/
/*    font-weight: 700;*/
/*    border-bottom: 1px solid #6069ac;*/
/*    line-height: 1.5;*/
/*}*/
/*.post-content h4, .post-content h4 *{*/
/*    font-size: 16px !important;*/
/*    font-weight: 700 !important;*/
/*    line-height: 1.5;*/
/*}*/
/*.post-content ul{*/
/*    margin: 1rem 0 .5rem;*/
/*}*/
/*.post-content ul li{*/
/*    padding: 5px 0 5px 25px;*/
/*    line-height: 1.6;*/
/*    position: relative;*/
/*}*/
/*.post-content ul li:before{*/
/*    content: " ";*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background-position: -208px -165px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 8px;*/
/*}*/
/*.post-content p,.post-content ul li{*/
/*    text-align: justify;*/
/*}*/
/*.post-content img{*/
/*    max-width: 600px;*/
/*    display: block;*/
/*    margin: auto;*/
/*}*/
/*.post-content blockquote{*/
/*    background: #cacff1;*/
/*    border: 1px solid #cacff1;*/
/*    border-left: 5px solid #6069ac;*/
/*    margin: 1rem 0;*/
/*    padding: 0 20px;*/
/*    border-radius: 5px;*/
/*}*/
/*.sc-moreInPst{*/
/*    margin: 1rem auto;*/
/*    background: #f4f4f4;*/
/*    padding: 0 15px 10px;*/
/*    border-radius: 3px;*/
/*    border: 1px solid #6069ac;*/
/*}*/
/*.moreInPst-head{*/
/*    height: 50px;*/
/*    border-bottom: 1px solid #6069ac;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    text-transform: uppercase;*/
/*    font-family: 'HelvetIns';*/
/*    font-size: 20px;*/
/*    color: #6069ac;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.moreInPst-ctnt{*/
/*    margin: 0 !important;*/
/*    padding: 0 !important;*/
/*}*/
/*.moreInPst-ctnt li{*/
/*    text-align: left;*/
/*    padding-left: 25px;*/
/*}*/
/*.moreInPst-ctnt li a{*/
/*    color: #333 !important;*/
/*    font-weight: 700;*/
/*}*/
/*.moreInPst-ctnt li a:hover{*/
/*    color: #6069ac !important;*/
/*}*/
/*#post-notice{*/
/*    margin: 15px 0;*/
/*    background: #6069ac;*/
/*    padding: 15px;*/
/*    text-align: justify;*/
/*    color: #fff;*/
/*}*/
/*#post-notice b{*/
/*    color: #ffeb3b;*/
/*}*/
/*#post-uudai {*/
/*    display: block;*/
/*    padding: 20px;*/
/*    border: 1px solid #6069ac;*/
/*    background: #f4f4f4;*/
/*    margin: 10px 0 20px;*/
/*}*/
/*#post-uudai ul {*/
/*    display: block;*/
/*    padding-left: 0;*/
/*}*/
/*#post-uudai ul li {*/
/*    padding: 3px 0 3px 25px;*/
/*    position: relative;*/
/*}*/
/*#post-uudai ul li:before{*/
/*    content: " ";*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    background-position: -208px -165px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 8px;*/
/*}*/
/*#post-uudai p{*/
/*    margin-top: 0;*/
/*    margin-bottom: 7px;*/
/*}*/
/*#post-uudai a, #post-uudai b {*/
/*    font-weight: 700;*/
/*    color: #8e60a9 !important;*/
/*}*/
/*.post-test{*/
/*    background: #fffdf3;*/
/*    margin: 1rem 0;*/
/*}*/
/*.ptest-head{*/
/*    background: url(img/post-bgtest.jpg) 0 0 no-repeat;*/
/*    background-size: cover;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-transform: uppercase;*/
/*    font-family: 'HelvetIns';*/
/*    font-size: 36px;*/
/*    color: #ffed26;*/
/*    padding: 1.5rem 0;*/
/*}*/
/*.ptest-ic1{*/
/*    width: 62px;*/
/*    height: 68px;*/
/*    background-position: 0 -207px;*/
/*    margin-right: 15px;*/
/*}*/
/*.ptest-ct{*/
/*    padding: 25px 25px 0;*/
/*}*/
/*.ptest-note{*/
/*    background: #fff;*/
/*    border-radius: 20px;*/
/*    border: 2px dotted #727272;*/
/*    padding: 15px 25px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-family: 'HelvetIns';*/
/*    font-size: 18px;*/
/*    color: #8e60a9;*/
/*}*/
/*.ptest-ic2{*/
/*    width: 45px;*/
/*    height: 40px;*/
/*    background-position: -63px -207px;*/
/*    margin-top: 8px;*/
/*}*/
/*.ptest-note span{*/
/*    flex: 1;*/
/*    padding-left: 15px;*/
/*}*/
/*.ptest-ltest{*/
/*    padding: 20px 0;*/
/*}*/
/*.ptest-titch{*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*}*/
/*.ptest-ctch{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    padding: 10px 0;*/
/*}*/
/*.ptest-ctch label{*/
/*    width: 50%;*/
/*    padding: 3px 0;*/
/*}*/
/*.ptest-frm{*/
/*    background: #ececec;*/
/*    margin: 0 -25px;*/
/*    display: flex;*/
/*}*/
/*.ptest-frm > div{*/
/*    padding: 10px 15px;*/
/*    width: 50%;*/
/*}*/
/*.ptest-notefrm{*/
/*    background: #8e60a9;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/
/*.ptest-notefrm span{*/
/*    padding: 5px 0*/
/*}*/
/*.ptest-notefrm b{*/
/*    color: #eae33b;*/
/*}*/
/*.ptest-contact{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.ptest-contact .d_contact{*/
/*    width: 100%;*/
/*}*/
/*.ptest-contact input{*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    border-radius: 99px;*/
/*    box-shadow: inset 1px 2px 6px rgba(0,0,0,0.33);*/
/*    margin-bottom: 15px;*/
/*    background: #fff;*/
/*    padding: 0 15px;*/
/*    text-align: center;*/
/*}*/
/*.ptest-gbtn{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.ptest-gbtn a{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    width: calc(50% - 5px);*/
/*    height: 50px;*/
/*    border: 1px solid #fff;*/
/*    border-radius: 99px;*/
/*    box-shadow:0 2px 4px rgba(51,51,51,.44);*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    font-weight: 700;*/
/*    line-height: 1.3;*/
/*}*/
/*.ptest-gbtn a:hover{*/
/*    color: #fff;*/
/*}*/
/*.ptest-send, .ptest-live.active{*/
/*    background: #6069ac;*/
/*}*/
/*.ptest-send.active, .ptest-live{*/
/*    background: #8e60a9;*/
/*}*/
/*!* CSS test trong bài viết *!*/
/*#testPost{*/
/*    margin: 1rem auto;*/
/*    width: 100%;*/
/*    border: 1px solid #6069ac;*/
/*    border-radius: 15px 15px 0 15px;*/
/*    background: #f8f8f8;*/
/*    overflow: hidden;*/
/*}*/
/*#testPost-head{*/
/*    padding: 15px 20px;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    font-size: 20px;*/
/*    line-height: 1.5;*/
/*    color: #6069ac;*/
/*    font-weight: 700;*/
/*}*/
/*#testPost-ct{*/
/*    padding: 0 20px;*/
/*}*/
/*.testPost-ch{*/
/*    padding: 5px 0px;*/
/*}*/
/*.testPost-tit{*/
/*    font-size: 18px;*/
/*    font-weight: 700;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.testPost-ct{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin: 0 -5px;*/
/*}*/
/*.testPost-ct label{*/
/*    width: 50%;*/
/*    padding: 3px 5px;*/
/*    font-weight: 400;*/
/*}*/
/*.testPost-ct input {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    -ms-appearance: none;*/
/*    -o-appearance: none;*/
/*    appearance: none;*/
/*    top: 2px;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    height: 14px;*/
/*    width: 14px;*/
/*    -webkit-transition: all 0.15s ease-out 0s;*/
/*    -moz-transition: all 0.15s ease-out 0s;*/
/*    transition: all 0.15s ease-out 0s;*/
/*    background: transparent;*/
/*    border: 1px solid #6069ac;*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*    outline: none;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    border-radius: 50%;*/
/*    margin-right: 10px;*/
/*}*/
/*.testPost-ct input:checked{*/
/*    background: #6069ac;*/
/*}*/
/*#testPost-frm{*/
/*    padding: 15px 20px;*/
/*    background: #6069ac;*/
/*    color: #fff;*/
/*}*/
/*#testPost-frm b{*/
/*    color: #ffeb3b;*/
/*    line-height: 1.4 !important;*/
/*}*/
/*.testPost-text1,.testPost-text2{*/
/*    font-size: 16px;*/
/*    text-align: center;*/
/*}*/
/*.testPost-frm{*/
/*    margin: 15px 0;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*.testPost-frm input{*/
/*    width: 40%;*/
/*    height: 40px;*/
/*    color: #333;*/
/*    background: #fff;*/
/*    border: 1px solid #0b7795;*/
/*    box-shadow: inset 0px 0px 7px rgb(0 0 0 / 50%);*/
/*    border-radius: 5px;*/
/*    outline: none;*/
/*    padding: 0 10px;*/
/*}*/
/*.testPost-gbt{*/
/*    flex: 1;*/
/*    padding-left: 15px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
/*.testPost-gbt a{*/
/*    width: calc(50% - 3px);*/
/*    height: 40px;*/
/*    border-radius: 5px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    line-height: 18px;*/
/*}*/
/*#testPost-send,#testPost-live.active{*/
/*    background: #ef3737;*/
/*    color: #fff;*/
/*}*/
/*#testPost-live,#testPost-send.active{*/
/*    background: #ffeb3b;*/
/*    color: #333;*/
/*}*/

/*#ldocters-wrap{*/
/*    margin-top: 30px;*/
/*    margin-bottom: 50px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*}*/
/*#ldocters-wrap:after{*/
/*    content: "";*/
/*    flex: auto;*/
/*}*/
/*.bsbox{*/
/*    border-radius: 15px;*/
/*    border: 1px solid #595959;*/
/*    margin-bottom: 20px;*/
/*    overflow: hidden;*/
/*    height: 100%;*/
/*    box-shadow: 1px 1px 8px rgb(0 0 0 / 30%);*/
/*}*/
/*.bsbox-thumb img{*/
/*    width: 100%;*/
/*}*/
/*.bsbox-inf{*/
/*    padding: 10px 20px 0;*/
/*    font-size: 15px;*/
/*}*/
/*.bsbox-name{*/
/*    display: block;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    color: #6069ac;*/
/*    text-align: center;*/
/*    font-family: 'HelvetIns';*/
/*    margin-bottom: 10px;*/
/*}*/
/*.bsbox-name span{*/
/*    border-bottom: 1px solid #6069ac;*/
/*    padding-bottom: 5px;*/
/*}*/
/*.bsbox-inf p{*/
/*    margin-top: 0;*/
/*    margin-bottom: 5px;*/
/*    text-align: center;*/
/*}*/
/*.bsbox-link{*/
/*    display: block;*/
/*    margin: 15px auto 0;*/
/*    color: #8e60a9;*/
/*    width: 155px;*/
/*    height: 32px;*/
/*    border: 1px solid #6069ac;*/
/*    text-align: center;*/
/*    position: relative;*/
/*    text-transform: uppercase;*/
/*    padding-left: 30px;*/
/*    line-height: 30px;*/
/*    font-weight: 700;*/
/*}*/
/*.bsbox-link:before {*/
/*    content: '\f104';*/
/*    font-family: 'FontAwesome5Pro';*/
/*    display: block;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    color: #fff;*/
/*    background: #6069ac;*/
/*    font-size: 20px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    text-align: center;*/
/*}*/
/*.docter-ava{*/
/*    overflow: hidden;*/
/*    border-radius: 15px;*/
/*    border: 1px solid #6069ac;*/
/*}*/
/*.docter-info h1{*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    padding-bottom: 0;*/
/*    color: #6069ac;*/
/*    text-transform: uppercase;*/
/*    font-weight: 600;*/
/*}*/
/*.docter-info h1:before{*/
/*    content: "\f0f0";*/
/*    font-family: 'FontAwesome5Pro';*/
/*    padding-right: 7px;*/
/*}*/
/*.docter-qtcongtac{*/
/*    padding: 10px 15px !important;*/
/*    background-color: #eee;*/
/*    border-radius: 5px;*/
/*    margin-top: 15px;*/
/*}*/
/*.docter-qtcongtac li{*/
/*    text-align: justify;*/
/*    padding: 2px 0 2px 18px !important;*/
/*    list-style: none !important;*/
/*    position: relative;*/
/*}*/
/*.docter-qtcongtac li:before {*/
/*    content: "\f0da";*/
/*    font-family: 'FontAwesome5Pro';*/
/*    font-weight: 900;*/
/*    color: #6069ac;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    left: 0;*/
/*}*/
/*.docter-details{*/
/*    margin-top: 30px;*/
/*}*/
/*!* Contact page *!*/
/*#pct-wrap{*/
/*    padding: 30px 0 100px;*/
/*}*/
/*#pct-head{*/
/*    text-align: center;*/
/*    margin-bottom: 50px;*/
/*}*/
/*#pct-head h1{*/
/*    display: inline-flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    height: 50px;*/
/*    background: #6069ac;*/
/*    text-transform: uppercase;*/
/*    font-size: 25px;*/
/*    font-family: 'HelvetIns';*/
/*    color: #fff;*/
/*    padding: 0 35px;*/
/*    border-radius: 99px;*/
/*    font-weight: 400;*/
/*}*/
/*#pct-inf > div{*/
/*    padding-left: 30px;*/
/*    padding-right: 30px;*/
/*}*/
/*.pct-box{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    padding-top: 10px;*/
/*    border-bottom: 1px dashed #b1b1b1;*/
/*}*/
/*.pct-ic{*/
/*    width: 60px;*/
/*    height: 70px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.pct-ic:after{*/
/*    display: block;*/
/*    font-family: 'FontAwesome5Pro';*/
/*    font-size: 60px;*/
/*    line-height: 1;*/
/*    color: #6069ac;*/
/*}*/
/*#pct-ic1:after{*/
/*    content: '\f879';*/
/*}*/
/*#pct-ic2:after{*/
/*    content: '\f0f8';*/
/*}*/
/*#pct-ic3:after{*/
/*    content: '\f0e0';*/
/*}*/
/*.pct-tit{*/
/*    text-transform: uppercase;*/
/*    font-family: 'HelvetIns';*/
/*    font-size: 20px;*/
/*    margin: 10px 0;*/
/*    color: #6069ac;*/
/*}*/
/*.pct-tit:after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100px;*/
/*    height: 2px;*/
/*    background: #8e60a9;*/
/*    margin: 5px auto 0;*/
/*}*/
/*.pct-box p{*/
/*    margin: 3px 0;*/
/*}*/
/*.pct-box strong{*/
/*    color: #6069ac;*/
/*}*/
/*.pct-box span{*/
/*    color: #8e60a9;*/
/*    font-size: 18px;*/
/*}*/
/*#pct-frm{*/
/*    margin-top: 30px;*/
/*    max-width: 920px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/
/*#pct-frm p{*/
/*    font-size: 18px;*/
/*}*/
/*#pct-frm .d_contact{*/
/*    margin-top: 15px;*/
/*}*/
/*#pct-frm input, #pct-frm textarea {*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 40px;*/
/*    border: 1px solid #e1e1e1;*/
/*    border-radius: 3px;*/
/*    line-height: 30px;*/
/*    margin-bottom: 10px;*/
/*    outline: none;*/
/*    padding: 0 10px*/
/*}*/
/*#pct-frm textarea {*/
/*    height: 140px;*/
/*    padding: 5px 10px;*/
/*}*/
/*#pct-frm button {*/
/*    display: block;*/
/*    width: 120px;*/
/*    height: 35px;*/
/*    background: #8e60a9;*/
/*    color: #fff;*/
/*    text-transform: uppercase;*/
/*    border-radius: 3px;*/
/*    border: none;*/
/*    float: right;*/
/*    margin-bottom: 15px;*/
/*    font-weight: 700;*/
/*}*/
/*!* CSS Shortcode in post *!*/
/*.scWrp {*/
/*    margin-top: 1rem;*/
/*    margin-bottom: 1rem;*/
/*    text-align: center;*/
/*}*/
/*.sc-ctn{*/
/*    display: block;*/
/*    text-align: center;*/
/*}*/

/*.sc-ctn.rl {*/
/*    position: relative;*/
/*}*/

/*.sc-link {display: flex;justify-content: center;}*/

/*.sc-link a {*/
/*    display: inline-block;*/
/*    width: 48%;*/
/*    position: absolute;*/
/*    height: 50px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    cursor: pointer;*/
/*}*/

/*.sc-link a:nth-child(2) {*/
/*    left: initial;*/
/*    right: 0;*/
/*}*/

/*#postBs-wrap{*/
/*    padding-top: 30px;*/
/*}*/
/*#postBs-head{*/
/*    font-family: 'HelvetIns';*/
/*    font-size: 24px;*/
/*    font-weight: 400;*/
/*    text-transform: uppercase;*/
/*    color: #6069ac;*/
/*}*/

/*#postBs{*/
/*    margin: 30px 0;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: stretch;*/
/*}*/
/*.postBs-box{*/
/*    border-radius: 30px;*/
/*    background: #f7f7f7 url(img/postBs/bs-bg.png) center top no-repeat;*/
/*    background-size: 100%;*/
/*    padding: 15px 20px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    width: calc(33.333% - 15px);*/
/*    text-align: center;*/
/*    font-size: 15px;*/
/*}*/
/*.postBs-img{*/
/*    width: 80%;*/
/*    margin: 0 auto 15px;*/
/*}*/
/*.postBs-img img {*/
/*    width: 230px;*/
/*    height: 230px;*/
/*    border: 5px solid #ffffff;*/
/*    border-radius: 50%;*/
/*    overflow: hidden;*/
/*}*/
/*.postBs-img.border-none img {*/
/*    border: medium none;*/
/*}*/
/*.postBs-name{*/
/*    color: #6069ac;*/
/*}*/
/*.postBs-name b{*/
/*    display: block;*/
/*    font-family: 'HelvetIns';*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*}*/
/*.postBs-box i{*/
/*    background-image: url(img/postBs/bs-ic.png);*/
/*    background-repeat: no-repeat;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*}*/
/*table.postBs-inf{*/
/*    margin: 10px auto;*/
/*    text-align: left;*/
/*}*/
/*table.postBs-inf tr td{*/
/*    width: 140px;*/
/*    height: 25px;*/
/*}*/
/*table.postBs-inf tr td:first-of-type{*/
/*    border-right: 1px dashed #6069ac;*/
/*}*/
/*table.postBs-inf tr td:last-of-type{*/
/*    padding-left: 15px;*/
/*}*/
/*table.postBs-inf i{*/
/*    margin-right: 5px;*/
/*    width: 19px;*/
/*    background-position-x: 0;*/
/*}*/
/*.postBs-ic1{*/
/*    height: 19px;*/
/*    background-position-y: 0;*/
/*}*/
/*.postBs-ic2{*/
/*    height: 19px;*/
/*    background-position-y: -20px;*/
/*}*/
/*.postBs-ic3{*/
/*    height: 15px;*/
/*    background-position-y: -40px;*/
/*}*/
/*.postBs-btns{*/
/*    display: flex;*/
/*    justify-content: center;*/

/*}*/
/*.postBs-link{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 140px;*/
/*    height: 42px;*/
/*    margin: 0 8px;*/
/*    background: #f7f7f7;*/
/*    border: 2px solid #aeb5e9;*/
/*    position: relative;*/
/*    text-transform: uppercase;*/
/*    font-family: 'HelvetIns';*/
/*    color: #fff;*/
/*    font-weight: 400;*/
/*    padding-bottom: 3px;*/
/*}*/
/*.postBs-link:hover{*/
/*    color: #fff;*/
/*}*/
/*.postBs-link:before{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 140px;*/
/*    height: 42px;*/
/*    background: #6069ac;*/
/*    position: absolute;*/
/*    bottom: 1px;*/
/*    z-index: 0;*/
/*}*/
/*.postBs-link.postBs-dh{*/
/*    border-radius: 0 20px 0 20px;*/
/*    padding-right: 3px;*/
/*}*/
/*.postBs-link.postBs-linkBs{*/
/*    border-radius: 20px 0 20px 0;*/
/*    padding-left: 3px;*/
/*}*/
/*.postBs-link.postBs-dh:before{*/
/*    right: 1px;*/
/*    border-radius: 0 20px 0 20px;*/
/*}*/
/*.postBs-link.postBs-linkBs:before{*/
/*    left: 1px;*/
/*    border-radius: 20px 0 20px 0;*/
/*}*/
/*.postBs-link i, .postBs-link span{*/
/*    position: relative;*/
/*    z-index: 1;*/
/*}*/
/*.postBs-link i{*/
/*    margin-right: 5px;*/
/*}*/
/*.postBs-ic4{*/
/*    width: 19px;*/
/*    height: 19px;*/
/*    background-position: 0 -56px;*/
/*}*/
/*.postBs-ic5{*/
/*    width: 20px;*/
/*    height: 22px;*/
/*    background-position: 0 -76px;*/
/*}*/




/*!*.postBs-inf > div{*/
/*	display: inline-flex;*/
/*}*/
/*.postBs-inf span{*/
/*	padding: 5px 10px 5px 30px;*/
/*	border-right: 1px dashed #6069ac;*/
/*}*/
/*.postBs-inf b{*/
/*	padding: 5px 10px;*/
/*}*!*/


/*@media screen and (max-width: 991.98px){*/
/*    #bannerTop{*/
/*        padding-top: 22px;*/
/*    }*/
/*    #hh1-btnmn,#hh1-searchm{*/
/*        width: 50px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        font-size: 25px;*/
/*        line-height: 30px;*/
/*        color: #6069ac;*/
/*    }*/
/*    #logo{*/
/*        flex: 1;*/
/*        padding: 0 10px;*/
/*    }*/
/*    section:not(#slider){*/
/*        padding: 30px 0;*/
/*    }*/
/*    #mainmenu{*/
/*        width: 100%;*/
/*    }*/
/*    #mainmenu li{*/
/*        width: 25%;*/
/*    }*/
/*    #mainmenu li:nth-child(3),#mainmenu li:nth-child(4){*/
/*        display: none;*/
/*    }*/
/*    #mainmenu > li > a{*/
/*        text-transform: none;*/
/*        padding: 0 10px;*/
/*        text-align: center;*/
/*        justify-content: center;*/
/*    }*/
/*    !*.catehome-items{*/
/*        display: flex;*/
/*        align-items: stretch;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*    */
/*    .catehome-tit{*/
/*        width: 100px;*/
/*        background: #6069ac;*/
/*        color: #fff;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        text-align: center;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        margin-bottom: 5px;*/
/*        line-height: 1.3;*/
/*        padding: 5px;*/
/*        font-weight: 700;*/
/*        margin-right: 5px;*/
/*        font-size: 18px;*/
/*    }*/
/*    .catehome-child{*/
/*        flex: 1;*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        align-items: stretch;*/
/*        justify-content: space-between*/
/*    }*/
/*    .catehome-child a{*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        width: calc(50% - 2px);*/
/*        padding: 2px 3px;*/
/*        height: 35px;*/
/*        background: #f0f2ff;*/
/*        margin-bottom: 3px;*/
/*        border-radius: 2px;*/
/*        font-size: 14px;*/
/*        text-align: center;*/
/*        line-height: 15px;*/
/*    }*!*/
/*    !*.catehome-tit i{*/
/*        width: 40px;*/
/*        height: 42px;*/
/*        background-position-y: -112px;*/
/*    }*/
/*    #catehome-ic1{*/
/*        background-position-x: -0px;*/
/*    }*/
/*    #catehome-ic2{*/
/*        background-position-x: -40px;*/
/*    }*/
/*    #catehome-ic3{*/
/*        background-position-x: -80px;*/
/*    }*/
/*    #catehome-ic4{*/
/*        background-position-x: -120px;*/
/*    }*/
/*    #catehome-ic5{*/
/*        background-position-x: -160px;*/
/*    }*/
/*    */
/*    .catehome-items[target="#catehome-bqhm"] .catehome-child a:last-child,*/
/*    .catehome-items[target="#catehome-cthm"] .catehome-child a:last-child,*/
/*    .catehome-items[target="#catehome-cd"] .catehome-child a:last-child{*/
/*        width: 100%;*/
/*    }*/
/*    .catehome-items[target="#catehome-bhtg"] .catehome-child a{*/
/*        height: 100%;*/
/*    }*!*/
/*    .sec2-box p{*/
/*        min-height: 80px;*/
/*    }*/
/*    #sec3{*/
/*        padding-top: 0 !important;*/
/*    }*/
/*    .sec3-headm{*/
/*        background: rgb(74,79,129);*/
/*        background: linear-gradient(90deg, rgba(74,79,129,1) 0%, rgba(96,102,169,1) 100%);*/
/*    }*/
/*    .sec3-headm em{*/
/*        display: block;*/
/*        padding: 20px 15px;*/
/*        color: #fff;*/
/*        line-height: 24px;*/
/*        text-align: justify;*/
/*    }*/
/*    #sec3-wrapbs{*/
/*        margin: 30px 0;*/
/*    }*/
/*    .sec3boxbs-btns{*/
/*        padding-top: 0;*/
/*    }*/
/*    .sec3boxbs-btns a{*/
/*        width: calc(50% - 7px);*/
/*    }*/
/*    .sec4-box{*/
/*        line-height: 20px;*/
/*    }*/
/*    .sec5-box{*/
/*        width: unset !important;*/
/*        margin: 0 5px;*/
/*    }*/
/*    #sec6{*/
/*        padding: 50px 0 !important;*/
/*    }*/
/*    #sec6-frm{*/
/*        width: 100%;*/
/*        margin: 0;*/
/*    }*/
/*    #sec6-frm textarea{*/
/*        height: 120px;*/
/*    }*/
/*    .sec7-phbn{*/
/*        height: unset !important;*/
/*    }*/
/*    .sec7phbn-inf{*/
/*        margin-top: 15px;*/
/*    }*/
/*    .sec7phbn-inf:after{*/
/*        display: none !important;*/
/*    }*/
/*    #crumbs{*/
/*        margin-bottom: 25px;*/
/*    }*/
/*    #breadcrumbs{*/
/*        padding-top: 10px;*/
/*        padding-bottom: 10px;*/
/*        line-height: 25px;*/
/*    }*/
/*    #cat-child{*/
/*        margin-left: 0px;*/
/*        margin-right: 0px;*/
/*        margin-bottom: 15px;*/
/*    }*/
/*    #cat-child a{*/
/*        flex: unset !important;*/
/*        width: calc(50% - 10px);*/
/*        height: 45px;*/
/*        margin-left: 5px;*/
/*        margin-right: 5px;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*    #cat-child a:nth-child(5){*/
/*        width: 100%;*/
/*    }*/
/*    #postcate-wrap{*/
/*        border: none;*/
/*        padding: 0 5px;*/
/*        margin-bottom: 30px;*/
/*    }*/
/*    .posts{*/
/*        padding: 10px;*/
/*        margin-bottom: 20px;*/
/*    }*/
/*    .posts-thumb{*/
/*        width: 140px;*/
/*        height: 95px*/
/*    }*/
/*    .posts-info{*/
/*        padding-left: 10px*/
/*    }*/
/*    .posts-info h4 a{*/
/*        font-size: 15px;*/
/*        line-height: 20px;*/
/*        -webkit-line-clamp: 3;*/
/*    }*/
/*    .posts-meta{*/
/*        justify-content: flex-end;*/
/*    }*/
/*    .posts-meta_link{*/
/*        width: 90px;*/
/*        height: 30px;*/
/*        line-height: 30px;*/
/*        font-size: 14px*/
/*    }*/
/*    #title_post{*/
/*        padding: 10px;*/
/*    }*/
/*    #footer{*/
/*        padding-top: 30px;*/
/*        padding-bottom: 60px;*/
/*    }*/
/*    #pfixbottom{*/
/*        box-shadow: 0px -2px 15px rgb(134 134 134);*/
/*    }*/
/*    #pfixbottom-m-gbtn{*/
/*        display: flex;*/
/*        width: 100%;*/
/*        height: 50px;*/
/*        position: absolute;*/
/*        bottom: 0;*/
/*    }*/
/*    #pfixbottom-m-gbtn a{*/
/*        width: 25%;*/
/*        height: 50px;*/
/*        background: transparent;*/
/*    }*/
/*    #pfixbottom-m-gbtn a:first-child{*/
/*        width: 50%;*/
/*    }*/
/*    .ptest-head{*/
/*        padding-top: 0.7rem;*/
/*        padding-bottom: 0.7rem;*/
/*        font-size: 26px;*/
/*    }*/
/*    .ptest-ic1{*/
/*        width: 49px;*/
/*        height: 54px;*/
/*        background-position: -113px -207px;*/
/*    }*/
/*    .ptest-ct{*/
/*        padding: 20px 10px 0;*/
/*    }*/
/*    .ptest-note{*/
/*        padding: 10px 15px;*/
/*        text-align: center;*/
/*    }*/
/*    .ptest-note span{*/
/*        padding-left: 0;*/
/*    }*/
/*    .ptest-ic2{*/
/*        display: none !important;*/
/*    }*/
/*    .ptest-frm{*/
/*        flex-direction: column;*/
/*    }*/
/*    .ptest-frm > div{*/
/*        width: 100%;*/
/*    }*/
/*    .ptest-contact{*/
/*        padding-top: 20px !important;*/
/*        padding-bottom: 20px !important;*/
/*    }*/
/*    .docter-info h1{*/
/*        text-align: center;*/
/*        font-weight: 400;*/
/*    }*/
/*    .docter-info h1:before{*/
/*        font-weight: 900;*/
/*    }*/
/*    .post-content{*/
/*        font-size: 16px;*/
/*    }*/
/*    .post-content img{*/
/*        max-width: 90%;*/
/*    }*/
/*    #testPost-head{*/
/*        font-size: 16px;*/
/*    }*/
/*    .testPost-tit{*/
/*        font-size: 16px;*/
/*        line-height: 1.5;*/
/*    }*/
/*    .testPost-ct label{*/
/*        width: 100%;*/
/*    }*/
/*    .testPost-frm input{*/
/*        width: 100%;*/
/*        margin-bottom: 10px;*/
/*    }*/
/*    .testPost-gbt{*/
/*        padding-left: 0px;*/
/*    }*/

/*}*/


/*@media screen and (min-width: 992px){*/
/*    #hh1-wrap .is_ps{*/
/*        flex: 1;*/
/*    }*/
/*    #rlogo{*/
/*        display: flex;*/
/*    }*/
/*    .rlogo-box{*/
/*        display: flex;*/
/*        align-items: center*/
/*    }*/
/*    .rlogo-box p{*/
/*        padding-left: 10px;*/
/*        line-height: 22px;*/
/*    }*/
/*    .rlogo-box p span{*/
/*        display: block;*/
/*        font-family: 'HelvetIns';*/
/*        font-size: 18px;*/
/*        color: #6069ac;*/
/*    }*/
/*    #rlogo-ic1{*/
/*        width: 58px;*/
/*        height: 58px;*/
/*        background-position: -2px -3px;*/
/*    }*/
/*    #rlogo-ic2{*/
/*        width: 58px;*/
/*        height: 58px;*/
/*        background-position: -62px -3px;*/
/*    }*/
/*    .rlogo-box:last-child{*/
/*        margin-left: 100px;*/
/*    }*/

/*    #catehome-ct{*/
/*        border: 1px solid #ccc;*/
/*        border-radius: 5px;*/
/*        padding: 5px 30px;*/
/*        height: calc(100% - 2px);*/
/*        text-align: justify;*/
/*    }*/
/*    .catehome-ct{*/
/*        display: none;*/
/*    }*/
/*    .catehome-ct.current{*/
/*        display: block;*/
/*    }*/
/*    .catehome-ct b{*/
/*        font-size: 20px;*/
/*    }*/
/*    .catehome-ct ul{*/
/*        margin-top: 20px;*/
/*    }*/
/*    .catehome-ct ul li{*/
/*        padding: 3px 0;*/
/*    }*/
/*    .catehome-ct ul li a{*/
/*        width: 100%;*/
/*        display: inline-block;*/
/*        white-space: nowrap;*/
/*        overflow: hidden;*/
/*        text-overflow: ellipsis;*/
/*        position: relative;*/
/*        padding-left: 20px;*/
/*    }*/
/*    .catehome-ct ul li a:before {*/
/*        content: "\f0da";*/
/*        font-family: 'FontAwesome5Pro';*/
/*        position: absolute;*/
/*        left: 0px;*/
/*        font-weight: 900;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 991.98px) {*/
/*    #ez-toc-container {*/
/*        width: 100% !important;*/
/*        background: #f4f4f4 !important;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1399.98px){*/
/*    #postBs{*/
/*        margin-bottom: 50px;*/
/*    }*/
/*    .postBs-box{*/
/*        margin: 0 10px;*/
/*    }*/
/*}*/
/*#ez-toc-container {*/
/*    border: 2px solid #6069ac!important;*/
/*    max-height: 250px;*/
/*    display: block !important;*/
/*    overflow-y: hidden;*/
/*    padding: 0 !important;*/
/*    !*margin-left: 1rem;*!*/
/*}*/

/*.ez-toc-heading-level-2>a {*/
/*    font-weight: 700;*/
/*    text-transform: capitalize !important;*/
/*    padding-top: 5px;*/
/*    display: block;*/
/*}*/

/*.ez-toc-title-container {*/
/*    padding: 10px;*/
/*    background: #8e60a9;*/
/*    color: #fff;*/
/*    font-size: 19px;*/
/*    font-weight: 700!important;*/
/*}*/

/*.ez-toc-title {*/
/*    padding-left: 30px;*/
/*}*/

/*.ez-toc-title:before {*/
/*    content: '\f0cb';*/
/*    font-family: FontAwesome5Pro;*/
/*    font-size: 20px;*/
/*    margin-right: 5px;*/
/*    font-weight: 700;*/
/*}*/

/*.ez-toc-list {*/
/*    padding: 0 10px 10px !important;*/
/*    height: 200px;*/
/*    overflow-y: auto !important;*/
/*}*/

/*#ez-toc-container ul li::before {*/
/*    display: none;*/
/*}*/

/*@media screen and (min-width: 992px) {*/
/*    #ez-toc-container {*/
/*        display: none!important;*/
/*    }*/
/*}*/


/*!* quizz *!*/
/*.quizz-form {*/
/*    background-color: #8e60a9;*/
/*    padding: 15px;*/
/*    border-radius: 10px;*/
/*    max-width: 415px;*/
/*    color: #fff;*/
/*    margin:25px auto;*/
/*}*/

/*.quizz-form .sp-heading {*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 25px;*/
/*    margin-top: 15px;*/
/*    text-align: center;*/
/*    font-weight: 700;*/
/*    position: relative;*/
/*    font-size: 16px;*/
/*    color: #f9ff00;*/
/*}*/

/*.quizz-form .sp-heading:before {*/
/*    content: "";*/
/*    width: 60px;*/
/*    border-top: 1px dashed #f9ff00;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    margin-left: -30px;*/
/*    margin-top: -10px*/
/*}*/

/*.quizz-form .sp-heading:after {*/
/*    content: "";*/
/*    width: 150px;*/
/*    border-top: 1px solid #f9ff00;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    margin-left: -75px;*/
/*    margin-bottom: -10px*/
/*}*/

/*.quizz-form .card {*/
/*    background-color: transparent;*/
/*    border: none*/
/*}*/

/*.quizz-form .card-header {*/
/*    border: none;*/
/*    font-weight: 700*/
/*}*/

/*.quizz-form .card-title {*/
/*    margin-bottom: 0*/
/*}*/

/*.quizz-form .card .form-check-input {*/
/*    margin-top: 5px;*/
/*    margin-bottom: -5px*/
/*}*/

/*.quizz-form .card label {*/
/*    font-size: 14px*/
/*}*/

/*.quizz-form .card .custom-checkbox .custom-control-input:checked~.custom-control-label:after,*/
/*.quizz-form .card .custom-control-input:checked~.custom-control-label:before {*/
/*    color: #000*/
/*}*/

/*.quizz-form .nav-control {*/
/*    position: relative;*/
/*    display: flex;*/
/*    border-top: 1px dashed #f3deff;*/
/*    padding-top: 10px;*/
/*    max-width: 90%;*/
/*    margin: 0 auto;*/
/*    justify-content: end;*/
/*    gap: 5px;*/
/*}*/

/*.quizz-form .nav-control .btn {*/
/*    display: block;*/
/*    background-color: #ffe500;*/
/*    border-radius: 30px;*/
/*    font-weight: 700;*/
/*    padding: 10px 25px;*/
/*    font-size: 13px;*/
/*    outline: none;*/
/*    border: none;*/
/*    cursor: pointer;*/
/*}*/

/*.quizz-form .nav-control .btn:hover {*/
/*    background-color: #ffeb3b*/
/*}*/

/*.quizz-form .card {*/
/*    display: none*/
/*}*/

/*.quizz-form .card.show {*/
/*    display: block*/
/*}*/

/*.quizz-form .btn-next.hidden,*/
/*.quizz-form .btn-prev.hidden {*/
/*    display: none*/
/*}*/

/*.quizz-form .btn-next.show,*/
/*.quizz-form .btn-prev.show {*/
/*    display: block*/
/*}*/

/*.quizz-form .btn-form,*/
/*.quizz-form .btn-form.hidden {*/
/*    display: none*/
/*}*/

/*.quizz-form .btn-form.show {*/
/*    display: block*/
/*}*/

/*.quizz-form .form-info {*/
/*    display: none*/
/*}*/

/*.quizz-form .form-info .form-control {*/
/*    border: none;*/
/*    font-size: 14px*/
/*}*/

/*.quizz-form .form-info .btn-submit {*/
/*    width: 100%;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    background-color: #ffeb3b;*/
/*    font-size: 14.5px;*/
/*    padding: 10px 15px;*/
/*    cursor: pointer;*/
/*}*/

/*.quizz-form .form-info.hidden {*/
/*    display: none*/
/*}*/

/*.quizz-form .form-info.show {*/
/*    display: block*/
/*}*/

/*.quizz-form .title-info {*/
/*    font-weight: 700;*/
/*    text-align: center*/
/*}*/
/*.quizz-form input[type=checkbox],*/
/*.quizz-form input[type=radio] {*/
/*    -webkit-appearance: none;*/
/*    -moz-appearance: none;*/
/*    -ms-appearance: none;*/
/*    -o-appearance: none;*/
/*    appearance: none;*/
/*    position: relative;*/
/*    top: 3px;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    height: 18px;*/
/*    width: 18px;*/
/*    -webkit-transition: all 0.15s ease-out 0s;*/
/*    -moz-transition: all 0.15s ease-out 0s;*/
/*    transition: all 0.15s ease-out 0s;*/
/*    background: #fff;*/
/*    border: 1px solid #fff;*/
/*    cursor: pointer;*/
/*    display: inline-block;*/
/*    margin: 0;*/
/*    outline: none;*/
/*    position: relative;*/
/*    z-index: 0;*/
/*    border-radius: 4px;*/
/*    margin-right: 5px;*/
/*}*/

/*.quizz-form input[type=checkbox]:checked,.quizz-form input[type=radio]:checked {*/
/*    background: #007bff;*/
/*    border-color: #007bff;*/
/*}*/
/*.sp-form-question .btn-submit {*/
/*    display: block;*/
/*    width: 100%;*/
/*    color: #fff;*/
/*    text-align: center;*/
/*    font-weight: 700;*/
/*    text-transform: uppercase;*/
/*    margin-top: 0px;*/
/*    box-shadow: 0 4px 12px 0 #d9b76a;*/
/*    background-image: linear-gradient(90deg, #f4aa00, #f4aa00 51%, #f4aa00);*/
/*    border: none;*/
/*    outline: none;*/
/*    font-size: 14px;*/
/*    padding: 10px 15px;*/
/*    background-size: 200% auto;*/
/*    transition: all .3s;*/
/*}*/
/*#form-info input, #form-info textarea{*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding: .375rem .75rem;*/
/*    font-size: 1rem;*/
/*    line-height: 1.5;*/
/*    color: #495057;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid #ced4da;*/
/*    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
/*    outline:none;*/
/*    !* margin-bottom: 15px; *!*/
/*}*/

/*.tabq {*/
/*    display: none;*/
/*    position: relative;*/
/*    min-width: 0;*/
/*    word-wrap: break-word;*/
/*}*/

/*.tabq .quest-title {*/
/*    padding: 0.5rem 0.75rem;*/
/*    margin-bottom: 0;*/
/*    background-color: rgba(0, 0, 0, .03);*/
/*    border: none;*/
/*    font-weight: 700;*/
/*}*/

/*.tabq .quest-title:first-child {*/
/*    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;*/
/*}*/

/*.quest-ans {*/
/*    -ms-flex: 1 1 auto;*/
/*    flex: 1 1 auto;*/
/*    padding: 0.75rem 0 .5rem;*/
/*}*/
/*.custom-control {*/
/*    position: relative;*/
/*    display: block;*/
/*    min-height: 1.5rem;*/
/*    padding-left: 1.5rem;*/
/*}*/

/*.quest-ans label {*/
/*    display: block;*/
/*}*/
/*.quest-ans label br {display: none;}*/

/*input[type=radio] {*/
/*    border-radius:50%!important;*/
/*}*/

/*#pfbMobi {*/
/*    position: relative;*/
/*}*/

/*#pfbMobi-btn {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/

/*#pfbMobi-btn a {*/
/*    width: 42%;*/
/*}*/

/*#pfixbot-hotline {*/
/*    flex: 1;*/
/*}*/

/*span.ez-toc-icon-toggle-span {*/
/*    display: none;*/
/*}*/

/*div#ez-toc-container {*/
/*    padding: 0 7px!important;*/
/*}*/

/*!* csvc *!*/
/*#pcsvcThumb {*/
/*    padding: 50px 100px;*/
/*    background: rgb(96 105 172);*/
/*    border-radius: 20px;*/
/*}*/

/*.pcsvcS {*/
/*    padding: 30px 15px;*/
/*}*/

/*.pcsvcSBox {*/
/*    width: 100%;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/

/*.pcsvcSBox:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: rgb(116 126 203 / 45%);*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    top: 0;*/
/*}*/

/*.slick-current .pcsvcSBox {*/
/*    transform: scale(1.15);*/
/*    -moz-transform: scale(1.15);*/
/*    -ms-transform: scale(1.15);*/
/*    -o-transform: scale(1.15);*/
/*    -webkit-transform: scale(1.15);*/
/*    box-shadow: 0 0 10px rgba(0, 0, 0, .5);*/
/*}*/

/*.slick-current .pcsvcSBox:after {*/
/*    display: none;*/
/*}*/

/*.pcsvcSBox-thumb {*/
/*    width: 100%;*/
/*    height: 145px;*/
/*    background: #ebebeb;*/
/*    overflow: hidden;*/
/*    display: block;*/
/*    position: relative;*/
/*}*/

/*.pcsvcSBox-thumb img {*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*}*/

/*.pcsvcSBox-name {*/
/*    height: 60px;*/
/*    background: #fff;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 12px;*/
/*    line-height: 16px;*/
/*    text-transform: uppercase;*/
/*    text-align: center;*/
/*    font-weight: 500;*/
/*}*/

/*#pcsvc {*/
/*    padding: 50px 70px;*/
/*}*/

/*.pcsvcBox {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.pcsvcSBox-img {*/
/*    width: 50%;*/
/*    max-width: 470px;*/
/*}*/

/*.pcsvcSBox-text {*/
/*    flex: 1;*/
/*    padding-left: 30px;*/
/*    text-align: justify;*/
/*}*/

/*.pcsvcSBox-tit {*/
/*    font-size: 22px;*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*}*/

/*#pcsvcPK {*/
/*    background: url(img/csvc/bg-kgpk.jpg) center top no-repeat;*/
/*    padding-top: 30px;*/
/*    margin-bottom: 70px;*/
/*}*/

/*.pcsvcPK-itm {*/
/*    padding: 0 15px 30px;*/
/*}*/

/*.pcsvcPK-box {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    background: #fff;*/
/*    padding: 20px 15px 30px;*/
/*    border-radius: 15px;*/
/*    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
/*}*/

/*.pcsvcPK-name {*/
/*    text-transform: uppercase;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    color: #333333;*/
/*    margin-bottom: 10px;*/
/*}*/

/*#pcsvcThumb .slick-arrow {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 40px;*/
/*    opacity: 1;*/
/*    border: none;*/
/*    background: transparent;*/
/*    padding: 5px;*/
/*    border-radius: 3px;*/
/*    z-index: 1;*/
/*    font-size: 72px;*/
/*    transform: translateY(-50%);*/
/*    color: #fefefe;*/
/*}*/

/*#pcsvcThumb .slickNext {*/
/*    left: unset;*/
/*    right: 40px;*/
/*}*/

/*#pHead {*/
/*    margin: 80px auto 30px;*/
/*    text-align: center;*/
/*    font-size: 30px;*/
/*    font-weight: 700;*/
/*    text-transform:uppercase;*/
/*}*/

/*#pcsvcPK .secHead {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 5px 25px;*/
/*    font-family: 'HelvetIns';*/
/*    font-size: 30px;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 30px;*/
/*    border: none;*/
/*    color: #fff;*/
/*}*/

/*.d-flex {*/
/*    display: flex !important;*/
/*}*/
/*.flex-column {*/
/*    flex-direction: column !important;*/
/*}*/
/*.align-items-center {*/
/*    align-items: center !important;*/
/*}*/
/*.justify-content-center {*/
/*    justify-content: center !important;*/
/*}*/

/*.elm-giayphep {*/
/*    color: #ffffff;*/
/*    display: block !important;*/
/*    margin-top: 30px;*/
/*}*/
/*.elm-giayphep p {*/
/*    font-size: 14px;*/
/*    margin: 0 0 3px 0;*/
/*}*/
/*.elm-giayphep p:last-child {*/
/*    margin-bottom: 0px;*/
/*}*/
/*.elm-giayphep p.elm-giayphep-text-1 {*/
/*    font-size: 14px;*/
/*    text-transform: uppercase;*/
/*}*/

/*.elm-aboutus {*/
/*    display: block !important;*/
/*}*/
/*.elm-aboutus ul#ftCate {*/
/*    color: #fff;*/
/*    margin-top: 0px !important;*/
/*    padding-left: 20px;*/
/*    font-size: 16px;*/
/*}*/
/*.elm-aboutus ul li {*/
/*    list-style: disc;*/
/*}*/
/*.elm-aboutus ul li>a {*/
/*    color: #fff !important;*/
/*    text-decoration: none;*/
/*    font-size: 16px;*/
/*}*/

/*@media screen and (max-width: 576px) {*/
/*    .topbanner-singlepost img {*/
/*        width: 100%;*/
/*        height: auto;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 991.98px) {*/
/*    #pHead {*/
/*        margin-top: 40px;*/
/*        margin-bottom: 20px;*/
/*        font-size: 24px;*/
/*    }*/

/*    #pcsvcThumb {*/
/*        padding: 25px 35px;*/
/*        border-radius: 0;*/
/*        margin-left: -10px;*/
/*        margin-right: -10px;*/
/*    }*/

/*    #pcsvcThumb .slick-arrow {*/
/*        left: 0px;*/
/*        font-size: 36px;*/
/*    }*/

/*    #pcsvcThumb .slickNext {*/
/*        right: 0;*/
/*        left: unset;*/
/*    }*/

/*    #pcsvcThumb .slick-slide {*/
/*        padding-left: 10px;*/
/*        padding-right: 10px;*/
/*    }*/

/*    #pcsvc {*/
/*        padding: 30px 0px;*/
/*    }*/

/*    .pcsvcBox>div {*/
/*        width: 100%;*/
/*        max-width: unset;*/
/*    }*/

/*    .pcsvcSBox-text {*/
/*        padding-left: 0;*/
/*        padding-top: 15px;*/
/*    }*/

/*    .pcsvcSBox-tit {*/
/*        text-align: center;*/
/*    }*/

/*    #pcsvcPK {*/
/*        height: 200px;*/
/*        margin-bottom: 180px;*/
/*    }*/

/*    .pcsvcPK-box {*/
/*        padding: 15px 10px 20px;*/
/*        border-radius: 10px;*/
/*        box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 9px;*/
/*    }*/
/*    #pcsvcPK .secHead {*/
/*        font-size: 22px;*/
/*    }*/
/*}*/

/*#pfbMobi-btn2 {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*}*/

/*#pfbMobi-btn2 a:first-child {*/
/*    width: 50%;*/
/*}*/
/*#pfbMobi-btn2 a:nth-child(2) {*/
/*    width: 30%;*/
/*}*/
/*#pfbMobi-btn2 a:last-child {*/
/*    width: 20%;*/
/*}*/

/*.testPost-ct br {*/
/*    display: none;*/
/*}*/