::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

@font-face {
    src: url("../fonts/Montserrat-Bold.ttf");
    font-family: "Montserrat";
    font-weight: bold;
}

:root {
    --primary-color2: #030D45;
    --primary-color3: #5F5D81;
    --primary-color4: #C4C4C4;
    --primary-color5: #EAF5FB;
    --gray-color: #E4E4E4;
    --white-color: #ffffff;
    --red-color: #DF0024;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: center;
    padding: 0px 25px !important;
    font-size: 18px !important;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 5px;
    height: 50px !important;
    line-height: 50px !important;
}

.button_for_white {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid var(--primary-color) !important;
}

.button_outline_primary {
    border: 1px solid var(--primary-color) !important;
}

.button_outline_primary2 {
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color2) !important;
}

.button_for_primary2 {
    text-transform: uppercase;
    font-weight: normal !important;
    box-shadow: 0px 3px 0px 0px #2A9CD64D !important;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**back to top**/
.progress-wrap {
    position: fixed;
    display: block;
    cursor: pointer;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    text-align: center;
    position: absolute;
    cursor: pointer;
    font-family: 'Font Awesome 6 Pro';
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap {
    bottom: 30px;
    height: 46px;
    width: 46px;
    border-radius: 46px;
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #cccccc;
}

.progress-wrap.btn-left-side {
    left: 30px;
}

.progress-wrap.btn-right-side {
    right: 30px;
}

.progress-wrap::after {
    width: 46px;
    height: 46px;
    color: #1f2029;
    font-size: 24px;
    content: '\f341';
    line-height: 46px;
}

.progress-wrap:hover::after {
    color: #1f2029;
}

.progress-wrap svg.progress-circle path {
    stroke: #1f2029;
    stroke-width: 2px;
}

/**header**/
div#logo img {
    max-height: 100px;
    box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .15);
    border-radius: 50%;
}

div#masthead .header-right-menu {
    width: calc(100% - 120px);
}

div#masthead ul.header-nav.header-nav-main.nav.nav-right.nav-uppercase {
    justify-content: start;
}

div#masthead .header-cart {
    display: flex;
/*     width: 120px; */
    justify-content: end;
}

div#masthead .header-cart a {
    background: var(--primary-color5);
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    position: relative;
    justify-content: center;
    align-items: center;
}

div#masthead .header-cart a img {
    height: 20px;
}

div#masthead span#cart-total {
    background: var(--red-color) !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.stuck div#masthead {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px) !important;
}

.header-bg-color.fill {
    background: transparent;
}

/**menu**/
div#mega-menu-wrap-primary {
    width: 100% !important;
}

#mega-menu-wrap-primary #mega-menu-primary {
    display: flex !important;
    justify-content: space-between;
}

div#mega-menu-wrap-primary ul li a {
    color: var(--primary-color2) !important;
    font-weight: 600 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    font-size: 17px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

div#mega-menu-wrap-primary ul li a:hover {
    color: var(--primary-color) !important;
}

div#mega-menu-wrap-primary ul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
    border-radius: 8px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 5px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
}

/**menu right**/
.header-right-menu {
    width: 100%;
}

div#mega-menu-wrap-menu-right {
    width: 100% !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right {
    display: flex !important;
    justify-content: space-between;
}

#mega-menu-wrap-menu-right ul li a {
    color: var(--primary-color2) !important;
    font-weight: 600 !important;
    padding: 0 !important;
    text-transform: uppercase !important;
    font-size: 17px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
}

#mega-menu-wrap-menu-right ul li a:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-menu-rightul li.mega-current-menu-item a {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-flyout ul.mega-sub-menu {
    -webkit-box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    box-shadow: 0 16px 32px rgba(34, 37, 49, 0.24);
    display: block !important;
    border-radius: 8px !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    padding: 5px 10px !important;
    display: block !important;
    -webkit-transition: .4s;
    transition: .4s;
    font-size: 15px !important;
    line-height: 24px !important;
    color: #000 !important;
    text-transform: unset !important;
    background: #fff !important;
    text-align: left !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid #f2f2f2 !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #000 !important;
    text-transform: unset !important;
    font-size: 16px !important;
    text-align: left !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0px !important;
    text-align: left !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--primary-color) !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #fff !important;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 10%);
    padding: 15px !important;
}

#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-menu-right #mega-menu-menu-right > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    border-bottom: 1px solid #f2f2f2;
}

/**banner**/
.banner-top {
    width: 100%;
}

.banner-top .banner-title h4 {
    width: auto !important;
    font-weight: normal !important;
    font-size: 18px !important;
    position: relative;
    margin: 0;
    display: inline-block !important;
}

