@import url("https://fonts.googleapis.com/css2?family=Mitr:wght@300;400;500;600&family=Sarabun:wght@400;600;700&display=swap");

.color-main {
    color: #363636
}

.color-gray {
    color: #acacac
}

.color-title {
    color: #4d4e4f
}

.color-ci {
    color: #2F636D
}

.color-ci-2 {
    color: #E0A025
}

.color-red {
    color: #ce171f;
    fill: #ce171f
}

.color-green {
    color: #5cc311;
    fill: #5cc311
}

.color-gray {
    color: #acacac
}

.font-light {
    font-weight: 300;
    font-family: "Mitr", sans-serif
}

.font-reg {
    font-weight: 400;
    font-family: "Mitr", sans-serif
}

.font-med {
    font-weight: 400;
    font-family: "Mitr", sans-serif
}

.font-sami {
    font-weight: 500;
    font-family: "Mitr", sans-serif
}

.font-bold {
    font-weight: 500;
    font-family: "Mitr", sans-serif
}

.btn-detail {
    font-family: "Mitr", sans-serif;
    color: #fff;
    background: #2F636D;
    position: relative;
    font-size: 18px;
    border-radius: 15px;
    transition: all 0.3s;
    max-width: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px
}

.btn-detail:hover {
    color: #fff
}

.btn-gray.btn-detail {
    background: #525659
}

.cut-text-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.cut-text-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.cut-text-1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

html,
body {
    width: 100%;
    padding: 0;
    -webkit-font-smoothing: antialiased
}

html {
    scroll-padding-top: 80px
}

@media (max-width: 991.98px) {
    html {
        scroll-padding-top: 60px
    }
}

a,
a:hover,
a:active,
a:focus {
    cursor: pointer;
    text-decoration: none;
    outline: none;
    color: inherit
}

a {
    text-decoration: none !important;
    outline: none;
    transition: all 0.3s
}

p {
    margin: 0 0 15px
}

ol,
ul {
    list-style: none;
    padding: 0
}

body {
    font-family: "Sarabun", sans-serif;
    font-size: 17px;
    line-height: 1.5;
    overflow-x: hidden;
    color: #363636;
    height: 100%
}

@media (max-width: 575.98px) {
    body {
        font-size: 16px
    }
}

.small-text {
    font-size: 12px;
    color: #000
}

button {
    background: none;
    border: 0
}

