html {
    scroll-behavior: smooth;
}

.card-body img.w-100 {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

.auto-container .lower-content .d-flex {
    font-size: 14px;
    color: #6A6A6A;
}

.more-btn a {
    font-size: 16px;
    font-weight: 400;
}

.row .inner-box .font-medium {
    font-size: 16px;
    color: var(--grey-500);
}

.navigation .current .fa-sort-down,
.navigation .dropdown .fa-sort-down {
    color: #83C541;
    position: relative;
    bottom: 3px;
    left: 5px;

}



/* new image profile update 07/01/2026 */

/* .new-img {
    width: 316px;
    height: 338px;
    border-radius: 15px;
    border: 2px solid #E6E6E6;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
} */

.mobile-menu .collapse i {
    display: none;
}

.feature-block-three .icon i {
    color: var(--teal-600);
}

.feature-block-three .inner-box h4 {
    color: #2c8852;
    font-weight: bold;
}

.feature-block-three .inner-box.custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.feature-block-three .inner-box.custom .icon-box {
    position: initial;
    margin-bottom: 0;
    margin: 1rem;
}

.feature-block-three .inner-box.custom .btn-box {
    width: 100%;
    text-align: center;
}

.events-block-one.custom .inner-box .lower-content .location-box {
    padding-left: 0;
}

.events-section.custom {
    padding-bottom: 80px;
}

/* .main-footer.custom {
    background: none;
} */

/* .main-footer.custom .auto-container {
    max-width: 100%;
    padding: 0;
}

.main-footer.custom .auto-container > div > div {
    padding: 0 15px;
} */

.main-footer.custom>div:nth-child(1) {
    background-color: var(--green-500);
}

.main-footer.custom>div:nth-child(2) {
    background-color: var(--green-700);
}

.main-footer.custom .footer-top {
    position: relative;
    padding: 40px 0px;
}

.main-footer.custom .footer-bottom {
    position: relative;
    padding: 50px 0px;
}

.main-footer.custom .footer-bottom .social-links {
    position: relative;
    display: flex;
    align-items: center;
}

.main-footer.custom .footer-bottom .social-links li {
    margin-right: 10px;
}

.main-footer.custom .footer-bottom .social-links li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.main-footer.custom .footer-bottom .social-links li a:hover {
    color: var(--theme-color);
    background: none !important;
}

.icon-box-circle .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsl(0, 0%, 100%, 5%);
    border-radius: 50%;
    border: 1px solid #f4f4f4;
    color: white;
    margin-inline: auto;
}

.main-content {
    margin-bottom: 361.13px;
}

.main-content .team-section {
    padding-bottom: 48px;
}

.team-section2 {
    padding-bottom: 0px !important;
}

.main-content .service-style-two {
    margin-top: 48px;
    margin-bottom: 40px;
    padding-bottom: 0px;
    height: 66px;
}

.service-style-two .tab-btn-box .tab-btns li:before {
    background-color: var(--teal-500) !important;
    width: 80%;
}

.main-footer.custom {
    min-height: 361.13px;
}

.article-title a {
    color: var(--gray-800);
}

.theme-btn:has(.btn-with-arrow) {
    padding: 0;
    padding-left: 30px;
}

.btn-with-arrow {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: center;
}

.btn-with-arrow i {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--teal-600);
    flex-shrink: 0;
    /* Prevent the icon from shrinking */
}

.btn-with-arrow p {
    vertical-align: middle;
    font-size: inherit !important;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--title-font);
    color: #fff !important;
    text-align: center;
    margin-bottom: 0 !important;
    /* width: calc(100% - 50px - 1rem);  */
    /* Subtract icon width and gap */
    flex: 1;
    /* Alternative: let it grow to fill remaining space */
}

.feature-style-three.custom {
    background: var(--gray02-400);
}

.feature-block-three .inner-box {
    border-radius: 0;
    border-width: 0;
    background-color: var(--gray02-100);
}

.events-block-one .inner-box {
    border-radius: 0;
}

.header-top .top-inner {
    background-color: #358F32;
}

/* .page-title .bg-layer:before{
    background: linear-gradient(102.73deg, #37AA67 0.76%, #DFFFE5 99.64%) !important;
} */

.page-title .bg-layer:before {
    background:
        linear-gradient(180deg,
            rgba(255, 255, 255, 0.192) 0%,
            rgba(255, 255, 255, 0) 50%,
            #37aa67 100%),

        linear-gradient(90deg,
            rgba(131, 193, 65, 0.7) 0%,
            rgba(55, 170, 103, 0.7) 60%,
            rgba(255, 255, 255, 0) 80%,
            rgba(33, 102, 62, 0.7) 100%) !important;
}


.header-top .top-inner p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 900;
}


.page-title .bread-crumb li {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}


.sec-title h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 900;
}

.sec-title .role,
.sec-title .role2 {
    color: var(--grey-500);
}

.service-block-one .inner-box h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.service-block-one .inner-box h3 a {
    color: var(--gray-500);
    font-size: 18px;
    font-weight: 900;
}

.link-arrow-right a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--title-font);
    color: var(--green02-500);
    padding-right: 16px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-block-one .inner-box:hover .link-arrow-right a {
    color: #fff;
}

.link-arrow-right a:hover span {
    text-decoration: underline;
}

.service-block-one .inner-box {
    padding: 0px 20px 32px 20px;
}

.events-block-one .inner-box .lower-content {
    padding: 25px 25px 10px 20px;
}

.mobile-menu .menu-backdrop {
    background-color: var(--green-700);
}

.mobile-menu .menu-box {
    background: var(--green-500);
}

.events-block-one .inner-box .lower-content .post-date {
    background: #37aa67 !important;
}

.feature-block-three .inner-box.custom p {
    color: var(--theme-color);
}

.main-menu .navigation>li.dropdown>a::before {
    position: absolute;
    content: "\f0d7";
    font-family: "Font Awesome 6 Free";
    top: 27px;
    right: 0px;
    font-weight: 500;
    transition: all 500ms ease;
    display: none;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    color: white;
}

.feature-block.centered {
    height: 100%;
}

.feature-block-three .inner-box.custom {
    border-radius: 12px;
    height: 100%;
    min-height: 350px;
    display: flex;
    /* justify-content: space-around; */
}

.feature-block-three .inner-box.custom .course-detail {
    margin-top: auto;
}

