@charset "UTF-8";
body.front-end{
    font-family: 'Montserrat', sans-serif, 'Battambang', cursive, 'Sawarabi Gothic', sans-serif,'Noto Sans SC', sans-serif;
    font-size: 12px;
    overflow-x: hidden;
    background-color: #fbfbfc;
    color: #393939;
}
.table-responsive {
	padding: 10px !important;
}
tfoot{
	display: none;
}
.disable-select2{
	pointer-events: none;
	-ms-touch-action: none;
	    touch-action: none;
	width:100%;
	background-color:#eee !important
}
table.table-bordered tbody th, table.table-bordered tbody td{
	vertical-align: middle;
}
.disabled{
	pointer-events: none;
}
/* RPH HOME PAGE*/
.rph-logo{
    width: 280px;
    height: 40px;
    padding-left: 0.75rem;
}
.site-header{
    top: 5px;
}
.color-bar{
	opacity: 1;
	height: 5px;
	pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blue.has-bg-blue{
	background-color: #002d73;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: 100%;
}
.red.has-bg-red{
	background-color: #b21e28;
	width: 20vw;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}
.phone-color-red{
	color: #b21e28;
	font-weight: 700;
}
.phone-color-grey{
	color: #002d73;
	font-weight: 700;
}
.navbar-light .navbar-nav .nav-link{
	color: #002d73;
    font-weight: 600;
    font-size: 15px;
}
.navbar-light .navbar-nav .nav-link:hover{
	color: #00427A;
	font-weight: 600;
}
.footer-bg-color{
	background-color: #627380;
}
.footer h5{
	color: #fafafa;
	margin-bottom: 25px;
    font-size: 14px;
    font-weight: 600;
}
.footer li, .mobile-menu li{
	margin-bottom: 6px;
}
.footer .text-muted{
	color: #fff !important;
    text-decoration: none;
    font-size: 12px;
}
.emergency-bg-color{
	background-color: #b21e28;
}
.section{
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	width: 100%;
}
.section-sticky{
	width: 100%;
    margin: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}
.er-phone{
	font-size: 30px;
	color: #fff;
}
.er-num, .appointment{
	color: #fff;
}
.section-emergency h4{
    color: #fff;
    font-size: 18px;
}
.bg-gradient{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E8EDFE), to(white));
	background-image: -o-linear-gradient(#E8EDFE, white);
	background-image: linear-gradient(#E8EDFE, white);
}
.bg-body{
    background-color: #fbfbfc;
}
.bg-news{
    position: relative;
}
.bg-news::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
    background: url('../img/pattern1.png'),rgba(0,0,0,.02);
    background-repeat: repeat,no-repeat;
    background-position: 100% 0,100% 0;
}
.branding{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.branding .phone{
    margin: auto;
    font-size: 15px;
}
/* For mouse over show content */
.dropdown:hover .dropdown-menu{
	display: block;
}
.dropdown-menu{
	margin-top: 0;
}
.carousel-indicators li{
	width: 8px;
	height: 8px;
    border-radius: 50%;
    background-color: #0147A3;
}
.navbar-nav .dropdown-toggle::after {
    display: none;
}
.angle-down-rotate1{
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.angle-down-rotate2{
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
.dropdown-menu{
	border: 0;
	border-radius: 0;
	font-size: 13px;
}
.menu-box{
    min-width: 800px;
    min-height: 450px;
}
.dropdown-menu-left::before {
    border-bottom: 9px solid #e3e3e3;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 70px;
    position: absolute;
    top: -9px;
}
.dropdown-menu-left::after {
    border-bottom: 9px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 70px;
    position: absolute;
    top: -9px;
}
.package::before {
    border-bottom: 9px solid #e3e3e3;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 250px;
    position: absolute;
    top: -9px;
}
.package::after {
    border-bottom: 9px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 250px;
    position: absolute;
    top: -9px;
}
.health::before {
    border-bottom: 9px solid #e3e3e3;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 420px;
    position: absolute;
    top: -9px;
}
.health::after {
    border-bottom: 9px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 420px;
    position: absolute;
    top: -9px;
}
.about-us::before {
    border-bottom: 9px solid #e3e3e3;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 540px;
    position: absolute;
    top: -9px;
}
.about-us::after {
    border-bottom: 9px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 540px;
    position: absolute;
    top: -9px;
}
.contact-us::before {
    border-bottom: 9px solid #e3e3e3;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 650px;
    position: absolute;
    top: -9px;
}
.contact-us::after {
    border-bottom: 9px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 650px;
    position: absolute;
    top: -9px;
}
.languages::before {
    border-bottom: 9px solid #e3e3e3;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 740px;
    position: absolute;
    top: -9px;
}
.languages::after {
    border-bottom: 9px solid #FFFFFF;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 740px;
    position: absolute;
    top: -9px;
}
.search-input .form-control {
    border-right: none;
    color: #363636;
    border: 2px solid #c3d0f7;
    border-right: 0;
    font-size: 12px;
}
.search-box .form-control{
    border-right: none;
    color: #363636;
    border: 2px solid #c3d0f7;
    border-right: 0;
    font-size: 12px;
}
.search-input .input-group-text,
.search-box .input-group-text{
    background-color: #fff;
    border: 2px solid #c3d0f7;
    border-left: none;
}
.search-input .form-control:focus,
.search-box .form-control:focus{
	-webkit-box-shadow: inset 0 0 0 #ddd;
	        box-shadow: inset 0 0 0 #ddd;
    border: 2px solid #c3d0f7;
    border-right: 0;
}
.search-input .fa-search,
.search-box .fa-search{
    color: #0065B3;
}
.icon-dept{
    width: 110px;
    -webkit-transition-duration: 250ms;
         -o-transition-duration: 250ms;
            transition-duration: 250ms;
    will-change: transform, box-shadow;
    -webkit-transition: all .3s cubic-bezier(.6,.2,.1,1);
    -o-transition: all .3s cubic-bezier(.6,.2,.1,1);
    transition: all .3s cubic-bezier(.6,.2,.1,1);
    padding-left: 0px !important;
}

.icon-dept:hover,
.icon-dept:focus {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
    cursor: pointer;
}

.icon-dept label{
	font-size: 12px;
	font-weight: 600;
	line-height: 1.3;
	padding-top: 5px;
	color: #002d73;
}

.icon-searchbox {
    width: 100px;
}

.col-4 > .icon-searchbox,
.breadcrum-width .icon-searchbox a img,
.appointment-overlay-box .btn-submit > i {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    will-change: transform, box-shadow;
}

.col-4 > .icon-searchbox:hover,
.col-4 > .icon-searchbox:focus {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.breadcrum-width .icon-searchbox a:hover img,
.breadcrum-width .icon-searchbox a:focus img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
}

.icon-searchbox span{
	font-size: 12px;
    line-height: 1.2;
    padding-top: 5px;
    font-weight: 600;
}
.icon-searchbox span.doctor{
    color: #B21E28;
}
.icon-searchbox span.emergency_referal{
    color: #768692;
}
.icon-searchbox span.appoint{
    color: #0147a3;
}
.icon-searchbox a{
    text-decoration: none;
}
.section-h5{
    color: #002d73;
    font-weight: 700;
    font-size: 18px;
}
.section-hr{
    border-top: 1.5px solid#E8EDFE;
}
a.section-a{
	text-decoration: none;
    color: #002d73;
    font-weight: 500;
    font-size: 12px;
}
a.section-b{
	text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.center-excellence{
    border: none;
}

a.section-a .center-excellence,
.col-md-4 > .center-excellence,
.col-md-6 > .center-excellence,
.link_wrapper > .center-excellence,
.appointment a.section-b > i,
.card.health-tip-video {
    -webkit-transition-duration: 300ms;
         -o-transition-duration: 300ms;
            transition-duration: 300ms;
    will-change: transform, box-shadow;
    -webkit-transition: .2s cubic-bezier(.6,.2,.1,1);
    -o-transition: .2s cubic-bezier(.6,.2,.1,1);
    transition: .2s cubic-bezier(.6,.2,.1,1);
}

.appointment a.section-b:hover > i,
.appointment a.section-b:focus > i,
.btn_read_more:hover > i,
.btn_read_more:focus > i,
.apply-now:hover > i,
.apply-now:focus > i {
    padding-left: 0.8rem !important;
}

a.section-a .center-excellence:hover,
a.section-a .center-excellence:focus,
.col-md-4 > .center-excellence:hover,
.col-md-4 > .center-excellence:focus,
.col-md-6 > .center-excellence:hover,
.col-md-6 > .center-excellence:focus,
.link_wrapper > .center-excellence:hover,
.link_wrapper > .center-excellence:focus,
.card.health-tip-video:hover,
.card.health-tip-video:focus {
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.head-article{
    color: #393939;
    font-weight: 600;
    line-height: 1.2rem !important;
    font-size: 12px;
}
.card-body-trans{
	background-color: transparent;
}
.circle-icon-fb {
    background: #3b5999;
    height: 18px;
    border-radius: 30%;
    text-align: center;
    line-height: 0px;
    vertical-align: middle;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 11px;
    padding-right: 11px;
    color: #fff;
    font-size: 24px;
}
.circle-icon-youtube {
    height: 18px;
    border-radius: 30%;
    text-align: center;
    line-height: 0px;
    vertical-align: middle;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left:0px;
    padding-right: 0px;
    color: red;
	font-weight: 600;
	font-size: 36px;
}
.circle-icon-telegram {
    height: 18px;
    border-radius: 30%;
    text-align: center;
    line-height: 0px;
    vertical-align: middle;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 0px;
    padding-right: 0px;
    color: #38b5e3;
	font-weight: 600;
	font-size: 36px;
}
.circle-icon-linkedin {
    background-color: #0072b1;
    height: 18px;
    border-radius: 30%;
    text-align: center;
    line-height: 0px;
    vertical-align: middle;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 8px;
    padding-right: 8px;
    color:#fff;
    font-size: 24px;
}
#myScrollTop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 201;
	border: none;
	outline: none;
	background-color: transparent;
    color: #002d73;
    border: 2px solid #002d73;
	cursor: pointer;
	border-radius: 50%;
	width: 45px;
	height: 45px;
  }

  #myScrollTop:hover {
	color: #0147a3;
}
.footer-border-2{
	border-top: 2px solid #fff;
}
.footer-border-3{
	border-top: 2px solid #0065B3;
}
.title-menu-selected{
    color: #677084;
    font-size: 16px;
    font-weight: 700;
}
.title-line{
    border-top: 1px solid #677084;
}
.title-menu{
    color: #0147a3;
    font-size: 15px;
    font-weight: 600;
}
.title-menu:hover{
    text-decoration: none;
    color: #00427A;
}
.menu-clinic-center{
    color: #768692;
    font-size: 13px;
    font-weight: 600;
}
.menu-clinic-center:hover{
    text-decoration: none;
    color: #5e6c77;
    background-color: #e8eefe;
}
.shadow-menu{
    -webkit-box-shadow: 0 0rem 1rem rgba(0,0,0,.15)!important;
            box-shadow: 0 0rem 1rem rgba(0,0,0,.15)!important;
}
.shadow-box{
    -webkit-box-shadow: 0 0.5rem 1rem rgba(211,226,246,1)!important;
            box-shadow: 0 0.5rem 1rem rgba(211,226,246,1)!important;
}
.shadow-search{
    -webkit-box-shadow: 0 0.2rem 1rem rgba(0,0,0,.2)!important;
            box-shadow: 0 0.2rem 1rem rgba(0,0,0,.2)!important;
    border-radius: 5px 0px 0px 5px;
}
.shadow-package{
    background-color: #fff;
    -webkit-box-shadow: 0 50px 50px rgba(0,4,12,.05), 0 4px 15px rgba(0,0,0,.05), 0 0 5px rgba(0,4,12,.05);
            box-shadow: 0 50px 50px rgba(0,4,12,.05), 0 4px 15px rgba(0,0,0,.05), 0 0 5px rgba(0,4,12,.05);
    padding: 24px;
}
.shadow-health{
    -webkit-box-shadow: 0 50px 50px rgba(0,4,12,.05), 0 4px 15px rgba(0,0,0,.05), 0 0 5px rgba(0,4,12,.05);
            box-shadow: 0 50px 50px rgba(0,4,12,.05), 0 4px 15px rgba(0,0,0,.05), 0 0 5px rgba(0,4,12,.05);
}
.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
}
.package{
    left: 106%;
}
.health{
    left: 12%;
}
.about-us{
    right: -162px;
}
.contact-us{
    right: -37px;
}
/* End for mouse over show content */
/* END RPH HOME PAGE */
p {
    line-height: 180% !important;
}

p > img {
    max-width: 100%;
}

blockquote {
    background: -o-linear-gradient(192.37deg,#f2f2f2 -16.09%,hsla(0,0%,94.9%,0) 145.86%);
    background: linear-gradient(257.63deg,#f2f2f2 -16.09%,hsla(0,0%,94.9%,0) 145.86%);
    position: relative;
    padding: 24px 48px;
    margin: 32px 0;
}

blockquote > p {
 color: #0f3679;
}

blockquote::before {
    content: "";
    background-image: url(https://cdn.bangkokhospital.com/2020/04/block.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: 0;
    width: 40px;
    background-size: contain;
    height: 40px;
}

.container p.summary {
    font-size: 12px;
}
.container h2, h4, p, label.col-form-label, .custom-switch.custom-switch-lg .custom-control-label {
    color: #363636;
}
.container h2, h4 {
    font-weight: 600;
}
.small-box p, .user-panel p{
    color: white;
}
.custom-card {
    position: relative;
}
.custom-card div.section {
    position: absolute;
    right: 200px;
    top: 140px;
    width: 450px;
    padding: 60px;
    text-align: justify;
}
.custom-card div.section {
    max-width: 450px;
    padding: 25px;
}

.quote-bg-danger {
    background-color: #F61E32;
}
.quote-card {
    background: inherit;
    color: #222222;
    padding: 20px;
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    min-height: 120px;
    width: 100%; margin: 0 auto;
    z-index: 1000;
    top: -20px;
}

.section-emergency .quote-card p {
    color: white;
}
.quote-card p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    max-width: 93%;
    padding: 20px;
    font-weight: 600;
}
.quote-card.vision{
    padding-top: 50px;
    position: relative;
}
.quote-card.mission{
    padding-top: 30px;
}
.quote-card:before {
    font-family: Georgia, serif;
    content: "“";
    position: absolute;
    top: -40px;
    left: 0px;
    font-size: 10em;
    color: #687085;
    font-weight: normal;
}

.quote-card:after {
    font-size: 22em;
    right: -25px;
}

.vision-and-mission li {
    list-style: none;
}
.vision-and-mission li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #1c6a92; /* Change the color */
    font-weight: 600; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1.8em; /* Also needed for space (tweak if needed) */
    font-size: large;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    padding-top: 1px;
}
.breadcrumb.bg-transparent{
    font-size: 12px;
}

#custom-pagination.pagination>.active>a, #custom-pagination.pagination>.active>span, #custom-pagination.pagination>.active>a:hover, #custom-pagination.pagination>.active>span:hover, #custom-pagination.pagination>.active>a:focus, #custom-pagination.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #01427A;
    border-color: #01427A !important;
}
#custom-pagination.pagination>.active>a, #custom-pagination.pagination>.active>span, #custom-pagination.pagination>.active>a:hover, #custom-pagination.pagination>.active>span:hover, #custom-pagination.pagination>.active>a:focus, #custom-pagination.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #01427A;
    border-color: #01427A !important;
}

#custom-pagination.pagination>li>a, #custom-pagination.pagination>li>span {

    text-align: center;
    position: relative;
    float: left;
    padding: 6px 7px;
    border-radius: 50% !important;
    margin: 0 5px;
    margin-left: -1px;
    color: #687085;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600;
}
#custom-pagination.pagination>li:not(:first-child):not(:last-child)>a:hover, #custom-pagination.pagination>li>span:hover, #custom-pagination.pagination>li:not(:first-child):not(:last-child)>a:focus, #custom-pagination.pagination>li>span:focus {
    width: 30px;
    height: 30px;
}
#custom-pagination.pagination>li:not(:first-child):not(:last-child)>a, #custom-pagination.pagination>li:not(:first-child):not(:last-child)>span {
    border: 1px solid #687085;
    width: 30px;
    height: 30px;
}

