@charset "UTF-8";

/* CSS Document */

@import url('//fonts.googleapis.com/css2?family=Kanit:ital,wght@0,200;0,300;0,400;0,600;1,200;1,300;1,400;1,600&family=Montserrat:ital,wght@0,400;0,600;1,400;1,600&family=Nunito:ital,wght@0,200;0,400;0,700;1,200;1,400;1,700&display=swap');
@import url('../../../ajax/libs/font-awesome/5.15.3/css/all.min.css');
@import url('ionicons.css');
@import url('icomoon.css');
@import url('bootstrap-icons.css');
html {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    overflow-x: hidden!important
}

body {
    margin: 0;
    font-family: 'Montserrat', 'Kanit', sans-serif;
    font-size: 15px;
    line-height: 1.4em;
}

a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
    color: #00aca6;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #416482;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #e6e6e6
}

::-webkit-scrollbar-thumb {
    background-color: grey
}

::-webkit-scrollbar-thumb:hover {
    background-color: #666
}

::-webkit-scrollbar-thumb:active {
    background-color: #4d4d4d
}

.flip-x {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.bg-theme {
    background: linear-gradient( 180deg, #0399ef 0%, #2239a7 100%);
    background-color: #2239a7;
}

.text-membertheme {
    color: #2239a7;
}

.py-n {
    padding-top: 0.5px!important;
    padding-bottom: 0.5px!important;
}

main {
    padding-bottom: 2rem;
    background: #cef0df url(../img/1938.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
}

.box-shadow {
    -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.08);
}

.boxwhite {
    -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

.mti-1 {
    margin-top: -1rem;
}

.mh-75 {
    min-height: 65%;
}

.wp-edit .ionicons,
.wp-edit .fa,
.ionicons {
    font-size: 1.35em;
    vertical-align: baseline;
}

.login-img {
    width: 120px;
    padding: 0 1rem;
}

.login-img img {
    max-width: 100%;
}

.login-img i {
    font-size: 105px;
    color: #416482;
}

.btn-default {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #254a77;
    background-color: #f5f5f5;
    border-color: #ccc;
}

.btn-default:hover {
    background-color: #eee;
    border-color: #aaa;
    color: #333;
}

.btn-theme {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color: #254a77;
    background-color: #f5f5f5;
    border-color: #ccc;
}

.btn-theme.active {
    color: #fff;
    background-color: #00aca6;
    text-shadow: 1.5px 1.5px 1.5px #333333;
}

.btn-theme:hover {
    background-color: #254a77;
    border-color: #254a77;
    color: #fff;
}

.form-label {
    margin-bottom: 0.25rem;
    color: #416482;
}

.text-theme {
    color: #00aca6;
}

.text-valid {
    color: #ff0000;
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 1rem!important;
    }
}

@media screen and (min-width: 768px) {
    .mtimd-1 {
        margin-top: -1rem;
    }
}


/* -- TopBar --*/

#topbar .flexlink {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

#topbar .flexlink .nav-link {
    color: #416482;
    text-shadow: none!important;
}

#topbar .flexlink li {
    list-style: none;
    padding: 0.2rem;
    font-size: 14px!important;
}

#topbar .flexlink li .social-icon,
#topbar .flexlink li .user-icon,
.user-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
}

#topbar .flexlink li.dropdown,
#topbar .flexlink li.login-bt {
    background-color: #ffffff;
    border-left: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
    margin-left: 0.2rem;
    padding: 0.2rem 1rem;
}

#topbar .flexlink li.dropdown a {
    align-items: center;
    display: flex;
    padding-top: 3px;
}

#topbar .flexlink li .user-icon {
    margin: -3px 5px 0 10px;
}

#topbar .flexlink li.login-bt a:hover .social-icon {
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(130deg) brightness(95%) contrast(80%);
}

#topbar .flexlink .dropdown li {
    padding: 0;
}

#topbar .flexlink .dropdown li a {
    border-bottom: solid 1px #eaeaea;
    padding: 7.5px 10px;
    font-size: 16px!important;
}

#topbar .flexlink .dropdown-menu {
    margin-top: 10px!important;
    border-radius: 0;
}

#topbar .flexlink .dropdown-menu:before {
    content: ' ';
    position: absolute;
    top: -10px;
    right: 1.5rem;
    margin-left: -15px;
    border-bottom: 10px solid rgba(210, 210, 210, 1);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

@media screen and (max-width: 991px) {
    #topbar .flexlink .dropdown-menu:before {
        right: auto;
        left: 1.5rem;
    }
    #topbar .container {
        width: 100%;
        max-width: none;
        padding: 0 8px;
    }
    #topbar .flexlink li {
        padding: 0.5rem 0.3rem;
    }
    #topbar .flexlink li.dropdown,
    #topbar .flexlink li.login-bt {
        position: absolute;
        left: 0px;
        margin-left: 0;
        border-left: none;
        padding: 0.5rem 1rem;
    }
}


/* -- HeaderBar --*/

#headerbar {
    padding: 10px 0;
}

.logo-img {
    height: 75px;
}

.formsearch {
    margin: 0;
}

.formsearch h6 {
    margin: 0.5rem 1rem;
    color: #254a77;
    font-weight: 700;
    font-size: 1.15rem;
}

