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

html,body {
    font-family: 'Lexend Deca', sans-serif;
    font-size: 16px;
    font-weight: 300;
}

/*--------------------------------------------------------------
## Css Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar-track{background-color:#ebebeb;}
::-webkit-scrollbar{width:8px;background-color:#ebebeb}
::-webkit-scrollbar-thumb{background-color:#2f308a;}

b, strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6 {letter-spacing: -.5px;}
.h2, h2 {font-size: 1.4em;}
.h3, h3 {font-size: 1.2em;}
.cover-top .page-title {color: white;font-size: 32px;}
.cover-top .des {color:white;font-size: 18px;max-width: 800px;margin:0 auto}
/*.post-main {
    flex-basis: 70%;
    max-width: 70%;
}
.post-sidebar {
    flex-basis: 30%;
    max-width: 30%;
}*/
.rank-math-breadcrumb {
    padding: 10px 0;
}
.rank-math-breadcrumb p {margin:0;}
.breadcrumbs, .rank-math-breadcrumb span {
    font-size: 14px;
    text-transform: initial !important;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}
.rank-math-breadcrumb a {
    text-transform: initial;
    font-size: 14px;
    color: #fff;
}
.play svg {fill:red;}
.taxonomy-description ul, .taxonomy-description ol {padding-left: 25px;}
.taxonomy-description {margin-bottom: 30px;}
pre, blockquote, form, figure, p, dl, ul, ol {margin-bottom: 15px;}
.nav-dropdown-has-border .nav-dropdown {border: none;padding: 10px 5px;}
.nav-dropdown-has-border .nav-dropdown a {font-size: 14px;color: #333;border-bottom: 1px dashed #ececec !important;}
.az-title-shortcode {margin-bottom: 20px;}
.az-title-shortcode.center {text-align:center;margin-bottom: 40px;}
.az-sub-title {margin-bottom: 0;font-weight: 600;color: #8b8b8b;}
.az-title-shortcode .title-description {
    margin-top: 10px;
    font-weight: 500;
}
.az-title {text-transform: uppercase;color: #2e3191;font-size: 30px;margin-bottom: 0;line-height: 1.4;font-weight: 800;}
.section-title {flex-direction: column;}
.section-title .sub-title {
    font-size: 22px;
    color: #3baa9f;
    font-weight: 500;
    padding: 0;
    text-transform: initial;
    opacity: 1;
    line-height: 1.2;
    text-align: left;
}
h2.section-title {
    text-align: center;
    letter-spacing: -1.7px;
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    border: none;
    margin-bottom: 10px;
}
h2.section-title-center ~ .description-title {text-align: center;}
.section-title-normal {border: none;margin-bottom: 0;flex-direction: column;align-items: normal;}
.section-title-normal a.view-more {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -.5px;
    background: #184363;
    padding: 0 20px;
    border-radius: 7px;
    color: white;
    line-height: 30px;
    height: 30px;
}
.section-title-normal a.view-more i {color:white;}
.section-title-normal .section-title-main {
    border: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    text-transform: initial;
    font-weight: bold;
    letter-spacing: initial;
    text-align: left;
    color: #3b4fa4;
}
.title-text-link .section-title-normal .section-title-main {
    max-width: calc(100% - 150px);
}
h1.section-title-normal .section-title-main {font-size: 32px;}
.section-title-center {
    justify-content: center;
    align-items: center;
}
.section-title-center span {text-transform: initial;margin: 0 auto;}
.button.az-button {
    padding: 0 25px;
    line-height: 46px;
    height: 48px;
    border: 1px solid #3baa9f;
    font-weight: 500;
    font-size: 16px;
}
.button.az-button.secondary {
    border-color: #f48120;
}
.button.az-button.is-small {
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    padding: 0px 16px;
    border: none;
    font-weight: 500;
}
.az-button.white {
    background: white !important;
    border: 1px solid white !important;
    color: #184363 !important;
}
.az-button.white:hover {
    background: #15a9e3 !important;
    border: 1px solid #15a9e3 !important;
    color: #fff!important;
    box-shadow: unset;
}
.is-outline.az-button {background: transparent;}
.button.az-button > i {
    vertical-align: 0px;
    margin-right: 10px;
    margin-left: 0;
}
.button.az-button > span + i {
    margin-right: 0;
    margin-left: 10px;
}
.az-button.is-outline.white {
    background: transparent !important;
    color: white;
    border-color: white;
}
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea, input[type='password'], input[type='time'], input[type='date'], select {
    border: 1px solid #ebebeb;
    box-shadow: none;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
}
input[type=email]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {box-shadow:unset;}
textarea {min-height:100px;padding: 5px 10px;line-height: 1.6;border-radius: 7px;}
.box-push .box-text {border-radius: 5px 5px 0 0;background: rgba(255,255,255,.8);}
.flickity-prev-next-button {
    height: 40px;
    width: 40px;
    background: #fff;
    margin: 0 !important;
    color: #184363;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    box-shadow: 2px 2px 5px #00000036;
    top: calc(50% - 20px);
}
.flickity-prev-next-button:hover {background: #184363;color: white !important;}
.flickity-prev-next-button:before {
    content: '\F285';
    display: inline-block;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}
.flickity-prev-next-button.previous:before {
    content: '\F284';
}
.flickity-prev-next-button svg {
    display: none;
}
.slider-nav-circle .flickity-prev-next-button .arrow {border: none;}
.slider-nav-normal .flickity-prev-next-button,
.slider-nav-small .flickity-prev-next-button {
    width: 25px;
    height: 25px;
    min-height: unset;
    font-size: 13px;
    top: calc(50% - 13px);
}
.slider-nav-light .flickity-prev-next-button {
    color: #184363;
    background: #ebebeb;
}
.slider-nav-light .flickity-prev-next-button:hover {
    color: #fff;
    background: #184363;
}
.flickity-enabled .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    background: #fff;
    border: 1px solid #E51B23;
    opacity: 1;
    margin: 0 4px;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
    background: #E51B23;
}
.page-wrapper {padding: 0 0 50px;}
table {   
    margin: 0 0 1.5em;
    width: 100%;
border-top: 1px solid #ebebeb;border-left: 1px solid #ebebeb;}
table td, table th {padding: 10px !important;border-right: 1px solid #ebebeb;}
.contact_form .row {
    margin: 0 -5px !important;
}
.contact_form .col {
    padding: 0 5px 10px;
}
.contact_form input, .contact_form textarea {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 10px 16px;
    height: 56px;
    box-shadow: unset;
    margin: 0;
    display: block;
    color: #333333;
    font-size: 16px;
}
.contact_form textarea {min-height: 84px;}
.input-eff {
    position: relative;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 0;
    height: 56px;
    box-shadow: unset;
    margin: 0;
    display: block;
    overflow: hidden;
    background: white;
}
.input-eff.input-select:after {
    content: "\F282";
    position: absolute;
    display: flex;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    top: 0;
    height: 100%;
    width: 54px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.input-eff label {
    font-weight: 300;
    font-size: 16px;
    margin: 0;
    left: 16px;
    position: absolute;
    top: 50%;
    transition: all linear .3s;
    transform: translateY(-50%);
    color: #666;
    line-height: 150%;
    z-index: 1;
}
.input-eff.active label, .input-eff.input-select label {
    font-size: 12px;
    top: 6px;
    transform: translateY(0);
    z-index: 20;
}
.input-eff input, .input-eff select {
    width: 100%;
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    top: -1px;
    outline: none;
    padding: 25px 16px 9px;
    z-index: 9;
    background: transparent;
    transition: all linear .3s;
    right: 0;
    margin: 0;
    height: 56px;
}
.input-eff select {padding-right: 60px;}
.input-eff input:focus {box-shadow: unset;background: transparent}
.contact_form .button, .contact_form button {
    margin: 0;
    width: 100%;
    height: 56px;
    line-height: 56px;
}
@media screen and (min-width: 850px){
    .row-1-5 .col {
        max-width: 20% !important;
        -ms-flex-preferred-size: 20% !important;
        flex-basis: 20% !important;
    }
}
.nav-simple.nav-center .tab {
    margin: 0 10px 10px;
}
.nav-simple.nav-center .tab.active a {
    background: #184363;
    color: white;
}
.nav-simple.nav-center .tab a {
    min-width: 150px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #edf4f6;
    color: #184363;
    border-radius: 50px;
    height: 40px;
}
.star-rating {
    overflow: hidden;
    position: relative;
    height: 16px;
    width: 80px;
    background-color: #eee;
    -webkit-mask: url(assets/images/star.svg) left top;
    mask: url(assets/images/star.svg) left top;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    transition: all .3s ease-out;
    margin: 0 0 10px;
    visibility: visible !important;
    opacity: 1 !important;
}
.star-rating span, .et-testimonial .rating span {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9000em;
    height: 15px;
    background-color: #f2971f;
    -webkit-mask: url(assets/images/star.svg) left top;
    mask: url(assets/images/star.svg) left top;
    -webkit-mask-size: 16px;
    mask-size: 16px;
    transition: all .3s ease-out;
}
.js-star-rating:before {display: none;}
.entry-header-text {padding: 0;}
.cover-top {
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.cover-top:after {
    content: '';
    background: rgba(0,0,0,.5);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.cover-top .inner {
    text-align: center;
    vertical-align: middle;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 10;
}

/*************** MOBILE MENU ***************/
#main-menu.mobile-sidebar {
    position: fixed;
    top: 56px;
    width: 100%;
    z-index: 99;
    background: white;
    height: calc(100vh - 56px);
    padding-bottom: 131px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
}
.mobile-menu-active #main-menu.mobile-sidebar {
   visibility: visible;
    opacity: 1; 
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
}
.mobile-menu-active , .mobile-menu-active body {overflow: hidden;}
#main-menu.mobile-sidebar .sidebar-menu {
    overflow-y: auto;
    height: 100%;
}
#main-menu .header-search-form {
    padding: 16px;
}
#main-menu .searchform:before {
    content: '\F52A';
    display: flex;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    z-index: 99;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #999999;
}
#main-menu .header-search-form .search-field {
    height: 32px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 16px 0 32px;
}
#main-menu .header-search-form .searchform .button.icon {
    display: none;
}
#main-menu .nav-sidebar.nav-vertical>li+li {
    border: none;
    background: none;
}
#main-menu .nav-sidebar.nav-vertical>li>a {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-transform: uppercase;
    color: #333333;
    padding: 16px;
}
#main-menu .nav-sidebar.nav-vertical>li.current-menu-item>a {
    background: #F7F7F7;
    box-shadow: inset 2px 0px 0px #E51B23;
}
#main-menu .nav-sidebar.nav-vertical>li.active a {
    color: #E51B23;
}
#main-menu .nav-sidebar.nav-vertical>li i {display: none;}
#main-menu .nav-sidebar.nav-vertical>li .toggle {background: url(assets/images/icon_arrow_down.png) no-repeat center center;}
#main-menu .nav-sidebar .sub-menu {padding:0;}
#main-menu .nav-sidebar .sub-menu .current-menu-item {
    padding-left: 0;
}
#main-menu .nav-sidebar .sub-menu .current-menu-item a {
    background: #F7F7F7;
    box-shadow: inset 2px 0px 0px #E51B23;
}
#main-menu .nav-sidebar .sub-menu a {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 8px 16px;
    background: white;
}
#main-menu .nav-sidebar .sub-menu a img {margin-right: 16px;}
#main-menu .nav-sidebar .sub-menu a .menu-item-description {display: none;}
#main-menu .bottom-menu {
    position: absolute;
    bottom: 0;
    list-style: none;
    padding: 16px;
    margin: 0;
    width: 100%;
    box-shadow: 0px -2px 5px #ebebeb;
    background: white;
    z-index: 99;
}
#main-menu .bottom-menu .header-button {
    display: block;
}
#main-menu .bottom-menu .header-button a {
    width: 100%;
    display: block;
}
#toggleMenuMobile {
    width: 20px;
    height: 14px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0;
    margin-left: 20px;
}
#toggleMenuMobile span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#toggleMenuMobile span:nth-child(1) {
    top: 0px;
}
#toggleMenuMobile span:nth-child(2),#toggleMenuMobile span:nth-child(3) {
    top: 7px;
}
#toggleMenuMobile span:nth-child(4) {
    top: 14px;
}
#toggleMenuMobile.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#toggleMenuMobile.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#toggleMenuMobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#toggleMenuMobile.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#main-menu .header-search-form .searchform .button.icon {
    display: none;
}

