/*
Theme Name: Flatsome Child
Description: AZWebsite.vn developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.12.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

:root {
	--primary-color: #4643d0;
	--link-color: #337ab7;
    --blue-color: #2daaff;
	--black-color: #282828;
	--white-color: #fff;
}

* {
    text-shadow: none !important;
}

p {
    margin-bottom: 10px;
}

.p-b-0 {
    padding-bottom: 0;
}

.header-main .support-wrap {
    display: flex;
}

.header-main .support-wrap .support,
.header-main .support-wrap .support>a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main .support-wrap .support {
    margin-right: 30px;
}

.header-main .support-wrap .support>a:hover .text span {
    color: var(--blue-color);
}

.header-main .support-wrap .support .text {
    font-size: 14px;
    line-height: 16px;
    color: var(--white-color);
    text-align: right;
    margin-right: 14px;

}

.header-main .support-wrap .support .text span {
    font-weight: bold;
}

.header-main .support-wrap .support .icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 900;
    color: var(--white-color);
    width: 45px;
    height: 45px;
    border: solid 2px var(--white-color);
    border-radius: 45px;
}

.header-bottom {
    width: 100%;
    height: 45px;
    position: absolute;
    background: transparent !important;
}

.header-bottom .container {
    background: #073349;
    padding: 0;
    position: relative;
}

.header-bottom .container::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 45px 45px 0;
    border-color: transparent #073349 transparent transparent;
    left: -45px;
}

.header-bottom .container::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 45px 45px 0 0;
    border-color: #073349 transparent transparent transparent;
    right: -44.5px;
}

.header-bottom ul.header-nav {
    height: 45px;
}

.header-bottom ul.header-nav>li {
    height: 100%;
    display: flex;
    margin: 0 2px;
}

.header-bottom ul.header-nav>li::before,
.header-bottom ul.header-nav>li::after {
    display: none;
}

.header-bottom ul.header-nav>li>a {
    font-size: 14px;
    color: var(--white-color) !important;
    padding: 0px 15px;
}

.header-bottom ul.header-nav>li.active>a,
.header-bottom ul.header-nav>li:hover>a {
    background: var(--blue-color);
}

.header-bottom ul.header-nav>li>ul.nav-dropdown {
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    transform: perspective(600px) rotateX(-90deg);
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 45px;
    left: 0px;
    min-width: 200px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
    transform-origin: 0% 0%;
    z-index: 99;
    border: none;
}

.header-bottom ul.header-nav>li:hover>ul.nav-dropdown {
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    opacity: 1;
    transform: perspective(600px) rotateX(0deg);
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

.header-bottom ul.header-nav>li>ul.sub-menu.nav-dropdown>li {
    display: block;
    width: 100%;
}

.header-bottom ul.header-nav>li ul.sub-menu>li>a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    padding: 8.5px 20px 8.5px 10px;
    color: #333;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
    text-transform: initial;
}

.header-bottom ul.header-nav>li ul.sub-menu>li>a:hover {
    color: var(--blue-color);
    background: #fff;
}

.header-bottom ul.header-nav>li>ul.sub-menu.nav-dropdown>li>ul.sub-menu.nav-column {
    margin-top: -42px;
    display: none;
    position: absolute;
    left: 100%;
    min-width: 250px;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.04);
}

.header-bottom ul.header-nav>li>ul.sub-menu.nav-dropdown>li:hover>ul.sub-menu.nav-column {
    display: block !important;
}

.header-bottom ul.header-nav>li.header-search>ul.nav-dropdown {
    right: 0 !important;
}

.header-bottom ul.header-nav>li.header-search>a {
    background: transparent;
}

.header-search ul.nav-dropdown .search-form {
    min-width: 300px;
    border: solid 1px #e5e6ec;
}

.header-search ul.nav-dropdown .search-form input {
    height: 45px;
    border: none;
    box-shadow: none;
}

.header-search ul.nav-dropdown .search-form input::placeholder {
    font-size: 14px;
}

.header-search ul.nav-dropdown .search-form button {
    background: transparent;
    color: var(--blue-color);
    border: none;
    box-shadow: none;
}

.header-search ul.nav-dropdown .search-form button::before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: var(--blue-color);
    margin-left: 40px;
}

.header-search ul.nav-dropdown .search-form button i {
    display: none;
}

.section_denifition {
    padding: 20px 0 30px !important;
}

.section_denifition .col {
    padding-bottom: 0;
}

.section_denifition .box-text {
    padding: 0;
}

.section_denifition .box-text .decor {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 60px);
    width: 80px;
    height: 40px;
}

.section_denifition .box-text .decor .arrow-wrapper {
    float: left;
    border-radius: 100px;
    background: #000;
    width: 25px;
    height: 25px;
    margin-top: 7.5px;
    padding-left: 4px;
}

.section_denifition .box-text .decor .arrow-wrapper .fa {
    color: var(--white-color);
    font-size: 10px;
    line-height: 25px;
    float: left;
    margin-left: 2px;
}

.section_denifition .box-text .decor .detail-button {
    width: 40px;
    height: 40px;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: 50%;
    z-index: 9;
    top: 0px;
    left: 16px;
    position: absolute;
    font-size: 12px;
    line-height: 40px;
}

.col-title-link {
    padding-bottom: 0;
}

.col-title-link h3.section-title-main-link,
.col-title-link h3.section-title-main-normal {
    margin-bottom: 15px;
}

.col-title-link h3.section-title-main-link a,
.col-title-link h3.section-title-main-normal {
    font-size: 26px;
    color: var(--black-color);
    font-weight: bold;
}

.col-title-link h3.section-title-main-link a:hover {
    color: var(--blue-color);
}

.section_blog {
    padding: 20px 0 !important;
}

.section_blog .col {
    padding-bottom: 0;
}

.itemblog_large,
.itemblog_mini {
    padding-bottom: 0;
}

.itemblog_large .post-item .box-blog-post .box-text {
    padding: 10px 15px;
    background: #ebebeb;
    text-align: left;
}

.itemblog_mini .post-item .box-blog-post .box-text  {
    padding: 0 0 0 15px;
    text-align: left;
}

.post-item .box-blog-post .box-text h5.post-title {
    color: var(--link-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 5px;
}

.section_blog .post-item .box-blog-post .box-text h5.post-title:hover {
    color: #23527c;
    text-decoration: underline;
}

.itemblog_large .post-item .box-blog-post .box-text h5.post-title {
    font-size: 20px;
}

.itemblog_mini .post-item .box-blog-post .box-text h5.post-title {
    font-size: 15px;
}

.post-item .box-blog-post .box-text .post-meta {
    font-size: 14px;
    color: #bbbdc9;
    margin-bottom: 5px;
    line-height: 20px;
}

.post-item .box-blog-post .box-text .is-divider {
    display: none;
}

.post-item .box-blog-post .box-text p.from_the_blog_excerpt {
    font-size: 14px;
    margin: 0;
    color: var(--black-color);
}

.itemblog_mini .post-item {
    padding-bottom: 0;
}

.itemblog_mini .post-item .col-inner {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ebebeb;
}

.itemblog_mini .post-item:last-child .col-inner {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.section_blog form {
    margin: 0;
}

.form_contact-mail {
    background: #9deefc;
    text-align: center;
}

.form_contact-mail .wrap {
    padding: 20px 15px 10px;
}

.form_contact-mail .wrap h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
}

.form_contact-mail .wrap p {
    font-size: 14px;
    margin-bottom: 10px;
}

.form_contact-mail .wrap input {
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    width: 100%;
}

.form_contact-mail .wrap input.wpcf7-text {
    border: 1px solid #e1e1e1;
    box-shadow: none;
    margin-bottom: 20px;
}

.form_contact-mail .wrap input.wpcf7-submit {
    margin: 0;
}

.wpcf7-spinner {
    display: none;
}

.section_blog_videos {
    padding: 20px 0 !important;
}

.section_blog_videos .col-wrap>.col-inner {
    padding: 20px 15px;
}

.section_blog_videos .col-title-link h3.section-title-main-link a {
    color: var(--white-color);
}

.section_blog_videos .col-title-link h3.section-title-main-link a:hover {
    color: var(--blue-color);
}

.section_blog_videos .itemblog_large .box-blog-post {
    display: flex;
    flex-direction: row-reverse;
}

.section_blog_videos .itemblog_large .post-item .box-blog-post .box-text {
    width: 33%;
    padding: 0 15px 0 0;
    background: transparent;
}

.section_blog_videos .post-item .box-blog-post .box-text h5.post-title {
    color: var(--white-color);
}

.section_blog_videos .post-item .box-blog-post .box-text h5.post-title:hover {
    color: var(--blue-color);
    text-decoration: underline;
}

.section_blog_videos .post-item .box-blog-post .box-text .post-meta,
.section_blog_videos .post-item .box-blog-post .box-text p.from_the_blog_excerpt {
    color: var(--white-color);
}

.section_myabout {
    padding: 20px 0 !important;
}

.section_myabout .owl-item:nth-child(1) .item_about {
    background: #2ecc71;
}

.section_myabout .owl-item:nth-child(2) .item_about {
    background: #ff6d3a;
}

.section_myabout .owl-item:nth-child(3) .item_about {
    background: #9b59b6;
}

.section_myabout .owl-item:nth-child(4) .item_about {
    background: #f85b9c;
}

.section_myabout .owl-item:nth-child(5) .item_about {
    background: #3291d2;
}

.section_myabout .owl-item:nth-child(6) .item_about {
    background: #f5b433;
}

.section_myabout .item_about {
    display: flex;
    flex-direction: column;
    padding: 12px 28px 21px;
    border-radius: 4px;
    min-height: 150px;
}

.section_myabout .item_about .icon {
    display: flex;
    color: var(--white-color);
}

.section_myabout .item_about .icon p {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding-left: 20px;
}

.section_myabout .item_about .icon i {
    font-size: 35px;
}

.section_myabout .item_about .content {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    opacity: 0.85;
}

.section_brand h3.section-title-main-normal {
    position: absolute;
    background: #fff;
    top: -23px;
    padding-right: 15px;
    margin: 0;
    left: 15px;
    z-index: 1;
    width: auto;
}

.section_brand .slider-brands {
    background: #fff;
    border: dashed 1px #ebebeb;
    padding: 10px 15px 0 0;
}

.section_register_now.index {
    padding: 0 !important;
}

.section_register_now.index .col {
    padding: 50px 15px;
    display: block;
    clear: both;
    background-attachment: scroll;
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    height: unset;
    margin-bottom: 20px;
    background-image: url(/wp-content/uploads/2023/05/quick-support-bg2.webp);
}

.section_register_now .title_m p {
    font-size: 16px;
    font-weight: 700;
    color: var(--white-color);
    margin: 20px 0 10px;
}

.section_register_now .title_m h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--white-color) !important;
    line-height: 58px;
    margin-bottom: 30px;
}

.section_register_now.index a.button.btn-dktv {
    height: 70px;
    border-radius: 70px;
    line-height: 70px;
    background: #fff;
    padding: 0 45px;
    margin: 0;
    font-size: 22px;
    color: var(--primary-color);
    font-weight: normal;
    box-shadow: none;
}

.section_register_now.index a.button.btn-dktv:hover {
    background: var(--blue-color);
    color: var(--white-color);
}

.section_register_now.page {
    margin: 0;
    padding: 50px 0 !important;
    display: block;
    clear: both;
    background-size: cover;
    background-attachment: scroll;
    background-position: top center;
    height: 500px;
    margin-bottom: 200px;
}

.section_register_now.page .full_width_padding {
    background: #fff;
    padding: 40px 65px;
    border-radius: 15px;
    box-shadow: 0px 10px 82px 4px rgba(151,170,180,0.24);
}

.section_register_now.page .full_width_padding h4 {
    font-size: 28px;
    font-weight: 700;
    margin: 10px 0;
}

.section_register_now.page .full_width_padding .des {
    font-size: 14px;
    margin-bottom: 15px;
}

.section_register_now.page .full_width_padding .form-tu-van .col {
    padding-bottom: 0;
}

.section_register_now.page .full_width_padding .form-tu-van input,
.section_register_now.page .full_width_padding .form-tu-van textarea {
    box-shadow: none;
    padding: 0 25px;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.section_register_now.page .full_width_padding .form-tu-van input {
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
}

.section_register_now.page .full_width_padding .form-tu-van textarea {
    padding-top: 15px;
    border-radius: 25px;
}

.section_register_now.page .full_width_padding .form-tu-van input.wpcf7-submit {
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 35px;
    text-transform: none;
    display: flex;
    margin: 0 auto;
}

.section_register_now.page .full_width_padding .form-tu-van input.wpcf7-submit:hover {
    background: var(--blue-color);
}

.section_service {
    padding: 40px 0 20px !important;
}

.section_service .col {
    padding-bottom: 0;
}

.section_service .icon-box .icon-box-text {
    padding-left: 10px;
}

.section_service .icon-box .icon-box-text h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.section_service .icon-box .icon-box-text p {
    font-size: 14px;
}

#footer {
    border-top: solid 1px #ebebeb;
}

.section_footer {
    padding: 50px 0 30px !important;
}

.section_footer .col {
    padding-bottom: 0;
}

.section_footer .section-title-container {
    margin-bottom: 20px;
}

.section_footer .section-title-normal,
.section_footer .section-title-main {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.section_footer .section-title-main {
    font-size: 14px;
    font-weight: bold;
}

.ux-menu a.ux-menu-link__link {
    font-size: 14px;
    color: var(--text-color);
    line-height: 24px;
    min-height: unset;
    padding: 4px 0;
    border: none !important;
}

.ux-menu a.ux-menu-link__link:hover {
    color: var(--blue-color);
    text-decoration: underline;
}

.absolute-footer .copyright-footer {
    font-size: 14px;
    color: var(--black-color);
}

.home .row.breadcrumb {
    display: none;
}

.row.breadcrumb {
    margin-top: 40px;
    padding-top: 25px;
}

.row.breadcrumb .col {
    padding-bottom: 0;
}

.row.breadcrumb #breadcrumbs {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: var(--blue-color);
}

.row.breadcrumb #breadcrumbs a {
    color: var(--black-color);
}

.row.breadcrumb #breadcrumbs a:hover {
    color: var(--blue-color);
}

.row.breadcrumb #breadcrumbs span::after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 11px;
    padding: 0 10px;
    color: var(--black-color);
}

.row.breadcrumb #breadcrumbs span:last-child::after {
    display: none;
}

.content-area.page-wrapper {
    font-size: 14px;
    margin-bottom: 40px;
}

.content-area.page-wrapper,
.content-area.page-wrapper .col {
    padding: 0;
}

.entry-header h1.entry-title,
.archive-page-header .page-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    margin: 0;
    padding: 8px 0 35px;
    text-transform: initial;
    text-align: center;
}

.archive-page-header .col {
    padding-bottom: 0;
}

.blog-wrapper {
    padding-top: 0;
}

.blog-wrapper .col.post-item .box .box-image {
    width: 23% !important;
}

.blog-wrapper .col.post-item .box .box-image .image-cover {
    padding-top: 61% !important;
}

.blog-wrapper .col.post-item .box .box-text {
    padding: 0 0 0 15px;
    vertical-align: top;
}

.blog-wrapper .col.post-item .box .box-text .post-title {
    font-size: 14px;
    font-weight: bold;
}

.blog-wrapper .col.post-item .box .box-text .post-title:hover {
    color: var(--link-color);
    text-decoration: underline;
}

.blog-wrapper .col.post-item .box .box-text .from_the_blog_excerpt {
    margin-bottom: 10px;
}

.blog-wrapper.blog-archive .post-sidebar {
    padding-right: 0;
}

.widget .widget-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0px 10px;
    background: var(--primary-color);
    color: var(--white-color);
}

.widget .is-divider {
    display: none !important;
}

.widget.widget_categories ul {
    border: solid 1px #ebebeb;
    padding: 0 15px 15px;
}

.widget.widget_categories ul li,
.widget.widget_categories ul li ul.children {
    border: none !important;
}

.widget.widget_categories ul li ul.children {
    margin: 0;
    padding: 0 15px 0 20px;
}

.widget.widget_categories ul li a {
    font-size: 14px !important;
    color: var(--black-color);
    padding: 4px 0;
}

.widget.widget_categories ul li a:hover {
    color: var(--blue-color);
}

.widget.widget_categories ul li.active>a,
.widget.widget_categories ul li.current-cat>a {
    font-weight: normal;
    color: var(--blue-color);
}

.widget.flatsome_recent_posts ul li.recent-blog-posts-li {
    padding: 15px 0 0;
    margin: 15px 0 0 !important;
    border-top: solid 1px #ebebeb;
}

.widget.flatsome_recent_posts ul li.recent-blog-posts-li:first-child {
    margin: 0 !important;
    border-top: none;
}

.widget.flatsome_recent_posts ul li.recent-blog-posts-li .recent-blog-posts {
    padding: 0;
}

.widget.flatsome_recent_posts .recent-blog-posts .badge {
    width: 100px;
    height: 62px;
}

.widget.flatsome_recent_posts .recent-blog-posts a {
    font-size: 14px;
    font-weight: bold;
    color: var(--black-color);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 100%;
}

.widget.flatsome_recent_posts .recent-blog-posts a:hover {
    color: var(--blue-color);
    text-decoration: underline;
}

.blog-wrapper.blog-single .article-inner {
    font-size: 14px;
    color: #8d90a6;
}

.blog-wrapper.blog-single .article-inner .entry-header h1.entry-title {
    font-size: 18px;
    color: var(--link-color);
    text-align: left;
    padding: 8px 0 0;
    line-height: normal;
}

.blog-wrapper.blog-single .article-inner .entry-header .entry-divider {
    display: none;
}

.blog-wrapper.blog-single .article-inner .entry-header .entry-meta {
    margin: 15px 0 10px;
    font-size: 14px;
    color: #bbbdc9;
    float: left;
    text-transform: initial;
}

.blog-wrapper.blog-single .article-inner .entry-header .entry-meta a {
    color: #bbbdc9;
}

.blog-wrapper.blog-single footer.entry-meta {
    font-size: 14px;
    font-weight: bold;
    color: var(--black-color);
    border: none;
}

.blog-wrapper.blog-single footer.entry-meta a {
    font-weight: normal;
    color: #636363;
}

.blog-wrapper.blog-single footer.entry-meta a:hover {
    color: var(--blue-color);
    text-decoration: underline;
}

.blog-wrapper.blog-single .post-sidebar {
    padding-left: 0;
}

#comments .comment-respond {
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#comments .comment-respond .comment-reply-title {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 5px;
}

#comments .comment-respond label {
    font-weight: normal;
}

#comments .comment-respond input,
#comments .comment-respond textarea,
.form-lien-he input,
.form-lien-he textarea {
    border-radius: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: none;
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
    border: 1px solid #EAEBF3;
}

#comments .comment-respond textarea,
.form-lien-he textarea {
    border-radius: 20px;
}

#comments .comment-respond input#submit,
.form-lien-he input.wpcf7-submit {
    text-transform: initial;
    font-weight: normal;
    padding: 0 25px;
    margin-top: 15px;
}

.form-lien-he input.wpcf7-submit {
    margin-top: 30px;
}

#comments .comment-respond input#submit:hover,
.form-lien-he input.wpcf7-submit:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

#comments .comment-respond .comment-form-cookies-consent {
    display: none;
}

.form-lien-he .text {
    color: #8d90a6;
    margin-bottom: 40px;
}

.form-lien-he .wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.form-lien-he .wrap .left,
.form-lien-he .wrap .right {
    width: 48.5%;
}

.gg-map {
    margin-bottom: 30px;
}

.section-title-container, 
.section-title-normal {
    border: none;
    margin: 0;
}

span.section-title-main {
    font-size: 30px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    padding: 10px 0 20px;
    border: none;
}

/* Nút liên hệ */
.absolute-footer .pull-right {
    padding: 0;
    line-height: 0;
    font-size: 0;
}

