/*
Theme Name: hospital theme
Author: kenny
Version: 1.0
*/
@font-face {
    font-family: BpmfGenSekiGothic;
    src: url("assets/font/bpmfgensekigothic/BpmfGenSekiGothic-L.ttf") format("opentype")
}

/* @font-face {
    font-family: BpmfGenSekiGothic;
    src: url("/fonts/BpmfGenSekiGothic-L.ttf") format("opentype")
} */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Microsoft JhengHei";
}

.at_notation {
    font-family: BpmfGenSekiGothic !important;
}

.at-font-size {
    font-size: 1.2em;
}

:focus {
    outline: 3px dotted #ea5455;
    transition: outline-offset 0.2s, outline 0.2s;
}

button:focus {
    outline: 3px solid #ea5455 !important;
}

h1 {
    font-size: 1.6em;
    font-weight: normal;
}

h2 {
    font-size: 1.4em;
    font-weight: normal;
}

h3 {
    font-size: 1.125em;
}

p,
span,
a,
li {
    font-size: 1.08em;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
    text-decoration-color: #1E7EAE;
}

ul {
    padding: 0;
    margin: 0;
}

button:focus {
    outline: 0;
}

.aligncenter {
    display: block;
    margin: auto;
}

a[accesskey="L"] {
    position: absolute;
    top: -8px;
    color: #DDE3E6;
}

a[accesskey="C"] {
    position: absolute;
    top: -2px;
    left: -14px;
    color: #FFF;
}

a[accesskey="L"]:focus {
    color: #000000;
}

a[accesskey="C"]:focus {
    color: #000000;
}

@media(min-width:576px) {
    .at-main-area.container {
        max-width: 90%;
    }
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/* table basic css */
table {
    width: 100%;
    margin: 20px 0;
}

table th,
table td {
    padding: 15px 10px;
    border: 1px solid #dcdcdc;
}

table th {
    color: #FFF;
    background: #1E7EAE;
}

table td {
    color: #000000;
}

.at-color-red {
    color: rgb(235, 0, 0);
}

.gform_heading .gform_title {
    text-align: center;
}

.ginput_container_date {
    display: flex;
}

.at-page-not-found {
    margin: auto;
    margin: 50px auto;
    max-width: 60%;
    text-align: center;
}

.at-page-not-found p {
    font-size: 1.2em;
}

.at-page-not-found-title {
    font-weight: bold;
    font-size: 3em !important;
}

@media(max-width: 576px) {
    .at-page-not-found {
        max-width: 90%;
    }
}

.at-main-bg-color {
    background: #1E7EAE;
}

/* at-top-hide-area */
.at-top-hide-area {
    position: fixed;
    top: 55%;
    z-index: 100;
    left: -388px;
    transition: all 0.5s ease-in-out;
}

.at-top-hide-area.at-display {
    left: 0 !important;
    transition: all 0.5s ease-in-out;
    z-index: 200;
}

.at-top-hide-area .container {
    max-width: 372px;
}

.at-top-hide-area .at-float-info {
    margin-bottom: 50px;
}

.at-top-hide-area .at-float-info .at-float-item {
    display: inline-flex;
}

.at-top-hide-area .at-float-info .at-float-item .at-float-left {
    /* max-width: 250px; */
    background: #e4f5ff;
    padding: 20px;
    color: #FFF;
}

.at-top-hide-area .at-float-info .at-float-item .at-float-right .fas,
.at-top-hide-area .at-float-info .at-float-item .at-float-right .fab {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.at-top-hide-area .at-float-info .at-float-item .at-float-left {
    text-align: center;
}

.at-top-hide-area .at-float-info .at-float-item .at-float-left .fas {
    display: block;
    font-size: 2em;
    color: #1A5F4D;
    margin-bottom: 15px;
}

.at-top-hide-area .at-red {
    color: #C7177A !important;
}

.at-top-hide-area .at-float-info .at-float-item .at-float-left a {
    color: #1A5F4D;
    font-weight: bold;
}

.at-top-hide-area .at-float-info .at-float-item .at-float-left .row {
    padding: 10px;
}

.at-top-hide-area .at-float-info .at-float-item .at-float-right {
    background: rgb(199, 23, 122);
    height: 180px;
}

.at-top-hide-area .at-float-info .at-float-item .at-float-right a {
    text-align: center;
    display: block;
    width: 60px;
    height: 100%;
    padding: 23px 15px 22px;
    z-index: 100;
    color: #fff;
    font-size: 1.1em;
}

.at-top-hide-area .at-float-info .at-float-item .at-float-right a:hover {}

.at-top-hide-area a:hover {}

/* /at-top-hide-area */

/* first-come-area */
.first-come-area {
    top: 30%;
}

.first-come-area .at-float-left {
    max-width: none !important;
}

.first-come-area .at-float-right a {
    padding-top: 24px !important;
}

.first-come-area .at-float-item .at-float-left .row {
    padding: 0;
}

.first-come-area .at-float-item .at-float-left .container {
    margin-top: 19px;
}

.first-come-area .at-float-item .at-float-right {
    background: #1a5f4d !important;
}

/* /first-come-area */

/* at-top-logo 區塊 */
.at-top-logo {
    background: #1E7EAE;
    padding-top: 4px;
}

.at-top-logo-area {
    background: #FFF;
}

.at-top-logo .container {
    max-width: 100%;
}

header>button {
    position: absolute;
    top: 15px;
    left: 15px;
    border: none;
    background: #1E7EAE;
    padding: 9px 13px;
    color: #FFF;
    font-size: 1.1em;
}

.logo {
    text-indent: -9999px;
    background: url(assets/images/logo.png) no-repeat center/contain;
    width: 243px;
    height: 75px;
    position: absolute;
}

@media (max-width: 992px) {
    .logo {
        height: 46px;
        width: 335px;
        top: 0px;
        left: -69px;
    }
}

@media (max-width: 576px) {
    .logo {
        height: 58px;
        width: 327px;
        top: 5px;
        height: 38px;
        left: -89px;
    }
}

@media (max-width: 320px) {
    .logo {
        width: 190px;
    }
}

.at-search {
    margin-top: 16px;
}

.at-search-title {
    display: inline;
    font-size: 0.9em;
}

.at-search a:hover {}

.at-search form {
    display: inline-block;
    margin: auto;
    width: 50%;
    background: #f7f7f7;
    padding: 0 8px 4px 8px;
    position: relative;
}

.at-search input[type="text"] {
    background: #f7f7f7;
    width: 100%;
    border: none;
    border-bottom: 1px solid #1E7EAE;
    color: #000;
    font-size: 70%;
    padding: 2px 5px 2px 5px;
}

.at-search-icon {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 0.8em;
    color: #1E7EAE;
    border: none;
    background: none;
}

.at-mobile-search-area {
    background: #1E7EAE;
    width: 100%;
    opacity: 0.95;
    position: absolute;
    z-index: 999;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s;
}

.at-display-search {
    max-height: 100%;
    transition: all 0.5s;
}

.at-mobile-search-area form {
    padding: 20px 0;
    position: relative;
}

.at-mobile-search-area input[type="text"] {
    width: 100%;
    padding: 10px 10px 10px 15px;
    border: solid 7px #1D7677;
}

.at-mobile-submit-button {
    position: absolute;
    right: 18px;
    top: 35px;
    border: none;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
    background: none;
}

.at-mobile-submit-button::before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f002";
    font-size: 1em;
    position: absolute;
    color: #000000;
    left: -5px;
}

/* /at-top-logo */

.at-top-header-list-area {
    margin-top: 5px;
    padding: 0 0 0 50px;
}

.at-top-header-list .col-lg-1-5 {
    padding: 0 !important;
}

.at-top-header-list {
    text-align: center;
}

.at-header-list-item {}

.at-header-list-item a {
    font-size: 0.8em;
    border-left: 1px solid #dcdcdc !important;
}

.at-header-list-item a {
    display: block;
}

.at-header-list-item img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto 2px auto;
}







/* 定義五個欄位的寬度 */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
}

/* 
.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
} */

/* /定義五個欄位的寬度 */
nav.navbar .dropdown [data-toggle="dropdown"]:after {}

.at-top-menu nav span:after {
    /* font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f078";
    font-size: 0.8em;
    padding-left: 5px; */
}

.at-top-menu nav ul li {
    list-style: none;
}

.at-top-menu nav ul li a {

    font-size: 0.9em;
}

.at-top-menu nav.navbar {
    justify-content: center;
    padding: 0;
}

.at-mega-menu-content span {
    color: #000000;
    font-size: 1.1em;
    display: block;
}

.at-mega-menu-content span img {
    width: 30px;
    height: 30px;
    margin-right: 2px;
}

.at-top-menu .dropdown-menu a {
    padding: 10px 19px 10px 30px;
    position: relative;
}

.at-top-menu .dropdown-menu a:hover {
    border: none;
}

.at-top-menu .dropdown-menu a::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #1E7EAE;
    font-size: 0.7em;
    position: absolute;
    left: 20px;
    top: 15px;
}

.at-top-menu .at-mega-menu-content a::before {
    left: 5px;
    top: 9px;
}

.at-mega-menu-content {
    padding: 40px 21px;
    width: 100%;
}

.at-mega-menu-content .row {
    margin: auto;
}

.at-mega-menu-content a {
    padding: 5px 19px 5px 15px !important;
}

.at-mega-menu-content .col-md-1-5 {
    border-left: dotted 1px #000;
}

.at-mega-menu-content .col-md-4 {
    border-left: dotted 1px #000;
}

@media(min-width: 768px) {
    /* .at-mega-menu-content .col-md-2 {
        flex: none;
        max-width: 100%;
    } */
}

.at-mega-menu-content .col-md-2 {
    /* width: auto; */
}

@media(min-width: 992px) {
    .at-top-menu {
        margin-top: 15px;
    }

    .at-top-menu .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .at-top-menu nav {
        text-align: center;
    }

    .at-top-menu nav ul {
        display: flex;
        margin: 0;
        position: relative;
    }

    .at-top-menu nav ul li a {
        display: block;
        padding: 10px 38px;
        font-weight: bold;
    }

    .at-top-menu nav ul li a:hover {
        color: #1E7EAE;
        border-bottom: 3px solid #1E7EAE;
    }

    .at-top-menu nav ul li a:focus {
        color: #000000 !important;
    }

    .at-top-menu .at-mega-menu-item {
        position: static;
    }

    .at-depart-menu .at-mega-menu-content {
        position: absolute;
    }

    .at-mega-menu-width {
        min-width: 1000px;
        background: #1E7EAE;
    }

    .at-top-menu .at-mega-menu-content a {
        white-space: pre-wrap;
    }

    .at-top-menu .dropdown-menu {
        background: rgba(255, 255, 255, 0.93);
        border-radius: 0;
        margin: 0;
    }
}