#filter-department.form-control-sm {
    border-color: #cdcdcd;
    background-color: #fdfdff;
}

.youtube-thumbnail {
    background: no-repeat center/100% url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMjQgNEMxMi45NSA0IDQgMTIuOTUgNCAyNHM4Ljk1IDIwIDIwIDIwIDIwLTguOTUgMjAtMjBTMzUuMDUgNCAyNCA0em0tNCAyOVYxNWwxMiA5LTEyIDl6Ii8+PC9zdmc+);
}
/*for popup video*/
span.youtube-thumbnail {
    position: absolute;
    fill: currentColor;
    opacity: .8;
    z-index: 1;
    height: 36px;
    width: 35px;
    right: 0;
    left: 0;
    margin: auto;
    top: 70px;
}

#modalVideo .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

#modalVideo  .modal-body {
    position:relative;
    padding:0px;
}
#modalVideo .close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}
/*for embed video*/
.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

#carouselHotNews .carousel-indicators li{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0147A3;
    opacity: 0.8;
}

#carouselHotNews .carousel-indicators .active{
    opacity: 1;
}
.department-filter-text {
    color: #676F83;
}
a.link_wrapper {
    text-decoration: none;
    color: inherit;
}

.new-card-article {
    color: #0147a3 !important;
    font-weight: 600;
    font-size: 18px;
}
.title_detail {
    font-weight: 600;
    color: #0a0a0a;
    text-align: center;
    overflow-wrap: break-word;
}