.feature-block-course {
    max-width: fit-content;
    padding-inline: 0;
}

.feature-block-course .inner-box.custom {
    padding: 32px 16px;
    height: 400px;
    max-width: 300px;
}

.card-cookie {
    border-radius: 12px;
    display: flex;
    justify-content: space-around;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100 !important;
}

/* edit */

.main-menu .navigation>li>a {
    font-weight: 400;
    color: #2A2A2A !important;
}

.main-menu .navigation>li:hover>a {
    color: var(--theme-color) !important;
}

.page-title .content-box h2 {
    font-size: 32px;
    line-height: 24px;
    font-weight: 900;

}

.row-personcards .col {
    margin-top: 32px;
}

/* กรอบนอกแต่ละอาจาร์ย */
.card {
    border: none;
}

/* ซ่อนปุ่มกดดูประวัติ */
.profess .d-flex button {
    display: none;
}

.sec-title h2 {
    margin-top: 48px;
    margin-bottom: 48px;
}

.sec-title .profes {
    margin-top: 48px;
    margin-bottom: 48px;
}

.sec-title .healt {
    margin-top: 32px !important;
    margin-bottom: 32px;
}

.mb_70 {
    margin-bottom: 16px;
}

/* ขนาด สี name  */
.text-truncate {
    color: #282828;
    font-weight: 900;
    font-size: 18px;
    padding-bottom: 8px;
    line-height: 2;
}

.profes-item5 {
    padding-top: 0px !important;
    margin-top: 32px;
}

.text-reset {
    color: var(--grey-800) !important;
}

.text-muted {
    margin-top: 8px;
    color: var(--grey-500) !important;
}

.role,
.role2 {
    font-size: 18px;
}

.email {
    font-size: 16px;
    color: var(--grey-800) !important;
}

.tab-btns {
    display: flex;
    justify-content: center;
}

.service-style-two .tab-btn-box .tab-btns li.tab-btn {
    width: 227px;
    height: 66px;
}

.service-style-two .tab-btn-box .tab-btns li.tab-btn,
.disabled {
    display: flex !important;
    justify-content: center;
    justify-items: center;
    padding: 0px !important;
    height: 60px;
    line-height: 60px;
}

.service-style-two .tab-btn-box .tab-btns li a {
    display: block;
    width: 100%;
    height: 100%;

}



/* ปิดการเลือกและการกดลิงค์ */

.service-style-two .tab-btn-box .tab-btns li.disabled,
.service-style-two .tab-btn-box .tab-btns li.disabled a {
    pointer-events: none !important;
    cursor: default !important;
    color: #A6A6A6 !important;
}

.service-style-two .tab-btn-box .tab-btns li.disabled a:hover,
.service-style-two .tab-btn-box .tab-btns li.disabled:hover:before,
.service-style-two .tab-btn-box .tab-btns li.disabled:before {
    background: transparent !important;
    color: #aaa !important;
}

.service-style-two .tab-btn-box .tab-btns li a:hover {
    color: white !important;
}

/*  */

.tab-btns a {
    font-size: 20px;
    font-weight: 400;
}

/*  */
.service-style-two .tab-btn-box .tab-btns li.tab-btn a,
.service-style-two .tab-btn-box .tab-btns li.tab-btn {
    color: var(--gray-800);
    text-decoration: none;
}

.service-style-two .tab-btn-box .tab-btns li.active-btn a {
    color: white;
}


/*  */
.service-style-two {
    height: 160px;
}

.pb_120 {
    padding-top: 48px;
}

.pt_120 {
    padding-bottom: 60px !important;
    padding-top: 0px;
}

.pb_40 {
    padding-bottom: 0px !important;
}

.footer-top h4 {
    font-size: 1.5rem;
    font-weight: 900;
}

.imgBG {
    position: relative;
    z-index: 0;
    /* สร้าง stacking context */
}

.imgBG::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url("../images/course/SUFAHS_BackgroundIamge_01.jpg") center / cover no-repeat;

    opacity: 0.10;

    mask-image: radial-gradient(ellipse,
            rgba(0, 0, 0, 1) 55%,
            rgba(0, 0, 0, 0) 100%);

    -webkit-mask-image: radial-gradient(ellipse,
            rgba(0, 0, 0, 1) 55%,
            rgba(0, 0, 0, 0) 100%);
}



.imgBG .content {
    position: relative;
    z-index: 1;
    /* อยู่หน้าสุด */
}


.imgBG-2 {
    position: relative;
    z-index: 0;
    /* สร้าง stacking context */
}

.imgBG-2::before {
    content: "";
    position: absolute;
    inset: 0;



    background: url("../images/about/about/Rectangle\ 3295\ \(6\).png") center / cover no-repeat;

    opacity: 0.10;

    mask-image: radial-gradient(ellipse,
            rgba(0, 0, 0, 1) 55%,
            rgba(0, 0, 0, 0) 100%);

    -webkit-mask-image: radial-gradient(ellipse,
            rgba(0, 0, 0, 1) 55%,
            rgba(0, 0, 0, 0) 100%);
}



.imgBG-2 .content {
    position: relative;
    z-index: 1;
    /* อยู่หน้าสุด */
}

.imgBG-3 {
    position: relative;
    z-index: 0;
    /* สร้าง stacking context */
}

.imgBG-3::before {
    content: "";
    position: absolute;
    inset: 0;


    background: url("../images/about/about/SUFAHS_CoverImage_02.jpg") center / cover no-repeat;

    opacity: 0.10;

    mask-image: radial-gradient(ellipse,
            rgba(0, 0, 0, 1) 55%,
            rgba(0, 0, 0, 0) 100%);

    -webkit-mask-image: radial-gradient(ellipse,
            rgba(0, 0, 0, 1) 55%,
            rgba(0, 0, 0, 0) 100%);
}



.imgBG-3 .content {
    position: relative;
    z-index: 1;

}

.imgBG-4 {
    position: relative;
    z-index: 0;
    /* สร้าง stacking context */
}

.imgBG-4::before {
    content: "";
    position: absolute;
    inset: 0;


    background: url("../images/servicecenter/AcademicServices/Frame 1000002914 (1).png") center / cover no-repeat;

    opacity: 0.10;

    mask-image: radial-gradient(ellipse,
            rgba(0, 0, 0, 1) 55%,
            rgba(0, 0, 0, 0) 100%);

    -webkit-mask-image: radial-gradient(ellipse,
            rgba(0, 0, 0, 1) 55%,
            rgba(0, 0, 0, 0) 100%);
}