.formsearch input {
    border-top-left-radius: 0.5rem!important;
    border-bottom-left-radius: 0.5rem!important;
    border-right: none;
    border-color: #cccccc;
}

.formsearch button {
    border-top-right-radius: 0.5rem!important;
    border-bottom-right-radius: 0.5rem!important;
    border-left: none;
    border-color: #cccccc;
    color: #00aca6;
    padding: 0rem 0.5rem 0.1rem 0.5rem;
    font-size: 1.5rem;
}

@media handheld,
screen and (max-width: 767px) {
    .logo-img {
        height: auto;
        width: 100%;
        margin: 0.2rem 0;
        padding-right: 80px;
    }
}

@media handheld,
screen and (max-width: 991px) {
    #headerbar {
        padding: 0;
    }
    #headerbar .d-flex {
        height: 90px;
    }
}


/* -- NavBar --*/

.navbar-toggler {
    background: linear-gradient( 180deg, #0399ef 0%, #2239a7 100%);
    background-color: #2239a7;
    color: #ffffff;
    padding: 0 1.25rem;
    position: absolute;
    right: 0;
    margin-top: -90px;
    margin-left: -0.75rem;
    font-size: 4.75rem;
    border-radius: 0;
    width: 80px;
    height: 90px;
}

.navbar-toggler.collapsed {
    font-size: 3rem;
}

.navbar-toggler .ion-navicon:before {
    content: "\f404";
    margin-top: -7px;
}

.navbar-toggler.collapsed .ion-navicon:before {
    content: "\f20e";
    margin-top: 0px;
}

#menubar {
    font-size: 17px!important;
    font-weight: 300;
    -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.48);
}

.nav-item {
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
    font-size: 1.25rem;
    padding: 0.5rem 0;
}

.nav-link {
    color: #ffffff;
    text-shadow: 1.5px 1.5px 1.5px #333333;
}

#menubar .nav-item a:hover {
    color: #00e9be;
}

.dropdown-toggle::after {
    font-size: 0.7rem;
    display: inline-block;
    margin-left: 0.455em;
    vertical-align: baseline;
    border: none;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#menubar .dropdown-menu {
    background-color: #ddf0ff;
    border-color: #e1e1e1;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.48);
    font-size: 16px!important;
    font-weight: 400;
    padding: 0.75rem 0.5rem;
}

#menubar .dropdown-menu.multi-column {
    padding: 2.25rem 0.5rem;
}

#menubar .dropdown-menu h5 {
    font-size: 16px!important;
    font-weight: 600;
    color: #254a77;
}

#menubar .dropdown-menu .divider {
    padding: 15px 0;
}

#menubar .dropdown-menu.dropdown-menu-end:before {
    left: auto;
    right: 2.5rem;
}

.dropdown-menu li a {
    padding: 10px 15px;
    border-bottom: solid 1px #e0e0e0;
    white-space: normal;
    font-size: 1.25rem;
}

.dropdown-menu.columns-2 .multi-column-dropdown {
    list-style: none;
    padding: 0 0.5rem;
}

.dropdown-menu.columns-3 .multi-column-dropdown {
    list-style: none;
    padding: 0 1.5rem;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #333;
    white-space: normal;
    transition: 0.75s all;
    -webkit-transition: 0.75s all;
    -o-transition: 0.75s all;
    -moz-transition: 0.75s all;
    -ms-transition: 0.75s all;
}

.multi-column-dropdown li a:hover,
.dropdown-item:hover {
    text-decoration: none;
    color: #ffffff;
    text-shadow: 1.5px 1.5px 1.5px #333333;
    background-color: #254a77;
}

@media screen and (max-width: 767px) {
    #menubar {
        padding: 0.25rem 0;
    }
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

@media screen and (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
    .nav-item {
        font-size: 0.91rem;
        border-bottom: none;
        padding: 0.25rem 0;
    }
    .nav-item .fa-home {
        font-size: 1.25rem;
    }
    .dropdown-menu li a {
        font-size: 1rem;
        padding: 5px 15px;
    }
    #menubar .dropdown-menu {
        width: 235px;
    }
    #menubar .dropdown-menu.columns-2 {
        width: 566px;
    }
    #menubar .dropdown-menu.columns-3 {
        width: 849px;
    }
    #menubar .dropdown-menu:before {
        content: ' ';
        position: absolute;
        top: -10px;
        left: 2.5rem;
        margin-left: -15px;
        border-bottom: 10px solid rgba(221, 240, 255, 1);
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0rem 0.45rem;
    }
}

@media screen and (min-width: 1200px) {
    .nav-item {
        font-size: 1rem;
        padding: 0;
    }
    .dropdown-menu li a {
        font-size: 1rem;
        padding: 10px 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 0.75rem;
    }
}


/* -- Footer --*/

footer {
    background-color: #2c47c5;
    color: #ffffff;
    padding: 2.5rem 0 1.5rem 0;
    font-size: 17px;
    font-weight: 300;
}

footer h4,
footer h6 {
    font-weight: 700;
}

footer p {
    margin-bottom: 1.5rem;
}

.footage {
    background-color: #2239a7;
    color: #ffffff;
    font-size: 0.75rem;
    padding: 0.3rem;
}

.footer-nav {
    margin-bottom: 0;
}

.footer-nav li {
    padding: 7px 0;
    font-size: 18px;
}

.footer-nav li a {
    color: #ffffff;
}