/*************** AZ ICON ***************/
.az-icon-box {border-radius: 8px;overflow: hidden;background: white;height: 100%;}
.az-icon-header {
    padding: 25px;
    text-align: center;
}
.az-icon-box-title {
    margin: 8px 0 0;
    color: white;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
}
.az-icon-box-description {
    font-weight: 300;
    padding: 15px 15px 10px;
    text-align: center;
}
.az-icon-box-description > *:last-child {margin-bottom: 10px;}
.az-icon-box-description p {margin-bottom: 10px;}

/*************** AZ MENU ***************/
.az-menu, .sticky-menu .ux-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #E6E6E6;
    flex-direction: row;
    margin-bottom: 20px;
}
.sticky-menu {position: sticky;top: 70px;background: #F7F7F7;z-index: 99;padding: 0 !important;}
.sticky-menu .ux-menu {
    justify-content: center;
}
.az-menu li, .sticky-menu .ux-menu-link {
    margin-right: 32px !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
}
.az-menu li a, .sticky-menu .ux-menu-link a {
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    white-space: nowrap;
    min-height: unset;
    padding: 0;
    display: block;
}
.az-menu li.current-menu-item a, .az-menu li:hover a, .sticky-menu .ux-menu-link:hover a, .sticky-menu .ux-menu-link.active a {color: #E51B23}
.az-menu li a:after, .sticky-menu .ux-menu-link a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -21px;
    display: block;
    background: transparent;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.az-menu li.current-menu-item a:after, .az-menu li:hover a:after, .sticky-menu .ux-menu-link:hover a:after, .sticky-menu .ux-menu-link.active a:after {
    background: #E51B23;
}

/*************** HEADER ***************/
.header-main .nav > li > a.dat-lich-button {
    padding: 0 20px;
    line-height: 40px;
    background: #3baa9f;
    border-radius: 7px;
    color: white;
    font-weight: normal;
    font-size: 16px;
}
.header-main .nav > li > a.dat-lich-button:hover {background: #3150a5;color:white !important;}
.header-main .nav > li > a.dat-lich-button i {
    font-size: 18px;
    margin-right: 10px;
    line-height: 1;
}
#masthead .html_topbar_left a {
    line-height: 1.2;
}
#masthead .html_topbar_left .button-hotline {
    display: flex;
    align-items: center;
}
#masthead .html_topbar_left .button-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}
.has-transparent #masthead .html_topbar_left .button-icon svg {
    fill: #ffffff !important;
}
#masthead .html_topbar_left .button-content {
    font-weight: normal;
    text-transform: initial;
    font-size: 14px;
}
.has-transparent #masthead .html_topbar_left .button-content {color: #ffffff;}
.stuck #masthead .html_topbar_left .button-icon svg, #masthead .html_topbar_left .button-icon svg {fill: #c23f2c !important}
.stuck #masthead .html_topbar_left .button-content, #masthead .html_topbar_left .button-content {color: #3baa9f;}
#masthead .html_topbar_left .button-content-phone span {font-size: 16px;font-weight:bold}
#header #logo img {margin-left: 0;}
#top-bar .social-icons .instagram i.icon-instagram {color: white !important}
#top-bar a {color: white;font-weight: 300;font-size: 14px;}
#masthead .header-nav-main > li {
    margin: 0;
    overflow: initial;
}
#masthead .header-nav-main > li:before {display:none;}
#masthead .header-nav-main.nav-center > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 90px;
    letter-spacing: -0.4px;
    color: #333;
    padding: 0 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.has-transparent #masthead .header-nav-main.nav-center > li > a {color: white;}
