@font-face {
    font-family: 'helv';
    src: url('../font/db_helvethaicamon_x_v3.2-webfont.woff2') format('woff2'), url('../font/db_helvethaicamon_x_v3.2-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'helv';
    src: url('../font/db_helvethaicamon_x_med_v3.2-webfont.woff2') format('woff2'), url('../font/db_helvethaicamon_x_med_v3.2-webfont.woff') format('woff');
    font-weight: 600;
    font-style: bold;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "helv", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #f4f4f4;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.9rem;
    overflow-x: hidden;
}

body:before {
    position: fixed;
    content: "";
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

body.show-sidebar:before {
    opacity: 1;
    visibility: visible;
}

a {
    text-decoration: none;
}

.site-section {
    padding: 0;
}

aside,
main {
    height: 100vh;
    min-height: 580px;
}

aside {
    transition: .4s;
    top: 0;
    width: 300px;
    left: 0;
    z-index: 1001;
    position: fixed;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
}

.show-sidebar aside {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

aside .toggle {
    transition: .4s;
    background-color: #24b0cbad;
    background-color: rgb(36 176 203 / 68%);
    height: 100vh;
    position: absolute;
    padding: 10px;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

aside .toggle a {
    padding-bottom: 1rem;
    display: block;
    width: 30px;
}

aside .toggle a img:hover {
    padding: 2px;
    width: 26px;
    height: 36px;
}

.show-sidebar aside .toggle .burger:before,
.show-sidebar aside .toggle .burger span,
.show-sidebar aside .toggle .burger:after {
    background: #fff;
}

.show-sidebar aside {
    top: 0;
}

aside .side-inner {
    padding: 30px 0;
    padding-top: 0;
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #24b0cbad;
    background-color: rgb(36 176 203 / 68%);
}

aside .side-inner .nav-menu ul,
aside .side-inner .nav-menu ul li {
    padding: 0;
    margin: 0px;
    list-style: none;
}

aside .side-inner .nav-menu ul li a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    position: relative;
    -webkit-transition: .3s padding-left ease;
    -o-transition: .3s padding-left ease;
    transition: .3s padding-left ease;
}

aside .side-inner .nav-menu ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s opacity ease, .3s visibility ease, .3s width ease;
    -o-transition: .3s opacity ease, .3s visibility ease, .3s width ease;
    transition: .3s opacity ease, .3s visibility ease, .3s width ease;
}

aside .side-inner .nav-menu ul li a:active,
aside .side-inner .nav-menu ul li a:focus,
aside .side-inner .nav-menu ul li a:hover {
    outline: none;
}

aside .side-inner .nav-menu ul li a:hover {
    color: #bff8ff;
}

aside .side-inner .nav-menu ul li a:hover:before {
    width: 4px;
    opacity: 1;
    visibility: visible;
}

aside .side-inner .nav-menu ul li.active a {
    color: #c1f8ff;
}

aside .side-inner .nav-menu ul li.active a:before {
    opacity: 1;
    visibility: visible;
    width: 0px;
}


/* Burger */

.burger {
    margin-bottom: .8rem;
    transition: .04s;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    background-image: url(../images/icon-menu.svg);
    background-repeat: no-repeat;
}

.burger.active {
    transition: .04s;
    background-image: url(../images/icon-menu-close.svg);
    background-repeat: no-repeat;
}


/* Lang Select */

.lang-menu {
    width: 31px;
    text-align: right;
    font-weight: bold;
    margin-top: 25px;
    position: relative;
    margin-bottom: 1rem;
    transition: .4s;
}

.lang-menu .selected-lang {
    display: flex;
    justify-content: space-between;
    line-height: 2;
    cursor: pointer;
}


/* Default Lang */

.lang-menu .selected-lang:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/lang_th.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.lang-menu ul {
    transition: .4s;
    margin: 0;
    padding: 0;
    display: none;
    position: relative;
    top: 0;
    right: 0px;
    width: 30px;
}

.lang-menu ul li {
    list-style: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.lang-menu ul li a {
    text-decoration: none;
    width: 30px;
    padding: 0;
    display: block;
}

.lang-menu ul li:hover {
    filter: brightness(1.5);
}

.lang-menu ul li a:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 32px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
}

.th:before {
    background-image: url(../images/lang_th.png);
}

.en:before {
    background-image: url(../images/lang_en.png);
}

.cn:before {
    background-image: url(../images/lang_cn.png);
}

.ar:before {
    background-image: url(../images/lang_ar.png);
}

.mm:before {
    background-image: url(../../images/lang_mm.png);
}

.vn:before {
    background-image: url(../../images/lang_vn.png);
}

.lang-menu:hover ul {
    display: block;
}


/* NAV Top */

.nav-top {
    position: relative;
    z-index: 100;
}

.nav-top .nav-top-div {
    background-color: #fff;
    height: 70px;
    width: 100%;
}

.nav-top .nav-top-div .logo {
    width: 100px;
    margin: auto;
    display: block;
}

.nav-top .nav-top-div .slc-online {
    color: #fff;
    background-color: #24b0cb;
    width: 170px;
    height: 70px;
    text-align: center;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.nav-top .nav-top-div .slc-online:hover {
    background-color: #1f97b0;
}

.slc-online-div {
    display: flex;
}

.slc-online-div span {
    display: flex;
    align-self: center !important;
    margin-right: 8px;
    color: #fff;
}

.slc-online-div::after {
    content: "";
    background-image: url(../images/icon-shopbag.svg);
    background-repeat: no-repeat;
    display: block;
    width: 45px;
    height: 45px;
}

.nav-top .nav-top-div .time {
    color: #1f97b0;
    width: auto;
    height: 70px;
    text-align: right;
    display: block;
    position: absolute;
    right: 180px;
    top: 0;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.nav-top .nav-top-div .time a {
    text-decoration: underline;
    color: #1f97b0;
}

.nav-top .nav-top-manu {
    /*  background-color: rgb(255 255 255 / 45%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    height: 70px;
    width: 100%;
    display: block;*/
    background-color: rgb(255 255 255 / 45%);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    min-height: 70px;
    display: block;

    width: 100%;
    white-space: nowrap;
}

.nav-top .nav-top-manu::-webkit-scrollbar {
    width: 0;
    height: 0
}

.nav-top .nav-top-manu::-webkit-scrollbar-button {
    background: #ccc
}

.nav-top .nav-top-manu::-webkit-scrollbar-track-piece {
    background: #888
}

.nav-top .nav-top-manu::-webkit-scrollbar-thumb {
    background: #eee
}

.nav-top .nav-top-manu ul {
    margin-bottom: 0;
    padding-inline-start: 0px;
}

.nav-top .nav-top-manu li {
    color: #2db1cc;
    display: block;
    padding: 0 5px;
    font-size: 1.38rem;
    line-height: 16px;

}

.dropright {
    right: 0 !important;
}

.nav-top .nav-top-manu li a {
    color: #2db1cc;
}

.nav-top .nav-top-manu li a:hover {
    color: #43ccf7;
}

.content-div {
    margin-top: -100px;
}

.nav-top .mobile-phone {
    display: none
}

.nav-top .menu-blue {
    display: none
}

.nav-top .menu-blue2 {
    display: none
}

.menu-blue-close {
    display: none
}

.menu-blue-search {
    display: none
}

.icon-mobile-div {
    width: auto;
    max-width: 320px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none !important;
}

.icon-mobile-div img {
    width: 40px;
    height: 40px;
}

.mobile-lang-div {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none !important;
}

.mobile-lang-div img {
    width: 40px;
    height: 30px;
}

.mobile-lang-div a {
    padding-left: 30px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-menu {
    margin-top: 30px;
}

.price-div {
    font-family: "helv";
}

.mobile-nav-b {
    display: none;
}

.container-fluid {
    padding-left: 100px !important;
    padding-right: 100px !important;
}


/* content BOX */

.color-promotion {
    background-color: #f47641;
}

.color-promotion::before {
    content: "Promotion";
    color: #fff;
}

.color-service {
    background-color: #36b9bb;
}

.color-service::before {
    content: "Clinic Service";
    color: #fff;
}

.color-testimonials {
    background-color: #d92844;
}

.color-testimonials::before {
    content: "Testimonials";
    color: #fff;
}

.color-vouchers {
    background-color: #954191;
}

.color-vouchers::before {
    content: "Vouchers";
    color: #fff;
}

.color-news {
    background-color: #3e9cc3;
}

.color-news::before {
    content: "News & Press";
    color: #fff;
}

.color-articles {
    background-color: #7bc254;
}

.color-articles::before {
    content: "Articles";
    color: #fff;
}

.full-gray {
    background-color: #f5f5f5;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.full-wh {
    background-color: white;
    padding-bottom: 4rem;
    padding-top: 4rem;
}

.h-group-div {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.9rem;
    padding: 0 1.3rem 0 1rem;
    position: absolute;
    margin-left: -16px;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topleftright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.desc-div {
    background-color: #fff;
    padding: 16px;
    min-height: 200px;
}

.icon-share {
    color: #575656;
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    width: 180px;
    height: 23px;
    display: block;
    opacity: .4;
    margin-top: 8px;
    background-image: url(../images/icon-share.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.social-share-div,
.share-content-box:hover>.icon-share {
    display: none;
    position: absolute;
    right: 0;
    top: 8px;
}

.share-content-box:hover>.social-share-div {
    display: block;
}

.share-content-box .share-fb {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    border: none;
    background-image: url(../images/share-fb.svg);
    background-size: 100%;
    background-color: transparent;
}

.share-content-box .share-tw {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    border: none;
    background-image: url(../images/share-tw.svg);
    background-size: 100%;
    background-color: transparent;
}

.share-content-box .share-ln {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    border: none;
    background-image: url(../images/share-ln.svg);
    background-size: 100%;
    background-color: transparent;
}

.desc-h {
    position: relative;
    display: block;
    top: -18px;
}

.desc-txt {
    position: relative;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-top: 1.5rem;
}

.desc-txt h2 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3rem;
}

.desc-txt a {
    display: block;
    color: #3199ae;
    text-decoration: underline;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.black-link {
    color: #000 !important;
    text-decoration: none !important;
}

.content-box {
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    background-image: url(../images/shadow.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.content-box:hover {
    transform: translate(0px, -5px);
    z-index: 9;
    transition: .3s;
}


/* content BOX END */

.footer-container {
    background-color: #3da3b7;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    text-align: center;
    color: #fff !important;
}

.footer-logo {
    width: 90px;
    margin-bottom: 1rem;
}

.footer-icon {
    padding-top: 1rem;
}

.footer-icon img {
    display: inline-block;
    height: 35px;
    padding: 2px;
}

.footer-contact {
    font-size: 1.5rem;
}

.footer-menu {
    font-size: 1.3rem;
    font-weight: 500;
}

.footer-menu a {
    color: #fff !important;
    display: inline-block;
    padding: 0 5px;
}

.footer-copy {
    font-size: 1.2rem;
    font-weight: 500;
}

.footer-copy a {
    color: #fff !important;
    display: inline-block;
    padding: 0 2px;
}

.prev-blue {
    background-image: url(../images/left-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 70px;
}

.next-blue {
    background-image: url(../images/right-blue.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 36px;
    height: 70px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #4aadca;
    color: white;
    cursor: pointer;
    padding: 8px 13px;
    border-radius: 100%;
}

#myBtn:hover {
    background-color: #555;
}

.pagination .page-item .page-link {
    border: 0;
    font-size: 1.3rem;
    line-height: 1.2rem;
    color: #24b0cb;
    font-weight: 400;
    background-color: #e7e7e7;
    width: auto;
    min-width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 20px;
    padding: 0.5rem;
    margin-left: 10px;
}

.pagination .page-item.active .page-link,
.pagination .page-item.active .page-link:hover {
    background-color: #24b0cb;
    color: #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: .5rem;
}

.hide {
    display: none !important;
}

.share-content-div {
    text-align: right;
    height: 40px;
}

#share-fb {
    display: inline-block;
    width: 35px !important;
    height: 35px !important;
    border: none;
    background-image: url(../images/share-fb.svg);
    background-size: auto;
    background-color: transparent;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
}

#share-tw {
    display: inline-block;
    width: 35px !important;
    height: 35px !important;
    border: none;
    background-image: url(../images/share-tw.svg);
    background-size: auto;
    background-color: transparent;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
}

#share-ln {
    display: inline-block;
    width: 35px !important;
    height: 35px !important;
    border: none;
    background-image: url(../images/share-ln.svg);
    background-size: auto;
    background-color: transparent;
    margin-bottom: 1rem;
    background-repeat: no-repeat;
}

.text-content-detail {
    font-size: 1.4rem;
    font-weight: 400;
}

.text-content-detail h3 {
    font-size: 1.8rem;
    font-weight: 500;
}

.text-content-detail img {
    /* width: 100%; */
    margin-bottom: 2rem;
    margin-top: 1rem;
}

.search-top {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    width: 100%;
    background-color: #fff;
}

.search-top h2 {
    font-weight: 300;
}

.search-top p {
    font-size: 14px;
    color: #ada8a8;
    margin-top: .5rem;
    font-weight: 300;
}

.search-top .input-group {
    max-width: 100%;
    background-color: #F3F3F4;
    padding: 10px;
    border-radius: 8px;
}

.search-top input {
    border: none;
    background-color: #F3F3F4;
}

.search-top ::placeholder {
    color: #ccc;
    opacity: 1;
    /* Firefox */
}

.search-top :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

.search-top ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc;
}

.search-top .btn-search-form img {
    width: 20px;
    margin-top: -5px;
    z-index: 0;
}

#search-div {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 1;
    display: none;
    z-index: 99999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: .7s;
}

#search-div.visible {
    display: block;
    opacity: 1;
}

#search-div .search-group {
    width: 70%;
    max-width: 750px;
    background-color: #fff;
    padding: 3rem;
    /*-webkit-box-shadow: 0px 8px 18px -2px rgb(0 0 0 / 30%);
    box-shadow: 0px 8px 18px -2px rgb(0 0 0 / 30%);*/
    transition: .6s;
}

#search-div h2 {
    font-weight: 300;
    color: #51bdd2;
    font-size: 2rem;
}

#search-div p {
    font-size: 1.2rem;
    color: #ada8a8;
    margin-top: .5rem;
    font-weight: 300;
}

#search-div .input-group {
    border-bottom: 2px solid #51bdd2;
    max-width: 750px;
}

#search-div input {
    border: none;
    padding-left: 0;
    font-size: 1.2rem;
}