.footer-nav li a:hover {
    color: #00e9be;
}

@media screen and (max-width: 767px) {
    #contact-info h6 {
        border-top: solid 1px rgba(255, 255, 255, 0.4);
        padding-top: 1rem;
    }
}


/* -- Hero Banner --*/

#page-header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

#introduction {
    /*
background: url(../img/herobg.jpg);
background-size: cover;
background-position: center;

-webkit-box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 10%);
-moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.10);
box-shadow: 0px 10px 30px -4px rgb(0 0 0 / 10%);    padding: 1.5rem 0;
    padding-bottom: 0;
*/
    z-index: 2;
}

#hero-carousel {
    background-color: #ffffff;
}

#hero-carousel .carousel-control-next,
#hero-carousel .carousel-control-prev {
    background-color: transparent;
    border: none;
    width: 6%;
}

#hero-carousel .carousel-control-next-icon,
#hero-carousel .carousel-control-prev-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.50);
    background-size: 75%;
    background-position: center;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 1.75rem;
    line-height: 2.65rem;
    border: solid 1px #ffffff;
    -webkit-box-shadow: 0px 5px 10px -3px rgb(0 0 0 / 48%);
    box-shadow: 0px 5px 10px -3px rgb(0 0 0 / 48%);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
}

.carousel-control-next-icon:before {
    content: "\f054";
    margin-right: -4px;
}

.carousel-control-prev-icon:before {
    content: "\f053";
    margin-left: -4px;
}

#hero-carousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0.5rem;
    margin-left: 15%;
    list-style: none;
}

#hero-carousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

#hero-carousel .carousel-indicators [data-bs-target].active {
    opacity: 1;
}

#hero-carousel .carousel-item {
    /*
min-height: 550px;
max-height: 550px;
*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    background-color: #fff;
}

#hero-carousel .carousel-item img {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.68);
    box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.68);
    border: solid 1px #e0e0e0;
}

#hero-carousel .hero-caption {
    font-family: 'Nunito', 'Prompt', sans-serif;
    padding-right: 40%;
    text-align: left;
    bottom: auto;
    top: 15%;
}

#hero-carousel .hero-caption h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 50px;
    color: #e40d00;
    margin-bottom: 0;
}

#hero-carousel .hero-caption h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 65px;
    color: #051441;
    margin-bottom: 25px;
}

#hero-carousel .hero-caption p {
    font-size: 18px;
    line-height: 26px;
    color: #6A7C92;
    opacity: 0.8;
    margin-bottom: 30px;
}

@media all and (max-width: 767px) {
    #page-header {
        padding: 0!important;
    }
    #introduction {
        padding-top: 0;
    }
    #introduction .container {
        padding: 0!important;
    }
    #hero-carousel .carousel-item {
        min-height: unset;
        max-height: unset;
        background-repeat: no-repeat;
        background-position-x: right;
        background-position-y: 97px;
        background-size: auto 350px;
    }
    #hero-carousel .carousel-control-next,
    #hero-carousel .carousel-control-prev {
        width: 20%;
        opacity: 0;
    }
    #hero-carousel .carousel-control-next:hover,
    #hero-carousel .carousel-control-prev:hover {
        opacity: 1;
    }
}

@media all and (min-width: 768px) {
    #hero-carousel .carousel-control-next,
    #hero-carousel .carousel-control-prev {
        width: 10%;
    }
}

@media all and (min-width: 992px) {
    #hero-carousel .carousel-control-next,
    #hero-carousel .carousel-control-prev {
        width: 8%;
    }
}

@media all and (min-width: 1200px) {
    #hero-carousel .carousel-control-next,
    #hero-carousel .carousel-control-prev {
        width: 6.5%;
    }
}


/* -- HotLink --*/

#hotlinks {
    background-image: url(../img/6570192_1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #d3d4d8;
    height: 100%;
    margin-top: 4px;
}

#hotlinks .row {
    align-content: end;
    height: 100%;
    padding: 0.75rem;
}

#hotlinks a.menu-hotlinks {
    text-align: center;
    background: linear-gradient( 180deg, #0399ef 0%, #2239a7 100%);
    background-color: #2239a7;
    color: #ffffff;
    width: 100%;
    display: block;
}

#hotlinks a.menu-hotlinks:hover,
#hotlinks a.menu-hotlinks.active {
    color: #fff;
    background: linear-gradient( 180deg, #0399ef 0%, #2239a7 0%);
    background-color: #2239a7;
    background-color: #00aca6;
    text-shadow: 1.5px 1.5px 1.5px #333333;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
}

@media all and (max-width: 767px) {
    #hotlinks {
        margin-top: 0;
    }
    #hotlinks .row {
        margin: 0;
        padding: 0;
    }
    #hotlinks .container,
    #hotlinks .col-4 {
        padding: 0!important;
        border-top: solid 0.05rem #fff;
    }
    #hotlinks a.menu-hotlinks {
        font-size: 1.3em;
        line-height: 1.05em;
        padding: 1rem 0.75rem;
        text-align: center;
    }
    #hotlinks .col-4+.col-4 {
        border-left: solid 0.15rem #fff;
    }
    #hotlinks a.menu-hotlinks i {
        display: block;
        margin-bottom: 0.5rem;
        font-size: 2em;
    }
}