.imgBG-4 .content {
    position: relative;
    z-index: 1;

}

.p_relative {
    background: transparent !important;
}

.imgBG-5 {
    position: relative;
    z-index: 0;
    /* สร้าง stacking context */
}

.imgBG-5::before {
    content: "";
    position: absolute;
    inset: 0;


    background: url("../images/servicecenter/AcademicServices/Frame 1000002916 (1).png") center / cover no-repeat;

    opacity: 0.10;

    mask-image: radial-gradient(ellipse,
            rgba(0, 0, 0, 1) 55%,
            rgba(0, 0, 0, 0) 100%);

    -webkit-mask-image: radial-gradient(ellipse,
            rgba(0, 0, 0, 1) 55%,
            rgba(0, 0, 0, 0) 100%);
}



.imgBG-5 .content {
    position: relative;
    z-index: 1;

}



/* physicalTherapy.php CSS */
/* physicalTherapy.php CSS */
/* physicalTherapy.php CSS */


.physicalTherapy .head_title {
    font-size: 28px;
    font-weight: 900;
    color: var(--grey-800);
    line-height: 42px;
}

.physicalTherapy .head_sub_title {
    font-weight: 900;
    color: var(--grey-800);
}

.identity .head_sub_title {
    font-weight: 900;
    color: var(--grey-800);
    font-size: 20px;
}

.physicalTherapy .first {
    position: relative !important;
}



.physicalTherapy .sub_title li {
    list-style: none;
    padding-left: 0;


}

.physicalTherapy .sub_title li ::before {
    /* content: counter(mylist) "."; */
    margin-right: 0;
}

.physicalTherapy .col-5 {
    width: 50%;
}

.ul_physicalTherapy li {
    list-style-type: disc !important;
    margin-left: 5%;
}

.ul_psychology li {
    list-style-type: none !important;
}

/* Fix for CKEditor content in sub_title - ordered/unordered lists */
.physicalTherapy .sub_title ol,
.physicalTherapy .sub_title ul {
    padding-left: 20px;
    margin: 0.3em 0;
}

.physicalTherapy .sub_title ol,
.physicalTherapy .sub_title ul {
    padding-left: 20px;
    margin: 0.3em 0;
}

.physicalTherapy .sub_title ol > li {
    list-style-type: decimal !important;
    padding-left: 0px;
    margin: 0.15em 0;
    line-height: 1.3;
}
.physicalTherapy .sub_title ol > li::marker {
    content: counter(list-item) ".";
}
.physicalTherapy .sub_title ul > li {
    list-style-type: disc !important;
    padding-left: 5px;
    margin: 0.15em 0;
    line-height: 1.3;
}

/* Style for <strong> tags in CKEditor content to look like headings */
.physicalTherapy .sub_title p strong {
    font-weight: 900;
    font-size: 1.1em;
    display: block;
    margin: 0.3em 0 0.2em 0;
}

.fb_contact {
    display: flex;
    justify-content: center;
    margin-top: 48px;
    padding-bottom: 80px;
}

.fb_contact .btn-fb p {
    flex: none !important;
}

.fb_contact a {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}

.fb_contact .text-1 .fa-facebook {
    background: none !important;
    font-size: 24px;
    width: 40px;
    height: 40px;
    position: relative;
    left: 5px;
    margin-right: 5px;


}

.fb_contact .u_container {

    position: relative;
}

.fb_contact .u_container p {
    line-height: 1;
}

.fb_contact .text-1 {
    text-align: start !important;
    align-items: center;
}

.fb_contact .u_name {
    font-weight: 900;
    margin-left: 5px;
}

.fb_contact .theme-btn {
    padding-left: 0px !important;
}

.btn_register {
    margin-top: 20px;
}

.btn_register .btn-pt {
    border-radius: 35px !important;
    padding: 10px 30px !important;
    background-color: var(--teal-500) !important;
    width: 185px;
    height: 56px;
}

.btn_register .btn-pt:hover {
    background-color: var(--teal-600) !important;
}

.btn_register .fa-user-pen {
    margin-right: 5px;
}

.pt-selection {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
    padding-bottom: 0px !important;
}

.pt-selection .physicalTherapy h2 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
    padding-bottom: 0px !important;
}


.container .physicalTherapy .col-5 img {
    /* height: 430px;
    width: 590px !important; */
    margin-bottom: 10px;
}

/* about */

.about-container .span-about,
.about-container li {
    font-size: 18px;
    color: var(--grey-800);
    font-weight: 400;
}



.courselife {
    list-style: none;
    padding: 0;
}

.courselife li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 400;

}

.courselife li i {
    margin-top: 6px;
    flex-shrink: 0;
    margin-right: 10px;
    font-size: 18px;
}

/* Contact page specific */
#contact-page .courselife {
    padding-left: 0 !important;
}

.course-life .sub_title {
    font-size: 24px;
    line-height: 38px;
    font-weight: 900;
}

.Important_step .sub_title .general-text {
    font-size: 18px;
    color: var(--green-500);


}

.Important_step .sub_title .hightlight-text {
    color: var(--green-500);
    font-weight: bold;

}

/* news */

.pagination {
    display: flex;
    justify-content: center;
    padding: 30px 0px 30px 0px;
    gap: 10px;

    --bs-pagination-active-bg: var(--green02-500);
    --bs-pagination-active-border-color: var(--green02-500);
    --bs-pagination-border-color: none;
}


.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li a {
    color: var(--gray-800);
}

.pagination .page-link i {
    font-size: 14px;
}

.news_card h4 {
    font-size: 24;
    font-weight: 900;
}

.main-content .news {
    padding-bottom: 0px;
}

/* news detail */

.container_li .container_span {
    width: 80%;
}

.container_data_views {
    margin: 16px 0px 16px 0px;
}

.container_data_views span {
    font-size: 18px;
    color: var(--green02-500);
}

.container_data_views i {
    color: var(--green02-500);
}

.container_share {
    margin-top: 10px;
}

.container_share .content span {
    align-items: center;
    gap: 10px;

    font-size: 16px;
    color: #000000;
}

.container_share .icon a i {
    border: 1px solid var(--gray-300);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-content: center;
    color: var(--gray-800);

}