#search-div ::placeholder {
    color: #ccc;
    opacity: 1;
    /* Firefox */
}

#search-div :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

#search-div ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc;
}

#btn-search-div-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    background-image: url(../images/icon-menu-close-bk.svg);
    background-size: cover;
}

.close-search-div {
    display: inline-block;
    width: 50px;
    height: 20px;
    padding-right: .3rem;
    border-right: 1px solid #ccc;
    cursor: pointer;
}

.btn-search-form img {
    width: 20px;
    margin-top: -5px;
}

.close-sidenav {
    position: absolute;
    right: 0;
    cursor: pointer;
}

#side-nav-mask {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    opacity: 0.1;
    visibility: hidden;
    z-index: 3;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateZ(0);
    -webkit-transition: .6s all ease-in-out;
    -o-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition-delay: 0.8s;
}

#side-nav-mask.visible {
    transition-delay: 0.8s;
    visibility: visible;
    opacity: 1;
    -webkit-transition: .6s all ease-in-out;
    -o-transition: .6s all ease-in-out;
    transition: .6s all ease-in-out;
}

@media (max-width: 991px) {
    #share-fb {
        width: 25px !important;
        height: 25px !important;
    }

    #share-tw {
        width: 25px !important;
        height: 25px !important;
    }

    #share-ln {
        width: 25px !important;
        height: 25px !important;
    }

    #search-div .search-group {
        width: 90%;
        max-width: 750px;
        padding: 2rem;
    }

    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .nav-top .nav-top-manu {
        display: none !important;
    }

    .content-div {
        margin-top: 0px;
    }

    aside .side-inner {
        background-color: #24b0cb;
        background-color: rgb(36 176 203);
    }

    aside .side-inner .nav-menu ul li a {
        text-align: center;
        border-bottom: 1px solid rgb(255 255 255 / 55%);
    }

    .slc-online {
        display: none !important;
    }

    .nav-top .mobile-phone {
        position: absolute;
        right: 1rem;
        top: 13px;
        width: 45px;
        height: 45px;
        display: block;
    }

    aside .toggle {
        display: none;
    }

    .nav-top .menu-blue {
        position: absolute;
        left: 1rem;
        top: 13px;
        width: 45px;
        height: 45px;
        display: block;
    }

    .nav-top .menu-blue2 {
        position: absolute;
        left: 1rem;
        top: 13px;
        width: 45px;
        height: 45px;
        display: block;
    }

    .show-sidebar aside {
        width: 100% !important;
    }

    .menu-blue-search {
        position: absolute;
        right: 1rem;
        top: 20px;
        width: 30px;
        height: 30px;
        display: block;
    }

    .menu-blue-close {
        position: absolute;
        left: 1rem;
        top: 20px;
        width: 30px;
        height: 30px;
        display: block;
    }

    .icon-mobile-div {
        display: flex !important;
    }

    .mobile-lang-div {
        padding-left: 0px;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: flex !important;
    }

    .mobile-lang-div a {
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        opacity: .5;
        filter: brightness(150%);
    }

    .mobile-lang-div a.active {
        opacity: 1;
        filter: grayscale(0%);
    }

    .nav-menu {
        margin-top: 0px;
    }

    .side-inner .dropdown-btn {
        text-align: center;
        border-bottom: 1px solid rgb(255 255 255 / 55%) !important;
        width: 100%;
    }

    .side-inner .dropdown-container {
        display: none;
        margin-bottom: .5rem;
        position: relative;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1rem;
        padding-left: 0 !important;
        background-color: #219eb7;
    }
}

