    body {
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
}

button:active,
button:focus,
button:hover {
    outline: none;
}

input:focus,
input:hover,
input:active {
    outline: none;
}

a:focus,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
}

.form-control:focus,
.form-control:hover,
.form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1576C4;
}

.header-main {
    padding-top: 60px;
    position: relative;
}

.logo {
    text-align: center;
    background: transparent url('../images/bg-logo.jpg') repeat-x left center/auto 100%;
}

.logo h1 {
    margin: 0;
}

.logo a {
    line-height: 0;
    display: block;
}

.logo img {
    width: 100%;
}

.main-title {
    font-size: 38px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEDEDE;
    margin: 0;
    line-height: 42px;
}

/***** Banner *****/
.banner-slider .owl-dots {
    position: absolute;
    bottom: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.banner-slider .owl-dots::after {
    content: '';
    display: table;
    clear: both;
}

.banner-slider.owl-carousel button.owl-dot {
    width: 10px;
    height: 10px;
    float: left;
    background: #fff none;
    opacity: .5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 2px;
}

.banner-slider.owl-carousel button.owl-dot.active {
    opacity: 1;
}
/***** End Banner *****/

.nav-main {
    padding: 10px 0;
    background: #F1EAEA none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.nav-main .container {
    position: relative;
}

.nav-hotline {
    float: left;
    line-height: 40px;
}

.nav-hotline a {
    color: #C92027;
    font-weight: 700;
    font-size: 22px;
}

.nav-hotline img {
    margin-right: 6px;
}

/***** Search *****/
.search-button {
    float: right;
    width: 39px;
    height: 31px;
    line-height: 31px;
    background: #1576C4 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: 0 17px 0 0;
    cursor: pointer;
}

.search-form {
    position: absolute;
    padding: 0;
    display: block;
    width: 540px;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}

.search-form input[type="text"] {
    background: #fff none;
    height: 40px;
    padding: 10px 40px 10px 13px;
    font-size: 14px;
    line-height: 20px;
    border: none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    display: block;
    color: #333;
    float: left;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

.search-form button {
    float: right;
    width: 40px;
    height: 40px;
    border: none;
    background: #1576C4 none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.search-form button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
/***** End Search *****/

/***** Language *****/
.language-main {
    float: right;
}

.language-main::after {
    content: '';
    display: table;
    clear: both;
}

.language-main select {
    float: left;
    height: 40px;
    border: none;
    padding: 0 15px 0 0;
    background: transparent url('../images/drop-down.png') no-repeat right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.language-main .language-flag {
    margin: 0 0 0 6px;
    line-height: 40px;
    float: left;
}
/***** End Language *****/


/***** Feature *****/
.feature-main.container,
.feature-col {
    padding-left: 0;
    padding-right: 0;
}

.feature-main .row {
    margin-left: 0;
    margin-right: 0;
}

.feature-item {
    height: 239px;
    padding: 15px 20px;
    text-align: center;
    position: relative;
}

.feature-calendar {
    background: #1576C4 none;
}

.feature-search {
    background: #1D93E3 none;
}

.feature-currency {
    background: #0E8ED7 none;
}

.feature-faq {
    background: #25ACF8 none;
}

.feature-item a {
    display: block;
    color: #FFF;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feature-item .feature-icon {
    display: block;
    margin: 0 auto;
    width: 67px;
    height: 67px;
}

.feature-icon--calendar {
    background: transparent url('../images/calendar.png') no-repeat center center/100% auto;
}

.feature-icon--search {
    background: transparent url('../images/searchs.png') no-repeat center center/100% auto;
}

.feature-icon--currency {
    background: transparent url('../images/currency.png') no-repeat center center/100% auto;
}

.feature-icon--faq {
    background: transparent url('../images/faq.png') no-repeat center center/100% auto;
}

.feature-name {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    display: block;
    margin: 20px 0 0;
    line-height: 28px;
    min-height: 56px;
}

.feature-item:hover .feature-icon--calendar {
    background: transparent url('../images/calendar-hover.png') no-repeat center center/100% auto;
}

.feature-item:hover .feature-icon--search {
    background: transparent url('../images/searchs-hover.png') no-repeat center center/100% auto;
}

.feature-item:hover .feature-icon--currency {
    background: transparent url('../images/currency-hover.png') no-repeat center center/100% auto;
}

.feature-item:hover .feature-icon--faq {
    background: transparent url('../images/faq-hover.png') no-repeat center center/100% auto;
}

.feature-item:hover .feature-name {
    color: #00BDAA;
}
/***** End Feature *****/

/***** Messenger *****/
.messenger {
    position: fixed;
    right: 5px;
    bottom: 0;
    z-index: 999;
}

.messenger a {
    display: block;
    height: 36px;
    color: #fff;
    padding: 8px 15px 8px 46px;
    line-height: 20px;
    font-size: 15px;
    background: #FC5007 none;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    position: relative;
    font-weight: 500;
}

.messenger a img {
    position: absolute;
    top: 5px;
    left: 15px;
}
/***** End Messenger *****/

/***** Call Hotline *****/
.call-hotline {
    position: fixed;
    left: 5px;
    bottom: 0;
    z-index: 999;
}

    .call-hotline a {
        display: block;
        height: 36px;
        color: #F9E484;
        padding: 8px 15px 8px 46px;
        line-height: 20px;
        font-size: 18px;
        background: #1576C4 none;
        -webkit-border-radius: 8px 8px 0 0;
        -moz-border-radius: 8px 8px 0 0;
        border-radius: 8px 8px 0 0;
        position: relative;
        font-weight: 700;
    }

.call-hotline a img {
    position: absolute;
    top: 6px;
    left: 15px;
}
/***** End Call Hotline *****/

/***** Footer *****/
.footer-main {
    padding: 40px 0 30px;
    background: #183661 none;
}

.contact-info {
    color: #fff;
}

.contact-info h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #1D93E3;
}

.contact-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 3px 0 0;
}

.contact-info p {
    margin: 15px 0 0;
    line-height: 20px;
}

.contac-p1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    color: #1D93E3;
}
.contac-p2 {
    font-size: 16px;
    font-weight: 500;
    margin: 3px 0 0;
}
.contac-a1 {
    background-color: transparent;
}
.contact-img1 {
    max-width: 180px;
}

.social-main {
    margin: 30px 0 0;
    position: relative;
}

.social-main::after {
    content: '';
    display: table;
    clear: both;
}

.social-main a {
    display: block;
    float: left;
    width: 44px;
    height: 44px;
    background: #1D93E3 none;
    line-height: 44px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 25px 0 0;
}
    .social-main1 a {
        display: block;
        float: left;
        width: 44px;
        height: 44px;
        background-color:transparent;
        line-height: 44px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        margin: 0 25px 0 0;
    }

.social-main a:last-child {
    margin-right: 0;
}

.social-main img {
    position: relative;
    top: -1px;
}
.social-main1 img {
    position: relative;
    top: -1px;
    max-width:180px;
}
.contact-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-main li {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 12px 0 12px 40px;
    position: relative;
    line-height: 30px;
}

.contact-main li img {
    position: absolute;
    top: 14px;
    left: 0;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.contact-main li.contact-address img {
    top: 18px;
}

.contact-main li p {
    margin: 0 0 15px;
    line-height: 20px;
}

.contact-main li p:last-child {
    margin-bottom: 0;
}

.footer-title {
    color: #1D93E3;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.footer-service {
    margin-top: 15px;
}

.footer-service ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-service li {
    position: relative;
    display: block;
    margin: 0 0 12px;
}

.footer-service li:last-child {
    margin-bottom: 0;
}

.footer-service li::after {
    content: '';
    display: table;
    clear: both;
}

.footer-service li a {
    display: block;
    line-height: 20px;
    float: left;
    color: #fff;
    font-size: 16px;
}

.footer-service li a:before {
    content: '-';
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    float: left;
    margin: 0 10px 0 0;
}

.footer-service li a:hover {
    color: #1D93E3;
}
/***** End Footer *****/

/***** News *****/

.news-ud {
    line-height: 28px;
}

.news-qt {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid;
}


.news-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.news-item {
    padding-top: 25px;
    position: relative;
}

.news-item::after {
    content: '';
    display: block;
    position: relative;
    height: 1px;
    background: #DEDEDE none;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 25px auto 0;
}

.news-item--img a {
    display: block;
    line-height: 0;
}

.news-item--img img {
    width: 100%;
}

.news-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    line-height: 22px;
    max-height: 43px;
    overflow: hidden;
}

.news-title a {
    color: #333;
}

.news-title a:hover {
    color: #1576C4;
    text-decoration: underline;
}



.new-desc {
    font-size: 15px;
    color: #5C5C5C;
    line-height: 20px;
    margin: 5px 0 0;
    max-height: 80px;
    overflow: hidden;
}

.news-date {
    margin: 10px 0 0;
    color: #B3B3B3;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
}

.news-calendar {
    background: transparent url('../images/news-calendar.png') no-repeat center;
    width: 15px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.news-calendar::after {
    content: '';
    display: table;
    clear: both;
}

.news-more {
    margin: 25px 0 0;
    text-align: center;
}

.news-more a {
    display: inline-block;
    padding: 14px 35px;
    line-height: 22px;
    background: #1576C4 none;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.news-more a:hover {
    background: #183661 none;
}

.news-list--col:nth-child(2n + 3) .news-item::after,
.news-list--col:nth-child(2n + 4) .news-item::after {
    display: none;
}
/***** End News *****/

/***** Video ******/
.video-main {
    padding-top: 50px;
}

.video-slider,
.doctor-slider {
    margin-top: 15px;
}

.video-img a {
    display: block;
    line-height: 0;
    position: relative;
}

.video-img a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent url('../images/play.png') no-repeat center;
    width: 74px;
    height: 74px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .8;
}

.video-title.news-title {
    margin-top: 10px;
    font-size: 15px;
}

.video-title.news-title a:hover {
    text-decoration: none;
}

.video-slider.owl-carousel .owl-nav button.owl-prev,
.doctor-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -62px;
    right: 37px;
    background: #1576C4 none;
}

.video-slider.owl-carousel .owl-nav button.owl-next,
.doctor-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -62px;
    right: 0;
    background: #1576C4 none;
}

.video-slider.owl-carousel .owl-nav button.owl-prev:hover,
.doctor-slider.owl-carousel .owl-nav button.owl-prev:hover,
.video-slider.owl-carousel .owl-nav button.owl-next:hover,
.doctor-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: #3CA3F5 none;
}

.arrow-left {
    background: transparent url('../images/arrow-left.png') no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.arrow-right {
    background: transparent url('../images/arrow-right.png') no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
/***** End Video *****/

/***** Notice *****/
.notice-main {
    padding-top: 10px;
    padding-bottom: 10px;
}

.notice-text {
    padding: 20px 30px;
    color: #FF5C00;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
/***** End Notice *****/

/***** Service *****/
.service-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.line-title {
    background: transparent url('../images/title-bg.png') no-repeat center bottom;
    font-weight: 700;
    font-size: 38px;
    color: #333;
    padding: 0 0 30px;
    text-align: center;
    display: block;
    margin: 0;
    text-transform: uppercase;
}

.service-list {
    margin-top: 40px;
    -webkit-box-shadow: 4px 4px 13px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 13px rgba(0, 0, 0, .1);
}

.service-row {
    margin-right: 0;
    margin-left: 0;
}

.service-col {
    padding-left: 0;
    padding-right: 0;
}

.service-item {
    text-align: center;
    border: 1px solid #EFEFEF;
    padding: 30px;
    height: 100%;
}

.service-icon {
    width: 81px;
    height: 81px;
    display: block;
    border: 1px solid #1576C4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    line-height: 81px;
    text-align: center;
    margin: 0 auto;
    background: #1576C4 none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.service-item:hover .service-icon {
    background: #00BDAA none;
    border: 1px solid #00BDAA;
}

.service-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-title {
    font-weight: 500;
    font-size: 24px;
    color: #000;
    margin: 12px 0 0;
}

.service-item p {
    margin: 10px 0 0;
    font-size: 17px;
    color: #6B6B6B;
    line-height: 20px;
}
/***** End Service *****/

/***** Specialist *****/
.specialist-main {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #CBE1F5 none;
}

.specialist-main .line-title {
    max-width: 490px;
    margin: 0 auto;
    font-weight: 500;
}

.specialist-list {
    margin-top: 40px;
}

.specialist-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFF none;
}

.specialist-list li {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    border-right: 1px solid #DCDCDC;
}

.specialist-list li::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #DCDCDC none;
    z-index: -1;
}

.specialist-list li:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    background: #DCDCDC none;
    z-index: -1;
}

.specialist-list li a {
    display: block;
    position: relative;
    line-height: 20px;
    padding: 18px 20px 18px 80px;
    background: transparent url('../images/arrow-left-gray.png') no-repeat right 20px center;
    font-size: 16px;
    color: #333;
}

.specialist-icon {
    display: block;
    width: 60px;
    height: 100%;
    background: #1576C4 none;
    position: absolute;
    top: 0;
    left: 0;
}

.specialist-list li a:hover .specialist-icon {
    background: #00BDAA none;
}

.specialist-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.specialist-icon::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #1576C4;
    position: absolute;
    top: 50%;
    right: -5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.specialist-list li a:hover .specialist-icon::after {
    border-left-color: #00BDAA;
}

.specialist-list li:nth-child(2n) .specialist-icon {
    background: #1D93E3 none;
}

.specialist-list li:nth-child(2n) .specialist-icon::after {
    border-left: 5px solid #1D93E3;
}
/***** End Specialist *****/

/***** Doctor *****/
.doctor-main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.doctor-item {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 6px solid #1576C4;
}

.doctor-img a {
    display: block;
    line-height: 0;
}

.doctor-title {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    margin: 15px 0 5px;
}

.doctor-title a {
    color: #333;
}

.doctor-title a:hover {
    color: #1576C4;
}

.doctor-item p {
    margin: 0;
}

.doctor-slider.owl-carousel .owl-stage {

}
/***** End Doctor *****/

/***** FAQ *****/
.faq-main {
    margin: 0;
    background: transparent url('../images/bg-faq.png') no-repeat center center/cover;
    position: relative;
    z-index: 0;
}

.faq-main::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, .5) none;
    z-index: -1;
}

.faq-wrapper {
    padding: 30px 35px;
    max-width: 515px;
    float: right;
    background: rgba(21, 118, 196, .9) none;
}

.faq-title {
    font-weight: 700;
    font-size: 27px;
    color: #fff;
    margin: 0;
    line-height: 32px;
}

.faq-quest {
    margin: 20px 0 0;
}

.faq-quest a {
    display: inline-block;
    padding: 9px 25px 7px;
    line-height: 22px;
    background: #fff none;
    color: #1576C4;
    font-size: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.faq-quest a:hover {
    background: #183661 none;
    color: #fff;
}

.faq-list {
    margin: 20px 0 0;
}

.faq-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-list li {
    margin: 0;
    padding: 15px 0 15px 45px;
    position: relative;
    border-top: 1px solid #DEDEDE;
    background: transparent url('../images/icon-faq.png') no-repeat left center;
    min-height: 56px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.faq-list li:hover {
    background: transparent url('../images/icon-faq-hover.png') no-repeat left center;
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.faq-list li:last-child {
    border-bottom: 1px solid #DEDEDE;
}

.faq-list li a {
    display: block;
    line-height: 20px;
    position: absolute;
    top: 50%;
    max-height: 40px;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
}

.faq-list li:hover a {
    color: #00BDAA;
}

.faq-more {
    margin: 25px 0 0;
    text-align: center;
}

.faq-more a {
    display: inline-block;
    background: transparent url('../images/arrow-down-blue.png') no-repeat right center;
    padding: 0 20px 0 0;
    font-size: 18px;
    color: #fff;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.faq-more a:hover {
    background: transparent url('../images/arrow-down-blue-hover.png') no-repeat right center;
    color: #00BDAA;
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}
/***** End FAQ *****/

/***** Menu *****/
.nav-button {
    float: right;
    line-height: 31px;
    cursor: pointer;
}

.nav-menu {
    background: #1576C4 none;
}

.nav-menu--header {
    line-height: 70px;
    background: #1576C4 none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0 0 5px;
    display: none;
}

.nav-menu--wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.nav-menu--wrapper ul::after {
    content: '';
    display: table;
    clear: both;
}


.nav-menu--wrapper ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

    .nav-menu--wrapper ol::after {
        content: '';
        display: table;
        clear: both;
    }


.nav-menu--wrapper li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}

.nav-menu--wrapper li a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    display: block;
    padding: 11px 20px 9px;
    height: 60px;
}

.nav-menu--wrapper li.menu-active a,
.nav-menu--wrapper li:hover a,
.nav-menu--wrapper li a:hover {
    background: #25ACF8 none;
}

.nav-menu--wrapper .sub-menu {
    position: absolute;
    width: 250px;
    top: 60px;
    left: 0;
    z-index: -9;
    opacity: 0;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}

.nav-menu--wrapper .sub-menu li {
    float: none;
    border-bottom: 1px solid #EFEFEF;
}

.nav-menu--wrapper .sub-menu li:last-child {
    border-bottom: none;
}

.nav-menu--wrapper .sub-menu li a {
    line-height: 20px;
    height: auto;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    background: #fff none;
    padding: 12px 20px 10px;
}

.nav-menu--wrapper .sub-menu li a:hover {
    background: #25ACF8 none;
    color: #fff;
}

.nav-menu--wrapper li:hover > .sub-menu {
    opacity: 1;
    z-index: 9;
}

.nav-menu--wrapper .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}

.nav-menu--wrapper .sub-menu .sub-menu li a {
    padding-left: 30px;
}

.nav-menu--wrapper img {
    position: relative;
    top: -2px;
}
/***** End Menu *****/

.banner-feature--row {
    margin-left: 0;
    margin-right: 0;
}

.banner-feature--col {
    padding-left: 0;
    padding-right: 0;
}

.news-box {
    padding: 15px 0 0;
}

.news-box--wrapper {
    padding: 20px;
    background: #F4F4F4 none;
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
}

.news-box--item {
    margin: 8px 0 0;
}

.news-box--item h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 0 25px;
    background: transparent url('../images/dot.png') no-repeat left top 5px;
    line-height: 21px;
}

.news-box--item h3 a {
    color: #41455E;
}

.news-box--item h3 a:hover,
.news-box--item.news-box--first h3 a:hover,
.news-box--content h3 a:hover {
    color: #1576C4;
    text-decoration: underline;
}

.news-box--item.news-box--first {
    margin-top: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #DCDCDC;;
}

.news-box--item.news-box--first h3 {
    font-size: 24px;
    padding: 0;
    background: transparent none;
}

.news-box--item.news-box--first h3 a,
.news-box--content h3 a {
    color: #333;
}

.news-box--item.news-box--first .new-desc {
    margin-top: 10px;
}

.news-box--item.news-box--first .news-date {
    margin-top: 5px;
}

.news-box--content h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.news-box--img a {
    display: block;
}

.news-box--img img {
    width: 100%;
}

.schedule-main {
    padding: 20px 0 40px;
}

.schedule-container {
    padding: 35px 0;
    -webkit-box-shadow: 5px 5px 13px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 13px rgba(0, 0, 0, .1);
}

.schedule-form {
    max-width: 845px;
    display: block;
    margin: 0 auto;
}

.schedule-form h2 {
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}

.schedule-note {
    color: #858585;
    font-size: 17px;
    text-align: center;
    font-weight: 400;
    margin: 0 0 40px;
}

.schedule-form .form-group label {
    margin: 0 0 5px;
    display: block;
    font-size: 16px;
    color: #333;
}

.schedule-form .form-control {
    padding: 10px;
}

.schedule-form input.form-control,
.schedule-form select.form-control {
    height: 50px;
    line-height: 28px;
}

.schedule-form textarea.form-control {
    height: 200px;
}

.schedule-form .form-group {
    margin: 0 0 18px;
}

.schedule-btn {
    display: inline-block;
    height: 50px;
    padding: 11px 35px 9px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    background: #1576C4 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 29px;
}

.schedule-row--btn {
    text-align: center;
}

.schedule-row--btn button {
    padding: 11px 35px 9px;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #1576C4 none;
    text-transform: uppercase;
}