@media all and (min-width: 768px) {
    #hotlinks {
        margin-top: 0;
    }
    #hotlinks .row {
        padding: 0;
    }
    #hotlinks a.menu-hotlinks {
        font-size: 0.65rem;
        line-height: 0.65rem;
        padding: 0.3rem 0.05rem;
        text-align: center;
    }
    #hotlinks .col-4+.col-4 {
        border-left: solid 1px #ffffff;
    }
    #hotlinks a.menu-hotlinks i {
        margin-bottom: 0.25rem;
        font-size: 0.95rem;
        display: block;
    }
}

@media all and (min-width: 992px) {
    #hotlinks a.menu-hotlinks i {
        margin-bottom: 0.35rem;
        font-size: 1.2rem;
    }
    #hotlinks a.menu-hotlinks {
        font-size: 0.85em;
        line-height: 0.85rem;
        padding: 0.4rem 0.2rem 0.25rem 0.2rem;
    }
}

@media all and (min-width: 1200px) {
    #hotlinks a.menu-hotlinks i {
        margin-bottom: 0.35rem;
        font-size: 1.35rem;
    }
    #hotlinks a.menu-hotlinks {
        font-size: 1em;
        line-height: 1rem;
    }
}

@media all and (min-width: 1400px) {
    #hotlinks {
        margin-top: 4px;
    }
    #hotlinks .row {
        padding: 0.75rem;
    }
    #hotlinks a.menu-hotlinks {
        font-size: 1.1em;
        line-height: 1.1em;
        padding: 0.52rem 0.4rem;
        text-align: left;
    }
    #hotlinks .col-4:last-child a.menu-hotlinks {
        display: flex;
    }
    #hotlinks .col-4 a.menu-hotlinks i {
        font-size: 1em;
        margin-right: 0.45rem;
        margin-bottom: 0;
        display: unset;
    }
}


/* -- Member Zone --*/

#member-zone {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1.5rem 0 2rem 0;
    margin-bottom: 1.5rem;
}

.member-title {
    border-top: solid 2px #254a77;
    height: 18px;
    margin-bottom: 2.5rem;
}

.member-title h5 {
    position: absolute;
    padding: 4px 15px;
    background-color: #254a77;
    color: #ffffff;
    font-size: 1.5rem!important;
    font-weight: 700;
    margin-top: -1.3rem;
}

@media screen and (max-width: 767px) {
    #member-zone {
        padding: 2.5rem 0;
    }
    #member-zone .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .member-title h5 {
        font-size: 1.25rem;
    }
}


/* -- Content --*/

.header-title {
    border-top: solid 1px #e0e0e0;
    height: 18px;
    margin-bottom: 1rem;
    display: flex;
}

.header-title h5 {
    position: absolute;
    padding: 4px 15px 4px 0px;
    background-color: #ffffff;
    color: #254a77;
    font-size: 1.5rem;
    margin-top: -1.3rem;
}

.header-title h5 i {
    vertical-align: middle;
    margin: 0 0.25rem;
}

.header-title a {
    margin-left: auto;
    margin-right: 0px;
    background-color: #ffffff;
    color: #bbbbbb;
    margin-top: -1rem;
    padding: 0 0 0 8px;
}

.page-title {
    border-top: solid 2px #254a77;
    height: 22px;
    margin-bottom: 1.5rem;
}