.banner-top .banner-title h4:before, .banner-top .banner-title h4:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/line.png) no-repeat;
    display: block;
    width: 45px;
    height: 15px;
    background-size: 100%;
}

.banner-top .banner-title h4:before {
    left: -60px;
}

.banner-top .banner-title h4:after {
    right: -60px;
}

.banner-top .banner-body h1 {
    margin: 15px 0;
    font-size: 72px;
    line-height: 102px;
    text-shadow: 0px 4px 4px #FFFFFF2B;
}

.banner-top .banner-body h1 strong {
    color: var(--primary-color)
}

.flickity-page-dots {
    width: auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #fff;
    border-radius: 50px !important;
    padding: 3px;
    right: unset !important;
}

.slider-nav-light .flickity-page-dots .dot {
    background: #E4E4E4 !important;
    border: 0px !important;
}

.slider-nav-light .flickity-page-dots .dot.is-selected, .slider-nav-light.slider-nav-dots-simple .flickity-page-dots .dot {
    background: var(--primary-color) !important;
    border: 0px !important;
}

/**info**/
.playVideo a.button.open-video {
    border: 0px !important;
}

.playVideo a.button.open-video:hover {
    background: transparent !important;
}

.playVideo i.icon-play:before {
    content: '';
    background: url(../images/youtube.svg) no-repeat;
    display: block;
    width: 80px !important;
    height: 55px !important;
    background-size: 100%;
}

.abouts .abouts-content {
    text-align: center;
    margin: 10px 0 0 0;
}

.abouts .abouts-content h4 {
    font-size: 22px;
}

.abouts .abouts-content p {
    color: var(--primary-color3);
    font-size: 15px;
    margin: 0;
}

/**home-title**/
.home-title {
    text-align: center;
}

.home-title h2 {
    width: auto;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    margin: 0;
    color: var(--primary-color);
    display: inline-block;
}

.home-title h2:before, .home-title h2:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/line.png) no-repeat;
    display: block;
    width: 45px;
    height: 15px;
    background-size: 100%;
}

.home-title h2:before {
    left: -60px;
}

.home-title h2:after {
    right: -60px;
}

.home-title h3 {
    color: var(--primary-color2);
    font-size: 35px;
    line-height: 45px;
    margin: 15px 0 20px 0;
}

.home-title .line {
    content: '';
    background: url(../images/line2.png) no-repeat;
    background-size: 100% !important;
    transform: translateY(-50%);
    width: 130px;
    height: 18px;
    background-size: 100%;
    margin: auto;
}

.color-white h3 {
    color: #fff;
}

.home-title h3 strong {
    color: var(--primary-color)
}

.home-title.text-left h4 {
    margin-left: 60px;
}

.home-title.text-left .line {
    margin: 0;
}

.home-title h5 {
    font-size: 35px;
    line-height: 45px;
    margin: -10px 0 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-color);
    text-align: left;
}

.home-desc {
    font-size: 16px;
    line-height: 24px;
    color: #5F5D81;
}

.title-white h4 {
    font-size: 18px !important;
    color: var(--primary-color) !important;
}

.title-white h3 {
    font-size: 35px !important;
    line-height: 45px !important;
    color: #fff !important;
    font-weight: 700 !important;
    margin: 0px 0 20px 0 !important;
}

.title-white .line {
    background: url(../images/line_white.png) no-repeat !important;
    background-size: 100% !important;
}

/**tab**/
.tab-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90% !important;
    border: 1px solid #E4E4E4;
    border-radius: 50px;
    margin: auto;
    padding: 0px !important;
}

.tab-menu ul li {
    margin: 0px !important;
}

.tab-menu ul li a {
    color: #5F5D81;
    font-weight: normal;
    text-transform: unset;
    font-size: 18px;
    height: 50px;
    padding: 0 30px;
    position: relative;
}

.tab-menu ul li a:before {
    content: '' !important;
    background: url(../images/border.png) no-repeat;
    background-size: 100%;
    width: 18px !important;
    height: 18px !important;
    margin: -2px 5px 0 0;
    display: block !important;
}

.tab-menu ul li.active a:before {
    content: '';
    background: url(../images/border-active.png) no-repeat;
    background-size: 100%;
}

.tab-menu ul li.active a {
    background: var(--primary-color);
    color: #fff !important;
    border-radius: 50px !important;
}

/**slide**/
body .swiper-button-next, body .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    background: #E4E4E4 !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    font-size: 18px;
    color: #000;
    border-radius: 50% !important;
    box-shadow: 0 1px 3px -2px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

body .swiper-button-prev.swiper-button-disabled,
body .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

body .swiper-button-next:after, body .swiper-button-prev:after {
    content: '' !important;
    font-size: 15px;
    color: #000;
}