.schedule-btn:hover,
.schedule-row--btn button:hover {
    background: #183661 none;
}

.schedule-form .form-control::-webkit-input-placeholder {
    color: #CFCFCF;
}

.schedule-form .form-control::-moz-placeholder {
    color: #CFCFCF;
}

.schedule-form .form-control:-ms-input-placeholder {
    color: #CFCFCF;
}

.schedule-form .form-control:-moz-placeholder {
    color: #CFCFCF;
}

.schedule-form .schedule-sex select.form-control,
.schedule-form .schedule-select select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: transparent url('../images/drop-down-gray.png') no-repeat right 10px center;
    padding-right: 30px;
}

.schedule-form input.form-control.schedule-date {
    background: transparent url('../images/calendar-gray.png') no-repeat right 10px center;
    padding-right: 40px;
}

.schedule-form .form-group.schedule-row--btn {
    margin-top: 12px;
}

.schedule-link {
    text-align: center;
    margin: 30px 0 0;
}

.schedule-link a {
    display: inline-block;
    line-height: 22px;
    color: #000;
    font-size: 18px;
}

.schedule-link a::after {
    content: '';
    display: table;
    clear: both;
}

.schedule-link img {
    margin: 0 5px 0 0;
    float: left;
}

.schedule-link a:hover {
    color: #1576C4;
}

.hidden-desktop {
    display: none;
}

.register-main {
    padding-bottom: 35px;
}

.register-wrapper {
    -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 14px rgba(0, 0, 0, .1);
}

.register-row {
    margin-left: 0;
    margin-right: 0;
}

.register-col {
    padding-right: 0;
    padding-left: 0;
}

.register-form {
    background: #25ACF8 none;
    padding: 20px 20px;
}

.register-form h2 {
    font-size: 38px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 0 45px;
    font-weight: 700;
}

.register-form label {
    display: block;
    font-size: 16px;
    color: #fff;
}

.register-form .form-group {
    margin-bottom: 25px;
}

.register-form .form-control {
    font-size: 16px;
}

.register-form input.form-control {
    line-height: 28px;
    background: rgba(255, 255, 255, .8) none;
    padding: 10px;
    height: 50px;
}

.register-form textarea.form-control {
    background: rgba(255, 255, 255, .8) none;
    padding: 10px;
    height: 120px;
}

.register-form .form-group.form-group--btn {
    margin-bottom: 0;
    text-align: center;
}

.register-form .form-group.form-group--btn button {
    padding: 11px 35px 9px;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 18px;
    color: #1576C4;
    font-weight: 700;
    background: #fff none;
    text-transform: uppercase;
}

.register-form .form-group.form-group--btn button:hover {
    background: #183661 none;
    color: #fff;
}

.choose-main {
    padding: 30px 50px;
}

.choose-main .line-title {
    font-size: 18px;
    color: #1576C4;
}

.choose-main--item {
    margin-top: 40px;
}