.has-transparent .stuck #masthead .header-nav-main.nav-center > li > a {color: #333;}
#masthead .header-nav-main.nav-center > li > a > i {
    opacity: 1;
    margin-left: 8px;
}
.stuck #masthead .header-nav-main.nav-center > li > a {line-height: 56px;}
#masthead .header-nav-main>li.active>a, #masthead .header-nav-main>li:hover>a {
    color: #3baa9f;
}
#masthead .header-button {margin-left: 16px;}
#masthead .header-button a {
    font-weight: 500;
    font-size: 14px;
    line-height: 39px;
    letter-spacing: -0.2px;
    color: white;
    padding: 0 12px;
    height: 40px;
    background: #ee9320;
    min-width: 100px;
    text-transform: initial;
}
#masthead .header-button-2 a, #main-menu .header-button-2 a {
    color: #E51B23;
    border: 1px solid #E6E6E6;
}
#masthead .header-nav-main > li .sub-menu {
    padding: 0;
    border: none;
    border-radius: 8px;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05);
    background: transparent;
    overflow: hidden;
    min-width: 156px;
}
#masthead .header-nav-main > li:after {
    bottom: 0;
    z-index: 999;
}
#masthead .header-nav-main > li .sub-menu li {
    background: white;
}
#masthead .header-nav-main > li .sub-menu li:first-child {
    border-radius: 8px 8px 0px 0px;
}
#masthead .header-nav-main > li .sub-menu li a {
    margin: 0;
    padding: 12px 16px;
    white-space: nowrap;
    border-bottom: 1px solid #f7f7f7;
}
#masthead .header-nav-main > li .sub-menu li.has-icon-left a {
    min-width: 380px;
    position: relative;
    padding-left: 64px;
    color: #E51B23;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}