@media (max-width: 768px) {
    .mobile-nav-b {
        display: block;
        color: #fff;
        background: rgb(72, 169, 200);
        background: linear-gradient(180deg, rgba(72, 169, 200, 1) 5%, rgba(81, 189, 210, 1) 68%);
        width: 100%;
        height: 60px;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1002;
        font-size: 1rem;
        line-height: 1rem;
        text-align: center;
        -webkit-box-shadow: 0px -2px 14px -4px rgba(0, 0, 0, 0.5);
        box-shadow: 0px -2px 14px -4px rgba(0, 0, 0, 0.5);
        background-image: url(../images/bgOA.png);
        background-position: right top;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .mobile-nav-b a {
        color: #fff !important;
        width: 19%;
        margin: auto;
        display: inline-block;
        height: 60px;
        border-left: 1px solid hsl(0deg 0% 100% / 47%);
        padding-top: 8px;
    }

    .mobile-nav-b a:first-child {
        border-left: 0;
    }

    .mobile-nav-b img {
        height: 35px;
        display: block;
        margin: auto;
        margin-bottom: 0;
    }

    .lineOA {
        background-color: #01b901;
        width: 20.3% !important;
    }

    .footer-container {
        padding-bottom: 100px;
    }

    .share-content-div {
        text-align: center;
    }
}

.nav-top .dropdown-btn {
    /*border: 0;
    background-color: transparent;
    color: #2db1cc;
    display: block;
    padding-right: 3px;
    font-size: 1.38rem;
    font-weight: 500;*/

    border: 0;
    background-color: transparent;
    color: #2db1cc;

    font-size: 1.38rem;
    font-weight: 500;
    /*  display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
    align-items: center;

}

.nav-top .dropdown-btn::after {
    display: inline-block;
    margin-left: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.nav-top a:hover,
.nav-top .dropdown-btn:hover {
    text-decoration: none;
    transition: .3s;
}

.nav-top .active {
    color: #2db1cc;
}

.nav-top .dropdown-container {
    display: none;
    margin-bottom: .5rem;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.65);
    box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.65);
    top: 100%;
}

.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.side-inner .dropdown-btn {
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.side-inner .dropdown-btn::after {
    display: inline-block;
    margin-left: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.side-innera:hover,
.side-inner .dropdown-btn:hover {
    text-decoration: none;
    transition: .3s;
}

.side-inner.active {
    color: #2db1cc;
}

.side-inner .dropdown-container {
    display: none;
    margin-bottom: .5rem;
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1rem;
    padding-left: 1.5rem;
}

.side-inner .nav-menu ul li a:hover {
    background-color: transparent;
}

.footer-container .footer-contact a {
    color: inherit;
}

@media (min-width: 1264px) and (max-width: 1510px) {
    .desc-div {
        min-height: 220px !important;
    }
}

@media (min-width: 1120px) and (max-width: 1263px) {
    .desc-div {
        min-height: 260px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .desc-div {
        min-height: 220px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .desc-div {
        min-height: 190px !important;
    }
}

@media (max-width: 767px) {
    .desc-div {
        min-height: 150px !important;
    }
}

.dropdown-item {
    padding: 10px;
}




/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {
    body {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {
    body {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    body {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }
}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
    body {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {
    body {
        font-size: 1.3rem;
        line-height: 1.7rem;
    }
}

/* sm - xs */
@media (max-width: 767.98px) {
}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {
    body {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

/* xs */
@media (max-width: 575.98px) {
    body {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

/* xs custom */
@media (max-width: 399.98px) {}