.choose-main--icon {
    width: 81px;
    height: 81px;
    display: block;
    margin: 0 auto;
    background: #1576C4 none;
    line-height: 81px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.choose-main--desc {
    font-size: 17px;
    color: #000;
    margin: 15px 0 0;
    text-align: center;
    line-height: 20px;
}

.price-service {
    padding-top: 40px;
}

.price-service h2 {
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}

.price-service--note {
    display: block;
    margin: 5px auto 0;
    max-width: 530px;
    font-size: 18px;
    color: #858585;
    text-align: center;
}

.service-table {
    margin: 30px 0 0;
    max-height: 612px;
    overflow: hidden;
    height: auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.service-table.service-table--active {
    max-height: 1000vh;
    height: 100%;
}

.price-service table {
    margin: 0;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.price-service table th,
.price-service table td {
    vertical-align: middle;
    border-top: none;
}

.price-service table thead th {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #1576C4 none;
    text-align: center;
    border-right: 3px solid #fff;
    border-bottom: none;
    line-height: 26px;
    padding: 10px 20px;
}

.price-service table tbody th,
.price-service table tbody td {
    padding: 15px 20px;
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    border-right: 3px solid #fff;
}

.price-service table tbody th,
.price-service table tbody td:last-child {
    font-weight: 700;
    text-align: center;
}

.price-service table thead th:first-child,
.price-service table tbody th {
    width: 110px;
}

.price-service table thead th:last-child,
.price-service table tbody td:last-child {
    width: 200px;
}

.price-service table tbody td:last-child {
    color: #1576C4;
    border-right: none;
}

.price-service table thead th:last-child {
    border-right: none;
}

.price-service .table-striped tbody tr:nth-of-type(2n) {
    background: #DAE1E7 none;
}

.price-service .table-striped tbody tr:nth-of-type(2n+1) {
    background: #F3F9FB none;
}

.price-service--more {
    margin-top: 45px;
    text-align: center;
}

.price-service--more a {
    padding: 10px 45px 9px 20px;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    background: #1576C4 url('../images/arrow-white.png') no-repeat right 15px top 13px;
    display: inline-block;
}

.price-service--more a:hover {
    background-color: #183661;
}

.service-search {
    display: block;
    max-width: 800px;
    padding: 25px;
    margin: 20px auto 0;
    border: 2px solid #C1C1C1;
}

.service-search--wrapper {
    border: 1px solid #E0E0E0;
    background: #F3F3F3 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.service-search--wrapper input {
    height: 42px;
    float: left;
    border: none;
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    background: none;
    padding: 11px 15px 9px;
    line-height: 22px;
    font-size: 16px;
    font-style: italic;
    color: #333;
}

.service-search--wrapper input::-webkit-input-placeholder {
    color: #B8B8B8;
}

.service-search--wrapper input::-moz-placeholder {
    color: #B8B8B8;
}

.service-search--wrapper input:-ms-input-placeholder {
    color: #B8B8B8;
}

.service-search--wrapper input:-moz-placeholder {
    color: #B8B8B8;
}

.service-search--wrapper button {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    background: #C92027 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    height: 44px;
    width: 90px;
    text-align: center;
    border: none;
    margin: -1px -1px 0 0;
    line-height: 44px;
}

.service-search--select {
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-style: italic;
    color: #333;
    width: 100%;
    display: block;
    padding: 11px 25px 9px 10px;
    line-height: 22px;
    height: 44px;
    font-size: 16px;
    background: #F3F3F3 url('../images/drop-down.png') no-repeat right 10px top 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.faq-page {
    padding-top: 15px;
    padding-bottom: 30px;
}

.service-menu--title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    text-align: center;
    padding: 16px 10px 14px;
    background: #1576C4 none;
}

.service-menu ul {
    margin: 0;
    padding: 20px;
    background: #EEF1F7 none;
    list-style: none;
}

.service-menu ul li {
    display: block;
    margin: 0 0 5px;
    padding: 0;
}

.service-menu ul li:last-child {
    margin-bottom: 0;
}

.service-menu a {
    display: block;
    line-height: 22px;
    font-size: 14px;
    color: #333;
    padding: 0 20px 0 30px;
    position: relative;
    height: 22px;
    background: transparent url('../images/arrow-right-menu.png') no-repeat right center;
}

.service-menu a:hover {
    color: #1576C4;
}

.service-menu--icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-page--row {
    margin-left: -10px;
    margin-right: -10px;
}

.faq-page--col {
    padding-left: 10px;
    padding-right: 10px;
}

.faq-form--wrapper {
    padding-top: 15px;
}

.faq-form--wrapper h2 {
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}

.faq-from--note {
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.faq-form--wrapper input.form-control {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 15px 14px;
    height: 50px;
}

.faq-form--wrapper select.form-control {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 30px 15px 15px;
    height: 50px;
    background: transparent url('../images/drop-down-gray.png') no-repeat right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.faq-form--wrapper textarea.form-control {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    min-height: 230px;
}

.faq-form--wrapper .form-group {
    margin-bottom: 20px;
}

.faq-form--wrapper .form-group.form-group--btn {
    margin-bottom: 0;
}

.faq-form--wrapper .form-group.form-group--btn button {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    padding: 11px 20px 9px;
    border: none;
    color: #fff;
    background: #C92027 none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
}

.faq-form--wrapper .form-group.form-group--btn button:hover {
    background: #183661 none;
}

.faq-sidebar {
    background: #EEF1F7 none;
    padding: 15px;
}

.faq-answer {
    text-align: center;
}

.faq-answer--number {
    display: block;
    color: #1576C4;
    font-size: 59px;
    font-weight: 500;
    line-height: 69px;
}

.faq-answer--note {
    font-size: 14px;
    display: block;
    line-height: 20px;
    color: #333;
}

.faq-rating {
    margin: 30px 0 0;
}

.faq-rating--title {
    color: #183661;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

.faq-rating ul {
    display: block;
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
    border-top: 4px solid #183661;
}

.faq-rating li {
    position: relative;
    padding: 0 0 15px 25px;
    margin: 18px 0 0;
    border-bottom: 1px solid #D6D6D6;
}

.faq-rating li:last-child {
    border-bottom: none;
}

.faq-rating li::before {
    content: attr(data-number);
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #183661 none;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
}

.faq-rating--item h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0;
}

.faq-rating--item h3 a {
    color: #333;
}

.faq-rating--item h3 a:hover {
    color: #1576C4;
}

.faq-rating--view {
    position: relative;
    padding: 0 0 0 20px;
    color: #989898;
    font-size: 12px;
    line-height: 16px;
    margin: 3px 0 0;
    background: transparent url('../images/views.png') no-repeat left center;
}

.faq-answer .faq-send {
    display: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 21px;
    padding: 11px 20px 9px;
    border: none;
    color: #fff;
    background: #C92027 none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 15px 0 0;
}

.faq-archive .faq-answer .faq-send,
.faq-detail .faq-answer .faq-send {
    display: inline-block;
}

.faq-answer .faq-send:hover {
    background: #183661 none;
}

.breadcrumb-container {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-container li {
    margin: 0;
    padding: 0 15px 0 0;
    float: left;
    background: transparent url('../images/breadcrumb.png') no-repeat right 5px bottom 5px;
    font-size: 13px;
    color: #898787;
    line-height: 18px;
}

.breadcrumb-container li:last-child {
    padding-right: 0;
    background: transparent none;
}

.breadcrumb-container a {
    color: #898787;
}

.breadcrumb-container a:hover {
    color: #1576C4;
}

.faq-archive--container {
    margin: 15px 0 0;
    position: relative;
}

.faq-archive--container h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #333;
    margin: 0;
}

.faq-archive--container h1 span {
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 4px solid #C92027;
}

.service-menu--select {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    padding: 8px 25px 8px 10px;
    background: #EEF1F7 url('../images/drop-down.png') no-repeat right 10px top 18px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 125px;
}

.faq-archive--wrapper {
    border-top: 1px solid #DEDEDE;
    margin-top: -1px;
}

.faq-archive--item {
    border-bottom: 1px solid #DEDEDE;
    padding: 25px 0;
    position: relative;
}

.faq-archive--avatar {
    width: 34px;
    height: 34px;
    line-height: 0;
    background: #C4C4C4 none;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    float: left;
    margin: 0 10px 0 0;
}

.faq-archive--avatar img {
    position: absolute;
    top: 8px;
    left: 8px;
}

.faq-archive--content {
    float: left;
    width: -webkit-calc(100% - 44px);
    width: -moz-calc(100% - 44px);
    width: calc(100% - 44px);
}

.faq-archive--author {
    float: left;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    color: #1576C4;
}

.faq-archive--date {
    float: right;
    line-height: 34px;
    color: #B3B3B3;
    font-weight: 500;
    font-size: 14px;
    background: transparent url('../images/calendar-faq.png') no-repeat left top 9px;
    padding: 0 0 0 20px;
}

.faq-archive--item h3 {
    font-size: 20px;
    line-height: 23px;
    color: #333;
    margin: 5px 0 0;
    font-weight: 700;
}

.faq-archive--desc {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin: 5px 0 0;
}

.faq-archive--box {
    margin: 25px 0 0;
}

.faq-archive--cat {
    float: left;
    width: -webkit-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: calc(100% - 115px);
}

.faq-archive--cat a {
    line-height: 20px;
    padding: 3px 13px;
    background: #F1F1F1 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #C92027;
    font-weight: 700;
    margin: 0 7px 0 0;
    display: block;
    float: left;
}

.faq-archive--cat a:last-child {
    margin-right: 0;
}

.faq-archive--cat a:hover {
    background: #1576C4 none;
    color: #fff;
}

.faq-archive--view {
    float: right;
    line-height: 26px;
    padding: 0 0 0 20px;
    color: #989898;
    font-size: 12px;
    position: relative;
    background: transparent url('../images/views.png') no-repeat left center;
}

.faq-archive--view img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-archive--more {
    margin: 20px 0 0;
    text-align: center;
}

.faq-archive--more a {
    padding: 9px 50px 10px 30px;
    line-height: 31px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background: #1576C4 url('../images/arrow-white.png') no-repeat right 20px top 14px;
    display: inline-block;
}

.faq-question {
    background: transparent url('../images/faq-quest-desktop.png') no-repeat center center/cover;
    height: 160px;
    position: relative;
    z-index: 0;
    margin-top: -48px;
}

.faq-question::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8) none;
    z-index: -1;
}

.faq-question--container {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.faq-question--container h3 {
    margin: 0;
    line-height: 50px;
    display: inline-block;
    font-weight: 500;
    font-size: 28px;
    color: #333;
}

.faq-question--container a {
    padding: 10px 30px;
    line-height: 30px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #C92027 none;
    float: right;
    display: block;
    margin: 0 0 0 25px;
    text-transform: uppercase;
}

.faq-question--container a:hover {
    background: #183661 none;
}

.faq-detail--container h1 {
    clear: both;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    padding: 12px 0 10px;
    border-bottom: 1px solid #DEDEDE;
}

.faq-reply--answer {
    position: absolute;
    right: 0;
    bottom: -13px;
    background: #1ABC9B url('../images/check.png') no-repeat left 10px top 3px;
    font-size: 14px;
    line-height: 21px;
    padding: 4px 10px 2px 33px;
    color: #fff;
    font-style: italic;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.faq-detail--reply {
    margin: 35px 0 0;
}

.faq-reply--avatar {
    width: 34px;
    height: 34px;
    line-height: 0;
    background: #C4C4C4 none;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    float: left;
    margin: 0 0 0 10px;
}

.faq-reply--content {
    float: left;
    width: -webkit-calc(100% - 44px);
    width: -moz-calc(100% - 44px);
    width: calc(100% - 44px);
    background: #EAF5FF none;
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.faq-reply--content::after {
    content: '';
    width: 30px;
    height: 31px;
    background: transparent url('../images/arrow-reply.png') no-repeat center center;
    display: block;
    position: absolute;
    top: -20px;
    right: -10px;
}

.faq-reply--date {
    text-align: right;
}

.faq-reply--date span {
    line-height: 18px;
    color: #B3B3B3;
    font-weight: 500;
    font-size: 14px;
    background: transparent url('../images/calendar-faq.png') no-repeat left top;
    padding: 0 0 0 20px;
    display: inline-block;
}

.faq-reply--desc {
    margin: 15px 0 0;
}

.faq-reply--desc p:last-child {
    margin-bottom: 0;
}

.faq-reply--button {
    margin: 10px 0 0;
    text-align: right;
}

.faq-reply--button button {
    background: #DCE0E9 url('../images/reply.png') no-repeat left 12px top 8px;
    font-size: 14px;
    line-height: 21px;
    padding: 5px 10px 1px 33px;
    color: #333;
    font-style: italic;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
}

.faq-reply--form {
    margin: 25px 0 0;
}

.faq-reply--form .form-group {
    margin-bottom: 10px;
}

.faq-reply--form input.form-control {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 15px 14px;
    height: 50px;
}

.faq-reply--form textarea.form-control {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    min-height: 136px;
}

.faq-reply--form .form-group.form-group--btn {
    margin-bottom: 0;
    text-align: right;
}

.faq-reply--form .form-group.form-group--btn button {
    font-size: 14px;
    line-height: 21px;
    padding: 4px 30px 2px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #fff;
    background: #C92027 none;
    font-weight: 700;
}

.share-box {
    margin: 30px 0 0;
    text-align: right;
}

.share-box--wrapper {
    display: inline-block;
}

.share-box--text {
    float: left;
    line-height: 30px;
    padding: 0 0 0 23px;
    background: transparent url('../images/share.png') no-repeat left center;
    font-size: 14px;
    color: #333;
}

.share-box--wrapper a {
    float: left;
    display: block;
    margin: 0 0 0 15px;
}

.share-box--wrapper a:hover {
    opacity: .9;
}

.share-box--button {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
}

.share-box--facebook {
    background: transparent url('../images/share-facebook.png') no-repeat center center/100% 100%;
}

.share-box--youtube {
    background: transparent url('../images/share-youtube.png') no-repeat center center/100% 100%;
}

.share-box--linkin {
    background: transparent url('../images/share-linkedin.png') no-repeat center center/100% 100%;
}

.share-box--twitter {
    background: transparent url('../images/share-twitter.png') no-repeat center center/100% 100%;
}

.faq-related {
    margin: 30px 0 0;
}

.faq-related--title {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 10px;
    line-height: 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DEDEDE;
}

.faq-related ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-related li {
    margin: 15px 0 0;
    padding: 0 0 15px 25px;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}

.faq-related li::before {
    content: attr(data-number);
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #1576C4 none;
    font-size: 11px;
    line-height: 19px;
    text-align: center;
}

.faq-related--item h3 {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin: 0;
}

.faq-related--item h3 a {
    color: #333;
}

.faq-related--view {
    position: relative;
    padding: 0 0 0 20px;
    color: #989898;
    font-size: 12px;
    line-height: 16px;
    margin: 3px 0 0;
    background: transparent url('../images/views.png') no-repeat left center;
}

.turn-up {
    padding-top: 15px;
}

.turn-up--container {
    background: #fff none;
    padding: 45px 0;
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
}

.title {
    text-align: center;
    font-weight: 500;
    font-size: 38px;
    text-transform: uppercase;
    color: #333;
    margin: 0;
    line-height: 45px;
}

.subtitle {
    font-size: 16px;
    color: #333;
}

.turn-up--wrapper {
    display: block;
    max-width: 690px;
    margin: 60px auto 0;
}

.turn-up--tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.turn-up--tab ul li {
    position: relative;
    width: 100%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    padding: 14px 0 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #E7E7E7 none;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.turn-up--tab ul li:first-child {
    -webkit-border-radius: 23px 0 0 23px;
    -moz-border-radius: 23px 0 0 23px;
    border-radius: 23px 0 0 23px;
}

.turn-up--tab ul li:last-child {
    -webkit-border-radius: 0 23px 23px 0;
    -moz-border-radius: 0 23px 23px 0;
    border-radius: 0 23px 23px 0;
}

.turn-up--tab ul li:hover,
.turn-up--tab ul li.turn-up--active {
    background: #1576C4 none;
    color: #fff;
}

.turn-up--panel {
    margin: 30px 0 0;
}

.turn-up--content {
    display: none;
}

.turn-up--content:first-child {
    display: block;
}

.turn-up--guide {
    display: block;
    max-width: 690px;
    margin: 20px auto 0;
}

.turn-up--guide a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    line-height: 20px;
    position: relative;
}

.turn-up--guide a:hover {
    color: #1576C4;
}

.turn-up--guide a::before {
    content: '';
    width: 20px;
    height: 20px;
    background: transparent url('../images/arrow-guide.png') no-repeat center;
    display: block;
    position: relative;
    float: left;
    margin: 0 8px 0 0;
}

.turn-up--content .form-group {
    margin-bottom: 20px;
    position: relative;
}

.turn-up--content .form-group.form-group--btn {
    margin-bottom: 0;
}

.turn-up--content input.form-control {
    font-size: 14px;
    line-height: 20px;
    padding: 16px 15px 14px;
    height: 50px;
}

.turn-up--content select.form-control {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 30px 15px 15px;
    height: 50px;
    background: transparent url('../images/drop-down-gray.png') no-repeat right 15px center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.turn-up--content label {
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 20px;
}

.turn-up--content .form-group.form-group--btn button,
.turn-up--content .form-group.form-group--btn a {
    height: 36px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 9px 20px 7px;
    border: none;
    display: block;
    float: left;
    text-transform: uppercase;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
}

.btn-form--submit {
    background: #1576C4 none;
}

.btn-form--reset {
    background: #C92027 none;
    margin: 0 0 0 10px;
}

.btn-form--link {
    background: #1D93E3 none;
    margin: 0 0 0 10px;
}

.turn-up--content .form-group.form-group--btn button:hover,
.turn-up--content .form-group.form-group--btn a:hover {
    opacity: .8;
}

.introduce-service {
    margin-top: 10px;
    padding-bottom: 25px;
}

.introduce-service--item {
    padding: 40px 0;
    border-bottom: 1px solid #DEDEDE;
}

.introduce-service--icon {
    width: 105px;
    float: left;
}

.introduce-service--icon a {
    display: block;
    background: #1576C4 none;
    height: 105px;
    position: relative;
    line-height: 0;
}

.introduce-service--icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.introduce-service--content {
    float: left;
    width: -webkit-calc(100% - 125px);
    width: -moz-calc(100% - 125px);
    width: calc(100% - 125px);
    margin: 0 0 0 20px;
}

.introduce-service--content h3 {
    font-size: 18px;
    color: #333;
    margin: 0;
    font-weight: 700;
}

.introduce-service--content h3 a {
    color: #333;
}

.introduce-service--content h3 a:hover {
    color: #1576C4;
}

.introduce-service--desc {
    margin: 5px 0 0;
    color: #5C5C5C;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
}

.introduce-service--more {
    margin: 5px 0 0;
}

.introduce-service--more a {
    display: inline-block;
    line-height: 20px;
    padding: 0 18px 0 0;
    background: url('../images/arrow-down-blue.png') no-repeat right top 7px/10px auto;
    color: #1D93E3;
}

.introduce-service--more a:hover {
    opacity: .8;
}

.icon-location {
    width: 40px;
    height: 40px;
    background: transparent url('../images/places.png') no-repeat left 13px center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.turn-up--content input.form-control.tab-customer--date {
    background: transparent url('../images/calendar-gray.png') no-repeat right 15px center;
    padding-right: 45px;
}

.get-pass {
    display: inline-block;
    margin: 5px 0 0;
    color: #000;
    font-size: 18px;
}

.get-pass:hover {
    color: #1576C4;
}

.return-find {
    padding-top: 30px;
}

.logo-medlatec {
    text-align: center;
    line-height: 0;
    display: block;
    position: relative;
}

.logo-medlatec::after {
    content: '';
    width: 100%;
    height: 17px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: transparent url('../images/title-bg.png') no-repeat center/auto 100%;
}

.return-find--container {
    margin-top: 65px;
}

.return-find--info {
    margin-top: 40px;
}

.return-find--contact {
    border: 1px solid #B7D6EF;
    background: #fff none;
    padding: 20px;
}

.return-find--contact label,
.return-find--contact p {
    margin: 0;
    display: block;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    font-weight: 400;
    padding: 10px 0;
}

table.return-table {
    margin: 15px 0 0;
}

table.return-table th,
table.return-table td {
    padding: 16px 15px 14px;
    text-align: center;
    vertical-align: middle;
}

table.return-table th {
    border: 1px solid #1576C4;
    border-left: 3px solid #fff;
    background: #1576C4 none;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
}

table.return-table th:first-child {
    border-left: 1px solid #1576C4;
}

table.return-table td {
    font-size: 17px;
    line-height: 22px;
    color: #333;
    border: 1px solid #B7D6EF;
    background: #fff none;
}

table.return-table td.return-col--1 {
    text-align: left;
}

table.return-table td.return-table--title {
    background: #EAF5FF none;
    font-weight: 700;
    color: #333;
}

table.return-table .return-col--1 {
    width: 28%;
}

table.return-table .return-col--2 {
    width: 19.4%;
}

table.return-table .return-col--3 {
    width: 10%;
}

table.return-table .return-col--4 {
    width: 12.9%;
}

table.return-table .return-col--5 {
    width: 12.3%;
}

table.return-table .return-col--6 {
    width: 17.4%;
    font-weight: 700;
}

table.return-table td.return-red {
    color: #FF0000;
}

table.return-table td.return-blue {
    color: #231FFF;
}

table.return-table td.return-bold {
    font-weight: 700;
}

table.return-table td.return-left {
    text-align: left;
}

table.return-table td.return-right {
    text-align: right;
}

table.return-price {
    margin: 0;
}

table.return-price th,
table.return-price td {
    border: 1px solid #B7D6EF;
    text-align: center;
    padding: 16px 15px 14px;
}

table.return-price th.return-price--title {
    background: #1576C4 none;
    border: 1px solid #1576C4;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

table.return-price td {
    font-size: 17px;
    color: #333;
}

table.return-price th {
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    background: #EAF5FF none;
}

table.return-price .return-col--1,
table.return-price .return-col--4 {
    width: 28%;
}

table.return-price .return-col--2,
table.return-price .return-col--3 {
    width: 22%;
}

.return-note {
    margin: 15px auto 0;
    color: #808080;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    max-width: 500px;
    display: block;
    text-align: center;
}

.return-note span {
    color: #ff0000;
}

.return-down {
    margin: 30px 0 0;
    text-align: center;
}

.return-down a {
    display: inline-block;
    padding: 13px 50px 11px 15px;
    background: #25ACF8 url('../images/return-download.png') no-repeat right 15px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.return-down a:hover {
    background-color: #1576C4;
}

.return-picture {
    margin: 50px 0 0;
    border: 1px solid #B7D6EF;
    background: #fff none;
    padding: 45px 40px;
}

.return-desc {
    margin: 40px 0 60px;
}

.return-desc ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.return-desc ul li {
    font-size: 17px;
    line-height: 21px;
    color: #333;
    margin: 0;
    padding: 0;
    display: block;
}

.return-desc ul li::before {
    content: '-';
    display: block;
    position: relative;
    float: left;
    margin: 0 5px 0 0;
}

.return-content {
    font-size: 17px;
    line-height: 21px;
    color: #333;
    margin: 35px 0 0;
}

.return-picture--img {
    margin: 10px 0 0;
}

.return-picture--img img {
    width: 100%;
}

.return-find-2 .return-find--container {
    padding: 35px 20px;
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    margin-top: 40px;
    background: #fff none;
}

.return-find-2 .return-find--container .title {
    display: block;
    max-width: 600px;
    margin: 0 auto;
}

.return-find--wrapper {
    margin: 50px 0 0;
}

.return-find--partner {
    font-size: 18px;
    line-height: 21px;
    color: #333;
    margin: 0;
    display: block;
    font-weight: 700;
}

.return-find--partner span {
    color: #C92027;
}

.return-find--data {
    margin: 10px 0 0;
}

.return-find--data label {
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin: 0 0 5px;
    font-weight: 400;
}

.return-find--data input.form-control {
    font-size: 16px;
    line-height: 21px;
    padding: 15px 15px 14px;
    height: 50px;
}

.return-find--data input.form-control.data-date {
    background: transparent url('../images/calendar-gray.png') no-repeat right 15px center;
    padding-right: 45px;
}

.return-find--data button {
    padding: 15px 15px 14px;
    line-height: 21px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #C92027 none;
    display: block;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.return-find--data button:hover {
    opacity: .8;
}

.return-find--data .form-group {
    margin: 0;
}

.return-find--data .form-group.form-group--btn {
    padding-top: 24px;
}

.return-data--table {
    margin: 30px 0 0;
}

.return-data--note {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #333;
    padding-bottom: 6px;
    border-bottom: 1px solid #DEDEDE;
}

.return-find-2 .return-table--container {
    margin: 15px 0 0;
    padding-right: 10px;
    max-height: 535px;
    overflow-y: scroll;
}

.return-find-2 table {
    margin: 0;
}

.return-find-2 table th,
.return-find-2 table td {
    padding: 16px 15px 14px;
    text-align: center;
    vertical-align: middle;
}

.return-find-2 table th {
    border: 1px solid #1576C4;
    border-left: 3px solid #fff;
    background: #1576C4 none;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    line-height: 26px;
}

.return-find-2 table th:first-child {
    border-left: 1px solid #1576C4;
}

.return-find-2 table td {
    font-size: 17px;
    line-height: 22px;
    color: #333;
    border: 1px solid #B7D6EF;
    background: #EAF5FF none;
}

.return-find-2 table td.return-col--2 {
    text-align: left;
}

.return-find-2 table a {
    color: #0766CC;
}

.return-find-2 table a:hover {
    color: #25ACF8;
}

.return-find-2 .return-col--1 {
    width: 9%;
}

.return-find-2 .return-col--2 {
    width: 28%;
}

.return-find-2 .return-col--3 {
    width: 15%;
}

.return-find-2 .return-col--4 {
    width: 12%;
}

.return-find-2 .return-col--5 {
    width: 12%;
}

.return-find-2 .return-col--6 {
    width: 24%;
}

.return-data--price {
    font-size: 18px;
    line-height: 21px;
    color: #333;
    font-weight: 700;
    margin: 10px 0 0;
}

.return-data--price span {
    display: block;
    text-align: center;
    float: right;
    margin: 0 60px 0 0;
}

.return-data--table .return-note {
    font-size: 16px;
    max-width: 100%;
    margin-top: 45px;
    color: #1576C4;
    text-align: left;
    line-height: 19px;
}

.return-form--feedback label {
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 20px;
}

.return-form--feedback input.form-control {
    font-size: 16px;
    line-height: 19px;
    padding: 16px 15px 15px;
    height: 50px;
    max-width: 400px;
}

.return-form--feedback textarea.form-control {
    font-size: 16px;
    line-height: 19px;
    padding: 16px 15px 15px;
    height: 180px;
    max-width: 750px;
}

.return-form--feedback .form-group {
    margin: 30px 0 0;
}

.return-form--feedback .form-group.form-group--btn {
    margin-top: 15px;
}

.return-form--feedback .form-group.form-group--btn button {
    height: 36px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    padding: 8px 20px 7px;
    border: none;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #C92027 none;
}

.return-form--feedback .form-group.form-group--btn button:hover {
    opacity: .8;
}

.return-find.return-find-2 {
    margin-bottom: 30px;
}

.archive-news {
    padding-top: 15px;
    padding-bottom: 50px;
}

.archive-news--container h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    color: #333;
    border-bottom: 1px solid #DEDEDE;
}

.archive-news--container h1 span {
    padding-bottom: 8px;
    display: inline-block;
    border-bottom: 3px solid #1576C4;
}

.archive-news--item {
    padding: 35px 0;
    border-bottom: 1px solid #DEDEDE;
}

.archive-item--im a {
    display: block;
    line-height: 0;
}

.archive-item--img img {
    width: 100%;
}

.archive-item--content h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    margin: 0;
}

.archive-item--content h3 a {
    color: #333;
}

.archive-item--content h3 a:hover {
    color: #1576C4;
}

.archive-item--info,
.news-post--info,
.single-news--info {
    margin: 10px 0 0;
}

.archive-item--date,
.news-post--date,
.single-news--date {
    float: left;
    color: #B3B3B3;
    font-style: italic;
    font-size: 12px;
    line-height: 17px;
    padding: 5px 0 4px 20px;
    background: transparent url('../images/calendar-gray.png') no-repeat left top 5px/auto 14px;
    display: block;
}

.archive-item--cat,
.single-news--cat {
    float: left;
    color: #368AD0;
    font-style: italic;
    margin: 0 0 0 10px;
    padding: 5px 8px 4px 28px;
    font-size: 12px;
    line-height: 17px;
    background: #EAF5FF url('../images/post-editor.png') no-repeat left 8px top 6px/auto 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.archive-item--desc {
    margin: 20px 0 0;
}

.pagination-container {
    margin: 20px 0 0;
    text-align: right;
}

.pagination-wrapper {
    display: inline-block;
}

.pagination-wrapper a,
.pagination-wrapper span.pagination-active {
    width: 36px;
    height: 36px;
    display: block;
    float: left;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    font-size: 14px;
    margin: 0 6px;
    padding: 10px 0 9px;
}

.pagination-wrapper a {
    color: #333;
}

.pagination-wrapper a.pagination-prev {
    background: transparent url('../images/arrow-right-gray.png') no-repeat center;
}

.pagination-wrapper a.pagination-next {
    background: transparent url('../images/arrow-left-gray.png') no-repeat center;
}

.pagination-wrapper span {
    padding: 9px 0 8px;
    float: left;
    margin: 0 6px;
    line-height: 17px;
    display: block;
}

.pagination-wrapper a:hover,
.pagination-wrapper span.pagination-active,
.pagination-wrapper a.pagination-prev:hover {
    background-color: #1576C4;
    color: #fff;
    border: 1px solid #1576C4;
}

.news-post {
    background: #EEF1F7 none;
    padding: 20px;
}

.news-post h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DEDEDE;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}

.news-post--row {
    margin-left: -5px;
    margin-right: -5px;
}

.news-post--col {
    padding-left: 5px;
    padding-right: 5px;
}

.news-post--content h3 {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}

.news-post--content h3 a {
    color: #333;
}

.news-post--info {
    margin: 3px 0 0;
}

.news-post--img a {
    display: block;
    line-height: 0;
    height: 90px;
    overflow: hidden;
}

.news-post--img img {
    max-width: unset;
    position: relative;
    top: 50%;
    left: 50%;
    height: 90px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.news-post--item {
    padding: 15px 0;
    border-bottom: 1px solid #DEDEDE;
}

.sidebar-container .register-form {
    padding: 20px 12px;
}

.sidebar-container .register-form h2 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 25px;
}

.sidebar-container .register-form label {
    font-size: 15px;
    line-height: 18px;
}

.sidebar-container .register-form input.form-control {
    height: 40px;
    font-size: 14px;
    line-height: 18px;
}

.sidebar-container .register-form textarea.form-control::-webkit-input-placeholder {
    color: transparent;
}

.sidebar-container .register-form textarea.form-control::-moz-placeholder {
    color: transparent;
}

.sidebar-container .register-form textarea.form-control:-ms-input-placeholder {
    color: transparent;
}

.sidebar-container .register-form textarea.form-control:-moz-placeholder {
    color: transparent;
}

.sidebar-container .register-form .form-group {
    margin-bottom: 15px;
}

.sidebar-container .register-form input.form-control,
.sidebar-container .register-form textarea.form-control {
    background: #fff none;
}

.sidebar-container .register-form .form-group.form-group--btn {
    margin-bottom: 0;
}

.sidebar-container .register-form .form-group.form-group--btn button {
    font-size: 16px;
    line-height: 19px;
    padding: 9px 20px 7px;
}

.news-main.single-news-main {
    padding-top: 0;
    padding-bottom: 35px;
}

.register-main.single-register-main {
    padding-bottom: 50px;
}

.single-news {
    padding-top: 15px;
    padding-bottom: 40px;
}

.single-news--container h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin: 0;
    color: #333;
}

.single-news--wrapper {
    padding-top: 10px;
    border-top: 1px solid #DEDEDE;
    margin: 6px 0 0;
}

.share-social a {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 10px 0 0;
    position: relative;
    line-height: 0;
    overflow: hidden;
}

.share-social a:last-child {
    margin-right: 0;
}

.share-social a:hover {
    opacity: .8;
}

.single-news--content {
    margin: 20px 0 0;
}

    .single-news--content p img {
        text-align: center;
        display: block;
        margin:auto;
    }

    .single-news--content p em {
        text-align: center;
        display: block;
        
    }

.single-news--content p:last-child {
    margin-bottom: 0;
}

.single-news--content p ins {
    font-style: italic;
    color: #767676;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
}

    .single-news--content h2, h3, h4 {
        font-size: 1.5rem;
    }



.comment-container {
    margin: 20px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #DEDEDE;
}

.comment-icon {
    float: left;
    width: 32px;
    height: 32px;
    background: transparent url('../images/comment-icon.png') no-repeat center;
    display: block;
}

.comment-title-header {
    float: left;
    font-size: 22px;
    line-height: 32px;
    color: #333;
    font-weight: 700;
    padding: 0 0 0 10px;
    border-left: 1px solid #DEDEDE;
    margin: 0 0 0 12px;
}

.comment-item {
    border: 1px solid #E2E2E2;
    padding: 15px;
    margin: 20px 0 0;
    background: #FFF none;
}

.comment-avatar {
    width: 54px;
    height: 54px;
    display: block;
    position: relative;
    float: left;
    line-height: 0;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #C4C4C4 none;
}

.comment-avatar img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.comment-wrapper {
    float: left;
    margin: 0 0 0 10px;
    width: -webkit-calc(100% - 64px);
    width: -moz-calc(100% - 64px);
    width: calc(100% - 64px);
}

.comment-name {
    color: #C92027;
    font-size: 14px;
    line-height: 16px;
    float: left;
    font-weight: 700;
}

.comment-date {
    float: left;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 0 26px;
    background: transparent url('../images/calendar-gray.png') no-repeat left 6px top/auto 14px;
    display: block;
    color: #B3B3B3;
    border-left: 1px solid #DEDEDE;
    margin: 0 0 0 7px;
}

.comment-body-content {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

.comment-body-footer {
    margin: 10px 0 0;
}

.comment-btn-reply {
    background: transparent url('../images/comment-reply.png') no-repeat left top 1px;
    color: #1576C4;
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 0 18px;
    display: block;
    font-style: italic;
}

.comment-footer {
    margin: 15px 0 0;
}

.comment-form h3 {
    margin: 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.comment-form form {
    display: block;
    margin: 10px 0 0;
    padding: 30px 20px;
    background: #F2F2F2 none;
}

.comment-form input.form-control {
    height: 40px;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.comment-form textarea.form-control {
    height: 240px;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.comment-form .form-group {
    margin-bottom: 15px;
}

.comment-form .form-group.form-group--btn {
    margin-bottom: 0;
}

.comment-form .form-group.form-group--btn button {
    height: 40px;
    font-size: 16px;
    line-height: 19px;
    padding: 11px 20px 10px;
    border: none;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #C92027 none;
}

.comment-form .form-group.form-group--btn button:hover {
    opacity: .8;
}

.popup-container {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8) none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.popup-wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    max-width: 450px;
    background: #fff none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 70px 50px;
}

.popup-close {
    position: absolute;
    top: -37px;
    right: 0;
    display: block;
    line-height: 0;
    cursor: pointer;
}

.popup-logo {
    line-height: 0;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.popup-subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #333;
}

.popup-link {
    margin: 30px 0 0;
}

.popup-link a {
    display: block;
    border: 1px solid #1576C4;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    padding: 11px 15px;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.popup-link a:hover {
    color: #fff;
    background: #1576C4 none;
}

.popup-link a:last-child {
    margin-bottom: 0;
}

.schedule-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #1576C4;
    margin: 0 0 20px;
}

.schedule-text {
    font-size: 16px;
    line-height: 19px;
    color: #333;
    margin: 0 0 10px;
}

.schedule-service {
    margin: 0 0 18px;
}

.schedule-radio--item input[type="radio"] {
    float: left;
    position: relative;
    top: 3px;
    margin: 0 5px 0 0;
}

.schedule-radio--item label {
    font-size: 16px;
    line-height: 19px;
    color: #333;
    margin: 0;
    display: block;
}

.schedule-radio--item label::after {
    content: '';
    display: table;
    clear: both;
}

.base-container {
    padding-top: 15px;
    padding-bottom: 40px;
}

.base-container .title {
    font-weight: 700;
}

.base-row {
    margin-left: -40px;
    margin-right: -40px;
}

.base-col {
    padding-left: 40px;
    padding-right: 40px;
}

.base-item {
    margin-top: 40px;
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    background: #fff none;
    padding: 0 0 35px;
}

.base-img img {
    width: 100%;
}

.base-item .base-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    margin: 25px 0 0;
    padding: 0 20px;
    text-align: center;
    color: #1576C4;
}

.base-address {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    padding: 0 20px;
    text-align: center;
    margin: 8px 0 0;
}

.customer-container {
    padding-top: 15px;
    padding-bottom: 40px;
}

.customer-col {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.customer-col-left {
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
    max-width: 310px;
}

.customer-col-right {
    -ms-flex: 1;
    flex: 1;
}

.customer-sidebar {
    background: #EEF1F7 none;
}

.customer-info {
    padding: 20px 15px;
}

.customer-info-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -8px;
    margin-left: -8px;
}

.customer-info-col {
    position: relative;
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
}

.customer-info-left {
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    max-width: 72px;
}

.customer-info-right {
    -ms-flex: 1;
    flex: 1;
}

.customer-info--img {
    width: 58px;
    height: 58px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #1576C4 none;
}

.customer-info--img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.customer-info--wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customer-info--code {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #333;
}

.customer-info--name {
    font-size: 18px;
    line-height: 21px;
    color: #1576C4;
    font-weight: 700;
}

.customer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.customer-menu ul li {
    border-top: 1px solid #DEDEDE;
}

.customer-menu a {
    padding: 16px 20px 15px 45px;
    font-size: 14px;
    line-height: 16px;
    display: block;
    position: relative;
    color: #333;
}

.customer-menu a:before {
    content: '';
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.customer-menu li.customer-ttcn a::before {
    background: transparent url('../images/ttcn.png') no-repeat center;
}

.customer-menu li.customer-lsk a::before {
    background: transparent url('../images/lsk.png') no-repeat center;
}

.customer-menu li.customer-qdtkh a::before {
    background: transparent url('../images/qdtkh.png') no-repeat center;
}

.customer-menu li.customer-lsgd a::before {
    background: transparent url('../images/lsgd.png') no-repeat center;
}

.customer-menu li.customer-ctudkh a::before {
    background: transparent url('../images/ctudkh.png') no-repeat center;
}

.customer-menu li.customer-gydv a::before {
    background: transparent url('../images/gydv.png') no-repeat center;
}

.customer-menu li.customer-dxtk a::before {
    background: transparent url('../images/dxtk.png') no-repeat center;
}

.customer-menu li:hover a,
.customer-menu li.customer-menu--active a {
    background: #1576C4 none;
    color: #fff;
}

.customer-menu li:hover a::before,
.customer-menu li.customer-menu--active a::before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.customer-wrapper .title {
    font-weight: 700;
}

.customer-wrapper-1 .title {
    text-transform: none;
    text-align: left;
}

.customer-content {
    margin: 20px 0 0;
}

.customer-form-row {
    margin-left: -10px;
    margin-right: -10px;
}

.customer-form-col {
    padding-left: 10px;
    padding-right: 10px;
}

.customer-form-row label,
.customer-password-row label {
    display: block;
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #333;
}

.customer-form-row input.form-control,
.customer-password-row input.form-control {
    font-size: 14px;
    line-height: 16px;
    padding: 13px 15px 11px;
    height: 40px;
}

.customer-form-row input.form-control[readonly] {
    background: #fff none;
}

.customer-form-row select.form-control {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 25px 12px 10px;
    height: 40px;
    background: transparent url('../images/drop-down-gray.png') no-repeat right 10px top 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.customer-form-row .customer-radio label {
    font-weight: 400;
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    line-height: 40px;
    padding: 0 32px 0 0;
    background: #fff url('../images/customer-sex.png') no-repeat right center;
}

.customer-form-row .customer-radio label:last-child {
    margin-right: 0;
}

.customer-form-row .customer-radio label.customer-radio-active {
    background-image: url('../images/customer-sex-checked.png');
}

.customer-form-row .customer-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.customer-form-row .form-group,
.customer-password-row .form-group {
    margin-bottom: 25px;
}

.customer-form-row .form-group.form-group--btn {
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.customer-form-row .form-group.form-group-policy {
    margin-bottom: 10px;
}

.customer-form-row label.customer-policy {
    color: #FF0000;
    padding: 0 0 0 32px;
    background: #fff url('../images/customer-sex.png') no-repeat left center;
    position: relative;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.customer-form-row label.customer-policy.customer-policy-active {
    background-image: url('../images/customer-sex-checked.png');
}

.customer-policy-note {
    margin-bottom: 0;
    padding: 0 0 0 32px;
    color: #333;
    font-size: 14px;
    line-height: 16px;
}

.customer-form-row label.customer-policy input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.customer-btn--upgrade {
    float: left;
    display: block;
    padding: 12px 15px;
    background: #1576C4 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border: none;
}

.customer-bnt--charge {
    float: left;
    display: block;
    padding: 12px 15px;
    background: #C92027 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border: none;
    margin: 0 0 0 15px;
}

.customer-btn--upgrade:hover,
.customer-bnt--charge:hover {
    opacity: .8;
    color: #fff;
}

#customer_birthday {
    background: transparent url('../images/calendar-gray.png') no-repeat right 10px center;
    padding-right: 40px;
}

.table-return table th {
    border: 1px solid #1576C4;
    border-left: 3px solid #fff;
    background: #1576C4 none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
    padding: 16px 15px 14px;
}

.table-return table th:first-child {
    border-left: 1px solid #1576C4;
}

.table-return table td {
    font-size: 16px;
    line-height: 19px;
    color: #333;
    border: 1px solid #B7D6EF;
    background: #EAF5FF none;
    padding: 16px 15px 14px;
    vertical-align: middle;
    text-align: center;
}

.table-return table td.table-return-2 {
    text-align: left;
}

.table-return .table-return-1 {
    width: 12%;
}

.table-return .table-return-2 {
    width: 34%;
}

.table-return .table-return-3 {
    width: 24%;
}

.table-return .table-return-4 {
    width: 30%;
}

.accordion-item--head {
    border: 1px solid #DCDCDC;
    border-top: none;
    padding: 16px 20px 14px;
    position: relative;
    display: block;
}

.accordion-item:first-child .accordion-item--head {
    border-top: 1px solid #DCDCDC;
}

.accordion-item--head h2 {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    font-weight: 400;
    padding-right: 25px;
}

.accordion-item-btn {
    width: 17px;
    height: 17px;
    display: block;
    background: transparent url('../images/plus.png') no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.accordion-item.accordion-item-active .accordion-item-btn {
    background-image: url('../images/minus.png');
}

.accordion-item--content {
    border: 1px solid #DCDCDC;
    border-top: none;
    padding: 20px 25px;
    display: none;
}

.accordion-item--content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-item--content ul li {
    margin: 0 0 5px;
    padding: 0 0 0 15px;
    font-size: 13px;
    line-height: 15px;
    color: #333;
    position: relative;
}

.accordion-item--content ul li:last-child {
    margin-bottom: 0;
}

.accordion-item--content ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1576C4 none;
    position: absolute;
    top: 5px;
    left: 0;
}

.customer-wrapper .title {
    text-transform: none;
}

.lsgd-info--item {
    border: 1px solid #B7D6EF;
    background: #fff none;
    padding: 15px 20px;
}

.lsgd-info--item label {
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding: 5px 0;
}

.lsgd-info--item p {
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 19px;
    padding: 5px 0;
}

.customer-content .title {
    margin-top: 30px;
}

.lsgd-detail {
    margin: 15px 0 0;
    border: 1px solid #B7D6EF;
    padding: 20px;
}

.lsgd-total-price {
    font-size: 20px;
    line-height: 23px;
    color: #1576C4;
    font-weight: 700;
}

.lsgd-total-price span {
    font-size: 28px;
}

.lsgd-find {
    margin: 10px 0 0;
}

.lsgd-find--row {
    margin-left: -5px;
    margin-right: -5px;
}

.lsgd-find--col {
    padding-left: 5px;
    padding-right: 5px;
}

.lsgd-find--select {
    border: 1px solid #ced4da;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 6px 10px 4px;
}

.lsgd-find--select::after {
    content: '';
    display: table;
    clear: both;
}

.lsgd-find--select select {
    font-size: 16px;
    line-height: 25px;
    padding: 0 25px 0 0;
    height: 25px;
    background: transparent url('../images/drop-down-gray.png') no-repeat right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #848484;
    float: left;
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px);
    border: none;
    display: block;
}

.lsgd-find--year {
    font-size: 16px;
    line-height: 25px;
    padding: 6px 25px 4px 10px;
    height: 37px;
    background: transparent url('../images/drop-down-gray.png') no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #848484;
    width: 100%;
    display: block;
    border: 1px solid #ced4da;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.lsgd-find--select label {
    float: left;
    font-size: 16px;
    line-height: 25px;
    padding: 0;
    display: block;
    margin: 0;
    color: #848484;
    width: 35px;
}

.lsgd-find--text {
    padding: 6px 10px 4px;
    height: 37px;
    font-size: 16px;
    line-height: 25px;
    background: #F1F1F1 none;
}

.lsgd-table {
    margin: 10px 0 0;
}

.lsgd-table table {
    margin: 0;
}

.lsgd-table table th {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #145374;
    vertical-align: middle;
}

.lsgd-table table td {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    vertical-align: middle;
}

.lsgd-table table th:first-child,
.lsgd-table table td:first-child {
    padding-left: 0;
}

.lsgd-table table td:last-child {
    color: #00B7A8;
}

.lsgd-table .lsgd-col-1 {
    width: 13%;
}

.lsgd-table .lsgd-col-2 {
    width: 34%;
}

.lsgd-table .lsgd-col-3 {
    width: 15%;
}

.lsgd-table .lsgd-col-4 {
    width: 15%;
}

.lsgd-table .lsgd-col-5 {
    width: 23%;
}

.customer-password-row .form-group.form-group--btn {
    padding: 25px 0 0;
}

.customer-password-row button {
    float: left;
    display: block;
    padding: 11px 15px 10px;
    background: #C92027 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border: none;
    margin: 0 15px 0 0;
}

.customer-password-row button:last-child {
    margin-right: 0;
}

.customer-password-row button.btn-form--reset {
    background: #D9D9D9 none;
    color: #333;
}

.customer-password-row button:hover {
    opacity: .8;
}

.customer-wrapper.customer-wrapper-5 .title {
    font-size: 20px;
    line-height: 23px;
}

.gydv-form label {
    display: block;
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 20px;
}

.gydv-form input.form-control {
    font-size: 14px;
    line-height: 19px;
    padding: 16px 15px 15px;
    height: 50px;
}

.gydv-form textarea.form-control {
    font-size: 14px;
    line-height: 19px;
    height: 220px;
}

.gydv-form .form-group {
    margin-bottom: 25px;
}

.gydv-form .form-group.form-group--btn {
    margin-bottom: 0;
    text-align: center;
}

.gydv-form .form-group.form-group--btn button {
    display: inline-block;
    padding: 12px 15px;
    background: #C92027 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    border: none;
    margin: 0;
}

.gydv-form .form-group.form-group--btn button:hover {
    opacity: .8;
}

.doctor-list-main {
    padding-top: 15px;
    padding-bottom: 30px;
}

.find-doctor {
    background: #1576C4 none;
    padding: 20px 15px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.find-doctor-title {
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    font-weight: 700;
}

.find-doctor .form-group {
    margin: 20px 0 0;
}

.find-doctor label {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    display: block;
    margin: 0 0 5px;
}

.find-doctor input.form-control,
.find-doctor select.form-control {
    font-size: 14px;
    line-height: 19px;
    padding: 12px 10px;
    height: 43px;
}

.find-doctor input.form-control.find-doctor-date {
    background: #fff url('../images/calendar-gray.png') no-repeat right 10px center;
    padding-right: 40px;
}

.find-doctor select.form-control.find-doctor-select {
    background: #fff url('../images/drop-down-gray.png') no-repeat right 10px center;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.find-doctor .form-group.form-group--btn button {
    display: inline-block;
    padding: 9px 30px 8px;
    background: #F9E483 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 23px;
    color: #333;
    border: none;
    margin: 0;
    font-weight: 700;
}

.doctor-main-container .title {
    text-align: left;
    font-weight: 700;
    text-transform: none;
}

.doctor-main-subtitle {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.doctor-main-list {
    margin: 8px 0 0;
}

.doctor-main-item {
    border: 1px solid #D6D6D6;
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 10px 20px;
    margin: 0 0 30px;
}

.doctor-main-item:last-child {
    margin-bottom: 0;
}

.doctor-item-img {
    float: left;
    width: 25%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.doctor-item-img img {
    width: 100%;
}

.doctor-item-info {
    float: left;
    padding: 0 0 0 10px;
    display: block;
    width: 75%;
}

.doctor-item-name {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #1576C4;
    margin: 0;
}

.doctor-item-job {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin: 10px 0 0;
}

.doctor-item-price {
    font-size: 14px;
    line-height: 16px;
    color: #333;
    margin: 5px 0 0;
}

.doctor-item-price span {
    color: #C92027;
    font-size: 15px;
    font-weight: 700;
}

.doctor-item-time {
    margin: 10px 0 0;
}

.doctor-item-time label {
    display: block;
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 16px;
    color: #1576C4;
    font-weight: 400;
}

.doctor-item-time label.doctor-no-time {
    color: #C92027;
    margin-bottom: 0;
}

.doctor-item-time .doctor-time-item {
    float: left;
    display: block;
    padding: 11px 12px;
    border: 1px solid #D6D6D6;
    font-size: 14px;
    line-height: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 7px 9px 0;
}

.doctor-item-button button {
    display: inline-block;
    padding: 12px 20px 10px;
    background: #C92027 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    border: none;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.doctor-item-button button:hover {
    opacity: .8;
}

.page404 {
    height: 100vh;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.page404-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.page404-home a {
    display: inline-block;
    background: #1576C4 none;
    z-index: 0;
    position: relative;
    font-size: 25px;
    line-height: 29px;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 30px 14px;
}

.page404-home a::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 2px;
    width: 100%;
    height: 100%;
    background: #535353 none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: -2;
}

.page404-home a::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1576C4 none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: -1;
}

.page404-home a:hover {
    opacity: .8;
}

.thanks-page {
    height: 100vh;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.thanks-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.thanks-title {
    font-size: 100px;
    line-height: 133px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1576C4;
}

.thanks-subtitle {
    font-size: 21px;
    line-height: 25px;
}

.thanks-home {
    margin: 50px 0 0;
}

.thanks-home a {
    padding: 14px 25px 14px 42px;
    font-size: 21px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    background: #1576C4 url('../images/arrow-left-white.png') no-repeat left 22px center;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
}

.thanks-home a:hover {
    opacity: .8;
}

.specialist {
    padding-top: 15px;
    padding-bottom: 15px;
}

.specialist.specialist-child {
    padding-bottom: 30px;
}

.specialist-item {
    margin-bottom: 45px;
}

.specialist-box {
    padding: 20px 15px 25px;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
}

.specialist-img a {
    display: block;
    line-height: 0;
}

.specialist-img img {
    width: 100%;
}

.specialist-title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.specialist-title a {
    color: #1576C4;
}

.specialist-description {
    font-size: 16px;
    line-height: 19px;
    color: #5B5B5B;
    text-align: justify;
    margin: 20px 0 0;
}

.specialist-more {
    text-align: center;
    margin: 20px 0 0;
}

.specialist-more a {
    font-size: 16px;
    line-height: 19px;
    padding: 8px 25px 8px 18px;
    background: #1576C4 url('../images/arrow-right-white.png') no-repeat right 15px center;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.specialist-more a:hover {
    opacity: .8;
}

.specialist-child h1 {
    font-size: 35px;
    line-height: 41px;
    color: #1576C4;
    margin: 0;
    font-weight: 700;
}

.specialist-child--desc {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    margin: 10px 0 0;
}

.specialist-child--img {
    display: block;
    line-height: 0;
    margin: 30px 0 0;
}

.specialist-child--img img {
    width: 100%;
}

.specialist-service {
    margin: 50px 0 0;
}

.specialist-service .main-title,
.specialist-material .main-title {
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 700;
}

.specialist-service--wrapper {
    margin-top: 20px;
    background: #EAF5FF none;
    padding: 30px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.specialist-service-item {
    border-top: 1px solid #DEDEDE;
    padding: 20px 0 0 30px;
    background: transparent url('../images/plus-circle.png') no-repeat left top 20px;
    margin: 20px 0 0;
}

.specialist-service--col:nth-child(1) .specialist-service-item,
.specialist-service--col:nth-child(2) .specialist-service-item {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
    background-position: left top;
}

.specialist-service-item h3 {
    font-size: 18px;
    line-height: 21px;
    color: #1576C4;
    margin: 0 0 5px;
    font-weight: 700;
}

.specialist-service-item p:last-child {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
}

.specialist .doctor-main .main-title {
    font-weight: 700;
}

.specialist-material-desc {
    margin: 15px 0 0;
}

.specialist-material-wrapper {
    margin: 20px 0 0;
}

.specialist-material-item {
    border: 2px solid #E1E1E1;
    border-bottom: none;
    padding: 10px;
}

.specialist-material-item:last-child {
    border-bottom: 2px solid #E1E1E1;;
}

.specialist-material--img {
    min-height: 170px;
    overflow: hidden;
    position: relative;
}

.specialist-material--img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: unset;
}

.specialist-material--col h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #1576C4;
    margin: 0 0 15px;
}

.specialist-material--col p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
}

.specialist-material--col p:last-child {
    margin-bottom: 0;
}

.recruitment {
    padding-top: 15px;
    padding-bottom: 30px;
}

.recruitment-sticky {
    background: #fff none;
    z-index: 0;
    -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, .1);
    box-shadow: 6px 6px 14px rgba(0, 0, 0, .1);
}

.recruitment-sticky--img {
    padding: 20px 50px 20px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.recruitment-sticky--img a {
    display: block;
    line-height: 0;
    z-index: 0;
}

.recruitment-sticky--img a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: 50%;
    background: #1576C4 none;
    display: block;
    z-index: -1;
}

.recruitment-sticky--img a::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
    height: calc(100% - 40px);
    background: #1576C4 none;
    display: block;
    z-index: -1;
}

.recruitment-sticky--img img {
    width: 100%;
}

.recruitment-sticky-content {
    padding: 20px 30px 0 0;
    height: 100%;
    position: relative;
}

.recruitment-sticky h1 {
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
    color: #333;
    padding: 0 0 10px;
    border-bottom: 1px solid #DEDEDE;
    margin: 0;
}

.recruitment-sticky--content {
    margin: 50px 0 0;
}

.recruitment-sticky--content h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
}

.recruitment-sticky--content h3 a {
    color: #1576C4;
}

.recruitment-sticky--content h3 a:hover {
    opacity: .8;
}

.recruitment-sticky-desc {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    text-align: justify;
}

.recruitment-more {
    margin: 30px 0 0;
}

.recruitment-more a,
.recruitment-item-more a {
    display: inline-block;
    padding: 0 12px 0 0;
    font-style: italic;
    font-size: 14px;
    line-height: 16px;
    color: #1576C4;
    background: transparent url('../images/arrow-right.png') no-repeat right top 3px/auto 10px;
}

.recruitment-more a:hover,
.recruitment-item-more a:hover {
    opacity: .8;
}

.recruitment-date {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #B3B3B3;
    padding: 0 0 0 20px;
    background: transparent url('../images/calendar-faq.png') no-repeat left center/auto 14px;
}

.recruitment-list {
    margin: 30px 0 0;
}

.recruitment-list h2 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #1576C4;
}

.recruitment-list-item {
    margin: 40px 0 0;
    padding: 20px;
    border: 1px solid #CCD7E0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.recruitment-item-img a {
    display: block;
    line-height: 0;
    margin-top: -40px;
}

.recruitment-item-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.recruitment-item-wrapper h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.recruitment-item-wrapper h3 a {
    color: #1576C4;
}

.recruitment-item-desc {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 16px;
}

.recruitment-item-more {
    margin: 10px 0 0;
}

.recruitment-item-date {
    position: absolute;
    right: 10px;
    bottom: -10px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #B3B3B3;
    padding: 0 0 0 20px;
    background: transparent url('../images/calendar-faq.png') no-repeat left center/auto 14px;
}

.recruitment .pagination-container {
    text-align: center;
    margin-top: 40px;
}

.see-more {
    margin: 20px 0 0;
    text-align: center;
}

.see-more a {
    padding: 15px 50px 14px 30px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    font-weight: 700;
    background: #1576C4 url('../images/arrow-white.png') no-repeat right 20px top 13px;
    display: inline-block;
    text-transform: uppercase;
}

.doctor-team {
    padding-top: 15px;
    padding-bottom: 40px;
}

.doctor-team.doctor-team-detail {
    padding-bottom: 0;
}

.find-doctor-team {
    display: block;
    border: 2px solid #C1C1C1;
    max-width: 730px;
    margin: 0 auto;
    padding: 25px;
}

.find-doctor-team .doctor-team-row {
    margin-left: -8px;
    margin-right: -8px;
}

.find-doctor-team .doctor-team-col {
    padding-right: 8px;
    padding-left: 8px;
}

.find-doctor-team .form-group {
    margin-bottom: 0;
}

.find-doctor-team .form-control {
    font-size: 16px;
    line-height: 21px;
    padding: 12px 15px 11px;
    height: 44px;
    background: #F3F3F3 none;
    color: #333;
    display: block;
}

.find-doctor-team select.form-control {
    padding-right: 30px;
    background: #F3F3F3 url('../images/drop-down.png') no-repeat right 10px top 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}

.find-doctor-team button {
    color: #fff;
    font-weight: 700;
    font-style: italic;
    background: #C92027 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    height: 44px;
    width: 100%;
    text-align: center;
    border: none;
    font-size: 16px;
    padding: 12px 15px 11px;
    line-height: 21px;
}

.find-doctor-team button:hover {
    opacity: .8;
}

.doctor-team .main-title {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    text-transform: none;
    margin-top: 30px;
    border-bottom: none;
    padding-bottom: 0;
}

.doctor-team-item {
    margin: 30px 0 0;
    text-align: center;
}

.doctor-team-img a {
    display: block;
    line-height: 0;
}

.doctor-team-img img {
    width: 100%;
}

.doctor-team-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin: 15px 0 0;
}

.doctor-team-name a {
    color: #1576C4;
}

.doctor-team-desc {
    margin: 6px 0 0;
    font-size: 16px;
    line-height: 19px;
}

.doctor-main.doctor-team-detail .doctor-item {
    border-bottom: none;
}

.doctor-main.doctor-team-detail .doctor-title a {
    color: #1576C4;
}

.doctor-main.doctor-team-detail .doctor-title a:hover {
    opacity: .8;
}

.doctor-main.doctor-team-detail .doctor-item p {
    font-size: 16px;
    line-height: 19px;
}

.doctor-detail-info {
    margin-top: 50px;
}

.doctor-detail-info .doctor-info-row {
    margin-left: 0;
    margin-right: 0;
}

.doctor-detail-info .doctor-info-col {
    padding: 30px 0;
    background: #F7F7F7 none;
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 0;
}

.doctor-info-social {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.doctor-info-social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.doctor-info-social ul li {
    text-align: center;
    display: block;
    margin: 0 0 20px;
}

.doctor-info-social ul li:last-child {
    margin: 0;
}

.doctor-info-social ul li a {
    display: block;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 32px;
    margin: 0 auto;
}

.doctor-info-social ul li a img {
    width: 100%;
}

.doctor-info-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.doctor-info-box {
    padding: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}

.doctor-info-head h1 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 700;
    color: #1576C4;
    margin: 0;
}

.doctor-info-head p {
    font-size: 18px;
    line-height: 21px;
    margin: 3px 0 0;
}

.doctor-info-position {
    background: #00BDAA none;
    padding: 12px 15px 11px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.doctor-head-position {
    text-align: right;
}

.doctor-info-footer {
    margin: 20px 0 0;
    border-top: 1px solid #DEDEDE;
    padding: 20px 0 0;
}

.doctor-info-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.doctor-info-footer ul li {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 20px;
}

.doctor-info-footer ul li:last-child {
    margin-bottom: 0;
}

.doctor-info-wrapper {
    margin-top: 80px;
}

.doctor-team .doctor-info-wrapper .main-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 20px;
}

.doctor-info-wrapper p:last-child {
    margin-bottom: 0;
}

.bidding {
    padding-top: 15px;
    padding-bottom: 30px;
}

.bidding .subtitle {
    max-width: 530px;
    margin: 5px auto 0;
}

.bidding .see-more {
    margin-top: 30px;
}

.bidding .see-more a {
    font-size: 20px;
    text-transform: none;
    font-weight: 400;
    padding: 15px 50px 15px 30px;
    background-position: right 20px top 14px;
}

.bidding .return-table--container {
    margin-top: 40px;
}

.bidding .return-table--container table {
    margin: 0;
}

.bidding .return-table--container table th {
    border: 1px solid #1576C4;
    border-left: 3px solid #fff;
    background: #1576C4 none;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    padding: 16px 15px 14px;
}

.bidding .return-table--container table th:first-child {
    border-left: 1px solid #1576C4;
}

.bidding .return-table--container table td {
    font-size: 18px;
    line-height: 21px;
    color: #333;
    border: 1px solid #B7D6EF;
    background: #EAF5FF none;
    vertical-align: middle;
    padding: 16px 15px 14px;
}

.bidding .return-table--container table td:nth-child(1),
.bidding .return-table--container table td:nth-child(3),
.bidding .return-table--container table td:nth-child(5),
.bidding .return-table--container table td:nth-child(6) {
    text-align: center;
}

.bidding .return-table--container table .return-col--1 {
    width: 9%;
}

.bidding .return-table--container table .return-col--2 {
    width: 18%;
}

.bidding .return-table--container table .return-col--3 {
    width: 14.5%;
}

.bidding .return-table--container table .return-col--4 {
    width: 28.8%;
}

.bidding .return-table--container table .return-col--5 {
    width: 19%;
}

.bidding .return-table--container table .return-col--6 {
    width: 10.7%;
}

.bidding .return-table--container a {
    padding: 0 0 0 35px;
    background: transparent url('../images/tai-ve.png') no-repeat left center;
    line-height: 26px;
    color: #1576C4;
    font-size: 18px;
}

.recruitment-detail-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 220px;
    position: relative;
}

.recruitment-detail-img {
    margin-right: 35px;
    max-width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}

.recruitment-detail-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.recruitment-button {
    padding: 16px 30px 15px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    font-weight: 700;
    background: #C92027 none;
    display: block;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}

.recruitment-detail-info h1 {
    font-size: 28px;
    line-height: 33px;
    color: #1576C4;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.recruitment-detail-date {
    color: #B3B3B3;
    font-style: italic;
    font-size: 12px;
    line-height: 17px;
    padding: 5px 0 4px 20px;
    background: transparent url('../images/calendar-gray.png') no-repeat left top 5px/auto 14px;
    display: block;
    margin: 20px 0 0;
}

.recruitment-detail-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0;
    padding: 0;
    list-style: none;
}

.recruitment-detail-social li {
    margin: 0 10px 0 0;
}

.recruitment-detail-social li:last-child {
    margin: 0;
}

.recruitment-detail-body {
    margin: 25px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid #DEDEDE;
}

.recruitment-detail-content {
    margin: 0 0 40px;
}

.recruitment-detail-content:last-child {
    margin: 0;
}

.recruitment-detail-content h3 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 40px;
}

.recruitment-detail-tt h3 {
    background: transparent url('../images/recruitment-tt.png') no-repeat left center;
}

.recruitment-detail-mtcv h3 {
    background: transparent url('../images/recruitment-mtcv.png') no-repeat left center;
}

.recruitment-detail-yc h3 {
    background: transparent url('../images/recruitment-yc.png') no-repeat left center;
}

.recruitment-detail-ql h3 {
    background: transparent url('../images/recruitment-ql.png') no-repeat left center;
}

.recruitment-detail-hsbg h3 {
    background: transparent url('../images/recruitment-hsbg.png') no-repeat left center;
}

.recruitment-detail-ctnhs h3 {
    background: transparent url('../images/recruitment-ctnhs.png') no-repeat left center;
}

.recruitment-detail-content ul {
    margin: 0;
    padding: 0 0 0 40px;
    list-style: none;
}

.recruitment-detail-content p {
    padding: 0 0 0 40px;
}

.recruitment-detail-content p:last-child {
    margin: 0;
}

.recruitment.recruitment-detail {
    -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 14px rgba(0, 0, 0, .1);
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 50px;
}

.recruitment.recruitment-online {
    padding-bottom: 0;
}

.recruitment-online .title {
    font-weight: 700;
    text-transform: none;
}

.recruitment-online .subtitle {
    font-size: 18px;
    line-height: 21px;
    color: #858585;
    margin-top: 5px;
}

.recruitment-online-tab {
    margin: 65px 0 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recruitment-online-tab li {
    position: relative;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    z-index: 0;
}

.recruitment-online-tab li:first-child {
    text-align: left;
}

.recruitment-online-tab li:last-child {
    text-align: right;
}

.recruitment-online-tab li::before {
    content: '';
    width: 100%;
    height: 6px;
    background: #1576C4 none;
    display: block;
    position: absolute;
    left: 0;
    bottom: 9px;
    z-index: -2;
}

.recruitment-online-tab li:first-child::before {
    display: none;
}

.recruitment-online-tab li.active::before {
    width: -webkit-calc(150% - 25px);
    width: -moz-calc(150% - 25px);
    width: calc(150% - 25px);
    left: -webkit-calc(-100% + 25px);
    left: -moz-calc(-100% + 25px);
    left: calc(-100% + 25px);
    z-index: -1;
}

.recruitment-online-tab li::after {
    content: '';
    width: 100%;
    height: 6px;
    background: #E1E1E1 none;
    display: block;
    position: absolute;
    left: 0;
    bottom: 9px;
    z-index: -2;
}

.recruitment-online-tab li.active:last-child::after {
    background: #1576C4 none;
}

.recruitment-online-tab li span {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #959595;
    position: relative;
}

.recruitment-online-tab li span::after {
    content: '';
    width: 25px;
    height: 25px;
    background: #E1E1E1 none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
}

.recruitment-online-tab li.active span {
    color: #1576C4;
}

.recruitment-online-tab li.active span::after {
    background: #1576C4 none;
}

.recruitment-online-title {
    margin: 30px 0 20px;
    font-size: 30px;
    line-height: 35px;
    color: #1576C4;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.recruitment-online-wrapper {
    background: #F1F1F1 none;
    padding: 40px;
}

.recruitment-online-wrapper.recruitment-online-ttcn .form-group {
    display: -ms-flexbox;
    display: flex;
}

.recruitment-online-wrapper.recruitment-online-ttcn .form-group label {
    margin: 0 10px 0 0;
    max-width: 180px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 10px 14px;
    color: #858585;
    border: 1px solid #ced4da;
    background: #fff none;
}

.recruitment-online-wrapper input.form-control {
    font-size: 16px;
    line-height: 19px;
    padding: 16px 10px 15px;
    height: 50px;
    color: #858585;
}

.recruitment-online-wrapper input.form-control.recruitment-birthday {
    background: #fff url('../images/calendar-gray.png') no-repeat right 10px center;
    padding-right: 40px;
}

.recruitment-online-wrapper.recruitment-online-ttcn .recruitment-select {
    font-size: 16px;
    line-height: 19px;
    padding: 16px 25px 15px 10px;
    height: 50px;
    background: #fff url('../images/drop-down-gray.png') no-repeat right 10px top 23px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #858585;
}

.recruitment-online-wrapper.recruitment-online-tpgd {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}

.recruitment-online-wrapper.recruitment-online-tpgd .form-group {
    text-align: right;
}

.recruitment-online-wrapper.recruitment-online-tpgd label {
    font-size: 18px;
    line-height: 21px;
    color: #333;
    font-weight: 700;
    margin: 0;
    display: block;
    text-align: left;
}

.recruitment-online-wrapper.recruitment-online-tpgd input.form-control {
    margin-top: 15px;
}

.recruitment-btn-add {
    background: #fff url('../images/plus-bg.png') no-repeat left 10px center;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 15px 7px 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    color: #1576C4;
    margin: 10px 0 0;
}

.recruitment-submit-form {
    text-align: center;
    margin: 50px 0 0;
}

.recruitment-submit-form button {
    background: #1576C4 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 13px 30px 12px;
    border: none;
}

.recruitment-submit-form button:hover {
    opacity: .8;
}

.recruitment-submit-form button.recruitment-submit-finish {
    background: #C92027 none;
}

.medlatec-map {
    position: relative;
    z-index: 0;
}

.map-container {
    height: 730px;
    overflow: hidden;
}

.map-container iframe {
    width: 100%;
    height: 730px;
}

.map-sidebar {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -420px;
    height: 100%;
    max-width: 420px;
    background: #fff none;
    -webkit-box-shadow: 3px 0 4px rgba(0, 0, 0, .25);
    box-shadow: 3px 0 4px rgba(0, 0, 0, .25);
    -webkit-transition: left .3s;
    transition: left .3s;
}

.map-sidebar.map-sidebar-active {
    left: 0;
}

.map-toggle-btn {
    position: absolute;
    right: -23px;
    top: 20px;
    background: #fff url('../images/map-dropdown-right.png') no-repeat center;
    width: 21px;
    height: 40px;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .1), 0 4px 14px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1), 0 4px 14px rgba(0, 0, 0, .1);
    display: block;
    border: none;
}