#masthead .header-nav-main > li .sub-menu li.has-icon-left a img {
    position: absolute;
    left: 16px;
    margin: 0;
    top: 19px;
}
#masthead .header-nav-main > li .sub-menu li.has-icon-left a span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: 157%;
    color: #666;
}
#masthead .header-search-lightbox > a {
    padding: 0px !important;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    background: #ef972b;
    margin-left: 30px;
    border-radius: 7px;
}
.header-search svg {
    width: 22px;
    height: 22px;
}
.header-search svg > * {
    stroke: #ffffff;
}
#toggleMenuMobile {
    width: 20px;
    height: 14px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0;
    margin-left: 20px;
}
#toggleMenuMobile span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#toggleMenuMobile span:nth-child(1) {
    top: 0px;
}
#toggleMenuMobile span:nth-child(2),#toggleMenuMobile span:nth-child(3) {
    top: 7px;
}
#toggleMenuMobile span:nth-child(4) {
    top: 14px;
}
#toggleMenuMobile.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#toggleMenuMobile.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#toggleMenuMobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#toggleMenuMobile.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#toggleMenuMobile {
    width: 20px;
    height: 14px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    padding: 0;
}
#toggleMenuMobile span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#toggleMenuMobile span:nth-child(1) {
    top: 0px;
}
#toggleMenuMobile span:nth-child(2),#toggleMenuMobile span:nth-child(3) {
    top: 7px;
}
#toggleMenuMobile span:nth-child(4) {
    top: 14px;
}
#toggleMenuMobile.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#toggleMenuMobile.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#toggleMenuMobile.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#toggleMenuMobile.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/*************** HOME ***************/
.section-about-us .row-ts .col-inner {
    background: #fff;
    padding: 20px 20px 10px;
    height: 100%;
    border-radius: 12px;
    box-shadow: 2px 2px 5px #0000001c;
}
.section-about-us .row-ts .col-inner p:first-child {margin-bottom:10px;}
.section-about-us .row-ts .col-inner span {display: block;line-height: 1.2}
.section-service .col-inner {background: white;border-radius: 12px;overflow:hidden;box-shadow: 2px 2px 5px #00000033;}
.section-service .box-image {border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.section-service .box-text {
    padding: 15px;
    background: white;
}
.section-service .box-text a {
    font-size: 15px;
    letter-spacing: -.3px;
}
.section-advantage .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 25px;
}
.section-advantage .icon-box-text h5 {
    letter-spacing: -.5px;
    text-transform: initial;
    font-size: 18px;
}
.section-advantage .icon-box-text h6 {
    color: #333;
    opacity: 1;
    text-transform: initial;
    font-weight: 300;
    line-height: 1.4;
    font-size: 15px;
}
.big-article .post-item .col-inner > a .post-title {
    height: auto;
}
.section-doi-tac .flickity-slider > .img img {
    max-width: calc(100% - 50px);
    height: auto;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    max-height: 45px;
    width: auto;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.section-home-blog .post-item .col-inner {
    box-shadow: 2px 2px 5px #00000017;
}

/*************** BLOG ***************/
.post-item .col-inner {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    box-shadow: unset;
}
.post-item .col-inner > a .cat-label {
    color: #ee9320;
    letter-spacing: -0.2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 157%;
    margin: 0;
}
.post-item .col-inner > a .post-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 5px 0;
}
.bottom-box-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 16px;
    color: #ee9320;
    font-weight: normal;
    font-size: 14px;
    line-height: 157%;
}
.bottom-box-text .post-meta {
    opacity: 1;
    color: grey;
    font-weight: 300;
}
.post-item .col-inner > a .box {
    padding-bottom: 30px;
}
.box-vertical .bottom-box-text {
    padding: 10px 16px;
}
.has-shadow .box-text {
    padding: 16px;
    position: static;
}
.box-vertical .box-text {
    vertical-align: top;
    position: relative;
    padding-top: 0;
}
.post-item .col-inner > a .box-vertical {
    padding-bottom: 0;
}
.archive .post-item .box-image {border-radius: 8px;}
.archive .post-item {padding-bottom: 0;}
.archive .post-item:not(:last-child) .col-inner {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ebebeb;
}
.from_the_blog_excerpt {font-size: 16px;}
.next_prev_post {padding-top: 20px;margin: 0 auto;border-top: 1px dashed #ebebeb;}
.next_prev_post .col-post-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
}
.next_prev_post .col-post-title svg {
    width: 10px;
    vertical-align: -3px;
}
.next_prev_post .col:last-child {text-align: right;}
.next_prev_post .col-inner > a .box {display: flex;}
.next_prev_post .col-inner > a .box .post-title {font-weight: 500;font-size: 15px;}
.next_prev_post .col:last-child .col-inner > a .box .post-title {text-align: right;}
.next_prev_post .col:last-child .box {flex-direction: row-reverse;}
#comments .comment-respond {
    border-radius: 12px;
    padding-bottom: 10px;
}
#comments .submit {
    border-radius: 40px;
    background: #15a9e3;
    font-weight: 500;
    min-width: 150px;
    display: block;
    margin: 0 auto;
}
#secondary .searchform {
    margin: 10px 0 0;
}
#secondary .search-field {
    border-radius: 0;
    padding-right: 50px;
    border-color: #0a2c3d;
    color: #0a2c3d;
}
#secondary .ux-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: #0a2c3d;
}
.recent-blog-posts-li .box-text {
    padding: 0 15px;
}
.recent-blog-posts-li .plain {
    padding-top: 10px;
    display: flex;
}
.recent-blog-posts-li .box-text h3 {
    font-size: 15px;
    font-weight: 500;
}
.recent-blog-posts-li .box-image {}
.related-post .box-text {padding: 10px 0 0;}
.related-post .box-text .post-title {font-size: 15px;font-weight: normal;}
.recent-blog-posts-li .plain .calendar {
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    width: 57px;
    height: 57px;
}
.recent-blog-posts-li .plain .m_y {
    height: 22px;
    background-color: #e4e4e4;
    color: #707070;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    line-height: 22px;
}
.recent-blog-posts-li .plain .day {
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    color: #dca447;
}
.posts_by_category .view_all a {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #162b75;
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    margin-bottom: 15px;
    font-weight: 600;
}
.post-sidebar .widget-title {
    font-size: 22px;
    font-weight: 600;
    color: #162b75;
    margin: 0;
    height: 40px;
    border-bottom: 1px solid #162b75;
    display: flex;
    align-items: center;
    text-transform: initial;
}
.post-sidebar .is-divider {
    display: none;
}
.post-sidebar .widget img {
    border-radius: 8px;
}

