/* @font-face {
    font-family: 'DB Heavent';
    src: url("../fonts/DBHeavent-Bold.woff2") format("woff2"), url("../fonts/DBHeavent-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DB Heavent';
    src: url("../fonts/DBHeavent.woff2") format("woff2"), url("../fonts/DBHeavent.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'DB Heavent';
    src: url("../fonts/DBHeavent-Med.woff2") format("woff2"), url("../fonts/DBHeavent-Med.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
} */

/*
step 1
  DB Heavent        ==  font-family: "Prompt", sans-serif; font-weight: 500;

step 2
  font-size: -7

step 3 
    check html step by step
*/

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500&display=swap");

.color-ci {
    color: #005F3B;
    line-height: 1.5;
}

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

.color-ci-3 {
    color: #00d1ff
}

.font-reg {
    font-weight: normal
}

.font-med {
    font-weight: 500
}

.font-bold {
    font-weight: bold
}

.btn-detail {
    padding: 10px 35px;
    font-family: "Prompt", sans-serif; font-weight: 500;
    background: #005F3B;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    min-width: 180px
}

.btn-detail:hover {
    background: #005F3B;
    border-color: #636363;
    color: #fff
}

.btn-detail i {
    position: relative;
    top: -3px;
    margin-right: 5px
}

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

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: "Prompt", sans-serif; font-weight: 500;
    font-size: 17px;
    line-height: 1;
    overflow-x: hidden;
    color: #636363;
    height: 100%;
    background: #fff;
    font-weight: normal
}

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: 6px
}

.relative {
    position: relative
}

.pad-100 {
    padding: 100px 0
}

@media (max-width: 991.98px) {
    .pad-100 {
        padding: 50px 0
    }
}

.pad-70 {
    padding: 70px 0
}

@media (max-width: 767.98px) {
    .pad-70 {
        padding: 50px 0
    }
}

.pad-70.bg-gray {
    background: #f3f2f2
}

.pad-70.bg-blue {
    background: #005eb8
}

.pad-30 {
    padding: 30px 0
}

.container-fluid {
    max-width: 1920px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto
}

.container.container-1000 {
    width: 100%;
    max-width: 1020px
}

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

.text-center>img {
    display: inline-block
}

@media (min-width: 1320px) {
    .container {
        max-width: 1300px
    }
}

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

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

.wsanimated-arrow {
    position: relative;
    transition: all .4s ease-in-out;
    cursor: pointer;
    padding: 19px 35px 19px 20px;
    float: right
}

.wsanimated-arrow span,
.wsanimated-arrow span:before,
.wsanimated-arrow span:after {
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: #005F3B;
    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: 100px 50px;
    overflow: auto;
    width: 350px;
    right: -350px;
    position: fixed;
    z-index: 10;
    background: #fff;
    height: 100vh;
    transition: transform .25s ease
}

.boxmenu.active {
    transform: translate3d(-350px, 0, 0)
}

.boxmenu .top-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px
}

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

.boxmenu .menu-mobile {
    position: relative;
    max-height: calc(100vh - 10px);
    overflow-y: auto
}

.boxmenu .menu-mobile>li {
    margin-bottom: 20px
}

.boxmenu .menu-mobile>li a {
    color: #000 !important;
    display: block;
    position: relative;
    font-size: 16px
}

.boxmenu .menu-mobile>li .button-sub {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    padding: 0 5px 4px;
    background: #000;
    background-image: url(../images/plus-w.svg);
    background-size: 15px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer
}

.boxmenu .menu-mobile>li.active>a {
    color: #00d1ff !important;
    font-weight: 600
}

.boxmenu .menu-mobile>li.active .button-sub {
    background-image: url(../images/minus-w.svg);
    background-color: #00d1ff
}

.boxmenu .submenu-mobile {
    display: none;
    margin: 30px 0 30px 25px
}

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

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

.boxmenu .submenu-mobile a {
    font-size: 11px;
    position: relative
}

@media (max-width: 991.98px) {
    .boxmenu .submenu-mobile a {
        font-size: 9px !important
    }
}

.header {
    z-index: 9;
    width: 100%;
    background: #fff;
    height: 71px
}