.map-toggle-btn.map-toggle-active {
    background-image: url('../images/map-dropdown-left.png');
}

.map-find {
    padding: 15px 10px;
    background: #1576C4 none;
}

.map-find .form-group {
    margin-bottom: 10px;
}

.map-find .form-group:last-child {
    margin-bottom: 0;
}

.map-select {
    padding: 12px 25px 11px 10px;
    height: 40px;
    background: #fff url('../images/map-dropdown-down.png') no-repeat right 10px top 18px;
    font-size: 14px;
    line-height: 17px;
    color: #5F5F5F;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.map-location {
    padding: 15px;
    overflow-y: scroll;
    height: -webkit-calc(100% - 120px);
    height: -moz-calc(100% - 120px);
    height: calc(100% - 120px);
}

.map-item {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px;
}

.map-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.map-info {
    margin: 0 20px 0 0;
    width: 100%;
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.map-info h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #333;
    margin: 0;
}

.map-info address {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #8C8C8C;
}

.location-phone {
    padding: 0 0 0 17px;
    background: transparent url('../images/phone-blue.png') no-repeat left center;
    font-size: 14px;
    line-height: 16px;
    color: #1576C4;
    font-weight: 700;
    margin: 10px 0 0;
}

.map-detail-img {
    margin: -15px;
}