body .swiper-button-next:after {
    background: url(../images/right.svg) no-repeat !important;
    background-size: 70% !important;
    width: 40px !important;
    height: 15px !important;
    background-position: center !important;
}

body .swiper-button-prev:after {
    background: url(../images/left.svg) no-repeat !important;
    background-size: 70% !important;
    width: 40px !important;
    height: 15px !important;
    background-position: center !important;
}

body .swiper-button-next {
    right: -50px;
}

body .swiper-button-prev {
    left: -50px;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li a, .pagination ul li span {
    color: #000;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    background: #fff;
    border-radius: 99px !important;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: #fff;
    border: 1px solid #e9e9e9;
    width: 35px;
    height: 35px;
    padding: 0px;
    line-height: 35px;
    font-weight: normal;
    display: inline-block;
    border-radius: 99px !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    background: var(--primary-color) !important;
    color: #fff;
    font-weight: normal !important;
    border: 1px solid var(--primary-color) !important;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

/**service**/
.over_hidden {
    overflow: hidden;
    padding: 10px;
}

.service-item {
    width: 100%;
    height: 550px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.service-item:after {
    content: '';
    display: block;
    border: 1px solid #FFCC00;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    left: 10px;
}

.service-item .service-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 30px 20px;
}

.service-item .service-content h4 {
    margin: 0;
    position: relative;
    z-index: 90;
}

.service-item .service-content h4 a {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 36px;
}

.service-item .service-thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.service-item .service-thumbnail img {
    overflow: hidden;
    height: 100%;
    width: 100%;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.service-item:hover .service-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

/**visao**/
.tt-item h4 {
    font-size: 17px;
    color: var(--primary-color);
    margin: 0;
}

.tt-item .box-text.text-left {
    padding: 0px 0 0 15px;
}

.naifood-sologan {
    background: var(--primary-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    position: absolute;
    top: 0;
}

.naifood-sologan .rotate {
    -moz-transform: translateX(-0%) translateY(50%) rotate(90deg);
    -webkit-transform: translateX(50%) translateY(50%) rotate(90deg);
    transform: translateX(50%) translateY(50%) rotate(90deg);
}

/**step**/
.step-item {
    background: #fff;
    box-shadow: 0px 0px 30px 0px #0000000F;
    border-radius: 30px;
    padding: 30px;
}

.step-item img {
    box-shadow: 0px 0px 20px 0px #00000033;
    border-radius: 10px;
    width: 100%;
}

.step-item h4 {
    color: #262839;
    font-size: 28px;
    line-height: 38px;
}

.step-item p, .step-item ul li, .step-item ol li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px !important;
}

.step-nav {
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    direction: rtl;
}

.step-nav ul {
    direction: ltr;
}

.step-nav ul li {
    list-style: none;
}

.step-nav ul li a {
    color: #5F5D81;
    font-size: 20px;
    padding-bottom: 20px !important;
    display: block;
}

.step-nav ul li a img {
    width: 25px;
    margin-top: -5px;
    margin-right: 5px;
}

.step-nav ul li.active a {
    color: var(--primary-color)
}

.step-nav::-webkit-scrollbar {
    width: 3px;
}

.step-nav::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
}

.step-nav::-webkit-scrollbar-track {
    background-color: #C4C4C4;
}

/**camket**/
.camket .box-text.text-left {
    padding: 0 0 15px 15px;
}

.camket p {
    margin: 0;
    color: #030D45;
    font-size: 14px;
    font-weight: normal !important;
}

.camket h4 {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 10px 0 !important;
    color: #030D45;
}

/**review**/
.rowTop {
    margin-top: -150px;
}

.box-review {
    background: #E4E4E4;
    border-radius: 20px 0 0 20px;
}

.review-item {
    width: 100%;
}

.review-item .review-thumbnail {
    width: 100%;
    height: 300px;
    border-radius: 20px !important;
}

.review-item .review-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.review-item .review-content .review_star {
    margin: 0 0 15px 0;
}

.review-item .review-content .review_star i {
    color: #ECA61E;
    font-size: 15px;
}

.review-item .review-content .review_r {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 15px 0;
    color: var(--primary-color3);
}

.review-item .review-content .review-auth p {
    font-size: 15px;
    margin: 0;
}

.review-item .review-content .review-auth h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 5px 0;
}

.swiper-service .swiper-pagination {
    bottom: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-service .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
    width: 12px !important;
    height: 12px !important;
}

.swiper-service .swiper-pagination span {
    background: #C4C4C4 !important;
    width: 10px !important;
    height: 10px !important;
    opacity: 1;
}

.swiper-review .swiper-nav {
    position: absolute;
    left: 32.5%;
    display: flex;
    align-items: center;
    bottom: 30px;
    z-index: 999;
}

.swiper-review .swiper-button-prev, .swiper-review .swiper-button-next {
    position: unset;
    background: transparent !important;
    box-shadow: unset !important;
    height: unset !important;
    width: 30px !important;
}

.swiper-review .swiper-button-prev {
    margin-right: 10px !important;
}

.swiper-review .swiper-pagination {
    bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    left: 32.5%;
}

.swiper-review .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
    width: 12px !important;
    height: 12px !important;
}