.page-title h5 {
    position: absolute;
    padding: 8px 15px;
    background: linear-gradient( 180deg, rgb(64, 154, 218) 0%, #254a77 100%);
    background-color: #254a77;
    color: #ffffff;
    font-size: 1.55rem;
    font-weight: 400;
    margin-top: -1.75rem;
}

@media screen and (max-width: 767px) {
    .header-title h5 {
        font-size: 1.4rem;
        margin-right: 15px;
    }
    .header-title h5 span {
        font-size: 0.9rem;
        display: block;
        margin-top: -1rem;
    }
    .header-title h5 span.hidden,
    .hidden-xs {
        display: none;
    }
    .header-title h5 span i {
        display: none;
    }
    .header-title h5.wcmore {
        margin-right: 135px;
        padding-right: 0;
    }
}


/* -- Thumbnail --*/

.thumb-wrapper {
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-content: center;
    border: 1px solid rgba(0, 0, 0, .175);
    border-bottom: none;
    border-radius: 0;
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
    height: 195px;
}

.thumb-wrapper img {
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all .3s;
}

.thumb-wrapper img {
    width: 100%;
    height: auto;
}

.h-content .thumb-wrapper {
    width: 35%;
    border: none;
    max-height: 105px;
}

@media screen and (max-width: 991px) {
    .h-content .thumb-wrapper {
        width: 100%;
        height: 185px;
        max-height: none;
        margin-bottom: 1rem;
    }
    .row-listall .h-content .thumb-wrapper {
        height: 155px;
        margin-bottom: 0.5rem;
    }
    .row-newslistall .thumb-wrapper {
        height: 175px;
    }
    .row-hospitallistall .thumb-wrapper {
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    .row-listall .h-content .thumb-wrapper {
        height: 235px;
        margin-bottom: 1rem;
    }
    .row-hospitallistall .thumb-wrapper {
        height: 212px;
    }
}

@media screen and (min-width: 768px) {
    .row-hospitallistall .thumb-wrapper {
        height: 150px;
    }
    .row-hospitallistall .card-content {
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    .h-content .thumb-wrapper {
        width: 40%;
    }
    .row-listall .h-content .thumb-wrapper {
        max-height: 134px;
        margin-bottom: 1rem;
    }
    .row-newslistall .thumb-wrapper {
        height: 155px;
    }
    .row-hospitallistall .thumb-wrapper {
        height: 153px;
    }
}

@media screen and (min-width: 1200px) {
    .h-content .thumb-wrapper {
        width: 45%;
    }
    .row-listall .h-content .thumb-wrapper {
        max-height: 162px;
        margin-bottom: 1rem;
    }
    .row-newslistall .thumb-wrapper {
        height: 188px;
    }
    .row-hospitallistall .thumb-wrapper {
        height: 135px;
    }
}

@media screen and (min-width: 1400px) {
    .h-content .thumb-wrapper {
        width: 35%;
    }
    .row-listall .h-content .thumb-wrapper {
        max-height: 163px;
        margin-bottom: 1rem;
    }
    .row-newslistall .thumb-wrapper {
        height: 220px;
    }
    .row-hospitallistall .thumb-wrapper {
        height: 160px;
    }
}


/*----- Content List -----*/

.content-wrapper {
    padding: 2rem 0;
    background: #cef0df url(../img/1938.jpg);
    background-position: center;
    /*
    background-size: cover;
    background-repeat: no-repeat;
    */
    display: 60vh;
}

.card-content {
    border-radius: 0;
    border-bottom: solid 2px #254a77;
}

.card-content .card-body {
    padding: 1rem;
}

.card-content h5 {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    max-height: 3.1rem;
    line-height: 1.6rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.card-content p {
    display: -webkit-box;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    max-height: 4.5em;
    margin-bottom: 0;
}

.content-text {
    line-height: 1.6rem;
}

.content-text a {
    color: #337ab7;
}

.content-text a:hover,
.content-text a:active {
    color: #23527c;
    text-decoration: none;
}

.content-img {
    width: 100%;
    max-width: 450px;
}

.h-content a,
#alpha-detail {
    display: flex;
    border-bottom: solid 2px #254a77;
}

.h-content-green a,
.row-newslistall .h-content-green .card-content,
#alpha-detail {
    border-bottom: solid 2px #00aca6;
}

.row-druglistall .card-content {
    height: auto;
    background-color: #f9f9f9;
    border: solid 1px rgba(0, 0, 0, .175);
    border-bottom: solid 2px #254a77;
    width: 100%;
}

.row-druglistall .card-content .card-body {
    padding: 1rem;
}

#medical-exam-schedule #alpha-detail {
    align-items: center;
}

.row-newslistall .h-content-green a .card-content {
    background-color: #f9f9f9;
}

.row-hospitallistall .card-content h5 {
    font-size: 1.05rem;
    line-height: 1.2rem;
}

.row-druglistall .card-content h4 {
    font-weight: 700;
    color: #254a77;
}

.row-hospitallistall a .card-content .card-body {
    text-align: center;
    padding: 0.75rem 0.15rem;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-hospitallistall a:hover .card-content .card-body {
    color: #fff;
    background-color: #00aca6;
    text-shadow: 1.5px 1.5px 1.5px #333333;
}

.row-hospitallistall a .card-content .card-body h5 {
    margin: 0;
}

.row-memberarticle h5,
.row-membernewslistall h5 {
    color: #416482;
}

.row-memberarticle :hover h5,
.row-membernewslistall :hover h5 {
    color: #254a77;
}

.row-announcelist .card-content {
    height: auto;
    border: solid 1px rgba(0, 0, 0, .175);
    border-bottom: solid 2px #254a77;
    width: 100%;
}

.row-announcelist .card-content .card-body {
    padding: 0.75rem 1rem;
}

.row-announcelist .card-content .card-body .m-announce,
.row-announcelist .card-content .card-body .s-announce {
    display: flex;
    align-items: center;
}

.row-announcelist .card-content .card-body .i-announce {
    display: flex;
}

.row-announcelist .card-content .card-body .s-announce {
    padding: 0.5rem 0 0.5rem 2rem;
    border-top: solid 1px rgba(0, 0, 0, .175);
}

.row-announcelist.drug-regist .card-content .card-body .s-announce {
    padding: 0.5rem 0 0.5rem 0rem;
}

.row-announcelist .card-content .card-body .s-announce:first-child {
    border-top: none;
}

.row-announcelist .card-content .card-body h5,
.row-announcelist .card-content .card-body h6 {
    margin-bottom: 0;
}

.m-announce+.s-announce {
    margin-top: 0.5rem;
}

.row-announcelist .card-content .card-body .m-announce .icon-announce {
    height: 38px;
    margin-right: 0.5rem;
}

.row-announcelist .card-content .card-body .s-announce .icon-announce {
    height: 28px;
    margin-right: 0.5rem;
}

.row-announcelist .card-content .card-body .i-announce .icon-announce {
    height: 120px;
    margin-right: 1.25rem;
}

.row-announcelist .card-content .card-body .i-announce.i-list h5 {
    background-color: #254a77;
    color: #fff;
    padding: 0.35rem;
    margin-bottom: 0.25rem;
}

.row-announcelist .card-content .card-body .i-announce.i-list p {
    font-style: italic;
}

.row-meetinglistall .h-content-green .card-content {
    border-bottom: solid 2px #254a77;
}

.row-meetinglistall .card-content .card-body {
    padding: 0.75rem 1rem;
    background-color: #f9f9f9;
}

.row-meetinglistall .card-content h5 {
    -webkit-line-clamp: 4;
    max-height: 6.1rem;
    height: 6.1rem;
    line-height: 1.5rem;
    margin-top: 0.25rem;
    margin-bottom: 0rem;
    color: #254a77;
}

.row-resourcemeeting.row-meetinglistall .card-content h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    -webkit-line-clamp: 3;
    max-height: 4.6rem;
    height: 4.6rem;
}

.row-resourcemeeting.row-meetinglistall .card-content p {
    margin-bottom: 0.25rem;
}

.row-resourcemeeting.row-meetinglistall .h-content-green a:hover .card-content .card-body {
    background-color: #f2f2f2;
}

.row-resourcemeeting.row-meetinglistall .h-content-green:hover .card-content h5,
.row-resourcemeeting.row-meetinglistall .h-content-green:hover .card-content p,
.row-resourcemeeting.row-meetinglistall .h-content-green:hover .card-content i {
    color: #1a3455!important;
}

.row-meetinglistall i {
    color: #1052a1;
    font-size: 1.2rem;
    font-weight: 700;
}

.row-researchlist .card-content {
    height: auto!important;
}

.row-researchlist .card-content h5 {
    -webkit-line-clamp: unset;
    max-height: none;
}

.row-researchlist #main-abstract.card-content {
    background-color: #254a77;
}