.header>.container {
    display: flex;
    justify-content: space-between
}

@media (max-width: 991.98px) {
    .header>.container {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (max-width: 991.98px) {
    .header {
        border-bottom: 1px solid #ccc;
        position: fixed;
        width: 100%;
        top: 0
    }

    .header .logo {
        width: 190px
    }
}

.nav-menu {
    background: #005F3B;
    position: absolute;
    z-index: 11;
    width: 100%
}

.nav-menu .container {
    display: flex;
    justify-content: center
}

.nav-menu a {
    display: block;
    padding: 10px 25px;
    color: #fff;
    position: relative;
    font-size: 16px
}

.nav-menu a .fa-home {
    margin-right: 5px;
    font-size: 11px
}

.nav-menu a.active,
.nav-menu a:hover {
    background: #980a01
}

.submenu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 220px;
    background: #00d1ff;
    top: 30px;
    transition: all .3s ease 0s
}

.submenu li {
    text-align: left;
    border-bottom: 1px dotted #80e8ff
}

.submenu li:last-child {
    border-bottom: 0
}

.submenu a {
    text-transform: uppercase;
    display: block;
    padding: 10px 15px
}

.submenu a:hover {
    background: #C2A472
}

.padsticky {
    padding-top: 0px
}

@media (max-width: 991.98px) {
    .padsticky {
        padding-top: 71px
    }
}

body {
    overflow: hidden
}

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

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

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

.img-affect::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    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
}

.wrapper-main {
    overflow-x: hidden
}

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

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

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

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

@media (max-width: 1199.98px) {
    .size-25 {
        font-size: 15px
    }
}

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

@media (max-width: 1199.98px) {
    .size-30 {
        font-size: 18px
    }
}

.size-35 {
    font-size: 28px;
    line-height: 1
}

@media (max-width: 1199.98px) {
    .size-35 {
        font-size: 23px
    }
}

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

.size-40 {
    font-size: 33px;
    line-height: 1
}

@media (max-width: 1199.98px) {
    .size-40 {
        font-size: 28px
    }
}

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

@media (max-width: 767.98px) {
    .size-40 {
        font-size: 21px
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99
}

#preloader #status {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -129.9px;
    width: 250px;
    height: 259.8px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: center
}

.container.container-1000 {
    max-width: 1100px
}

.container-fluid {
    max-width: 1920px
}

.hero-banner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center
}

@media (max-width: 991.98px) {
    .hero-banner {
        height: 600px
    }
}

@media (max-width: 575.98px) {
    .hero-banner {
        height: 350px
    }
}

.hero-banner video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

.hero-banner .hero-logo {
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    z-index: 1
}

@media (max-width: 1199.98px) {
    .hero-banner .hero-logo {
        top: 0
    }
}

.hero-banner .hero-logo img {
    max-width: 100%;
    height: auto
}

@media (max-width: 1199.98px) {
    .hero-banner .hero-logo img {
        width: 100%;
        max-width: 200px
    }
}

@media (max-width: 991.98px) {
    .hero-banner .hero-logo img {
        max-width: 150px
    }
}

@media (max-width: 575.98px) {
    .hero-banner .hero-logo img {
        max-width: 120px
    }
}

.logo-collab {
    display: flex
}

.logo-collab a {
    width: 50%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

@media (max-width: 991.98px) {
    .logo-collab a {
        height: 200px
    }
}

@media (max-width: 575.98px) {
    .logo-collab a {
        height: 100px
    }
}

.logo-collab a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/ci-logo-collab.png);
    background-repeat: no-repeat;
    background-position: right;
    content: "";
    z-index: 0
}

.logo-collab a img {
    position: relative;
    z-index: 1
}

@media (max-width: 991.98px) {
    .logo-collab a img {
        width: 100%;
        max-width: 250px
    }
}

@media (max-width: 575.98px) {
    .logo-collab a img {
        max-width: 150px
    }
}

.logo-collab a:hover {
    background-color: #005F3B
}

.logo-collab a:hover::before {
    opacity: .1
}

.logo-collab a:hover img {
    filter: brightness(0) invert(1)
}