.swiper-review.swiper-pagination span {
    background: var(--primary-color2) !important;
    width: 10px !important;
    height: 10px !important;
    opacity: 1;
}

/**partner**/
.partner-item img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

/**form**/
.formTV {
    box-shadow: 10px 10px 20px 10px #00000008;
    padding: 40px 10px 40px 40px !important;
    background: url(/wp-content/uploads/2024/06/additional_img02-1-min.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
}

.tv-banner {
    text-align: right;
}

.tv-banner img {
    width: 90%;
}

.tv-banner p {
    margin: 0 !important;
}

.input_tv::placeholder, .textarea_tv::placeholder {
    color: #6A6A6A !important;
    font-size: 15px;
}

.input_tv {
    background: #F5F5F5 !important;
    box-shadow: unset !important;
    border: 0px !important;
    height: 45px !important;
    font-size: 15px;
}

.textarea_tv {
    background: #F5F5F5 !important;
    box-shadow: unset !important;
    border: 0px !important;
    font-size: 15px;
}

.select_tv {
    background-color: #F5F5F5 !important;
    box-shadow: unset !important;
    border: 0px !important;
    height: 45px !important;
    font-size: 15px;
    color: #6A6A6A !important;
}

.form-tv-body button {
    margin: 0px !important;
    border-radius: 99px !important;
    text-transform: uppercase;
}

form.wpcf7-form.init {
    margin: 0px !important;
}

.form-tv-header {
    margin: 0 0 30px 0;
}

.form-tv-header p {
    color: #666666;
    font-size: 15px;
}

.form-tv-header h3 {
    color: #000;
    font-size: 26px;
    line-height: 36px;
}

/**post item**/
.post-item {
    width: 100%;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail {
    width: 100%;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    position: relative;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    width: 100%;
    padding: 15px 0 0 0;
}

.post-item .post-content h4 {
    margin-bottom: 10px;
}

.post-item .post-content h4 a {
    font-size: 20px;
    line-height: 30px;
    color: var(--primary-color2);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-item .post-content h4 a:hover {
    color: var(--primary-color)
}

.post-item .post-content .post-desc {
    font-size: 15px;
    line-height: 22px;
}

.post-item .post-content .post-footer {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.post-item .post-content .post-auth {
    background: #EAF5FB;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 99px;
    font-size: 14px;
}

.post-item .post-meta {
    background: #EAF5FB;
    position: absolute;
    top: 30px;
    left: 0;
    padding: 10px 5px;
    line-height: 20px;
}

.post-item .post-meta span {
    display: block;
    text-align: center;
    color: var(--primary-color2);
    font-size: 13px;
}

.post-item .post-meta span.date {
    font-weight: 700;
    font-size: 18px;
}

.post-item .post-content .post-view {
    font-size: 14px;
    font-weight: 700;
}

/**footer**/
.absolute-footer {
    display: none;
}

#footer {
    width: 100%;
}

#footer .footer-top .footer-logo {
    margin: 0 0 20px 0;
}

#footer .footer-top .footer-logo img {
    width: 120px;
}

#footer .footer-top p {
    color: #262839;
    font-size: 16px;
    margin: 0 0 7px 0;
}

#footer .footer-top strong {
    font-weight: 700;
}

#footer .footer-top p.company-name {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
    color: #000000;
}

#footer .footer-top .footer-title {
    margin-bottom: 15px;
}

#footer .footer-top .footer-title h3 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 28px;
    color: #000000;
}

#footer .footer-top .footer-menu ul li {
    margin: 0 0 8px 0 !important;
    border: 0px !important;
}

#footer .footer-top .footer-menu ul li a {
    color: #262839;
    padding: 0;
    font-size: 16px;
}

#footer .footer-top .footer-menu ul li a:hover {
    color: var(--red-color)
}

#footer .footer-top .footer-time-cr {
    color: #262839;
    font-size: 16px;
    line-height: 24px;
}

#footer .footer-top .footer-link a {
    font-size: 20px;
    color: #262839;
    margin: 0 10px 0 0;
}

#footer .footer-top .footer-register img {
    width: 120px;
}

#footer .copyright {
    text-align: center;
    color: #262839;
    font-size: 16px;
    font-weight: 700;
}

/**category**/
.category-description {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    overflow: hidden;
    position: relative;
}