p[style="margin-left:40px"] {
    margin-bottom: 0.4em;
}
.description p  img {
    max-width: 100%;
}
.description p {
    text-align: justify;
}
select#filter-department > option, select#filter-category > option{
    color: #676F83;
}
/* Stylesheet Make Appointment */
.appointment-overlay-box{
    position: relative;
    z-index: 1010;
    left: 15px;
}
.appointment-overlay-box .btn-submit{
    color: #002d73;
    font-weight: 600;
}

.appointment-overlay-box .btn-submit:hover > i,
.appointment-overlay-box .btn-submit:focus > i {
    padding-left: 1rem !important;
}

.appointment-overlay-box .border-left-none{
    border-left: none;
}
.appointment-overlay-box .border-right-none{
    border-right: none;
    background-color: transparent;
}
.appointment-overlay-box .form-control:focus{
    -webkit-box-shadow: inset 0 0 0 #ddd;
            box-shadow: inset 0 0 0 #ddd;
    border: 1px solid #ced4da;
    border-left: none;
}
.appointment-photo{
    position: relative;
    z-index: 1000;
    left: 15px;
}
.color-white{
    color: #fff !important;
}
.color-light{
    color: #FABABD !important;
}
.color-grey{
    color: #D0D5D8 !important;
}
.color-blue{
    color: #0065B3 !important;
}
.color-dark-blue{
    color: #01427A !important;
}
/* End Stylesheet Make Appointment */
#language{
    border-color: #3c8dbc;
    border-width: 2px;
    font-weight: 600;
}

