body
{
    background-image: url("../../img/bg-medical.png");
    background-position: center top;
    background-repeat: repeat;
    background-color: #ffffff;
    font-family: "BYekan", "CenturyGothic";
    font-size: 10pt;
    line-height: 2em;
    color: #414042;
    cursor: default;
    direction: rtl;
    overflow-x: hidden;
}
body, html
{
    width: 100%;
    height: 100%;
}
body.body-home
{
    background-image: url("../../img/bg-abstract.png");
    background-position: center 300px;
    background-repeat: repeat;
}

.dir-ltr
{
    direction: ltr !important;
}
.dir-rtl
{
    direction: rtl;
}

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

button:focus
{
    outline:0 !important;
}

.display-none
{
    display: none;
}
.display-inline-block
{
    display: inline-block;
}

.clear-both
{
    clear: both;
}

.tooltip
{
    font-family: "BYekan", "CenturyGothic";
    white-space: nowrap;
}

/* loader-wait */
form .loader-wait
{
    float: right;
}

.disabled
{
    cursor: no-drop !important;
}

/* * */
li
{
    list-style: none;
}

/* line-height */
.line-height-2
{
    line-height: 2em !important;
}

a, i
{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    transition-delay: 0s !important;
}

/*
***********************************************************************************************************************/

.img
{
    position: relative;
    overflow: hidden;
}
.img img
{
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.img:hover img, a:hover .img img
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}

/* width
***********************************************************************************************************************/

.width-100-percent
{
    width: 100%;
}
.width-50-percent
{
    width: 50%;
}
.width-33-percent
{
    width: 33.33%;
}
.width-25-percent
{
    width: 25%;
}
.width-24
{
    width: 24px;
}
.width-40
{
    width: 40px;
}
.width-100
{
    width: 100px !important;
}
.width-120
{
    width: 120px !important;
}
.width-140
{
    width: 140px !important;
}
.width-180
{
    width: 180px;
}
.width-200
{
    width: 200px;
}
.width-max-150
{
    max-width: 150px;
}
.width-max-500
{
    max-width: 500px;
}

/* height
***********************************************************************************************************************/

.height-20
{
    height: 20px !important;
}
.height-120
{
    height: 120px !important;
}
.height-200
{
    height: 200px !important;
}

/* margin
***********************************************************************************************************************/

.m-l-r-auto
{
    margin-right: auto !important;
    margin-left: auto !important;
}

/* top */
.m-t-2
{
    margin-top: 2px !important;
}
.m-t-5
{
    margin-top: 5px !important;
}
.m-t-10
{
    margin-top: 10px !important;
}
.m-t-20
{
    margin-top: 20px !important;
}
.m-t-30
{
    margin-top: 30px !important;
}
.m-t-50
{
    margin-top: 50px !important;
}

/* right */
.m-r-5
{
    margin-right: 5px !important;
}
.m-r-10
{
    margin-right: 10px !important;
}
.m-r-15
{
    margin-right: 15px !important;
}
.m-r-20
{
    margin-right: 20px !important;
}
.m-r-30
{
    margin-right: 30px !important;
}
.m-r-40
{
    margin-right: 40px !important;
}
.m-r-45
{
    margin-right: 45px !important;
}
.m-r-50
{
    margin-right: 50px !important;
}
.m-r-60
{
    margin-right: 60px !important;
}
.m-r-70
{
    margin-right: 70px !important;
}
.m-r-75
{
    margin-right: 75px !important;
}

/* bottom */
.m-b-0
{
    margin-bottom: 0 !important;
}
.m-b-2
{
    margin-bottom: 2px !important;
}
.m-b-10
{
    margin-bottom: 10px !important;
}
.m-b-30
{
    margin-bottom: 30px !important;
}
.m-b-50
{
    margin-bottom: 50px !important;
}

/* left */
.m-l-5
{
    margin-left: 5px !important;
}
.m-l-10
{
    margin-left: 10px !important;
}

/* padding
***********************************************************************************************************************/

.p-0
{
    padding: 0 !important;
}
.p-10
{
    padding: 10px;
}

/* top */
.p-t-0
{
    padding-top: 0;
}

/* right */
.p-r-0
{
    padding-right: 0 !important;
}
.p-r-5
{
    padding-right: 5px !important;
}
.p-r-10
{
    padding-right: 10px !important;
}
.p-r-15
{
    padding-right: 15px !important;
}
.p-r-20
{
    padding-right: 20px !important;
}
.p-r-25
{
    padding-right: 25px !important;
}
.p-r-30
{
    padding-right: 30px !important;
}
.p-r-35
{
    padding-right: 35px !important;
}
.p-r-40
{
    padding-right: 40px !important;
}
.p-r-45
{
    padding-right: 45px !important;
}
.p-r-50
{
    padding-right: 50px !important;
}

/* bottom */
.p-b-10
{
    padding-bottom: 10px !important;
}
.p-b-70
{
    padding-bottom: 70px !important;
}

/* left */
.p-l-0
{
    padding-left: 0 !important;
}
.p-l-5
{
    padding-left: 5px !important;
}
.p-l-10
{
    padding-left: 10px !important;
}
.p-l-15
{
    padding-left: 15px !important;
}
.p-l-20
{
    padding-left: 20px !important;
}
.p-l-25
{
    padding-left: 25px !important;
}
.p-l-30
{
    padding-left: 30px !important;
}
.p-l-35
{
    padding-left: 35px !important;
}
.p-l-40
{
    padding-left: 40px !important;
}
.p-l-45
{
    padding-left: 45px !important;
}
.p-l-50
{
    padding-left: 50px !important;
}

/*
***********************************************************************************************************************/

.font-size-8
{
    font-size: 8pt;
}
.font-size-9
{
    font-size: 9pt;
}
.font-size-10
{
    font-size: 10pt;
}
.font-size-12
{
    font-size: 12pt;
}
.font-size-14
{
    font-size: 14pt;
}

.font-en
{
    font-family: "CenturyGothic" !important;
}
.font-bold
{
    font-weight: bold !important;
}
.font-normal
{
    font-weight: normal;
}

/* *** */
::-webkit-input-placeholder
{
    font-family: "BYekan", "CenturyGothic";
    direction: rtl;
}
:-moz-placeholder
{
    font-family: "BYekan", "CenturyGothic";
    direction: rtl;
}
::-moz-placeholder
{
    font-family: "BYekan", "CenturyGothic";
    direction: rtl;
}
:-ms-input-placeholder
{
    font-family: "BYekan", "CenturyGothic";
    direction: rtl;
}

::-webkit-input-placeholder
{
    color: #414042!important
}
:-moz-placeholder
{
    color: #414042!important
}
::-moz-placeholder
{
    color: #414042!important
}
:-ms-input-placeholder
{
    color: #414042!important
}

/* *** */
::selection
{
    background-color: #ed1c24;
    color: #ffffff;
}
::-moz-selection
{
    background-color: #ed1c24;
    color: #ffffff;
}

