/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    max-width: 100%!important;
}
@media screen and (max-width: 768px) {   
	.jvnet-support {
		display: none;
	}
}
body div#wpwidget {
    all: initial !important;
}
#wpwidget div {
    display: block !important;
    text-rendering: geometricPrecision !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
#wpwidget .widget-layout.widget-layout--right {
    right: 10px!important;
    left: unset !important;
}
#wpwidget .widget-layout {
    z-index: 100 !important;
    position: fixed !important;
    bottom: 0.3px!important;
    transition: opacity 150ms !important;
    opacity: 1 !important;
}
#wpwidget div {
    display: block !important;
    text-rendering: geometricPrecision !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
#wpwidget * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-tap-highlight-color: transparent !important;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
    font-size: 15px !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    vertical-align: baseline !important;
}
#wpwidget *, #wpwidget *::before, #wpwidget *::after {
    box-sizing: border-box !important;
}
#wpwidget * {
    all: unset !important;
}

#wpwidget .chat-button.chat-button--right {
    float: right !important;
}
#wpwidget .chat-button {
    cursor: pointer !important;
    position: relative !important;
}

#wpwidget .chat-button--white-bg {
    display: none !important;
    z-index: -1 !important;
}
#wpwidget .chat-button--white-bg {
    display: none !important;
    z-index: -1 !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
@font-face{font-family:Helvetica-Neue;
    font-weight:normal;
    font-style:normal;
    src:url('assets/fonts/Helvetica/helveticaneue.ttf') format('truetype');
    font-display:swap
}
@font-face{font-family:Helvetica-Neue-bold;
    font-weight:normal;
    font-style:normal;
    src:url('assets/fonts/Helvetica/helvetica-neue-bold.ttf') format('truetype');
    font-display:swap
}
.nav>li>a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:Helvetica-Neue;
}
p,
a,
span,
strong,
button,
li {
    font-family:Helvetica-Neue;
}
.content_dh .tab-content.pt-4 p, .post .entry-content.single-page p {
    margin-bottom: 10px;
}
.article-inner .entry-content.single-page span img.alignnone {
    margin-bottom: 10px;
}
.order_new .post-item p.from_the_blog_excerpt {
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}
a#top-link.back-to-top {
    bottom: 140px;
    z-index: 9999999999999999;
}
.social-ring a.btn-toggle-register.dk_btn {
    display: none;
}
.category .box-text .blog-post-inner h5.post-title {
   height: 63px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: flex;
    align-items: center;
}
.rll-youtube-player iframe {
	z-index:10 !important;
}
.category .box-text .blog-post-inner .from_the_blog_excerpt {
    height: 50px;
	color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.call-icon {
    display: none;
}
.news_events, .partner_block {
    padding-bottom: 0 !important;
}
span.toc_number.toc_depth_1:after {
    width: 2px;
    height: 2px;
    background: #cd5955;
    content: '';
    position: absolute;
    bottom: 3px;
    left: 10px;
}
span.toc_number.toc_depth_1 {
    margin-right: 10px;
}
#toc_container a {
    position: relative;
}
.single-post .blog-single .post .single-page h3 {
    font-weight: normal !important;
}
.header-nav img.button_home_lh {
    width: 20px;
    height: 20px;
    margin-bottom: 9px;
    text-align: center;
    transition:0.5s;
}
li.active img.button_home_black.button_home_lh {
    display: none;
    transition:0.5s;
}
li.active img.button_home_red.button_home_lh {
    display: block;
    transition:0.5s;
}
img.button_home_red.button_home_lh {
    display: none;
    transition:0.5s;
}
.banner_for_mobile img {
    height: calc(100vh - 125px)!important;
	object-fit: cover;
}
#menu-item-292 a.nav-top-link:hover >.button_home_black {
    transition: 0.5s;
    display: none;
}
#menu-item-292 a.nav-top-link:hover >.button_home_red {
    transition: 0.5s;
    display: block;
}
.header-nav a.nav-top-link {
    transition: 0.5s;
}
.search_form button#searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    height: 38px;
}
.search_form input#s {
    position: relative;
    margin: 0;
    box-shadow: none;
    border-radius: 18px;
}
form#searchform {
    margin: 0;
    position: relative;
    width: 215px;
}
ul.header-nav.header-nav-main.nav.nav-right.nav-size-large.nav-spacing-large {
    display: block;
    margin-top: 11px;
}
.search_form input#input-searchcs {
    border-radius: 18px;
}
.breadcrumbs a {
    padding-left: 15px;
}
.stuck form#searchform {
    margin-top: 15px;
}
.block-card__dh.result_search {
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 15px !important;
}
.mobile-sidebar img.button_home_black.button_home_lh {
    display: none;
}
.mobile-sidebar img.button_home_red.button_home_lh {
    display: block;
}
.button_home_lh {
    width: 20px;
    height: 20px;
}
p.dmca_warning {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}
a.dmca-badge {
    text-align: center;
    display: block;
}
/*recuiment-carousel*/
.recuiment_carousel.owl-carousel .owl-item img {
    height: auto;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.recuiment_carousel .card-body {
    padding: 10px;
    height: 160px;
}
.recuiment_carousel .card-title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    height: 35px;
}
.recuiment_carousel .card.h-100 .text-dark {
    color: #343a40!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.recuiment_carousel a.btn.btn-outline-secondary {
    padding: 5px 20px !important;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

/*end recuiment-carousel*/
/*breadcrumb*/
.cenfil_breadcrumb__blog a {
    display: inline-block;
    background: transparent;
}
.single-don_hang #main .container.py-4 {
    padding-top: 0 !important;
}
.cenfil_breadcrumb__blog {
    margin-bottom: 21px;
}
.single-don_hang .header-wrapper .top-divider.full-width {
    border-top: none;
}
.tax-category_don_hang nav.woocommerce-breadcrumb.breadcrumbs.uppercase, .tax-tags_don_hang nav.woocommerce-breadcrumb.breadcrumbs.uppercase {
    line-height: 50px;
    background: #eaeaea;
    margin-bottom: 21px;
    font-weight: 500;
}
.breadcrumbs span.divider {
    color: black;
    opacity: 1;
    margin: 0;
}
.breadcrumbs a:first-of-type {
    margin-left: 0;
    color: #e03438;
}
.cenfil_breadcrumb__blog .col.s12 {
    padding: 0;
    line-height: 50px;
    background: #eaeaea;
}
/*css category-don hang*/
.archive .des-section {
    border: 2px dashed #e03438;
    padding: 10px;
    margin-bottom: 25px;
    background: #fcfcfc;
}
/* end css category-don hang*/

/*css Chi tiet don hang*/
.dh__items {
    width: 100%;
    float: left;
}
/* END css Chi tiet don hang*/