@media(max-width: 991px) {
    .at-top-menu .at-mobile-menu span {
        display: block;
        width: 100%;
        padding-bottom: 6px;
        color: #C7177A;
    }

    .at-top-menu .at-mobile-menu span::before {
        content: "\f0da";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        color: #1E7EAE;
        font-size: 0.7em;
        position: absolute;
        left: 5px;
        top: 5px;
    }

    .at-mobile-menu .col-md-1-5 {
        width: 100%;
        border: none;
    }

    .at-mobile-menu {
        position: static;
        background: #1E7EAE;
        float: none;
        border: none;
        border-radius: 0;
        margin-top: 0;
        margin-left: 2%;
        overflow: hidden;
        max-width: 100%;
        padding: 0 0 8px 25px;
    }

    .at-top-menu .dropdown .col-md-1-5,
    .at-top-menu .dropdown .col-md-4,
    .at-top-menu .dropdown .col-md-2 {
        margin-top: 15px;
    }

    .at-top-menu .dropdown .col-md-4 {
        border: none;
    }

    .at-top-menu .col-md-1-5 a,
    .at-top-menu .dropdown .col-md-4 a,
    .at-top-menu .col-md-2 a {
        margin: 10px 0 0 30px;
        color: #000000;
    }

    .at-main-bg-color {
        background: #999999;
    }

    .at-top-menu .navbar {
        display: block;
    }

    .at-top-menu .navbar ul {
        margin-top: 20px;
        padding: 0;
    }

    .at-top-menu .navbar li {
        border-bottom: dotted 1px #000000;
    }

    .at-top-menu .navbar li a {
        font-size: 1em;
        color: #000000;
        display: block;
    }

    .at-top-menu .navbar li a:hover,
    .at-top-menu .navbar li a:focus,
    .at-top-menu a[aria-expanded="true"] {
        background: #1E7EAE;
        color: #FFF;
    }

    .at-top-menu a[aria-expanded="true"] {
        background: #1E7EAE;
        color: #FFF !important;
    }

    .at-top-menu .at-mobile-menu {
        background: #FFF !important;
    }

    .at-top-menu .dropdown-menu a::before {
        left: 38px;
    }

    .at-top-menu .dropdown-menu a:hover,
    .at-top-menu .dropdown-menu a:focus {
        background: none !important;
        color: #C7177A !important;
    }

    .at-top-menu a[data-toggle="dropdown"],
    .one-link {
        padding: 10px 10px 10px 30px;
    }

    .at-top-menu a[data-toggle="dropdown"]::after {
        content: "\f0d7";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        color: #1E7EAE;
        font-size: 0.7em;
        position: absolute;
        right: 25px;
        top: 13px;
    }

    .at-top-menu .dropdown-menu a {
        padding: 10px 10px 10px 50px;
    }

    .at-mega-menu-content a {
        padding: 0 !important;
        margin: 5px 0 0 0 !important;
    }

    .at-top-menu .at-mega-menu-content a::before {
        content: none;
    }



    .at-top-menu {
        position: absolute;
        top: 50px;
        background: #FFF;
        transition: max-height 0.25s ease-out;
        overflow: scroll;
        z-index: 9999;
        width: 100%;
        max-height: 0;
    }

    .in {
        max-height: 100%;
        transition: max-height 0.25s ease-in;
    }

    .at-top-menu .at-mobile-search {
        text-align: center;
    }

    .at-mobile-quick-button {
        margin-top: 15px;
        padding: 0 10px;
    }

    .at-mobile-quick-button .col-6 {
        padding: 0 3px 0 3px;
    }

    .mobile-button {
        background: #1E7EAE;
        color: #FFF;
        display: block;
        text-align: center;
        padding: 8px 5px;
        font-size: 1em;
        margin-bottom: 5px;
    }

    .at-mobile-quick-list {
        margin-top: 15px;
        padding: 15px;
        background: #1E7EAE;
    }

    .at-mobile-quick-list .col-4 {
        /* border-left: 1px #FFF solid; */
    }

    .at-mobile-quick-list .col-4 {}

    .at-mobile-quick-list a {
        color: #FFF;
        display: block;
        position: relative;
    }

    .at-mobile-quick-list a::before {
        content: "|";
        position: absolute;
        left: -26px;
    }

    .at-bd-none::before {
        content: "" !important;
    }

}

/* /at-top-menu */

.header_mobile_btn {
    background: #1E7EAE;
    width: 50px;
    height: 100%;
    padding: 18px 0 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.header_mobile_btn .icon {
    margin: auto;
    position: relative;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 3px;
    background: #FFF;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

.header_mobile_btn .icon::before {
    top: -6px;
}

.header_mobile_btn .icon::after {
    top: 6px;
}

.header_mobile_btn .icon::before,
.header_mobile_btn .icon::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 3px;
    background: #FFF;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

.header_mobile_btn.at-close .icon {
    background-color: transparent;
}

.header_mobile_btn.at-close .icon::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header_mobile_btn.at-close .icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header_mobile_btn.at-close .icon:after,
.header_mobile_btn.at-close .icon:before {
    top: 0;
}

.header_mobile_btn .text {
    color: #FFF;
    font-size: 0.6em;
    margin: 10px 0 0 0;
    text-align: center;
    display: block;
}

.header_search_btn {
    position: absolute;
    right: 70px;
    top: 3px;
}

.header_search_btn .text {
    display: block;
    font-size: 0.6em;
    color: #1E7EAE;
}

.header_search_btn .text::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    display: block;
    font-size: 2em;
}

@media(max-width: 991px) {
    .at-top-logo {
        height: 50px;
        position: relative;
        padding: 0;
    }

    .at-logo-area {
        position: relative;
        height: 50px;
    }
}

/* at-home-slider-area */
.at-home-slider-area {
    padding: 0 0 0 75px;
    position: relative;
}

.at-home-slider-area::before {
    content: "";
    bottom: 0;
    left: 0;
    width: 46.5%;
    height: 60%;
    background-color: #e2f7ed;
    position: absolute;
    z-index: -1;
}

.at-home-slider {
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}

.at-home-slider img {
    max-width: 100%;
    height: auto;
    margin: auto;
}

/* at-home-icon-list */
.at-home-icon-list {
    list-style: none;
    right: 0;
    bottom: -20px;
    width: 100%;
    max-width: 730px;
    display: flex;
    position: absolute;
    z-index: 1;
    background-color: #000;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    flex-wrap: wrap;
}

.at-home-icon-list li {
    width: 14.2857142857%;
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}

.at-home-icon-list-en {
    max-width: 550px;
}

.at-home-icon-list-en li {
    width: 20%;
}

.at-home-icon-list li:first-child {
    border: none;
}

.at-home-icon-list li a:focus {
    outline-offset: -5px;
}

.at-home-icon-list li a {
    font-weight: bold;
    color: #FFF;
    display: block;
    text-align: center;
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    font-size: 0.8em;
    padding-top: 70px;
    transition: opacity 0.4s ease-in-out;
}

.at-home-icon-list li a:hover {
    opacity: 0.8;
    transition: opacity 0.4s ease-in-out;
}

.at-icon-list-1 {
    background-color: #8f5ba5;
    background-image: url("assets/images/front-page/icon-list/list1.svg");
    background-size: 30px auto;
    background-position: 50% 20px;
}

.at-icon-list-2 {
    background-color: #486fb2;
    background-image: url("assets/images/front-page/icon-list/list2.svg");
    background-size: 25px auto;
    background-position: 50% 17px;
}

.at-icon-list-3 {
    background-color: #358b8c;
    background-image: url("assets/images/front-page/icon-list/list3.svg");
    background-size: 30px auto;
    background-position: 50% 20px;
}

.at-icon-list-4 {
    background-color: #b15059;
    background-image: url("assets/images/front-page/icon-list/list4.svg");
    background-size: 30px auto;
    background-position: 50% 20px;
}

.at-icon-list-5 {
    background-color: #d89522;
    background-image: url("assets/images/front-page/icon-list/list5.svg");
    background-size: 30px auto;
    background-position: 50% 20px;
}

.at-icon-list-6 {
    background-color: #016ea6;
    background-image: url("assets/images/front-page/icon-list/list3.svg");
    background-size: 30px auto;
    background-position: 50% 20px;
}

.at-icon-list-7 {
    background-color: #FF5E7A;
    background-image: url("assets/images/front-page/icon-list/list7.svg");
    background-size: 30px auto;
    background-position: 50% 20px;
}

@media(max-width: 991px) {
    .at-home-slider {
        border-radius: 0;
    }

    .at-home-slider-area {
        padding: 0;
    }

    .at-home-icon-list {
        position: relative;
        top: -5px;
        max-width: 100%;
        border-radius: 0;
    }

    .at-home-icon-list li:first-child {
        width: 50%;
    }

    .at-home-icon-list li:nth-child(2) {
        width: 50%;
    }

    .at-home-icon-list li:nth-child(3) {
        width: 50%;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    }

    .at-home-icon-list li:nth-child(4) {
        width: 50%;
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    }

    .at-home-icon-list li:nth-child(5) {
        width: 33.3333333333%;
    }

    .at-home-icon-list li:nth-child(6) {
        width: 33.3333333333%;
    }

    .at-home-icon-list li:nth-child(7) {
        width: 33.3333333333%;
    }
}

/* /at-home-icon-list */

/* at-home-section-two */
.at-home-section-two {
    padding-top: 10px;
}

.at-home-section-two::before {}

.at-home-title {
    font-weight: bold;
    text-align: center;
    font-size: 1.63em;
    margin-bottom: 20px;
}

.at-home-info-item {
    text-align: center;
    border: 1px solid #cacaca;
    margin-bottom: 10px;
}

.at-home-info-title {
    text-align: center;
    background: #f5f5f5;
    border-bottom: 1px solid #cacaca;
    display: block;
    padding: 8px;
    font-weight: bold;
}

.at-home-info-title i {
    color: #1E7EAE;
    margin-right: 5px;
    font-weight: 600;
}

.at-home-info-area {
    padding: 20px 40px 15px 40px;
    background: #FFF;
}

.at-home-info-item p {
    font-size: 1em;
    font-weight: bold;
}

.at-home-info-one {
    color: #1E7EAE;
    font-weight: bold;
    font-size: 1.63em !important;
}

.at-home-info-item a {
    color: #1E7EAE;
    font-weight: bold;
}

.at-home-info-href {
    border-bottom: 2px solid #1E7EAE;
    position: relative;
}

.at-home-info-href::before {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -18px;
    top: 5px;
    font-size: 0.7em;
}

.at-home-info-button {
    display: block;
    margin: 20px 0 0 0;
    padding: 10px 10px;
    color: #fff !important;
    font-weight: 700;
    background: #1E7EAE;
    border-radius: 21px;
    position: relative;
    transition: all 0.5s;
}

.at-home-info-button:hover {
    background: #1E7EAE;
    transform: translateY(3px);
}

.at-home-info-button:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 25px;
}