.row-researchlist #main-abstract.card-content h5,
.row-researchlist #main-abstract.card-content i,
.row-researchlist #main-abstract.card-content .bt-view,
.row-researchlist #main-abstract.card-content .bt-view a {
    color: #fff;
    margin-bottom: 0;
}

.row-researchlist #main-abstract.card-content h5 {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

.row-researchlist #main-abstract.card-content .bt-view a:hover,
.row-researchlist #main-abstract.card-content .bt-view a:hover i {
    color: #00aca6;
}

.row-researchlist #main-abstract.card-content .bt-view a:hover {
    border: solid 1px #00aca6;
    background-color: #eee;
}

.row-researchlist .icon-research {
    font-size: 1.5em;
    vertical-align: bottom;
    margin-right: 0.5rem;
}

.bt-view {
    margin-left: auto;
    margin-right: 0;
}

.bt-view a {
    color: #254a77;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    border: solid 1px rgba(0, 0, 0, 0);
}

.bt-view a:hover {
    background-color: #f9f9f9;
    color: #00aca6;
    border: solid 1px rgba(0, 0, 0, .175);
}

.row-announcelist .card-content .card-body .i-announce .bt-view {
    align-items: center;
    display: flex;
}

.h-content .card-content {
    width: 65%;
    border: none;
}

.h-content .card-content .card-body {
    padding-top: 0;
    padding-bottom: 1rem;
}

.h-content+.h-content {
    margin-top: 0.5rem;
}

#news .h-content+.h-content,
#article .h-content+.h-content {
    margin-top: 0;
}

#medical-exam-schedule #alpha-detail .card-content {
    height: auto;
}

@media screen and (max-width: 991px) {
    .h-content,
    .h-content a,
    #alpha-detail {
        display: block;
    }
    .h-content .card-content {
        width: 100%;
    }
    .h-content .card-content .card-body {
        padding: 0 0.5rem 1.5rem 0.5rem;
    }
    .row-hospitallistall .h-content-green {
        width: 50%;
    }
    .card-content h5 {
        -webkit-line-clamp: 3;
        max-height: 4.7rem;
    }
}