.entry-content {
    padding: 0 !important;
    font-weight: 300;
    font-size: 15px;
}

.category-description p
.category-description ul li,
.category-description ol li,
.entry-content p,
.entry-content ul li,
.entry-content ol li {
    margin: 0 0 10px 0 !important;
}

.category-description ul,
.category-description ol,
.entry-content ul,
.entry-content ol {
    margin-left: 15px !important;
}

.category-description table,
.category-description table tr td,
.entry-content table,
.entry-content tr td {
    border-collapse: collapse;
    border: 1px solid #3333;
}

.category-description table tr td,
.category-description table tr th,
.entry-content tr td,
.entry-content tr th {
    padding: 10px;
    color: #333 !important;
}

section.breadcrumbs {
    margin: 30px 0 0 0;
    color: #C4C4C4;
    font-weight: normal;
    font-size: 16px;
}

section.breadcrumbs span {
    color: var(--primary-color2);
}

section.breadcrumbs p {
    margin: 0;
}

section.breadcrumbs a {
    color: #C4C4C4;
}

.category-entry {
    margin: 30px 0;
}

/**single**/
header#header-single {
    margin: 0 0 20px 0;
}

header#header-single h1 {
    color: #000000;
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 10px 0;
}

header#header-single .post-meta span.line {
    margin: 0 3px;
}

header#header-single .post-meta span a {
    color: var(--primary-color);
}

header#header-single .post-meta span {
    font-size: 15px;
    color: var(--primary-color2);
}

article.entry-content a {
    color: var(--primary-color);
}

article.entry-content {
    color: var(--primary-color2);
    font-size: 16px;
    line-height: 26px;
}

article.entry-content h1,
article.entry-content h2,
article.entry-content h3,
article.entry-content h4,
article.entry-content h5,
article.entry-content h6 {
    color: var(--primary-color2)
}

.font-20 h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
}

.entry-author {
    box-shadow: 0px 0px 30px 0px #0000001A;
    border-radius: 20px;
    padding: 20px !important;
}

/**widget**/
.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
    align-items: center;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item a {
    display: flex;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 100px;
    float: left;
    height: 80px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 100px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color2);
}

.widget-post-list .widget-post-item .widget-post-content .post-meta {
    color: gray;
    font-size: 14px
}

.widget-title, .widget-title span {
    padding: 6px 10px;
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
    color: var(--primary-color2) !important;
    text-align: center;
    text-transform: unset !important;
    font-size: 17px !important;
    line-height: 26px !important;
    border-bottom: 1px solid var(--primary-color);
}


.widget-post-vertical a {
    display: block !important;
    flex-flow: wrap;
}

.widget-post-vertical .widget-post-thumbnail {
    width: 100% !important;
    height: 180px !important;
}

.widget-post-vertical .widget-post-content {
    width: 100% !important;
    padding: 10px 0 0 0 !important;
    border: 0px;
}

.is-divider.small {
    display: none;
}

.widget_categories ul, .widget_product_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC)
}

.widget_categories ul li, .widget_product_categories ul li {
    width: 100%
}

.widget_categories ul li a, .widget_product_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s
}

.widget_categories ul li a:before, .widget_product_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color)
}

.widget_categories ul li:hover a, .widget_product_categories ul li:hover a {
    background: var(--primary-color) !important;
    color: #fff
}

.wpd-form-head {
    margin-top: 0 !important;
}

div#wpdcom {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
}

div#comments {
    max-width: 100%;
    margin: 0;
}

.menu-widget a {
    color: var(--primary-color2);
    font-size: 16px;
    line-height: 24px;
}

.menu-widget a:hover {
    color: var(--red-color)
}

/**service**/
.videoShadow {
    border-radius: 6% !important;
}

.videoShadow {
    box-shadow: 20px 20px 40px 0px #00000026;
}

.banner-service h1 {
    color: #030D45;
    /*font-size: 78px;*/
    font-style: italic;
    /*line-height: 88px;*/
    font-weight: 900 !important;
    margin: 0 0 15px 0;
}

.banner-service h3 {
    color: var(--primary-color);
    font-size: 45px;
    line-height: 55px;
    text-align: right;
    font-style: italic;
}

.banner-service p {
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color2);
}

/**service**/
.service-ct {
    overflow: hidden;
    border-radius: 6% !important;
}

.service-ct h4 {
    font-size: 25px;
    line-height: 35px;
    text-transform: uppercase;
}

.service-ct .box-text.text-center {
    text-shadow: unset !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 0 0 6% 6%;
}

.image2 {
    margin-bottom: 10px !important;
}

.image3 {
    margin-bottom: 0px !important;
}

.auth-social {
    margin-top: 20px;
}