.at-home-contact-phone {
    border: 1px solid #cacaca;
}

.at-home-contact-phone .col-lg-6 {}

.at-home-phone-title,
.at-home-phone {
    margin-bottom: 0;
    padding: 15px 15px;
    font-weight: bold;
    height: 100%;
    text-align: center;
}

.at-home-phone-title {
    background: #f5f5f5;
    font-size: 1em;
    border-right: 1px solid #cacaca;
}

.at-home-phone-title i {
    color: #1E7EAE;
    margin-right: 5px;
}

.at-home-phone {
    color: #1E7EAE;
    font-size: 1.2em;
    background: #FFF;
}

.at-home-search-big-area {
    margin-top: 78px;
}

.at-home-search-big-area .row {
    border-radius: 8px;
    overflow: hidden;
}

.at-home-search-area {
    padding: 25px 40px 30px 40px;
}

.at-home-search-area input[type="text"],
.at-home-search-area select {
    display: block;
    width: 100%;
    padding: 5px;
}

.at-home-search-area select {
    padding: 6.6px;
}

.at-home-search-area button {
    border: none;
    display: block;
    margin: 15px auto 0 auto;
    width: 156px;
    border-radius: 5px;
    transition: 0.5s;
    padding: 8px 10px;
    background: #104d2c;
    color: #FFF;
    font-weight: bold;
    position: relative;
}

.at-home-search-area button::before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 20px;
    top: 10px;
}

.at-home-search-area button:hover {
    background-color: #000;
    transform: translateY(3px);
}

.at-home-search-left {
    background: #008354;
}

.at-home-search-right {
    background: #3c589f;
}

.at-home-search-title {
    color: #FFF;
    font-weight: bold;
    margin-bottom: 5px;
}

.at-home-search-title span {
    margin-left: 10px;
    font-size: 0.75em;
}

.at-title-large {
    font-size: 1.5046em !important;
    margin-left: 0 !important;
}

@media(max-width: 991px) {
    .at-home-section-two .container {
        max-width: 97%;
    }

    .at-home-phone-title {
        border-right: none;
        border-bottom: 1px solid #cacaca;
    }
}

/* /at-home-section-two */

/* at-home-news-area */
.at-home-news-area {
    padding: 60px 0;
    position: relative;
}

.at-home-news-area::before {
    content: "";
    top: 0;
    left: 0;
    width: 46.5%;
    height: 65%;
    background: #E8F1FD;
    position: absolute;
    z-index: -1;
}

.at-home-tab-content {
    margin-top: 35px;
}

.at-home-news-down-title-area p {
    position: relative;
    text-align: left;
    margin-bottom: 0;
}

.at-home-news-down-title-area span {
    font-size: 0.88em;
    color: #1E7EAE;
    font-weight: bold;
    position: absolute;
    bottom: -17px;
    left: 18px;
}

.at-home-news-list-area {
    padding: 0;
}

.at-home-news-list {
    border-radius: 4px;
    overflow: hidden;
}

.at-home-news-list li {
    width: 25%;
}

.at-home-news-list-en li {
    width: 33.333333%;
}

.at-home-news-list li:not(:last-child) a {
    border-right: 1px solid #d3d3d3;
}

.at-home-news-list li a:focus {
    outline-offset: -5px;
}

.at-home-news-list li a {
    padding: 8px 10px;
    background: #f4f4f4;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 0.926em;
}

.at-home-news-list li .active {
    background: #1E7EAE;
    color: #FFF;
}

.at-home-post-list tr {
    background: none !important;
    border-top: 1px solid #ddd;
}

.at-home-post-list tr:last-child {
    border-bottom: 1px solid #ddd;
}

.at-home-post-list td {
    padding: 0;
}

@media(min-width:768px) {
    .at-depart-news-list td:first-child {
        width: 15%;
    }
}

.at-home-post-list tr:hover td {
    background: #E8F1FD;
}

.at-home-post-list a {
    color: #000000 !important;
    font-size: 1em;
    display: block;
    padding: 15px 0;
}

.at-home-title-2 {
    color: #1E7EAE;
    font-size: 1.9em;
    position: relative;
}

.at-home-title-2::before {
    content: "";
    right: 0;
    bottom: 18px;
    width: 100%;
    height: 1px;
    background-color: #1E7EAE;
    position: absolute;
}

.at-home-title-2 span {
    padding-top: 15px;
    padding-right: 10px;
    background-color: #fff;
    position: relative;
}

.at-home-ad-link-area {
    display: block;
    background: #1E7EAE;
    color: #FFF;
    border-radius: 5px;
    overflow: hidden;
}

.at-home-ad-link-area:hover {
    color: #FFF;
}

.at-home-ad-area {
    padding: 13px 15px 10px 15px;
}

.at-home-ad-title {
    font-size: 0.85em;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
}

.at-home-ad-text {
    font-size: 1.159em;
    font-weight: bold;
}

.at-home-tab-content .at-home-info-href {
    position: absolute;
    right: 0;
    color: #1E7EAE;
    font-weight: bold;
    margin-top: 8px;
}

.at-home-tab-content .at-home-info-href::before {
    font-weight: bold;
    color: #1E7EAE;
    font-size: 0.8em;
    top: 4px;
}

@media(max-width: 991px) {
    .at-home-news-area .container {
        max-width: 100%;
    }

    .at-home-title {
        text-align: center !important;
    }

    .at-home-news-down-title-area {
        margin-bottom: 15px;
    }

    .at-home-news-down-title-area span {
        position: static;
        display: block;
        text-align: center;
    }

    .at-home-tab-content {
        margin-top: 0;
    }

    .at-home-post-list {
        margin-top: 5px;
    }

    .at-home-post-list tr {
        padding: 0;
    }

    .at-home-post-list td {
        padding: 10px 10px 10px 15px;
    }

    .at-home-post-list tr:first-child {
        border-top: none;
    }

    .at-home-post-list a {
        padding: 0;
    }

    .at-home-news-small-area {}

    .at-home-news-area .col-lg-9 {
        padding: 0;
        margin-bottom: 60px;
    }

    .at-home-news-area .col-lg-9 .row {
        margin: 0;
    }

    .at-home-tab-content .at-home-info-href {
        right: 15px;
    }

    .at-home-news-list {
        border-radius: 0;
    }
}

/* /at-home-news-area */

/* at-home-pic-slider-area */
.at-home-pic-slider-area {
    margin-top: 64px;
    position: relative;
    padding: 70px 0;
}

.at-home-pic-slider-area::before {
    content: "";
    right: 0;
    bottom: 0;
    width: 75%;
    height: 100%;
    background-color: #E2F7ED;
    position: absolute;
    z-index: -1;
}

.at-home-pic-slider-info-area {
    position: absolute;
    left: 35%;
    top: -55px;
    z-index: 999;
    max-width: 100%;
}

.at-home-slider-area-title {
    color: #1D7677;
    font-size: 4em;
    position: relative;
}

.at-home-slider-area-title span {
    position: absolute;
    font-size: 0.3em !important;
    bottom: 7px;
    right: -120px;
    font-weight: bold;
    display: block;
}

.at-home-pic-item {
    padding: 0 20px;
    transform: scale(0.86);
    transition: 0.5s;
}

.at-home-pic-href {
    display: block;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(119, 119, 119, 0.3);
}

.at-home-pic-href:focus {
    outline-offset: -8px;
}

.at-home-pic-href img {
    width: 100%;
}

.at-home-pic-slider-area .slick-list {
    padding-top: 33px;
}

.at-home-pic-slider-area .slick-current+.slick-active .at-home-pic-item {
    transform: scale(1.2);
    transition: 0.5s;
    z-index: 9999;
    overflow: visible;
}

.at-home-pic-slider-area .slick-next::before,
.at-home-pic-slider-area .slick-prev::before {
    color: #1D7677;
    font-size: 2rem;
}

.at-home-pic-slider-area .slick-next {
    right: 10%;
    top: 0;
}

.at-home-pic-slider-area .slick-prev {
    right: 14%;
    left: auto;
    top: 0;
}

.at-home-pic-info {
    padding: 20px 20px;
}

.at-home-pic-title {
    font-size: 0.95em;
    font-weight: bold;
}

.at-home-pic-date {
    font-size: 0.8em;
    text-align: right;
}

@media(max-width:991px) {
    .at-home-pic-slider-area::before {
        width: 100%;
    }

    .at-home-pic-slider-area .slick-next {
        right: 45%;
        bottom: -45px;
        top: auto;
    }

    .at-home-pic-slider-area .slick-prev {
        left: auto;
        right: 58%;
        bottom: -45px;
        top: auto;
    }

    .at-home-pic-slider-info-area {
        left: 10%;
        top: 23px;
    }

    .at-home-slider-area-title {
        font-size: 3em;
    }

    .at-home-slider-area-title span {
        right: -95px;
    }
}


/* /at-home-pic-slider-area */



/* at-home-web-mag */
.at-home-web-mag {
    margin-top: 64px;
}

.at-home-mag-area {
    position: relative;
    background-color: #E8F1FD;
    padding: 35px 35px 35px 0;
}

.at-mag-info-area {
    position: absolute;
    left: -40px;
}

.at-meg-sub-title {
    font-weight: bold;
    font-size: 1.15em;
    color: #1E7EAE;
    margin-bottom: 1px;
}

.at-meg-title {
    font-weight: bold;
    font-size: 1.8em;
}

.at-meg-title span {
    display: block;
    margin-top: -8px;
}

.at-meg-text {
    font-weight: bold;
    color: #1E7EAE;
    font-size: 0.8em;
}

.at-meg-text span {
    display: block;
}

.at-mag-info-area .at-home-info-href {
    color: #1E7EAE;
    font-weight: bold;
    font-size: 0.8em;
    position: absolute;
    left: 20px;
}

.at-meg-item {
    background: #FFF;
    display: block;
    height: 100%;
}

.at-home-mag-list {
    max-width: 83%;
    margin: 0 0 0 auto;
}