.hospital-section {
    padding: 100px 0;
    position: relative
}

@media (max-width: 991.98px) {
    .hospital-section {
        padding: 50px 0
    }
}

.hospital-section:before {
    content: "";
    position: absolute;
    right: 0;
    top: 60px;
    background: #87baa7;
    height: 297px;
    width: 15.5%
}

@media only screen and (max-width: 1700px) {
    .hospital-section:before {
        width: 6%
    }
}

@media (max-width: 991.98px) {
    .hospital-section:before {
        display: none
    }
}

.hospital-section .hospital-row {
    display: flex
}

@media (max-width: 991.98px) {
    .hospital-section .hospital-row {
        display: block
    }
}

.hospital-section .hospital-contact {
    width: 37%
}

@media (max-width: 991.98px) {
    .hospital-section .hospital-contact {
        width: 100%
    }
}

.hospital-section .hospital-contact h2 {
    font-size: 65px;
    margin-bottom: 0;
    line-height: 1.4
}

@media (max-width: 1320px) {
    .hospital-section .hospital-contact h2 {
        font-size: 53px;
        line-height: .9
    }
}

.hospital-section .hospital-contact h3 {
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 0
}

@media (max-width: 1320px) {
    .hospital-section .hospital-contact h3 {
        font-size: 23px
    }
}

.hospital-section .hospital-contact .hospital-contact-list {
    margin-top: 50px
}

.hospital-section .hospital-contact .hospital-contact-list li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9
}

.hospital-section .hospital-contact .hospital-contact-list li:last-child {
    border-bottom: 0
}

.hospital-section .hospital-contact .hospital-contact-list li i {
    position: absolute;
    left: 0
}

.hospital-section .hospital-contact .hospital-contact-list li .tel-big {
    font-size: 30px;
    line-height: 1.8;
}

.hospital-section .hospital-contact .hospital-contact-button {
    display: flex;
    margin: 0 -7px
}

@media (max-width: 1199.98px) {
    .hospital-section .hospital-contact .hospital-contact-button {
        display: block
    }
}

.hospital-section .hospital-contact .hospital-contact-button a {
    display: flex;
    font-weight: 500;
    font-size: 25px;
    height: 60px;
    align-items: center;
    border-radius: 50px;
    padding: 0 30px;
    flex-grow: 1;
    margin: 0 7px;
    justify-content: space-between
}

@media (max-width: 1320px) {
    .hospital-section .hospital-contact .hospital-contact-button a {
        font-size: 21px;
        padding: 0 20px
    }
}

@media (max-width: 1199.98px) {
    .hospital-section .hospital-contact .hospital-contact-button a {
        margin-top: 15px
    }
}

.hospital-section .hospital-contact .hospital-contact-button a.google-map {
    background-color: #005F3B;
    color: #fff
}

.hospital-section .hospital-contact .hospital-contact-button a.download-map {
    color: #005F3B;
    box-shadow: 0px 3px 10px -1px rgba(194, 164, 114, 0.75)
}

.hospital-section .hospital-detail {
    width: 63%;
    padding-left: 50px
}

@media (max-width: 991.98px) {
    .hospital-section .hospital-detail {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }
}

.hospital-section .hospital-detail .header-sriracha {
    padding-right: 170px
}

@media (max-width: 991.98px) {
    .hospital-section .hospital-detail .header-sriracha {
        padding-right: 0
    }
}

.hospital-section .hospital-detail-box {
    padding: 70px 50px;
    background: #F6F1EA;
    border-radius: 40px;
    position: relative
}

@media (max-width: 991.98px) {
    .hospital-section .hospital-detail-box {
        padding: 50px 30px
    }
}

.hospital-section .hospital-detail-box:before {
    content: "";
    position: absolute;
    right: 0;
    top: -40px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background: #87baa7;
    height: 297px;
    width: 185px
}

@media (max-width: 991.98px) {
    .hospital-section .hospital-detail-box:before {
        display: none
    }
}

.hospital-section .hospital-detail-box .hospital-social {
    display: flex
}

.hospital-section .hospital-detail-box .hospital-social a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #C2A472;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.hospital-section .hospital-detail-box .hospital-social a:last-child {
    margin-right: 0
}