.toolbar-sms {
    position: fixed;
    width: 58px;
    right: 30px;
    text-align: center;
    top: 30%;
    z-index: 99999;
}

.toolbar-sms .toolbar {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
    line-height: 60px;
    text-align: center;
    position: relative;
    border: solid 3px #fff;
    cursor: pointer;
}

.toolbar-sms .toolbar:hover {
    background: var(--blue-color) !important;
}

.toolbar-sms .toolbar.mail {
    background: var(--primary-color);
}

.toolbar-sms .toolbar.phone {
    background: #92c5f1;
}

.toolbar-sms .toolbar.facebook {
    background: #142e51;
}

.toolbar-sms .toolbar i {
    font-size: 24px;
    color: var(--white-color);
    line-height: 55px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.toolbar-sms .toolbar span {
    min-width: 100px;
    line-height: 34px;
    font-size: 14px;
    background: var(--blue-color);
    color: var(--white-color);
    padding: 0 15px;
    border-radius: 28px;
    top: 11px;
    left: -105px;
    position: absolute;
    display: none;
}

.toolbar-sms .toolbar:hover span {
    display: block;

}
/*  */

.mfp-content {
    background: var(--primary-color) !important;
}

.off-canvas .mfp-content #main-menu .sidebar-menu ul li.menu-item {
    border: none;
    background: transparent;
}