.at-home-mag-list .col-6 {
    margin-bottom: 5px;
}

.at-meg-img-item {
    width: 100%;
    height: 100%;
}

.at-meg-img-item img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.at-meg-item-inner {
    padding: 10px 10px 20px 0;
}

.at-meg-item-inner p {
    margin-bottom: 0;
}

.at-meg-item-date {
    font-size: 0.8em;
}

.at-meg-item-text {
    margin-top: 5px;
    font-weight: bold;
    color: #1E7EAE;
    font-size: 0.9em;
}

.at-meg-item-tag {
    color: #1D7677;
    font-size: 0.7em;
    font-weight: bold;
    margin-top: 5px;
}

@media(max-width: 991px) {

    .at-home-web-mag .container {
        padding: 0;
    }

    .at-home-mag-area {
        padding: 35px 2.5px 56px 2.5px;
    }

    .at-home-meg-row {
        margin-right: 0;
        margin-left: 0;
    }

    .at-home-mag-area .at-home-mag-col {
        padding: 0 2.5px;
    }

    .at-meg-item .col-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .at-mag-info-area {
        position: static;
        text-align: center;
    }

    .at-meg-title span {
        display: inline;
    }

    .at-mag-info-area .at-home-info-href {
        bottom: 20px;
        left: 45%;
    }

    .at-home-mag-list {
        max-width: 100%;
    }

    .at-meg-item-inner {
        padding: 10px 10px 20px 10px;
    }
}

/* /at-home-web-mag */

/* at-info-box-area */
.at-info-box-area {
    margin-top: 32px;
    text-align: center;
}

.at-info-box-area .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.at-info-box {
    margin-bottom: 5px;
}

.at-info-box img {
    max-width: 100%;
    height: auto;
}

.at-info-text-area {
    color: #FFF;
    padding: 25px 0 15px 0;
}

.at-info-text-area p {
    margin-bottom: -1px;
}

.title-text {
    font-weight: bold;
}

.at-info-text-area .sub-title {
    font-size: 0.8em;
    margin-bottom: 5px;
}

.at-info-text-area .info-text {
    font-size: 0.8em;
}

.at-info-text-area a {
    background: #FFF;
    display: block;
    max-width: 50%;
    margin: 32px auto 0 auto;
    padding: 10px;
    font-size: 0.9em;
    font-weight: bold;
    position: relative;
}

.at-info-text-area a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f105";
    right: 15px;
    position: absolute;
}

.at-info-text-area a:hover {}

.bg-1 {
    background: #8E5AA4;
}

.bg-2 {
    background: #2C7374;
}

.bg-3 {
    background: #D89522;
}

.bg-4 {
    background: #486FB2;
}

@media(min-width: 768px) {
    .at-info-box-area .col-md-3 {
        padding: 0;
    }
}

@media(max-width: 768px) {
    .at-info-box-area .col-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .at-info-box {
        padding: 0 2.55px 0 2.55px;
    }

    .at-info-text-area a {
        padding: 6px;
    }
}

/* /at-info-box-area */

/* at-home-circle-area */
.at-home-circle-area {
    margin-top: 32px;
    padding: 0 0 20px 0;
}

.at-home-circle-list {
    text-align: center;
    display: block;
}

.at-home-circle-list li {
    display: inline-block;
}

.at-home-circle-list a {
    padding: 5px 5px;
    border: 1px solid #ddd;
    color: #999;
    font-weight: bold;
    border-radius: 6px;
    display: block;
}

.at-home-circle-list a.active {
    background: #1E7EAE;
    color: #FFF;
}

.at-home-circle-content {
    margin-top: 40px;
}

.at-home-circle-date {
    text-align: right;
    font-size: 0.85em;
    color: #1E7EAE;
    font-weight: bold;
}

@media(max-width:991px) {
    .at-home-circle-list li {
        margin-bottom: 5px;
    }
}

/* /at-home-circle-area */

/* at-home-banner */
.at-home-banner {
    background: #F5F5F5;
    text-align: center;
    padding: 45px 15px;
}

.at-home-banner img {
    max-width: 100%;
    height: auto;
}

.at-home-banner .slick-dots {
    bottom: -47px;
}

.at-home-banner li {}

.at-home-banner-link-banner {
    display: block;
    background: #FFF;
    padding: 15px 15px 15px 10px;
    width: 360px;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
}

.at-home-banner-link-banner .col-8 {
    align-self: center;
    padding-left: 0;
}

.at-home-banner-img-area {
    border-radius: 10px;
    overflow: hidden;
}

.at-home-banner-text-area p {
    margin-bottom: 0;
}

.at-home-banner-text-title {
    font-weight: bold;
}

.at-home-banner-text-subtitle {
    font-size: 0.8em;
}

/* /at-home-banner */

/* at-top-hide-area-3 */
.at-top-hide-area-3 {
    position: fixed;
    top: 40%;
    z-index: 100;
    right: -500px;
    transition: all 0.5s ease-in-out;
}

.at-top-hide-area-3.at-display {
    right: 0 !important;
    transition: all 0.5s ease-in-out;
}

.at-top-hide-area-3 .at-float-info {
    margin-bottom: 50px;
}

.at-top-hide-area-3 .at-float-info .at-float-item {
    display: inline-flex;
}

.at-top-hide-area-3 .at-float-info .at-float-item .at-float-left {
    max-width: 500px;
    background: #e4f5ff;
    padding: 20px;
    color: #FFF;
}

.at-top-hide-area-3 .at-float-info .at-float-item .at-float-right .fas,
.at-top-hide-are-3 .at-float-info .at-float-item .at-float-right .fab {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.at-top-hide-area-3 .at-float-info .at-float-item .at-float-left {
    text-align: center;
}

.at-top-hide-area-3 .at-float-info .at-float-item .at-float-left .fas {
    display: block;
    font-size: 2em;
    color: #000000;
    margin-bottom: 15px;
}

.at-top-hide-area-3 .at-float-info .at-float-item .at-float-left a {
    color: #000000;
}

.at-top-hide-area-3 .at-float-info .at-float-item .at-float-left .row {
    padding: 10px;
}

.at-top-hide-area-3 .at-float-info .at-float-item .at-float-right {
    background: rgb(58, 88, 158);
    height: 180px;
}

.at-top-hide-area-3 .at-float-info .at-float-item .at-float-right a {
    text-align: center;
    display: block;
    width: 60px;
    height: 100%;
    padding: 30px 15px 22px;
    z-index: 100;
    color: #fff;
    font-size: 1.1em;
}

.at-top-hide-area-3 .at-float-info .at-float-item .at-float-right a:hover {}

/* /at-top-hide-area */

/* at-top-news */
.at-top-news {
    padding: 5px 0 0 0;
}

.at-top-news img {
    max-width: 100%;
    height: auto;
}

.at-top-news .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.at-top-news .container-fluid>.row {
    margin-right: 0;
    margin-left: 0;
}

.at-top-news .container-fluid .row .at-left-area {
    padding-left: 5px;
}

@media(min-width: 991px) {

    .at-top-news .at-left-area .slick-prev,
    .at-top-news .at-left-area .slick-next {
        display: none !important;
    }
}

@media(max-width: 991px) {

    .at-top-news .at-left-area .slick-prev:before,
    .at-top-news .at-left-area .slick-next:before {
        font-size: 1em;
    }

    .at-top-news .at-left-area .slick-prev {
        left: 10px;
        z-index: 999;
    }

    .at-top-news .at-left-area .slick-next {
        right: 40px;
        z-index: 999;
    }

    .at-top-news .container-fluid .row .at-left-area {
        padding-left: 0;
        padding-right: 0;
    }
}


@media(max-width: 991px) {
    .at-top-news {
        margin-top: 20px;
    }
}

.at-top-news .at-left-area .at-info-left-item {
    position: relative;
}

.at-top-news .at-left-area .at-info-left-item img {
    width: 100%;
    max-height: 755px;
}

.at-top-news .at-left-area .at-info-left-item p {
    color: #FFF;
    font-weight: bold;
    font-size: 1.8em;
    position: absolute;
    bottom: 0;
    left: 55px;
    right: 10px;
}

.at-top-news .at-left-area .at-info-left-item a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
}


@media(max-width: 991px) {
    .at-top-news .at-left-area .at-info-left-item a {}
}

.at-top-news .at-left-area .at-info-left-item a:hover {
    background: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, .7));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), to(rgba(0, 0, 0, .7)));
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, .7));
}

/*********************
* right
**********************/

.at-top-news .at-right-area {
    padding-left: 0;
}

.at-top-news .at-right-area .col-lg-6 {
    margin-bottom: 5px;
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.at-top-news .at-right-area .at-info-right-item img {
    width: 100%;
    max-height: 375px;
}

.at-top-news .at-right-area .at-info-right-item p {
    color: #FFF;
    font-weight: bold;
    font-size: 1.1em;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 10px;
}

.at-top-news .at-right-area .at-info-right-item a {
    width: 99%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 0;
}

.at-top-news .at-right-area .at-info-right-item a:hover {
    background: -o-linear-gradient(transparent 0%, rgba(0, 0, 0, .7));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), to(rgba(0, 0, 0, .7)));
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, .7));
}

.at-en-top-news {
    padding: 0;
}

/* at-top-middle */
.at-top-middle {
    background: #e4f5ff;
    text-align: center;
    padding: 10px 0 15px 0;
}

.at-top-middle .at-top-middle-image {
    padding-top: 5px;

}

.at-top-middle .at-top-middle-image .at-top-middle-item img {
    width: 140px;
    height: 79px;
}

.at-top-middle .at-top-middle-image-2 {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
}

.at-top-middle .at-top-middle-image-2 .at-top-middle-item-2 img {
    width: 100%;
    height: 79px;
}

@media(max-width: 991px) {
    .at-top-middle .at-top-middle-image-2 .at-top-middle-item-2 img {
        max-width: 50%;
    }
}

.at-top-middle .at-top-middle-image-2 .at-top-middle-item-2 a {
    display: block;
}

.at-top-middle .at-top-middle-image .col-md-11,
.at-top-middle .at-top-middle-image .col-md-1 {
    padding-right: 0;
    padding-left: 0;
}

.at-top-middle .at-top-middle-image span {
    color: #000000;
    font-weight: bold;
    position: relative;
    right: 15px;
    font-size: 1em;
}

@media(max-width: 768px) {
    .at-top-middle .at-top-middle-image span {
        font-size: 2.2em;
        margin: 10px 0 20px 0;
        display: block;
    }
}

.at-top-middle .container {
    max-width: 1250px;
}

.at-top-middle .at-top-middle-list .row {
    margin-left: 0;
    margin-right: 0;
}