.post-item .box .box-image .image-cover {
    display: block;
    position: relative;
    padding-top: 100% !important;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.blog-archive .post-item .col-inner {
    border-radius: 10px;
}
.box.box-text-bottom.box-blog-post.has-hover {
    border-radius: 10px;
}
.post-item .box .box-image img.wp-post-image {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}
.order_new .box-text.text-center {
    border: 1px solid #ffffff75;
    border-top: none;
    border-radius: 0 0 10px 10px;
}
.order_new .is-divider {
    display: none;
}
.order_new h5.post-title.is-large {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.order_new .button.is-outline {
    border: 1px solid;
    padding: 0 25px;
    font-size: 15px;
    text-transform: uppercase;
}
.order_new .box.box-normal.box-text-bottom.box-blog-post.has-hover {
    background: transparent;
}
.order_new .col.post-item .col-inner {
    border-radius: 10px !important;
}
.order_new .box-image {
    border-radius: 10px 10px 0 0;
}
.page-wrapper {
    padding-top: 1px;
    padding-bottom: 30px;
}
.sec_1_lh form input.button {
    margin-top: 35px;
    margin-bottom: 0;
}
p#breadcrumbs {
    line-height: 50px;
    background: #eaeaea;
}
aside#block_widget-11, aside#block_widget-7 {
    padding: 0;
}
.content_sb_page .box.has-hover.has-hover.box-vertical.box-text-bottom {
    margin-left: 0;
}
.header-nav .menu-item i.icon-angle-down {
    display: none;
}
.title_content_home h2.section-title.section-title-normal ,.title_content_home h2.section-title.section-title-center  {
    justify-content: center;
    padding-bottom: 20px;
}
.news_events h3 {
    padding-top: 16px;
}
div#masthead {
    background: white;
}
.header-inner .nav-left {
    -ms-flex-pack: start;
    justify-content: center;
}
strong.hotline_tb {
    font-size: 15px;
    font-weight: 500;
}
.news_events .box-blog-post h5.post-title.is-large {
    color: black;
    transition: 0.3s;
}
.news_events .box-blog-post h5.post-title.is-large:hover {
    color: #e03438;
    transition: 0.3s;
}
.header:not(.transparent) .header-nav.nav > li > a:hover {
    text-decoration: none;
}
.dark a:hover, .dark .widget a:hover, a:hover {
    color: #fff;
    text-decoration: none;
}
.order_new .btn-outline-secondary:hover {
    color: black !important;
    background-color: #ffffff;
    border-color: #ffffff;
}
.dk_left .box-text-inner i.fas.fa-phone-volume {
    font-size: 50px;
    padding-top: 20px;
    transform: rotate(
            -45deg
    );
}
.block-card__dh .dh__items .dh__item i.fas {
    color: #e03438;
}
.getmotel_infor__form span.wpcf7-form-control-wrap.textarea-538 {
    display: contents;
}
.dk_left .box-text-inner h5 {
    color: red;
    font-size: 20px;
}
.block_xkld .image-overlay-add.image-cover {
    border-radius: 10px;
}
a.button.primary.is-large.lowercase.btn_order_hot.btn_main {
    background: #c1c1c1;
    color: white;
}
a.button.primary.is-large.lowercase.btn_order_hot.btn_main:hover {
    background: #e03438;
}
.news_events .box .box-image {
    display: none !important;
}
.news_events .box-text.text-left {
    padding: 5px 0;
}
.news_events .blog-post-inner .is-divider {
    display: none;
}
.testimonial_main .has-icon-bg .icon img{
    position: absolute;
    left: 0;
    object-fit: cover;
    padding: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin: auto;
}
.testimonial_main .has-icon-bg .icon .icon-inner{
    overflow: hidden;
}
.testimonial_main .icon-box-center .icon-box-img {
    position: absolute;
    top: -70px;
    justify-content: center;
    margin: 0 auto;
    left: 40%;
    box-shadow: 2px 2px 20px;
    border-radius: 50%;
    background: white;
    width: 130px !important;

}
.testimonial_main .icon-box.featured-box.icon-box-center.text-center {
    padding-top: 90px;
    height: 270px;
}
.has-icon-bg .icon {
    padding-top: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
}
.testimonial_main .flickity-slider {
    padding-top: 75px;
}
.section-title-normal span {
    border-bottom: none;
}
.section_ht div#toc_container {
    display: none;
}
/*.block_count_main .omt_countup__boxparent .omt_image {*/
/*    display: none;*/
/*}*/
/*.block_count_main .omt_countup__boxparent .container-item .omt_description {*/
/*    font-size: 15px;*/
/*    margin: 0;*/
/*    font-weight: 800;*/
/*}*/
/*.block_count_main .omt_countup__boxparent .container-item > span {*/
/*    font-size: 50px;*/
/*    font-weight: 800;*/
/*    line-height: 1em;*/
/*}*/
/*.block_count_main .omt_countup__boxparent .container-item {*/
/*    width: 100%;*/
/*    padding-left: 18px;*/
/*    color: #ffff;*/
/*    text-align: center;*/
/*}*/
.block_count_main h5 {
    font-size: 22px;
    color: white;
    font-weight: 400;
}
.block_count_main h3 {
    font-size: 50px;
    color: white;
}
.block_count_main h3:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: #e03438;
    bottom: 50px;
    left: 42%;
}

.rounded {
    border-radius: 0.55rem!important;
}
.col-rounded .col-inner {
    border-radius: 0.55rem!important;
}
.partner_block img.attachment-medium.size-medium {
    object-fit: contain;
    border: 2px solid #d55449;
    border-radius: 10px;
}

span.col-hafl {
    width: 50%;
    display: inline-block;
    padding: 0 5px;
    float: left;
}
span.col-hafl.hafl_left {
    padding-left: 0;
}
span.col-hafl.hafl_right {
    padding-right: 0;
}
.block_form_dk .box-text-inner li {
    list-style: none;
}
.title_f_dk a.button.primary.is-large.box-shadow-2.expand {
    margin: 0;
    background: #0293d1;
}
.title_f_dk div#col-128994385 {
    padding: 0;
}
.title_f_dk p {
    margin-bottom: 12px;
}
.title_f_dk .content_left_dk {
    padding: 0;
}
.partner_block .col {
    padding-bottom: 0;
}
.block_xkld .box.has-hover.has-hover.box-shadow-2.box-shade.dark.box-text-middle {
    border-radius: 15px;
}