.container_share .icon a :hover {
    background-color: var(--gray-800);
    border: var(--gray-800);
    color: white;
}

.news_conect .container_headtitle {
    margin: 40px 0px 16px 0px;
}

.news_conect .container_headtitle span {
    font-size: 24px;
    font-weight: 900;
    color: var(--grey-500);
}

/* contact */

.contact-container ul li i {
    color: var(--green02-500);
    position: relative;
    top: 4px;
}

/* student */

.student .head_title {
    text-align: left;
    font-size: 32px;
    font-weight: 900;
    line-height: 48px;
}

.student .sub_title {
    text-align: left;
    font-size: 16px;
    font-weight: 900;
}

.student .hightlight_sub_title {
    font-weight: 400;
}

.student .student-list ol li::marker {
    font-size: 10px;
}

.student .student-list li {
    list-style: disc;
}

.container-student-list .span-about {
    text-align: left;
}

/* download_file */

.container_selection_download {
    padding-bottom: 80px;
}

.download_page .tab-btn-box .tab-btns li {
    width: 250px !important;
    height: 66px !important;
}

.container_listdownload ol li,
.container_download_btn div {
    margin: 20px 0px;
}

.container_listdownload ol li hr {
    border-top: 3px solid var(--gray-100);

}


.container_download_btn .btn_download_file_student {
    border-radius: 30px;
    --bs-btn-bg: var(--green02-500);
    --bs-btn-border-color: var(--green02-500);

}

.container_download_btn .btn_download_file_login {
    border-radius: 30px;
    --bs-btn-color: var(--gray-800);
    --bs-btn-bg: var(--gray-100);
    --bs-btn-border-color: var(--gray-100);
    --bs-btn-hover-bg: var(--gray-500);
    --bs-btn-hover-border-color: var(--gray-500);




}

.container_li .container_download_btn .btn_download_file_login {
    border-radius: 30px;
    --bs-btn-color: var(--gray-800);
    --bs-btn-bg: var(--gray-100);
    --bs-btn-border-color: var(--gray-100);
    --bs-btn-hover-bg: var(--gray-500);
    --bs-btn-hover-border-color: var(--gray-500);
    --bs-btn-hover-color: white;

    --bs-btn-active-bg: var(--gray-800) !important;
    --bs-btn-active-border-color: var(--gray-800) !important;
    --bs-btn-disabled-bg: var(--gray-800) !important;
    --bs-btn-disabled-border-color: var(--gray-800) !important;

    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(red, .5);
}





.container_download_btn div {
    margin: 10px;
    /* border: solid blue; */
}

.container_listdownload .container_download_btn .btn_download_file_student i {
    color: white;
}

.container_listdownload span {
    font-size: 18px;
    color: var(--gray-800);
    font-weight: 400;

}

.download_page .tab-btn-box .tab-btns li a {
    font-size: 20px;
    font-weight: 400;
}

.container_downloadfile .container_content {
    margin: 32px 0px 40px 0px;
}

.container_downloadfile .head_title {
    text-align: left;
    font-size: 24px;
    font-weight: 900;
    color: var(--grey-500);
}

.btn_bownload .download_file_btn {
    padding: 2px 10px 2px 10px !important;
    font-size: 16px !important;
    font-weight: 400;
    height: 50px;
}

.container_li {
    justify-content: space-between;
}

/* login to view fiel for empolyee */

.login_form .title_login {
    font-size: 18px;
    color: var(--gray-800);
    font-weight: 400;

}

.modal_login .modal-title {
    font-size: 32px;
    font-weight: 900;
    color: var(--teal-500);

}

.modal_login .icon_eyepass {
    position: absolute;
    top: 42%;
    right: 22px;
    transform: translateY(-50%);
    cursor: pointer;
}

.modal_login .modal-body .mb-3 span {
    font-size: 18px;
    color: var(--gray-800);
    font-weight: 400;
}

.modal_login .modal-body .mb-3 input ::placeholder {
    font-size: 16px;
    color: var(--gray-300);
    font-weight: 400;
}