.map-detail h3 {
    font-size: 20px;
    line-height: 23px;
    color: #1576C4;
    font-weight: 700;
    margin: 30px 0 0;
}

.map-detail-gd {
    font-size: 16px;
    line-height: 19px;
    color: #333;
    font-weight: 700;
    margin: 5px 0 0;
}

.map-detail-info {
    margin: 10px 0 0;
    padding: 10px 0 0;
    list-style: none;
    border-top: 1px solid #E6E6E6;
}

.map-detail-info li {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 19px;
    color: #333;
}

.map-detail-info li:last-child {
    margin: 0;
}

.map-detail-info li[class^="map-detail-"] {
    padding-left: 20px;
}

.map-detail-info li.map-detail-address {
    background: transparent url('../images/map-address.png') no-repeat left center;
}

.map-detail-info li.map-detail-phone {
    background: transparent url('../images/phone-blue.png') no-repeat left center;
}

.map-detail-info li.map-detail-web {
    background: transparent url('../images/map-web.png') no-repeat left center;
}

.map-detail-info li.map-detail-face {
    background: transparent url('../images/map-face.png') no-repeat left center;
}

.map-all-location {
    margin: 10px 0 0;
    border-top: 1px solid #E6E6E6;
    padding: 10px 0 0;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    font-weight: 700;
}

.medlatec-map-detail .map-location {
    overflow-y: visible;
}

.map-detail-button {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px 9px;
    background: #C92027 none;
    border: none;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.map-detail-button:hover {
    opacity: .8;
    color: #fff;
}

.news-main .see-more {
    margin-top: 30px;
}

.news-main .see-more a {
    font-size: 20px;
    line-height: 23px;
    text-transform: none;
    font-weight: 400;
    background-position: right 20px top 15px;
}

.banner-skdn a {
    display: block;
    background: #f2f7f9 none;
    text-align: center;
}

.partner-slider {
    border: 1px solid #C6C6C6;
}

.partner-slider .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.partner-slider .item {
    height: 100%;
}

.partner-slider .partner-item {
    display: block;
    height: 190px;
    position: relative;
    width: 100%;
}

.partner-slider .partner-item::after {
    content: '';
    position: absolute;
    top: 0;
    right: -4px;
    width: 1px;
    height: 100%;
    background: #C6C6C6 none;
}

.partner-slider.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-height: 120px;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.partner-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -32px;
    background: #1576C4 none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.partner-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -32px;
    background: #1576C4 none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.box-img-slider.owl-carousel .owl-nav button i {
    width: 34px;
    height: 70px;
}

.box-img-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background: #1576C4 none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.box-img-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    background: #1576C4 none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.title-plus {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #1576C4;
    padding: 0 0 0 48px;
    background: transparent url('../images/plus-large.png') no-repeat left top;
    margin: 55px 0 25px;
}

.title-plus.title-plus-first {
    margin-top: 0;
}

.box-img-content {
    background: transparent url('../images/bg-image-doctor.png') no-repeat center/cover;
    z-index: 0;
    position: relative;
    padding: 50px 0;
}

.box-img-content::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7) none;
    z-index: -1;
}

.form-ksk {
    background: #fff none;
    padding: 23px 25px;
    border: 2px solid #ccc;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.form-ksk h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #333;
    text-align: center;
}