.management-profile .img-thumbnail {
    border: 10px solid #fff !important;
}

.badge-custom {
    padding: 8px 16px;
    background-color: #e7edff;
    color: #0147a3;
    font-size: 12px;
    border-radius: 16px;
}
.navbar-light .navbar-toggler{
    border-color: transparent;
}
.language-cls{
    color:  #0065B3;
}

.dropdown-toggle::after, .language::before, .language::after {
    display: none;
}

.mobile-menu h5{
    color: #00427A;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 600;
}
.mobile-menu .text-muted{
    color: #0147a3 !important;
    text-decoration: none;
    font-size: 14px;
}
.mobile-menu .rps-color{
    color: #002d73;
}
/*======================================Responsive======================================*/
/* Mobile */
@media (max-width: 767px) {
    .title_detail {
        font-size: 28px;
    }

    .menu-header {
        overflow-y: auto;
        max-height: 81vh !important;
    }

    .rps-show-hide{
        display: none !important;
    }
    .rps-hide-show{
        display: block !important;
    }
    .rps-show-hide-rpph{
        display: none !important;
    }
    .rps-hide-show-rpph{
        display: block !important;
        max-height: 90vh;
        overflow-y: auto;
    }
    .follow-us{
        text-align: center;
        font-size: 14px;
    }
    .follow-us-icon{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .follow-us-text{
        text-align: center;
    }
    .credit-icon-size1{
        width: 180px;
        height: 45px;
        position: absolute;
        left: 5%;
        z-index: 100;
    }
    .credit-icon-size2{
        width: 180px;
        height: 45px;
        position: absolute;
        left: 30%;
        z-index: 100;
    }
    .credit-icon-size3{
        height: 43px;
        clip: rect(0px,60px,200px,0px);
        position: absolute;
        left: 70%;
        top: 0px;
        overflow: hidden;
        z-index: 100;
    }
    .pt-10{
        padding-top: 3rem !important;
    }
    .section-emergency{
        width: 100%;
        margin: auto;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
    .emergency-mb-5{
        margin-bottom: 3rem;
    }
    .emergency-call{
        padding-left: 0rem;
        padding-right: 0rem;
        text-align: center
    }
    .emergency-doctor{
        padding-left: 0rem;
        padding-right: 0rem;
        text-align: center;
    }
    .appointment{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .emergency-ph{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 30px;
    }
    .bg-menu{
        background-color: #035181;
    }
    .sticky-margin{
        margin-top: 142px;
    }
    .mobile-menu h5{
        color: #B3CAD9;
        margin-bottom: 25px;
        font-size: 16px;
        font-weight: 600;
    }
    .mobile-menu .text-muted{
        color: #fff !important;
        text-decoration: none;
        font-size: 14px;
    }
    .mobile-menu .rps-color{
        color: #B3CAD9;
    }
    .breadcrum-width{
        width: 100%;
    }
    .justify-content-slider-end{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .img-photo{
        width: 292px;
    }
    .appointment-photo{
        top: -304px;
        left: 155px;
    }
    .appointment-overlay-box{
        top: -325px;
    }
    .appointment-height{
        margin-bottom: -325px;
    }
    .dropdown-toggle::after, .language::before, .language::after{
        display: none;
    }
    .language-cls .menu-box{
        min-width: auto;
        min-height: auto;
    }
    .m-make-appointment{
        margin-bottom: 20px;
    }

    .attachment-wrapper .file-upload-wrapper .file-upload-label,
    .attachment-wrapper .file-upload-wrapper .file-upload-chosen {
        font-size: 10px !important;
    }
    .row-menu{
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -16px;
        margin-bottom: -16px;
    }
    .team-height{
        position: relative;
        height: calc(100% - 150px);
    }

    .team-row{
        position: relative;
        top: -150px;
    }

    .team-box{
        position: relative;
        top: 150px;
    }

    .rph-logo{
        max-width: 280px !important;
        height: 40px;
    }

    .icon-searchbox span {
        font-size: 14px;
    }

    .health-tips-align #filter-department, .health-tips-align #filter-category{
        width: 100%;
        margin-top: 1rem;
    }

    .health-tips-align{
        text-align: left;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .carousel-caption{
        width: 100%;
        text-align: left;
        left: 0%;
        top: 23%;
        right: 0%;
    }
    .carousel-caption h1{
        color: #002B74;
        font-size: 1.5rem;
        font-weight: 700;
    }
    .carousel-caption .carousel-des{
        font-size: 15px;
        font-weight: 400;
        color: #0F3679;
        line-height: 1.2 !important;
    }
    .title_detail{
        font-size: 22px;
    }
}
@media (min-width: 767px) and (max-width: 1199px) {
    .menu-header {
        overflow-y: auto;
        max-height: 91vh;
    }
}

/* Tablet */
@media (min-width: 767px) and (max-width: 992px) {
    .rps-show-hide{
        display: block !important;
    }
    .rps-hide-show{
        display: none !important;
    }
    .rps-show-hide-rpph{
        display: none !important;
    }
    .rps-hide-show-rpph{
        display: block !important;
        max-height: 93vh;
        overflow-y: auto;
    }
    .follow-us{
        text-align: center;
        font-size: 14px;
    }
    .follow-us-icon{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .follow-us-text{
        text-align: right;
    }
    .credit-icon-size1{
        width: 300px;
        height: 69px;
        position: absolute;
        left: -60px;
    }
    .credit-icon-size2{
        width: 300px;
        height: 69px;
        position: absolute;
        left: 80px;
    }
    .credit-icon-size3{
        height: 55px;
        clip: rect(0px,60px,200px,0px);
        position: absolute;
        left: 300px;
        top: 5px;
        overflow: hidden;
    }
    .section-emergency{
        width: 100%;
        margin: auto;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
    .emergency-mb-5{
        margin-bottom: 4rem;
    }
    .emergency-call{
        padding-left: 4rem;
    }
    .emergency-doctor{
        padding-right: 4rem;
        text-align: right;
    }
    .appointment{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .footer .collapse:not(.show){
        display: inline-block;
    }
    .bg-menu{
        background-color: #fff;
    }
    .footer-container{
        max-width: 870px;
    }
    .container{
        max-width: 870px;
    }
    .sticky-margin{
        margin-top: 93px;
    }
    .bg-breadcrumb_aboutus{
        background-image: -webkit-gradient(linear, left top, left bottom, from(#E8EDFE), to(white));
        background-image: -o-linear-gradient(#E8EDFE, white);
        background-image: linear-gradient(#E8EDFE, white);
    }
    .breadcrum-width{
        width: 100%;
    }
    .rps-d-flex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .health-tips-align{
        text-align: right;
    }
    .justify-content-slider-end{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .img-photo{
        width: 350px;
    }
    .appointment-photo{
        top: -360px;
    }
    .appointment-overlay-box{
        top: -380px;
    }
    .appointment-height{
        margin-bottom: -380px;
    }
    .dropdown-toggle::after, .language::before, .language::after{
        display: none;
    }
    .language-cls .menu-box{
        min-width: 800px;
        min-height: 450px;
    }
    .m-make-appointment{
        margin-bottom: 50px;
    }
    .share-float {
        bottom: -20% !important;
        left: 0 !important;
    }
    .carousel-caption{
        width: 420px;
        text-align: left;
        left: 10%;
        top: 23%;
    }
    .carousel-caption h1{
        color: #002B74;
        font-size: 1.8rem;
        font-weight: 700;
    }
    .carousel-caption .carousel-des{
        font-size: 15px;
        font-weight: 400;
        color: #0F3679;
        line-height: 1.2 !important;
    }
    .title_detail{
        font-size: 25px;
    }
}

/* PC */
@media (min-width: 992px) {
    .rps-show-hide{
        display: block !important;
    }
    .rps-hide-show{
        display: none !important;
    }
    .rps-show-hide-rpph{
        display: block !important;
    }
    .rps-hide-show-rpph{
        display: none !important;
    }
    .follow-us{
        text-align: right;
        font-size: 14px;
    }
    .follow-us-icon{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-top: 5px;
    }
    .follow-us-text{
        text-align: center;
    }
    .credit-icon-size1{
        width: 300px;
        height: 69px;
        position: absolute;
        left: -60px;
    }
    .credit-icon-size2{
        width: 300px;
        height: 69px;
        position: absolute;
        left: 120px;
    }
    .credit-icon-size3{
        height: 55px;
        clip: rect(0px,60px,200px,0px);
        position: absolute;
        left: 380px;
        top: 5px;
        overflow: hidden;
    }
    .section-emergency{
        width: 90%;
        margin: auto;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
    }
    .emergency-mb-5{
        margin-bottom: 5rem;
    }
    .emergency-call{
        padding-left: 4rem;
    }
    .emergency-doctor{
        padding-right: 4rem;
        text-align: right;
    }
    .appointment{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .footer .collapse:not(.show){
        display: inline-block;
    }
    .bg-menu{
        background-color: #fff;
    }
    .sticky-margin{
        margin-top: 93px;
    }
    .bg-breadcrumb_aboutus{
        background-image: -webkit-gradient(linear, left top, left bottom, from(#E8EDFE), to(white));
        background-image: -o-linear-gradient(#E8EDFE, white);
        background-image: linear-gradient(#E8EDFE, white);
    }
    .rps-d-flex{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .health-tips-align{
        text-align: right;
    }
    .justify-content-slider-end{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .img-photo{
        width: 400px;
    }
    .appointment-photo{
        top: -408px;
    }
    .appointment-overlay-box{
        top: -430px;
    }
    .appointment-height{
        margin-bottom: -430px;
    }
    /* .dropdown-toggle::after, .language::before, .language::after{
        display: inline-block;
    } */
    .language-cls .menu-box{
        min-width: 800px;
        min-height: 450px;
    }
    .m-make-appointment{
        margin-bottom: 100px;
    }
    .carousel-caption{
        width: 420px;
        text-align: left;
        left: 10%;
        top: 23%;
    }
    .carousel-caption h1{
        color: #002B74;
        font-size: 1.8rem;
        font-weight: 700;
    }
    .carousel-caption .carousel-des{
        font-size: 15px;
        font-weight: 400;
        color: #0F3679;
        line-height: 1.2 !important;
    }
    .breadcrumb-w{
        width: 1300px;
    }
    .title_detail{
        font-size: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1353px){
    .breadcrum-width {
        width: 100%;
    }
    .follow-us-icon{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
@media (min-width: 1200px) and (max-width: 1266px){
    .phone{
        display: none;
    }
}
.card-text.message-text {
    height: 105px;
    overflow: hidden;
}

.attachment-wrapper .attachment {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    font-size: 12px;
}

.attachment-wrapper .file-upload-wrapper {
    border-color: #ced4da !important;
}

.attachment-wrapper .file-upload-wrapper .file-upload-label {
    background-color: #0065B3 !important;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-top: .2rem !important;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: .2rem !important;
}

.attachment-wrapper .file-upload-wrapper .file-upload-chosen {
    margin-left: .5rem;
}

.share-float {
    position: absolute;
    z-index: 999;
    bottom: -10%;
    left: -10%;
    width: 45%;
}

.share-icon {
    width: 20px !important;
    height: 20px !important;
}

.health-tip-card {
    display: block;
    overflow: hidden;
    -webkit-transition-duration: 372ms;
         -o-transition-duration: 372ms;
            transition-duration: 372ms;
    will-change: transform, box-shadow;
    -webkit-transition: .2s cubic-bezier(.6,.2,.1,1);
    -o-transition: .2s cubic-bezier(.6,.2,.1,1);
    transition: .2s cubic-bezier(.6,.2,.1,1);
    border-radius: 5px !important;
}

.health-tip-card:hover,
.health-tip-card:focus {
    text-decoration: none;
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02);
}

.health-tip-card .card-body {
    min-height: 90px;
}

.health-tip-card .card-body .head-article {
    margin: 0 !important;
    line-height: 1.2rem !important;
}

.custom-switch.custom-switch-xl {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}
.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 2rem;
    padding-top: 0.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::before {
    border-radius: 1rem;
    height: 2rem;
    width: 3.5rem;
}
.custom-switch.custom-switch-xl .custom-control-label::after {
    border-radius: 2rem;
    height: calc(2rem - 4px);
    width: calc(2rem - 4px);
}
.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(1.5rem);
        -ms-transform: translateX(1.5rem);
            transform: translateX(1.5rem);
}

.custom-switch.custom-switch-lg {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
}
.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 0.75rem;
    padding-top: 0.5rem;
}
.custom-switch.custom-switch-lg .custom-control-label::before {
    border-radius: 1rem;
    height: 1.5rem;
    width: 2.5rem;
}
.custom-switch.custom-switch-lg .custom-control-label::after {
    border-radius: 0.65rem;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
}
.custom-switch.custom-switch-lg .custom-control-input:checked~.custom-control-label::before {
    border-color: #0065B3 !important;
    background-color: #0065B3 !important;
}
.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    -webkit-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
            transform: translateX(1rem);
}
.btn-filter {
    background-color: #0065B3 !important;
}
.bg-menu a[aria-expanded="false"] i.fa-angle-down::before,
#collap_1 a[aria-expanded="false"] i.fa-angle-down::before,
.footer a[aria-expanded="false"] i.fa-angle-down::before{
    content: "\f107";
}

#collap_1 a[aria-expanded="false"] .color-job{
    color: #0147a3;
}

.bg-menu a[aria-expanded="true"] i.fa-angle-down::before,
#collap_1 a[aria-expanded="true"] i.fa-angle-down::before,
.footer a[aria-expanded="true"] i.fa-angle-down::before{
    content: "\f106";
}

#collap_1 a[aria-expanded="true"] .color-job{
    color: #01427A;
}

.error-head{
    font-size: 270px;
    font-weight: 600;
    color: #66c9e0;
}
.error-head span{
    color: #999ca5;
}

#search_by_doctor {
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.file-upload-wrapper {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.job-title {
    font-size: 18px !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.pagination > li.paginate-li > a,
a.see-more-link .see-more-text,
.footer ul.collapse li a,
.breadcrumb-item .breadcrumb-link,
a.slider-link > i,
.btn_read_more > i,
.follow-us-icon a.section-a > i,
.apply-now > i,
.btn-submit-refer > i {
    -webkit-transition-duration: 250ms;
         -o-transition-duration: 250ms;
            transition-duration: 250ms;
    will-change: transform, box-shadow;
}

.pagination > li.paginate-li > a:hover,
.pagination > li.paginate-li > a:focus {
    color: #fff !important;
    background-color: #01427A !important;
    border-color: #01427A !important;
}

a.see-more-link:hover .see-more-text,
a.see-more-link:focus .see-more-text {
    padding-right: 5px;
}

.footer ul.collapse li a:hover,
.footer ul.collapse li a:focus {
    padding-left: 5px;
    opacity: 0.8;
}

.breadcrumb-item .breadcrumb-link:hover,
.breadcrumb-item .breadcrumb-link:focus {
    text-decoration: none;
    color: #007bff !important;
}

a.slider-link:hover > i,
a.slider-link:focus > i {
    padding-left: 0.5rem !important;
}

.follow-us-icon a.section-a > i:hover,
.follow-us-icon a.section-a > i:focus {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.btn-submit-refer {
    background: #0147a3 !important;
    border: 1px solid #0147a3 !important;
    padding: 10px 20px;
    border-radius: 0.5rem;
    font-size: 12px !important;
    -webkit-transition: .3s cubic-bezier(.6,.2,.1,1);
    -o-transition: .3s cubic-bezier(.6,.2,.1,1);
    transition: .3s cubic-bezier(.6,.2,.1,1);
    font-weight: 600;
}

.btn-submit-refer:hover,
.btn-submit-refer:focus {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

.btn-submit-refer:hover > i,
.btn-submit-refer:focus > i {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    padding-left: 0.8rem !important;
}
.site-w{
    width: 1300px;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.w-1300{
    width: 1300px;
}
.box-doctor{
    -webkit-box-shadow: 0 10px 10px rgba(235,35,49,.2), 0 2px 5px rgba(0,0,0,.09);
            box-shadow: 0 10px 10px rgba(235,35,49,.2), 0 2px 5px rgba(0,0,0,.09);
    border-radius: 10px;
}
.box-appointment{
    -webkit-box-shadow: 0 10px 20px rgba(1,71,163,.2), 0 2px 7px rgba(0,0,0,.09);
            box-shadow: 0 10px 20px rgba(1,71,163,.2), 0 2px 7px rgba(0,0,0,.09);
    border-radius: 10px;
}
.box-emergency{
    -webkit-box-shadow: 0 10px 20px rgba(118,134,146,.2), 0 2px 8px rgba(0,0,0,.09);
            box-shadow: 0 10px 20px rgba(118,134,146,.2), 0 2px 8px rgba(0,0,0,.09);
    border-radius: 10px;
}
.form-control, .btn, .form-control-sm{
    font-size: 12px;
}
.news-media iframe{
    width : 100%;
    max-height: 405px;
}
.treatment img{
    width: 100%;
}
.package_detail img{
    max-width: 100%;
    height: auto !important;
}
.health_tip_article img{
    width: 100%;
    height : auto;
}

.carousel-item .slideshow-home {
    -webkit-animation: slideshow 5s cubic-bezier(1, 1.03, 1, 0.93) infinite 0s;
    animation: slideshow 5s cubic-bezier(1, 1.03, 1, 0.93) infinite 0s;
    opacity:1;
}   

@-webkit-keyframes slideshow {
    0%   {-webkit-transform:scale(1);transform:scale(1);opacity:0;}
    20% {-webkit-transform:scale(1.03);transform:scale(1.03);opacity:1;}
    85% {-webkit-transform:scale(1.1);transform:scale(1.1);opacity:1;}
    100% {-webkit-transform:scale(1.1);transform:scale(1.1);opacity:0;}
}   

@keyframes slideshow {
    0%   {-webkit-transform:scale(1);transform:scale(1);opacity:0;}
    20% {-webkit-transform:scale(1.03);transform:scale(1.03);opacity:1;}
    85% {-webkit-transform:scale(1.1);transform:scale(1.1);opacity:1;}
    100% {-webkit-transform:scale(1.1);transform:scale(1.1);opacity:0;}
}
.map-contactus,.map-footer {
    position: relative;
}