.at-top-middle .at-top-middle-list .row .col-6 {
    padding-left: 0;
    padding-right: 5px;
    padding-top: 5px;
}

.at-top-middle .at-top-middle-list a {
    color: #FFF;
    background: #1a5f4d;
    display: block;
    transition: background 0.5s;
    padding: 5px 0;
    font-size: 1.1em;
}

.at-top-middle .at-top-middle-list a:hover {

    background: #5b5555;
    transition: background 0.5s;
}

/* /at-top-middle */

/* at-top-about-link */
.at-top-about-link {
    margin-top: 32px;
}

.at-top-about-link>span {
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 2.2em;
    margin: 32px 0;
}

.at-top-about-link .container {
    max-width: 1440px;
}

.at-top-about-link .at-slider-3 {
    margin-bottom: 25px;
}

.at-top-about-link p {
    font-size: 2.5em;
    text-align: center;
    font-weight: bold;
}

.at-top-about-link img {
    max-width: 90%;
    margin: 0 auto;
}

.at-top-about-link .slick-prev:before,
.at-top-about-link .slick-next:before {
    color: #197D9C;
    font-size: 1.3rem;
}

@media(max-width: 991px) {
    .at-top-about-link .slick-prev {
        z-index: 10;
        left: 5px;
    }

    .at-top-about-link .slick-next {
        right: 5px;
    }
}

/* /at-top-about-link */

/* footer*/
footer {
    margin-top: 50px;
}

.at-home-footer-area {
    background: #1E7EAE;
    color: #FFF;
    font-size: 1.3em;
}

.at-home-footer-area p {
    font-weight: bold;
}

.at-footer-area {
    background: #f8f8f8;
    padding-top: 5px;
}

.at-footer-bg {
    background: #FFF;
    padding: 15px 0;
}

.at-footer-bg .row {
    margin-right: -15px;
    margin-left: -15px;
}

.at-footer-bg .container {
    max-width: 90%;
}

@media(max-width: 1280px) {
    .at-footer-bg .container {
        max-width: 95%;
    }
}

.at-fat-footer-title {
    display: block;
    text-align: center;
}

footer ul {
    margin-left: 3px;
    padding: 0;
}

#at-fat-footer {
    padding-top: 15px;
}

#at-fat-footer ul {
    border-left: 1px solid #d4d4d4;
}

#at-fat-footer li {
    list-style: none;
}

#at-fat-footer ul li a {
    font-size: 0.9em;
    padding: 3px 10px 3px 15px;
    display: block;
}

#at-fat-footer span {
    font-size: 1.125em;
    font-weight: bold;
    color: #1E7EAE;
    font-weight: bold;
}

.at-footer-info {
    margin-top: 40px;
}

.at-fat-footer .col-6 {
    margin-bottom: 20px;
}

.at-footer-logo {
    margin: 0 auto 15px auto;
    display: block;
    max-width: 80%;
    height: auto;
}

.at-footer-info p {
    margin-bottom: 5px;
    font-size: 1em;
}

.p-title::before {
    content: "";
    border-left: 3px solid #1E7EAE;
    padding-left: 10px;
}

.at-footer-img {
    margin-top: 15px;
    text-align: center;
}

.footer-img-link img,
.footer-img {
    max-width: 30%;
}

.at-footer-list {
    text-align: center;
    margin-top: 5px;
}

.at-footer-list li {
    list-style: none;
    display: inline;
}

.at-footer-list li a {
    color: #1E7EAE;
    font-weight: bold;
    font-size: 1.04em;
}

.at-footer-list li:not(:last-child) {
    border-right: 2px solid #1E7EAE;
    margin-right: 5px;
}

.at-copyright {
    background: #1E7EAE;
}

.at-copyright p {
    margin-bottom: 0;
    padding: 6px 0;
    font-size: 0.9em;
    color: #FFF;
    text-align: center;
}

/* /footer */

/* at-table */
.at-table {
    text-align: center;
}

.at-table tr:first-child td {
    background: #CF5675;
    color: #FFF;
}

.at-table tbody tr:first-child td {
    background: #FFF;
    color: #000000;
}

.at-table tr td {
    padding: 10px;
    border: 1px solid #000000;
}

/* /at-table */

/* news-cat */
/* at-breadcrumbs */

ul.at-breadcrumbs {
    padding: 0;
    margin: 70px 0 0 0;
}

ul.at-breadcrumbs li {
    display: inline;
    list-style: none;
    font-size: 1em;
}

ul.at-breadcrumbs li:not(:first-child):before {
    content: ">";
    color: #000000;
    padding-right: 5px;
}

ul.at-breadcrumbs li a {
    color: #0087c9;
}

ul.at-breadcrumbs li a:hover {

    color: #0087c9;
}

ul.at-breadcrumbs li span {
    color: #0087c9;
    font-weight: bold;
}

/* /at-breadcrumbs */

/* at-page-sidebar-area */

.at-page-sidebar-title {
    color: #FFF;
    background: #1E7EAE;
    display: block;
    font-size: 1em;
    text-align: center;
    padding: 23px 10px;
    margin-bottom: 5px;
}

.at-page-sidebar-title:hover {
    color: #FFF;
}

.at-page-sidebar-area ul {
    padding: 0;
}

.at-page-sidebar-area ul li {
    list-style: none;
    padding: 10px 0 0 20px;
    border-bottom: dotted 1px #333;
}

.at-page-sidebar-area ul li:not(:last-child) {}

.at-page-sidebar-area ul li a {
    color: #000000;
    font-size: 0.925em;
    padding-left: 15px;
}

.at-page-sidebar-area ul li li {
    padding: 0;
    border: none;
}

.at-page-sidebar-area ul li li:last-child {
    padding-bottom: 10px;
}