.off-canvas .mfp-content #main-menu .sidebar-menu ul>li .toggle {
    color: var(--white-color);
    opacity: 1;
    height: 36px;
    min-height: unset;
    margin: 0;
}

.off-canvas .mfp-content #main-menu .sidebar-menu ul>li .toggle i {
    font-size: 18px;
}

.off-canvas .mfp-content #main-menu .sidebar-menu ul li.menu-item a {
    font-size: 14px;
    line-height: 36px;
    color: var(--white-color);
    padding: 0 15px 0 25px;
}


/* Tablet  */
@media (min-width: 768px) and (max-width: 1200px) {

    .container, .row {
        max-width: 720px !important;
    }

    .header-main {
        height: 70px !important;
    }

    #header .header-main .nav > li > a {
        color: var(--white-color);
    }

    .header-search::before,
    .header-search::after {
        display: none;
    }

    ul.nav-dropdown.nav-dropdown-default {
        padding: 0;
        border: none;
        top: 54px;
    }

    .section_denifition .col {
        padding-bottom: 15px;
    }

    .section_denifition .box {
        text-align: center;
    }

    .section_denifition .box .box-image img {
        width: 78%;
    }

    .section_blog .col-blog {
        padding-bottom: 20px;
    }

    .section_blog_videos .itemblog_large .post-item .box-blog-post {
        flex-direction: column-reverse;
    }

    .section_blog_videos .itemblog_large .post-item .box-blog-post .box-image,
    .section_blog_videos .itemblog_large .post-item .box-blog-post .box-text {
        width: 100% !important;
    }

    .section_blog_videos .itemblog_large .post-item .box-blog-post .box-text {
        padding: 0 0  10px;
    }

    .section_blog_videos .itemblog_large .post-item .box-blog-post .box-text p.from_the_blog_excerpt {
        display: none;
    }

    .section_service .col {
        padding-bottom: 25px;
    }

    .row.breadcrumb {
        margin-top: 0;
    }

    .blog-wrapper .col.post-item .box .box-image {
        width: 26% !important;
    }

    .blog-wrapper .col.post-item .box .box-image .image-cover {
        padding-top: 63% !important;
    }

    .blog-wrapper.blog-archive .post-sidebar {
        padding-right: 15px;
    }

    .blog-wrapper.blog-single .post-sidebar {
        padding-left: 15px;
    }

    .section_register_now.page {
        height: 700px;
        margin-bottom: 550px;
    }

}


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

    .section_denifition .col {
        padding-bottom: 15px;
    }

    .col-title-link h3.section-title-main-link a,
    .col-title-link h3.section-title-main-normal {
        font-size: 20px;
    }

    .section_blog .col-blog {
        padding-bottom: 20px;
    }

    .section_blog .itemblog_large {
        padding-bottom: 20px;
    }

    .itemblog_mini .box-vertical {
        display: flex;
    }

    .itemblog_mini .box-vertical .box-image {
        width: 52%!important;
    }

    .section_blog_videos .itemblog_large .post-item .box-blog-post {
        flex-direction: column-reverse;
    }

    .section_blog_videos .itemblog_large .post-item .box-blog-post .box-image,
    .section_blog_videos .itemblog_large .post-item .box-blog-post .box-text {
        width: 100% !important;
    }

    .section_blog_videos .itemblog_large .post-item .box-blog-post .box-text {
        padding: 0 0  10px;
    }

    .section_blog_videos .itemblog_large .post-item .box-blog-post .box-text p.from_the_blog_excerpt {
        display: none;
    }

    .section_register_now .title_m h2 {
        font-size: 28px;
    }

    .section_service .col,
    .section_footer .col {
        padding-bottom: 25px;
    }

    .section_footer .section-title-container {
        margin-bottom: 15px;
    }

    .row.breadcrumb {
        margin-top: 0;
    }

    .entry-header h1.entry-title,
    .archive-page-header .page-title,
    span.section-title-main {
        font-size: 20px;
    }

    .blog-wrapper .col.post-item .box .box-image {
        width: 100% !important;
    }

    .blog-wrapper .col.post-item .box .box-text {
        padding: 15px 0 0;
        vertical-align: top;
    }

    .blog-wrapper.blog-archive .post-sidebar {
        padding-right: 15px;
    }

    .blog-wrapper.blog-single .post-sidebar {
        padding-left: 15px;
    }

    .section_register_now.page .full_width_padding {
        padding: 0 15px 25px;
        margin: 0 15px;
    }

    .section_register_now.page {
        height: 600px;
        margin-bottom: 520px;
    }

}