.auth-social a {
    font-size: 20px;
    color: #262839;
    margin: 0 10px 0 0;
}

.sec-loiich .bg-fill {
    background-size: 100% !important;
}

.swiper-benefit .swiper-nav {
    display: flex;
    margin: 20px 0 10px 0;
}

.swiper-benefit .swiper-button-prev, .swiper-benefit .swiper-button-next {
    position: unset;
    transform: unset !important;
    background: transparent !important;
    box-shadow: unset !important;
    height: unset !important;
    width: auto !important;
    font-size: 15px;
    color: var(--primary-color2) !important;
}

.swiper-benefit .swiper-button-next {
    margin-left: 15px !important;
}

.swiper-benefit .swiper-button-prev i {
    margin-right: 5px;
}

.swiper-benefit .swiper-button-next i {
    margin-left: 5px;
}

.swiper-benefit .swiper-button-prev:after, .swiper-benefit .swiper-button-next:after {
    display: none !important;
}

.benefit-item .benefit-content {
    font-size: 15px;
}

.benefit-item .benefit-content b, .benefit-item .benefit-content strong {
    font-weight: 700;
}

.benefit-item .benefit-content p {
    margin: 0 0 10px 0;
    font-size: 15px;
}

.benefit-item h4.benefit_title {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px 0;
}

/**order**/
.tab-menu .tab-panels {
    margin: 40px 0 0 0;
}

.order-item {
    border: 4px solid var(--primary-color);
    position: relative;
    width: 100%;
    padding: 8px;
    height: 100%;
}

.order-item .order-title {
    background: url(../images/title_order.png) no-repeat;
    width: 80%;
    background-size: 100%;
    position: absolute;
    top: -33px;
    text-align: center;
    padding: 6px 20px 10px 20px;
    left: 50%;
    transform: translateX(-50%);
}

.order-item .order-title h4 {
    font-size: 20px;
    line-height: 30px;
    color: var(--primary-color);
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
    margin: 0;
}

.order-item .order-title .order-price {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.order-item .order-body {
    border: 2px dashed var(--primary-color);
    padding: 35px 15px 15px 15px;
    height: 100%;
}

.order-item .order-body .order-images {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.order-item .order-body .order-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-item .order-body .item-list {
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0 0;
}

.order-item .order-body .item-list .item-title {
    color: var(--primary-color2);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.order-item .order-body .item-list .item-price {
    color: var(--primary-color2);
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin-right: 5px;
}

.order-item .order-body .item-list .item-line {
    position: relative;
    width: 100px;
}

.order-item .order-body .item-list .item-line:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #C4C4C4;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.order-item .order-body .item-list .checkbox-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px
}

.order-item .order-body .item-list .checkbox-btn input {
    display: none;
}

.order-item .order-body .item-list .checkbox-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background-color: transparent;
    transition: 0.3s;
    border-radius: 4px;
    border: 1px solid #c4c4c4;
}

.order-item .order-body .item-list .checkbox-btn span::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 7px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: scale(0) rotate(-45deg);
    position: relative;
    bottom: 2px;
    transition: 0.6s;
}

.order-item .order-body .item-list .checkbox-btn input {
    display: none;
}

