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

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

html,body {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {}
.h2, h2 {font-size: 1.4em;}
.h3, h3 {font-size: 1.2em;}
.ux-menu-link__link {
    padding: 0;
    min-height: unset;
    margin-bottom: 8px;
}
.ux-menu-link__link .bi-chevron-right {
    font-size: 10px;
}
#breadcrumbs {
    padding: 10px 0;
    margin-bottom: 10px;
}
#breadcrumbs p {margin:0;}
.breadcrumbs, #breadcrumbs span {
    font-size: 14px;
    text-transform: initial !important;
    font-weight: normal;
    color: #184363;
    opacity: 1;
}
#breadcrumbs a {
    text-transform: initial;
    font-size: 14px;
    color: #184363;
}
.taxonomy-description ul, .taxonomy-description ol {padding-left: 25px;}
.taxonomy-description {margin-bottom: 30px;}
.row .row-small:not(.row-collapse), .container .row-small:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
}
.row-small>.flickity-viewport>.flickity-slider>.col, .row-small>.col {
    padding: 0 10px 20px;
    margin-bottom: 0;
}
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 .sub-title {
    font-size: 19px;
    color: white;
    font-weight: 500;
    padding: 0 15px;
    text-transform: uppercase;
    opacity: 1;
    background: rgb(231,55,58);
    background: linear-gradient(90deg, rgba(231,55,58,1) 0%, rgba(252,118,49,1) 100%);
    height: 28px;
    line-height: 28px;
    letter-spacing: 1px;
    border-radius: 14px 0;
    margin-bottom: 5px;
}
h2.section-title {
    font-size: 36px;
    border: none;
    margin-bottom: 0;
}
.description-title {color: #4d4d4d;font-weight: 600;font-size: 18px;margin: 0;}
.section-title-center ~ .description-title {text-align: center;}
.section-title-normal {border: none;margin-bottom: 0;}
.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.4;
    text-transform: uppercase;
    letter-spacing: initial;
    text-align: left;
    display: block;
}
.title-text-link .section-title-normal .section-title-main {
    max-width: calc(100% - 150px);
}
.section-title {font-weight: bold;display: block;}
.section-title-center {text-align: center;}
h1.section-title .section-title-main, .page-title {font-size: 36px;}
h2.section-title-center .section-title-main {padding-bottom: 0;display: block;}
h2.section-title-center {
    text-align: center;
    margin-bottom: 10px;
}
.section-title-center span {margin: 0 auto;}
.button.az-button {
    padding: 0 20px;
    line-height: 37px;
    height: 40px;
    border: 2px solid #cf181f;
    font-weight: 500;
    font-size: 14px;
}
.button.az-button .bi-chevron-double-right {font-size: 11px;}
.button.az-button.secondary {
    border-color: #df4521;
}
.button.az-button.is-link {display: inline-block !important;border: none !important;background: none;box-shadow: unset;padding: 0  !important;margin: 0 !important;}
.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: 5px;
}
.az-button.is-outline.white {
    background: transparent !important;
    color: white;
    border-color: white;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {width: 80%;}
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;
    border-radius: 5px;
    color: #737373;
}
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: 12px;}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.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;
}
.pagination-outside > .slider, .pagination-outside.slider {padding-bottom: 30px;}
.page-wrapper {padding: 0;}
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;}
.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;
}