@media handheld,
screen and (max-width: 767px) {
    .row-hospitallistall .h-content-green {
        width: 100%;
    }
    .card-content h5 {
        -webkit-line-clamp: 2;
        max-height: 3.1rem;
    }
    .m-announce,
    .s-announce {
        margin-bottom: 2rem;
    }
    .bt-view {
        position: absolute;
        right: 0.75rem;
        margin-bottom: -4rem;
    }
    .m-announce .bt-view {
        margin-bottom: -4.75rem;
    }
    .row-researchlist .bt-view {
        position: relative;
        right: auto;
        margin: 1rem 0 0 -1rem;
    }
    .row-announcelist .card-content .card-body .i-announce {
        display: block;
    }
    .row-announcelist .card-content .card-body .i-announce .icon-announce {
        height: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
    .row-announcelist .card-content .card-body .i-announce.i-list h5 {
        -webkit-line-clamp: unset;
        max-height: unset;
    }
    .row-announcelist .card-content .card-body .i-announce .bt-view {
        position: relative;
        right: 0;
        margin-bottom: 10px;
        text-align: end;
        margin-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    .card-content {
        height: 170px;
    }
    .row-doctorlistall .card-content {
        height: 130px;
    }
    .row-hospitallistall .h-content-green {
        width: 33.3333333333%;
    }
    .row-newslistall.row-hospitallistall .card-content {
        height: 70px;
    }
    .row-resourcemeeting .card-content {
        height: 160px;
    }
    .row-hospitallistall .card-content h5 {
        -webkit-line-clamp: unset;
        max-height: none;
    }
    .row-researchlist .bt-view {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 992px) {
    .h-content,
    .h-content a,
    #alpha-detail {
        display: flex;
    }
    .h-content .card-content {
        width: 60%;
    }
    .h-content .card-content .card-body {
        padding-bottom: 1rem;
    }
    .card-content {
        height: 155px;
    }
    .row-doctorlistall .card-content {
        height: 105px;
    }
    .row-hospitallistall .h-content-green {
        width: 25%;
    }
}

@media screen and (min-width: 1200px) {
    .h-content .card-content {
        width: 65%;
    }
    .h-content .card-content .card-body {
        padding-bottom: 1.5rem;
    }
    .card-content {
        height: 140px;
    }
    .row-newslistall .card-content {
        height: 155px;
    }
    .row-doctorlistall .card-content {
        height: 120px;
    }
    .row-hospitallistall .h-content-green {
        width: 20%;
    }
    .row-resourcemeeting .card-content {
        height: 160px;
    }
}


/*----- Social Share -----*/

.social-share {
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: end;
}

.social-share>li {
    display: inline-block;
    height: inherit;
    padding: 0;
    margin: 0 12px 12px 0;
}

.social-share li a {
    color: rgba(255, 255, 255, 0.85);
    text-transform: none;
}

.social-share [class^=fab],
.social-share [class^=fa] {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 50%;
    color: #b3b3b3;
    transition: background-color 250ms, border 250ms;
}

.social-share li a:hover .fa-facebook-f {
    background-color: #1778F2;
    border-color: #1778F2;
    color: #fff;
}

.social-share li a:hover .fa-twitter {
    background-color: #00acee;
    border-color: #00acee;
    color: #fff;
}

.social-share li a:hover .fa-youtube {
    background-color: #FF0000;
    border-color: #FF0000;
    color: #fff;
}

.social-share li a:hover .fa-instagram {
    background-color: transparent;
    border-color: transparent;
    background-image: url(https://www.thethaicancer.com/public/assets/img/ig_background.jpg);
    background-size: contain;
    color: #fff;
}


/*----- news2member -----*/

#news2member .thumb-wrapper {
    height: 220px;
}

#news2member .card-content {
    min-height: 165px;
}

@media screen and (max-width: 767px) {
    #news2member .thumb-wrapper {
        height: 180px;
    }
    #news2member .card-content {
        min-height: 130px;
    }
}

@media screen and (min-width: 768px) {
    #news2member .thumb-wrapper {
        height: 165px;
    }
    #news2member .card-content {
        min-height: 165px;
    }
}

@media screen and (min-width: 1200px) {
    #news2member .thumb-wrapper {
        height: 220px;
    }
    #news2member .card-content {
        min-height: 165px;
    }
}


/*-- Embed Responsive --*/

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* -- Breadcrumb --*/

.nav-breadcrumb {
    background-color: rgb(248, 249, 250);
    padding: 4px 10px;
}

.nav-breadcrumb .breadcrumb {
    margin-bottom: 0;
    font-size: 0.8rem;
}

.nav-breadcrumb .breadcrumb a {
    color: #416482;
}

.nav-breadcrumb .breadcrumb a:hover,
.nav-breadcrumb .breadcrumb a:focus {
    text-decoration: none;
    color: #00aca6;
}

#relatelink img {
    width: 100%;
}


/* -- Navs & Pills --*/

.nav-pills .nav-link {
    color: #333;
    background-color: #eee;
    border: solid 1px #ddd;
    text-shadow: none;
    border-radius: 0;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
}

#v-pills-tab.nav-pills .nav-link {
    margin-bottom: 0.35rem;
    padding: 0.75rem 0;
    font-size: 1.1rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.nav-pills .nav-link:hover {
    color: #fff;
    background-color: #00aca6;
    text-shadow: 1.5px 1.5px 1.5px #333333;
}


/* -- Pagination --*/

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #254a77;
    border-color: #254a77;
}

.member-nav .page-link:hover {
    border-left-color: #fff;
    border-right: solid 2px #fff;
}

.active>.page-link,
.page-link.active {
    z-index: 2;
    color: #ffffff;
    background-color: #00aca6;
    border-color: #00aca6;
    text-shadow: 1.5px 1.5px 1.5px #333333;
}

.member-nav .active>.page-link,
.member-nav .page-link.active {
    z-index: 2;
    color: #ffffff;
    background-color: #254a77;
    border-color: #254a77;
    text-shadow: 1.5px 1.5px 1.5px #aaa;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    padding: 0.52rem var(--bs-pagination-padding-x);
}


/* -- Alphabet Section --*/

.section-path-title {
    border-top: solid 2px #00aca6;
    height: 18px;
    margin-bottom: -1rem;
    margin-top: 1rem;
}

.section-path-title h5 {
    position: absolute;
    padding: 4px 15px;
    background-color: #00aca6;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: -1.3rem;
}


/* -- Medical & Hospital --*/

#AplhabetList .col,
#RegionList .col,
#ArchiveList .col {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
}

#RegionList .col {
    font-size: 1.2rem;
    font-weight: 400;
}

#RegionList .col.col-topic div {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    background-color: #00aca6;
    border: solid 1px #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#AplhabetList .col a,
#RegionList .col a,
#ArchiveList .col a {
    background-color: #254a77;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 0.4rem 0.25rem;
}

#RegionList .col a,
#ArchiveList .col a {
    padding: 0.75rem 0.25rem;
}