.order-item .order-body .item-list .checkbox-btn input:checked ~ span {
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.order-item .order-body .item-list .checkbox-btn input:checked ~ span::before {
    transform: scale(1) rotate(-45deg);
}

.order-item .order-body .item-right {
    display: flex;
    align-items: center;
}

.button_outline_primary2 {
    background: transparent;
    border-color: var(--primary-color2) !important;
    border-radius: 99px;
    font-size: 16px;
    font-weight: 600;
}

.button_outline_primary2 img {
    width: 30px;
    object-fit: contain;
    margin-left: 5px;
}

/**taxonomy**/
section.category-banner {
    padding: 100px 0;
    margin: 15px 0 0 0;
}

h1.category-title {
    text-align: center;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
}

.pd-40 {
    padding-top: 40px;
}

.naifood-social a {
    margin: 0 8px;
    font-size: 20px;
    color: var(--primary-color2) !important;
}

/**counter**/
.tg-counter {
    display: flex;
    align-items: center;
    position: relative;
}

.tg-counter span.count-up {
    font-size: 60px;
    line-height: 72px;
    color: var(--primary-color);
    font-family: "Montserrat";
    font-weight: bold;
}

.tg-counter .tg-left {
    position: relative;
}

.tg-counter .tg-left sub {
    color: var(--primary-color);
    font-size: 32px;
    font-family: "Montserrat";
    font-weight: bold;
}

.tg-counter .tg-right {
    color: var(--primary-color2);
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
}

.tg-counter .tg-left span.plus {
    position: absolute;
    top: -10px;
    display: block;
    right: -20px;
}

.tg-counter .tg-left span.plus img {
    width: 32px;
}

.brRight .tg-counter:after {
    content: "";
    width: 2px;
    height: 50px;
    background: var(--primary-color);
    position: absolute;
    display: block;
    right: 20px;
}

.certificate-item {
    width: 100%;
    height: 350px;
}

.certificate-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service-tt h4 {
    font-size: 26px;
    font-style: italic;
    line-height: 34px;
}

.service-tt .box-text.text-center {
    padding: 30px 15px;
    text-shadow: unset !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

/*team**/
.team-item {
    width: 100%;
}

.team-item .team-avatar {
    width: 100%;
    height: 350px;
}

.team-item .team-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-item .team-author {
    width: 85%;
    margin: -35px auto 0;
    background: #030D45;
    text-align: center;
    padding: 10px;
    position: relative;
    z-index: 9;
}

.team-item .team-author h4 {
    margin-bottom: 0;
}

.team-item .team-author h4 a {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-transform: uppercase;
}

.team-item .team-author p {
    margin: 0;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 15px;
}

/**author**/
.home-title h4.text-sub {
    font-weight: normal !important;
    font-size: 18px !important;
    position: relative !important;
    margin: 0 !important;
    color: var(--primary-color) !important;
    display: inline-block !important;
    margin-left: 60px !important;
}

.home-title h3.text-up {
    font-size: 55px !important;
    line-height: 70px !important;
    margin: 15px 0 0px 0 !important;
    font-weight: 700 !important;
    font-style: italic;
    color: var(--primary-color) !important;
    text-align: left !important;
}

.author-box p strong {
    font-weight: 700;
}

.author-box p {
    font-size: 16px;
    color: var(--primary-color2) !important;
    margin: 0 0 10px 0;
}

.tamnhin h4 {
    color: var(--primary-color);
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 10px 0;
}

.chuky {
    position: absolute !important;
    right: -100px;
    z-index: 9;
}

.hoa {
    position: absolute !important;
    top: 0;
    right: -120px;
    z-index: -1;
}

.thucdon_r {
    position: absolute !important;
    left: 50px;
    bottom: -100px;
}

.home-desc.color-white {
    width: 1000px;
    text-align: center;
    color: #fff;
    margin: auto;
}

.muctieu {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}

.muctieu .box-text.text-left h4 {
    font-size: 22px;
    color: #5F5D81;
    line-height: 28px;
}

.muctieu .box-text.text-left {
    padding-top: 0;
    padding-bottom: 0;
}

.muctieu {
    height: 100%;
}

.col-100 .col-inner {
    height: 100%;
}

.tt-item2 p {
    margin: 0 0 10px 0;
}

.tt-item2 h4 {
    color: var(--primary-color2);
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.tt-item2 {
    background: #EAF5FB;
    padding: 20px;
}

.tt-item2 ol li, .tt-item2 ul li {
    margin-bottom: 10px !important;
}

.swiper-tt .swiper-pagination {
    color: var(--primary-color);
    position: unset;
    font-size: 16px;
    font-weight: 700;
    width: auto;
}

.swiper-action {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
}

.swiper-tt .swiper-nav {
    display: flex !important;
    height: 50px !important;
    align-items: center;
    margin-right: 20px;
}

.swiper-tt .swiper-button-prev {
    margin-right: 5px !important;
}

.swiper-tt .swiper-button-prev, .swiper-tt .swiper-button-next {
    position: unset !important;
    background: transparent !important;
    border-radius: 0px !important;
    box-shadow: unset !important;
    border: 1px solid #c4c4c4 !important;
    margin-top: 0;
    transform: unset !important;
}

.box-tt {
    margin-right: -150px;
}

/**popup cart**/
.cartBg {
    display: none;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.cartModal {
    display: none;
    position: fixed;
    width: 350px;
    background: #fff;
    top: 0px;
    z-index: 99999;
    right: 0;
    height: 100%;
}

.cartBg.active, .cartModal.active {
    display: block !important;
}

.cartModal .cart-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.cartModal .cart-header {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #c4c4c4;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color2);
    line-height: 18px;
    height: 70px;
    position: relative;
}

.cartModal .cart-header .line {
    color: #c4c4c4;
    margin: 0 10px 0;
}

.cartModal .cart-header h3 {
    width: auto;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color2);
    line-height: 18px;
}

.cartModal .cart-empty {
    text-align: center;
    padding: 20px
}

.cartModal .cart-empty a {
    color: var(--red-color);
    font-weight: 700;
    font-size: 15px;
}

.cartModal .cart-empty h3 {
    font-size: 18px;
    line-height: 24px;
}

.cartModal .cart-header a.buttonClose {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 20px;
    color: #c4c4c4;
}

.cartModal .cart-item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 10px;
}

.cartModal .cart-item:not(:last-child) {
    border-bottom: 3px solid #c4c4c4;
}

.cartModal .cart-item .cart-left .price {
    color: var(--red-color);
    font-size: 15px;
    font-weight: 700;
}

.cartModal .cart-item .cart-left h4 {
    font-size: 15px;
    line-height: 20px;
}

.cartModal .cart-item a.removeCart {
    border: 1px solid #c4c4c4;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    color: #c4c4c4;
}

.cartModal .cart-button {
    padding: 0 20px;
}

.cartModal .cart-button a, #buttonStore {
    width: 100%;
    border-radius: 50px !important;
    font-size: 16px !important;
    height: 45px !important;
    line-height: 45px !important;
}

.cartModal .cartPrice {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    padding: 20px;
}

.cartModal .cart-total {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 20px;
    background: #fff;
    border-top: 3px solid #c4c4c4;
    height: 150px;
}

.cartModal .cart-list {
    height: 500px;
    overflow-y: scroll;
}

.cartModal .cart-list::-webkit-scrollbar {
    width: 0px;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    text-align: center;
    display: none;
    left: 0;
    top: 0
}

#loadingBox {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loadingIcon {
    width: 100%;
    height: 100%;
}