.form-ksk .form-group {
    margin: 20px 0 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.form-ksk input.form-control {
    height: 40px;
    font-size: 14px;
    line-height: 17px;
    padding: 12px 15px 11px;
    color: #333;
}

.form-ksk textarea.form-control {
    padding: 12px 15px 11px;
    font-size: 14px;
    line-height: 17px;
}

.form-ksk .form-col-4 {
    max-width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
}

.form-ksk .form-col-6 {
    max-width: -webkit-calc(60% - 15px);
    max-width: -moz-calc(60% - 15px);
    max-width: calc(60% - 15px);
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.form-ksk input.form-control[type='number'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}

.form-ksk input.form-control:nth-child(2) {
    margin-left: 15px;
}

.form-ksk .form-group.form-group--btn {
    text-align: center;
    display: block;
}

.form-ksk .form-group.form-group--btn button {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    background: #1576C4 none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 13px 50px 11px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

.form-ksk .form-group.form-group--btn button:hover {
    opacity: .8;
}

.body-skdn {
    padding-top: 30px;
}

.body-skdn .title {
    font-weight: 700;
    text-align: left;
    text-transform: none;
}

.sapo-subtitle {
    font-size: 14px;
    font-weight: 700;
    margin: 10px 0 0;
}

.line {
    height: 1px;
    width: 100%;
    background: #DEDEDE none;
    margin: 25px 0;
}

.sub-content ul {
    margin: 0;
}

.sub-content ul li {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 10px;
}

.sub-content ul li:last-child {
    margin: 0;
}

.sub-content ul.content-step {
    background: #EAF5FF none;
    border: 1px dashed #1576C4;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    list-style: none;
    padding: 30px;
}

.sub-content ul.content-step li {
    font-size: 20px;
    line-height: 23px;
}

.sub-content ul.content-step li b {
    color: #1576C4;
}

.content-box {
    margin: 35px 0 0;
}

.box-sk {
    border: 2px solid #1576C4;
    background: #fff none;
    position: relative;
    padding: 40px 30px;
    height: 100%;
}

.box-sk.box-sk-worker {
    background: transparent url('../images/worker-gray.png') no-repeat center;
}

.box-sk.box-sk-enterprise {
    background: transparent url('../images/enterprise-gray.png') no-repeat center;
}

.box-sk h4 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-sk ul {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.box-sk ul li {
    font-size: 16px;
    line-height: 19px;
    padding: 0 0 0 25px;
    background: transparent url('../images/arrow-box.png') no-repeat left top 3px;
    margin: 0 0 25px;
}

.box-sk ul li:last-child {
    margin: 0;
}

.box-sk-icon {
    width: 125px;
    height: 125px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.box-sk-icon img {
    position: absolute;
    top: 15px;
    left: 15px;
}

.box-sk-icon::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 125px solid transparent;
    border-bottom: 125px solid transparent;
    border-top: 125px solid #1576C4;
    z-index: -1;
}

.qtk-item {
    display: table;
    margin: 20px 0 0;
}

.qtk-row {
    display: table-row;
}

.qtk-number {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    background: #1576C4 none;
    font-weight: 500;
    font-size: 31px;
    line-height: 36px;
    color: #fff;
}

.qtk-content {
    display: table-cell;
    border: 1px solid #DEDEDE;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    height: 130px;
    vertical-align: middle;
}

.qtkt-item {
    padding: 30px 40px;
    border: 1px solid #1576C4;
    background: #EAF5FF none;
    text-align: center;
    margin: 20px 0 0;
}

.qtkt-title {
    font-size: 16px;
    line-height: 19px;
    margin: 10px 0 0;
}

.qtkt-more {
    margin: 15px 0 0;
}

.qtkt-more a {
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 20px;
    color: #fff;
    background: #C92027 none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.qtkt-more a:hover {
    opacity: .8;
}

.sub-content ul.no-style-list {
    list-style: none;
}

.body-qtk .sub-content ul.no-style-list li {
    margin: 0 0 5px;
}

.body-qtk .sub-content ul.no-style-list li:last-child {
    margin: 0;
}

table.table-qtk {
    margin: 20px 0 0;
}

table.table-qtk th {
    padding: 15px 20px 13px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #1576C4 none;
    border: 1px solid #1576C4;
    border-right: 1px solid #fff;
    vertical-align: middle;
    width: 20%;
}

table.table-qtk th:last-child {
    border-right: 1px solid #1576C4;
}

table.table-qtk td {
    border: 1px solid #1576C4;
    padding: 15px 20px 13px;
    font-size: 16px;
    line-height: 19px;
}

table.table-qtk ul {
    padding: 0 0 0 10px;
}

.register-main.qtk-main {
    margin-top: 50px;
    padding-bottom: 0;
}

.register-main.qtk-main .register-form {
    padding: 25px;
}

.register-main.qtk-main .register-form h2 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
}

.register-main.qtk-main .register-form .form-group {
    margin-bottom: 15px;
}

.register-main.qtk-main .register-form .form-group:last-child {
    margin-bottom: 0;
}

.register-main.qtk-main .register-form label {
    font-size: 14px;
    line-height: 16px;
}

.register-main.qtk-main .register-form input.form-control {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 10px;
    background-color: #fff;
    height: 40px;
}

.register-main.qtk-main .register-form textarea.form-control {
    background-color: #fff;
    padding: 12px 10px;
    font-size: 14px;
    line-height: 16px;
}

.register-main.qtk-main .register-form .form-group.form-group--btn button {
    font-size: 18px;
    line-height: 21px;
    padding: 13px 30px 10px;
}

.choose-main-new {
    padding: 30px 60px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.choose-main-new h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #1576C4;
    margin: 0;
    text-align: center;
}

.choose-item {
    display: -ms-flexbox;
    display: flex;
    margin: 100px 0 0;
}

.choose-item-icon {
    max-width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    margin: 0 20px 0 0;
}

.choose-item-text {
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
}

.blvp-main .choose-item {
    margin-top: 60px;
}

.title-sub-content {
    background: #EBEBEB none;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    padding: 12px 15px 10px;
    font-weight: 700;
}

.sub-content ul.list-content-step {
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 50px;
}

.sub-content ul.list-content-step li {
    position: relative;
    display: block;
    min-height: 20px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    padding: 0 15px 0 45px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 20px 0 0;
}

.sub-content ul.list-content-step li span {
    width: 20px;
    height: 20px;
    display: block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #1576C4 none;
    text-align: center;
}

.font-16 {
    font-size: 16px;
    line-height: 19px;
}

.note-sub-content {
    font-size: 16px;
    line-height: 19px;
    font-style: italic;
    margin: 15px 0 0;
}

.note-sub-content b {
    margin: 0 5px 0 0;
}

.logo-bh.row {
    margin: 0;
    border: 1px solid #DEDEDE;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
    -webkit-transition: max-height .3s;
    transition: max-height .3s;
}

.logo-bh.row.active {
    max-height: 2000px;
}

.logo-bh-col {
    padding: 0;
}

.logo-bh-item {
    border: 1px solid #DEDEDE;
    padding: 20px 40px;
    height: 100%;
    text-align: center;
}

.logo-bh-img {
    height: 80px;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.logo-bh-img img {
    max-height: 100%;
}

.logo-bh-title {
    border-top: 1px solid #DEDEDE;
    margin: 15px 0 0;
    padding: 15px 0 0;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #1576C4;
}

.body-blvp .see-more a {
    font-size: 16px;
    line-height: 19px;
    text-transform: none;
    padding: 11px 45px 10px 30px;
    background-position: right 20px top 10px;
    background-size: 21px auto;
}

.body-blvp .see-more a.active {
    background-image: url('../images/arrow-white-active.png');
}

.xntn-intro {
    margin-top: 20px;
}

.xntn-intro-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xntn-intro-container li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.xntn-intro-container li.xntn-intro-1 {
    background: #1576C4 none;
}

.xntn-intro-container li.xntn-intro-2 {
    background: #1D93E3 none;
}

.xntn-intro-container li.xntn-intro-3 {
    background: #0D8ED7 none;
}

.xntn-intro-container li.xntn-intro-4 {
    background: #24ACF8 none;
}

.xntn-intro-item {
    text-align: center;
    padding: 30px 20px;
}

.xntn-intro-item h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 30px 0 0;
    color: #fff;
}

.xntn-intro-item p {
    margin: 15px 0 0;
    text-align: justify;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.xntn-service {
    margin-top: 50px;
}

.xntn-service .title {
    color: #1576C4;
    font-weight: 700;
    text-transform: none;
}

.xntn-service-container {
    margin-top: 40px;
}

.xntn-service-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.xntn-service-content li {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    align-items: center;
}

.xntn-service-content li:last-child {
    margin: 0;
}

.xntn-service-icon {
    margin-right: 20px;
    max-width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    background: #fff none;
    z-index: 0;
}

.xntn-service-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 40px;
}

.xntn-service-icon::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #000;
}

.xntn-service-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #A2C7E8 none;
    position: absolute;
    top: 3px;
    left: 4px;
    z-index: -2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.xntn-service-text {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.xntn-service-img {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.xntn-service-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.xntn-why-choose {
    background: #EAF5FF none;
    padding: 60px 0 40px;
    margin-top: 50px;
}

.xntn-why-choose .title {
    font-weight: 700;
    text-transform: none;
}

.xntn-why-container {
    margin-top: 60px;
}

.xntn-why-item {
    margin: 0 0 40px;
}

.xntn-why-icon {
    height: 70px;
    position: relative;
}

.xntn-why-icon img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 70px;
}

.xntn-why-text {
    margin: 20px 0 0;
}

.xntn-why-text h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin: 0;
}

.xntn-why-text p {
    margin: 15px 0 0;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    color: #62676D;
}

.xntn-register {
    text-align: center;
}

.xntn-register a {
    display: inline-block;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 500;
    background: #C92027 url('../images/arrow-white.png') no-repeat right 20px top 16px;
    padding: 15px 50px 15px 30px;
    color: #fff;
}

.xntn-register a:hover {
    opacity: .8;
}

.feedback-customer {
    padding: 40px 0 60px;
    background: transparent url('../images/feedback-bg.png') no-repeat center/cover;
    position: relative;
    z-index: 0;
}

.feedback-customer::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(21, 118, 196, .87) none;
    z-index: -1;
}

.feedback-customer h2 {
    font-weight: 700;
    color: #fff;
    text-transform: none;
}

.feedback-slider {
    margin: 50px 0 0;
}

.feedback-customer-item {
    padding: 15px 30px 30px;
    background: #fff none;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 4px 4px 14px rgba(0, 0, 0, .25);
    box-shadow: 4px 4px 14px rgba(0, 0, 0, .25);
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.feedback-customer-avatar {
    margin-right: 20px;
    max-width: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}

.feedback-customer-avatar img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.feedback-customer-info h3 {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    color: #1576C4;
    margin: 0;
}

.feedback-customer-position {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    margin: 5px 0 0;
    font-style: italic;
}

.feedback-customer-text {
    margin: 10px 0 0;
    color: #62676D;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
}

.feedback-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -37px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
}

.feedback-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -37px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}

.feedback-slider.owl-carousel .owl-nav button {
    background: #1576C4 none;
}

.feedback-slider.owl-carousel .owl-nav button i {
    width: 34px;
    height: 70px;
}

.xntn-hatt {
    margin-top: 60px;
}

.xntn-hatt .title {
    text-transform: none;
    font-weight: 700;
}

.xntn-hatt-container {
    margin-top: 15px;
}