.at-page-sidebar-area ul li li a {
    font-size: 0.857em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.at-page-sidebar-area ul li a:before {}

.at-page-sidebar-area ul li a:hover {

    color: #C7177A;
}

.at-page-sidebar-area ul li ul {
    border: none;
}

.at-page-sidebar li a {
    display: block;
    position: relative;
}

.at-page-sidebar .fa-caret-right,
.at-page-sidebar .fa-caret-down {
    position: absolute;
    left: 0px;
    top: 8px;
    color: #1E7EAE;
    font-size: 0.6em;
}

.at-page-sidebar .at-collapse-button {
    position: relative;
    margin-bottom: 5px;
}

.at-custom-links {
    padding: 10px 0 10px 20px !important;
}

.at-custom-links a {}

@media(max-width:991px) {
    .at-page-sidebar-area {
        margin-top: 15px;
    }

    .at-page-sidebar-title {
        display: block;
        border: 1px solid #dcdcdc;
        padding: 10px;
        background: none;
        color: #000000;
        margin-bottom: 0;
        position: relative;
    }

    .at-page-sidebar-title::after {
        content: "\f0dd";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .at-page-sidebar-title:hover {
        color: #000000;
    }

    .at-page-sidebar-area ul {
        border: 1px solid #dcdcdc;
        border-top: none;
        border-bottom: none;
    }

    .at-page-sidebar-area ul li {
        border-bottom: solid 1px #dcdcdc;
    }
}

a[accesskey="L"] {
    color: #FFF;
    left: -5px;
}

a[accesskey="L"]:hover {}

a[accesskey="L"]:focus {
    color: #000000;
}

/* /at-page-sidebar-area */

/* at-news-cat-list */

.at-news-cat-list {
    background: #f8f8f8;
    width: 100%;
}

.at-news-cat-list th {
    background: #1e73c0;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    font-size: 1.2em;
}

.at-news-cat-list tr:nth-child(even) {
    background: #fff;
}

.at-news-cat-list tr td {
    padding: 15px;
    font-size: 1.25em;
}

.at-news-cat-list tr td:first-child {
    width: 25%;
    text-align: center;
}

.at-news-cat-list tr td span {
    font-size: 1em;
}

.at-news-cat-list tr td a {
    color: #1e73c0;
    font-size: 1em;
}

.at-news-cat-list tr td a:hover {
    color: #C7177A;

}

@media(max-width: 991px) {
    .at-news-cat-list th:first-child {
        display: none;
    }

    .at-news-cat-list tr td {
        display: block;
        width: 100% !important;
        text-align: left !important;
    }

    .at-news-cat-list tr td:first-child {
        padding-bottom: 0;
    }

    .at-news-cat-list tr td:nth-child(2) {
        padding-top: 0;
    }
}

.at-func {
    position: relative;
}

@media(max-width: 991px) {
    .at-func {
        text-align: center;
    }
}

.at-pagination {
    padding: 0;
    margin-top: 32px;
}

.at-pagination li {
    list-style: none;
    display: inline-block;
    border: 1px solid #dee2e6;
    margin-bottom: 5px;
}

.at-pagination li a {
    display: block;
    padding: 5px 15px;
    color: #1e73c0;
}

.at-pagination li a:hover {

    background: #C7177A;
    color: #FFF;
}

.at-pagination span {
    display: block;
    padding: 5px 15px;
    color: #000000;
}

a[accesskey="C"] {
    color: #FFF;
}

a[accesskey="C"]:hover {}

a[accesskey="C"]:focus {
    color: #000000;
}

/* /at-news-cat-list */

/* at-back */

.at-back {
    position: absolute;
    right: 0;
    top: 8px;
}

.at-back a {
    color: #1e73c0;
}

.at-back a:hover {

    color: #C7177A;
}

@media(max-width: 991px) {
    .at-back {
        text-align: center;
        position: static;
    }
}

/* /at-back */

/* at-page-banner */

@media(min-width: 991px) {
    .cat-col-lg-3 {
        padding-left: 110px;
    }
}

/* .at-page-banner {
    margin-bottom: -40px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 285px;
}

@media(max-width: 991px) {
    .at-page-banner {
        margin-top: 25px;
        height: 120px;
    }
} */

/* /at-page-banner */

/* /news-cat */

/* single-news */

.at-news-cate-single {
    position: relative;
    padding: 15px 20px;
}

.at-news-cate-single .at-single-cat-title {
    color: #FFF;
    background: #CF5675;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.2em;
}

.at-news-single-info {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.at-news-single-info h2 {
    font-size: 1.6em;
    margin: 25px 0 20px 0;
    color: #2281d7;
    font-weight: bold;
}

.at-news-single-info span {
    font-size: 1.1em;
    margin-right: 20px;
}

.at-news-single-info .at-post-cat-title {
    font-size: 1.6em;
    font-weight: bold;
    margin: 5px 0 2px 0;
    display: block;
}

@media(max-width: 576px) {
    .at-news-single-info span {
        display: block;
    }
}

.at-news-content p {
    font-size: 1.125em;
    color: #000000;
    line-height: 40px;
}

.at-news-content img {
    max-width: 100%;
    height: auto;
}

.at-social {
    position: absolute;
    top: 15px;
    right: 15px;
}

.at-social i {
    font-size: 1.7em;
    color: #1e73c0;
}

.at-back-single {
    position: absolute;
    right: 20px;
    bottom: 18px;
}

.at-back-single a:hover {}

@media(max-width: 420px) {
    .at-back-single {
        position: static;
        text-align: center;
        margin-top: 15px;
    }
}

.at-news-youbube-video {
    margin-top: 32px;
    text-align: center;
}

.at-news-related-file {
    margin: 15px 0;
    border: 1px solid #dee2e6;
}

.at-news-related-file>span {
    background: #42B3E5;
    display: block;
    color: #FFF;
    text-align: center;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.2em;
}

.at-news-related-file ul {
    padding: 0;
    margin-bottom: 0;
}

.at-news-related-file ul li span {
    margin-right: 15px;
    position: relative;
}

@media(max-width: 581px) {
    .at-news-related-file ul li span {
        display: block;
        margin-bottom: 10px;
    }

    .at-news-related-file ul li {
        padding: 15px 0 15px 0;
    }
}

.at-news-related-file ul li {
    list-style: none;
    padding: 15px 0 15px 25px;
}

.at-news-related-file ul li:nth-child(even) {
    background: #FFF;
}

/* .at-news-related-file ul li a {
    margin-right: 15px;
} */

.at-news-related-file ul li a:hover {}

.at-news-related-file .at-pdf {
    border: 1px solid #E60012;
    color: #E60012;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.at-news-related-file .at-pdf:hover {
    background: #E60012;
    color: #FFF;
}

.at-news-related-file .at-word {
    color: #0056b3;
    border: 1px solid #0056b3;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.at-news-related-file .at-word:hover {
    background: #0056b3;
    color: #FFF;
}

.at-news-related-file .at-odf {
    color: #596b01;
    border: 1px solid #596b01;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.at-news-related-file .at-odf:hover {
    background: #596b01;
    color: #FFF;
}

.at-news-related-file .at-csv {
    color: #596b01;
    border: 1px solid #596b01;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.at-news-related-file .at-csv:hover {
    background: #596b01;
    color: #FFF;
}

.at-news-related-file .at-xlsx {
    color: #596b01;
    border: 1px solid #596b01;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.at-news-related-file .at-xlsx:hover {
    background: #596b01;
    color: #FFF;
}

.at-files-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.at-files-item a {
    margin: 0 5px;
}

.at-news-pics {
    margin: 32px 0;
    overflow: hidden;
}

.at-news-pics img {
    display: block;
    margin: 15px auto;
    width: auto;
    max-height: 250px;
}

/* /single-news  */

.page-title {
    color: #1e73c0;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.at-english-page-content img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 32px auto;
    display: block;
}

.at-english-page-content blockquote p {
    color: #cf5675;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    line-height: 30px;
    font-size: 1em !important;
}

.at-english-page-content .title {
    font-weight: bold;
}

.at-english-page-content p {
    line-height: 30px;
    font-size: 1em;
}

.at-english-page-content ul li {
    margin-bottom: 10px;
}

.at-english-page-content table {
    width: 100%;
    margin: 20px 0;
}

.at-english-page-content table th {
    text-align: center;
    background: #006A95;
    color: #ffffff;
}

.at-english-page-content table td,
.at-english-page-content table th {
    border: 1px solid #d0d0d0;
    padding: 10px;
    text-align: center;
}

/* department page style */

.at-department-side-info-box {
    border: 1px solid #ece8e8;
    margin: 32px 0;
    padding: 15px;
    border-top-color: #197d9c;
}

.at-department-side-info-box .at-info-title {
    font-size: 1.2em;
    display: block;
    margin-bottom: 10px;
}

.at-department-side-info-box p {
    border-bottom: 1px solid #ece8e8;
    padding-bottom: 8px;
}

.department-feature-picture {
    max-width: 100%;
    max-height: 400px;
    margin: 32px auto -10px auto;
    display: block;
}

.at-department-title {
    margin: 32px 0 10px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #3065b5;
    padding-bottom: 10px;
    font-weight: bold;
}

.at-department-info-box {
    border: 1px solid #ece8e8;
    text-align: center;
}

.at-department-info-box img {
    max-width: 100%;
}

.at-department-info-box span {
    padding: 10px;
    display: block;
    font-size: 1.1em;
}

.sidebar-list-2 .first-level {
    padding: 10px 0 10px 20px;
}

.sidebar-list-2 li:not(.first-level) {
    padding: 10px 10px 10px 32px;

}

.sidebar-list-2 .first-level span {
    font-size: 1.25em;
    color: #C7177A;
    font-weight: bold;
}

.sidebar-list-2 .first-level span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: bold;
    padding-right: 10px;
    color: #f09433;
}

/* at-page-info-area */
.at-page-info-area {
    position: relative;
}


/* at-bread-crumb */
.at-bread-crumb {
    list-style: none;
    padding: 10px 0;
}

@media(max-width: 991px) {
    .at-bread-crumb {
        text-align: left;
        padding: 0 !important;
    }
}

.at-bread-crumb li {
    display: inline;
    position: relative;
    margin-right: 18px;
    font-size: 0.9em;
}

.at-bread-crumb li:not(:first-child)::before {
    content: ">";
    font-size: 0.9em;
    position: absolute;
    left: -14px;
    top: 0;
}

.at-bread-crumb li:last-child {
    margin-right: 0;
}

.at-update-info {
    position: relative;
    margin-top: 5px;
    border-top: 1px solid #dcdcdc;
    padding-top: 7px;
}

.at-update-info span {
    font-size: 1em;
    margin-right: 10px;
}

.at-back-link {
    position: absolute;
    right: 0;
}

@media(max-width:991px) {
    .at-update-info span {
        display: block;
    }

    .at-back-link {
        top: 24px;
    }
}

.at_share_links {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.at_share_links li {
    list-style: none;
    margin-left: 6px;
    margin-bottom: 0 !important;
    display: inline-block;
}

.at_share_links li a {
    font-size: 0.8em;
    color: #000000;
    display: block;
    transition: all 0.2s ease-out;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 5px 10px;
}

.at_share_links li a:hover {
    background: #1E7EAE;
    color: #FFF;
}

.at_share_links ul li::before {
    content: none !important;
}

.at_share_links .dropdown:hover>.dropdown-menu {
    display: block;
}

.at_share_links .dropdown-menu {
    min-width: 3rem;
    left: -5px;
    padding: 0;
}

.at-share-link-area ul {
    padding: 0 !important;
    margin: 0 !important;
}

.at-share-link-area a {
    display: block;
    text-align: center;
    border: none !important;
    border-radius: 0 !important;
}

.at-share-link-area li {
    display: block;
    margin: 0;
}

.at-share-link-area li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}


.at-share-toggle:hover .at-share-toggle-area {
    display: block;
}

.at-depart-service-list {
    margin: 32px 0 10px 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #a3a3a3;
}

.at-depart-service-list a {
    padding: 0 15px;
    font-size: 1.1em;
}

.at-depart-service-list .nav-link.active {
    color: #1E7EAE;
    border-bottom: 1px solid #1E7EAE;
    margin-bottom: -1px;
}

.at-depart-mobile-info {
    margin: 0 -15px;
}

.at-depart-mobile-info .card-header {
    padding: 0;
    border: none;
}

.at-depart-mobile-info .card {
    border: none;
}

.at-depart-mobile-list-button {
    width: 100%;
    border: none;
    text-align: left;
    padding: 15px 20px;
}

.at-depart-mobile-list-button i {
    position: absolute;
    right: 25px;
    font-size: 0.8em;
}

@media(max-width: 991px) {
    .at-depart-mobile-list-button {
        background: #FFF;
    }

    .at-depart-mobile-list-button i {
        color: #1e73c0;
    }
}

.at-doctor-list-table {
    text-align: center;
}

.at-doctor-list-table tr td:nth-child(3) {
    text-align: left;
}

.at-doctor-list-table tr td:nth-child(4) a {
    background: #1E7EAE;
    color: #FFF;
    display: block;
    margin-bottom: 10px;
    padding: 6px 10px;
}

.at-doctor-list-table td {
    color: #000000;
}

.at-doctor-list-table ul {
    margin: 0 !important;
    text-align: left;
}

@media(min-width: 992px) {
    .at-doctor-list-table tr th:first-child {
        width: 15%;
    }

    .at-doctor-list-table tr th:nth-child(2) {
        width: 14%;
    }

    .at-doctor-list-table tr th:nth-child(4) {
        width: 16%;
    }
}

@media(max-width: 991px) {
    h2 {
        display: inline-block;
    }

    .at-doctor-list-table tr:first-child {
        display: none;
    }

    .at-doctor-list-table td:nth-child(1) {
        position: relative;
    }

    .at-doctor-list-table td:nth-child(3) {
        text-align: left;
    }

    .at-doctor-list-mobile-open::before {
        content: "\f0fe";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        position: absolute;
        left: 32px;
    }

    .at-doctor-list-mobile-close::before {
        content: "\f146";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        position: absolute;
        left: 32px;
    }

    .at-doctor-list-table tr {
        margin-bottom: 15px;
        border: 1px solid #dcdcdc;
    }

    .at-doctor-list-table td {
        border: none;
    }

    .at-doctor-list-table td:nth-child(1),
    .at-doctor-list-table td:nth-child(2) {
        display: inline-block;
        width: 49%;
    }

    .at-doctor-list-table td:nth-child(3),
    .at-doctor-list-table td:nth-child(4) {
        max-height: 0;
        overflow: hidden;
        padding: 0;
        border: none;
        transition: all 0.3s;
    }

    .at-add-mobile-doctor-class {
        transition: all 0.3s;
        max-height: 250px !important;
        padding: 15px !important;
        border-top: 1px solid #dcdcdc !important;
        overflow: scroll !important;
    }

    .at-doctor-list-table tr,
    .at-doctor-list-table td:nth-child(3),
    .at-doctor-list-table td:nth-child(4) {
        display: block;
    }
}

.at-album-item {
    text-align: center;
    margin-top: 15px;
}

.at-album-item img {
    max-width: 100%;
    max-height: 350px;
}

.at-album-item span {
    display: block;
}

.at-depart-contact-area {
    background: #F6F8F5;
    margin-bottom: 32px;
    padding: 15px 10px 35px 10px;
    margin-top: 40px;
}

.at-depart-contact-title {
    font-weight: bold;
    font-size: 1.125em;
    display: block;
}

.at-memo {
    position: relative;
    text-align: center;
}

.at-memo-info-area {}

.at-depart-contact-fas {
    margin-top: 5px;
    display: block;
}

.at-memo-info-area span i {
    font-size: 2em;
}

.at-depart-contact-info {
    font-size: 1.1em;
}

@media(max-width: 576px) {
    .at-depart-contact-info {}
}

.at-depart-news-title {
    display: block;
    text-align: center;
    margin-bottom: -10px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 1.2em;
}

.at-depart-news-list {
    text-align: center;
    margin: 0;
}

.at-depart-news-list td {
    color: #000000;
    border: none;
}

.at-depart-news-list th:first-child {
    width: 25%;
}

.at-depart-news-list th:last-child {
    width: 8%;
}

.at-depart-news-list td:nth-child(2) {
    text-align: left;
}

.at-depart-news-list tr:nth-child(even) {
    background: #8484841c;
}

.at-depart-news-list a:hover {
    color: #CF5675;
}

.at-pagination {
    padding: 0 !important;
    margin-top: 32px !important;
    text-align: center;
}

.at-pagination li {
    display: inline-block;
    border: 1px solid #dee2e6;
}

.at-pagination li a,
.at-pagination span {
    display: block;
    padding: 5px 15px;
}

.at-depart-mobile-title {
    display: block;
    font-size: 1.25rem;
}

@media(max-width: 768px) {

    .at-depart-news-list th:first-child,
    .at-depart-news-list th:nth-child(3),
    .at-depart-news-list td:nth-child(3) {
        display: none;
    }

    .at-depart-news-list tr,
    .at-depart-news-list th,
    .at-depart-news-list td {
        display: block;
    }

    .at-depart-news-list td:first-child {
        text-align: left;
        border-bottom: none;
        padding-bottom: 0;
    }

    .at-depart-news-list td:nth-child(2) {
        border-top: none;
        padding-top: 0;
    }
}

.at-page-main-content form {
    border: 1px solid #000000;
    padding: 15px 20px;
    border-radius: 10px;
    max-width: 90% !important;
}

.at-page-main-content form input:not([type="radio"]) {
    border: 1px solid #e2e2e2;
    /* width: 100% !important; */
}

.at-page-main-content form input[type="submit"] {
    background: #1E7EAE;
    color: #FFF;
    width: 100% !important;
    margin: auto !important;
    padding: 7px;
    font-weight: bold;
}

.at-page-main-content form input[type="submit"]:hover {
    background: #1E7EAE;
}

/* page-main-content */
.at-page-main-content {
    max-width: 100%;
    height: auto;
    position: relative;
}

.at-page-main-content h2 {
    font-weight: bold;
    border-width: 4px;
    margin-bottom: 18px;
}

.at-team-area h3 {
    color: #1E7EAE;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 18px;
}

.at-team-area h2 {
    border: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.at-reg-button {
    background: #1E7EAE;
    color: #FFF !important;
    display: block;
    margin-bottom: 10px;
    padding: 6px 10px;
}

.at-reg-button:hover {
    color: #FFF;
}

.at-depart-nav {
    list-style: none;
    padding: 0 !important;
}

.at-depart-nav li {
    display: inline-block;
    margin-right: 10px;
}

.at-depart-nav li a {
    border-bottom: 1px dotted #1E7EAE;
    position: relative;
    padding: 0 0 0 13px;
}

.at-depart-nav li a::before {
    content: "\f150";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 0.5em;
    color: #1E7EAE;
    position: absolute;
    left: 0;
    top: 6px;
}

.at-page-main-content h3,
.small-title {
    font-weight: bold;
    font-size: 1.2em;
    margin: 25px 0 5px 0;
    position: relative;
    padding: 0 0 10px 0;
}

.at-page-main-content h3::before {
    content: '';
    width: 16px;
    height: 2px;
    background: #3399cc;
    position: absolute;
    left: 0;
    bottom: 0;
}

.at-page-main-content p {
    margin-bottom: 9px;
    line-height: 35px;
}

.at-page-main-content p a {
    font-size: 1em;
    color: #1E7EAE;
}

.at-page-main-content p a:hover {
    color: #367bbb;
}

@media(min-width: 600px) {
    p .alignleft {
        float: left;
        margin: 0 15px 0 0;
        padding: 0 10px;
    }

    p .alignright {
        float: right;
        margin: 0 15px 15px 0;
        padding: 0 10px;
    }
}

@media(max-width: 600px) {

    p .alignleft,
    p .alignnone,
    p .alignright {
        display: block;
        margin: 0 auto 5px auto;
    }
}

.at-page-main-content ul:not(.at-bread-crumb) {
    margin: 18px 0;
    padding: 0 0 0 20px;
}

/* .at-page-main-content li:not(.at-depart-service-list li) {
    margin-bottom: 10px;
} */

@media(max-width: 576px) {
    .at-page-main-content ul {
        padding: 0 15px;
    }
}

.at-page-main-content {
    max-width: 100%;
    height: auto;
}

.at-page-main-content img {
    max-width: 100%;
    height: auto;
}

.at-page-banner {
    padding: 10px;
}

.at-page-banner img {
    max-width: 100%;
    /* max-height: 350px; */
    margin: auto;
    display: block;
}

.at-page-main-content ul ul {
    margin: 5px 0;
    padding: 0px 10px 0px 15px;
}

.at-page-main-content ul ul li {
    list-style: none;
    position: relative;
    margin-bottom: 2px !important;
    font-size: 1em;
}

.at-page-main-content ul ul li::before {
    content: "-";
    position: absolute;
    left: -12px;
    top: 0px;
}

.at-page-sidebar-area ul ul li::before {
    display: none;
}

.at_advanced_button {
    font-size: 0.9em;
}

.at-search-hot-key,
.at-search-hot-key a {
    font-size: 0.9em;
}

.at-form {
    margin: 30px auto 30px auto;
}

.at-form input {
    margin-bottom: 10px;
    padding: 5px;
}

.at-whole-page-banner {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block;
}

.at-link-list-area {
    padding: 0px 0 0px 10px;
}

.at-link-list-area a {
    display: block;
    margin-bottom: 15px;
    width: fit-content;
}

@media(max-width: 768px) {
    .at-link-group-title {
        text-align: center;
    }
}

.at-title-pics {
    margin: 10px 0;
    text-align: center;
}

.at-title-pics span {
    display: block;
    margin-top: 5px;
}

.at-sub-title {
    font-size: 0.9em;
}

.at-title-weight {
    font-weight: bold;
    margin-bottom: 3px;
}

.at-title-pics img {
    max-width: 100%;
    height: auto;
    margin: auto;
    display: block !important;
}

.at-title-pics-item {
    margin-bottom: 25px;
}

.at-child-page-list {
    text-align: center;
    margin: 20px 0;
}

.at-child-page-list span {
    color: #ff0000;
    font-weight: bold;
}

.at-child-page-list li {
    list-style: none;
    display: inline;
}

.at-child-page-list li:not(:first-child):not(:nth-child(2)) {
    margin: 0 5px;
}

.at-child-page-list li:not(:first-child):not(:nth-child(2))::before {
    content: "/";
    margin-right: 5px;
}

.at-map-list-item {
    background: #f2f2f2;
}

.at-map-list-item ul {
    padding: 5px 45px 25px 45px;
}

.at-map-title {
    background: #1E7EAE;
    text-align: center;
    color: #FFF;
    padding: 8px 10px;
    display: block;
}

.at-map-list-item a::before {
    background: none;
}

.clinic-area {}

.clinic-table {}

.clinic-table th {
    text-align: center;

}

.clinic-table tr td:first-child {
    color: #1E7EAE;
    font-weight: bold;
}

.clinic-table th:nth-child(1) {
    width: 25%;
}

.clinic-table th:nth-child(2) {
    width: 40%;
}

.clinic-table th:nth-child(3) {
    width: 15%;
}

.at-audio {
    width: 100%;
    margin-top: 15px;
}


/* tocc css */
.at-visit-page-title {
    text-align: center;
    margin: 64px;
    font-weight: bold;
    font-size: 2.8em;
}

.visit-page-area,
.visit-area {
    border: 3px solid #000000;
    padding: 20px 40px;
    margin-bottom: 64px;
}

.visit-page-area p {
    line-height: 30px;
    margin-bottom: 32px;
    font-size: 1.125em;
}

.kenny-title,
.visit-area .title {
    text-align: center;
    font-size: 1.25em;
    background: #1E7EAE;
    padding: 15px;
    color: #FFF;
    display: block;
}

.kenny-sure {
    background: #CC0033;
    color: #FFF;
    padding: 10px;
    display: block;
    max-width: 20%;
    text-align: center;
    margin: 15px auto 32px auto;
    font-weight: bold;
}

.kenny-sure:hover {
    color: #FFF;

}

.visit-area .agree {
    color: #285A4F;
    margin-bottom: 5px;
}

.visit-area .disagree {
    color: red;
}

.visit-area a {
    display: block;
    margin: 10px auto;
    width: 60%;
    text-align: center;
    background: #1E7EAE;
    padding: 10px;
    color: #FFF;
}

.visit-area .no {
    background: #1E7EAE;
}

.visit-area .visit-list {
    padding: 20px 32px 20px 50px;
    list-style: none;
}

.visit-area li {
    margin-bottom: 10px;
    letter-spacing: 1px;
    line-height: 30px;
    list-style-type: decimal;
}

.tocc-img-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

@media(max-width: 576px) {
    .visit-page-area {
        padding: 20px 15px;
    }

    .kenny-sure {
        max-width: 45%;
    }

    .at-visit-page-title {
        font-size: 2em;
    }

    .tel-number {
        display: block;
    }

    .visit-area {
        padding: 20px 10px;
    }

    .tocc-img-logo {
        max-width: 60%;
    }
}

.at-gform-custom form {
    border: 3px solid #000000;
    padding: 20px 40px;
    margin-bottom: 64px;
}

.at-gform-custom form input[type="submit"] {
    background: #1E7EAE;
    color: #FFF;
    display: block !important;
    width: 100% !important;
    margin: auto !important;
    padding: 7px;
    font-weight: bold;
    border: none;
}

.at-news-related-file {
    margin: 15px 0;
    border: 1px solid #dee2e6;
}

.at-news-related-file>span {
    background: #1E7EAE;
    display: block;
    color: #FFF;
    text-align: center;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 1.2em;
}

.at-news-related-file ul {
    padding: 0 !important;
    margin-bottom: 0;
}

.at-news-related-file ul li span {
    margin-right: 15px;
    position: relative;
}

@media(max-width: 581px) {
    .at-news-related-file ul li span {
        display: block;
        margin-bottom: 10px;
    }

    .at-news-related-file ul li {
        padding: 15px 0 15px 0;
    }
}

.at-news-related-file ul li {
    list-style: none;
    padding: 0 0 0 10px;
}

.at-news-related-file ul li:nth-child(even) {
    background: #FFF;
}

/* .at-news-related-file ul li a {
    margin-right: 15px;
} */

.at-news-related-file ul li a:hover {}

.at-pdf {
    border: 1px solid #E60012;
    color: #E60012;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.at-pdf:hover {
    background: #E60012;
    color: #FFF !important;

}

.at-word {
    color: #0056b3;
    border: 1px solid #0056b3;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.at-word:hover {
    background: #0056b3;
    color: #FFF;
}

.at-odf {
    color: #596b01;
    border: 1px solid #596b01;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.at-odf:hover {
    background: #596b01;
    color: #FFF;
}

.at-news-related-file .at-csv {
    color: #596b01;
    border: 1px solid #596b01;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.at-news-related-file .at-csv:hover {
    background: #596b01;
    color: #FFF;
}

.at-news-related-file .at-xlsx {
    color: #596b01;
    border: 1px solid #596b01;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
}

.at-news-related-file .at-xlsx:hover {
    background: #596b01;
    color: #FFF;
}

.at-files-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.at-files-item a {
    margin: 0 5px;
}

.at-news-pics {
    margin: 32px 0;
    overflow: hidden;
}

.at-news-pics img {
    display: block;
    margin: 15px auto;
    width: auto;
    max-height: 250px;
}

.at-unit {
    list-style: none;
}

.at-unit-title {
    color: #333333;
    padding: 0 0 0 17px;
    border-left: 3px #1E7EAE solid;
    border-width: 2px;
    margin: 20px 0 10px 0;
    font-size: 1.5em;
    font-weight: bold;
    display: block;
    cursor: default;
}

.at-unit-title:hover {
    color: #333333;
}

.at-child-area {}

.at-child-button-area {
    margin-bottom: 8px;
    border-left: 1px solid #1E7EAE;
}

.at-child-button {
    display: block;
    border: 1px solid #DBDCDE;
    font-size: 1.3em;
    padding: 12px 60px 12px 30px;
    position: relative;
}

.at-child-button::after {
    content: '\f054';
    color: #FFF;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    border-radius: 50%;
    font-size: 0.4em;
    padding: 3px 7px;
    right: 25px;
    bottom: 18px;
    display: block;
    position: absolute;
    background: #1E7EAE;
}

.at-child-button:hover {
    color: #1E7EAE;
    background: #1E7EAE0a;
}

.at-ol-2 {
    counter-reset: ol-2-counter;
    padding: 0 !important;
}

.at-ol-2 li {
    list-style: none;
    margin-bottom: 15px;
}

.at-ol-2 .title {
    font-weight: bold;
    border-bottom: dotted 1px #ccc;
    position: relative;
    padding-left: 20px;
    padding-bottom: 5px;
}

.at-ol-2 .title::before {
    counter-increment: ol-2-counter;
    content: counter(ol-2-counter);
    position: absolute;
    left: 0;
    top: -3px;
    color: #ccc;
    font-size: 1.3em;
}

.at-depart-doc-list {
    border-top: 2px solid #1E7EAE;
    padding: 10px 0 10px 0;
}

.at-depart-doc-list p {
    margin: 0 0 10px 0;
    line-height: 25px;
}

.at-depart-pos {
    font-size: 0.8em;
}

.at-reg-link {
    font-size: 0.8em;
    color: #39c;
}

.at-depart-doc-list .col-8 {
    padding: 0;
}

.doctor_specialist {
    margin-top: 15px;
}

.doctor_specialist_title {
    position: relative;
    margin: 0 0 5px;
    color: #39c;
}

.doctor_specialist_title::before {
    content: '';
    width: 100%;
    height: 0px;
    border-bottom: dotted 1px #39c;
    position: absolute;
    left: 0;
    top: 50%;
}

.doctor_specialist_title span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    background: #fff;
}

/* at-news-list */
.at-news-list {
    list-style: none;
    text-align: left !important;
}

.at-news-list li {
    border-bottom: 1px solid #c4c4c4;
}

.at-news-list-link {
    padding: 10px 0;
    display: block;
}

.at-news-list-link:hover {
    background: #eff7f8;
}

.at-news-list-date {
    color: #157c8b;
    font-weight: bold;
    font-size: 0.9em;
}

.at-news-list-title {
    font-size: 1em;
}

.at-news-list-link p {
    margin-bottom: 0;
}

/* /at-news-list */

/* at-team-item-area */
.at-team-item-area {
    padding: 0 2px;
    margin-bottom: 5px;
}

.at-team-item {
    background: #FFF;
    text-align: center;
    margin-bottom: 25px;
}

.at-team-item .at-team-link {
    display: inline-block;
}

.at-team-item img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: 200px;
}

.at-team-item span {
    display: block;
    margin-top: 5px;
}

.at-team-item .at-reg-button {
    max-width: 70%;
    margin: 5px auto 0 auto;
}

/* at-team-item-area */

/* at-home-erinfo-area */
@media(min-width:991px) {
    .col-lg-5 {
        max-width: 20%;
    }
}

.at-home-erinfo-item {
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

.at-erinf-title {
    color: #FFF;
    font-weight: bold;
    font-size: 1.5em;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.at-erinf-num {
    font-weight: bold;
    font-size: 2.1em;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.go-top-button {
    position: fixed;
    right: 50px;
    bottom: 44px;
    border: none;
    background: #1E7EAE;
    border-radius: 50%;
    z-index: 999;
    display: none;
}

.go-top-button i {
    font-size: 2em;
    color: #FFF;
    padding: 3px;
}

.at-more-dept-news {
    text-align: right;
}

.at-more-dept-news a {
    color: #1E7EAE;
}

@media(min-width: 768px) {
    .at-special-area th:first-child {
        width: 55%;
    }
}

.at-chat-button {
    width: 48px;
    height: 48px;
    position: fixed;
    right: 48px;
    bottom: 100px;
    background: #FFF;
    border-radius: 50%;
    z-index: 999;
}

.at-chat-button img {
    width: 100%;
    max-height: 100%;
}

.at-chat-tips {
    position: fixed;
    right: 110px;
    bottom: 100px;
    z-index: 999;
    background: #FFF;
    color: #000000;
    border-radius: 15px;
    padding: 15px 32px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.at-chat-tips::after {
    content: '';
    position: absolute;
    top: 70%;
    right: -10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid #FFF;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.at-chat-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1em;
    cursor: pointer;
    background: #FFF;
    border: none;
    color: #7e7e7e;
}

.at-chat-tips-text {
    margin-bottom: 0px;
    font-size: 1em;
}

.at-chat-room-header {
    color: #FFF;
    padding: 15px 15px 15px 15px;
}

.at-chat-room-area {
    position: fixed;
    right: 120px;
    bottom: 10px;
    background: #FFF;
    z-index: 999;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.at-chat-room-innter {
    width: 350px;
    height: 360px;
    overflow-y: scroll;
    background: #E7F4F4;
    overflow-x: hidden;
    word-break: break-word;
}

.at-chat-room-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1em;
    cursor: pointer;
    background: #FFF;
    border: none;
    color: #7e7e7e;
}

.at-chat-qa {
    position: absolute;
    right: 50px;
    top: 10px;
    background: #E7F4F4;
    border: none;
    padding: 3px 8px;
}

.at-chat-qa-close {
    position: absolute;
    right: 6px;
    top: 10px;
    font-size: 1em;
    cursor: pointer;
    background: #FFF;
    border: none;
    color: #7e7e7e;
}

.at-chat-qa-area {
    background: #E7F4F4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 200px;
    width: 80%;
    overflow-y: scroll;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding-top: 15px;
}

.at-chat-qa-area ul {
    text-align: center;
    padding: 15px 10px 0 10px;
}

.at-chat-qa-area ul li {
    list-style: none;
    cursor: pointer;
    margin-bottom: 15px;
    background: #FFF;
    padding: 10px;
    font-size: 0.85em;
    width: 80%;
    margin: 0 auto 15px auto;
    font-weight: bold;
}

.at-chat-room-title-text {
    font-weight: bold;
    color: #000000;
    margin-bottom: 0;
}

.at-chat-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #1E7EAE;
    display: inline-block;
    margin-right: 10px;
}

.at-chat-avatar img {
    width: 100%;
    max-height: 100%;
}

.at-chat-room-body {
    padding: 15px;

}

.message-item {
    max-width: 95%;
    margin-bottom: 20px;
    display: flex;
}

.message-avatar {
    display: flex;
}

.message-item figure.avatar {
    display: inline-block;
    margin-bottom: 0;
    height: 2.3rem;
    width: 2.3rem;
    border-radius: 50%;
    background: #FFF;
    padding: 1px;
}

.message-item figure.avatar>img {
    width: 100%;
    height: 100%;
}

.message-item .message-content {
    background-color: #fff;
    border-radius: 0 .5rem .5rem .5rem;
    padding: .8rem;
    margin-top: 45px;
    margin-left: -8px;
}

.message-item .time {
    color: #828282;
    margin-top: 5px;
    font-size: 12px;
    text-align: right;
}

.message-item.outgoing-message {
    margin-left: auto;
    flex-direction: row-reverse;
}

.outgoing-message .message-content {
    border-radius: .5rem 0 .5rem .5rem;
    margin-right: -8px;
}

.at-chat-room-input-area {
    text-align: center;
    padding: 15px 15px 15px 15px;
}

.at-chat-room-input {
    width: 85%;
    background: #E7F4F4;
    border: none;
    padding: 5px 5px 5px 10px;
    border-radius: 10px;
}

.at-chat-room-send {
    border: none;
    border-radius: 50%;
    padding: 5px 10px;
    background: #E7F4F4;
    color: #FFF;
}

.at-chat-room-send.at-change-color {
    color: #000000;
}



.at-shake {
    animation: shake 0.5s;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

@media(max-width: 576px) {
    .at-chat-room-area {
        width: 100%;
        right: 0;
        bottom: 0;
        z-index: 9999;
        border-radius: 20px 20px 0 0;
    }

    .at-chat-room-innter {
        width: 100%;
        height: 350px;
    }

    .at-chat-qa {
        right: 70px;
    }
}