.cartModal .cart-item .cart-left h4 span {
    font-weight: normal;
    color: var(--primary-color);
    margin-left: 10px;
}

.lightbox-white {
    border-radius: 20px !important;
}

.form-store h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 20px 0;
    color: var(--red-color);
}

.form-store .input_store {
    border-radius: 99px !important;
    box-shadow: unset !important;
    border: 1px solid #c4c4c4 !important;
    margin: 0;
    padding: 5px 15px;
}

.form-store label b {
    color: var(--red-color);
}

.form-store label {
    font-weight: normal;
    margin: 0 0 5px 0;
}

#buttonStore {
    margin-bottom: 0px !important;
}

/**noti**/
.noti-success .noti-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.noti-success .noti-header h4 {
    color: #37AC1A;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    width: auto;
}

.noti-success .noti-header img {
    width: 40px;
    margin-right: 10px;
}

.noti-success .noti-body p {
    margin: 0 0 10px 0;
}

.noti-success .noti-body {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    width: 80%;
    margin: auto;
}

.noti-success .noti-footer {
    text-align: center;
    margin: 20px 0 0 0;
}

.noti-success .noti-footer img {
    width: 100px;
}

.page-404 {
    padding: 40px 0;
    text-align: center;
}

.page-404 img {
    width: 800px;
}

@media only screen and (max-width: 768px) {
    .page-404 img {
        width: 100%;
    }
}

blockquote {
    border: 2px dashed var(--primary-color);
    padding: 20px !important;
    border-radius: 10px !important;
    background: var(--primary-color5);
    color: var(--primary-color);
    font-size: 16px;
}

.callAddon {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 30px;
}

.callAddon a {
    width: 50px;
    height: 50px;
    padding: 7px;
    display: block;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: devvn_zoom 1.5s infinite linear;
    -moz-animation: devvn_zoom 1.5s infinite linear;
    -o-animation: devvn_zoom 1.5s infinite linear;
    animation: devvn_zoom 1.5s infinite linear;
    box-shadow: 0 0 0 0 var(--primary-color);
}

.callAddon a:not(:last-child) {
    margin-bottom: 25px;
}

.callAddon a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.widget {
    border: 1px solid var(--primary-color);
    padding: 15px !important;
    border-radius: 10px !important;
}

@-webkit-keyframes devvn_zoom {
    70% {
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes devvn_zoom {
    70% {
        box-shadow: 0 0 0 15px transparent
    }
    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-moz-keyframes calltrap_spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -moz-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -moz-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes calltrap_spin {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes calltrap_spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    30% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    33% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    36% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    39% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    42% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    45% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    48% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg);
        opacity: 1
    }
    51% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    54% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    57% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

article.post-share {
    display: flex;
    margin: 30px 0 0 0;
    align-items: center;
}

article.post-share img {
    height: 30px;
    object-fit: contain;
}

article.post-share img.share-like {
    margin: 0 10px;
}

article.post-share a {
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

.step-content a {
    color: var(--primary-color);
}

.banner-service a {
    color: #030D45;
    font-weight: 700 !important;
}

table tr td {
    border: 1px solid #000;
    padding: 15px !important;
    color: #000;
    font-size: 15px;
}

table {
    border: 1px solid #000;
    border-collapse: collapse !important;
}

article.entry-content img {
	    margin-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.category-description img.size-full.alignnone {
	    margin-bottom: 0 !important;
    margin-bottom: 0 !important;
}