.block_5_footer strong {
    padding: 5px 0;
    text-decoration: underline;
    color: #ffffff;
    text-shadow: 0 0 5px #d55449;
    font-size: 14px;
}
.getmotel_infor__form input.wpcf7-form-control.wpcf7-submit.sdt_submit {
    border-radius: 10px;
    width: 200px;
    background: #e03438;
    margin-bottom: -5px;
}
.block_form_dk, .dk_left, .dk_right {
    padding-bottom: 0 !important;
}
.btn_left_dk {
    padding-bottom: 5px;
}
.title_right_dk {
    padding-bottom: 0;
}
.dk_left .flickity-viewport .flickity-slider div.col {
    padding-bottom: 0;
}
.dk_left:after {
    content: '';
    height: 100%;
    width: 3px;
    background: #143173;
    right: -7px;
    position: absolute;
    top: -15px;
}
.block_5_footer p {
    margin:0;
}
.block_5_footer {
    padding-left: 30px;
}
.block_5_footer strong:before {
    content: '\f1ce';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    color: white;
    font-size: 9px;
    margin-top: 5px;
}
.block_footer_2 .widget_nav_menu {
    padding: 0;
}
a.btn.btn-outline-secondary {
    padding: 5px 20px !important;
}
.block_gp .box-image {
    text-align: center;
}
.block_gp .box-image img {
    max-width: 60%;
}
.block_2_footer_2 .block_2_footer_2_col1, .block_2_footer_2 .col_block_footer_6 {
    padding-bottom: 0;
}
.absolute-footer.dark.medium-text-center.text-center {
    padding: 6px;
}
.block_gp p {
    font-size: 9px;
    font-weight: 100;
    color:white;
}
.block_gp h5 {
    font-size: 9px;
    font-weight: 100;
    color: #efff00;
}
.block_gp .box-image {
    padding-top: 10px;
}
.block_gp {
    border: 1px solid #dedede;
    background: transparent;
    margin-bottom: 20px;
}
.block_gp .box-text.text-center {
    padding-bottom: 10px;
}
.block_gp h4 {
    font-size: 14px;
    margin-top: 60%;
    font-weight: 400;
}
.dark a.facebook {
    background: #3A589D;
}
.dark a.instagram {
    background: red;
}
.dark a.twitter {
     background: #2478BA;
 }
.dark a.pinterest {
      background: #CB2320;
  }
.dark a.youtube {
    background: #C33223;
}
.block_fb_socials .circle {
    border-radius: 5px !IMPORTANT;
    margin: 0 10px;
}
.block_1_footer div.col {
    padding-bottom: 0;
}
.block_footer_2 {
    padding-bottom: 0 !IMPORTANT;
}
.block_1_footer li.menu-item a:before {
    content: '\f04b';
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    color: white;
    margin-top: 2px;
    font-weight: 900;
    font-size: 14px;
}
.block_1_footer .widget .menu-item a {
    color: white;
    font-size: 14px;
}
.block_5_footer p {
    color: white;
    font-size: 13px;
}
.block_1_footer li.menu-item {
    padding-left: 25px;
}
.post-sidebar .widget span.widget-title:before {
    background: transparent;
}

.don-hang-carousel .card .laha_image
.recuiment_carousel .card .laha_image {
    height: 312px;
    width: 100%;
    object-fit: cover;

}
.alert {
    background-color: #ff3135;
    width: 290px;
    line-height: 67px;
    height: 70px;
}
.block_1_main h2.section-title.section-title-normal:after {
    content: "";
    width: 200px;
    height: 3px;
    background: #e03438;
    position: absolute;
    top: 60px;
 }