.hospital-section .hospital-detail-box .hospital-social a:hover {
    background-color: #005F3B
}

.hospital-section .hospital-detail-box h2 {
    font-size: 25px;
    line-height: 1.3;
    margin: 55px 0
}

@media (max-width: 991.98px) {
    .hospital-section .hospital-detail-box h2 {
        margin-top: 75px;
        margin-bottom: 20px;
        font-size: 21px
    }
}

.hospital-section .hospital-detail-box .explore-website {
    position: absolute;
    background: #005F3B;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 185px;
    height: 257px;
    font-weight: bold;
    font-size: 17px;
    right: 0;
    top: 0;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    background-image: url(../images/bg-explore.jpg);
    background-repeat: no-repeat;
    background-position: left top
}

@media (max-width: 991.98px) {
    .hospital-section .hospital-detail-box .explore-website {
        width: 120px;
        height: 150px
    }

    .hospital-section .hospital-detail-box .explore-website img {
        width: 50px
    }
}

.hospital-section.hospitalsriracha:before {
    right: auto;
    left: 0
}

.hospital-section.hospitalsriracha .header-sriracha {
    padding-left: 170px
}

@media (max-width: 991.98px) {
    .hospital-section.hospitalsriracha .header-sriracha {
        padding-left: 0
    }

    .hospital-section.hospitalsriracha .header-sriracha .hospital-social {
        padding-left: 115px
    }
}

.hospital-section.hospitalsriracha .hospital-contact {
    order: 1
}

.hospital-section.hospitalsriracha .hospital-detail {
    order: 0;
    padding-left: 0;
    padding-right: 50px
}

@media (max-width: 991.98px) {
    .hospital-section.hospitalsriracha .hospital-detail {
        padding-right: 0
    }
}

.hospital-section.hospitalsriracha .hospital-detail-box:before {
    content: "";
    left: 0;
    top: -40px;
    border-radius: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

.hospital-section.hospitalsriracha .hospital-detail-box .explore-website {
    right: auto;
    left: 0;
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-image: url(../images/bg-explore.jpg)
}

.banner-hospital {
    position: relative
}

.banner-hospital .logo-banner {
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 150px;
    background: #fff;
    border-bottom-right-radius: 40px
}

@media (max-width: 991.98px) {
    .banner-hospital .logo-banner {
        width: 180px;
        height: 80px
    }

    .banner-hospital .logo-banner .logo-banner-2 {
        width: 150px;
        height: auto
    }
}

@media (max-width: 575.98px) {
    .banner-hospital .logo-banner {
        width: 160px;
        height: 70px
    }

    .banner-hospital .logo-banner .logo-banner-2 {
        width: 120px
    }
}

.banner-hospital .logo-banner .position-relative {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.banner-hospital .logo-banner .rd-chon {
    position: absolute;
    top: 0;
    right: -40px
}

.banner-hospital.banner-hpt-sriracha .logo-banner {
    left: auto;
    right: 0;
    border-radius: 0;
    border-bottom-left-radius: 40px
}

.banner-hospital.banner-hpt-sriracha .logo-banner .rd-chon {
    right: auto;
    left: -40px
}

.copyright {
    background-color: #005F3B;
    color: #fff;
    padding: 10px 0;
    font-size: .95em
}

@media (max-width: 1199.98px) {
    .copyright {
        text-align: center
    }
}

.copyright .container {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1199.98px) {
    .copyright .container {
        display: block
    }
}

.copyright .copyright-left {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1199.98px) {
    .copyright .copyright-left {
        justify-content: center
    }

    .copyright .copyright-left span {
        width: 100%;
        display: block
    }
}

.copyright .copyright-left a {
    display: flex;
    margin-left: 15px;
    align-items: center;
    text-transform: uppercase
}

@media (max-width: 1199.98px) {
    .copyright .copyright-left a {
        margin-left: 0;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}

.copyright .copyright-left a i {
    font-size: 6px;
    margin-right: 10px
}

p{
    line-height: 1.3;
}
h1, h2, h3{
    line-height: 1.5;
}
/*# sourceMappingURL=style.css.map */