/*************** 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;
}

/*************** CTA BUTTON ***************/
.neo_cta {
    position: fixed;
    z-index: 1000;
    left: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    bottom: 0;
    padding: 15px;
}
.neo_cta.right {
    left: initial;
    right: 0;
}
.neo_cta_list_button .cta_button {
    margin-top: 10px;
    margin-bottom: 0;
}
.neo_cta_list_button {
    list-style: none;
    margin: 0;
}
.neo_cta_list_button .cta_button .cta_button--icon {
    position: relative;
    display: block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.neo_cta_list_button .cta_button .cta_button--icon img {border-radius: 50%;background: white;border: 2px solid white;}
.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text {
    position: absolute;
    top: 4px;
    left: 55px;
    z-index: 9;
    height: 32px;
    line-height: 26px;
    padding: 3px 10px;
    width: auto;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgb(207 23 31);
    visibility: hidden;
    opacity: 0;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.neo_cta.right .cta_button .cta_button--icon .tooltip-text {
    right: 55px;
    left: initial;
}
.neo_cta_list_button .cta_button .cta_button--icon .tooltip-text:before {
    content: '';
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(0, 0, 0, 1);
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.left .neo_cta_list_button .cta_button .cta_button--icon .tooltip-text:before {
    right: 100%;
    left: initial;
    border-color: transparent rgb(207 23 31) transparent transparent;
}
.neo_cta.right .cta_button .cta_button--icon .tooltip-text:before {
    right: initial;
    left: 100%;
}
.neo_cta_list_button .cta_button .cta_button--icon:hover {
    text-decoration: none;
    opacity: 0.9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}
.neo_cta_list_button .cta_button .cta_button--icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.neo_cta.cta_mobile {
    padding: 0;
    width: 100%;
    background: white;
    border-radius: 12px 12px 0 0;
    box-shadow: -2px -2px 5px #00000029;
    border-top: 1px solid #ebebeb;
}
.neo_cta.cta_mobile .neo_cta_list_button {
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: center;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button {
    margin: 0 3px;
    flex: 0 0 auto;
    border-radius: 9999px;
    padding: 2px;
    background: #cf181f;
    overflow: hidden;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button:nth-of-type(2){
    background: rgb(16,143,255);
    background: linear-gradient(90deg, rgba(16,143,255,1) 0%, rgba(255,85,125,1) 100%);
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button:nth-of-type(3){
    background: #00acd4;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon {
    width: 100%;
    height: auto;
    box-shadow: unset;
    display: flex;
    background: white;
    border-radius: 999px;
    overflow: hidden;
    padding: 0 10px 0 2px;
    align-items: center;
}
.neo_cta.cta_mobile .neo_cta_list_button .cta_button--icon img {
    border: none;
    border-radius: 0;
    width: 30px;
    display: block;
    height: 30px;
}
.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 0 5px;
    line-height: 32px;
}
.neo_cta.cta_mobile .cta_button .cta_button--icon .tooltip-text:before {display:none;}

/*************** SOCIAL ***************/
.social-icons .icon {
    display: inline-flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 10px !important;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    backface-visibility: hidden;
    transform-origin: 0 100%;
    background-color: #f0f0f0;
    color: #184363;
    border: none;
    margin: 5px 3px 0 !important;
}
.social-icons .icon i,
.social-icons .icon svg {
    display: block;
    top: 0;
}
.social-icons .icon:hover {
    transform: translateY(-5px);
    background-color: #f0f0f0 !important;
}
.social-icons .icon:hover i {
    color: inherit !important;
}
.social-icons .icon svg {
    fill: #184363;
    transition: fill 0.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;
}
/*************** AZ NEWS PAPER  ***************/
.az-newspapers-item {min-height: 100%;}
.az-newspapers-wrap {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 45px;
}
.az-newspapers-item .box-text {
    background: white;
    padding: 10px 0;
    position: static;
}
.az-newspapers-item .box-text h3 {
    font-weight: 300;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.az-newspapers-item .box-text .newspaper-logo {
    height: 35px;
    width: auto;
    position: absolute;
    bottom: 15px;
}

/*************** BLOG ***************/
.entry-header .entry-divider {display: none;}
.entry-content.single-page {padding-top: 0;}
.archive-page-header {padding-top: 50px;}

/*************** HEADER ***************/
#masthead .header-nav > li > a {
	padding: 0 20px;
	font-size: 16px;
	color:white;
}
.header-wrapper {position: fixed;}
.header-wrapper .header-bg-color {background: transparent;}
.header-wrapper.stuck .header-bg-color {background: rgba(10,10,10,0.65);}

/*************** HOME ***************/
.gg-map iframe {display: block;}
.section-feedback .section-bg {
	background-repeat: repeat !important;
    background-size: auto !important;
}
.list-mon-an .box-image {border: 10px solid #f9f9f9;max-width: 260px;margin-bottom: 20px;}
.testimonial-box .icon-box-text {
	display: flex;
	flex-direction: column;
	padding-left: 25px !important;
}
.testimonial-box:not(:last-child) {padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px dashed #eaeaea;}
.testimonial-box .testimonial-meta {order:1;font-size: 20px;padding-top: 5px;}
.testimonial-box .star-rating {order:2;}
.testimonial-box .testimonial-text {order:3;font-style: normal !important;}
.play svg {fill: #ff0000cf;}

/*************** FOOTER ***************/
#footer .ux-menu {
    flex-direction: row;
    justify-content: space-between;
}
#footer .ux-menu-link {
    font-size: 18px;
}
.form-row {
	display: flex;
}
.form-col {padding: 0 5px 10px;}
.form-col input {margin-bottom: 0;}
.form-col button {
    border-radius: 7px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    min-width: 120px;
    height: 40px;
    line-height: 40px;
}

.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)
    }
}

@media screen and (max-width: 850px){
	#footer .ux-menu-link {font-size: 16px;}
}
@media screen and (max-width: 768px){
	#footer .ux-menu {
	    flex-direction: column;
	    justify-content: center;
	}
	#footer .ux-menu-link a {
	    text-align: center;
	    display: block;
	}
}