.block_xkld h2.section-title.section-title-center:after {
    content: "";
    width: 210px;
    height: 3px;
    background: #e03438;
    position: absolute;
    top: 60px;
}
.order_new h2.section-title.section-title-center:after{
    content: "";
    width: 210px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: 60px;
}
.order_hot h2.section-title.section-title-center:after, .news_events h2.section-title.section-title-center:after, .block_gv h2.section-title.section-title-center:after, .block_form_dk h2.section-title.section-title-center:after, .testimonial_main h2.section-title.section-title-center:after {
    content: "";
    width: 210px;
    height: 3px;
    background: #e03438;
    position: absolute;
    top: 60px;
}
.banner h3.alt {
    font-size: 26px;
    text-shadow: none;
}
.banner h4 {
    font-size: 26px;
    text-decoration: none;
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a {
    color: rgb(12 37 107);
    transition: all .2s;
}
ul.header-nav.header-nav-main.nav.nav-left.nav-pills.nav-size-large {
    width: 100%;
    justify-content: center;
}
.header-nav.nav>li>a:hover {
    color: #0c256b;
}
.don-hang-carousel .card-title, .don-hang-carousel .btn {
    color: #ffffff;
}
.card {
    background-color: transparent;
    border: 1px solid rgb(255 255 255 / 42%);
}
.card.h-100 .text-dark {
    color: #ffffff !important;
}
.btn_order_new span {
    color: white;
}
.order_new .btn_order_new {
    background: #0094D4 !important;
}
.btn_main {
    width: 200px;
}
.news_events .col.post-item {
    max-height: 107px;
}
.news_events .section-content .text-left h3 span {
    font-size: 28px;
}
.video-fit {
    height: 100%;
}
.testimonial_main .flickity-viewport {
    height: 360px !important;
}
.testimonial_main .col-inner.box-shadow-3.dark {
    border-radius: 10px;
}
.testimonial_main .icon-box-text.last-reset {
    padding: 0 25px;
}
.testimonial_main .has-icon-bg .icon .icon-inner{
    color: white;
}
.dk_left .box-text .box-text-inner h4 {
    margin: 15px 0;
}
.title_content_page h2.section-title.section-title-normal {
    padding-bottom: 15px;
    border-bottom: none;
    font-size: 45px;
}
.title_content_page h2.section-title.section-title-normal:after, h1.page_dhdn_title:after{
    content: "";
    width: 46%;
    height: 3px;
    background: #e03438;
    position: absolute;
    top: 70px;
    left: 0;
}
h1.page_dhdn_title:after {
	top: 50px;
}
h1.page_dhdn_title {
	margin-bottom:30px;
}
.title_content_page span.section-title-main {
    border: none;
}
.block_widget {
    border: none;
}
.promo__content blockquote {
    border: none;
}
.recui__title h1 {
    font-size: 22px;
}
/*begin lien_he_page*/
.lh_block_3-1 .col-inner {
    -webkit-border-top-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 30px;
    -moz-background-clip: padding;
    border-bottom-left-radius: 30px;
}
.lh_block_3-2 .col-inner {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topleft: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius-bottomleft: 30px;
    -moz-background-clip: padding;
    border-bottom-right-radius: 30px;
}
.sec_1_lh {
    padding-bottom: 0 !important;
}
.sec_1_lh .left_lh_block p {
    text-indent: 25px;
    text-align: justify;
}
/*end lien_he_page*/
.block_1_footer span.widget-title {
    color: white;
    font-size: 15px;
}
/* support trang chu*/
.dk_left .numb a {
    transition: 0.3s;
}
.dk_left p.numb {
    color: red;
    font-size: 20px;
    font-weight: 900;
}
p.title_dk_left {
    line-height: 45px;
    font-size: 18px;
    font-weight: 600;
    word-spacing: 4px;
    background: #0293D1;
    border-radius: 10px;
    color: white;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    margin: 0;
}
span.btn-toggle-register.dk_btn {
    background: #143173;
    padding: 6px 15px;
    border-radius: 3PX;
    CURSOR: POINTER;
    MARGIN: 0;
}
span.wpcf7-form-control-wrap.menu-991 {
    position: initial;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    color: #75758B;
}
.sec_1_lh div#toc_container {
    display: none;
}
.dk_right {
    padding: 0 !important;
}
.dk_left {
    padding-right: 15px !important;
}
.dk_left p.namelh {
    padding: 8px 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
/* start _sidebar custom_*/
.title_sb_page p {
    margin-bottom: 0;
}
.title_sb_page {
    display: block;
    background: #E03438;
    color: #ffffff;
    text-transform: none;
    /*padding-left: 55px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.title_sb_page p {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-align:center;
}
.title_sb_page:before {
    content: '\f3cd';
    position: absolute;
    left: 22px;
    font-family: "Font Awesome 5 Free";
    color: white;
    margin-top: 2px;
    font-weight: 900;
    font-size: 32px;
    top: 4px;
}
.title_sb_page:after {
    content: "";
    border-color: #e03438  transparent transparent transparent;
    border-style: solid;
    border-width: 15px 9px 0;
    left: 11%;
    position: absolute;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    top: 53px;
}
.block_sb_page {
    padding: 0 !important;
}
.block_sb_page .box-image {
    border-radius: 7px;
}
.content_sb_page a:hover {
    color: red;
    transition: 0.3s;
}
.content_sb_page p.numb {
    color: white;
    font-weight: 800;
}
.content_sb_page p.namelh {
    font-size: 18px;
}
.block_sb_page .content_sb_page .box-text.text-center {
    padding: 0;
}
.block_sb_page .content_sb_page h4 {
    margin: 10px 0;
}
.block_sb_page .section-content.relative {
    background: #D9D9D9;
}
.block_sb_page .content_sb_page div.col {
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
}
.section_gt li#block_widget-5, .section_gt li#block_widget-6 {
    border: none;
}
.section_gt h2.widgettitle {
    BACKGROUND: #e03438;
    line-height: 52px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}
p.lhg_tt {
    font-size: 18px;
}
.section_gt h2.widgettitle:before {
    content: "";
    border-color: #e03438 transparent transparent transparent;
    border-style: solid;
    border-width: 15px 9px 0;
    top: 52px;
    left: 10%;
    position: absolute;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 5px !important;
    background: transparent !important;
    z-index: 999999;
    position: absolute;
}
.form_dk_tv input.wpcf7-form-control.wpcf7-submit {
    margin: 0;
}
li#block_widget-6 {
    margin-top: 25px;
    background: #d9d9d9;
    border-radius: 0;
}

.form_dk_tv input, .form_dk_tv select, .form_dk_tv textarea {
    border-radius: 5px;
    box-shadow: none;
}
.section_gt #block_widget-6 .has-block div.col {
    padding-bottom: 0;
}
#block_widget-6 span.widget-title {
    background: #E03438;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}
aside#block_widget-5, aside#block_widget-6 {
    padding: 0;
}
.widget-area .tz-recent-w.widget.tz-recent-list {
    overflow: hidden;
}
.section_gt .form_dk_tv .wpcf7-form-control-wrap select, .section_gt .form_dk_tv input[type='date'] {
    color: #757579;
}
.category div.row-large > .large-3.col, .blog div.row-large > .large-3.col {
    padding: 0 15px;
}
.category .row-large>.flickity-viewport>.flickity-slider>.col, .category .row-large>.col, .blog .row-large>.col, .row-large>.col {
    padding: 0 15px 15px;
    margin-bottom: 0;
}
.single-post .blog-single .row.row-large {
    max-width: 1330px !important;
}
.category .row.row-large, .blog .row.row-large {
    max-width: 1330px;
}
.section_gt {
    padding: 30px 0 !important;
}
/*end _sidebar custom_*/
/*sidebar*/
aside.block_widget, aside.widget_tag_cloud, aside.widget_archive {
    BACKGROUND: #D9D9D9;
    border: none;
    border-radius: 0;
    padding: 10px;
    padding-top: 0;
}
.post-sidebar .widget span.widget-title, .widget-area .widget span.widget-title  {
    background: #E03438;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}
.carr-sidebar .widget span.widget-title, .widget-area .widget span.widget-title  {
    background: #E03438;
    line-height: 52px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}
.carr-sidebar aside  {
    padding: 10px;
    padding-top: 0;
}
.post-sidebar .widget span.widget-title:before, .widget-area .widget span.widget-title:before {
    width: 85px;
    background: #ff0000;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
}
.dk_left div.col {
    padding-bottom: 2px;
}
.post-sidebar .widget-title span, .widget-area .widget-title span {
    color: white;
    line-height: 52px;
    margin: 0;
    padding: 0;
}
.post-sidebar .widget span.widget-title:before, .widget-area .widget span.widget-title:before, #block_widget-6 span.widget-title:before {
    content: "";
    border-color: #e03438 transparent transparent transparent;
    border-style: solid;
    border-width: 15px 9px 0;
    top: 99%;
    left: 10%;
    position: absolute;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 5px !important;
    background: transparent !important;
}
#block_widget-7 .has-block .col {
    padding-bottom: 0;
}
#block_widget-7 .has-block .wpcf7 form.wpcf7-form.init, .block_widget form.wpcf7-form.init {
    margin-bottom: 0;
}
/*.section_gt .col {*/
/*    padding: 0 15px;*/
/*}*/
#block_widget-5 .block_sb_page .content_sb_page i.fas.fa-phone-volume, .block_sb_page .content_sb_page i.fas.fa-phone-volume {
    font-size: 30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    transform: rotate(
            -45deg
    );
}
/*end_sidebar*/
/*page_dhdn*/
.page_dhdn .row_content_dhdn {
    padding-top: 20px;
}
.page_dhdn .dark .breadcrumbs a {
    color: #e03438;
    text-shadow: none;
}
.page_dhdn .page-title-inner {
    min-height: 37px !important;
    padding: 0;
}
.page_dhdn .page-title.dark.featured-title {
    background: #EAEAEA;
}

.page_dhdn div#toc_container {
    display: none;
}
.page_dhdn .tabbed-content h1.uppercase.text-left {
    padding-bottom: 15px;
    border-bottom: none;
    font-size: 40px;
}
.page_dhdn .tabbed-content h1.uppercase.text-left:after {
    content: "";
    width: 30%;
    height: 3px;
    background: #e03438;
    position: absolute;
    top: 60px;
    left: 0;
}
.page_dhdn .nav-line-bottom .tab a:after {
    content: "";
    width: 2px;
    height: 50%;
    background: #e03438;
    position: absolute;
    right: -13px;
}
.page_dhdn .nav-line-bottom .tab a:before {
    display: none;
}
.page_dhdn li.tab.active.has-icon > a {
    color: #e03438;
}
.page_dhdn .dark .breadcrumbs {
    color: #070932;
    text-shadow: none;
    font-weight: initial;
}
.page_dhdn .title-breadcrumbs span.divider {
    color: #070932;
    opacity: 1;
    margin:0;
}
.page_dhdn li.tab.has-icon {
    margin-right: 30px;
}
.page_dhdn .tab a {
    font-size: 18px !important;
}
.page_dhdn {
    padding: 0 !important;
}
.page_dhdn .block-card__dh.col-md-6.mb-4 {
    padding: 0;
}

/*page_dhdn*/


/*start footer 1*/
.footer-1 span.widget-title {
    color: white;
    font-size: 15px;
}
.footer-1 a {
    color: white;
    font-size: 14px;
}
.footer-1 a:hover {
    color: #e85540;
    transition: 0.3s;
}
.footer-1 a {
    transition: 0.3s;
}
.footer-1 li.menu-item {
    padding-left: 25px;
    border-top: none;
}
.footer-1 li.menu-item:before {
    content: '\f04b';
    position: absolute;
    left: 16px;
    font-family: "Font Awesome 5 Free";
    color: white;
    margin-top: 9px;
    font-weight: 900;
    font-size: 8px;
}
.footer-1, .footer-2 {
    border-top: none;
}
/*end footer 1*/