/*************** AUTHOR ***************/
.top-author-box.author-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    flex-wrap: wrap;
    padding: 0;
}
.top-author-box.author-box a {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.top-author-box.author-box a .blog-author-image {
    width: 65px;
    border-radius: 99px;
    overflow: hidden;
    margin-right: 10px;
    height: 65px;
}
.top-author-box.author-box a .blog-author-text {
    line-height: normal;
    font-size: 14px;
    color: #184363;
}
.top-author-box.author-box a .blog-author-text span {
    display: block;
    line-height: normal;
    margin-bottom: 3px;
}
.top-author-box.author-box a .blog-author-text .author-name {
    font-weight: 600;
    color: #3796d1;
}
.top-author-box.author-box a .blog-author-text .author_date {
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.top-author-box.author-box a .blog-author-text span {
    display: block;
    line-height: normal;
    margin-bottom: 3px;
}

/*************** SERVICE ***************/
.archive-custom-title {
    text-align: center;
    margin-bottom: 30px;
}
.archive-custom-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #ee9320;
    margin: 15px auto;
}
.services_widget .service-item {border: none;margin-top: 10px;}
.services_widget .service-item a {
    width: 100%;
}
.services_widget .service-item .box-text {padding: 10px 0 0;}

/*************** DOCTOR ***************/
.list-doctor .dotor-item .col-inner {
    padding: 10px;
    box-shadow: 1px 1px 5px #00000036;
    border-radius: 7px;
}
.single-bac_si .title {font-size: 30px;border-bottom: 1px dashed #00000029;padding-bottom: 15px;margin-bottom: 20px;}
.single-bac_si .doctor-wrapper ul {
    list-style: none;
    margin-bottom: 20px;
}
.single-bac_si .doctor-wrapper ul li {
    position: relative;
    padding-left: 30px;
}
.single-bac_si .doctor-wrapper ul li:before {
    content: '\F271';
    display: inline-block;
    font-display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 3px;
    color: #3baa9f;
    font-size: 18px;
}

/*************** FOOTER ***************/
.form-lien-he .bg {background-size: auto !important;background-repeat: repeat !important;}
#contact {
    margin: 0 auto;
    max-width: 720px;
    display: flex;
}
#contact input {
    margin: 0 5px;
    border: none;
    border-radius: 40px;
    padding: 0 15px;
}
#contact .submit-form {
    display: flex;
    min-width: 180px;
    font-weight: 500;
    text-transform: inherit;
    font-size: 14px;
    white-space: nowrap;
    background: #f2971f;
    height: 40px;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 0 0 0 5px;
}
#contact .submit-form svg {
    width: 14px;
    margin-right: 10px;
}
#footer .main-footer {font-size: 15px;}
#footer .main-footer .section-title-container {margin-bottom: 15px;}
#footer .main-footer .section-title {margin-bottom: 0;border: none;}
#footer .main-footer .section-title-main {font-size: 20px;color: inherit;}
.ux-menu-link__link {
    padding: 0;
    min-height: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #184363;
    margin-bottom: 8px;
}
#footer .icon-box .icon-box-text {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#footer .icon-box .icon-box-text h5 {
    text-transform: inherit;
    font-weight: 600;
}
#footer .icon-box .icon-box-text h6 {
    font-size: 18px;
    text-transform: inherit;
    opacity: 1;
    color: #f48120;
}
.absolute-footer {padding: 10px 0 8px;font-size: 13px;color: #184363;}
.devvn_list_mxhs {
    position: fixed;
    right: 10px;
    bottom: 120px;
    z-index: 999;
}

.devvn_list_mxhs ul {
    margin-bottom: unset;
    list-style: none;
}
.devvn_list_mxhs ul li.devvn_btn a.button{
    margin-right: unset;
    padding: unset;
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: unset;
    box-shadow: unset;
    margin-bottom: unset;
}
.devvn_list_mxhs ul li.devvn_btn{
    margin-bottom: unset;
}
.devvn_list_mxhs ul li.devvn_btn a.button .devvn_image{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
    margin-right: unset;
}

.devvn_list_mxhs ul li.devvn_btn.zalo a.button .devvn_bg_image {
    box-shadow: 0 0 0 0 #0099cc;
    background-color: #0099cc;
}
.devvn_list_mxhs ul li.devvn_btn a.button .devvn_bg_image {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #009900;
    background-color: #009900;
    opacity: .7;
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
    z-index: -1;
}
@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}
@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