/* พื้นที่คลิกของปุ่ม */
.carousel-control-prev,
.carousel-control-next {
    width: 60px !important;
    height: 60px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: rgba(128, 128, 128, 0.6) !important;
    border-radius: 50% !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ตำแหน่งซ้าย–ขวา */
.carousel-control-prev {
    left: 20px !important;
}

.carousel-control-next {
    right: 20px !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px !important;
    height: 60px !important;
    border: 2px solid var(--gray-500) !important;
    background-color: var(--gray-500) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: var(--gray-500) !important;

}


/* icon ลูกศร */
.carousel-control-prev i,
.carousel-control-next i {
    color: #fff !important;
    font-size: 22px !important;
    pointer-events: none;
}

/* hover */
.carousel-control-prev:hover,
.carousel-control-next:hover {
    border-color: #fff !important;
    background: rgba(128, 128, 128, 0.85) !important;
}


.modal-close-btn {
    position: fixed !important;
    top: 16px !important;
    right: 16px !important;

    width: 44px !important;
    height: 44px !important;
    margin-right: 10px;

    background-color: var(--gray-500) !important;
    border-radius: 50% !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    z-index: 1060 !important;
}

.modal-close-btn i {
    color: #fff !important;
    font-size: 18px;
}


.modal .img-fluid {
    width: 70% !important;
}


/* ขยาย icon X ให้ชัด */
.modal-close-btn::before {
    filter: invert(1);
}

/* hover ปุ่มปิด */
.modal-close-btn:hover {
    background-color: rgba(128, 128, 128, 0.85) !important;
}

.shortcourse {
    font-size: 20px;
    color: var(--gray-800);

}

.shortcourse ul {
    padding-left: 0;
}

.shortcourse li {
    display: flex;
    align-items: flex-start;
    /* ให้ icon ชิดบน */
    gap: 8px;
    line-height: 1.6;
}

.shortcourse li i {
    margin-top: 4px;
    /* ปรับให้ตรงบรรทัดแรก */
    flex-shrink: 0;
    margin: 5px;
}

/* Service Center */

.AcademicServices .service-text {
    font-size: 28px !important;
    font-weight: 900 !important;
    color: var(--green-500) !important;
}



@media (max-width: 319.98px) {

    .download_page .tab-btn-box .tab-btns li a {
        font-size: 18px;
    }

    .health .sec-title h2 {
        font-size: 28px !important;
    }

    .footer-top h4 {
        font-size: 14px;
    }

    .header-top .top-inner p {
        font-size: 14px;
        text-align: center;
    }

    .service-style-two {
        padding: 8px;
    }

    .service-style-two .tab-btn-box .tab-btns {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        gap: 8px;
        align-items: center;
    }

    .service-style-two .tab-btn-box .tab-btns li.tab-btn {
        width: 100%;
        max-width: 200px;
        height: 48px;
    }

    .cardlsit_physicalTherapy {
        margin-top: 200px;
    }

    .tab-btns a {
        font-size: 13px;
    }

    .container_download_btn {
        width: 100%;
        text-align: center;
    }

    .container_download_btn a {
        width: 100%;
        max-width: 200px;
        margin: auto;
        display: block;
    }

    .row-reverse {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .physicalTherapy .col-5 {
        width: 100%;
    }


    .physicalTherapy .graduationJob {
        margin-top: 25px;
        text-align: left;

    }

    .physicalTherapy .sub_title {
        width: 100%;


    }

    .Important_step .Important_step-img {
        flex-direction: column-reverse;
    }

    .fb_contact .text-1 .fa-facebook {
        width: 50px;
        height: 50px;
        position: relative;
        top: 10px;
    }

    .fb_contact .container {
        width: 95%;
    }

    .fb_contact .container .btn-fb {
        height: 50px;
    }

    .btn-fb .d-flex {
        flex-wrap: wrap;
    }

    .fb_contact .text-1 .fa-facebook {
        width: 50px;
        height: 50px;
        position: relative;
        top: 5px;
    }

    .fb_contact {
        display: block;
    }

    .fb_contact .container {
        width: 95%;
    }

    .fb_contact .container .btn-fb {
        height: 50px;
    }

    .t_container .t_name {
        font-size: 16px !important;
    }

    .u_container {
        position: relative;
        bottom: 10px;
        left: 50px;
    }

    .u_container .u_name {
        font-size: 11px !important;

    }

    .container .course_physicalTherapy {
        flex-direction: column-reverse;
        display: flex;
    }

    .container .course_physicalTherapy .col-img {
        padding-top: 10px;
    }

    .service-style-two {
        padding: 10px !important;
        overflow: visible !important;

    }

    .service-style-two .p_relative {
        margin-bottom: 50px;
    }



    .download_page .ul_download_page {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }

    .tab-btns a {
        font-size: 14px !important;
    }

    .col-img-sm {
        margin-top: 150px;
    }

    .shortcourse-iframe {
        padding-top: 88px !important;
    }

    .Important_step .sub_title .general-text {
        font-size: 20px !important;
    }


    .main-content .news_general_selection {
        margin-bottom: 200px;
    }

    .service-style-two .ul_news li {
        width: 100% !important;

    }


    .container_share {
        margin-right: 0px !important;
    }

    .content-newsdetail {
        width: 100% !important;
    }

    .container-newsdetail .content-img {
        flex-wrap: wrap;
    }

    .container-newsdetail .content-img .col-6 {
        width: 100%;
    }

    .container-newsdetail .head_title {
        font-size: 20px;
        text-align: center;
        line-height: 28px;
    }

    .container-newsdetail .span-about {
        text-align: center;

    }

    .container-detail {
        margin-top: 40px !important;
    }

    .container_li .container_span {
        width: auto;
    }

    .student .head_title {
        font-size: 20px;
        text-align: center;
        line-height: 1.5;
    }

    .container-student-list .text {
        width: 100% !important;
    }

    .modal .img-fluid {
        width: 100% !important;
    }


    .carousel-control-prev,
    .carousel-control-next,
    .modal-close-btn {
        border: none !important;
        background-color: none !important;
        background: rgba(128, 128, 128, 0.3) !important;
    }


    .student .head_title {
        font-size: 20px;
        text-align: center;
        line-height: 1.5;

    }

    /* ===== หัวข้อแท็บ (สำหรับนักศึกษา / บุคลากร) ===== */
    .download_page .ul_download_page {
        margin-bottom: 30px;
        /* ให้ห่างจาก content ด้านล่าง */
        gap: 8px;
    }

    /* ===== แต่ละรายการดาวน์โหลด ===== */
    .container_li {
        display: block !important;
        /* เหมือน 320px */
        margin-bottom: 20px;
        /* เว้นจังหวะ list */
    }

    /* ===== ปุ่มดาวน์โหลด ===== */
    .container_download_btn {
        margin-top: 16px;
        /* ดันปุ่มลง */
        margin-bottom: 8px;
        /* กันติด item ถัดไป */
        text-align: center;
    }

    .container_download_btn a {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        display: block;
    }

    /* ===== หัวข้อหมวด (ประกาศ / คำร้อง) ===== */
    .container_head_title {
        margin-bottom: 20px;
        text-align: center;
    }

    .container_download_btn {
        text-align: center !important;
        margin-top: 20px;
    }

    .container_download_btn .btn_download_file_login {
        width: 100%;
        max-width: 210px;
        display: block;
        margin: 0 auto;
    }

    .milestone .sub_title .content {
        width: 100% !important;
    }

    .milestone .sub_title .content .span-about {
        font-size: 18px;
    }

    .about-container .vinsion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-container .vinsion .col-5 {
        width: 100%;
    }

    .about-container .identity .text .head_title {
        font-size: 20px;
        font-weight: 900;
    }

    .team-section {
        margin-bottom: 48px;
    }

    .container_1 .physicalTherapy .head_title,
    .container_2 .physicalTherapy .head_title {
        font-size: 20px;
        text-align: left;
        margin-top: 48px;
        margin-bottom: 48px;
        line-height: 1.5;

    }

    .artistichealth .col_img {
        margin-bottom: 48px;
    }





}

@media (min-width: 320px) and (max-width: 499.99px) {

    .download_page .tab-btn-box .tab-btns li {
        padding: 18px 18px !important;

    }

    .download_page .tab-btn-box .tab-btns li a {
        font-size: 18px;

    }

    .auto-container,
    .container {

        max-width: 95% !important;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .sec-title h2 {
        font-size: 34px;
    }

    .health .sec-title h2 {
        font-size: 30px !important;
    }

    .team-section {
        margin-bottom: 48px;
        padding: 0px;
    }

    .coureslife_container .course-life .headsub_title {
        font-size: 22px;
        font-weight: 900;
        color: var(--grey-800);
        margin-top: 48px;
    }

    .footer-top h4 {
        font-size: 16px !important;
    }

    .physicalTherapy .sub_title {
        width: 100%;

    }

    .Important_step .container .sub_title {
        width: 100%;
    }

    .Important_step .Important_step-img {
        flex-direction: column-reverse;
    }

    .container .course_physicalTherapy {
        flex-direction: column-reverse;
        display: flex;
    }

    .header-top .top-inner p {
        font-size: 16px !important;
        padding: 0px;
    }

    .tab-btns {
        display: flex;
        flex-wrap: wrap;

    }

    .pdf_ifram {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;

    }

    .service-style-two .tab-btn-box .pdf_ifram li.tab-btn {
        font-size: 14px;
    }


    .physicalTherapy {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;

    }

    .service-style-two .tab-btn-box .tab-btns li.tab-btn {
        width: 150px;
        height: 56px;
    }



    .selection_course .sec-title {
        justify-self: center;
    }

    .selection_course_structure .tab-btn-box .tab-btns li.tab-btn {
        width: 320px;
        height: 56px;
    }

    .main-content .service-style-two {
        margin-bottom: 50px;
    }

    .main-content .selection_major {
        margin-bottom: 88px;
    }

    .tab-btns a {
        font-size: 14px;
    }

    .ul_news a {
        font-size: 20px !important;
    }

    .container_1 .physicalTherapy .head_title,
    .container_2 .physicalTherapy .head_title {
        font-size: 22px;
    }

    .container_1 .row-reverse,
    .container_2 .row-reverse {
        display: flex;
        flex-direction: column-reverse;

    }

    .student {
        margin-top: 0px;
    }

    .physicalTherapy .col-5 {
        width: 100%;
    }

    .physicalTherapy .graduationJob {
        margin-top: 25px;
        text-align: left;
    }

    .physicalTherapy .col-5 .head_title {
        text-align: left;
        margin-top: 48px;
        margin-bottom: 48px;
        line-height: 1.5;
    }

    .btn_register {
        text-align: center;
    }

    .fb_contact {
        display: block;
    }

    .fb_contact .container {
        width: 85%;
    }

    .fb_contact .container .btn-fb {
        height: 50px;
    }

    .t_container .t_name {
        font-size: 16px !important;
    }

    .u_container {
        position: relative;
        bottom: 10px;
        left: 50px;
    }

    .u_container .u_name {
        font-size: 11px !important;

    }

    .btn-fb .d-flex {
        flex-wrap: wrap;
    }

    .fb_contact .text-1 .fa-facebook {
        width: 50px;
        height: 50px;
        position: relative;
        top: 10px;
    }

    .download_page .tab-btn-box {
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;

    }

    .download_page .ul_download_page {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;

    }

    /* ปรับ padding container */
    .container_content {
        padding: 0 10px;
    }

    /* list เต็มจอ */
    .list-download li {
        font-size: 14px;
    }

    /* ปุ่มเต็มความกว้าง */
    .container_download_btn a {
        width: 100%;
        display: block;
        text-align: center;
    }

    /* ปุ่มชิดกลาง */
    .container_download_btn {
        text-align: center !important;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .container_download_btn .btn_download_file_login {
        width: 150%;
    }

    .container_li .container_download_btn .btn_download_file_login {
        width: 310px;

    }

    .container_li {
        flex-wrap: wrap;
        display: block !important;
    }

    /* ระยะห่างแต่ละ section */
    .container_downloadfile {
        margin-bottom: 30px;

    }

    .container_share {
        margin-right: 0px !important;
    }

    .content-newsdetail {
        width: 100% !important;
    }

    .container-newsdetail .content-img {
        flex-wrap: wrap;
    }

    .container-newsdetail .content-img .col-6 {
        width: 100%;
    }

    .container-newsdetail .head_title {
        font-size: 20px;
        text-align: center;
        line-height: 28px;
    }

    .container-newsdetail .span-about {
        text-align: center;

    }

    .container-detail {
        margin-top: 40px !important;
    }

    .container_li .container_span {
        width: auto;
    }

    .student .head_title {
        font-size: 20px;
        text-align: center;
        line-height: 1.5;
    }

    .container-student-list .text {
        width: 100% !important;
    }

    .modal .img-fluid {
        width: 100% !important;
    }


    .carousel-control-prev,
    .carousel-control-next,
    .modal-close-btn {
        border: none !important;
        background-color: none !important;
        background: rgba(128, 128, 128, 0.3) !important;
    }



    .shortcourse-iframe {
        padding-top: 88px !important;
    }

    .shortcourse-iframe .physicalTherapy {
        padding-top: 0px;
    }

    .main-content .news_general_selection {
        margin-bottom: 200px;
    }

    .container_1 .rowShortCourse .container_2 .rowShortCourse-row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;

    }

    .contact .col_subtitle .head {
        font-size: 22px;
        text-align: center;
    }

    .container_1 .contact {
        flex-direction: column-reverse;
    }

    .milestone .sub_title .content {
        width: 100% !important;
    }

    .milestone .sub_title .content .span-about {

        font-size: 18px;

    }

    .course_structure {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 48px;
    }


    .about-container .vinsion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-container .vinsion .col-5 {
        width: 100%;
    }

    .about-container .identity .text .head_title {
        font-size: 28px;
        font-weight: 900;
    }

    .layout_download {
        width: auto !important;
    }

    .artistichealth {
        flex-direction: column;
    }

    .artistichealth .col_img {
        margin-bottom: 48px;
    }

    .vision {
        margin-bottom: 0px;
    }

}

@media (max-width: 576px) {
    .pagination {
        justify-content: center !important;
        flex-wrap: nowrap !important;
    }

    /* ซ่อนทั้งหมดก่อน */
    .pagination .page-item {
        display: none !important;
    }

    /* ปุ่มย้อนกลับ */
    .pagination .page-item:nth-child(2) {
        display: block !important;
    }

    /* เลขหน้า 1 2 3 */
    .pagination .page-item:nth-child(3),
    .pagination .page-item:nth-child(4),
    .pagination .page-item:nth-child(5) {
        display: block !important;
    }

    /* ปุ่มถัดไป */
    .pagination .page-item:nth-last-child(2) {
        display: block !important;
    }

    .service-style-two {
        padding: 10px !important;
        overflow: visible !important;
    }

    .shortcourse-iframe {
        margin-top: 48px;
    }

    .container_1 .physicalTherapy,
    .container_2 .physicalTherapy {
        display: flex;
        /* flex-direction: column-reverse; */
        align-items: center;

    }

    .container_1 .identity {
        display: flex;
        flex-direction: column;
    }

    .container_1 .identity .col-5 {
        width: 100%;
    }

    .container_1 .rowShortCourse,
    .container_2 .rowShortCourse-row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;

    }

    .container_1 .serviceacademic {
        flex-direction: column-reverse;
    }

    .about-container .identity .text .head_title {
        font-size: 24px;
        font-weight: 900;
        margin-top: 48px;
    }

}

@media (min-width: 501px) and (max-width: 716px) {



    /* ให้ list แตกบรรทัดเหมือนมือถือ */
    .container_li {
        display: block !important;
        flex-wrap: wrap;
    }

    /* ปุ่มลงบรรทัดใหม่ */
    .container_download_btn {
        width: 100%;
        text-align: center;
        margin-top: 16px;
    }

    .container_download_btn a,
    .container_download_btn a .btn_download_file_login {
        display: block;
        width: 100%;
        margin: 0 auto;
        max-width: 210px;
    }

    .container_li .container_download_btn .btn_download_file_login .service-style-two .tab-btn-box .pdf_ifram li.tab-btn {
        font-size: 14px;
    }

}

@media (min-width: 500px) and (max-width: 785.98px) {

    .download_page .tab-btn-box .tab-btns li a {
        font-size: 20px !important;

    }


    .ul_news a {
        font-size: 20px !important;
    }


    .team-section {
        padding: 0px !important;
        margin-bottom: 48px;
    }

    .bottom-selection {
        margin-bottom: 48px;
    }

    .role-section .role-container {
        margin-bottom: 48px;
    }

    /* footer */
    .main-footer .footer-bottom .bottom-inner {
        display: block;
        text-align: center;
    }

    .main-footer.custom .footer-bottom .social-links {
        justify-content: center;
        margin-top: 15px;
    }

    .text-white {
        text-align: center;
    }

    .shortcourse-iframe {
        margin-top: 48px;
    }


    .service-style-two {
        padding: 10px !important;
        overflow: visible !important;
        padding-bottom: 48px !important;
        margin-bottom: 88px !important;
    }


    .service-style-two .tab-btn-box .tab-btns {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .news_card_firstrow {
        margin-top: 250px;
    }


    .service-style-two .tab-btn-box .tab-btns li.tab-btn {
        width: 160px;
        height: 56px;
    }

    /* typography */
    .footer-top h4 {
        font-size: 20px;
    }

    .t_container .t_name,
    .u_container .u_name {
        font-size: 13px !important;
    }

    .sec-title h2 {
        font-size: 32px;
        text-align: center;
    }

    /* download */
    .download_page {
        padding-top: 0;
    }

    .container_li {
        margin-right: 10px;
    }

    .container_li .container_download_btn .btn_download_file_login {
        width: 210px;
    }

    /* modal */
    .modal .img-fluid {
        width: 100%;
        height: auto;
    }

    .carousel-control-prev,
    .carousel-control-next,
    .modal-close-btn {
        border: none;
        background: rgba(128, 128, 128, 0.3);
    }

    /* shortcourse layout */
    .container_1 .rowShortCourse,
    .container_2 .rowShortCourse {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .container_1 .physicalTherapy,
    .container_2 .physicalTherapy {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;

    }

    .container_1 .course_physicalTherapy {
        margin-top: 150px;
    }

    .container_1 .non-reverse-serviceacademic {
        flex-direction: column;
    }

    .physicalTherapy .col-5 {
        width: 100%;
        text-align: center;
    }

    .physicalTherapy .graduationJob {
        margin-top: 25px;
        text-align: left;

    }

    .physicalTherapy .col-5 .physicalTherapy_head,
    .physicalTherapy .col-5 .physicalTherapy_sub {
        text-align: left;
    }

    .physicalTherapy .col-5 .head_title {
        margin-top: 48px;
        margin-bottom: 48px;
        line-height: 1.5;
        text-align: center;
    }

    .physicalTherapy .col-img {
        text-align: center;
        padding-top: 48px;
    }

    .serviceacademic .img,
    .serviceacademic .text {
        margin-top: 32px;
    }

    .news_general_selection .tab-btn-box .tab-btns li {
        width: 30% !important;
        height: 66px;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .service-style-two .tab-btn-box .tab-btns {
        display: flex;
        flex-wrap: wrap;
    }

    .news_general_selection .tab-btn-box .tab-btns {
        flex-wrap: wrap;
    }

    .service-style-two .tab-btn-box .course_structure {
        flex-wrap: nowrap;
    }

    .service-style-two .tab-btn-box .tab-btns li {
        width: 100% !important;
        height: 66px;
    }

    .service-style-two .tab-btn-box .tab-btns li a {
        font-size: 14px;
    }

    .cardlsit_physicalTherapy {
        margin-top: 100px;
    }

    .student .head_title {
        text-align: center;
        line-height: 1.5;
    }

    .main-content .news_general_selection {
        margin-bottom: 48px;
    }

    .service-style-two .tab-btn-box .ul_download_page li {
        width: 200px;
    }

    .container_1 .identity {
        display: flex;
        flex-direction: column;
    }

    .container_1 .identity .col-5 {
        width: 100%;
    }

    .about-container .vinsion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-container .vinsion .col-5 {
        width: 100%;
    }

    .about-container .identity .text .head_title {
        font-size: 28px;
        font-weight: 900;
        margin-top: 48px;
    }



    .fb_contact .container {
        width: 95%;
    }

    .container .course_physicalTherapy {
        flex-direction: column-reverse;
        display: flex;
    }

    .physicalTherapy {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }





}


@media (min-width: 786px) and (max-width:991.98px) {



    .auto-container,
    .container {

        max-width: 95%;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .team-section {
        padding: 0px !important;
        margin-bottom: 48px;
    }

    .physicalTherapy .col-5 .head_title {
        text-align: center;
        margin-top: 48px;
        margin-bottom: 48px;
        line-height: 1.5;
    }

    .service-style-two .tab-btn-box .ul_news {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px;
    }

    .service-style-two .tab-btn-box .ul_news li {
        width: 33% !important;
        height: 66px;
    }

    .service-style-two .tab-btn-box .ul_news li a {
        font-size: 20px;
    }

    .container_li .container_download_btn .btn_download_file_login {
        width: 210px;
    }

    .row.physicalTherapy {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }


    .row.physicalTherapy.row-reverse {
        flex-direction: column-reverse;
    }

    .row.physicalTherapy>.col-5 {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .row.physicalTherapy img {
        max-width: 100%;
        height: auto;
    }



    .course_physicalTherapy .head_title,
    .course_physicalTherapy .head_sub_title {
        margin-top: 48px;
    }

    .physicalTherapy .col-5 .physicalTherapy_head,
    .physicalTherapy .col-5 .physicalTherapy_sub,
    .rowShortCourse-row .physicalTherapy_sub {
        text-align: left;
    }

    .course_physicalTherapy .col-5 .btn_register {
        text-align: start;
        margin-top: 30px;
        margin-bottom: 48px;
    }

    .about-container .vinsion {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-container .vinsion .col-5 {
        width: 100%;
    }

    .container_1 .identity {
        display: flex;
        flex-direction: column;
    }

    .container_1 .identity .col-5 {
        width: 100%;
    }

    .about-container .identity .text .head_title {
        font-size: 28px;
        font-weight: 900;
        margin-top: 48px;
    }

    .service-style-two .tab-btn-box .tab-btns {
        padding-left: 10px;
        padding-right: 10px;
    }

}


@media (max-width: 767px) {
    .team-section {
        padding: 0px !important;
    }
}

@media (min-width: 992px) and (max-width:1024px) {

    .news_general_selection .tab-btn-box .tab-btns li {
        width: 25% !important;
    }

    .footer-top h4 {
        font-size: 18px !important;
    }

    .footer-top h4 {
        font-size: 18px !important;
    }

    .service-style-two .tab-btn-box .tab-btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .service-style-two .tab-btn-box .tab-btns li {
        /* width: 30% !important; */
        height: 66px;
    }

    /* .news_general_selection .tab-btn-box .tab-btns li {
        width: 30% !important;
    } */


    .service-style-two .tab-btn-box .tab-btns li a {
        font-size: 16px;
    }

    .news_general_selection .tab-btn-box .tab-btns li a {
        font-size: 20px;
    }

    .container_li .container_download_btn .btn_download_file_login {
        width: 210px;
    }

    .about-container .identity .text .head_title {
        font-size: 28px;
        font-weight: 900;
    }


}

@media (min-width: 1025px) and (max-width:1300px) {
    .news_general_selection .tab-btn-box .tab-btns li {
        width: 25% !important;
        height: 66px;
    }

    .news_general_selection .tab-btn-box .tab-btns li a {
        font-size: 20px;
    }
}


@media (min-width: 1200px) {

    .row-cols-xl-5>* {
        padding: 10px;
        width: 25%;

    }

    .row-cols-xl-5> {
        padding: 10px;
        width: 25%;

    }

    .service-style-two .tab-btn-box .tab-btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px;
    }

    .service-style-two .tab-btn-box .tab-btns li a {
        /* font-size: 16px; */
    }



}

@media (min-width: 1201px) and (max-width:1499.98px) {

    .news_general_selection .tab-btn-box .tab-btns li {
        width: 22% !important;
        height: 66px;
    }

    .news_general_selection .tab-btn-box .tab-btns li a {
        font-size: 20px;
    }

}

@media (min-width: 1500px) and (max-width: 1799) {
    .news_general_selection .tab-btn-box .tab-btns li {
        width: 16% !important;
        height: 66px;
    }

    .news_general_selection .tab-btn-box .tab-btns li a {
        font-size: 20px !important;
    }
}


@media (min-width: 1800px) and (max-width: 2559px) {

    .news_general_selection .tab-btn-box .tab-btns li {
        width: 14% !important;
        height: 66px;
    }

    .news_general_selection .tab-btn-box .tab-btns li a {
        font-size: 20px !important;
    }
}

@media (min-width: 2560px) {
    .row-cols-xl-5> {
        padding: 10px;
        width: 25%;

    }

}

@media (min-width: 500px) and (max-width: 786px) {
    .main-footer .footer-bottom .bottom-inner {
        display: block;
        align-items: center;

    }

    .text-white {
        text-align: center;
    }

    .main-footer.custom .footer-bottom .social-links {
        justify-content: center;
        margin-top: 15px;
    }



    .footer-top h4 {
        font-size: 20px !important;
    }


}

@media (min-width: 320px) and (max-width: 500px) {
    .footer-top h4 {
        font-size: 16px !important;
    }

    .header-top .top-inner p {
        font-size: 16px !important;
    }

    .service-style-two .ul_news li {
        width: 100% !important;
    }

    .service-style-two {
        padding: 10px !important;
        overflow: visible !important;
    }



    .tab-btns a {
        font-size: 14px;
    }

    .container .physicalTherapy .col-5 img {
        height: 320px !important;
    }



    .content-box {
        text-align: center;
    }

    .feature-style-three .gap-4 {
        gap: 0rem !important
    }

    .clearfix .image-column .image-box {
        margin: 0px;
    }

    .head_title_healthActivity {
        font-size: 24px !important;
    }


    .title-service {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

    .imgBG-5 .team-section {
        padding: 0px !important;
    }

    .physicalTherapy .serviceacademic .list {
        margin-top: 0px !important;
    }

    .AcademicServices .sub_title {
        width: auto !important;
        text-align: center !important;
        line-height: 1 !important;
    }

    .AcademicServices .row .service-text {
        font-size: 20px !important;
        line-height: 1.5;
    }

    .physicalTherapy .col-img {
        padding-top: 48px;
    }

}

@media(max-width: 320px) {
    .header-top .top-inner p {
        font-size: 12px !important;
        padding-left: 0px;
    }

    .sec-title h2 {
        font-size: 26px !important;
    }

    .team-section .auto-container .sec-title .role2 {
        margin: 0px 0xp 0px 0px !important;
        word-wrap: break-word;
        color: var(--grey-500);
        font-size: 18px;
    }

    .team-section .auto-container .sec-title .role {
        word-wrap: break-word;
        /* margin: 200px 0px 10px 0px; */
    }

    .team-section {
        padding: 0px !important;
    }

    .title-service {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }

}


/* Contact page map */
.txt_file_student_guide iframe {
    width: 100% !important;
    height: 600px !important;
}