/*footer 2*/
.footer-widgets.footer.footer-2.dark {
    padding-top: 0;
}
.block_footer_2 {
    padding: 0 !important;
}
div#block_widget-4, div#block_widget-8 {
    margin-bottom: 0;
}
/*end footer 2*/

.dk_left .box-text.text-center.dark {
    border-radius: 10px;
}
.dk_left .box.has-hover.has-hover.box-vertical.box-text-middle {
    margin: 0;
}
.dk_left .box .box-image {
    border-radius: 9px !important;
}
a.plain {
    text-decoration: none;
}
/*css category */
/*.category .col-inner .box .box-image {*/
/*    position: relative;*/
/*    height: auto;*/
/*    margin: 0 auto;*/
/*    overflow: hidden;*/
/*    display: table-header-group;*/
/*}*/
/*.category .col.post-item {*/
/*    max-width: 33.333%;*/
/*}*/
/*Loadmore*/
span.loadMoreBtn-label {
    background: #93cef0;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #93cef0;
    border-radius: 10px;
    box-shadow: 0px 2px 5px #00000052;
    color: black;
    font-size: 18px;
}
a#loadMore {
    text-align: center;
    display: block;
	   transition: 0.3s;
}
a#loadMore:hover > span {
    background: #e33439;
    border-color: #e33439;
    transition: 0.3s;
}
a#loadMore:focus {
    box-shadow: none;
}
@media ( min-width: 992px) {
	#tab_ĐƠn-nam .block-card__dh > .col-md-4.col-xs-12.col-sm-12, #tab_ĐƠn-nam .block-card__dh > .col-md-8.col-xs-12.col-sm-12 {
    float: left;
}
		#tab_ĐƠn-nỮ .block-card__dh > .col-md-4.col-xs-12.col-sm-12, #tab_ĐƠn-nỮ .block-card__dh > .col-md-8.col-xs-12.col-sm-12 {
    float: left;
}
	#tab_ĐƠn-ĐẶc-biỆt .block-card__dh > .col-md-4.col-xs-12.col-sm-12, #tab_ĐƠn-ĐẶc-biỆt .block-card__dh > .col-md-8.col-xs-12.col-sm-12 {
    float: left;
}
}
@media ( max-width: 560px) {
	.partner_block span.section-title-main {
    margin: 0;
}
    .result_search h5.card-title.text-left {
        padding-top: 15px;
    }
    .result_search .col-md-8 {
        padding-bottom: 15px;
    }
    #main .container p#breadcrumbs {
        line-height: 50px;
    }
    ul.page-numbers.nav-pagination.links.text-center {
        margin: auto;
    }
	.fb-comments iframe {
    width: 100% !important;
}
	h1.page_dhdn_title {
		font-size: 22px;
		margin-bottom: 30px;
	}
	h1.page_dhdn_title:after {
    top: 45px;
}
    .category .col-inner .box .box-image {
        position: relative;
        height: auto;
        margin: 0 auto;
        overflow: hidden;
        display: block;
        padding-top: 20px;
    }
    .col {
        flex-basis: auto;
    }
    .footer-1 .widget_nav_menu, .footer-2 .block_widget {
        flex-basis: auto;
    }
    .testimonial_main .icon-box-center .icon-box-img {
        left: 34%;
    }
    .block_gp .box-image img {
        width: 60px;
    }
    .block_gp p {
        font-size: 14px;
        font-weight: 100;
        color: white;
    }
    .block_gp h5 {
        font-size: 15px;
        font-weight: 100;
        color: #efff00;
    }
    .block_gp h4 {
        font-size: 18px !important;
        margin-top: 30px !important;
        font-weight: 400 !important;
    }
    .block_fb_socials .circle {
        border-radius: 5px !IMPORTANT;
        margin: 0 10px;
    }
    .block_footer_2 .col_block_footer_6 {
        padding-bottom: 0;
    }
    .absolute-footer.dark {
        color: rgba(255,255,255,0.5);
        position: absolute;
        bottom: 0;
    }
    .widget span.widget-title {
        font-size: 14px;
    }
    .block_1_footer .widget .menu-item a {
        font-size: 14px;
    }
    .block_5_footer p {
        color: white;
        font-size: 15px;
    }
    .news_events .col.post-item {
        height: auto;
        max-height: none;
    }
    .news_events .box-vertical .box-image {
        margin: 0;
        width: 20% !important;
    }
    .news_events .box-text.text-left {
        width: 100%;
    }
    .block_form_dk .dk_left .box-vertical .box-image {
        width: 50% !important;
    }
    .block-card__dh img {
        width: 100%;
        height: 210px;
        border-radius: 10px;
        object-fit: cover;
        vertical-align: middle;
    }
    .omt_countup__boxparent .container-item > span {
        font-size: 50px;
    }
    .block_xkld .row_count_main .col-inner.text-center {
        padding: 0 !important;
    }
    .block_count_main .col {
        margin-bottom: 20px;
    }
    .block_count_main h3 {
        font-size: 35px;
        color: white;
    }
    .block_count_main h3:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 3px;
        background: #e03438;
        bottom: 36px;
        left: 42%;
    }
    .block_count_main h5 {
        font-size: 17px;
        color: white;
        font-weight: 400;
    }
    .omt_countup__boxparent .container-item > span {
        font-size: 35px;
    }
    p.omt_description1, p.omt_description2 {
        font-size: 17px;
        margin-bottom: 0;
		text-align:center;
    }
    .slide_lh_home .bg.fill.bg-fill.bg-loaded {
        background-position: 60% 50% !important;
    }
    .block-card__dh {
        display: block;
    }
    .archive .block-card__dh h5.card-title.text-left {
        margin-top: 20px;
    }
    .block_sb_page .box-image img {
        max-width: 50%;
        width: 100%;
        margin: 0 auto;
        border-radius: 10px;
    }
    .block_sb_page .box-image {
      text-align: center;
    }
    .content_sb_page .box h5 {
         font-size: 17px;
     }
    .content_sb_page .box h4 {
        font-size: 20px;
    }
    .content_sb_page .col-inner.dark {
        width: 70%;
    }
    .block_1_footer div.col {
        padding-bottom: 15px;
    }
}
@-webkit-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@-moz-keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown {
    from {
        opacity:0;
        -webkit-transform: translatey(-10px);
        -moz-transform: translatey(-10px);
        -o-transform: translatey(-10px);
        transform: translatey(-10px);
    }
    to {
        opacity:1;
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
	display:block;
}
.thanks-content {
	display: block;
	max-width: 992px;
	margin: 0 auto;
	text-align: center;
	background: aliceblue;
	box-shadow: 0px 5px 10px 5px rgba(0,0,0,.1);
	border-radius: 10px;
	padding: 40px;
}
#ModalRegister .bg-overlay {
	background: rgba(0, 0, 0, 0.5);
	height: 100vh;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	-webkit-transition: background 0.15s linear;
	-o-transition: background 0.15s linear;
	transition: background 0.15s linear;
	z-index: -1;
}
#ModalRegister .modal-dialog{
	top:15%;
}
#ModalRegister .modal-content {
	background: rgb(0, 148, 212);
	text-align: center;
}
#ModalRegister .modal-content .modal-header .close {
	position: absolute;
	right: -5px;
	top: -5px;
	color: #0a2e63;
	opacity: 1;
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	padding: 0;
    margin: 0;
	min-height: auto;
}
#ModalRegister .modal-title{
	color: #FFF;
}
#ModalRegister .wpcf7-form.init,#ModalRegister .wpcf7-form-control.wpcf7-submit {
	margin: 0;
}
.block-card__dh.colums-block_posts.col-md-6.mb-4 {
	margin: 0;
	padding: 0;
}
#PopupRegister .modal-dialog{
	top:15%;
	background: url('gradients-popup.jpg')center bottom no-repeat;
	background-size: cover;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px 20px;
	position:relative;
}
#PopupRegister .modal-content{
	background:#FFF;
	position: relative;
	max-height: 100%;
	margin: auto;
	padding: 30px;
	width: 430px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.0196802), 0px 2px 4px rgba(0, 0, 0, 0.03), 0px 7px 12px rgba(0, 0, 0, 0.0503198), 0px 18px 28px rgba(0, 0, 0, 0.07);
}
#PopupRegister .modal-header{
	display:block;
	padding: 0;
	border: 0;
	text-align:center;
}
#PopupRegister .modal-title {
	display: block;
	text-transform: uppercase;
	text-align:center;
}
#PopupRegister .flex-box-submit {
	display: flex;
	width: 100%;
	margin: 0;
}
#PopupRegister .flex-box-submit .wpcf7-submit{
	background: #FDAD15;
	color: #FFF;
	-webkit-text-fill-color: white;
	padding:12px 6px;
	text-align:center;
	width:50%;
	text-transform:uppercase;
	font-size:16px;
	margin: 0;
    margin-right: 5px;
	font-weight:bold;
	line-height:22px;
}
#PopupRegister .flex-box-submit .btn-fanpage-fb{
	background: #777;
	color: #FFF;
	-webkit-text-fill-color: white;
	padding:12px 6px;
	text-align:center;
	width:50%;
	text-transform:uppercase;
	font-size:16px;
	margin: 0;
    margin-left: 5px;
	font-weight:bold;
	line-height:22px;
}
#PopupRegister .modal-body {
	position: relative;
	padding: 0;
}
#PopupRegister .wpcf7-form.init {
	margin: 0;
}
#PopupRegister .modal-dialog .close {
	position: absolute;
	right: -5px;
	top: -5px;
	color: #0a2e63;
	opacity: 1;
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	padding: 0;
    margin: 0;
	min-height: auto;
}
#PopupRegister .wpcf7-form-control-wrap input{
	border:solid 0px #ddd;
	border-bottom:solid 1px #ddd;
	border-left:solid 1px #ddd;
	box-shadow:none;
}