/* *** */
.letter-spacing-0-3
{
    letter-spacing: 0.3em;
}

/* *** */
.form-horizontal .control-label
{
    text-align: right;
}

/*
***********************************************************************************************************************/

.float-right
{
    float: right !important;
}
.float-left
{
    float: left !important;
}
.float-none
{
    float: none;
}

/*
***********************************************************************************************************************/

a, a:visited, a:focus
{
    color: #414042;
}
a:hover
{
    color: #ed1c24;
}

/*
***********************************************************************************************************************/

.btn-circle, a.btn-circle
{
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
    color: #ffffff;
}

/*
***********************************************************************************************************************/

.divider-black
{
    fill: #414042;
}
.divider-red
{
    fill: #ed1c24;
}

/*
***********************************************************************************************************************/

.page-content
{
    padding-bottom: 50px;
}

/* pagination
***********************************************************************************************************************/

.pagination-box
{
    text-align: center;
    padding-top: 40px;
    clear: both;
}
.pagination
{
    margin: 0;
}
.pagination li
{
    float: left;
}
.pagination a, .pagination a:visited,
.pagination li span, .pagination li span:focus, .pagination li span:hover
{
    background-color: #f9f9f9 !important;
    color: #414042 !important;
    font-size: 11pt;
    padding: 7px 14px 5px 14px !important;
    margin: 0 3px !important;
    border: 0 !important;
    border-bottom: 2px solid #f9f9f9 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.pagination a:hover, .pagination li.active a
{
    color: #ed1c24 !important;
    border-bottom: 2px solid #ed1c24 !important;
}

/* file btn
***********************************************************************************************************************/

.input-file-box
{
    background: #f7f7f7;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 0 2px 2px;
}
.input-file-box:hover
{
    background: #f0f0f0;
}

.input-file-box .fa
{
    background-color: transparent;
    border: 0;
}

/* * */
.input-file-no-image-box
{
}
.input-file-no-image-box .file-name
{
    float: right;
    margin: 10px 5px 5px 5px;
    direction: ltr;
}
.input-file-no-image-box .fas
{
    color: #414042;
    font-weight: 900;
    float: left;
    margin: 5px;
}

/* image */
.input-file-image-box
{
    width: 100px;
    height: 100px;
}
.input-file-image-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.input-file-image-box .fas
{
    color: #414042;
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.input-file-btn-box
{
    width: 100%;
    height: 100%;
}

/*
***********************************************************************************************************************/

.form-group.form-group-label-floating
{
    margin: 0 0 1.5rem 0;
    position: relative;
}
.form-group.form-group-label-floating .form-control-placeholder
{
    width: 100%;
    font-weight: normal;
    padding: 6px 12px;
    position: absolute;
    top: 0;
    transition: all 200ms;
    cursor: text;
}
.form-group.form-group-label-floating input:focus~.form-control-placeholder,
.form-group.form-group-label-floating textarea:focus~.form-control-placeholder,
.form-group.form-group-label-floating.valid .form-control-placeholder
{
    font-size: 8pt;
    top: -28px;
    opacity: 0.7;
}

/*
***********************************************************************************************************************/

.showSweetAlert .fa.fa-circle
{
    color: #a6a6a6;
    font-size: 6pt;
}
.showSweetAlert p
{
    color: #414042;
    font-size: 10pt;
    line-height: 2em;
}

/*
***********************************************************************************************************************/

.form-star
{
    color: #a6a6a6;
    font-size: 7pt;
    margin-right: 5px;
}

/* light gallery
***********************************************************************************************************************/

body.lg-on
{
    overflow: hidden;
}
.lg-backdrop
{
    background-color: rgba(237, 28, 36, 0.5);
}

/* top
***********************************************************************************************************************/

.top-bar
{
    background-color: #414042;
    padding: 15px 0;
}

/* *** */

.top-bar .logo-box
{
    float: right;
}
.top-bar .logo-box .logo
{
    float: right;
}
.top-bar .logo-box .logo img
{
    width: 100%;
    max-width: 72px;
}
.top-bar .logo-box a.title, .top-bar .logo-box a.title:visited
{
    color: #ffffff;
    float: right;
    text-align: justify;
    text-align-last: justify;
    margin: 15px 5px 0 0;
}
.top-bar .logo-box a.title:hover
{
    color: #ed1c24;
}
.top-bar .logo-box .title h1
{
    font-size: 16pt;
    margin: 0;
}
.top-bar .logo-box .title h2
{
    color: #818181;
    font-size: 12pt;
    margin: 10px 0 0 0;
}

/* *** */

.top-bar .social-tel
{
    text-align: left;
    margin-top: 10px;
}
.top-bar .social-tel .tel
{
    color: #818181;
    direction: ltr;
}
.top-bar .social-tel .tel span
{
    font-size: 14pt;
    letter-spacing: 10px;
    margin-left: 10px;
}
.top-bar .social-tel .tel .fa
{
    width: 30px;
    font-size: 12pt;
}
.top-bar .social-tel ul
{
    clear: both;
    margin: 5px 0 0 0;
    padding: 0;
    position: relative;
}
.top-bar .social-tel ul li
{
    text-align: center;
    display: inline-block;
}
.top-bar .social-tel ul li a, .top-bar .social-tel ul li a:visited
{
    width: 30px;
    color: #818181;
    font-size: 12pt;
    display: inline-block;
}
.top-bar .social-tel ul li a:hover
{
    color: #ed1c24;
}
.top-bar .social-tel ul li a .fab
{
    margin-top: 5px;
}

@media (max-width: 767px)
{
    .top-bar .logo-box
    {
        text-align: center;
        float: none;
    }
    .top-bar .logo-box .logo
    {
        width: 100%;
    }
    .top-bar .logo-box a.title, .top-bar .logo-box a.title:visited
    {
        float: none;
        display: inline-block;
        margin: 20px 0 0 0;
    }
    .top-bar .social-tel
    {
        display: none;
    }
}

/* menu
***********************************************************************************************************************/

.menu-bar
{
    background-color: #414042;
}

/* *** */

.menu-bar .menu .navbar-default
{
    background-color: transparent;
    min-height: 10px;
    border: 0;
    border-top: 0.5px solid #818181;
    border-radius: 0;
    margin: 0;
    padding: 20px 0 10px 0;
}
.menu-bar .menu .navbar-collapse
{
    text-align: center;
    padding: 0;
}
.menu-bar .menu .navbar-nav
{
    float: none;
    display: inline-block;
}
.menu-bar .menu li
{
    float: right !important;
    padding: 0 15px;
}/*
.menu-bar .menu li:first-child
{
    padding-right: 0;
}*/
.menu-bar .menu li a, .menu-bar .menu li a:visited
{
    color: #a6a6a6 !important;
    font-size: 10pt !important;
    float: right !important;/*
    margin-top: 30px;*/
    padding: 0;
}
.menu-bar .menu li a:hover, .menu-bar .menu .dropdown-menu li a:hover
{
    color: #ed1c24 !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
    color: #ed1c24 !important;
}
.menu-bar .menu .dropdown-menu
{
    background-color: #414042;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0 !important;
    text-align: justify;
    direction: rtl;
}
.menu-bar .menu .dropdown-menu li
{
    width: 100% !important;
    float: right !important;
}
.menu-bar .menu .dropdown-menu li a, .menu-bar .menu .dropdown-menu li a:focus
{
    background-color: #ffffff !important;
    width: 100% !important;
    color: #414042 !important;
    font-size: 10pt !important;
    float: right !important;/*
    padding: 10px !important;*/
    padding: 0 !important;
    border: 0 !important;
}
.menu-bar .menu .dropdown-menu li a:hover
{
    background-color: #ffffff !important;
    color: #ed1c24 !important;
}

/* *** */

@media (max-width: 1199px)
{
    .menu-bar .menu li
    {
        padding: 0 10px;
    }
    .menu-bar .menu li a, .menu-bar .menu li a:visited
    {/*
        padding-right: 8px;
        padding-left: 8px;*/
    }
}
@media (max-width: 991px)
{
    .menu-bar .menu li
    {
        width: 50% !important;
        float: right !important;
        padding: 0;
    }
    .menu-bar .menu li a
    {
        width: 100% !important;
        float: right !important;
        text-align: right;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .menu-bar .menu li a:hover
    {
        color: #ed1c24 !important;
    }
    .menu-bar .menu .dropdown-menu
    {
        background-color: transparent;
        width: 100%;
        border-bottom: 3px solid transparent !important;
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1000;
    }

    /*******/

    .menu-bar .menu .navbar-header
    {
        width: 100%;
    }
    .menu-bar .menu .navbar-toggle
    {
        color: #ffffff !important;
        float: right;
        padding: 0;
        display: block;
        border: 0;
    }
    .navbar-default .navbar-toggle .icon-bar
    {
        background-color: #ffffff;
    }
    .navbar-default .navbar-toggle:hover .icon-bar
    {
        background-color: #ed1c24;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover
    {
        background-color: transparent;
    }

    /*******/

    .menu-bar .menu .navbar-default
    {
        padding: 20px 0;
    }
    .menu-bar .menu .navbar-collapse
    {
        border: 0;
        padding: 0 15px;
        clear: both;
        box-shadow: none;
    }
    .menu-bar .menu .navbar-collapse.collapse
    {
        display: none !important;
    }
    .menu-bar .menu .navbar-nav
    {
        float: none !important;
        margin: 10px -15px 0 -15px;
    }
    .menu-bar .menu .navbar-collapse.collapse.in
    {
        display: block !important;
        overflow: visible !important;
    }
    .menu-bar .menu .collapsing
    {
        overflow: hidden !important;
    }
    .menu-bar .menu .navbar-nav
    {
        float: right;
        display: inherit;
    }
}
@media (max-width: 400px)
{
    .menu-bar .menu li
    {
        width: 100% !important;
    }

    .menu-bar .menu .navbar-toggle
    {
        margin-top: 30px;
    }
}

/* banner-bar
***********************************************************************************************************************/

.banner-bar
{
    background-color: #414042;
    width: 100%;
    height: 56%;
    float: left;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.banner-bar .banner-box
{
    background-color: #ffffff;
    width: 100%;
    height: 56%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.banner-bar .banner-box:before
{
    content: "";
    display: block;
    padding-top: 56%;
}

.banner-bar .banner-box .swiper-container
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-bar .banner-box .swiper-slide a
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
}
.banner-bar .banner-box .swiper-slide img
{
    width: 100%;
    height: 100%;
    float: right;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.banner-bar .banner-box .swiper-slide video
{/*
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
*/
    position: absolute;
    top: 0;
    left: 0;
}

.banner-bar .banner-box .swiper-slide .des-box
{
    position: absolute;
    bottom: 70px;
    right: 100px;
}
.banner-bar .banner-box .swiper-slide .des-box .des-item
{
    background-color: rgba(237, 28, 36, 0.7);
    width: auto;
    color: #ffffff;
    font-size: 12pt;
    float: right;
    clear: both;
    padding: 5px 15px;
    margin-bottom: 5px;
}
.banner-bar .banner-box .swiper-slide .des-box .des-item:last-child
{
    margin-bottom: 0;
}

.banner-bar .swiper-pagination .swiper-pagination-bullet
{
    background-color: #ffffff;
    width: 30px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    box-shadow: 0 5px 30px -5px #000000;
    margin: 0 2px !important;
    border-radius: 0 !important;
}
.banner-bar .swiper-pagination .swiper-pagination-bullet-active
{
    background-color: #ed1c24;
    opacity: 0.7;
    -moz-opacity: 0.7;
}

.banner-bar .swiper-button-next, .banner-bar .swiper-button-prev
{
    background-image: none;
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    color: rgba(237, 28, 36, 0.3);
    font-size: 24pt;
    text-align: center;
    padding-top: 5px;
}
.banner-bar .swiper-button-next:hover, .banner-bar .swiper-button-prev:hover
{
    background-color: rgba(255, 255, 255, 0.7);
    color: rgba(237, 28, 36, 1);
}

/* *** */

@media (max-width: 991px)
{
    .banner-bar .banner-box .swiper-slide .des-box
    {
        bottom: 30px;
        right: 50px;
    }
}
@media (max-width: 767px)
{
    .banner-bar .banner-box .swiper-slide .des-box
    {
        bottom: 10px;
        right: 20px;
    }
    .banner-bar .banner-box .swiper-slide .des-box .des-item
    {
        font-size: 9pt;
        padding: 2px 10px;
    }
}
@media (max-width: 550px)
{
    .banner-bar .banner-box .swiper-slide .des-box
    {
        display: none;
    }
}

/* *** */

.banner-bar-divider-bottom
{
    text-align: center;
    clear: both;
}
.banner-bar-divider-bottom img
{
    width: 100%;
    vertical-align: top;
}
.banner-bar-divider-bottom svg
{
    display: block;
}

/* title
***********************************************************************************************************************/

.title-main
{
    color: #414042;
    font-size: 18pt;
    text-align: center;
    margin: 0 0 5px 0;
    position: relative;
}
.title-main.white
{
    color: #ffffff;
}

.title-main-icon
{
    max-width: 160px;
    text-align: center;
    margin: 0 auto 70px auto;
    position: relative;
}
.title-main-icon::before
{
    background-color: #ed1c24;
    width: 60px;
    height: 2px;
    content: "";
    position: absolute;
    right: -15px;
    top: 12px;
}
.title-main-icon::after
{
    background-color: #ed1c24;
    width: 60px;
    height: 2px;
    content: "";
    position: absolute;
    left: -15px;
    top: 12px;
}
.title-main-icon.white::before, .title-main-icon.white::after
{
    background-color: #ffffff;
}

/* *** */

.page-title-box
{
    text-align: center;
}

.page-title-box .breadcrumb
{
    background: none;
    font-size: 9pt;
    color: #a6a6a6;
    padding: 7px 0;
    margin: 0;
}
.page-title-box .breadcrumb > li + li:before
{
    color: #a6a6a6;
    font-family:Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    content: "\f30a";
    vertical-align: middle;
    opacity: 0.7;
}
.page-title-box .breadcrumb a, .page-title-box .breadcrumb a:visited
{
    color: #a6a6a6;
}
.page-title-box .breadcrumb a:hover
{
    color: #ed1c24;
}

/* bottom
***********************************************************************************************************************/

.bottom-bar-divider
{
    background-color: transparent;
    text-align: center;
    clear: both;
}
body.body-home .bottom-bar-divider
{
    background-color: #ffffff;
}
.bottom-bar-divider img
{
    width: 100%;
    vertical-align: bottom;
}
.bottom-bar-divider svg
{
    display: block;
}

/* *** */

.bottom-bar
{
    background-color: #414042;
    width: 100%;
    color: #ffffff;
    font-size: 10pt;
    text-align: center;
    float: right;
    padding-top: 10px;
    position: relative;
    z-index: 10;
}

/* *** */

.bottom-bar .menu .title
{
    color: #818181;
    font-size: 12pt;
    text-align: right;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #818181;
}
.bottom-bar .menu ul
{
    width: 50%;
    float: right;
    margin: 0;
    padding: 0;
}
.bottom-bar .menu ul li
{
    width: 100%;
    font-size: 9pt;
    text-align: right;
    float: right;
    display: inline-block;
}
.bottom-bar .menu ul li .fa
{
    font-size: 6pt;
    margin-left: 7px;
}
.bottom-bar .menu ul li a, .bottom-bar .menu ul li a:visited
{
    color: #a6a6a6;
}
.bottom-bar .menu ul li a:hover
{
    color: #ed1c24;
}

/* *** */

.bottom-bar .contact-ways
{
    margin-top: 50px;
    margin-bottom: 50px;
}
.bottom-bar .contact-ways .icon
{
    position: relative;
}
.bottom-bar .contact-ways .icon .fa
{
    font-size: 16pt;
    background-color: #414042;
    width: 40px;
    height: 40px;
    color: #818181;
    display: inline-block;
    border: 1px solid #818181;
    border-radius: 100%;
    padding-top: 8px;
}
.bottom-bar .contact-ways .des
{
    color: #a6a6a6;
    margin-top: 10px;
}

/* *** */

.bottom-bar .social
{
    margin-bottom: 10px;
}
.bottom-bar .social ul
{
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}
.bottom-bar .social ul:before
{
    background-color: #818181;
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
}
.bottom-bar .social ul li
{
    display: inline-block;
    margin: 0 5px;
}
.bottom-bar .social ul li a, .bottom-bar .social ul li a:visited
{
    background-color: #414042;
    width: 40px;
    height: 40px;
    color: #818181;
    font-size: 16pt;
    display: inline-block;
    border: 1px solid #818181;
    border-radius: 100%;
}
.bottom-bar .social ul li a:hover
{
    background-color: #818181;
    color: #ed1c24;
}
.bottom-bar .social ul li a .fab
{
    margin-top: 8px;
}

/* *** */

.bottom-bar .copy-right-designer
{
    width: 100%;
    color: #818181;
    font-size: 9pt;
    float: right;
    padding: 0 0 10px 0;
    direction: ltr;
}
.bottom-bar .copy-right
{
    float: left;
    text-align: left;
}
.bottom-bar .designer
{
    float: left;
    text-align: right;
}
.bottom-bar .designer a, .bottom-bar .designer a:visited
{
    color: #818181;
}
.bottom-bar .designer a:hover
{
    color: #ed1c24;
}

/* *** */
@media (max-width: 767px)
{
    .bottom-bar .menu ul
    {
        width: 100%;
    }
}
@media (max-width: 600px)
{
    .bottom-bar .contact-ways div[class*="col-"]
    {
        width: 100%;
        margin-bottom: 15px;
    }
    .bottom-bar .contact-ways div[class*="col-"]:last-child
    {
        margin-bottom: 0;
    }

    .bottom-bar .copy-right, .bottom-bar .designer
    {
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 400px)
{
    .bottom-bar .menu div[class*="col-"]
    {
        width: 100%;
    }
    .bottom-bar .menu div[class*="col-"]:nth-child(1)
    {
        margin-bottom: 20px;
    }

    .bottom-bar .social ul li
    {
        display: inline-block;
        margin: 0 2px;
    }
    .bottom-bar .social ul li a, .bottom-bar .social ul li a:visited
    {
        background-color: #414042;
        width: 30px;
        height: 30px;
        color: #818181;
        font-size: 12pt;
        display: inline-block;
        border: 1px solid #818181;
        border-radius: 100%;
    }
    .bottom-bar .social ul li a .fa
    {
        margin-top: 6px;
    }
}

/* page loading-wait
***********************************************************************************************************************/

.page-loading-wait
{
    background-color: rgba(65, 64, 66, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}
.page-loading-wait .sk-spinner
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-loading-wait .sk-spinner div
{
    background-color: #ffffff;
}

/* btn-go-to-top
***********************************************************************************************************************/

.btn-go-to-top
{
    background-color: #06060f;
    width: 50px;
    height: 50px;
    color: #99a9b5 !important;
    font-size: 20pt;
    text-align: center;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1000;
    border-radius: 100%;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.btn-go-to-top.visible
{
    opacity: 0.5;
    visibility: visible;
}

/* department-bar
***********************************************************************************************************************/

.department-bar
{
    background-color: #414042;
    width: 100%;
    color: #ffffff;
    float: right;
    clear: both;
    padding: 40px 0 0 0;
}

.department-bar .department-box a, .department-bar .department-box a:visited
{
    width: 100%;
    color: #a6a6a6;
    text-align: center;
    float: right;
    padding: 0 7px 7px 7px;
    margin-bottom: 64px;
    border: 0.7px solid #818181;
}
.department-bar .department-box a:hover
{
    color: #ffffff;
    border: 0.7px solid #ed1c24;
}
.department-bar .department-box a .img-box
{
    background-color: #818181;
    width: 68px;
    height: 68px;
    margin: -34px auto 0 auto;
    display: block;
    border: 10px solid #414042;
}
.department-bar .department-box a .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: filter 300ms linear;
    -moz-transition: filter 300ms linear;
    -o-transition: filter 300ms linear;
    -ms-transition: filter 300ms linear;
    transition: filter 300ms linear;
    -webkit-transition: -webkit-filter 300ms linear;
    -moz-transition: -webkit-filter 300ms linear;
    -o-transition: -webkit-filter 300ms linear;
    -ms-transition: -webkit-filter 300ms linear;
    transition: -webkit-filter 300ms linear;
}
.department-bar .department-box a:hover .img-box img
{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
.department-bar .department-box a .title
{
    width: 100%;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* *** */

@media (max-width: 767px)
{
    .department-bar
    {
        display: none;
    }
}

/* about-bar
***********************************************************************************************************************/

.page-home .about-bar
{
    text-align: justify;
}

.page-home .about-bar .img-box
{
    text-align: left;
}
.page-home .about-bar .img-box img
{
    width: 100%;
    max-width: 400px;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}

.page-home .about-bar .des-box
{
    padding-top: 70px;
    padding-left: 140px;
}
.page-home .about-bar .des-box .des
{
    max-height: 25em;
    overflow: hidden;
}

/* *** */

@media (max-width: 1199px)
{
    .page-home .about-bar .des-box
    {
        padding-top: 40px;
        padding-left: 80px;
    }
}
@media (max-width: 991px)
{
    .page-home .about-bar .des-box
    {
        padding-top: 30px;
        padding-left: 60px;
    }
    .page-home .about-bar .des-box .des
    {
        max-height: 15em;
    }
}
@media (max-width: 600px)
{
    .page-home .about-bar .img-box, .page-home .about-bar .des-box
    {
        width: 100%;
    }
    .page-home .about-bar .img-box
    {
        text-align: center;
    }
    .page-home .about-bar .des-box
    {
        padding-top: 0;
        padding-left: 15px;
        margin-bottom: 50px;
    }
}

/* services-bar
***********************************************************************************************************************/

.page-home .services-bar
{
    background-color: #ed1c24;
    /*background: -moz-radial-gradient(center, ellipse cover, #ed664e 0%, #ed1c24 65%);
    background: -webkit-radial-gradient(center, ellipse cover, #ed664e 0%,#ed1c24 65%);
    background: radial-gradient(ellipse at center, #ed664e 0%,#ed1c24 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed664e', endColorstr='#ed1c24',GradientType=1 );*/
    width: 100%;
    color: #ffffff;
    text-align: center;
    float: right;
    position: relative;
    z-index: 1;
}

.services-bar-divider-top
{
    width: 100%;
    float: right;
    margin-top: -70px;
    position: relative;
    z-index: 1;
}
.services-bar-divider-top, .services-bar-divider-bottom
{
    text-align: center;
    clear: both;
}
.services-bar-divider-bottom
{
    background-color: #ffffff;
}
.services-bar-divider-top img, .services-bar-divider-bottom img
{
    width: 100%;
    vertical-align: top;
}
.services-bar-divider-top img
{
    vertical-align: bottom;
}
.services-bar-divider-top svg
{
    display: block;
}

.page-home .services-bar ul
{
    width: 50%;
    float: right;
    margin: 0;
}
.page-home .services-bar ul li
{
    width: 100%;
    float: right;
    text-align: justify;
    margin: 3px 0;
}
.page-home .services-bar ul li .icon
{
    width: 32px;
    height: 32px;
    float: right;
    display: block;
    overflow: hidden;
    position: relative;
}
.page-home .services-bar ul li .icon .fa
{
    width: 32px;
    height: 32px;
    color: #c71e00;
    font-size: 13pt;
    text-align: center;
    padding-top: 6px;
    margin-left: 10px;
    display: inline-block;
}
.page-home .services-bar ul li .des
{
    text-align: justify;
    overflow: hidden;
    position: relative;
    display: table;
}

.page-home .services-bar .character
{
    text-align: left;
}
.page-home .services-bar .character img
{
    width: 100%;
    max-width: 200px;
}

/* *** */

@media (max-width: 1199px)
{
    .services-bar-divider-top
    {
        margin-top: -45px;
    }
}
@media (max-width: 991px)
{
    .services-bar-divider-top
    {
        margin-top: -40px;
    }

    .page-home .services-bar ul
    {
        width: 100%;
    }
}
@media (max-width: 767px)
{
    .services-bar-divider-top
    {
        float: none;
        margin-top: -30px;
    }
}
@media (max-width: 400px)
{
    .page-home .services-bar .items
    {
        width: 100%;
    }
    .page-home .services-bar .character
    {
        width: 100%;
    }
}

/* hours-work-bar
***********************************************************************************************************************/

.page-home .hours-work-bar
{
    background-image: url("../../img/bg-medical.png");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: repeat;
    background-size: auto;
    background-color: #ed1c24;
    width: 100%;
    color: #ffffff;
    text-align: center;
    float: right;
    clear: both;
    position: relative;
}

.page-home .hours-work-bar .des-box
{
    font-size: 12pt;
    line-height: 2.5em;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.page-home .hours-work-bar .title-box
{
    min-height: 180px;
    font-size: 20pt;
    float: left;
}
.page-home .hours-work-bar .title-box .title
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-home .hours-work-bar .title-box .title .far
{
    font-size: 50pt;
    margin-bottom: 15pt;
}

/* *** */

@media (max-width: 600px)
{
    .page-home .hours-work-bar
    {
        padding: 40px 0 30px 0;
    }
    .page-home .hours-work-bar .title-box, .page-home .hours-work-bar .des-box
    {
        width: 100%;
    }

    .page-home .hours-work-bar .title-box
    {
        min-height: 30px;
        margin-bottom: 30px;
    }
    .page-home .hours-work-bar .title-box .title
    {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .page-home .hours-work-bar .des-box
    {
        position: relative;
        top: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

/* insurance-bar
***********************************************************************************************************************/

.page-home .insurance-bar
{
    background-color: #ffffff;
    position: relative;
    clear: both;
    padding: 70px 0;
}
.page-home .insurance-bar .insurance-box
{
    position: relative;
}
.page-home .insurance-bar .insurance-box div[class*="col-"]
{
    padding: 0 60px;
}
.page-home .insurance-bar .swiper-wrapper
{
    align-items: center;
}
.page-home .insurance-bar .swiper-slide
{
    width: 80px;
}
.page-home .insurance-bar .swiper-slide img
{
    width: 100%;
}
.page-home .insurance-bar .swiper-pagination .swiper-pagination-bullet
{
    background-color: #ffffff;
    width: 30px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    box-shadow: 0 5px 30px -5px #414042;
    margin: 0 2px !important;
    border-radius: 0 !important;
}
.page-home .insurance-bar .swiper-pagination .swiper-pagination-bullet-active
{
    opacity: 1;
    -moz-opacity: 1;
}
.page-home .insurance-bar .swiper-button
{
    width: 100%;
    text-align: center;
    float: right;
    clear: both;
    margin-top: 30px;
}
.page-home .insurance-bar .swiper-button-next, .page-home .insurance-bar .swiper-button-prev
{
    background-image: none;
    background-color: rgba(237, 28, 36, 0.2);
    width: 50px;
    color: #414042;
    font-size: 20pt;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    -moz-opacity: 0.6;
}
.page-home .insurance-bar .swiper-button-next
{
    right: auto;
    left: 0;
}
.page-home .insurance-bar .swiper-button-prev
{
    right: 0;
    left: auto;
}
.page-home .insurance-bar .swiper-button-next .fa, .page-home .insurance-bar .swiper-button-prev .fa
{
    margin-top: 9px;
}
.page-home .insurance-bar .swiper-button-next:hover, .page-home .insurance-bar .swiper-button-prev:hover
{
    opacity: 1;
    -moz-opacity: 1;
}

/* home - blog
***********************************************************************************************************************/

.page-home .blog-bar
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    padding: 70px 0 70px 0;
}

.page-home .blog-bar .data a
{
    width: 100%;
    float: right;
    position: relative;
}

.page-home .blog-bar .data .img-box
{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.page-home .blog-bar .data .img-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-home .blog-bar .data .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-home .blog-bar .data .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-home .blog-bar .data .date
{
    width: 50px;
    line-height: 1.5em;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.page-home .blog-bar .data .date span
{
    background-color: rgba(237, 28, 36, 0.6);
    width: 50px;
    color: #ffffff;
    float: left;
}

.page-home .blog-bar .data .title-box
{
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
}
.page-home .blog-bar .data .title-box .title-middle
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-home .blog-bar .data .pre-title
{
    width: 100%;
    color: #818181;
    font-size: 9pt;
    line-height: 1.5em;
    margin: 0 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-home .blog-bar .data .title
{
    width: 100%;
    max-height: 3em;
    font-size: 12pt;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
}

/* *** */

@media (max-width: 991px)
{
    .page-home .blog-bar .data div[class*="col-"]:nth-child(1) a, .page-home .blog-bar .data div[class*="col-"]:nth-child(2) a
    {
        margin-bottom: 30px;
    }
}
@media (max-width: 400px)
{
    .page-home .blog-bar .data a
    {
        margin-bottom: 30px;
    }
    .page-home .blog-bar .data div[class*="col-"]:last-child a
    {
        margin-bottom: 0;
    }
    .page-home .blog-bar .data div[class*="col-"]
    {
        width: 100%;
    }

    .page-home .blog-bar .data .title-box
    {
        height: auto;
        padding-top: 15px;
    }
    .page-home .blog-bar .data .title-box .title-middle
    {
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* home - career-opportunities
***********************************************************************************************************************/

.page-home .career-opportunities-bar
{
    background-image: url("../../img/career-opportunities.jpg");
    background-color: #ffffff;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    text-align: center;
    float: right;
}
.page-home .career-opportunities-bar .bg-color
{
    background-color: rgba(65, 64, 66, 0.7);
    width: 100%;
    float: right;
    padding: 100px 0;
}
.page-home .career-opportunities-bar .des
{
    color: #ffffff;
    font-size: 12pt;
    line-height: 2em;
    text-align: center;
}
.page-home .career-opportunities-bar .des a, .page-home .career-opportunities-bar .des a:visited
{
    background: rgba(237, 28, 36, 0.5);
    color: #ffffff;
    padding: 20px 30px;
    display: inline-block;

}
.page-home .career-opportunities-bar .des a:hover
{
    background: rgba(65, 64, 66, 0.2);
    color: #ed1c24;
}

/* *** */

@media (max-width: 600px)
{
    .page-home .career-opportunities-bar div[class*="col-"]
    {
        width: 100%;
        margin: 0;
    }
}

/* home - gallery
***********************************************************************************************************************/

.page-home .gallery-bar
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    padding: 70px 0 50px 0;
}

.page-home .gallery-bar .img-box a
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-home .gallery-bar .img-box a.width-50-percent:before
{
    content: "";
    display: block;
    padding-top: 50%;
}
.page-home .gallery-bar .img-box a.width-25-percent:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-home .gallery-bar .img-box a img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-home .gallery-bar .img-box a:hover img
{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}

.page-home .gallery-bar .img-box a .overlay
{
    background: rgba(237, 28, 36, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.page-home .gallery-bar .img-box a .title
{
    width: 100%;
    color: #ffffff;
    font-size: 14pt;
    text-align: center;
    padding: 15px 20px 30px 20px;
    position: absolute;
    bottom: -100%;
    right: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-home .gallery-bar .img-box a:hover .overlay, .page-home .gallery-bar .img-box a:hover .title
{
    bottom: 0;
}

/* *** */

@media (max-width: 600px)
{
    .page-home .gallery-bar .img-box a
    {
        width: 50%;
    }
    .page-home .gallery-bar .img-box a.width-50-percent:before
    {
        content: "";
        display: block;
        padding-top: 100%;
    }
}
@media (max-width: 350px)
{
    .page-home .gallery-bar .img-box a
    {
        width: 100%;
    }
}

/* career-opportunities
***********************************************************************************************************************/

.page-career-opportunities .des
{
    text-align: justify;
    margin-bottom: 50px;
    position: relative;
}

/* *** */

.page-career-opportunities .form-career-opportunities
{
    width: 100%;
    max-width: 400px;
    margin: 0 auto
}
.page-career-opportunities .form-box input, .page-career-opportunities .form-box select
{
    background-color: rgba(249, 249, 249, 0.7);
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 15px;
    box-shadow: inset 0 0 0 0 transparent;
    border-bottom: 1px solid #cccccc;
    resize: none;
}
.page-career-opportunities .form-box select
{
    margin-bottom: 30px;
}
.page-career-opportunities .form-box input:focus, .page-career-opportunities .form-box select:focus
{
    box-shadow: inset 0 0 0 0 transparent;
    border-bottom: 3px solid #cccccc;
}
.page-career-opportunities .form-box button
{
    background-color: #ed1c24;
    width: auto;
    font-size: 14pt;
    float: left;
    margin-top: 20px;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.page-career-opportunities .form-box button:focus, .page-career-opportunities .form-box button:hover
{
    background-color: #c90008;
    box-shadow: inset 0 0 0 0 transparent;
}
.page-career-opportunities .form-career-opportunities .resume-file-des
{
    text-align: justify
}

/* *** */

@media screen and (max-width: 550px)
{
    .page-career-opportunities .career-opportunities-content .form-box
    {
        width: 100%;
    }
}

/* gallery
***********************************************************************************************************************/

.page-gallery .folder-box
{
    text-align: center;
    margin-bottom: 40px;
}
.page-gallery .folder-box a, .page-gallery .folder-box a:visited
{
    background-color: #f9f9f9;
    padding: 7px 15px 7px 15px;
    margin: 0 3px 7px 3px;
    border-bottom: 2px solid #f9f9f9;
    display: inline-block;
}
.page-gallery .folder-box a:hover, .page-gallery .folder-box a.active
{
    border-bottom: 2px solid #ed1c24;
}

/* *** */

.page-gallery .imgs-box .img-box
{
    position: relative;
    margin-bottom: 30px;
}

.page-gallery .imgs-box .img-box a
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-gallery .imgs-box .img-box a:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-gallery .imgs-box .img-box a img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-gallery .imgs-box .img-box a:hover img
{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}

.page-gallery .imgs-box a .overlay
{
    background: rgba(237, 28, 36, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.page-gallery .imgs-box a .title
{
    width: 100%;
    color: #ffffff;
    font-size: 14pt;
    text-align: center;
    padding: 15px 20px 30px 20px;
    position: absolute;
    bottom: -100%;
    right: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-gallery .imgs-box a:hover .overlay, .page-gallery .imgs-box a:hover .title
{
    bottom: 0;
}

/* *** */

@media screen and (max-width: 400px)
{
    .page-gallery .imgs-box .img-box
    {
        width: 100%;
    }
}

/* video
***********************************************************************************************************************/

.page-video .folder-box
{
    text-align: center;
    margin-bottom: 40px;
}
.page-video .folder-box a, .page-video .folder-box a:visited
{
    background-color: #f9f9f9;
    padding: 7px 15px 7px 15px;
    margin: 0 3px 7px 3px;
    border-bottom: 2px solid #f9f9f9;
    display: inline-block;
}
.page-video .folder-box a:hover, .page-video .folder-box a.active
{
    border-bottom: 2px solid #ed1c24;
}

/* *** */

.page-video .imgs-box .img-box
{
    position: relative;
    margin-bottom: 30px;
}

.page-video .imgs-box .img-box a
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-video .imgs-box .img-box a:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-video .imgs-box .img-box a img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-video .imgs-box .img-box a:hover img
{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}

.page-video .imgs-box a .overlay
{
    background: rgba(237, 28, 36, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.page-video .imgs-box a .title
{
    background: rgba(237, 28, 36, 0.5);
    width: 100%;
    color: #ffffff;
    font-size: 14pt;
    text-align: center;
    padding: 15px 20px 30px 20px;
    position: absolute;
    bottom: 0;/*
    bottom: -100%*/;
    right: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-video .imgs-box a:hover .overlay, .page-video .imgs-box a:hover .title
{
    bottom: 0;
}
.page-video .imgs-box a:hover .title
{
    background: transparent;
}

/* *** */

@media screen and (max-width: 400px)
{
    .page-video .imgs-box .img-box
    {
        width: 100%;
    }
}

/* page-contact
***********************************************************************************************************************/

.page-contact
{
    padding-bottom: 0;
}
body.body-contact .bottom-bar-divider
{
    position: relative;
    margin-top: -100px;
    z-index: 10;
}

.page-contact .title
{
    font-size: 14pt;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #cccccc;
}

/* *** */

.page-contact .data-box
{
    width: 100%;
    color: #414042;
    font-size: 12pt;
    float: right;
    margin-bottom: 30px;
    clear: both;
}
.page-contact .data-box .icon
{
    width: 40px;
    height: 40px;
    color: #818181;
    font-size: 16pt;
    float: right;
    display: block;
}
.page-contact .data-box .des.mail
{

    letter-spacing: 5px;
}

/* *** */

.page-contact .form-box input, .page-contact .form-box textarea
{
    background-color: rgba(249, 249, 249, 0.7);
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin-bottom: 15px;
    box-shadow: inset 0 0 0 0 transparent;
    border-bottom: 1px solid #cccccc;
    resize: none;
}
.page-contact .form-box input:focus, .page-contact .form-box textarea:focus
{
    box-shadow: inset 0 0 0 0 transparent;
    border-bottom: 3px solid #cccccc;
}
.page-contact .form-box textarea
{
    height: 120px
}
.page-contact .form-box button
{
    background-color: #ed1c24;
    width: auto;
    font-size: 14pt;
    float: left;
    margin-top: 20px;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.page-contact .form-box button:focus, .page-contact .form-box button:hover
{
    background-color: #c90008;
    box-shadow: inset 0 0 0 0 transparent;
}

/* *** */

.page-contact .social
{
    background-color: #414042;
    text-align: center;
    padding: 90px 0 50px 0;
    margin-top: 50px;
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
}
.page-contact .social ul
{
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}
.page-contact .social ul li
{
    display: inline-block;
    margin: 0 5px;
}
.page-contact .social ul li a, .page-contact .social ul li a:visited
{
    background-color: #414042;
    width: 40px;
    height: 40px;
    color: #818181;
    font-size: 16pt;
    display: inline-block;
    border: 1px solid #818181;
    border-radius: 100%;
}
.page-contact .social ul li a:hover
{
    background-color: #818181;
    color: #ed1c24;
}
.page-contact .social ul li a .fab
{
    margin-top: 8px;
}

/* *** */

.page-contact .map-box
{
    background-color: #f9f9f9;
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.page-contact .map-box .map
{
    width: 100%;
    height: 700px;
    position: absolute;
    top: -160px;
    left: 0;
    z-index: 10;
}

/* *** */

@media (max-width: 767px)
{
    .page-contact .form-box
    {
        margin-top: 30px;
    }
}

/* faq
***********************************************************************************************************************/

.page-faq .question-answer-box
{
    background-color: #fafafa;
    width: 100%;
    clear: both;
    padding: 40px 30px 30px 30px;
    margin-bottom: 30px;
    display: table;
}
.page-faq .question-answer-box:last-child
{
    margin-bottom: 0 !important;
}
.page-faq .question-answer-box .icon
{
    width: 50px;
    color: #a6a6a6;
    font-size: 30pt;
    float: right;
}
.page-faq .question-answer-box .question
{
    color: #ed1c24;
    font-size: 13pt;
    text-align: justify;
    line-height: 2em;
    padding: 0;
    margin: 0 50px 0 0;
}
.page-faq .question-answer-box .answer
{
    font-size: 10pt;
    text-align: justify;
    line-height: 2em;
    padding: 0;
    margin: 20px 50px 0 0;
}

/* *** */

@media (max-width: 500px)
{
    .page-faq .question-answer-box .icon
    {
        display: none;
    }
    .page-faq .question-answer-box .question, .page-faq .question-answer-box .answer
    {
        margin: 0;
    }
}

/*
***********************************************************************************************************************/

.page-404
{
    height: 100%;
    padding: 0;
    position: relative;
}

.page-404 img
{
    width: 100%;
    max-width: 400px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
}

/* insurance
***********************************************************************************************************************/

.page-insurance .insurance-box .insurance-item
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
    border-bottom: 5px solid #ed1c24;
    margin-bottom: 30px;
}

.page-insurance .insurance-box .img-box
{
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.page-insurance .insurance-box .img-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-insurance .insurance-box .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-insurance .insurance-box .img-box .img img
{
    width: 100%;
    height: 100%;
    padding: 20px;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-insurance .insurance-box .title-box
{
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
}
.page-insurance .insurance-box .title-box .title-middle
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-insurance .insurance-box .title
{
    width: 100%;
    max-height: 3em;
    font-size: 12pt;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
}

/* *** */

@media (max-width: 400px)
{
    .page-insurance .insurance-box div[class*="col-"]
    {
        width: 100%;
    }

    .page-insurance .insurance-box .title-box
    {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-insurance .insurance-box .title-box .title-middle
    {
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* customer-guide
***********************************************************************************************************************/

.page-customer-guide .customer-guide-box .customer-guide-item
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
    border-bottom: 5px solid #ed1c24;
    margin-bottom: 30px;
}

.page-customer-guide .customer-guide-box .img-box
{
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.page-customer-guide .customer-guide-box .img-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-customer-guide .customer-guide-box .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-customer-guide .customer-guide-box .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-customer-guide .customer-guide-box .title-box
{
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
}
.page-customer-guide .customer-guide-box .title-box .title-middle
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-customer-guide .customer-guide-box .title
{
    width: 100%;
    max-height: 3em;
    font-size: 12pt;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
}

/* *** */

@media (max-width: 400px)
{
    .page-customer-guide .customer-guide-box div[class*="col-"]
    {
        width: 100%;
    }

    .page-customer-guide .customer-guide-box .title-box
    {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-customer-guide .customer-guide-box .title-box .title-middle
    {
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* view */

.page-customer-guide-view .img-single
{
    background-color: #ffffff;
    width: 100%;
    height: 40%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.page-customer-guide-view .img-single .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 40%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-customer-guide-view .img-single .img:before
{
    content: "";
    display: block;
    padding-top: 40%;
}
.page-customer-guide-view .img-single .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* experiment
***********************************************************************************************************************/

.page-experiment .experiment-box .experiment-item, .page-department-view .experiment-box .experiment-item
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
    border-bottom: 5px solid #ed1c24;
    margin-bottom: 30px;
}

.page-experiment .experiment-box .img-box, .page-department-view .experiment-box .img-box
{
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.page-experiment .experiment-box .img-box .img, .page-department-view .experiment-box .img-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-experiment .experiment-box .img-box .img:before, .page-department-view .experiment-box .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-experiment .experiment-box .img-box .img img, .page-department-view .experiment-box .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-experiment .experiment-box .title-box, .page-department-view .experiment-box .title-box
{
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
}
.page-experiment .experiment-box .title-box .title-middle, .page-department-view .experiment-box .title-box .title-middle
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-experiment .experiment-box .title, .page-department-view .experiment-box .title
{
    width: 100%;
    max-height: 3em;
    font-size: 12pt;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
}

/* *** */

@media (max-width: 400px)
{
    .page-experiment .experiment-box div[class*="col-"], .page-department-view .experiment-box div[class*="col-"]
    {
        width: 100%;
    }

    .page-experiment .experiment-box .title-box, .page-department-view .experiment-box .title-box
    {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-experiment .experiment-box .title-box .title-middle, .page-department-view .experiment-box .title-box .title-middle
    {
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* view */

.page-experiment-view .img-single
{
    background-color: #ffffff;
    width: 100%;
    height: 40%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.page-experiment-view .img-single .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 40%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-experiment-view .img-single .img:before
{
    content: "";
    display: block;
    padding-top: 40%;
}
.page-experiment-view .img-single .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* department
***********************************************************************************************************************/

.page-department .department-box .department-item
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
    border-bottom: 5px solid #ed1c24;
    margin-bottom: 30px;
}

.page-department .department-box .img-box
{
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.page-department .department-box .img-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-department .department-box .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-department .department-box .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-department .department-box .title-box
{
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
}
.page-department .department-box .title-box .title-middle
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-department .department-box .title
{
    width: 100%;
    max-height: 3em;
    font-size: 12pt;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
}

/* *** */

@media (max-width: 400px)
{
    .page-department .department-box div[class*="col-"]
    {
        width: 100%;
    }

    .page-department .department-box .title-box
    {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-department .department-box .title-box .title-middle
    {
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* view */

.page-department-view .img-single
{
    background-color: #ffffff;
    width: 100%;
    height: 40%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.page-department-view .img-single .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 40%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-department-view .img-single .img:before
{
    content: "";
    display: block;
    padding-top: 40%;
}
.page-department-view .img-single .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-department-view .experiment-title
{
    color: #ed1c24;
    font-size: 14pt;
    text-align: center;
    padding-bottom: 10px;
    margin: 50px 0 30px 0;
    border-bottom: 2px solid #cccccc;
}

/* explanatory-page
***********************************************************************************************************************/

.page-explanatory-page-view .img-single
{
    background-color: #ffffff;
    width: 100%;
    height: 40%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.page-explanatory-page-view .img-single .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 40%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-explanatory-page-view .img-single .img:before
{
    content: "";
    display: block;
    padding-top: 40%;
}
.page-explanatory-page-view .img-single .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-explanatory-page-view .explanatory-page-title
{
    color: #ed1c24;
    font-size: 14pt;
    text-align: center;
    padding-bottom: 10px;
    margin: 50px 0 30px 0;
    border-bottom: 2px solid #cccccc;
}

/* co-worker
***********************************************************************************************************************/

.page-co-worker .co-worker-box .co-worker-item
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
    border-bottom: 5px solid #ed1c24;
    margin-bottom: 30px;
}

.page-co-worker .co-worker-box .img-box
{
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.page-co-worker .co-worker-box .img-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-co-worker .co-worker-box .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-co-worker .co-worker-box .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-co-worker .co-worker-box .title-box
{
    width: 100%;
    height: 80px;
    position: relative;
    overflow: hidden;
}
.page-co-worker .co-worker-box .title-box .title-middle
{
    width: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}
.page-co-worker .co-worker-box .title
{
    width: 100%;
    max-height: 3em;
    font-size: 12pt;
    line-height: 1.5em;
    margin: 0;
    overflow: hidden;
}
.page-co-worker .co-worker-box .pre-title
{
    width: 100%;
    color: #818181;
    font-size: 10pt;
    line-height: 1.5em;
    margin: 10px 0 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* *** */

@media (max-width: 400px)
{
    .page-co-worker .co-worker-box div[class*="col-"]
    {
        width: 100%;
    }

    .page-co-worker .co-worker-box .title-box
    {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-co-worker .co-worker-box .title-box .title-middle
    {
        width: 100%;
        position: inherit;
        top: 0;
        right: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/* view */

.page-co-worker-view .img-single
{
    background-color: #ffffff;
    width: 100%;
    height: 40%;
    float: left;
    margin-bottom: 50px;
    position: relative;
}
.page-co-worker-view .img-single .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #414042;
    width: 100%;
    height: 40%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-co-worker-view .img-single .img:before
{
    content: "";
    display: block;
    padding-top: 40%;
}
.page-co-worker-view .img-single .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/*
***********************************************************************************************************************/

.page-des
{
    text-align: justify;
    line-height: 2em;
}
.page-des img, .post-des img
{
    max-width: 100%;
    height: auto !important;
}

/*
***********************************************************************************************************************/
