@import "reset.css";
@import "fonts.css";
#back-to-top{
    background-color: #fab702;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 999;
    opacity: 0;
    width: 40px;
    height: 40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    transition:opacity ease 0.3s;
}
#back-to-top.show{opacity:1;}

.btn {
    background-color: #e1af28;
    border-radius: 20px;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
}
.btn:hover, .btn:focus {
    background-color: #2b3661;
    color: #fff;
}
.btn_white:hover, .btn_white:focus {
    background: #fff !important;
    color: #e1af28 !important;
}
header {
    background-color: #2b3661;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: all ease-in-out 0.3s;
}
.hotline {
    min-width: unset;
}
.hotline:hover {
    background: #fff;
    color: #e1af28;
}
.header_nav {
    margin-right: 30px;
    width: 100%;
}
.header_nav li {
    position: relative;
}
.header_nav > li > a {
    padding: 32px 0;
}
.header_nav ul {
    background-color: #2b3661;
    border-radius: 0 0 15px 15px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 270px;
    z-index: 999;
    padding-bottom: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.2s;
}
.header_nav ul a {
    padding: 8px 20px;
    width: 100%;
}
.header_nav li:hover ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.has-sub:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fff;
    margin: 10px 0 0 5px;
}
.header_nav li:hover:after {
    color: #e1af28;
}
footer {
    background-color: #2b3661;
    padding: 30px 0 60px 0;
}
footer a {
    color: #fff;
}
.social a {
    background: #e1af28;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social a:hover {
    background-color: #fff;
    color: #e1af28;
}
.social a:not(:last-child) {
    margin-right: 10px;
}
footer ul li {
    margin-bottom: 7px;
}
.ft_flex {
    display: flex;
    justify-content: space-between;
    padding-top: 108px;
}
main {
    padding-top: 88px;
}
.banner_item img {
    object-fit: cover;
    height: calc(100vh - 88px);
    width: 100%;
    transform: scale(1.1);
    opacity: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity .8s ease-in-out,-webkit-transform 10s;
    transition: opacity .8s ease-in-out,-webkit-transform 10s;
    -o-transition: transform 10s,opacity .8s ease-in-out;
    transition: transform 10s,opacity .8s ease-in-out;
    transition: transform 10s,opacity .8s ease-in-out,-webkit-transform 10s;
}
.banner_item.swiper-slide-active img{
    transform: scale(1);
    opacity: 1;
}
.banner_abs {
    display: flex;
    align-items: center;
}
.banner_item .btn {
    width: 140px;
}
.banner_item .btn:hover {
    background: #fff;
    color: #e1af28;
}
.banner_item h2 {
    color: #fff;
    font-size: 55px;
    max-width: 80%;
}
.swiper-pagination-bullet {
    opacity: 1;
    background: #fff;
    height: 12px;
    width: 12px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff0b33;
}
.title {
    color: #2b3661;
    font-size: 40px;
    font-weight: 600;

}
.sec_item .zoom-img {
    border-radius: 15px;
}
.sec_item .zoom-img:before {
    padding-bottom: 68%;
}
.sec_2 {
    border-radius: 45px;
    background-color: #2b3661;
    padding: 80px 0;
}
.sec_2 * {
    color: #fff;
}
.indexs > div {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}
.sec_2:before {
    content: url("../images/bg-1.png");
    position: absolute;
    left: 0;
    bottom: 87%;
    z-index: 2;
    pointer-events: none;
}
.sec_3_slider .zoom-img:before {
    padding-bottom: 73%;
}
.accordion-button::after {
    display: none;
}
.accordion-item {
    background: transparent;
    border-radius: 0;
    border: none;
}
.accordion-body {
    padding: 15px 0;
}
.accordion-header .accordion-button {
    background: transparent !important;
    border-radius: 0;
    border-bottom: none !important;
    font-size: 20px;
    font-weight: 500;
    color: #2b3661;
    padding: 15px 0;
    position: relative;
}
.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:first-of-type{
    border-radius: 0;
}
.accordion-button:focus,.accordion-button:not(.collapsed) {
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #ff0b33;
    padding-left: 15px;
}
.accordion-button:not(.collapsed):before {
    background: #ff0b33;
    content: '';
    height: 29px;
    width: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.swiper-pagination-rel {
    margin-top: 30px;
    position: relative;
}
.swiper-pagination-rel .swiper-pagination-bullet {
    background-color: #f4f4f4;
}
.swiper-pagination-rel .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff0b33;
}
.item_2 .zoom-img:before {
    padding-bottom: 68%;
}
.item_2 .zoom-img, .item_2 .zoom-img img {
    border-radius: 15px 15px 0 0;
}
.item_cache {
    background-color: #2b3661;
    border-radius: 0 0 15px 15px;
    padding: 20px;
}
.relative > .swiper-button {
    margin: 0;
    position: static;
}
.swiper-button {
    border: 1px solid #2b3661;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 46px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #2b3661;
    font-size: 20px;
}
.relative .swiper-button.swiper-button-prev {
    margin-right: 15px;
}
.swiper-button:hover {
    background: #2b3661;
}
.swiper-button:hover:after {
    color: #fff;
}
.sec_4:before {
    content: url("../images/bg-2.png");
    position: absolute;
    right: 0;
    bottom: calc(100% - 50px);
    z-index: -1;
    pointer-events: none;
}
.sec_5_slider .zoom-img:before {
    padding-bottom: 68%;
}
.sec_6_item .zoom-img:before {
    padding-bottom: 315px;
}
.sec_6_item .absolute {
    border-radius: 15px;
    background-color: #2b3661;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
    transition: all ease 0.3s;
}
.sec_6_item:hover .absolute {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.row_10 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.row_10 > div {
    margin-top: 10px;
    padding: 0 5px;
    flex: 0 0 28%;
    max-width: 28%;
}
.row_10 > div:nth-child(3), .row_10 > div:nth-child(4),
.row_10 > div:nth-child(9), .row_10 > div:nth-child(10){
    flex: 0 0 44%;
    max-width: 44%;
}
.row_10 > div:nth-child(4n-1) .zoom-img:before {
    padding-bottom: 315px;
}
.map_content a {
    color: #2b3661;
}
.sec_7 .accordion-button:not(.collapsed) {
    padding-left: 0;
}
.sec_7 .accordion-button:not(.collapsed):before {
    display: none;
}
.map, .department {
    display: none;
}
.map iframe {
    border-radius: 30px;
    height: 330px;
    width: 100%;
}
.department:first-child,
.map:first-child {
    display: block;
}
.img_30 .zoom-img:before {
    padding-bottom: 73%;
}
.sec_7 {
    background-image: url("../images/bg-1.png");
    background-repeat: no-repeat;
    background-position: bottom 10px right 60px
}
.banner_img.zoom-img:before {
    padding-bottom: 25%;
}
.desc_p p {
    line-height: 1.6;
}
.desc_p p:not(:last-child) {
    margin-bottom: 20px;
}
.sec_8:before {
    content: url("../images/bg-2.png");
    position: absolute;
    left: 0;
    top: -100px;
    z-index: 2;
    pointer-events: none;
}
.pd-090 {
    padding: 0 120px;
}
.bdr-20 {
    border-radius: 20px 20px 0 0;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.bg-ff {
    background: #fff;
}
.doctor_item .zoom-img:before {
    padding-bottom: 93%;
}
.doctor_item .zoom-img, .doctor_item .zoom-img img {
    border-radius: 15px 15px 0 0;
}
.doctor_cache {
    background-color: #2b3661;
    border-radius: 0 0 15px 15px;
    padding: 20px;
}
.sec_8 .row {
    margin: 0 -20px;
}
.sec_8 .row > div {
    margin-top: 40px;
    padding: 0 20px;
}
.img_1:before {
    padding-bottom: 68%;
}
.mgt-90 {
    margin-top: 90px;
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff0b33;
}
.swiper-abs .swiper-button-prev {
    left: -60px;
}
.swiper-abs .swiper-button-next {
    right: -60px;
}
.sec_33 {
    background-image: url("../images/bg-1.png");
    background-repeat: no-repeat;
    background-position: left 0 top 40%;
}
.news_item {
    margin-bottom: 13px;
}
.news_item  .zoom-img:before {
    padding-bottom: 65%;
}
.news_item > .zoom-img, .news_item > .zoom-img img {
    border-radius: 30px;
}
.news_cache h2 {
    margin: 10px 0;
    line-height: 1;
}
.news_cache h2 a {
    color: #2b3661;
    line-height: 1.5;
}
.news_cache h2:hover a {
    color: #e1af28;
}
.times {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
}
.news_cache p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_item .row .zoom-img, .news_item .row .zoom-img img {
    border-radius: 15px;
}
.news_item .row h2 {
    margin-top: 0;
}
.news_item .row h2 a {
    font-size: 17px;
}
.news_list {
    border-top: 1px solid #fff;
    margin-top: 40px;
    padding-top: 40px;
}
.news_list .news_item ,
.news_related .news_item {
    margin-bottom: 30px;
}
.news_list .news_item .row h2 a ,
.news_related .news_item .row h2 a {
    font-size: 24px;
}
.news_related .news_cache p ,
.news_list .news_cache p {
    -webkit-line-clamp:4;
}
.sticky-top {
    top: 88px;
}
.news_detail {
    border-radius: 30px;
    padding: 0 20px 30px 20px;
}
.breads li a {
    color: #2b3661;
}
.breads li a:after {
    content: '/';
    margin: 0 10px;
}
.breads li span {
    font-weight: 600;
}
.article h1 {
    border-top: 1px solid #f6f6f4;
    font-size: 30px;
    font-weight: 600;
    color: #2b3661;
    padding-top: 20px;
}
.share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background-color: #2b3661;
    border-radius: 50%;
    margin-right: 15px;
}
.share a:hover {
    background: #e1af28;
    color: #fff;
}
.news_related {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 30px;
}
.contact {
    border-top: 1px solid #fff;
    padding-top: 30px;
}
.contact .accordion-header .accordion-button {
    font-size: 18px;
}
.map_content p {
    margin-bottom: 7px;
}
.contact #maps iframe {
    height: 400px;
    border-radius: 30px;
}
.contact.sec_7 {
    background: none;
}
.ct_link a:first-child {
    margin-right: 15px;
}
.btn-red {
    background: #ff0b33;
}
.modal-dialog {
    max-width: 900px;
}
.modal-content {
    border: none;
    border-radius: 30px;
}
.frm {
    display: block;
    width: 500px;
    margin: 0 auto;
}
.frm input, .frm select, .frm textarea {
    display: block;
    width: 100%;
}
.frm input, .frm select, .frm textarea  {
    border-radius: 15px;
    border: solid 1px #2b3661;
    margin-bottom: 15px;
    height: 60px;
    padding: 0 20px;
}
.frm textarea {
    height: 120px;
    padding: 10px 20px;
}
.modal-content .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
#modalBookDone  .modal-dialog {
    max-width: 600px;
}
#modalBookDone  .modal-content {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.select i {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 20px;
    pointer-events: none;
}
.select select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    padding-right: 30px;
}
.fixed_icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000000;
}
.fixed_icon li {
    display: block;
    margin-bottom: 15px;
}
.fixed_icon li a {
    background: #fff;
    border-radius: 50%;
    height: 46px;
    width: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.fixed_icon li a:hover {
    background: #2b3661;
}