/* rcuiment related */
.recui__img {
    width: 120px;
    display: inline-table;
    padding-right: 5px;
}
.recui__img img {
    border-radius: 5px;
}
.recui__related:hover .recui__title a {
    color: #334862;
}
.recui__title {
    font-size: 15px;
}
.recui__meta {
    font-size: 14px;
    font-weight: 400;
    margin: auto 0;
}

/* recuiment tab */
.recuiment-tabs { 
    border-style: none;
    display: flex;
    justify-content: space-between;
}
.recuiment-tabs.nav-tabs .nav-link {
    color: #fff;
    background-color: #060092;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 300ms ease;
    padding: 13px 30px;
    font-size: 16px;
} 
.recuiment-tabs.nav-tabs .nav-link.active,
.recuiment-tabs.nav-tabs .nav-link:hover {
    background-color: #e03438;
}

/* recuiment summary */
.btn-square {
    color: #fff;
    background-color: #0099ff;
    border: none;
    border-radius: 8px;
    text-transform: uppercase;
    transition: all 300ms ease;
    padding: 13px 30px;
    font-size: 16px;
    box-shadow: 2px 2px 6px #323438;
}
.btn-square:hover, .btn-square.btn-red {
    background-color: #e03438;
}
.btn-square.btn-red:hover {
    background-color: #f27880;
    color: white;
}
a.btn-square.btn-blue:hover {
    background: #0293d1a1;
    color: white;
}
.gallery-carousel .owl-stage {
    display: flex;
}
.recui__item { 
    display: contents; 
}
.recui__item:hover { 
    cursor: pointer;
}
.gallery-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
#imgpriv {
    height: 350px;
    object-fit: contain;
    background-color: #d9d9d9;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.py-4 .gallery-carousel.owl-carousel.owl-theme.mt-3.owl-loaded.owl-drag {
    margin: 2px !important;
}
.recuiment_carousel .recui__img {
    width: 100%;
    height: auto;
}
a.hotline.btn.btn-warning.btn-lg {
    color: white;
    background-color: #0294D1;
    border-color: #0294D1;
}
.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #03a9f44d;
}