button:focus,
button:active,
input:focus,
input:active,
textarea:focus,
textarea:active {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

textarea {
    resize: none;
    padding-top: 15px !important
}

select option {
    font-size: 14px;
    font-family: sans-serif
}

.form-select,
.form-control {
    font-size: 1em
}

.pad-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.pad-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

@media (max-width: 767.98px) {
    .pad-50 {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.pad-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

@media (max-width: 991.98px) {
    .pad-80 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.pad-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pad-100.pt-50 {
    padding-top: 50px
}

@media (max-width: 991.98px) {
    .pad-100 {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

.container.container-1600 {
    width: 100%;
    max-width: 1600px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width: 1599.98px) {
    .container.container-1600 {
        max-width: 1420px
    }
}

.container.container-1400 {
    width: 100%;
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px
}

.container.container-1200 {
    width: 100%;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px
}

.custom-control-input:checked~.custom-control-label::before {
    background: #4d4e4f;
    border-color: #4d4e4f
}

.custom-control-label::before {
    box-shadow: none
}

@media (min-width: 1420px) {
    .container {
        max-width: 1360px
    }
}

.container {
    padding-left: 20px;
    padding-right: 20px
}

.wsanimated-arrow {
    transition: all .4s ease-in-out;
    cursor: pointer;
    padding: 19px 0 19px 0;
    display: none;
    top: 16px;
    width: 40px
}

@media (max-width: 1199.98px) {
    .wsanimated-arrow {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: #2F636D;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out
}

.wsanimated-arrow span:before {
    top: -7px;
    width: 26px
}

.wsanimated-arrow span:after {
    bottom: -7px;
    width: 20px
}

.boxmenu {
    padding: 50px 50px;
    width: 100%;
    right: -100%;
    position: fixed;
    z-index: 999;
    background: #fff;
    height: 100%;
    transition: transform .25s ease
}

.boxmenu.active {
    transform: translate3d(-100%, 0, 0)
}

.boxmenu .top-close {
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px
}

.boxmenu .top-close i {
    font-size: 35px
}

.boxmenu a {
    color: #000;
    display: inline-block
}

.boxmenu a::before {
    width: 0;
    bottom: -5px;
    height: 1px;
    background: #2F636D;
    content: "";
    position: absolute;
    transition: all .3s ease-in-out
}

.boxmenu .main-menu-mobile {
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -10px;
    max-height: calc(100vh - 80px);
    overflow: auto;
    transition: all .3s ease 0s
}

.boxmenu .main-menu-mobile>li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #cdcdcd
}

.boxmenu .main-menu-mobile>li>a {
    position: relative;
    color: #000;
    display: block;
    padding: 5px 0;
    font-family: "Mitr", sans-serif
}

.boxmenu .main-menu-mobile>li>a i {
    font-size: .9em
}

.boxmenu .main-menu-mobile>li .button-sub {
    position: absolute;
    right: 0;
    top: 1px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer
}

.boxmenu .main-menu-mobile>li .button-sub i {
    font-size: 20px
}

.boxmenu .main-menu-mobile>li.active>a {
    color: #2F636D !important
}

.boxmenu .main-menu-mobile>li.active .button-sub {
    background-color: #2F636D;
    color: #fff
}

.boxmenu .submenu {
    display: none;
    margin: 20px 0 20px 25px
}

.boxmenu .submenu li {
    margin-bottom: 15px
}

.boxmenu .submenu li:last-child {
    margin-bottom: 0
}

.boxmenu .submenu a {
    position: relative;
    font-size: .9em
}

.boxmenu .picmenu {
    position: absolute;
    width: 50%;
    height: 100vh;
    top: 0;
    right: 0;
    background-size: cover
}

@media (max-width: 991.98px) {
    .boxmenu {
        padding: 80px 25px 50px
    }

    .boxmenu .top-close {
        left: auto;
        right: 15px
    }
}

.main-menu-mobile.active {
    top: 0;
    visibility: visible;
    opacity: 1
}

.header {
    z-index: 99;
    width: 100%;
    transition: all .3s ease 0s;
    position: fixed;
    height: 80px
}

.header .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.header .header-flex {
    display: flex
}

.header .header-flex .header-left {
    flex-grow: 1
}

.header .header-left-top {
    background: linear-gradient(90deg, #79b8ac 0%, #aedfe4 100%);
    justify-content: flex-end;
    height: 33px;
    display: flex;
    align-items: center
}

@media (max-width: 1200px) {
    .header .header-left-top {
        display: none
    }
}

.header .header-left-top .btn-lang {
    font-size: 13px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a545f;
    border-radius: 50px;
    border-top-right-radius: 0;
    background: #93c9cc;
    padding: 0 10px;
    margin-right: 15px
}

.header .header-left-top .btn-lang img {
    margin-right: 5px
}

.header .header-left-top .social-top {
    display: flex;
    background: #90C8CA;
    padding: 0 10px;
    height: 100%;
    align-items: center
}

.header .header-left-top .social-top a {
    display: block;
    margin: 0 5px
}

.header .header-left-bottom {
    display: flex;
    height: 46px;
    align-items: center;
    background: #fff;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9
}

@media (max-width: 1320px) {
    .header .header-left-bottom {
        height: 70px
    }
}

.header .header-left-bottom .logo {
    display: block;
    margin-left: 30px
}

@media (max-width: 1320px) {
    .header .header-left-bottom .logo {
        margin-left: 10px
    }
}

.header .header-left-bottom .main-menu {
    font-family: "Mitr", sans-serif;
    margin-bottom: 0;
    display: flex;
    margin-left: 50px;
    height: 100%
}

@media (max-width: 1600px) {
    .header .header-left-bottom .main-menu {
        margin-left: 20px
    }
}

@media (max-width: 1199.98px) {
    .header .header-left-bottom .main-menu {
        display: none
    }
}

.header .header-left-bottom .main-menu>li {
    margin-left: 50px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

@media (max-width: 1420px) {
    .header .header-left-bottom .main-menu>li {
        margin-left: 20px
    }
}

.header .header-left-bottom .main-menu>li:first-child {
    margin-left: 0
}

.header .header-left-bottom .main-menu>li>a {
    font-size: 16px;
    color: #06404A;
    display: flex;
    align-items: center
}

.header .header-left-bottom .main-menu>li>a i {
    color: #000;
    font-size: 14px;
    position: relative;
    top: -1;
    margin-left: 10px
}

.header .header-left-bottom .main-menu>li .submenu {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #eae8e4;
    opacity: 0;
    visibility: hidden;
    top: 55px;
    width: 250px;
    transition: all .3s ease 0s
}

.header .header-left-bottom .main-menu>li .submenu.submenu-promotion {
    width: 750px;
    display: flex;
    flex-wrap: wrap
}

.header .header-left-bottom .main-menu>li .submenu.submenu-promotion li {
    width: 33.33333333333%
}

.header .header-left-bottom .main-menu>li .submenu li a {
    display: block;
    padding: 7px 10px;
    border-bottom: 1px solid #eae8e4;
    color: #898989
}

.header .header-left-bottom .main-menu>li .submenu li a:last-child {
    border-bottom: 0
}

.header .header-left-bottom .main-menu>li:hover>a {
    color: #E0A025
}

.header .header-left-bottom .main-menu>li:hover>a i {
    color: #E0A025
}

.header .header-left-bottom .main-menu>li:hover .submenu {
    top: 45px;
    opacity: 1;
    visibility: visible
}

.header .header-left-bottom .main-menu>li:hover .submenu a:hover {
    color: #E0A025
}

.header .header-left-bottom .btn-add-cart {
    flex-basis: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2F636D;
    font-size: 20px;
    color: #fff;
    height: 100%;
    border-bottom-left-radius: 30px;
    margin-left: auto
}

.header .header-left-bottom .btn-add-cart.font-sami {
    font-weight: 500
}

.header .header-right {
    background: #E0A025;
    flex-basis: 280px;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 10px;
    color: #fff;
    border-bottom-right-radius: 40px
}

.header .header-right .font-bold {
    font-weight: 500
}

@media (max-width: 1320px) {
    .header .header-right {
        flex-basis: 220px;
        width: 220px
    }
}

@media (max-width: 1199.98px) {
    .header .header-right {
        display: none
    }
}

.header .header-right i {
    width: 50px;
    height: 50px;
    background: #d88e1c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 10px
}

@media (max-width: 1320px) {
    .header .header-right i {
        width: 40px;
        height: 40px;
        padding: 5px
    }

    .header .header-right i img {
        width: 100%
    }
}

.header .header-right h3 {
    margin-bottom: 0;
    font-size: 25px
}

@media (max-width: 1320px) {
    .header .header-right h3 {
        font-size: 20px
    }
}

.header .header-right h3 span {
    display: block;
    font-size: .7em;
    margin-bottom: 3px
}

.sticky-menu {
    z-index: 9
}

@media (max-width: 991.98px) {
    .sticky-menu {
        display: none
    }
}

.sticky-wrapper {
    z-index: 9;
    position: relative
}

.footer {
    background-color: #2F636D
}

.footer .container {
    padding: 0 40px
}

@media (max-width: 1320px) {
    .footer .container {
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    .footer .container {
        padding: 0 20px
    }
}

.footer .footer-detail {
    color: #fff;
    padding: 50px 0;
    font-size: .9em
}

.footer .footer-detail h2 {
    margin-bottom: 20px
}

.footer .footer-flex {
    display: flex
}

@media (max-width: 575.98px) {
    .footer .footer-flex {
        display: block
    }
}

.footer .footer-flex .logo-footer {
    width: 180px;
    height: 180px;
    border-radius: 50px;
    border-top-right-radius: 0;
    background: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer .footer-flex .logo-footer img {
    width: 100%
}

@media (max-width: 991.98px) {
    .footer .footer-flex .logo-footer {
        border-radius: 20px;
        width: 120px;
        height: 120px;
        border-top-right-radius: 0
    }
}

@media (max-width: 575.98px) {
    .footer .footer-flex .logo-footer {
        margin-bottom: 20px
    }
}

.footer .footer-flex .footer-left {
    margin-right: 40px
}

@media (max-width: 575.98px) {
    .footer .footer-flex .footer-left {
        margin-right: 20px
    }
}

.footer .footer-flex .footer-right {
    flex-grow: 1
}

.footer .footer-mail {
    position: relative
}

.footer .footer-mail .form-control {
    background-color: #fff;
    border-radius: 20px;
    border-top-right-radius: 0;
    height: 39px;
    border: 0
}

.footer .footer-mail .form-control::placeholder {
    color: #2F636D
}

.footer .footer-mail .btn-detail {
    width: 45px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 0;
    position: absolute;
    right: 0;
    top: 0
}

.footer .footer-end {
    background: #19505a;
    font-size: .9em;
    color: #2F636D;
    padding: 10px 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    height: 50px;
    position: relative
}

@media (max-width: 991.98px) {
    .footer .footer-end {
        height: auto
    }
}

.footer .footer-end .container-fluid {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 0 30px;
    align-items: center
}

@media (max-width: 991.98px) {
    .footer .footer-end .container-fluid {
        justify-content: center
    }
}

.footer .footer-end .tel-footer {
    display: flex;
    align-items: center;
    border-top-left-radius: 30px;
    background: #E39A19;
    position: absolute;
    right: 0;
    height: 51px;
    bottom: 0;
    padding: 0 10px
}

@media (max-width: 991.98px) {
    .footer .footer-end .tel-footer {
        display: none
    }
}

.footer .footer-end .tel-footer i {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #db8913;
    border-radius: 100%;
    margin-right: 10px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1
}

.wrappermain {
    overflow: hidden
}

.size-50 {
    font-size: 50px
}

@media (max-width: 991.98px) {
    .size-50 {
        font-size: 40px
    }
}

@media (max-width: 575.98px) {
    .size-50 {
        font-size: 30px
    }
}

.size-35 {
    font-size: 35px
}

@media (max-width: 991.98px) {
    .size-35 {
        font-size: 30px
    }
}

.size-30 {
    font-size: 30px;
    line-height: 1.2
}

@media (max-width: 991.98px) {
    .size-30 {
        font-size: 25px
    }
}

.size-40 {
    font-size: 40px
}

@media (max-width: 991.98px) {
    .size-40 {
        font-size: 30px
    }
}

.size-25 {
    font-size: 25px;
    line-height: 1.4
}

@media (max-width: 991.98px) {
    .size-25 {
        font-size: 20px
    }
}

.size-22 {
    font-size: 22px
}

@media (max-width: 991.98px) {
    .size-22 {
        font-size: 20px
    }
}

.size-20 {
    font-size: 20px
}

@media (max-width: 991.98px) {
    .size-20 {
        font-size: 18px
    }
}

.font-title {
    font-family: "Mitr", sans-serif;
    font-weight: 400
}

.font-title.font-m {
    font-weight: 500
}

.font-light {
    font-weight: 300
}

.hover-img {
    overflow: hidden;
    transition: all .6s ease;
    display: block
}

.hover-img img {
    transition: all .6s ease
}

.hover-img:hover img {
    transform: scale(1.1)
}

.main {
    position: relative;
    z-index: 0;
    width: 100%
}

.main.main-home {
    padding-top: 40px
}

@media (max-width: 1320px) {
    .main.main-home {
        padding-top: 70px
    }
}

.main.main-page {
    padding-top: 79px
}

@media (max-width: 1320px) {
    .main.main-page {
        padding-top: 70px
    }
}

.swiper-container {
    position: relative
}

.img-affect {
    position: relative;
    overflow: hidden
}

.img-affect::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: #ffffff;
    transition: width 1s;
    transition: all 1000ms cubic-bezier(0.16, 0.01, 0.77, 1)
}

.img-affect.aos-animate::before {
    width: 0px
}

.tab-detail {
    display: none
}

.slideHero .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #2F636D;
    opacity: 1;
    position: relative;
    margin: 0 5px !important
}

.slideHero .swiper-pagination-bullet:before {
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    top: 48.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #2F636D;
    position: absolute;
    border-radius: 100%;
    transition: all .5s ease-out
}

.slideHero .swiper-pagination-bullet-active:before {
    width: 20px;
    height: 20px;
    opacity: 1
}

ul.has-list {
    list-style-type: disc;
    list-style-position: inside
}

ol.has-list {
    list-style-type: decimal;
    list-style-position: inside
}

.slide-arrow .swiper-button-prev,
.slide-arrow .swiper-button-next {
    background: #fff;
    color: #2F636D;
    padding: 0;
    box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 0.6);
    z-index: 2;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 100%
}

.slide-arrow .swiper-button-prev:after,
.slide-arrow .swiper-button-next:after {
    font-size: 15px;
    color: #000
}

@media (max-width: 575.98px) {

    .slide-arrow .swiper-button-prev,
    .slide-arrow .swiper-button-next {
        width: 36px;
        height: 36px
    }
}

.slide-arrow .swiper-button-prev {
    left: 10px
}

.slide-arrow .swiper-button-next {
    right: 10px
}

.main-pd {
    padding-top: 80px
}

@media (max-width: 991.98px) {
    .main-pd {
        padding-top: 60px
    }
}

.main-pd-product {
    padding-top: 0
}

@media (max-width: 991.98px) {
    .main-pd-product {
        padding-top: 105px
    }
}

.order-list {
    list-style: disc;
    margin-left: 20px;
    list-style-position: outside
}

.order-list ul {
    margin-left: 5px;
    margin-top: 5px
}

.order-list ul li {
    position: relative;
    padding-left: 15px
}

.order-list ul li:before {
    content: "-";
    position: absolute;
    left: 0
}

.order-list.order-list-color-ci li::marker {
    color: #2F636D
}

.page-editor ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px
}

.page-editor ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    top: 8px;
    background: #2F636D;
    border-radius: 100%;
    position: absolute;
    left: 0
}

.page-editor ol {
    list-style: decimal;
    margin-left: 20px
}

.page-editor h2 {
    font-size: 1.1em;
    line-height: 1.5
}

@media (max-width: 767.98px) {
    .page-editor h2 {
        line-height: 1.3
    }
}

.page-editor p {
    margin-bottom: 25px
}

.main-banner {
    margin-bottom: 20px
}

.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.hero-expert-doctor {
    border-radius: 15px;
    margin: 15px 0;
    overflow: hidden;
    position: relative
}

.hero-expert-doctor .cover-hero {
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 50px
}

@media (max-width: 767.98px) {
    .hero-expert-doctor .cover-hero {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        max-width: 100%;
        margin-top: 30px
    }
}

.hero-expert-doctor .btn-detail {
    height: 54px;
    background: #2F636D;
    color: #fff;
    border-radius: 5px
}

.slideHero .swiper-slide {
    position: relative;
    font-family: "Mitr", sans-serif
}

.slideHero .img-slide {
    position: relative;
    z-index: 1
}

.slideHero .button-wrap {
    display: flex;
    margin-top: 20px
}

.slideHero .button-wrap a {
    display: block;
    width: 171px;
    height: 161px;
    background: url(../images/button-hero.png) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    line-height: 1.1;
    font-size: 22px;
    text-transform: uppercase;
    color: #2C7072;
    transition: transform .2s
}

.slideHero .button-wrap a:hover {
    transform: scale(1.1)
}

@media (max-width: 767.98px) {
    .slideHero .button-wrap a {
        width: 91px;
        height: 81px;
        font-size: 16px
    }
}

.slideHero.slideDoctor .swiper-slide {
    padding-top: 0;
    background-color: #fff
}

.slideHero.slideDoctor .swiper-pagination {
    bottom: 30px
}

@media (max-width: 767.98px) {
    .slideHero.slideDoctor .swiper-pagination {
        position: relative;
        margin-top: 20px
    }
}

.hero-expert-doctor {
    background: #fff;
    padding: 0
}

.slide-service {
    margin-top: 40px
}

.slide-service .swiper-wrapper {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1199.98px) {
    .slide-service .swiper-wrapper {
        flex-wrap: nowrap
    }
}

.slide-service .swiper-wrapper .swiper-slide {
    width: 14.2857%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative
}

@media (max-width: 1320px) {
    .slide-service .swiper-wrapper .swiper-slide {
        width: 20%
    }
}

@media (max-width: 1199.98px) {
    .slide-service .swiper-wrapper .swiper-slide {
        padding: 0
    }
}

.slide-service .box-service {
    border-radius: 30px;
    border: 1px solid #C3C3C3;
    padding: 30px 30px;
    background: #fff;
    text-align: center;
    display: block;
    min-height: 240px;
    box-shadow: 0px 0px 5px 0px rgba(163, 163, 163, 0.5)
}

.slide-service .box-service i {
    display: inline-block;
    border-bottom: 1px solid #E0A025;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.slide-service .box-service .font-med {
    line-height: 1.2
}

.slide-service .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 15px
}

.swiper-pagination-bullet-active {
    background-color: #2F636D
}

.main-package {
    position: relative
}

.main-package:after {
    position: absolute;
    background: #93bbbb;
    background: linear-gradient(250deg, #93bbbb 0%, #aedfe4 100%);
    content: "";
    height: 100%;
    right: 0;
    width: 80%;
    top: 0;
    z-index: 0;
    border-top-left-radius: 80px
}

.main-package .container-package {
    padding-left: 7%;
    z-index: 1;
    position: relative
}

@media (max-width: 1320px) {
    .main-package .container-package {
        padding-left: 30px
    }
}

@media (max-width: 1199.98px) {
    .main-package .container-package {
        padding-left: 20px
    }
}

.flex-package {
    display: flex;
    align-items: center;
    height: 580px
}

@media (max-width: 767.98px) {
    .flex-package {
        display: block;
        height: auto
    }
}

.flex-package .title-main-package {
    font-family: "Mitr", sans-serif;
    height: 415px;
    width: 28%;
    display: flex;
    flex-direction: column;
    color: #fff;
    background: #2f636d;
    background: linear-gradient(180deg, #2f636d 0%, #17515c 100%);
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    border-top-right-radius: 0;
    margin-right: 20px
}

@media (max-width: 1600px) {
    .flex-package .title-main-package {
        width: 25%
    }
}

@media (max-width: 1199.98px) {
    .flex-package .title-main-package {
        width: 30%
    }
}

@media (max-width: 767.98px) {
    .flex-package .title-main-package {
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
        height: auto;
        padding: 20px;
        border-radius: 20px;
        border-top-right-radius: 0
    }
}

.flex-package .title-main-package h2 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width: 1320px) {
    .flex-package .title-main-package h2 {
        font-size: 40px
    }
}

@media (max-width: 991.98px) {
    .flex-package .title-main-package h2 {
        font-size: 30px
    }
}

@media (max-width: 767.98px) {
    .flex-package .title-main-package h2 {
        margin-bottom: 0;
        font-size: 20px
    }

    .flex-package .title-main-package h2 br {
        display: none
    }
}

.flex-package .wrap-slide-main-package {
    width: 77%
}

@media (max-width: 1600px) {
    .flex-package .wrap-slide-main-package {
        width: 75%
    }
}

@media (max-width: 1199.98px) {
    .flex-package .wrap-slide-main-package {
        width: 70%
    }
}

@media (max-width: 767.98px) {
    .flex-package .wrap-slide-main-package {
        width: 100%
    }
}

.flex-package .slide-main-package {
    width: 100%;
    padding: 10px 0
}

.flex-package .slide-main-package .swiper-wrapper {
    display: flex;
    align-items: center
}

.flex-package .slide-main-package .swiper-slide {
    width: 270px;
    display: flex;
    align-items: center;
    height: 100%;
    transition: width .3s
}

.flex-package .package-box .package-box-detail {
    padding: 15px 20px 15px
}

.flex-package .package-box .package-box-detail h2 {
    font-size: 16px;
    line-height: 1.4;
    height: 44.8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.flex-package .package-box .package-box-detail p {
    height: 42px
}

.flex-package .package-box .package-price {
    padding: 10px 20px 10px
}

.flex-package .package-box .package-price .pp-inner {
    font-size: 20px
}

.flex-package .package-box .package-price del {
    font-size: 14px
}

.flex-package .package-box .package-price .btn-discover-package {
    width: 60px
}

.package-box {
    font-family: "Mitr", sans-serif;
    border-radius: 40px;
    border-top-right-radius: 0;
    border: 1px solid #C3C3C3;
    box-shadow: 0px 0px 5px 0px rgba(163, 163, 163, 0.5);
    overflow: hidden;
    background: #fff
}

.package-box .btn-img {
    margin-bottom: 0;
    display: block
}

.package-box .package-box-detail {
    padding: 15px 30px
}

@media (max-width: 991.98px) {
    .package-box .package-box-detail {
        padding: 15px
    }
}

.package-box .package-box-detail h2 {
    color: #005F3A;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50.4px
}

.package-box .package-box-detail p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    height: 42px
}

.package-box .package-price {
    display: flex;
    align-items: center;
    padding: 0 30px;
    border-top: 1px solid #DEDEDE;
    position: relative
}

@media (max-width: 991.98px) {
    .package-box .package-price {
        padding-left: 15px
    }
}

.package-box .package-price .pp-inner {
    font-size: 25px;
    font-weight: 500;
    color: #E39A19
}

@media (max-width: 991.98px) {
    .package-box .package-price .pp-inner {
        font-size: 20px
    }
}

.package-box .package-price del {
    font-size: 14px;
    margin-left: 10px
}

.package-box .package-price .btn-discover-package {
    width: 83px;
    border-radius: 40px;
    border-top-right-radius: 0;
    background: #AEDFE4;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1199.98px) {
    .package-box .package-price .btn-discover-package {
        width: 70px
    }
}

@media (max-width: 991.98px) {
    .package-box .package-price .btn-discover-package {
        width: 60px
    }
}

.package-box .package-price .btn-discover-package:hover {
    background: #2F636D;
    color: #fff
}

.package-box .package-price .btn-discover-package:hover i {
    color: #fff
}

.package-box .package-price .btn-discover-package i {
    color: #17515C;
    font-size: 45px;
    transform: rotate(-45deg)
}

.btn-small {
    font-size: 18px;
    background-color: #E39A19;
    width: 110px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 20px;
    border-top-right-radius: 0;
    font-family: "Mitr", sans-serif;
    color: #fff
}

.btn-small.bg-blue {
    background: #AEDFE4;
    color: #1A545F
}

.flex-center {
    display: flex;
    justify-content: center
}

.main-our-doctor {
    position: relative;
    border-bottom: 1px solid #B6B6B6
}

.main-our-doctor .container {
    position: relative;
    z-index: 3
}

.main-our-doctor:before {
    z-index: 1;
    content: "";
    position: absolute;
    height: 70px;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff
}

.main-our-doctor .slide-doctor {
    padding: 50px 0
}

.box-doctor {
    border-radius: 10px;
    overflow: hidden;
    display: block;
    padding: 5px;
    border: 1px solid #DADADA;
    background: #fff
}

.box-doctor img {
    border-radius: 5px
}

.box-doctor .pd-box-doctor {
    text-align: center;
    padding: 20px 10px
}

.box-doctor .pd-box-doctor h2 {
    color: #2F636D;
    font-size: 18px
}

.box-doctor .pd-box-doctor p {
    color: #2F636D;
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0
}

.box-doctor:hover {
    background: #2F636D;
    transform: scale(1.02)
}

.box-doctor:hover h2 {
    color: #E0A025
}

.box-doctor:hover p {
    color: #fff
}

.search-doctor-top {
    width: 100%;
    z-index: 7;
    width: 100%
}

@media (max-width: 1199.98px) {
    .search-doctor-top {
        position: relative;
        top: 0
    }
}

.search-doctor-top .search-doctor-right {
    display: flex;
    align-items: center;
    padding: 15px 0 15px 0
}

@media (max-width: 991.98px) {
    .search-doctor-top .search-doctor-right {
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .search-doctor-top .search-doctor-right {
        flex-wrap: wrap
    }
}

.search-doctor-top .search-doctor-right h2 {
    flex-basis: 220px;
    flex-grow: 0;
    flex-shrink: 0;
    font-family: "Mitr", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #06404A
}

@media (max-width: 991.98px) {
    .search-doctor-top .search-doctor-right h2 {
        width: 100%;
        margin-bottom: 10px !important;
        font-size: 25px
    }
}

@media (max-width: 575.98px) {
    .search-doctor-top .search-doctor-right h2 {
        font-size: 20px
    }
}

.search-doctor-top .search-doctor-right .dropdown-toggle,
.search-doctor-top .search-doctor-right .search-doctor-input {
    background: #AEDFE4;
    border: 0;
    height: 60px !important;
    border-radius: 0;
    font-family: "Mitr", sans-serif;
    color: #2F636D
}

.search-doctor-top .search-doctor-right .search-doctor-input {
    padding-left: 70px;
    max-width: auto;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px
}

.search-doctor-top .search-doctor-right .search-doctor-input::placeholder {
    color: #2F636D;
    opacity: 1
}

.search-doctor-top .search-doctor-right .wrap-search-doctor-input {
    width: 100%;
    margin-right: 5px;
    position: relative
}

@media (max-width: 991.98px) {
    .search-doctor-top .search-doctor-right .wrap-search-doctor-input {
        margin-bottom: 10px;
        margin-right: 0
    }
}

.search-doctor-top .search-doctor-right .wrap-search-doctor-input button {
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: flex;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    color: #2F636D;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}

.search-doctor-top .search-doctor-right .wrap-selectpicker {
    flex-basis: 350px;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 60px;
    background: #AEDFE4;
    position: relative;
    border-bottom-right-radius: 40px
}

@media (max-width: 991.98px) {
    .search-doctor-top .search-doctor-right .wrap-selectpicker {
        flex-basis: 100%
    }
}

.search-doctor-top .search-doctor-right .wrap-selectpicker .dropdown-toggle {
    margin-left: 5px;
    padding-left: 20px;
    color: #2F636D !important;
    position: relative;
    right: 5px
}

.search-doctor-top .search-doctor-right .wrap-selectpicker .dropdown-toggle .filter-option {
    display: flex;
    align-items: center
}

.search-doctor-top .search-doctor-right .wrap-selectpicker .dropdown-toggle:hover {
    color: #fff
}

.search-doctor-top .search-doctor-right .wrap-selectpicker .dropdown-toggle:after {
    border: 0;
    content: '\f107';
    font: 20px FontAwesome
}

.search-doctor-top .search-doctor-right .wrap-selectpicker .dropdown-item {
    font-family: "Mitr", sans-serif
}

.search-doctor-top .search-doctor-right .wrap-selectpicker .btn-search-doctor {
    width: 60px;
    height: 60px;
    background: #2F636D;
    position: absolute;
    right: 0;
    border-radius: 40px;
    border-top-right-radius: 0;
    top: 0
}

.main-about .container {
    width: 100%;
    max-width: 1280px
}

.main-about h2 {
    margin-bottom: 30px
}

.main-about .flex-about {
    display: flex;
    align-items: center;
    padding-right: 50px
}

.main-about .flex-about .font-bold {
    font-weight: 500
}

@media (max-width: 991.98px) {
    .main-about .flex-about {
        padding-right: 20px
    }
}

.main-about .img-about {
    border-radius: 100px;
    border-top-right-radius: 0
}

@media (max-width: 991.98px) {
    .main-about .img-about {
        border-radius: 50px;
        border-top-right-radius: 0
    }
}

.flex-btn-main-about {
    display: flex;
    margin-top: 40px
}

.flex-btn-main-about .btn-contact {
    flex-grow: 1
}

.flex-btn-main-about .btn-tel-about {
    border-radius: 40px;
    border-top-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: #2F636D;
    width: 80px;
    margin-left: 15px
}

@media (max-width: 575.98px) {
    .flex-btn-main-about .btn-tel-about {
        height: 50px;
        width: 60px
    }
}

.article-bottom {
    background: #93BBBB;
    border-top-left-radius: 80px
}

@media (max-width: 991.98px) {
    .article-bottom {
        border-radius: 0
    }
}

.article-bottom .article-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px
}

.article-bottom .article-title h2 {
    font-family: "Mitr", sans-serif;
    color: #2F636D
}

.article-bottom .article-title .btn-small {
    background: #AEDFE4;
    color: #1A545F
}

.box-article {
    display: flex;
    background: #fff;
    height: 253px;
    border: 1px solid #D9D9D9;
    border-radius: 20px;
    border-top-right-radius: 0;
    overflow: hidden
}

@media (max-width: 767.98px) {
    .box-article {
        display: block;
        height: auto
    }
}

.box-article figure {
    margin-bottom: 0
}

.box-article img {
    width: 173px;
    object-fit: cover;
    height: 100%;
    object-position: center center
}

@media (max-width: 767.98px) {
    .box-article img {
        width: 100%;
        height: auto
    }
}

.box-article .box-article-detail {
    padding: 20px 15px;
    display: flex;
    flex-direction: column
}

.box-article .box-article-detail h2 {
    color: #2F636D;
    line-height: 1.3;
    height: 52px;
    font-size: 20px
}

.box-article .box-article-detail p {
    font-size: 14px
}

.search-doctor-page {
    background: #DFF2F4;
    width: 98%;
    margin: 0 auto;
    padding: 30px 20px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px
}

@media (max-width: 1320px) {
    .search-doctor-page {
        width: 90%
    }
}

@media (max-width: 991.98px) {
    .search-doctor-page {
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px
    }
}

@media (max-width: 575.98px) {
    .search-doctor-page {
        padding-left: 0;
        padding-right: 0
    }
}

.pd-doctor-list {
    padding: 0 50px
}

@media (max-width: 1320px) {
    .pd-doctor-list {
        padding: 30px
    }
}

@media (max-width: 575.98px) {
    .pd-doctor-list {
        background: 0;
        padding: 0
    }
}

.doctor-list li {
    margin-bottom: 30px
}

.titlt-page-h1 {
    font-size: 37px;
    font-weight: 700;
    color: #2F636D;
    font-family: "Mitr", sans-serif;
    margin-bottom: 40px;
    line-height: 1.1;
    text-transform: uppercase
}

@media (max-width: 1199.98px) {
    .titlt-page-h1 {
        font-size: 34px
    }
}

@media (max-width: 991.98px) {
    .titlt-page-h1 {
        font-size: 30px
    }
}

@media (max-width: 575.98px) {
    .titlt-page-h1 {
        font-size: 25px
    }
}

.page-num {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px
}

.page-num li {
    margin: 0 7px
}

.page-num a {
    display: block;
    font-family: "Mitr", sans-serif;
    font-weight: 300;
    padding: 0 10px;
    border-radius: 100%;
    color: #898989
}

.page-num a.active {
    color: #2C7072;
    background-color: #93BBBB
}

.wrap-breadcrumb {
    background: #2F636D;
    padding: 10px 40px;
    color: #fff !important;
    font-family: "Mitr", sans-serif;
    font-size: 16px;
    display: flex;
    font-weight: 300
}

.wrap-breadcrumb .breadcrumb-list {
    width: 100%;
    max-width: 1200px
}

@media (max-width: 1600px) {
    .wrap-breadcrumb .breadcrumb-list {
        max-width: 955px
    }
}

@media (max-width: 1320px) {
    .wrap-breadcrumb .breadcrumb-list {
        max-width: 805px
    }
}

@media (max-width: 1199.98px) {
    .wrap-breadcrumb .breadcrumb-list {
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    .wrap-breadcrumb {
        padding: 10px 20px
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.breadcrumb-item.active {
    color: #fff;
    font-weight: 500
}

.doctor-detil .container.container-1600 {
    max-width: 1400px
}

.doctor-education {
    margin-top: 30px
}

.doctor-education li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px
}

.doctor-education li:last-child {
    margin-bottom: 0
}

.doctor-education li span {
    position: absolute;
    left: 0;
    top: 2px;
    color: #C3A573
}

.table-doctor {
    max-width: 700px;
    border-radius: 20px;
    overflow: hidden
}

.table-doctor thead tr th {
    text-align: center;
    background: #DBEDE9;
    color: #2F636D;
    font-family: "Mitr", sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2
}

.table-doctor tbody tr td {
    text-align: center
}

.rounded-doctor {
    border-radius: 60px;
    border-top-right-radius: 0;
    overflow: hidden
}

.btn-contact {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border-bottom-right-radius: 80px;
    border-top-right-radius: 0;
    /* font-family: "Prompt", sans-serif; */
    font-size: 25px;
    font-weight: bold;
    background: linear-gradient(168deg, #d1ebee 0%, #6bb5b6 100%);
    color: #135D6A;
    position: relative
}

.btn-contact span {
    position: relative;
    z-index: 1
}

.btn-contact i {
    margin-right: 10px
}

.btn-contact:after {
    content: "";
    width: 98%;
    height: 36px;
    background: url(../images/bg-btn.png) no-repeat center center;
    position: absolute;
    background-size: cover;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0
}

@media (max-width: 575.98px) {
    .btn-contact {
        border-radius: 20px;
        border-top-right-radius: 0;
        font-size: 20px;
        height: 50px
    }
}

.product-detail {
    padding: 30px;
    background: linear-gradient(250deg, #93bbbb 0%, #aedfe4 100%);
    width: 98%;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

@media (max-width: 991.98px) {
    .product-detail {
        border-radius: 50px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        width: 95%
    }
}

@media (max-width: 767.98px) {
    .product-detail {
        padding-left: 15px;
        padding-right: 15px
    }
}

.product-detail .btn-contact {
    width: 100%;
    max-width: 350px
}

.product-detail .row {
    border-radius: 100px;
    border-top-right-radius: 0;
    overflow: hidden
}

@media (max-width: 991.98px) {
    .product-detail .row {
        border-radius: 20px
    }
}

.product-detail .product-detail-left {
    padding: 0
}

.product-detail .product-detail-left img {
    height: 100%;
    object-fit: cover
}

@media (max-width: 767.98px) {
    .product-detail .product-detail-left img {
        height: auto
    }
}

.product-detail .product-detail-right {
    padding: 20px 20px 20px 50px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 991.98px) {
    .product-detail .product-detail-right {
        padding: 20px
    }
}

.product-detail .product-detail-right .package-price {
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
    font-family: "Mitr", sans-serif
}

@media (max-width: 991.98px) {
    .product-detail .product-detail-right .package-price {
        padding-left: 15px
    }
}

.product-detail .product-detail-right .package-price .pp-inner {
    font-weight: bold;
    color: #E39A19;
    margin-bottom: 0;
    line-height: 1
}

.product-detail .product-detail-right .package-price del {
    margin-left: 10px
}

.article-detail {
    font-family: "Mitr", sans-serif;
    background: #fff;
    padding: 60px;
    border-radius: 35px
}

@media (max-width: 991.98px) {
    .article-detail {
        padding: 40px
    }
}

@media (max-width: 575.98px) {
    .article-detail {
        padding: 40px 20px
    }
}

.pd-package-list {
    background: #FAFAFA;
    padding: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    min-height: 100%
}

@media (max-width: 1320px) {
    .pd-package-list {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 30px
    }
}

@media (max-width: 991.98px) {
    .pd-package-list {
        padding: 20px;
        border-radius: 20px
    }
}

.bg-gray {
    background: #F5F3F1
}

.cat-package {
    background: #fff;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-bottom: 50px;
    position: relative;
    min-height: 100%
}

@media (max-width: 991.98px) {
    .cat-package {
        padding: 0
    }
}

.cat-package .title-cat-package {
    margin: 20px 0
}

.cat-package .cat-doctor-list {
    margin-top: 0;
    padding-top: 40px
}

@media (max-width: 991.98px) {
    .cat-package .cat-doctor-list {
        top: 52px
    }
}

.cat-package .cat-doctor-list a i {
    left: 15px !important
}

.cat-package .cat-doctor-list a:hover img {
    filter: brightness(1) invert(0) !important
}

.package-list .pd-box-slide {
    background: #fff
}

.img-rd {
    overflow: hidden
}

.box-promotion {
    padding: 20px 0 50px;
    background: #EFF9FA;
    border-radius: 30px
}

.box-promotion .box-promotion-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px
}

.medical-list {
    display: flex;
    flex-wrap: wrap
}

.medical-list li {
    width: 14.28571%;
    padding: 5px
}

@media (max-width: 1199.98px) {
    .medical-list li {
        width: 20%
    }
}

@media (max-width: 991.98px) {
    .medical-list li {
        width: 25%
    }
}

@media (max-width: 767.98px) {
    .medical-list li {
        width: 33.33333%
    }
}

@media (max-width: 575.98px) {
    .medical-list li {
        width: 50%
    }
}

.contact-detail {
    background: #FAFAFA;
    padding: 50px 20px;
    border-radius: 25px
}

.medical-service-list h2 {
    margin-bottom: 25px
}

.msr-detail header {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.msr-detail .iframe-msr-detail {
    width: 100%;
    max-width: 890px;
    height: 450px;
    margin: 0 auto;
    margin-top: 50px
}

@media (max-width: 767.98px) {
    .msr-detail .iframe-msr-detail {
        height: 300px
    }
}

.msr-detail .msr-detail-inner {
    text-align: center;
    width: 100%;
    max-width: 780px;
    margin: 50px auto
}

.main-page-has-bg {
    background: url(../images/bg-page.jpg) center top no-repeat #F5F3F1
}

.box-review {
    box-shadow: 0px 0px 7px 0px rgba(163, 163, 163, 0.6);
    border-radius: 15px;
    padding: 15px
}

.box-review .img-rd {
    width: 48px;
    border-radius: 100%
}

.article-expert {
    margin-top: -80px;
    position: relative
}

@media (max-width: 991.98px) {
    .article-expert {
        margin-top: -40px
    }
}

@media (max-width: 575.98px) {
    .article-expert {
        margin-top: 0px
    }
}

.wrap-tab-box-promotion {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 50px
}

.wrap-tab-box-promotion li {
    margin-right: 20px
}

.wrap-tab-box-promotion li:last-child {
    margin-right: 0
}

.wrap-tab-box-promotion .tab-box-promotion {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex
}

@media (max-width: 991.98px) {
    .wrap-tab-box-promotion .tab-box-promotion {
        display: block
    }
}

.wrap-tab-box-promotion .tab-box-promotion a {
    display: block;
    padding: 15px 30px;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 5px solid #EFF9FA
}

@media (max-width: 991.98px) {
    .wrap-tab-box-promotion .tab-box-promotion a {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px
    }
}

.wrap-tab-box-promotion .tab-box-promotion a.active {
    font-weight: 700;
    border-bottom: 5px solid #C3DCD6
}

.tab-promotion {
    display: none
}

.container-contact {
    padding: 50px 0
}

@media (max-width: 1320px) {
    .container-contact {
        padding: 20px
    }
}

@media (max-width: 991.98px) {
    .container-contact {
        padding: 0
    }
}

.container-contact .contact-location {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #D3D3D3
}

.container-contact .img-contact {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

@media (max-width: 991.98px) {
    .container-contact .img-contact {
        height: 300px
    }
}

@media (max-width: 575.98px) {
    .container-contact .img-contact {
        height: 250px;
        border-radius: 10px
    }
}

.title-promotion {
    width: 100%;
    max-width: 920px;
    padding: 50px 20px 30px;
    margin: 0 auto
}

.wrap-selectpicker .dropdown-toggle {
    background: #AEDFE4;
    font-family: "Mitr", sans-serif;
    color: #2F636D !important;
    height: 50px;
    border: 0;
    padding: 0 25px;
    border-radius: 40px;
    border-top-right-radius: 0
}

.wrap-selectpicker .dropdown-toggle .filter-option {
    display: flex;
    align-items: center
}

.wrap-selectpicker .dropdown-toggle:hover {
    color: #fff
}

.wrap-selectpicker .dropdown-toggle:after {
    border: 0;
    content: '\f107';
    font: 20px FontAwesome
}

.wrap-selectpicker .dropdown-menu {
    background: #AEDFE4;
    color: #2F636D
}

.wrap-selectpicker .dropdown-menu .dropdown-item.active,
.wrap-selectpicker .dropdown-menu .dropdown-item:active {
    background: #2F636D
}

.slide-package-section {
    padding: 40px 0;
    position: relative
}

.slide-package-section .container {
    position: relative;
    z-index: 1
}

.slide-package-section:after {
    content: "";
    background: #93bbbb;
    background: linear-gradient(250deg, #93bbbb 0%, #aedfe4 100%);
    position: absolute;
    height: 100%;
    width: 90%;
    border-top-left-radius: 80px;
    top: 0;
    right: 0;
    z-index: 0
}

@media (max-width: 1600px) {
    .slide-package-section:after {
        width: 95%
    }
}

@media (max-width: 991.98px) {
    .slide-package-section:after {
        width: 100%;
        border-top-left-radius: 40px
    }
}

.slide-package-section h2 {
    margin-bottom: 40px
}

.slide-package-section .slide-package {
    overflow: visible
}

.slide-package-section .slide-package .package-price {
    height: 64px
}

.slide-package-section.package-other:after {
    content: "";
    background: #AEDFE4;
    opacity: .4
}

.slide-package-section.package-other .flex-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px
}

@media (max-width: 991.98px) {
    .slide-package-section.package-other .flex-title {
        display: block
    }
}

.slide-package-section.package-other .flex-title h2 {
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .slide-package-section.package-other .flex-title h2 {
        margin-bottom: 10px
    }
}

.package-box-list .package-price {
    height: 64px
}

.wrap-search-article {
    padding-bottom: 40px
}

.search-article {
    position: relative
}

.search-article .form-control {
    background: #AEDFE4;
    border: 0;
    border-radius: 40px;
    height: 50px;
    padding: 0 25px;
    font-family: "Mitr", sans-serif
}

.search-article .form-control::placeholder {
    color: #2F636D;
    opacity: 1
}

.search-article .btn-search-article {
    width: 50px;
    height: 50px;
    background: #2F636D;
    position: absolute;
    right: 0;
    border-radius: 40px;
    border-top-right-radius: 40px;
    border-top-right-radius: 0;
    top: 0
}

.wrap-article {
    padding: 70px 0;
    position: relative
}

.wrap-article .container {
    z-index: 1;
    position: relative
}

.wrap-article:after {
    content: "";
    background: #DFF2F4;
    position: absolute;
    height: 100%;
    width: 95%;
    border-top-left-radius: 80px;
    top: 0;
    right: 0;
    z-index: 0
}

@media (max-width: 1600px) {
    .wrap-article:after {
        width: 95%
    }
}

@media (max-width: 991.98px) {
    .wrap-article:after {
        width: 100%;
        border-top-left-radius: 40px
    }
}

.banner-article {
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px
}

.h1-article {
    align-items: center
}

.article-detail {
    background: #eff8f9
}

.box-doctor-article {
    padding: 15px;
    background: #93BBBB
}

.box-doctor-article:hover {
    background: #93BBBB;
    transform: scale(1)
}

.box-doctor-article:hover h2 {
    color: #2F636D !important
}

.box-doctor-article:hover p {
    color: #2F636D !important
}

.box-doctor-article .btn-small {
    width: 170px;
    background-color: #2F636D;
    color: #E0A025
}

.detail-about {
    position: relative;
    margin-top: 80px
}

.detail-about .container {
    z-index: 1;
    position: relative
}

.detail-about:after {
    content: "";
    background: #DFF2F4;
    position: absolute;
    height: 100%;
    width: 95%;
    border-top-left-radius: 80px;
    top: 0;
    right: 0;
    z-index: 0
}

@media (max-width: 1600px) {
    .detail-about:after {
        width: 95%
    }
}

@media (max-width: 991.98px) {
    .detail-about:after {
        width: 100%;
        border-top-left-radius: 40px
    }
}

.detail-about .img-about-02 {
    position: relative;
    margin-top: -150px;
    border-radius: 70px;
    border-top-right-radius: 0
}

@media (max-width: 991.98px) {
    .detail-about .img-about-02 {
        border-radius: 30px;
        border-top-right-radius: 0
    }
}

.detail-about .img-about-03 {
    border-radius: 70px;
    border-top-right-radius: 0
}

@media (max-width: 991.98px) {
    .detail-about .img-about-03 {
        border-radius: 30px;
        border-top-right-radius: 0
    }
}

.img-contact {
    border-radius: 100px;
    border-top-right-radius: 0
}

@media (max-width: 991.98px) {
    .img-contact {
        border-radius: 50px;
        border-top-right-radius: 0
    }
}

.box-contact {
    border-radius: 50px;
    border-top-right-radius: 0;
    background: #eff8f9;
    padding: 35px 50px 35px;
    margin-bottom: 20px
}

@media (max-width: 991.98px) {
    .box-contact {
        border-radius: 20px;
        border-top-right-radius: 0
    }
}

.box-contact:last-child {
    margin-bottom: 0
}

.box-contact .btn-contact {
    font-weight: bold;
    font-size: 20px;
    height: 45px
}

.google-map-footer {
    height: 300px;
    width: 95%;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    overflow: hidden;
    margin: 20px auto 0
}

.box-medical {
    border-radius: 20px;
    overflow: hidden
}

.bm-title {
    font-size: 20px;
    font-weight: bold;
    color: #2F636D;
    font-family: "Mitr", sans-serif;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: #CAEAED
}

.bm-detail {
    background: #FAFAFA;
    padding: 20px
}

.bm-detail li {
    display: flex;
    margin-bottom: 13px
}

.bm-detail li .bmd-left {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100px;
    width: 100px
}

.bm-detail li:last-child {
    margin-bottom: 0
}

.bm-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    background: #F5F5F5;
    border-top: 1px solid #dce5e4
}

.bm-btn .btn-contact {
    height: 45px;
    font-size: 20px;
    width: 240px
}

.tab-pdpa {
    font-family: "Mitr", sans-serif;
    display: flex;
    margin: 30px 0 10px;
    border-bottom: 1px solid #E0A025;
    flex-wrap: wrap
}

@media (max-width: 991.98px) {
    .tab-pdpa {
        display: block
    }
}

.tab-pdpa li {
    margin-right: 30px
}

.tab-pdpa li:last-child {
    margin-right: 0
}

.tab-pdpa li a {
    position: relative;
    display: block;
    padding-bottom: 10px
}

.tab-pdpa li a.active {
    color: #E0A025
}

.tab-pdpa li a.active:after {
    content: "\F229";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-family: bootstrap-icons !important;
    bottom: -18px;
    color: #E0A025
}

@media (max-width: 991.98px) {
    .tab-pdpa li a.active:after {
        display: none
    }
}

.tab-pdpa-detail {
    display: none
}

.accordion-pdpa {
    border-bottom: 1px solid #ccc
}

.accordion-pdpa ul li,
.accordion-pdpa ol li {
    margin-bottom: 10px
}

.accordion-pdpa ul li:last-child,
.accordion-pdpa ol li:last-child {
    margin-bottom: 0
}

.accordion-pdpa .accordion-title {
    font-family: "Mitr", sans-serif;
    font-size: 1em;
    color: #2F636D;
    padding: 20px 0;
    margin-bottom: 0;
    line-height: 1.3;
    cursor: pointer;
    display: flex;
    justify-content: space-between
}

.accordion-pdpa .accordion-title:after {
    content: "\F64D";
    font-family: bootstrap-icons !important;
    color: #2F636D;
    font-size: 20px;
    transition: all 0.3s ease 0s
}

.accordion-pdpa .accordion-title.active:after {
    transform: rotate(45deg)
}

.accordion-pdpa .accordion-detail {
    padding: 10px 0 20px;
    display: none
}

.cat-about h2 {
    padding-top: 20px
}

.cat-about .cat-doctor-list a {
    padding-left: 20px
}

@media (max-width: 991.98px) {
    .cat-about .cat-doctor-list {
        top: 52px !important
    }
}

.pd-about {
    background: #FAFAFA;
    padding: 70px 50px;
    border-radius: 50px
}

@media (max-width: 1320px) {
    .pd-about {
        border-radius: 20px;
        padding: 30px
    }
}

@media (max-width: 575.98px) {
    .pd-about {
        padding: 30px 15px
    }
}

.table-vision {
    border-color: #363636;
    min-width: 500px
}

.table-vision th {
    color: #fff;
    font-weight: 600;
    background: #E0A025;
    padding: 15px
}

.table-vision tbody td {
    border-color: #363636;
    padding: 15px
}

.table>:not(:first-child) {
    border-top: 0
}

.shareholder-group {
    margin-bottom: 40px
}

.shareholder-group:last-child {
    margin-bottom: 0
}

.shareholder-group h3 {
    font-size: 1em;
    margin-bottom: 0;
    line-height: 1.5;
    padding: 12px 15px;
    background: #E0A025;
    color: #fff
}

.shareholder-group ol {
    list-style-position: inside;
    margin-left: 0
}

.shareholder-group ol li {
    background: #fff;
    padding: 12px 15px;
    border-bottom: 1px solid #D9D9D9
}

.shareholder-group ol li:last-child {
    border-bottom: 0
}

.shareholder-group ol li a:hover {
    color: #2F636D;
    text-decoration: underline !important
}

.container-about-ofc {
    width: 100%;
    max-width: 755px;
    margin: 0 auto
}

.corporate-list {
    width: 100%;
    max-width: 950px;
    margin: 0 auto
}

.corporate-list .col-lg-3 {
    text-align: center
}

.corporate-list .col-lg-3 img {
    border-radius: 20px
}

.about-appreciation {
    width: 100%;
    max-width: 840px;
    margin: 0 auto
}

.about-appreciation .inner-box-slide {
    margin-bottom: 30px
}

.about-appreciation .inner-box-slide img {
    height: 280px;
    object-fit: cover
}

.tab-contact {
    display: flex;
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .tab-contact {
        flex-wrap: wrap
    }
}

.tab-contact li {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.tab-contact li figure {
    margin-bottom: 0
}

.tab-contact li a {
    background: #fafafa;
    display: block;
    width: 100%;
    padding: 20px 10px;
    position: relative;
    z-index: 1
}

.tab-contact li a.active {
    background: #fff;
    z-index: 2;
    border-bottom: 1px solid #2F636D
}

.tab-detail-contact {
    display: none;
    background: #fff;
    padding: 50px
}

@media (max-width: 575.98px) {
    .tab-detail-contact {
        padding: 20px
    }
}

.tab-detail-contact table th {
    font-weight: normal;
    font-size: 15px
}

.tab-detail-contact table .bi-dot {
    font-size: 20px !important
}

.tab-detail-contact .font-small {
    font-size: 15px
}

.wraptab-contact {
    border-radius: 40px;
    overflow: hidden
}

/*# sourceMappingURL=style.css.map */