#AplhabetList .col a:hover,
#RegionList .col a:hover,
#RegionList .col a.active,
#ArchiveList .col a:hover,
#ArchiveList .col a.active {
    color: #fff;
    background-color: #00aca6;
    text-shadow: 1.5px 1.5px 1.5px #333333;
}

#RegionList a {
    margin-right: 0.5rem;
}

#RegionList a button {
    margin: 0.25rem 0;
    padding: 0.375rem 0.97rem;
}

.alpha-switch {
    display: flex;
    align-items: center;
    margin: 0 0 0 auto;
}

.alpha-switch a {
    background-color: #eee;
    color: #333;
    font-weight: 600;
    padding: 0.15rem 0.4rem;
}

.alpha-switch a.active {
    background-color: #254a77;
    color: #fff;
}

.alpha-switch a:hover {
    color: #fff;
    background-color: #00aca6;
    text-shadow: 1.5px 1.5px 1.5px #333333;
}

.alpha-switch a.active:hover {
    color: #fff;
    background-color: #254a77;
    text-shadow: none;
}

#alpha-detail {
    width: 100%;
}

#alpha-detail p {
    margin: 0;
}

#nameeng {
    font-weight: 600;
    color: #00aca6;
}

#namethai {
    font-size: 1.15rem;
}

#site {
    color: #777;
    font-size: 0.9rem;
    font-style: italic;
    margin-top: 0.75rem!important;
}

#search-hospital h5 {
    font-size: 1.15rem;
}

#hospital-zone {
    color: #777;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 1.75rem;
}

#hospital-address,
#hospital-phone {
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.9rem;
}

#graduate,
#province {
    font-size: 0.75rem;
    font-style: italic;
    color: #aaa;
    margin-top: -0.25rem!important;
}

#phone,
#lineID,
#email {
    color: #777;
    font-size: 0.9rem;
}

#phone {
    margin-top: 0.75rem!important;
}

#docprofdetail p {
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
    display: flex;
    padding: 7px 0;
    width: 100%;
}

#docprofdetail p label,
#docprofdetail div label {
    font-weight: 600;
    color: #656565;
    width: 78px;
}

#docprofdetail p label span,
.form-label span {
    font-weight: 300;
    font-size: 0.75rem;
    font-style: italic;
}

#doc-workplace {
    display: flex;
    align-items: start;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
}

#doc-workplace .wp-edit {
    display: flex;
    margin: 0 0 0 auto;
}

#doc-workplace h5 {
    font-size: 1.1rem;
    margin-bottom: 0;
}

#doc-workplace h5 span {
    font-size: 0.85rem;
    font-weight: 300;
}

#doc-workplace p {
    margin-bottom: 0;
}

.wp-icon {
    width: 60px;
    margin-right: 0.75rem;
}

.wp-edit a {
    font-size: 0.85rem;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 0.75em;
    color: #416482;
    border: solid 1px #dfdfdf;
}

.wp-edit a:hover,
.wp-add a:hover {
    background-color: #dfdfdf;
}

.wp-add {
    display: flex;
    justify-content: end;
}

.wp-add a {
    display: flex;
    align-items: center;
    border: solid 1px #dfdfdf;
    padding: 0.5rem;
    border-radius: 0.375rem;
}

.wp-add a i {
    font-size: 1rem;
    margin-right: 0.3rem;
}

@media screen and (max-width: 767px) {
    #alpha-detail .thumb-wrapper {
        height: auto;
    }
    #docdetail {
        text-align: center;
    }
    #v-pills-tab.nav-pills .nav-link {
        width: 100%;
    }
    #RegionList {
        margin-top: 2rem!important;
    }
    .wp-icon {
        width: 45px;
    }
}

@media screen and (max-width: 400px) {
    #RegionList a button {
        margin: 0.35rem 0;
        padding: 0.5rem 0.6rem;
    }
}

@media screen and (min-width: 768px) {
    #alpha-detail .thumb-wrapper {
        height: 200px;
    }
    #docdetail {
        text-align: center;
    }
    #alpha-detail.alpha-search-list .thumb-wrapper {
        height: 225px;
    }
    #alpha-detail.alpha-search-list .thumb-wrapper img {
        width: 70%;
        height: auto;
        margin: 0 auto;
        display: flex;
    }
    #alpha-detail.alpha-search-list .card-content {
        height: auto;
    }
    .hospital-wrapper {
        display: flex;
        align-items: start;
    }
}

@media screen and (min-width: 992px) {
    #alpha-detail .thumb-wrapper {
        height: auto;
        max-height: 175px;
        width: 30%;
    }
    #alpha-detail .card-content {
        width: 70%;
    }
    #docdetail {
        text-align: left;
    }
    #alpha-detail.alpha-search-list .thumb-wrapper img {
        width: 1000%;
    }
    #alpha-detail.alpha-search-list .card-content {
        height: auto;
    }
}

@media screen and (min-width: 1200px) {
    #alpha-detail .thumb-wrapper {
        max-height: 100px;
    }
    #alpha-detail.alpha-search-list .thumb-wrapper {
        max-height: none;
        height: 180px;
    }
}

@media screen and (min-width: 1400px) {
    #alpha-detail .thumb-wrapper {
        max-height: 115px;
    }
    #alpha-detail.alpha-search-list .thumb-wrapper {
        max-height: 180px;
    }
}