.recuiment_carousel .card-title, .recuiment_carousel .btn {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.recuiment_carousel .card.h-100 .text-dark {
    color: #343a40!important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.recuiment_carousel .btn-outline-secondary {
    color: #143173;
    border-color: #d9d9d9;
}
.recuiment_carousel .card {
    background-color: transparent;
    border: 1px solid #D9D9D9;
    margin-bottom: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.single_dh a.btn.btn-square.btn-blue.btn-primary:hover {
    background: #0293d1;
}
/* Carousel */
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #ffffff9c;
    padding: 5px 12px !important;
    color: black;
    box-shadow: 0 0 4px 1px #ccc;
    border-radius: 0 10px 10px 0;
	width:53px;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
position: absolute;
top: calc(50% - 8px);
transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-prev {
    background: #ffffff9c;
    padding: 5px 12px !important;
    color: black;
    box-shadow: 0 0 4px 1px #ccc;
    border-radius: 10px 0 0 10px;
}
.testimonial_main .owl-carousel .owl-nav button.owl-prev {
    top: 60%;
}
.testimonial_main .owl-carousel .owl-nav button.owl-next, .testimonial_main .owl-carousel .owl-nav button.owl-prev {
    top: 60%;
}
.owl-carousel .owl-nav .owl-prev {
left: -12px;
}

.owl-carousel .owl-nav .owl-next {
right: -30px;
}
h2.recui__number, h2.recui__salary, h2.recui__work {
color: #e03438;
font-size: 21px;
font-weight: 500;
}
h2.recui__number span, h2.recui__salary span, h2.recui__work span {
color: #012d76;
font-size: 21px;
}
.recui-short .col-12.btns.py-5.d-flex.justify-content-start {
padding-top: 0 !important;
	padding-bottom:0 !important;
}
.recui-short .fb_iframe_widget {
display: inline-block;
position: relative;
margin: 10px 0 !important;
}
.card.h-100 .btn-outline-secondary:hover {
background: #E03438;
color: white;
border-color: #E03438;
}
.single_dh a.btn-square.btn-red.mr-5 {
padding: 13px 40px;
}
.single .meta__title .text-info {
	display: none;
}
.meta__title {
display: flex;
justify-content: space-between;
align-items: center;
}
.don-hang-carousel .card-body a {
padding-top: 0 !important;
}
.order_new .don-hang-carousel .card.h-100 a {
display: block;
position: relative;
padding-top: 100%;
width: 100%;
}
.order_new .owl-carousel .owl-item img {
width: 100%;
position: absolute;
top: 0;
right: 0;
height: 100%;
object-fit: cover;
}
.recui__item img {
position: relative !important;
}
.recuiment_carousel .card.h-100 img.laha_image.wp-post-image {
position: initial;
}
.teacher-carousel .card-text p>span {
color: white !important;
}
.teacher-carousel .card-text.text-light {
text-align: left;
}
.teacher-carousel .card-text p {
margin-bottom: 0;
}
/* End Carousel */
@media (max-width: 1024px){
    .omt_countup__boxparent .container-item {
        width: calc(100%);
    }
    .testimonial_main .reviewc-item .card-body p.card-text.text-light {
        height: auto;
    }
    p.lhg_tt {
        font-size: 18px;
        text-align: center;
    }
    .title_sb_page p {
        text-align: right;
    }
}
@media (max-width:768px){
    .social-ring a.btn-toggle-register.dk_btn, .social-ring a.call-icon {
        display: block;
    }
    .social-ring a {
        margin-bottom: -10px;
    }
    .social-ring a.call-icon, .social-ring a.btn-toggle-register.dk_btn {
        margin-bottom: 15px;
    }
.block_1_main .col, .news_events .col {
    flex-basis: auto;
    max-width: 100%;
}
	.block_1_main .col_video, .news_events .col_video {
    max-width: 70%;
		margin:auto;
}
	p.omt_description1, p.omt_description2 {
    font-size: 18px;
    margin-bottom: 0;
}
	.block_1_main .col {
    flex-basis: auto;
    max-width: 100%;
}
	.block_1_main .col:first-child {
    max-width: 100%;
}
	.news_events .col
    .section_gt .medium-9 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
	.ht_question .accordion-title.plain {
    padding-right: 0;
}
	 .section_gt .ht_question p img {
        text-align: center;
        margin: auto;
        width: auto;
    }
    .teacher-item, .reviewc-item {
        display: block !important;
    }
    .block_count_main h3:after {
        bottom: 45px;
    }
    .block_count_main h5 {
        font-size: 18px;
        color: white;
        font-weight: 400;
    }
    .block-card__dh.col-md-6 {
        max-width: 100% !important;
        flex: auto;
    }
    .block_count_main h3:after {
        bottom: 40px;
    }
    .block_count_main h5 {
        font-size: 17px;
    }
    .block_gp h4 {
        font-size: 12px;
        margin-top: 125%;
        font-weight: 400;
    }
    .block_fb_socials .circle {
        border-radius: 5px !IMPORTANT;
        margin: 0;
    }
    .card-body.d-flex.flex-column.justify-content-center.text-center.mt-5 {
        height: 225px;
    }
    .card-body.d-flex.flex-column.justify-content-center.text-center {
        height: 140px;
        margin: 0;
        padding: 0 5px;
    }
    .dk_left .box .box-image {
        width: 70% !important;
        display: block;
        position: relative !important;
        height: 175px;
    }
    .dk_left .box-vertical {
        display: block;
        width: 100%;
    }
    .dk_left .box-text p:last-child {
        display: none;
    }
    .dk_left .box-text.text-center.dark {
        display: block;
    }
    .dk_left p.namelh {
        padding: 0;
        font-size: 15px;
    }
    .dk_right .getmotel_infor__form input.wpcf7-form-control.wpcf7-submit.sdt_submit {
        border-radius: 10px;
        width: 200px;
        background: #e03438;
        margin: 19px 0;
    }
}
@media (max-width:560px){
	.lh_block_3-1 .col-inner, .lh_block_3-2 .col-inner {
    border-radius: 10px;
}
	.lh_block_3-1 h3, .lh_block_3-1 p, .lh_block_3-2 h3, .lh_block_3-2 p {
    padding: 0 10px !important;
    margin: 10px 0;
}

	.single_dh .col-12.btns.py-5.d-flex.justify-content-start {
    justify-content: center !important;
		padding: 0 !important;
}
	.single_dh a.btn-square.btn-blue {
    margin: 0 !important;
}
	.title_sb_page p {
    text-align: center;
}
	.title_sb_page:before {
    left: 32px;
}
	.content_sb_page p {
    text-align: center;
}
	p#breadcrumbs {
    line-height: 25px;
}
    .order_new h5.post-title.is-large {
        font-size: 18px;
    }
    .block_gv h4.card-title.text-light {
        font-size: 20px;
    }
    .block_gv .text-light {
        font-size: 17px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: -12px;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        right: -28px;
    }
    .recui__summary.d-flex.flex-column.justify-content-between.h-100 {
        padding-top: 15px;
    }
    .dk_right .container.section-title-container.title_content_home {
        margin-top: 30px;
    }
    .testimonial_main {
        padding-top: 5px !important;
    }
    .block_gv {
        padding-top: 20px !important;
        padding-bottom: 0 !important;
    }
    .block_form_dk .box .box-text-inner {
        padding-top: 10px;
    }
    .single_dh a.btn-square {
        margin: 0 !important;
        margin-right: 20px !IMPORTANT;
    }
    .tab-pane p {
        text-align: justify;
    }
    .meta__title {
        flex-direction: column;
        align-items: flex-start;
    }
    .meta__title > div { margin-bottom: 10px; }
    .order_hot .container.section-title-container.title_content_home {
        margin-bottom: 0;
    }
    .order_new h2.section-title.section-title-center:after, .block_xkld h2.section-title.section-title-center:after {
        top: 45px;
    }
    .order_new .col {
        padding-bottom: 0;
        padding-top: 0;
    }
    .container.section-title-container.title_content_home {
        margin-bottom: 0;
    }
    .block_1_main {
        padding-bottom: 10px !important;
        padding-top: 30px !important;
    }
    .block_1_main h2.section-title.section-title-normal:after {
        top: 50px;
    }
    .order_hot h2.section-title.section-title-center:after, .news_events h2.section-title.section-title-center:after, .block_gv h2.section-title.section-title-center:after, .block_form_dk h2.section-title.section-title-center:after, .testimonial_main h2.section-title.section-title-center:after, .partner_block h2.section-title.section-title-center:after {
        top: 45px;
    }
    .block_xkld .container.section-title-container.title_content_home {
        margin-bottom: 0;
    }
    /*edit css mobile-15.04*/
    #logo img {
        height: 50px;
    }
    .slide_lh_home_mb .banner {
        height: calc(100vh - 120px);
    }
    .order_hot_mb .card.h-100 {
        border: 1px solid rgba(0,0,0,.125);
        /* box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); */
        border-radius: 10px;
    }
    .order_hot_mb .owl-carousel .owl-item img {
        border-radius: 10px 10px 0 0;
    }
    .order_hot_mb .don-hang-carousel .card-title{
        color: #070932;
    }
    .order_hot_mb .card.h-100 .text-dark {
        color: #070932 !important;
    }
    .order_hot_mb .don-hang-carousel .card-body a.btn {
        color: black;
        border: 1px solid gray;
        padding: 5px 30px !important;
    }
    .order_hot_mb .dh__items i.fas {
        color: #e40001;
    }
    .order_hot_mb .dh__items {
        width: 100%;
        float: left;
        transform: translateX(70px);
    }
    .block_xkld h2.section-title.section-title-center:after {
        top: 80px;
    }
    .block_xkld .button span {
        font-size: 16px;
		text-align:center;
    }
    .block_xkld .alert {
        background-color: #ff3135;
        width: 200px;
        line-height: 50px;
        height: 50px;
    }
    .footer-1 {
        display: none;
    }
    .footer-widgets.footer.footer-2.dark {
        padding-top: 20px;
        display:none;
    }
    .block_fb_socials {
        text-align: center;
    }
    .block_fb_socials .circle {
        margin-right: 10px;
    }
    .block_form_dk .gap-element {
        padding-top: 15px !important;
    }
    .partner_block h2.section-title.section-title-center:after {
        top: 50px;
    }
    .section.partner_block {
        padding-bottom: 0 !important;
    }
    .title_content_home h2.section-title.section-title-center {
        padding-bottom: 30px;
    }
	.title_content_home span.section-title-main {
    border-bottom: none;
    font-size: 22px !important;
    line-height: 32px;
}
    .dk_left .col .col-inner {
        background: transparent !important;
    }
    .dk_left .box .box-text.text-center.dark {
        background-color: rgb(20, 49, 115, 0.5) !important;
    }
    .dk_left p.numb {
        color: white;
        font-size: 20px;
        font-weight: 900;
        text-shadow: 1px 1px black;
    }
    .off-canvas-left .mfp-content {
        width: 60% !important;
    }
    /*End css mobile-15.04*/
}