/*************** SOCIAL ***************/
.social-icons .button {
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 10px !important;
    transition: all .6s cubic-bezier(.19,1,.22,1);
    backface-visibility: hidden;
    transform-origin: 0 100%;
    background-color: #f0f0f0;
    color: #184363;
    border: none;
    margin: 0 3px !important;
}
.social-icons .button i, .social-icons .button svg {display: block;top: 0;}
.social-icons .button.icon:hover {
    transform: translateY(-5px);
    background-color: #f0f0f0 !important;
}
.social-icons .button.icon:hover i {color: inherit !important;}
.social-icons .button svg {
    fill: #184363;
    transition: fill .3s ease-out;
    width: 14px;
    vertical-align: middle;
    display: inline-block;
    position: relative;
}
.social-icons a.twitter>svg {
    fill: #00aced;
}
.social-icons a.pinterest>svg {
    fill: #cb2027;
}
.social-icons a.linkedin>svg {
    fill: #007bb6;
}
.social-icons a.whatsapp>svg {
    fill: #55b750;
}
.social-icons a.telegram>svg {
    fill: #08c;
}
.author-box, .author-box a {color: #2f308a;}
.author-box .author-name a {
    font-weight: 600;
    text-transform: initial;
    font-size: 18px;
}
.author-box .social-icons .button.icon:not(.is-outline) {margin-right: 0 !important;border-radius: 7px !important;background: white !important;}
.social-icons .instagram i.icon-instagram, .author-box .social-icons .instagram i.icon-instagram {color: #DD2A7B !important;}
.blog-author-image {border-radius: 12px;overflow: hidden;}

.back-to-top, .back-to-top.active {
    background: #ee9320 !important;
    border: none !important;
    color: white !important;
    line-height: 47px !important;
    height: 45px;
    bottom: 10px;
    left: 50%;
    width: 45px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.loi-ich .icon-box-img {
    background: #c23f2c;
    border-radius: 50%;
    padding: 20px;
}

@media (min-width: 1200px){
    .section-push-left {padding-left: calc((100vw - 1240px) / 2);}
    .section-push-right {padding-right: calc((100vw - 1240px) / 2);}
}

@media screen and (max-width: 849px){
    .medium-logo-center .logo {
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
    }
    #logo {margin-left: 0;width: auto !important}
    #masthead:before, #masthead:after {display: none;}
    #masthead .header-button {margin-left: 0;}
    #header .mobile-nav .header-button-1 a {
        font-weight: normal;
        font-size: 13px;
        color: #fff;
        white-space: nowrap;
        letter-spacing: -.2px;
        text-transform: uppercase;
        height: 34px;
        line-height: 33px;
        padding: 0 15px;
        margin-right: 0;
        min-width: unset;
        border-radius: 5px !important;
    }
}
@media screen and (max-width: 768px){
    .section-home-blog .list-article .post-item {width: 50%;}
    .section-home-blog .from_the_blog_excerpt, .section-home-blog .list-article .box-image, .section-title a {display: none;}
    .section-home-blog .list-article, .section-doi-tac .slider {padding-bottom: 30px;}
}

@media screen and (max-width: 580px){
    .big-article .post-item {padding-bottom: 0;}
    #contact {display: block;padding: 0 15px;}
    #contact input, #contact .submit-form {width: 100%;margin: 0 0 10px;}
    .section-home-blog .list-article .post-item {width: 85%;}
    .section-home-blog .bottom-box-text {position: static;padding: 0 !important;}
    .flickity-page-dots {pointer-events: unset;}
    .section-title-container {margin-bottom: 15px;}
    .box-vertical .bottom-box-text {position: static; padding: 10px 0 0;}
}
@media screen and (max-width: 549px){
    .box-list-view .box .box-text, .box-vertical .box-text {padding: 10px 0 0;}
    .box-vertical .box-image {width: 100% !important;}
    .block_related .box-text, .next_prev_post .box-text {padding: 10px 0 0;}
    .box-vertical .box-image {width: 100% !important;}
    .next_prev_post .col-inner > a .box {display: block;}
    .next_prev_post .col:last-child, .next_prev_post .col:last-child .col-inner > a .box .post-title {text-align: left;}
}

.form-row {
    display: flex;
    margin: 0 -5px;
}
.form-row .col {
    padding: 0 5px 10px;
}
.neo--form button {
    background: #4da99f;
    color: white;
    padding: 0 25px;
    line-height: 40px;
    height: 40px;
    border: none;
    font-weight: 500;
    border-radius: 7px;
    margin: 0;
}
label {
    font-weight: 400;
}
.form-row input[type=radio]{margin: 0 3px 0 0;vertical-align: -2px;}
.form-radio label {margin-right: 15px;display: inline-block;}
.form-radio label:last-child {margin-right: 0;}