.xntn-hatt-img ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.xntn-hatt-img li {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    padding: 0 10px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.xntn-hatt-item {
    position: relative;
    min-height: 155px;
    overflow: hidden;
}

.xntn-hatt-img li img {
    position: absolute;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.xntn-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 20px 0 0;
    min-height: 330px;
}
.xntn-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.xntn-step {
    margin-top: 60px;
}

.xntn-step .title {
    font-weight: 700;
    text-transform: none;
}

.xntn-step .sub-content {
    margin-top: 35px;
}

.xntn-form-dk {
    margin-top: 35px;
    background: transparent url('../images/feedback-bg.png') no-repeat center/cover;
    position: relative;
    z-index: 0;
}

.xntn-form-dk::before {
    content: '';
    background: rgba(255, 255, 255, .84) none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block;
}

.xntn-form-wrapper {
    background: #fff none;
    border: 2px solid #1576C4;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    padding: 30px 25px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.xntn-form-wrapper h3 {
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    margin: 0;
}

.xntn-form-wrapper .form-group {
    margin: 25px 0 0;
}

.xntn-form-wrapper .form-group:first-child {
    margin-top: 35px;
}

.xntn-form-wrapper .form-group.form-group-flex {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.xntn-form-wrapper .form-group.form-group-flex input.form-control {
    max-width: -webkit-calc(40% - 20px);
    max-width: -moz-calc(40% - 20px);
    max-width: calc(40% - 20px);
}

.xntn-form-wrapper .form-group.form-group-flex input.form-control:first-child {
    margin-right: 20px;
    max-width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
}

.xntn-form-wrapper input.form-control {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 10px;
    height: 44px;
}

.xntn-form-wrapper textarea.form-control {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 10px;
}

.xntn-form-wrapper .form-group.form-group--btn {
    text-align: center;
}

.xntn-form-wrapper .form-group.form-group--btn button {
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 13px 30px 11px;
}

.xntn-form-wrapper .form-group.form-group--btn button:hover {
    opacity: .8;
}

@media only screen and (max-width: 1199px) {
    .header-main {
        padding-top: 0;
    }

    .nav-main {
        position: relative;
        background: #DEECFF none;
        padding: 7px 0;
    }

    .language-main {
        float: left;
    }

    .language-main select {
        height: 31px;
    }

    .language-main .language-flag {
        line-height: 31px;
    }

    .search-form {
        width: 100%;
        background: #F1EAEA none;
        padding: 8px 0;
        top: 45px;
        display: none;
    }

    .banner-feature {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    .notice-main {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    .banner-feature--row {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    .notice-text {
        background: #DEECFF;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -260px;
        height: 100%;
        background: #fff none;
        z-index: -999;
        opacity: 0;
        transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        max-width: 260px;
        width: 100%;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
        box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    }

    .nav-menu.nav-menu--active {
        right: 0;
        display: block;
        z-index: 99999;
        opacity: 1;
    }

    .nav-menu--wrapper {
        position: relative;
        overflow-y: scroll;
        height: 100%;
    }

    .nav-menu--wrapper.container {
        padding-left: 0;
        padding-right: 0;
    }

    body.no-scroll {
        overflow: hidden;
    }

    .nav-menu--header {
        display: block;
    }

    .nav-menu--wrapper ul {
        margin: 0 0 0 15px;
    }
    .nav-menu--wrapper ol {
        margin: 0 0 0 15px;
    }

    .nav-menu--wrapper li {
        float: none;
        display: block;
    }

    .nav-menu--wrapper > ul > li:first-child {
        display: none;
    }
    .nav-menu--wrapper > ol > li:first-child {
        display: none;
    }
    .nav-menu--wrapper li a {
        display: block;
        position: relative;
        font-size: 16px;
        color: #333;
        padding: 12px 0;
        border-bottom: 1px solid #EFEFEF;
        line-height: 22px;
        height: auto;
        font-weight: 400;
    }

    .nav-menu--wrapper li a:hover,
    .nav-menu--wrapper li:hover a {
        background: transparent none;
    }

    .nav-menu--wrapper .sub-menu {
        position: relative;
        width: 100%;
        top: 0;
        opacity: 1;
        z-index: 1;
        background: transparent;
        margin-left: 0;
        display: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-menu--wrapper .sub-menu .sub-menu {
        left: 0;
    }

    .nav-menu--wrapper .sub-menu li {
        border-bottom: none;
    }

    .nav-menu--wrapper .sub-menu li a {
        padding-left: 15px;
        font-weight: 400;
        font-size: 15px;
        color: #333;
    }

    .nav-menu--wrapper .sub-menu li a:hover {
        color: #333;
    }

    .arrow-children {
        background: transparent url('../images/arrrow-down.png') no-repeat center center;
        width: 22px;
        height: 22px;
        position: absolute;
        display: block;
        right: 10px;
        top: 14px;
        text-align: center;
    }

    .arrow-children.arrow-active {
        background-image: url('../images/arrrow-up.png');
    }

    .nav-menu--wrapper .sub-menu li a:hover {
        background: transparent none;
    }

    .faq-archive--container {
        margin-top: 0;
    }

    .faq-archive--wrapper {
        margin-top: 20px;
    }

    .lsgd-info .lsgd-info--col {
        margin-top: 20px;
    }

    .lsgd-info .lsgd-info--col:first-child {
        margin-top: 0;
    }

    .doctor-info-social {
        text-align: center;
        padding: 20px 0;
    }

    .doctor-info-social ul {
        display: inline-block;
    }

    .doctor-info-social ul li {
        float: left;
        margin: 0 20px 0 0;
    }

    .doctor-info-img {
        position: relative;
    }

    .doctor-detail-info .doctor-info-col {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .doctor-head-position {
        text-align: left;
    }

    .doctor-info-position {
        margin: 20px 0 0;
    }

    .doctor-info-wrapper,
    .doctor-detail-info {
        margin-top: 0;
    }

    .bidding .return-table--container a {
        text-indent: -999999px;
        display: inline-block;
        width: 27px;
        padding: 0;
    }

    .bidding .return-table--container table th,
    .bidding .return-table--container table td {
        font-size: 16px;
        line-height: 19px;
    }

    .box-sk {
        height: auto;
    }

    .box-sk.box-sk-enterprise,
    .form-ksk {
        margin-top: 30px;
    }

    .choose-item {
        margin-top: 80px;
    }

    .choose-main-new {
        padding: 30px 40px;
    }

    .blvp-main .choose-item {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-main {
        margin-top: 25px;
    }

    .contact-info {
        text-align: center;
    }

    .contact-info h3 {
        color: #fff;
        font-weight: 700;
    }

    .social-main {
        display: inline-block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .social-main1 {
        display: inline-block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .contact-main li {
        border-top: 1px solid #365A8F;
        color: #BEBEBE;
        padding: 15px 0 15px 40px;
    }

    .news-title {
        font-weight: 500;
        font-size: 15px;
    }

    .main-title {
        font-size: 18px;
        line-height: 22px;
    }

    .news-main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-item {
       padding-top: 15px;
    }

    .news-item::after {
        margin-top: 15px;
    }

    .news-more a {
        padding: 9px 25px;
        font-size: 16px;
        text-transform: none;
        font-weight: 400;
    }

    .faq-main {
        background: transparent none;
    }

    .faq-main::before {
        display: none;
    }

    .faq-wrapper {
        float: none;
        max-width: 100%;
        padding: 25px 15px;
        background: transparent none;
        border: 1px solid #DCDCDC;
    }

    .faq-title {
        text-align: center;
        color: #333;
        font-size: 18px;
        line-height: 22px;
    }

    .faq-quest {
        text-align: center;
        margin-top: 15px;
    }

    .faq-quest a {
        font-weight: 500;
        font-size: 18px;
        background: #1D93E3 none;
        color: #fff;
        padding: 9px 25px;
        text-transform: none;
    }

    .contact-main li img,
    .faq-list li,
    .arrow-left,
    .arrow-right,
    .service-icon img {
        -webkit-filter: brightness(1) invert(0);
        filter: brightness(1) invert(0);
    }

    .faq-list li a {
        color: #000;
        font-size: 14px;
    }

    .video-main {
        padding-top: 30px;
    }

    .video-slider.owl-carousel .owl-nav button.owl-prev,
    .doctor-slider.owl-carousel .owl-nav button.owl-prev {
        top: -50px;
        right: 15px;
        background: transparent none;
    }

    .video-slider.owl-carousel .owl-nav button.owl-next,
    .doctor-slider.owl-carousel .owl-nav button.owl-next {
        top: -50px;
        right: 0;
        background: transparent none;
    }

    .arrow-left,
    .arrow-right {
        width: 15px;
    }

    .faq-more a {
        -webkit-filter: brightness(1) invert(0);
        filter: brightness(1) invert(0);
        color: #1576C4;
        font-size: 14px;
    }

    .feature-item {
        height: 100%;
        min-height: 120px;
    }

    .feature-item img {
        height: 40px;
    }

    .feature-name {
        font-size: 16px;
        margin-top: 10px;
        line-height: 22px;
    }

    .line-title {
        font-size: 28px;
        font-weight: 500;
        text-transform: none;
    }

    .service-list {
        margin-top: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .service-item {
        padding: 15px;
        border: none;
    }

    .service-title {
        font-size: 16px;
    }

    .service-item p {
        font-size: 13px;
        margin-top: 5px;
    }

    .specialist-main .line-title {
        max-width: 100%;
    }

    .specialist-list li:last-child::after {
        display: none;
    }

    .specialist-list .specialist-list--col:last-child li:last-child::after {
        display: block;
    }

    .specialist-list {
        max-height: 280px;
        height: auto;
        overflow: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .specialist-list.specialist-list--active {
        height: 100%;
        max-height: 2800px;
    }

    .service-icon {
        background: transparent none;
    }

    .specialist-main {
        background: transparent none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .doctor-main,
    .service-main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .news-box--left {
        margin-bottom: 12px;
    }

    .news-box--list {
        border-top: 1px solid #DCDCDC;
    }

    .schedule-container {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }

    .faq-main.service-faq {
        margin-bottom: 30px;
    }

    .faq-main.service-faq .faq-wrapper {
        background: #1D93E3 none;
    }

    .faq-main.service-faq .faq-title {
        color: #fff;
    }

    .faq-main.service-faq .faq-quest a {
        background: #fff none;
        color: #1D93E3;
    }

    .faq-main.service-faq .faq-quest a:hover {
        background: #183661 none;
        color: #fff;
    }

    .faq-main.service-faq .faq-list li,
    .faq-main.service-faq .faq-more a {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .faq-main.service-faq .faq-list li:hover,
    .faq-main.service-faq .faq-more a:hover {
        -webkit-filter: brightness(1) invert(0);
        filter: brightness(1) invert(0);
    }

    .video-slider.owl-carousel .owl-nav button.owl-prev:hover,
    .doctor-slider.owl-carousel .owl-nav button.owl-prev:hover,
    .video-slider.owl-carousel .owl-nav button.owl-next:hover,
    .doctor-slider.owl-carousel .owl-nav button.owl-next:hover {
        background: transparent none;
    }

    .faq-sidebar {
        margin-top: 30px;
    }

    .faq-answer .faq-send {
        display: inline-block;
    }

    .faq-page.faq-detail .faq-rating {
        display: none;
    }

    .faq-detail--container h1 {
        border-top: 1px solid #DEDEDE;
        border-bottom: none;
        padding: 15px 0 0;
    }

    .faq-page.faq-detail .service-menu--select {
        float: right;
        position: relative;
        margin-bottom: 15px;
    }

    .turn-up--container {
        background: transparent none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 10px 0;
    }

    .introduce-service--item {
        padding: 25px 0;
    }

    .turn-up--wrapper {
        margin-top: 40px;
    }

    .return-find--info {
        margin-top: 20px;
    }

    .return-find--contact {
        margin-top: 10px;
    }

    table.return-table th {
        font-size: 16px;
        line-height: 20px;
    }

    table.return-table td,
    table.return-price th,
    table.return-price td {
        font-size: 14px;
        line-height: 18px;
    }

    .return-find--container .title,
    .return-picture .title {
        font-size: 30px;
        font-weight: 700;
    }

    table.return-price th.return-price--title {
        font-size: 17px;
    }

    .return-find--data .form-group {
        margin-top: 10px;
    }

    .return-find--data .form-group.form-group--btn {
        padding-top: 0;
        text-align: right;
    }

    .return-find--data button {
        display: inline-block;
        width: auto;
        padding: 15px 30px 14px;
    }

    .return-data--price span {
        margin-right: 0;
    }

    .return-find-2 .return-find--container {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .return-find-2 .return-table--container {
        padding-right: 0;
    }

    .return-find-2 table th {
        font-size: 16px;
        line-height: 21px;
    }

    .return-find-2 table td {
        font-size: 14px;
        line-height: 18px;
    }

    .archive-item--content h3 {
        margin-top: 15px;
    }

    .comment-form-col {
        margin-bottom: 15px;
    }

    .comment-form-col:last-child {
        margin-bottom: 0;
    }

    .base-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .base-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .customer-col-left,
    .customer-col-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .customer-col-right {
        margin-top: 30px;
    }

    .customer-info {
        cursor: pointer;
        background: transparent url('../images/arrow-right-black.png') no-repeat right 15px center;
    }

    .customer-info.customer-info--active {
        background-image: url('../images/arrow-down-black.png');
    }

    .customer-menu {
        display: none;
    }

    .customer-menu a {
        padding-left: 30px;
    }

    .customer-menu a::before {
        width: 30px;
        background-position: left center!important;
    }

    .customer-menu li:hover a,
    .customer-menu li.customer-menu--active a {
        background: transparent none;
        color: #333;
    }

    .customer-menu li:hover a::before,
    .customer-menu li.customer-menu--active a::before {
        -webkit-filter: brightness(1) invert(0);
        filter: brightness(1) invert(0);
    }

    .customer-wrapper .title {
        text-align: center;
    }

    .customer-sidebar {
        background: transparent none;
    }

    .customer-info {
        padding: 15px 0;
        background-position: right 10px center;
    }

    .doctor-list-main {
        padding-top: 0;
    }

    .doctor-main-container {
        margin-top: 20px;
    }

    .specialist-service--col:nth-child(2) .specialist-service-item {
        padding-top: 20px;
        border-top: 1px solid #DEDEDE;
        margin-top: 20px;
        background-position: left top 20px;
    }

    .recruitment-sticky h1 {
        border-bottom: none;
        padding-bottom: 0;
        text-align: center;
        font-size: 28px;
        line-height: 33px;
    }

    .recruitment-sticky-row {
        margin-top: 20px;
    }

    .recruitment-sticky-content {
        padding: 20px;
    }

    .recruitment-sticky--content {
        margin-top: 0;
    }

    .recruitment-sticky--content h3 {
        text-align: center;
    }

    .recruitment-sticky-desc,
    .recruitment-more {
        margin-top: 15px;
    }

    .recruitment-date,
    .recruitment-item-date {
        margin-top: 10px;
        position: relative;
        right: 0;
        bottom: 0;
    }

    .doctor-team .doctor-info-wrapper .main-title {
        font-size: 28px;
        line-height: 33px;
    }

    .recruitment.recruitment-detail {
        -webbit-box-shadow: none;
        box-shadow: none;
    }

    .recruitment-detail-container {
        padding: 15px 15px 20px;
        -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, .1);
        box-shadow: 5px 5px 14px rgba(0, 0, 0, .1);
        margin-bottom: 30px;
    }

    .recruitment-detail-header {
        padding-right: 0;
    }

    .recruitment-detail-date {
        margin-top: 0;
    }

    .recruitment-button {
        position: relative;
        margin-top: 20px;
    }

    .partner-slider.owl-carousel .owl-nav button.owl-prev {
        left: 0;
        background: transparent none;
    }

    .partner-slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
        background: transparent none;
    }

    .box-img-slider.owl-carousel .owl-nav button.owl-prev,
    .box-img-slider.owl-carousel .owl-nav button.owl-next {
        background: transparent none;
    }

    .partner-slider .partner-item {
        height: 140px;
    }

    .partner-slider.owl-carousel .owl-item img {
        max-height: 80px;
    }

    .register-main.qtk-main {
        margin-top: 30px;
    }

    .register-main.qtk-main .register-row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    .register-main.qtk-main .register-col:nth-child(2n) {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    .register-main.qtk-main .register-col:nth-child(2n + 1) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    .choose-main-new {
        padding: 35px;
        background: #EAF5FF none;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .choose-item {
        margin-top: 30px;
    }

    .register-wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sub-content ul.list-content-step {
        margin: 0;
    }

    .xntn-intro-container li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .feedback-slider {
        padding: 0 36px;
    }

    .feedback-slider.owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    .feedback-slider.owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    .feedback-slider.owl-carousel .owl-nav button i {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
    }

    .xntn-form-dk {
        padding: 40px 0;
    }

    .xntn-hatt-container {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        margin-top: 30px;
    }

    .xntn-hatt-col:nth-child(2n) {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
    }

    .xntn-hatt-col:nth-child(2n + 1) {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    .xntn-video {
        min-height: auto;
        margin: 0;
    }

    .xntn-hatt-item {
        min-height: 190px;
    }
}

@media only screen and (max-width: 767px) {
    .doctor-item {
        padding-bottom: 0;
        border-bottom: none;
    }

    .schedule-row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .schedule-col {
        padding-right: 5px;
        padding-left: 5px;
    }

    .schedule-btn {
        display: block;
        padding: 6px 10px 4px;
        width: 100%;
        text-align: center;
        margin-top: 0;
        height: 40px;
    }

    .schedule-form .form-group {
        position: relative;
        z-index: 0;
    }

    .schedule-form .form-group label {
        font-size: 14px;
        color: #9B9B9B;
        position: absolute;
        top: 1px;
        left: 40px;
        z-index: -1;
        line-height: 40px;
        margin: 0;
    }

    .schedule-form .form-group.schedule-id label {
        left: 10px;
    }

    .schedule-form h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .schedule-note {
        font-size: 12px;
        padding: 0 20px;
        color: #333;
    }

    .schedule-form .form-control {
        padding: 6px 10px 4px;
        background: transparent none;
        font-size: 14px;
    }

    .schedule-form input.form-control,
    .schedule-form select.form-control {
        height: 40px;
    }

    .hidden-desktop {
        display: inline-block;
    }

    .schedule-form .form-group.schedule-sex label,
    .schedule-form .form-group.schedule-comment label,
    .schedule-form .form-group.schedule-select label {
        display: none;
    }

    .schedule-form .form-control::-webkit-input-placeholder {
        color: transparent;
    }

    .schedule-form .form-control::-moz-placeholder {
        color: transparent;
    }

    .schedule-form .form-control:-ms-input-placeholder {
        color: transparent;
    }

    .schedule-form .form-control:-moz-placeholder {
        color: transparent;
    }

    .schedule-form .schedule-comment .form-control::-webkit-input-placeholder {
        color: #9B9B9B;
    }

    .schedule-form .schedule-comment .form-control::-moz-placeholder {
        color: #9B9B9B;
    }

    .schedule-form .schedule-comment .form-control:-ms-input-placeholder {
        color: #9B9B9B;
    }

    .schedule-form .schedule-comment .form-control:-moz-placeholder {
        color: #9B9B9B;
    }

    .schedule-form input.form-control.schedule-date {
        background: transparent url('../images/calendar-gray.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .schedule-form .schedule-name input.form-control {
        background: transparent url('../images/human.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .schedule-form .schedule-phone input.form-control {
        background: transparent url('../images/phone-gray.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .schedule-form .schedule-email input.form-control {
        background: transparent url('../images/close-envelope.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .schedule-form .schedule-address input.form-control {
        background: transparent url('../images/places.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .schedule-form .schedule-sex select.form-control {
        padding-left: 40px;
    }

    .schedule-form .form-group.schedule-sex::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        display: block;
        background: transparent url('../images/sex.png') no-repeat left 10px center;
        z-index: 1;
    }

    .schedule-form .form-control.not-empty {
        background-color: #fff!important;
    }

    .schedule-row--btn button {
        padding: 6px 25px 4px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    .schedule-link {
        margin-top: 10px;
    }

    .schedule-link a {
        font-size: 16px;
        line-height: 16px;
    }

    .schedule-link img {
        width: 16px;
    }

    .schedule-main {
        padding: 20px 0 30px;
    }

    .news-schedule .news-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .news-schedule .news-content {
        margin: 10px 0 0;
    }

    .register-main.container {
        padding-left: 0;
        padding-right: 0;
    }

    .register-form {
        padding: 30px 15px;
    }

    .register-form h2 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .register-form .form-group {
        position: relative;
        margin-bottom: 10px;
    }

    .register-form .form-group.form-group--btn {
        margin-top: 25px;
    }

    .register-form label {
        color: #444;
        position: absolute;
        top: 0;
        left: 40px;
        line-height: 40px;
        font-size: 14px;
        margin: 0;
    }

    .register-form label.not-empty {
        color: transparent;
    }

    .register-form .form-control {
        font-size: 14px;
    }

    .register-form input.form-control {
        height: 40px;
        padding: 5px 10px;
    }

    .register-form .form-group.register-comment label {
        display: none;
    }

    .register-form .register-comment .form-control::-webkit-input-placeholder {
        color: #444;
    }

    .register-form .register-comment .form-control::-moz-placeholder {
        color: #444;
    }

    .register-form .register-comment .form-control:-ms-input-placeholder {
        color: #444;
    }

    .register-form .register-comment .form-control:-moz-placeholder {
        color: #444;
    }

    .register-form .register-name input.form-control {
        background: rgba(255, 255, 255, .8) url('../images/human-black.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .register-form .register-phone input.form-control {
        background: rgba(255, 255, 255, .8) url('../images/phone-black.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .register-form .register-email input.form-control {
        background: rgba(255, 255, 255, .8) url('../images/mail-black.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .register-form .form-group.form-group--btn button {
        padding: 6px 35px 4px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        font-weight: 500;
    }

    .price-service table thead th,
    .price-service table tbody th,
    .price-service table tbody td {
        font-size: 12px;
        line-height: 18px;
        padding: 10px;
        border-right: 2px solid #fff;
    }

    .price-service table tbody th {
        font-weight: 400;
    }

    .price-service table thead th:first-child,
    .price-service table tbody th {
        width: 55px;
    }

    .price-service table thead th:last-child,
    .price-service table tbody td:last-child {
        width: 85px;
    }

    .service-table {
        max-height: 436px;
    }

    .price-service--more {
        margin-top: 20px;
    }

    .price-service--more a {
        padding: 5px 45px 5px 20px;
        font-weight: 500;
        background-position: right 15px top 9px;;
    }

    .price-service {
        padding-top: 30px;
    }

    .price-service h2 {
        font-size: 18px;
        font-weight: 700;
    }

    .price-service--note {
        font-size: 12px;
        color: #333;
    }

    .service-table {
        margin-top: 20px;
    }

    .service-search--wrapper {
        margin: 0 0 20px;
    }

    .service-search--wrapper input {
        padding: 6px 10px 4px;
        font-size: 14px;
        height: 32px;
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: calc(100% - 80px);
    }

    .service-search--wrapper button {
        height: 34px;
        line-height: 36px;
        font-size: 14px;
        width: 80px;
    }

    .service-search--select {
        padding: 6px 25px 4px 10px;
        height: 35px;
        font-size: 14px;
        background-position: right 10px top 15px;
    }

    .faq-page {
        padding-bottom: 0;
    }

    .faq-page--sidebar {
        padding-left: 0;
        padding-right: 0;
    }

    .faq-form--wrapper h2 {
        font-size: 18px;
    }

    .faq-from--note {
        font-size: 12px;
    }

    .faq-from--note {
        margin-bottom: 20px;
    }

    .faq-form--wrapper .form-group {
        margin-bottom: 10px;
    }

    .faq-form--wrapper input.form-control {
        padding: 11px 10px 9px;
        height: 40px;
    }

    .faq-form--wrapper select.form-control {
        padding: 10px 25px 10px 10px;
        height: 40px;
        background-position: right 10px top 17px;
    }

    .faq-form--wrapper textarea.form-control {
        padding: 5px 10px;
        min-height: 140px;
    }

    .faq-form--wrapper input.form-control.faq-from--name {
        background: transparent url('../images/human.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .faq-form--wrapper input.form-control.faq-from--address {
        background: transparent url('../images/places.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .faq-form--wrapper input.form-control.faq-from--phone {
        background: transparent url('../images/phone-gray.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .faq-form--wrapper input.form-control.faq-from--email {
        background: transparent url('../images/close-envelope.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .faq-archive--container h1 {
        font-size: 16px;
    }

    .faq-archive--container h1 span {
        padding-bottom: 5px;
        border-bottom: 3px solid #C92027;
    }

    .faq-archive--content {
        float: none;
        width: 100%;
    }

    .faq-archive--author,
    .faq-archive--date {
        float: none;
        line-height: 21px;
    }

    .faq-archive--date {
        margin-left: 44px;
        background-position: left top 2px;
    }

    .faq-archive--item h3 {
        margin-top: 10px;
    }

    .faq-page.faq-archive {
        padding-top: 0;
    }

    .faq-question--container h3 {
        text-align: center;
    }

    .faq-question--container a {
        display: block;
        max-width: 182px;
        margin: 10px auto 0;
        float: none;
    }

    .faq-question.faq-question--mobile {
        height: 180px;
        background-image: url('../images/faq-quest-mobile.png');
        margin-top: 30px;
    }

    .faq-question--container h3 {
        font-size: 28px;
        line-height: 33px;
    }

    .faq-question--container a {
        padding: 8px 30px;
    }

    .faq-related--title {
        font-size: 18px;
        line-height: 21px;
    }

    .faq-reply--form input.form-control.faq-reply--name {
        background: transparent url('../images/human.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .faq-reply--form input.form-control.faq-reply--phone {
        background: transparent url('../images/phone-gray.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .turn-up--tab ul li {
        font-size: 14px;
        text-transform: none;
        padding: 10px 0 8px;
    }

    .turn-up--content input.form-control,
    .turn-up--content select.form-control {
        padding: 11px 10px 9px 40px;
        height: 40px;
    }

    .turn-up--content .form-group {
        margin-bottom: 14px;
    }

    .turn-up--content label {
        display: none;
    }

    .turn-up--content input.form-control.tab-customer--date {
        background-position: left 10px center;
    }

    .turn-up--content input.form-control.tab-customer--code,
    .turn-up--content input.form-control.tab-card--code {
        background: transparent url('../images/code.png') no-repeat left 10px center;
    }

    .turn-up--content input.form-control.tab-customer--pass,
    .turn-up--content input.form-control.tab-sample--pass,
    .turn-up--content input.form-control.tab-card--pass {
        background: transparent url('../images/bar-code.png') no-repeat left 10px center;
    }

    .turn-up--content input.form-control.tab-sample--user {
        background: transparent url('../images/human.png') no-repeat left 10px center;
    }

    .title {
        font-size: 18px;
        font-weight: 700;
        line-height: 21px;
    }

    .subtitle {
        font-size: 14px;
        line-height: 18px;
        margin: 6px 0 0;
    }

    .turn-up--wrapper,
    .turn-up--panel {
        margin-top: 20px;
    }

    .turn-up {
        padding-top: 0;
    }

    .introduce-service {
        margin-top: 0;
    }

    .get-pass {
        font-size: 16px;
    }

    .turn-up--content .form-group.form-group--btn button,
    .turn-up--content .form-group.form-group--btn a {
        height: 30px;
        padding: 6px 15px 4px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 14px;
    }

    .return-find {
        padding-top: 10px;
    }

    .logo-medlatec {
        padding-bottom: 17px;
    }

    .return-find--container {
        margin-top: 15px;
    }

    .return-find--container .title,
    .return-picture .title {
        font-size: 18px;
        line-height: 22px;
    }

    .return-find--info {
        margin-top: 10px;
    }

    .return-find--contact {
        padding: 10px 15px;
    }

    .return-find--contact label,
    .return-find--contact p {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 0;
    }

    .return-table--container {
        margin-right: -15px;
        margin-left: -15px;
    }

    table.return-table th,
    table.return-price th.return-price--title {
        padding: 5px 4px;
        font-size: 10px;
        line-height: 13px;
    }

    table.return-table td,
    table.return-price th,
    table.return-price td {
        padding: 5px 4px;
        font-size: 9px;
        line-height: 11px;
    }

    .return-note {
        font-size: 9px;
        line-height: 11px;
        margin-top: 10px;
    }

    .return-down {
        margin-top: 20px;
    }

    .return-down a {
        font-size: 13px;
        line-height: 15px;
    }

    .return-picture {
        margin-right: -15px;
        margin-left: -15px;
        margin-top: 20px;
        padding: 15px 12px;
    }

    .return-desc {
        margin: 15px 0 30px;
    }

    .return-desc ul li {
        font-size: 14px;
        line-height: 16px;
    }

    .return-content {
        margin-top: 20px;
        font-size: 14px;
        line-height: 16px;
    }

    .return-find-2 .return-table--container {
        margin-right: -15px;
        margin-left: -15px;
    }

    .return-find--wrapper {
        margin-top: 30px;
    }

    .return-find--partner {
        font-size: 13px;
        line-height: 15px;
    }

    .return-find--data label,
    .return-form--feedback label {
        font-size: 14px;
        color: #9B9B9B;
        position: absolute;
        top: 1px;
        left: 40px;
        z-index: -1;
        line-height: 40px;
        margin: 0;
    }

    .return-find--data .form-group,
    .return-form--feedback .form-group {
        position: relative;
        z-index: 0;
    }

    .return-find--data input.form-control,
    .return-form--feedback input.form-control {
        height: 40px;
        padding: 6px 10px 4px 40px;
        background: transparent none;
    }

    .return-find--data input.form-control.data-date {
        background: transparent url('../images/calendar-gray.png') no-repeat left 10px center;
        padding-right: 10px;
    }

    .return-find--data input.form-control.data-name {
        background: transparent url('../images/human.png') no-repeat left 10px center;
    }

    .return-find--data .form-control::-webkit-input-placeholder {
        color: transparent;
    }

    .return-find--data .form-control::-moz-placeholder {
        color: transparent;
    }

    .return-find--data .form-control:-ms-input-placeholder {
        color: transparent;
    }

    .return-find--data .form-control:-moz-placeholder {
        color: transparent;
    }

    .return-find--data button {
        padding: 5px 20px 4px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .return-data--note {
        font-size: 14px;
        line-height: 16px;
    }

    .return-find-2 table th,
    .return-find-2 table td {
        padding: 6px 5px;
        font-size: 8px;
        line-height: 9px;
    }

    .return-data--price {
        font-size: 14px;
        line-height: 16px;
    }

    .return-data--table .return-note {
        margin-top: 25px;
        font-size: 12px;
        line-height: 14px;
    }

    .return-form--feedback label {
        left: 10px;
    }

    .return-form--feedback input.form-control {
        padding-left: 10px;
    }

    .return-form--feedback .form-control::-webkit-input-placeholder {
        color: transparent;
    }

    .return-form--feedback .form-control::-moz-placeholder {
        color: transparent;
    }

    .return-form--feedback .form-control:-ms-input-placeholder {
        color: transparent;
    }

    .return-form--feedback .form-control:-moz-placeholder {
        color: transparent;
    }

    .return-form--feedback textarea.form-control {
        padding: 6px 10px 4px;
        background: transparent none;
    }

    .return-form--feedback .form-group {
        margin-top: 10px;
    }

    .return-form--feedback .form-group.form-group--btn {
        text-align: center;
    }

    .return-form--feedback {
        margin-top: 20px;
    }

    .return-form--feedback .form-group.form-group--btn button {
        font-size: 14px;
        line-height: 16px;
        height: 29px;
        padding: 7px 20px 6px;
    }

    .return-find--data .form-control.not-empty,
    .return-form--feedback .form-control.not-empty {
        background-color: #fff !important;
    }

    .archive-news--container h1 {
        font-size: 18px;
        line-height: 21px;
    }

    .archive-item--content h3 {
        font-size: 15px;
        line-height: 18px;
    }

    .archive-news--item {
        padding: 20px 0;
    }

    .news-post {
        padding: 20px 0;
        background: #fff none;
    }

    .news-post h2 {
        font-weight: 700;
    }

    .pagination-container {
        text-align: center;
    }

    .comment-form form {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .popup-link {
        margin-top: 20px;
    }

    .popup-subtitle {
        font-size: 18px;
        line-height: 21px;
    }

    .popup-link a {
        font-size: 16px;
        line-height: 19px;
    }

    .popup-wrapper {
        top: 50%;
        padding: 65px 20px 40px;
    }

    .schedule-title {
        font-size: 18px;
        line-height: 21px;
        margin-top: 30px;
    }

    .schedule-radio--item label {
        font-size: 14px;
        line-height: 16px;
    }

    .schedule-radio--item input[type="radio"] {
        top: 1px;
    }

    .base-item {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .base-item .base-title {
        margin-top: 12px;
        font-size: 16px;
        line-height: 19px;
    }

    .base-address {
        font-size: 14px;
        line-height: 16px;
        margin-top: 3px;
    }

    .customer-form-row .form-group {
        margin-bottom: 15px;
    }

    .customer-form-row label.customer-policy {
        font-size: 14px;
        line-height: 16px;
        background-size: 18px 18px;
        padding-left: 30px;
    }

    .customer-policy-note {
        padding-left: 0;
    }

    .customer-btn--upgrade,
    .customer-bnt--charge {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        padding: 7px 10px;
    }

    .table-return table th,
    .table-return table td {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 5px;
    }

    .accordion-item--head h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .lsgd-detail {
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px 5px;
    }

    .lsgd-total-price {
        font-size: 14px;
        line-height: 16px;
    }

    .lsgd-total-price span {
        font-size: 16px;
    }

    .lsgd-find--text {
        font-size: 12px;
        height: 25px;
        padding: 0 5px;
        line-height: 25px;
    }

    .lsgd-find--year {
        font-size: 12px;
        height: 25px;
        padding: 0 15px 0 0;
        line-height: 25px;
        background-position: right 5px center;
    }

    .lsgd-find--select {
        padding: 0;
    }

    .lsgd-find--select label {
        display: none;
    }

    .lsgd-find--select select {
        width: 100%;
        font-size: 12px;
        line-height: 25px;
        height: 23px;
        padding: 0 20px 0 5px;
        background-position: right 5px center;
    }

    .lsgd-table table th {
        font-size: 12px;
        line-height: 15px;
        padding: 10px 5px;
    }

    .lsgd-table table td {
        font-size: 10px;
        line-height: 12px;
        padding: 3px 5px;
    }

    .lsgd-info .lsgd-info--col {
        margin-top: 10px;
    }

    .customer-password-row .form-group {
        margin-bottom: 15px;
    }

    .customer-password-row .form-group.form-group--btn {
        padding: 0;
        margin-bottom: 0;
        display: inline-block;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .customer-password-row button {
        padding: 6px 15px 5px;
        margin-right: 10px;
    }

    .customer-password-row label {
        font-size: 14px;
        line-height: 16px;
    }

    .gydv-form label {
        display: none;
    }

    .gydv-form .form-group {
        margin-bottom: 10px;
    }

    .gydv-form input.form-control {
        padding: 6px 10px 5px;
        height: 40px;
    }

    .gydv-form textarea.form-control {
        padding: 6px 10px 5px;
        height: 180px;
    }

    .gydv-form .form-group.form-group--btn button {
        padding: 6px 15px;
    }

    .gydv-form input.form-control.gydv-form--name {
        background: transparent url('../images/human.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .gydv-form input.form-control.gydv-form--phone {
        background: transparent url('../images/phone-gray.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .gydv-form input.form-control.gydv-form--email {
        background: transparent url('../images/close-envelope.png') no-repeat left 10px center;
        padding-left: 40px;
    }

    .find-doctor-title {
        display: none;
    }

    .find-doctor .form-group {
        margin: 0 0 20px;
    }

    .find-doctor .form-group.form-group--btn {
        margin-bottom: 0;
    }

    .doctor-main-subtitle {
        font-size: 14px;
        line-height: 16px;
        margin-top: 3px;
    }

    .doctor-item-img {
        width: 28%;
    }

    .doctor-item-info {
        width: 72%;
    }

    .doctor-item-name {
        font-size: 16px;
        line-height: 19px;
    }

    .doctor-item-time .doctor-time-item {
        font-size: 12px;
        line-height: 14px;
        padding: 7px 6px 6px;
        margin: 0 4px 4px 0;
    }

    .doctor-item-button {
        margin-top: 6px;
    }

    .doctor-item-button button {
        padding: 8px 10px 6px;
    }

    .page404-home {
        margin-top: 10px;
    }

    .page404-home a {
        font-size: 20px;
        line-height: 26px;
        padding: 9px 30px 8px;
    }

    .thanks-title {
        font-size: 48px;
        line-height: 65px;
    }

    .thanks-subtitle {
        font-size: 16px;
        line-height: 19px;
    }

    .thanks-home a {
        font-size: 17px;
        line-height: 20px;
        padding: 12px 20px 12px 34px;
        background-position: left 18px center;
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px;
    }

    .specialist-row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .specialist-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .specialist-item {
        padding: 10px 10px 15px;
        -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
        margin-bottom: 25px;
    }

    .specialist-img a {
        width: 100px;
        height: 100px;
        position: relative;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
    }

    .specialist-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .specialist-box {
        padding: 10px 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .specialist-title {
        font-size: 16px;
        line-height: 19px;
    }

    .specialist-description {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
    }

    .specialist-more {
        margin-top: 15px;
    }

    .specialist-more a {
        padding: 0 12px 0 0;
        background: transparent url('../images/arrow-right.png') no-repeat right center/auto 9px;
        color: #1576C4;
        font-style: italic;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
    }

    .specialist {
        padding-top: 0;
    }

    .specialist-child h1 {
        font-size: 28px;
        line-height: 33px;
    }

    .specialist-service {
        margin-top: 30px;
    }

    .specialist-service .main-title,
    .specialist-material .main-title {
        text-align: center;
    }

    .specialist-material .main-title {
        color: #1576C4;
    }

    .specialist-material--img {
        min-height: 130px;
    }

    .recruitment-sticky-content {
        padding-top: 0;
    }

    .recruitment-sticky--content h3 {
        font-size: 18px;
        line-height: 21px;
    }

    .recruitment-sticky-desc {
        font-size: 14px;
        line-height: 16px;
    }

    .recruitment-list h2 {
        font-size: 16px;
        line-height: 19px;
    }

    .recruitment-list-item {
        padding: 10px;
        margin-top: 30px;
    }

    .recruitment-item-row {
        margin-right: -5px;
        margin-left: -5px;
    }

    .recruitment-item-col {
        padding-left: 5px;
        padding-right: 5px;
    }

    .recruitment-item-img a {
        margin-top: -20px;
    }

    .recruitment-item-wrapper h3 {
        font-size: 14px;
        line-height: 16px;
    }

    .recruitment-item-desc {
        max-height: 32px;
        overflow: hidden;
        margin-top: 5px;
    }

    .recruitment-item-more,
    .recruitment-item-date {
        margin-top: 5px;
    }

    .recruitment .pagination-container {
        margin-top: 30px;
    }

    .see-more a {
        text-transform: none;
        font-size: 16px;
        line-height: 19px;
        padding: 9px 40px 9px 20px;
        font-weight: 400;
        background-position: right 17px top 9px;
        background-size: auto 20px;
    }

    .find-doctor-team {
        padding: 15px;
    }

    .find-doctor-team .form-control {
        padding: 7px 10px 6px;
        height: 34px;
        font-size: 14px;
    }

    .find-doctor-team select.form-control {
        background-position: right 10px top 14px;
    }

    .find-doctor-team .form-group {
        margin-top: 15px;
    }

    .find-doctor-team .doctor-team-col:first-child .form-group {
        margin-top: 0;
    }

    .find-doctor-team button {
        padding: 7px 10px 6px;
        height: 34px;
        font-size: 14px;
    }

    .doctor-team .main-title {
        font-size: 24px;
        line-height: 29px;
    }

    .doctor-detail-info {
        margin-left: -15px;
        margin-right: -15px;
    }

    .doctor-info-img {
        padding: 0 15px;
    }

    .doctor-info-box {
        padding: 15px;
    }

    .doctor-info-head,
    .doctor-head-position {
        text-align: center;
    }

    .doctor-info-head h1 {
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
    }

    .doctor-info-position {
        margin-top: 10px;
    }

    .doctor-team .doctor-info-wrapper .main-title {
        font-size: 18px;
        line-height: 21px;
    }

    .bidding {
        padding-top: 5px;
    }

    .bidding .return-table--container table th,
    .bidding .return-table--container table td {
        font-size: 12px;
        line-height: 14px;
        padding: 6px 5px;
    }

    .bidding .return-table--container a {
        background-size: auto 15px;
        width: 18px;
    }

    .bidding .return-table--container {
        margin-top: 20px;
    }

    .bidding .see-more {
        margin-top: 20px;
    }

    .bidding .see-more a {
        padding: 9px 40px 9px 20px;
        font-weight: 400;
        font-size: 16px;
        background-position: right 20px top 9px;
    }

    .recruitment-detail-content h3 {
        font-size: 16px;
        line-height: 21px;
        background-size: auto 14px;
        padding-left: 30px;
    }

    .recruitment-detail-content.recruitment-detail-tt h3 {
        background-size: auto 19px;
    }

    .recruitment-detail-content ul,
    .recruitment-detail-content p {
        padding-left: 30px;
    }

    .recruitment-detail-info h1 {
        font-size: 20px;
        line-height: 23px;
    }

    .recruitment-detail-img {
        margin-right: 30px;
        max-width: 120px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
    }

    .recruitment-button {
        font-size: 14px;
        line-height: 17px;
        padding: 9px 20px;
    }

    .recruitment-detail-content {
        margin: 0 0 30px;
    }

    .recruitment.recruitment-detail {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .recruitment-online .subtitle {
        font-size: 12px;
        line-height: 14px;
    }

    .recruitment-online-tab li::before,
    .recruitment-online-tab li::after {
        height: 4px;
        bottom: 7px;
    }

    .recruitment-online-tab li span {
        font-size: 20px;
        line-height: 23px;
    }

    .recruitment-online-tab li span::after {
        width: 18px;
        height: 18px;
    }

    .recruitment-online-wrapper {
        padding: 15px;
    }

    .recruitment-online-wrapper.recruitment-online-tpgd {
        padding-bottom: 30px;
    }

    .recruitment-online-title {
        font-size: 18px;
        line-height: 21px;
    }

    .recruitment-online-wrapper.recruitment-online-ttcn .form-group label {
        font-size: 12px;
        line-height: 13px;
        padding: 11px 5px 9px;
        max-width: 140px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
    }

    .recruitment-online-wrapper input.form-control {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 5px 9px;
        height: 37px;
    }

    .recruitment-online-wrapper.recruitment-online-ttcn .recruitment-select {
        font-size: 12px;
        line-height: 14px;
        padding: 10px 25px 9px 5px;
        height: 37px;
        background-position: right 5px top 16px;
    }

    .recruitment-online-wrapper input.form-control.recruitment-birthday {
        background-size: auto 15px;
        background-position: right 5px center;
        padding-right: 30px;
    }

    .recruitment-online-wrapper.recruitment-online-tpgd label {
        font-size: 14px;
        line-height: 16px;
    }

    .recruitment-submit-form {
        margin-top: 30px;
    }

    .recruitment-submit-form button {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        padding: 9px 15px 8px;
    }

    .recruitment-online-tab {
        margin-top: 10px;
    }

    .recruitment-online-title {
        margin: 20px 0 15px;
    }

    .recruitment-online-tab li.active::before {
        width: -webkit-calc(150% - 18px);
        width: -moz-calc(150% - 18px);
        width: calc(150% - 18px);
        left: -webkit-calc(-100% + 18px);
        left: -moz-calc(-100% + 18px);
        left: calc(-100% + 18px);
    }

    .map-detail-button {
        font-size: 14px;
        line-height: 16px;
        padding: 7px 10px 6px;
    }

    .map-detail-info li {
        font-size: 12px;
        line-height: 14px;
    }

    .map-detail-info li[class^="map-detail-"] {
        background-size: auto 12px;
        padding-left: 18px;
    }

    .map-all-location,
    .map-detail-gd {
        font-size: 14px;
        line-height: 16px;
    }

    .map-detail h3 {
        font-size: 18px;
        line-height: 21px;
    }

    .map-container {
        height: 580px;
    }

    .banner-skdn {
        padding-left: 0;
        padding-right: 0;
    }

    .title-plus {
        font-size: 18px;
        line-height: 20px;
        background-size: 18px auto;
        background-position: left top 1px;
        padding-left: 25px;
        margin-top: 30px;
    }

    .box-sk {
        padding: 40px 15px;
    }

    .box-sk h4 {
        font-size: 16px;
        line-height: 19px;
    }

    .box-sk-icon {
        width: 90px;
        height: 90px;
    }

    .box-sk-icon::after {
        border-right-width: 90px;
        border-bottom-width: 90px;
        border-top-width: 90px;
    }

    .box-sk-icon img {
        max-height: 30px;
        top: 10px;
        left: 10px;
    }

    .box-sk ul {
        margin-top: 30px;
    }

    .box-sk ul li {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 16px;
        background-size: auto 10px;
        padding-left: 20px;
    }

    .sub-content ul {
        padding-left: 18px;
    }

    .sub-content ul li {
        font-size: 14px;
        line-height: 16px;
    }

    .sub-content ul.content-step li {
        font-size: 16px;
        line-height: 19px;
    }

    .sub-content ul.content-step {
        padding: 15px 10px;
    }

    .partner-slider .partner-item {
        height: 120px;
    }

    .partner-slider.owl-carousel .owl-item img {
        max-height: 50px;
    }

    .form-ksk h3 {
        font-size: 18px;
        line-height: 21px;
    }

    .form-ksk .form-group.form-group--btn button {
        font-size: 16px;
        line-height: 19px;
        padding: 10px 30px 8px;
    }

    .news-main .see-more a {
        font-size: 16px;
        line-height: 19px;
        background-position: right 17px top 9px;
    }

    .choose-main-new {
        padding: 20px;
    }

    table.table-qtk th,
    table.table-qtk td {
        padding: 11px 5px 10px;
        font-size: 8px;
        line-height: 9px;
        vertical-align: middle;
    }

    table.table-qtk td ul li {
        font-size: 8px;
        line-height: 9px;
    }

    .choose-item-text {
        font-size: 14px;
        line-height: 16px;
    }

    .choose-main-new h2 {
        font-size: 18px;
        line-height: 21px;
    }

    .register-main.qtk-main .register-form label {
        top: 13px;
    }

    .register-main.qtk-main .register-form input.form-control {
        padding-left: 40px;
    }

    .qtk-number {
        font-size: 28px;
        line-height: 33px;
    }

    .qtk-content {
        font-size: 14px;
        line-height: 16px;
        height: 102px;
    }

    .qtkt-item {
        padding: 30px 20px;
    }

    .logo-bh-item {
        padding: 15px;
    }

    .logo-bh-img {
        height: 50px;
    }

    .logo-bh-title {
        font-size: 14px;
        line-height: 16px;
    }

    .title-sub-content {
        font-size: 16px;
        line-height: 19px;
    }

    .sub-content ul.list-content-step li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 0 30px;
    }

    .sub-content ul.list-content-step li span {
        left: 0;
    }

    .blvp-main .choose-item {
        margin-top: 30px;
    }

    .logo-bh.row {
        max-height: 260px;
    }

    .xntn-intro-item {
        padding: 20px 10px;
    }

    .xntin-intro-img img {
        max-width: 40px;
    }

    .xntn-intro-item h3 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .xntn-intro-item p {
        margin: 10px 0 0;
        font-size: 12px;
        line-height: 14px;
    }

    .xntn-intro-container {
        margin: 0 -15px;
    }

    .xntn-service,
    .xntn-service-container {
        margin-top: 20px;
    }

    .xntn-service-icon {
        margin-right: 15px;
        max-width: 45px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        height: 45px;
    }

    .xntn-service-icon img {
        max-width: 25px;
    }

    .xntn-service-text {
        font-size: 14px;
        line-height: 16px;
    }

    .xntn-service-content li {
        margin-bottom: 10px;
    }

    .xntn-why-choose {
        margin-top: 20px;
        padding: 30px 0;
    }

    .xntn-why-item {
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    .xntn-why-icon {
        margin-right: 15px;
        max-width: 45px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
    }

    .xntn-why-icon img {
        max-height: 45px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .xntn-why-text p {
        margin-top: 5px;
    }

    .xntn-why-container {
        margin-top: 0;
    }

    .xntn-register {
        margin-top: 20px;
    }

    .xntn-register a {
        font-size: 14px;
        line-height: 19px;
        padding: 12px 40px 11px 20px;
        background-position: right 18px top 12px;
        background-size: 19px auto;
    }

    .feedback-customer {
        padding: 30px 0;
    }

    .feedback-slider {
        padding: 0;
        margin-top: 20px;
    }

    .feedback-slider.owl-carousel .owl-nav button {
        display: none;
    }

    .feedback-customer-item {
        padding: 15px;
    }

    .feedback-customer-avatar {
        margin-right: 10px;
    }

    .xntn-hatt-img ul {
        margin: 0 -5px;
    }

    .xntn-hatt-img li {
        padding: 0 5px;
        margin-top: 10px;
    }

    .xntn-hatt,
    .xntn-step {
        margin-top: 30px;
    }

    .xntn-hatt-container,
    .xntn-step .sub-content {
        margin-top: 20px;
    }

    .xntn-form-wrapper {
        padding: 30px 15px;
    }

    .xntn-form-wrapper h3 {
        font-size: 18px;
        line-height: 21px;
    }

    .xntn-form-wrapper .form-group {
        margin-top: 15px;
    }

    .xntn-form-wrapper .form-group.form-group--btn button {
        padding: 10px 30px 9px;
        font-size: 16px;
    }

    .medlatec-map {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
    }

    .map-sidebar {
        position: relative;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        box-ordinal-group: 1;
        max-width: 100%;
    }

    .map-container {
        position: relative;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }

    .map-location {
        height: auto;
    }

    .map-toggle-btn {
        display: none;
    }
}
@media only screen and (min-device-width: 200px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) {

    .sbzon {
        bottom: -20px !important;
    }
}
@media only screen and (max-width: 575px) {
    .banner-feature.container,
    .logo .container,
    .news-box .container {
        padding-right: 0;
        padding-left: 0;
    }

    .notice-main,
    .specialist-service--wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-box--wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 15px;
    }

    .faq-question.faq-question--mobile,
    .specialist-service--wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .specialist-material--img {
        min-height: auto;
    }

    .specialist-material--img img {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .specialist-material--col h3 {
        margin: 15px 0 0;
        text-align: center;
        font-size: 16px;
        line-height: 19px;
    }

    .specialist-material-item {
        border: none;
        padding: 0;
        margin: 0 0 20px;
    }

    .specialist-material-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .recruitment-detail-img {
        margin-right: 15px;
        max-width: 70px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
    }

    .recruitment-detail-info h1 {
        font-size: 16px;
        line-height: 19px;
    }

    .recruitment-detail-container {
        margin-bottom: 20px;
    }

    .recruitment-online-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .partner-slider .partner-item {
        height: 80px;
    }

    .partner-slider.owl-carousel .owl-item img {
        max-height: 40px;
    }

    .xntn-hatt-item {
        min-height: 120px;
    }
}