.teacher-item, .reviewc-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    border-radius: 10px;
    background-color: #e03438;
}
.testimonial_main .reviewc-item {
    background-color: #D2D2D2;
}
.testimonial_main .card-body .text-light {
    color: black !important;
}
.reviewc-item {
    display: flex;
    position: relative;
    margin-top: 85px;

}
.reviewc-item > .card-img {
    position: absolute;
    box-shadow: 2px 2px 20px #fff;
    background: white;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    top: -70px;
    left: 40%;
    border: 2px solid #fff;
}
.teacher-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

.recuiment_carousel.owl-carousel .owl-item img {
    height: 312px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.single-post .post .entry-header .entry-divider.is-divider.small {
    display: none;
}
.single-post .entry-header h1.entry-title {
    margin-top: 15px;
}
.single-post .article-inner.has-shadow .entry-header-text-top {
    padding-bottom: 0;
}
/*---------------------------------------
    Responsive
-----------------------------------------*/ 
.social-in-viewport {
    position: fixed;
    right: 15px;
    background: #fff;
    border-radius: 5px;
    width: auto;
    z-index: 9999;
    bottom: 50px;
    padding: 0;
    border: 1px solid #f2f2f2;
    list-style: none;
    margin: 0;
	display:none;
}
.social-in-viewport > li{
    display: block;
    margin-bottom: 10px;
    padding: 0;
}
.social-in-viewport > li:first-child{
    display: none;
}
.social-in-viewport > li i.fa ,.social-in-viewport>li i.far{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #6cb917;
    display: block;
    color: #fff;
    padding: 10px 0px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}
.social-in-viewport>li i.far{
    background: #346abe;
    color: #fff;
}
.social-in-viewport > li a {
    border: none;
    padding: 5px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
    margin: 0;
}
.social-in-viewport > li img {
    max-width: 40px;
    margin: 0 auto;
}
/* --------------------------------------
=========================================
   Social-ring
=========================================
-----------------------------------------*/
.fa-facebook-messenger::before {
    content: "\f39f";
    font-family: "Font Awesome 5 Brands" !important;
}
.social-ring i.fa-zalo {
    font-size: 18px;
    padding: 3px 5px;
}
.social-ring .social-zalo{
    margin-bottom: 20px;
}
.social-ring .call-icon i.fa{
    background: rgb(103, 182, 52);
    color: #fff;
}
.social-ring .zalo{
    margin-bottom: 20px;
}
.social-ring .mes{
    margin-bottom: 20px;
}
.social-ring .mes i.fa{
    background-color: #365899;
    color: #fff;
    padding: 8px;
}
.social-ring .mes i.fa img{
    max-width: 25px;
}
.social-ring .mes .alo-circle-fill{
    background-color: rgba(11, 75, 99, 0.5);
}
.social-ring .mes .alo-circle{
    border-color: #365899;
}
.social-ring .call-icon .alo-circle-fill{
    background-color: rgba(20, 164, 11, 0.5);
}
.social-ring .call-icon .alo-circle{
    border-color: #109316;
}
.social-ring .mes:hover > span{
    background-color: #365899;
 }
.social-ring .social-zalo:hover > span{
   background-color: #43a1f3;
}
.social-ring a.social-zalo span:before {
border-color: transparent rgb(5, 144, 199) transparent transparent;

}
.social-ring a.mes span:before {
border-color: transparent rgb(54, 88, 153) transparent transparent;
}
.social-ring{
  display: inline-grid;
    position: fixed;
    bottom: 15px;
    left: 30px;
    min-width: 45px;
    text-align: center;
    z-index: 99999;
}
.social-ring-main{
    display: block;
}
.social-ring-content{
  display: inline-grid;   
}
.social-ring a {padding:8px 2px;cursor: pointer;position: relative;}
.social-ring i{
  width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}
.social-ring span{
  display: none;
}
.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}
.alo-circle-fill {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}
.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .social-zalo:hover > span{display: block}
.social-ring a span {
    border-radius: 12px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}
@-webkit-keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
@keyframes "headerAnimation" {
    0% { margin-top: -70px; }
    100% { margin-top: 0; }
}
@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}
@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}
.social-ring a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(103, 182, 52) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
@media (min-width: 867px) {
.social-ring a.user-support{
    display: none;
}
}
@media (max-width: 867px) {
	.social-ring .social-ring-main,.social-ring{
	display: none;
	}
	.social-in-viewport {
		bottom: 0px;
		width: 100%;
		display: flex;
		right: 0;
		background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
		border: 0;
	}
	.social-in-viewport > li {
		display: block;
		margin-bottom: 0px;
		padding: 0;
		width: 33%;
		text-align: center;
	}
	.social-in-viewport > li:first-child{
		display: block;
	}
	.social-in-viewport > li a{
		max-width: 100%;
		max-height: 100%;
	}
    .reviewc-item > .card-img {
        left: 34%;
    }
}
@media (max-width:849px){

    .buttons {
        flex-direction: column;
    }
    .buttons a {
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
}