/*
Theme Name:           Sei Harmony
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.14.3
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.0.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

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

.the-nautigal-regular {
    font-family: "The Nautigal", serif;
    font-weight: 400;
    font-style: normal;
}

.playfair-display-500 {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

body{
    color: #231f20;
}

b, strong{
    font-weight: 700;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 0 20px 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video.video-fit.mb .videoWrapper {
    position: unset;
    padding-bottom: unset;
    margin: unset;
}

h1.h1_logo {
    height: 0;
    overflow: hidden;
    width: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}
.entry-meta.uppercase {
    letter-spacing: normal;
    text-transform: none;
    font-size: 100%;
}
.term-description ol, .term-description ul,
.entry-content ul, .entry-content ol{
    margin-left: 20px;
}

.entry-content.single-page {
    padding-top: 0;
}

.woocommerce a.remove,
[class*="woocommerce"] a.remove{
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}
.woocommerce a.remove:before, .woocommerce a.remove:after,
[class*="woocommerce"] a.remove:before, [class*="woocommerce"] a.remove:after{
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}
.woocommerce a.remove:before,
[class*="woocommerce"] a.remove:before{
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}
.woocommerce a.remove:after,
[class*="woocommerce"] a.remove:after{
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}
.woocommerce a.remove:hover:before,
[class*="woocommerce"] a.remove:hover:before{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}
.woocommerce a.remove:hover,
[class*="woocommerce"] a.remove:hover{
    background: transparent;
}

.wpcf7 .wpcf7-form-control {
    border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    height: 40px;
}
.wpcf7-response-output {
    margin: 0 0 20px 0 !important;
}
form.wpcf7-form:after {
    content: "";
    display: table;
    clear: both;
}

#ftwp-container.ftwp-wrap #ftwp-header {
    cursor: pointer;
}

.home-banner > .col > .col-inner > .slider-wrapper {
    z-index: 1;
}
.banner-img {
    position: absolute;
    width: 60px !important;
    bottom: 20px;
    left: 20px;
    z-index: 2;
}
.banner-social {
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 2;
    color: #fff;
    text-align: right;
}
.banner-social.social-icons span {
    padding-right: 0;
    padding-bottom: 5px;
    display: block;
}

.banner-img-box .image-cover img {
    -o-object-position: 50% 0;
    object-position: 50% 0;
}

body:not(.home) .banner-social {
    left: 20px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
body:not(.home) .banner-social.social-icons span {
    display: inline-block;
    padding-bottom: 0;
    vertical-align: text-bottom;
    padding-right: 10px;
}
.banner-sub-text {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    width: 100%;
    bottom: 90px;
    z-index: 2;
    padding-left: 20px;
}
.banner-text {
    font-size: 50px;
    bottom: 30px;
    position: absolute;
    width: 100%;
    line-height: 1;
    z-index: 2;
    padding-left: 20px;
}
.banner-text p,
.banner-sub-text p{
    margin: 0;
}

.home-banner .img {
    margin: 0 !important;
}

.banner-social a {
    margin: 0 10px !important;
}

.home-banner-shadow > .col > .col-inner:after {
    content: "";
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}

@media (min-width: 850px) {
    body:not(.home) .home-banner-shadow > .col > .col-inner:before {
        content: "";
        position: absolute !important;
        left: 0;
        right: 0;
        top: 0;
        height: 30%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%);
        z-index: 1;
    }
}

.banner-img-box .image-cover {
    height: 100vh !important;
    min-height: 450px;
    padding-top: 0 !important;
}
.admin-bar .banner-img-box .image-cover {
    height: calc(100vh - 35px) !important;
}
.header-nav.header-nav-main a {
    font-size: 16px;
    color: #fff !important;
}
.header-nav.header-nav-main a img {
    width: 40px;
    height: 40px;
}
.header-nav.header-nav-main a {
    gap: 10px;
}
.header-nav.header-nav-main > li {
    margin: 0 18px;
}
/*header#header {
    padding-top: 25px;
}*/
.transparent #logo img {
    max-height: 125px !important;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.8));
}

.home-sec1 .icon-box.featured-box {
    align-items: center;
    margin-bottom: 10px;
}

.home-sec1 .icon-box.featured-box .icon-box-img img,
.home-sec1 .icon-box.featured-box .icon-box-img svg,
.icon-mid .icon-box.featured-box .icon-box-img img,
.icon-mid .icon-box.featured-box .icon-box-img svg{
    padding-top: 0;
}
.home-sec1 .icon-box.featured-box .icon-inner,
.icon-mid .icon-box.featured-box .icon-inner{
    line-height: 1;
}
.home-sec1 .icon-box.featured-box .icon-box-img,
.icon-mid .icon-box.featured-box .icon-box-img{
    width: 33px !important;
}
.home-sec1 .icon-box.featured-box .icon-box-img[style="width: 23px"] .icon,
.icon-mid .icon-box.featured-box .icon-box-img[style="width: 23px"] .icon{
    width: 23px !important;
    margin: 0 auto;
}
.home-sec1 .icon-box.featured-box .icon-box-img[style="width: 30px"] .icon,
.icon-mid .icon-box.featured-box .icon-box-img[style="width: 30px"] .icon{
    width: 30px !important;
    margin: 0 auto;
}
.icon-mid .icon-box.featured-box {
    margin-bottom: 10px;
}

.container.section-title-container {
    margin-bottom: 15px;
}
h2.section-title.section-title-normal,
h2.section-title.section-title-center{
    font-size: 55px;
    color: #6f1707;
    font-family: "Playfair Display", serif;
    font-weight: 500;
    border-bottom: 0;
    margin-bottom: 5px;
}
h2.section-title.section-title-normal span,
h2.section-title.section-title-center span{
    text-transform: none;
    padding-bottom: 0;
    border-bottom: 0;
}
h2.section-title.section-title-center b {
    background: transparent;
}

.col-fleft > .col-inner{
    /*margin-left: calc((-100vw - 1120px) / 2) !important;*/
    margin-left: calc(-1 * (100vw - 1120px) / 2) !important;
    width: calc(50vw - 15px);
    margin-bottom: -30px;
    border-top-right-radius: 150px;
    overflow: hidden;
}
.col-fleft > .col-inner > .img, .col-fleft > .col-inner > .img .img-inner {
    /*! position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0 !important;
}

.col-fright > .col-inner{
    margin-right: calc((-100vw - 1120px) / 2) !important;
    width: calc(50vw - 15px);
    overflow: hidden;
}

.home-section1 {
    padding-top: 80px !important;
    padding-bottom: 0 !important;
}
.img-bg {
    width: 42% !important;
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
}
.sec2-sub-title {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-style: italic;
}
.sec2-sub-title p {
    margin: 10px;
}
.img-circle {
    position: absolute;
    z-index: 2;
    border-radius: 50%;
    overflow: hidden;
    width: 86% !important;
    left: 7%;
    top: 5%;
}
.lienket-number {
    width: 64px;
    height: 64px;
    background: #ed1c24;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 64px;
    text-align: center;
    position: relative;
}
.lienket-box {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 40px;
}
.lienket-box > .text {
    flex: 1;
}
.lienket-number:before {
    width: 80px;
    height: 80px;
    content: "";
    position: absolute;
    border: 1px dashed #ed1c24;
    border-radius: 50%;
    left: -8px;
    top: -8px;
}
.lienket-box .uxb-wrapper.uxb-wrapper--ux_html:nth-child(1) {
    width: 64px;
}

.tienich-img-box .box-image{
    /*mask-image: url('images/tienich-mask.svg');
    mask-repeat: no-repeat;
    mask-size: 100% 99%;
    mask-position: center;

    -webkit-mask-image: url('images/tienich-mask.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 99%;
    -webkit-mask-position: center;*/
    clip-path: polygon( 100% 70.162%,100% 70.162%,96.082% 72.566%,92.25% 75.111%,88.508% 77.793%,84.863% 80.606%,81.319% 83.547%,77.882% 86.611%,74.557% 89.793%,71.35% 93.088%,68.267% 96.492%,65.311% 100%,2.129% 56.107%,0% 54.628%,0% 54.628%,0.027% 54.593%,0.055% 54.557%,0.082% 54.521%,0.11% 54.486%,0.137% 54.451%,0.164% 54.415%,0.192% 54.38%,0.219% 54.345%,0.246% 54.309%,0.273% 54.274%,0.273% 54.274%,2.857% 51.012%,5.508% 47.801%,8.223% 44.643%,11.002% 41.539%,13.844% 38.49%,16.747% 35.498%,19.709% 32.564%,22.731% 29.689%,25.809% 26.874%,28.944% 24.122%,28.944% 24.122%,32.125% 21.442%,35.36% 18.825%,38.647% 16.273%,41.984% 13.785%,45.37% 11.364%,48.804% 9.011%,52.285% 6.726%,55.81% 4.511%,59.378% 2.367%,62.988% 0.295%,62.988% 0.295%,63.04% 0.265%,63.092% 0.235%,63.144% 0.205%,63.197% 0.176%,63.249% 0.147%,63.302% 0.117%,63.354% 0.088%,63.407% 0.059%,63.46% 0.029%,63.512% 0%,64.38% 1.667%,100% 70.162% );
}

.tienich-box > .col-inner{
    width: 120%;
    padding-top: 120%;
    height: 0;
}
.tienich-img-box {
    width: 25.309%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.tienich-img-box.item-hover {
    z-index: 2;
}

.tienich-img-box .box-image {
    transform: rotate(83deg);
    overflow: hidden;
    cursor: pointer;
}
.tienich-img-box .box-image > div {
    transform: rotate(-83deg) scale(1.1);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
}

.tienich-img-box.item-hover .image-cover img {
    transform: scale(1.1);
}

.tienich-img-box .box-text .box-text-inner{
    position: absolute;
    color: #777;
    font-size: 16px;
    white-space: nowrap;
    top: -3%;
    left: 100%;
    border-bottom: 1px solid #c5ad75;
    padding: 0 10px 0 3px;
    font-weight: 500;
}
.tienich-img-box:after {
    content: "1";
    font-size: 18px;
    background: #c5ad75;
    width: 30px;
    height: 30px;
    position: absolute;
}
.tienich-img-box:after {
    content: "1";
    font-size: 18px;
    background: #c5ad75;
    width: 34px;
    height: 34px;
    position: absolute;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    border: 2px solid #fff;
    top: 19%;
    right: 12%;
}
.tienich-img-box .box-text {
    position: unset;
    padding: 0;
}
.tienich-img-box .box-text .box-text-inner:after {
    content: "";
    height: 1px;
    width: 45px;
    background: #c5ad75;
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: rotate(142deg);
    transform-origin: 0 0;
}
.item-hover::after {
    background: #ed1c24;
}
.tienich-box {
    padding-top: 10%;
    padding-bottom: 5%;
}

.tienich-img-box:nth-child(2):after {
    content: "2";
    top: 10%;
    right: 28%;
}
.tienich-img-box:nth-child(2) {
    top: -8.9%;
    right: 18%;
}
.tienich-img-box:nth-child(2) .box-image {
    transform: rotate(53deg);
}
.tienich-img-box:nth-child(2) .box-image > div {
    transform: rotate(-53deg) scale(1.1);
}
.tienich-img-box:nth-child(2) .box-text .box-text-inner {
    top: -22%;
    left: 89%;
}

.tienich-img-box:nth-child(3):after {
    content: "3";
    top: 8%;
    right: 50%;
}
.tienich-img-box:nth-child(3) {
    top: -8%;
    right: 38%;
}
.tienich-img-box:nth-child(3) .box-image {
    transform: rotate(24deg);
}
.tienich-img-box:nth-child(3) .box-image > div {
    transform: rotate(-24deg) scale(1.1);
}
.tienich-img-box:nth-child(3) .box-text .box-text-inner {
    top: -27%;
    right: 79%;
    left: auto;
}
.tienich-img-box:nth-child(3) .box-text .box-text-inner:after {
    left: 100%;
    transform: rotate(53deg) !important;
}

.tienich-img-box:nth-child(4):after {
    content: "4";
    top: 13%;
    right: 60%;
}
.tienich-img-box:nth-child(4) {
    top: 3%;
    right: 55%;
}
.tienich-img-box:nth-child(4) .box-image {
    transform: rotate(-7deg);
}
.tienich-img-box:nth-child(4) .box-image > div {
    transform: rotate(7deg) scale(1.1);
}
.tienich-img-box:nth-child(4) .box-text .box-text-inner {
    top: -17%;
    left: auto;
    right: 87%;
}
.tienich-img-box:nth-child(4) .box-text .box-text-inner:after {
    left: 100%;
    transform: rotate(53deg) !important;
}

.tienich-img-box:nth-child(5):after {
    content: "5";
    top: 28%;
    right: 70%;
}
.tienich-img-box:nth-child(5) {
    top: 20.5%;
    right: 64.5%;
}
.tienich-img-box:nth-child(5) .box-image {
    transform: rotate(-35deg);
}
.tienich-img-box:nth-child(5) .box-image > div {
    transform: rotate(35deg) scale(1.1);
}
.tienich-img-box:nth-child(5) .box-text .box-text-inner {
    top: 2%;
    left: auto;
    right: 94%;
}
.tienich-img-box:nth-child(5) .box-text .box-text-inner:after {
    left: 100%;
    transform: rotate(53deg) !important;
}

.tienich-img-box:nth-child(6):after {
    content: "6";
    top: 50%;
    right: 70%;
}
.tienich-img-box:nth-child(6) {
    top: 40%;
    right: 64%;
}
.tienich-img-box:nth-child(6) .box-image {
    transform: rotate(-65deg);
}
.tienich-img-box:nth-child(6) .box-image > div {
    transform: rotate(65deg) scale(1.1);
}
.tienich-img-box:nth-child(6) .box-text .box-text-inner {
    top: 64%;
    left: auto;
    right: 105%;
}
.tienich-img-box:nth-child(6) .box-text .box-text-inner:after {
    left: 100%;
    transform: rotate(-43deg) !important;
    bottom: -1px;
}

.tienich-img-box:nth-child(7):after {
    content: "7";
    top: 63%;
    right: 64%;
}
.tienich-img-box:nth-child(7) {
    top: 57.5%;
    right: 53.5%;
}
.tienich-img-box:nth-child(7) .box-image {
    transform: rotate(-94deg);
}
.tienich-img-box:nth-child(7) .box-image > div {
    transform: rotate(94deg) scale(1.1);
}
.tienich-img-box:nth-child(7) .box-text .box-text-inner {
    top: 78%;
    left: auto;
    right: 98%;
}
.tienich-img-box:nth-child(7) .box-text .box-text-inner:after {
    left: 100%;
    transform: rotate(-43deg) !important;
    bottom: -1px;
}

.tienich-img-box:nth-child(8):after {
    content: "8";
    top: 70%;
    right: 54%;
}
.tienich-img-box:nth-child(8) {
    top: 67.5%;
    right: 36%;
}
.tienich-img-box:nth-child(8) .box-image {
    transform: rotate(-124deg);
}
.tienich-img-box:nth-child(8) .box-image > div {
    transform: rotate(124deg) scale(1.1);
}
.tienich-img-box:nth-child(8) .box-text .box-text-inner {
    top: 102%;
    left: auto;
    right: 74%;
    border-top: 1px solid #c5ad75;
    border-bottom: 0;
}
.tienich-img-box:nth-child(8) .box-text .box-text-inner:after {
    left: 100%;
    transform: rotate(-61deg) !important;
    bottom: auto;
    top: -1px;
}

.tienich-img-box:nth-child(9):after {
    content: "9";
    top: 73%;
    right: 33%;
}
.tienich-img-box:nth-child(9) {
    top: 67.5%;
    right: 16%;
}
.tienich-img-box:nth-child(9) .box-image {
    transform: rotate(-153deg);
}
.tienich-img-box:nth-child(9) .box-image > div {
    transform: rotate(153deg) scale(1.1);
}
.tienich-img-box:nth-child(9) .box-text .box-text-inner {
    top: 104%;
    left: 71%;
    border-top: 1px solid #c5ad75;
    border-bottom: 0;
    padding: 0 3px 0 10px;
}
.tienich-img-box:nth-child(9) .box-text .box-text-inner:after {
    left: 0px;
    transform: rotate(236deg) !important;
    bottom: auto;
    top: 0px;
}

.tienich-img-box:nth-child(10):after {
    content: "10";
    top: 65%;
    right: 19%;
}
.tienich-img-box:nth-child(10) {
    top: 57.8%;
    right: -1.8%;
}
.tienich-img-box:nth-child(10) .box-image {
    transform: rotate(-183deg);
}
.tienich-img-box:nth-child(10) .box-image > div {
    transform: rotate(183deg) scale(1.1);
}
.tienich-img-box:nth-child(10) .box-text .box-text-inner {
    top: 90%;
    left: 102%;
    border-top: 1px solid #c5ad75;
    border-bottom: 0;
    padding: 0 3px 0 10px;
}
.tienich-img-box:nth-child(10) .box-text .box-text-inner:after {
    left: 0;
    transform: rotate(203deg) !important;
    bottom: auto;
    top: 0;
}

.home-sec4 .img-bg {
    right: 0;
    top: 25%;
    width: 56% !important;
}
.tienich-text > .col-inner {
    padding-left: 66px;
    text-align: justify;
}

.tienich-number {
    text-align: center;
    font-size: 36px;
    color: #6f1707;
    position: absolute;
    top: 17%;
    left: 40%;
    pointer-events: none;
}
.tienich-number strong.number {
    color: #ed1c24;
    font-size: 500%;
    line-height: 1;
}
.tienich-number strong.number sup {
    font-size: 50%;
}
.tienich-number p {
    margin: 0;
}

.home-sec4{
    padding-bottom: 0 !important;
}

.slider-maunha .box-image {
    border-radius: 15px;
}

.slider-maunha .box-text h3 {
    color: #231f20;
    text-transform: uppercase !important;
}
.slider-maunha .box-text {
    padding: 0;
}
.slider-maunha .box-image {
    margin-bottom: 28px;
}
.button-arrow svg, .button-arrow path {
    fill: currentColor;
}
.button-arrow {
    width: 30px;
    height: 30px;
    background: #ed1c24;
    color: #fff;
    padding: 7px 10px;
    border-radius: 50%;
    transform: rotate(90deg);
    line-height: 1;
    position: absolute;
    top: -45px;
    left: 50%;
    margin-left: -15px !important;
}
.flickity-prev-next-button {
    opacity: 1;
    color: #fff;
}
.slider-maunha .flickity-prev-next-button {
    top: 25%;
}

.slider-maunha-enable .col:nth-child(odd) {
    margin-bottom: 30px;
}
.slider-maunha-enable .col:nth-child(even) {
    margin-top: 30px;
}

.post-item h3.post-title a {
    color: #231f20;
    max-height: 43px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.post-item h3.post-title {
    margin-bottom: 10px;
}
.post-item .post-meta,
.post-item .post-meta a{
    font-size: 14px;
    color: #7a1502;
}
.post-item .post-meta a:hover{
    color: #ed1c24;
}
span.post-meta-date:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #7a1502;
    top: 2px;
    right: 0;
    position: absolute;
}
span.post-meta-date {
    position: relative;
    padding-right: 10px;
    margin-right: 7px;
}

.menu-button {
    flex-direction: row;
    justify-content: flex-end;
    gap: 20px;
}
.menu-button .ux-menu-link__link {
    display: block;
    padding: 10px 25px !important;
    color: #231f20;
    font-weight: 500;
    border: 1px solid #231f20;
    border-radius: 25px;
}
.menu-button .active-item a,
.menu-button a:hover{
    background: #ed1c24;
    border-color: #ed1c24;
    color: #fff !important;
}
.home-tintuc .col.post-item {
    padding-bottom: 0;
}

.slider .flickity-prev-next-button:hover .arrow, .slider .flickity-prev-next-button:hover svg{
    fill: #ed1c24;
}

.col.post-item .shade {
    background: linear-gradient(0deg, #dd9933 0, rgba(50, 50, 50, 0) 100%);
}
.col.post-item .box:hover .shade {
    opacity: 1;
}
.col.post-item .box-overlay.dark .box-text,
.col.post-item .box-shade.dark .box-text {
    text-shadow: none !important;
}
.col.post-item .box-shade.dark .box-text {
    transform: translate(0, 120%);
}
.col.post-item .box-shade.dark.box:hover .box-text {
    transform: translate(0, 0);
}
.home-thuvien .image-cover {
    height: 432px;
    padding-top: 0 !important;
    border-radius: 15px;

}
.home-thuvien .flickity-slider > .col:nth-child(1) {
    flex-basis: 50%;
    max-width: 50%;
}
.home-thuvien .flickity-prev-next-button {
    top: 50%;
    bottom: unset;
    margin-top: -20px !important;
}

.slider-carousel  > .carousel-container > .carousel-item > .col{
    padding: 0 !important;
}
.slider-carousel {
    --carousel-height: 528px;
    --carousel-width: 1000px;
    --carousel-item-height: 264px;
    --carousel-item-width: 528px;
    width: 100%;
    position: relative;
}
.carousel-item-h{
    height: var(--carousel-height);
}
.carousel-pagination {
    display: none;
}
.slider-carousel  > .carousel-container{
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: var(--carousel-width);
    position: relative;
}
.slider-carousel  > .carousel-container > .carousel-item {
    height: var(--carousel-item-height);
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    width: var(--carousel-item-width);
    z-index: 0;
    left: 0;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    overflow: hidden;
}

.slider-carousel  > .carousel-container > .carousel-item:not(.carousel-item-1):not(.carousel-item-2):not(.carousel-item-3):not(.carousel-item-4):not(.carousel-item-5){
    pointer-events: none;
}

.slider-carousel  > .carousel-container > .carousel-item.carousel-item-1,
.slider-carousel  > .carousel-container > .carousel-item.carousel-item-3 {
    height: calc(var(--carousel-item-height) * 1.5);
    opacity: 1;
    width: calc(var(--carousel-item-width) * 1.5);
    z-index: 1;
}

.slider-carousel  > .carousel-container > .carousel-item.carousel-item-1 {
    left: 30%;
}

.slider-carousel  > .carousel-container > .carousel-item.carousel-item-2 {
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    height: calc(var(--carousel-item-height) * 2);
    opacity: 1;
    left: 50%;
    width: calc(var(--carousel-item-width) * 2);
    z-index: 2;
}

.slider-carousel > .carousel-container > .carousel-item.carousel-item-3 {
    left: 70%;
}
.slider-carousel > .carousel-container > .carousel-item.carousel-item-1:after, .slider-carousel > .carousel-container > .carousel-item.carousel-item-3:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000075;
}

button.carousel-control {
    color: #d6d5d1;
    margin: 0;
    min-height: auto;
    border: 0;
    width: 25px;
    height: 50px;
    padding: 0;
    line-height: 50px;
}
button.carousel-control:hover{
    color: #ed1c24;
}
button.carousel-control span {
    height: 50px;
    display: flex;
    align-content: center;
    align-items: center;
}
button.carousel-control svg {
    fill: currentColor;
    width: 25px;
    height: 25px;
}
button.carousel-control.carousel-control-play {
    display: none;
}
button.carousel-control.carousel-control-previous,
button.carousel-control.carousel-control-next{
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -40px;
}
button.carousel-control.carousel-control-next{
    left: unset;
    right: -40px;
}
.slider-carousel .video-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider-carousel .video-button-wrapper a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
    border: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #ed1c24;
    background: transparent !important;
}

.absolute-footer {
    display: none !important;
}

strong.section-title.section-title-center {
    font-size: 55px;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
strong.section-title.section-title-center span {
    text-transform: none;
}
strong.section-title.section-title-center b {
    background: transparent url(images/title-arrow-left.png) right center no-repeat;
    height: 11px;
    opacity: 1;
    background-size: 100% auto;
}
strong.section-title.section-title-center b:nth-child(3) {
    background: transparent url(images/title-arrow-right.png) left center no-repeat;
    height: 11px;
    opacity: 1;
    background-size: 100% auto;
}
.footer-right p {
    margin: 0;
}
.container.section-title-container.footer-title {
    margin-bottom: 30px;
}
.footer-right .wpcf7 {
    padding: 100px 50px 20px 50px;
    margin-top: -100px;
    border-bottom: 1px solid #000;
}
.footer-right .wpcf7:before,
.footer-right .wpcf7:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: transparent url("images/border-arrow.png") center top no-repeat;
    background-size: auto 100%;
}
.footer-right .wpcf7:after{
    left: auto;
    right: 0;
}
.wpcf7 .wpcf7-text {
    background: transparent !important;
    box-shadow: none !important;
    border: 0;
    padding: 10px 0;
    border-bottom: 1px solid #beae8e;
    border-radius: 0 !important;
    font-size: 16px;
}
.wpcf7 .wpcf7-submit {
    background: #ed1c24 !important;
    height: 50px;
    font-size: 16px;
    font-weight: 400 !important;
    border-radius: 25px !important;
    padding: 0 40px;
    margin: 0;
}
span.wpcf7-spinner {
    display: none;
}

.footer-bottom {
    border-top: 1px solid #d1b586;
    padding-top: 20px;
}
.footer-section {
    padding: 80px 0 0 !important;
}
.footer-wrapper a {
    color: #ed1c24;
}

.list-contact ul,
.box-location ul{
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.list-contact ul li,
.box-location ul li {
    padding: 0 0 0 25px;
    margin: 0 0 10px;
    position: relative;
}

.marker-icon:before,
.box-location ul li:before {
    content: "";
    width: 17px;
    height: 17px;
    background: url(images/maps-and-flags.svg) center center no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
    background-size: 17px 17px;
}

.phone-icon:before {
    content: "";
    width: 17px;
    height: 17px;
    background: url(images/cell-phone.svg) center center no-repeat;
    position: absolute;
    top: 3px;
    left: 0;
    background-size: 17px 17px;
}
.wpcf7-response-output {
    margin: 20px 0 0 !important;
}
.footer-section img.alignnone.size-full {
    margin: 0 0 20px 0;
}
.footer-section p {
    margin-bottom: 10px;
}

.tienich-full-desc {
    display: none !important;
}
/*.tienich-full-desc {
    color: #231f20;
    background: #fff;
    border: 1px solid #ed1c24;
    border-radius: 15px;
    padding: 20px;
    text-align: left;
    white-space: normal;
    width: 390px;
    position: absolute;
    top: -12px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    font-weight: 400;
}
.item-hover .tienich-full-desc {
    opacity: 1;
    height: auto;
    visibility: visible;
}
.tienich-img-box:nth-child(3).item-hover .tienich-full-desc,
.tienich-img-box:nth-child(4).item-hover .tienich-full-desc,
.tienich-img-box:nth-child(5).item-hover .tienich-full-desc,
.tienich-img-box:nth-child(6).item-hover .tienich-full-desc{
    bottom: -35px;
    top: auto;
    right: 0;
    left: auto;
}
.tienich-img-box:nth-child(7).item-hover .tienich-full-desc{
    top: 0;
    right: 0;
    left: auto;
}
.tienich-img-box:nth-child(8).item-hover .tienich-full-desc{
    top: -35px;
    right: 0;
    left: auto;
}
.tienich-img-box:nth-child(9).item-hover .tienich-full-desc,
.tienich-img-box:nth-child(10).item-hover .tienich-full-desc{
    top: -30px;
}*/

.scroll-to-bullets {
    display: none;
}

.custom-scroll-to-bullets {
    max-height: 100vh;
    overflow: hidden;
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.custom-scroll-to-bullets a {
    display: block;
    font-size: 14px;
    position: relative;
    padding: 5px 0 5px 15px;
    color: #fff;
    text-shadow: 0px 2px 4px rgba(66, 68, 90, 1);
}
.custom-scroll-to-bullets a:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
}
.custom-scroll-to-bullets a.active:before {
    background: #ed1c24;
    border-color: #ed1c24;
}

.icon-search:before {
    content: "";
    width: 19px;
    height: 19px;
    display: block;
    background: url(images/search.svg) no-repeat center center;
    background-size: 19px 19px;
}

.tooltipster-base.tienich-tooltip {
    --tooltip-color: #000;
    --tooltip-bg-color: var(--primary-color);
    max-width: 350px;
}
.tooltipster-sidetip.tooltipster-default.tienich-tooltip .tooltipster-box {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid var(--primary-color);
}
.tooltipster-base.tienich-tooltip .tooltipster-content{
    padding: 20px;
}
.tooltipster-content p {
    margin-bottom: 10px;
}
.tooltipster-content p:last-child {
    margin-bottom: 0;
}

.home-banner .page-header-wrapper {
    position: absolute !important;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 3;
}
.home-banner .page-header-wrapper h1.entry-title {
    font-size: 60px;
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-transform: capitalize;
}
.rank-math-breadcrumb {
    text-transform: none;
}
.rank-math-breadcrumb .last {
    color: #ed1c24;
    font-weight: 400;
}
.breadcrumbs .divider, .breadcrumbs .separator {
    margin: 0 1em;
}
.tongquan-sec1 .col-fleft > .col-inner {
    min-height: 500px;
    height: 80vh;
}
.img-radius-style .img-inner {
    border-radius: 0 160px;
    border-bottom: 6px solid var(--primary-color);
}
.icon-mid .icon-box.featured-box.icon-box-left.text-left {
    align-items: center;
}
.text img.alignnone.size-full {
    margin-bottom: 10px;
}
.home-sec3 .section-content.relative > * {
    z-index: 2;
    position: relative;
}
.img-bg-map {
    position: absolute !important;
    bottom: 0;
    z-index: 1 !important;
    left: 0;
    right: 0;
    pointer-events: none;
}

.lienketvung-sec2 {
    margin-top: -150px !important;
}

.blog-archive .large-columns-3 .col.post-item:not(:nth-child(1)) p.from_the_blog_excerpt {
    display: none;
}

.menu_cat_page ul li {
    border: 0 !important;
    float: left;
    margin: 0 20px 10px 0;
}

.menu_cat_page ul li a {
    display: block;
    padding: 10px 25px !important;
    color: #231f20;
    font-weight: 500;
    border: 1px solid #231f20;
    border-radius: 25px;
}

.menu_cat_page ul li.current-menu-item a,
.menu_cat_page ul li a:hover{
    background: #ed1c24;
    border-color: #ed1c24;
    color: #fff !important;
}

.load-more-posts-wrap {
    text-align: center;
}
div#post-list .nav-pagination {
    display: none;
}
button#load-more-posts {
    padding: 10px 25px !important;
    color: #231f20;
    font-weight: 500;
    border: 1px solid #231f20;
    border-radius: 25px;
    min-height: auto;
    margin: 0;
    line-height: 1.5;
}
button#load-more-posts:hover{
    background: var(--primary-color, #ed1c24);
    border-color: var(--primary-color, #ed1c24);
    color: #fff !important;
}

.video-gallery .box-text {
    font-size: 100%;
    padding-bottom: 0;
}
.video-gallery .box-text .box-text-inner {
    color: #831605;
}

.sec-bg1 {
    background: url("/wp-content/uploads/2025/06/Vector-Smart-Object.png");
    background-size: 100% auto;
    background-repeat: repeat-y;
}

.video-gallery a[href*="youtu"] .image-cover:after {
    content: "";
    width: 32px;
    height: 36px;
    background: url("images/play-button.png") center center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -18px;
}
.video-gallery .box-image {
    border-radius: 10px;
}

.slider-tienichnoikhu .col {
    flex-basis: 50%;
    max-width: 50%;
}
.slider-tienichnoikhu .col .hide_info{
    transition: all .3s linear;
}
.slider-tienichnoikhu .flickity-slider .col:not(.center-slide) .hide_info {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.slider-tienichnoikhu .flickity-slider > .col > .col-inner > .img > .img-inner {
    border-radius: 25px;
    overflow: hidden;
}
.hide_info {
    max-width: 80%;
}
.hide_info a.button.btn-style2 {
    margin: 0 auto !important;
    border: 0;
    border-radius: 25px 0;
    padding: 5px 30px;
    width: 100%;
    max-width: 60%;
}
.slider-tienichnoikhu {
    width: 100%;
    overflow: hidden;
}
.slider-tienichnoikhu .flickity-slider > * {
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 100%;
    display: block;
    transform-style: preserve-3d;
}
.slider-tienichnoikhu .prev-slide {
    transform: perspective(1000px) rotateY(8deg) scale(.9)  translateX(10%);
    opacity: 0.8;
    z-index: 1;
}
.slider-tienichnoikhu .next-slide {
    transform: perspective(1000px) rotateY(-8deg) scale(.9) translateX(-10%);
    opacity: 0.8;
    z-index: 1;
}
.slider-tienichnoikhu .center-slide {
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
    z-index: 2;
}
.sec-tienichnoikhu:before {
    height: 350px;
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #dd993330;
}

.tienich_title {
    font-size: 36px;
}
.tienich_title .playfair-display-500 strong {
    font-size: 120px;
    line-height: 1;
}
.tienich_title p {
    margin: 0 !important;
    line-height: 1.2;
}
.tienich_title .playfair-display-500 {
    position: relative;
    top: -39px;
}

.tienich_list_full ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    counter-reset: my-counter;
    font-weight: 500;
}
.tienich_list_full ul li {
    margin: 0 3% 8px 0;
    padding: 0 0 8px 32px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    flex-basis: 31.333%;
    max-width: 31.333%;
}

.tienich_list_full ul li:nth-child(3n+3) {
    margin-right: 0;
}
.tienich_list_full ul li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
}
.tienich_list_full ul li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    width: 24px;
    height: 24px;
    position: absolute;
    background: #6f1707;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    line-height: 24px;
    top: 0;
    left: 0;
}
.tienich_list_full ul li:hover:before{
    background: var(--primary-color, #ed1c24);
}

.slider-tienichnoikhu .flickity-prev-next-button svg {
    background: #00000085;
    border-radius: 50%;
    padding: 10px;
}
.slider-tienichnoikhu .flickity-prev-next-button.previous {
    left: 23%;
}
.slider-tienichnoikhu .flickity-prev-next-button.next {
    right: 23%;
}
.slider-tienichnoikhu .flickity-prev-next-button {
    bottom: unset;
}

ul.nav.nav-pills li {
    margin: 0 10px 10px;
}
ul.nav.nav-pills li a {
    display: block;
    padding: 10px 25px !important;
    color: #6f1707;
    font-weight: 500;
    border: 1px solid #6f1707;
    border-radius: 25px;
    font-size: 100%;
    line-height: 1.3;
}
ul.nav.nav-pills li.active a {
    border-color: #ed1c24;
    color: #fff;
}
.devvn_thuvienanh_action {
    text-align: center;
}

.thuvien_item a{
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    height: 350px;
    border-radius: 20px;
}
.thuvien_item a img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    transition: all .3s linear;
}

.load-more-images {
    border: 1px solid #000;
    color: #000;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    border-radius: 25px;
    background: #fff !important;
    padding: 0 50px;
    margin: 0;
    min-height: auto;
}
.load-more-images:hover{
    background: var(--primary-color, #ed1c24) !important;
    border-color: var(--primary-color, #ed1c24);
    color: #fff;
}
.devvn_thuvienanh_list {
    margin-bottom: 30px;
}
.devvn_thuvienanh_list {
    margin-left: -10px;
    margin-right: -10px;
}
.devvn_thuvienanh_list:after{
    content: "";
    display: table;
    clear: both;
}
.devvn_thuvienanh_list .thuvien_item {
    width: 25%;
    padding: 0 10px 20px;
    float: left;
}
.devvn_thuvienanh_list .thuvien_item:nth-child(1),
.devvn_thuvienanh_list .thuvien_item:nth-child(6n),
.devvn_thuvienanh_list .thuvien_item:nth-child(6n + 1){
    width: 50%;
}
.thuvien_item a:hover img {
    transform: scale(1.2);
}

.mfp-thuvien-gallery button.mfp-arrow:after {
    content: "";
    width: 20px;
    height: 20px;
    border: 0;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    display: block;
    border-radius: 2px;
    transform: rotate(-45deg);
}
.mfp-thuvien-gallery button.mfp-arrow.mfp-arrow-right:after {
    transform: rotate(135deg);
}
.mfp-thuvien-gallery button.mfp-arrow.mfp-arrow-right {
    padding-left: 5px;
}

.sec-bg2:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dd99333b;
    position: absolute;
    pointer-events: none;
}
.maunha-list-style ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.maunha-list-style ul li {
    margin: 0 0 8px;
    padding: 0 0 8px;
    border-bottom: 1px solid #cccccc63;
}
.maunha-list-style ul li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.maunha-imgbox .col-inner {
    overflow: hidden;
}


.maunha-img-box p {
    margin-bottom: 10px;
}

.slider-nav-push:not(.slider-nav-reveal).slider-maunha .flickity-prev-next-button {
    margin-top: unset;
}

.f-thumbs__slide__button{
    max-width: unset !important;
}

.fancybox__content,
.is-modern .f-thumbs__slide,
.is-modern.is-resting .f-thumbs__slide__button{
    background-color: #fff !important;
}

.map_tongthe_zone {
    position: relative;
}

.button_change_layout {
    position: absolute;
    z-index: 2;
    top: 35%;
    left: 19%;
}
.button_change_layout button {
    border: 0;
    min-height: auto;
    margin: 0 10px 10px 0;
    background: #7a1502;
    border-radius: 5px;
    color: #fff;
}
.button_change_layout button[data-imp-change-artboard="tongthe"] {
    background-color: #ed1c24;
}

@media (max-width: 1020px){
    .button_change_layout {
        left: 3%;
    }
}
@media (max-width: 715px){
    .button_change_layout {
        position: relative;
        padding: 30px 0 20px;
        text-align: center;
        left: 0;
    }
}

@media (min-width: 1270px) {
    .lienket-icon-left .lienket-box.stack-row>*~* {
        margin-left: 0 !important;
        margin-right: 1.5rem !important;
        text-align: right;
    }
    .lienket-icon-left .lienket-box .lienket-number {
        order: 2;
    }

    .lienket-box.stack-row .text {
        position: relative;
        min-height: 37px;
    }
    .lienket-box.stack-row .text p {
        position: absolute;
        right: 0;
        white-space: nowrap;
    }
    .lienket-icon-right .lienket-box.stack-row .text p{
        left: 0;
        right: auto;
    }

    .lienket-icon-left .col-inner .lienket-box:nth-child(1) {
        transform: translate3d(25%, -40%, 0);
    }
    .lienket-icon-left .col-inner .lienket-box:nth-child(2) {
        transform: translate3d(2%, -28%, 0);
    }
    .lienket-icon-left .col-inner .lienket-box:nth-child(4) {
        transform: translate3d(10%, 10%, 0);
    }
    .lienket-icon-left .col-inner .lienket-box:nth-child(5) {
        transform: translate3d(35%, 0, 0);
    }

    .lienket-icon-right .col-inner .lienket-box:nth-child(1) {
        transform: translate3d(-25%, -40%, 0);
    }
    .lienket-icon-right .col-inner .lienket-box:nth-child(2) {
        transform: translate3d(-2%, -28%, 0);
    }
    .lienket-icon-right .col-inner .lienket-box:nth-child(4) {
        transform: translate3d(-10%, 10%, 0);
    }
    .lienket-icon-right .col-inner .lienket-box:nth-child(5) {
        transform: translate3d(-35%, 0, 0);
    }
}
@media (max-width: 1560px) {
    .custom-scroll-to-bullets {
        display: none;
    }
    .tienich-img-box:nth-child(5) .box-text .box-text-inner {
        width: 132px;
        white-space: normal;
        top: auto;
        bottom: 81%;
    }
    .tienich-img-box:nth-child(6) .box-text .box-text-inner {
        width: 132px;
        white-space: normal;
        top: auto;
        bottom: 19%;
    }
    .tienich-img-box:nth-child(7) .box-text .box-text-inner {
        width: 132px;
        white-space: normal;
        top: auto;
        bottom: 8%;
    }
}
@media (max-width: 1269px) {
    h2.section-title.section-title-normal, h2.section-title.section-title-center {
        font-size: 42px;
    }
    .tienich-box > .col-inner {
        transform: translate(50px, 0);
    }
    .tienich-img-box .box-text .box-text-inner {
        font-size: 14px;
    }
    .tienich-img-box:nth-child(5) .box-text .box-text-inner {
        width: 116px;
    }
    .tienich-img-box:nth-child(4) .box-text .box-text-inner {
        width: 155px;
        white-space: normal;
        top: auto;
        bottom: 88%;
    }
    .tienich-img-box:nth-child(6) .box-text .box-text-inner {
        width: 103px;
    }
    .slider-carousel {
        --carousel-height: 388px;
        --carousel-width: 635px;
        --carousel-item-height: 188px;
        --carousel-item-width: 380px;
    }
}
@media (max-width: 1080px) {
    .tienich-number {
        font-size: 25px;
    }
    .tienich-text > .col-inner {
        max-height: 182px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    h2.section-title.section-title-normal, h2.section-title.section-title-center {
        font-size: 35px;
    }

    .header-nav.header-nav-main a {
        font-size: 12px;
    }
    .header-nav.header-nav-main a img {
        width: 30px;
        height: 30px;
    }
    .header-nav.header-nav-main > li {
        margin: 0 5px;
    }
    .header-nav.header-nav-main a {
        gap: 3px;
    }
    .hide_info{
        max-width: 100%;
    }
    .slider-tienichnoikhu .flickity-slider .col {
        flex-basis: 90%;
        max-width: 90%;
    }
    .slider-tienichnoikhu .flickity-prev-next-button.previous {
        left: 2%;
    }
    .slider-tienichnoikhu .flickity-prev-next-button.next {
        right: 2%;
    }
    .slider-tienichnoikhu .flickity-prev-next-button {
        bottom: unset;
    }

}
@media (min-width: 850px) and (max-width: 1270px){
    .lienket-icon-mid {
        display: none;
    }
    .lienket-icon-left, .lienket-icon-right {
        flex-basis: 50% !important;
        max-width: 50% !important;
    }
}
@media (min-width: 850px) {
    .home-sec3 > .section-content.relative > .row > .col:nth-child(4) {
        order: 5;
    }
    .slider-maunha-enable .col {
        flex-basis: 20% !important;
        max-width: 20% !important;
        padding-bottom: 0 !important;
    }

    .blog-archive .large-columns-3 .col.post-item:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
    }

    .blog-archive .large-columns-3 .col.post-item:nth-child(1) .box.box-text-bottom.box-blog-post {
        display: flex;
        align-items: center;
    }
    .blog-archive .large-columns-3 .col.post-item:nth-child(1) .box.box-text-bottom.box-blog-post .box-image {
        width: 60%;
        padding: 0 30px 0 0;
    }
    .blog-archive .large-columns-3 .col.post-item:nth-child(1) .box.box-text-bottom.box-blog-post .box-text.text-left {
        width: 40%;
        padding: 0;
    }

    .maunha-imgbox .col-inner .img {
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .maunha-imgbox .col-inner .img,
    .maunha-imgbox .col-inner .img a,
    .maunha-imgbox .col-inner .img .img-inner {
        position: absolute;
        height: 100%;
        width: 100% !important;
    }
    .maunha-imgbox .col-inner .img .img-inner img{
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        top: 0;
        position: absolute;
        object-position: 50% 50%;
        object-fit: cover;
    }
}
@media (max-width: 849px) {
    .home-banner-shadow > .col > .col-inner:before {
        content: "";
        position: absolute !important;
        left: 0;
        right: 0;
        top: 0;
        height: 15%;
        background: rgb(0, 0, 0);
        background: linear-gradient(180deg, rgb(0 0 0 / 35%) 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
    }

    div#masthead ul.mobile-nav.nav.nav-left li:nth-child(1) {
        display: none;
    }
    div#masthead ul.mobile-nav.nav.nav-left li:nth-child(2) a img {
        width: 35px;
        height: 35px;
    }
    div#masthead ul.mobile-nav.nav.nav-left li:nth-child(2) a {
        width: 35px;
        height: 35px;
        overflow: hidden;
        display: block;
        margin: 0;
        padding: 0;
        line-height: 1;
    }
    ul.mobile-nav.nav.nav-right a {
        color: #fff;
        outline: none;
    }
    .col-fleft > .col-inner > .img,
    .col-fleft > .col-inner > .img .img-inner {
        position: relative;
        height: 250px !important;
        margin-bottom: 20px;
    }
    .col-fleft > .col-inner{
        margin-left: -15px !important;
        width: 100vw;
        margin-bottom: -20px;
        border-top-right-radius: 0;
        overflow: hidden;
    }
    .col-fright > .col-inner {
        margin-right: -15px !important;
        width: 100vw;
        margin-left: -15px !important;
    }
    .home-section1 {
        padding-top: 0 !important;
    }

    .lienket-number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }
    .lienket-number:before {
        width: 40px;
        height: 40px;
        left: -5px;
        top: -5px;
    }
    .lienket-box {
        font-weight: 500;
        font-size: 15px;
        margin-bottom: 20px;
    }
    .lienket-icon-mid {
        flex-basis: 50%;
        max-width: 50%;
    }

    .tienich-img-box .box-text .box-text-inner {
        display: none;
    }
    .tienich-box > .col-inner {
        transform: translate(0, 0);
    }
    .tienich-text > .col-inner {
        padding-left: 30px;
    }
    .tienich-number {
        font-size: 16px;
    }
    .tienich-img-box:after {
        font-size: 14px;
        line-height: 20px;
        width: 22px;
        height: 22px;
        border: 1px solid #fff;
    }
    .tienich-text > .col-inner {
        max-height: 290px;
        font-size: 14px;
    }

    .menu-button {
        justify-content: unset;
    }

    .home-tintuc-title,
    .home-thuvien-title{
        padding-bottom: 0;
    }
    .home-tintuc .col.post-item {
        flex-basis: 230px;
        max-width: 230px;
    }

    .menu-button .ux-menu-link__link {
        font-size: 14px;
        padding: 5px 15px !important;
        min-height: auto;
        line-height: 1.3;
    }
    .menu-button {
        gap: 10px;
    }
    .home-thuvien .image-cover {
        height: 260px;
    }

    .slider-carousel {
        --carousel-height: 172px;
        --carousel-width: 246px;
        --carousel-item-height: 106px;
        --carousel-item-width: 246px;
    }
    .slider-carousel > .carousel-container {
        max-width: 71%;
    }
    button.carousel-control.carousel-control-previous, button.carousel-control.carousel-control-next {
        left: 0;
    }
    button.carousel-control.carousel-control-next {
        left: unset;
        right: 0;
    }
    .csbh-row h3 {
        font-size: 14px;
    }
    .csbh-row .box-image {
        width: 100% !important;
    }


}
@media (max-width: 767px){
    .tienich_list_full ul li {
        flex-basis: 48.5%;
        max-width: 48.5%;
    }
    .tienich_list_full ul li:nth-child(3n+3){
        margin: 0 3% 8px 0;
    }
    .tienich_list_full ul li:nth-child(2n+2){
        margin-right: 0;
    }
    .devvn_thuvienanh_list .thuvien_item {
        width: 50%;
    }
}
@media (max-width: 549px) {
    .transparent #logo img {
        max-height: 68px !important;
    }
    .banner-img {
        width: 40px !important;
        left: 10px;
    }
    .banner-social a {
        margin: 0 10px 0 0 !important;
    }

    .banner-social {
        bottom: 5px;
        right: 10px;
        font-size: 10px;
    }

    body.home .banner-img-box .image-cover{
        height: 380px !important;
        min-height: 380px;
    }
    .banner-text {
        font-size: 23px;
        bottom: 10px;
    }
    .banner-sub-text {
        font-size: 23px;
        bottom: 40px;
    }
    body:not(.home) .banner-img-box .image-cover{
        height: 60vh !important;
        min-height: 380px;
    }


    h2.section-title.section-title-normal, h2.section-title.section-title-center {
        font-size: 28px;
    }
    .sec2-sub-title {
        font-size: 18px;
    }
    .home-banner .page-header-wrapper h1.entry-title {
        font-size: 38px;
    }
    .breadcrumbs .divider, .breadcrumbs .separator {
        margin: 0 .5em;
    }
    .rank-math-breadcrumb {
        font-size: 14px;
    }
    .lienket-box > .text {
        --stack-gap: 0 !important;
        min-height: 48px;
    }
    .lienket-box {
        display: flex;
        flex-direction: column;
        gap: 10px !important;
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }

    .tienich-box > .col-inner {
        width: 120%;
        padding-top: 120%;
        transform: translate(-14%, 0);
    }
    .tienich-number {
        font-size: 6vw;
        top: 17%;
    }
    .tienich-text > .col-inner {
        padding-left: 0;
    }
    .slider-maunha-enable .col,
    .home-thuvien .flickity-slider > .col:nth-child(1),
    .home-tintuc .col.post-item{
        width: 230px;
        flex-basis: 230px;
        max-width: 230px;
    }
    .slider-maunha-enable .col:nth-child(even) {
        margin-top: 0;
    }
    .slider-maunha-enable .col:nth-child(odd) {
        margin-bottom: 0;
    }
    .home-maunha-title{
        padding-bottom: 0;
    }
    .menu-button .ux-menu-link__link {
        font-size: 14px;
        padding: 5px 5px !important;
        min-height: auto;
        line-height: 1.3;
        border-radius: 10px;
        text-align: center;
    }
    .menu-button {
        gap: 5px;
    }
    .slider-carousel {
        --carousel-height: 108px;
        --carousel-width: 143px;
        --carousel-item-height: 70px;
        --carousel-item-width: 143px;
    }
    .slider-carousel > .carousel-container > .carousel-item {
        border-radius: 10px;
    }
    strong.section-title.section-title-center {
        font-size: 32px;
    }
    .container.section-title-container.footer-title {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .footer-right .wpcf7 {
        padding: 50px 20px 10px 20px;
        margin-top: -50px;
    }

    .hide_info a.button.btn-style2 {
        max-width: 100%;
    }
    .tienich_title {
        font-size: 23px;
    }
    .tienich_title .playfair-display-500 strong {
        font-size: 90px;
    }
    .tienich_list_full ul li {
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0 !important;
    }
    .thuvien_item a {
        height: 150px;
    }
    .devvn_thuvienanh_list .thuvien_item {
        padding: 0 5px 10px;
    }
    .devvn_thuvienanh_list {
        margin-left: -5px;
        margin-right: -5px;
    }
}
@media (min-width: 1080px){
    .banner-sub-text {
        top: 15%;
        left: 0;
    }
    .banner-text {
        top: 20%;
        left: 0;
    }
}
@media (min-width: 1215px){
    .banner-sub-text {
        top: 15%;
        left: 15%;
    }
    .banner-text {
        top: 20%;
        left: 15%;
    }
}
@media (min-width: 1660px){
    .banner-sub-text {
        top: 15%;
        left: 20%;
    }
    .banner-text {
        top: 20%;
        left: 20%;
    }
}

.echbay-sms-messenger div.phonering-alo-messenger {
	background-color:#e60f1e
}

.echbay-sms-messenger {
	width:60px
}
.echbay-sms-messenger a {
	line-height:60px;
        color: transparent;
display:block;
}
.echbay-sms-messenger {
	display:block
}
.echbay-sms-messenger div.phonering-alo-zalo {
	display: block
}

.echbay-sms-messenger div.phonering-alo-alo {
    background-image: url(images/view360.png);
}

.echbay-sms-messenger div {
    margin: 14px 0;
    background: #0084FF center no-repeat;
    background-size: 70%;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}
 
.echbay-sms-messenger {
    text-align: center;
    right:20px;
    position: fixed;
    bottom: 80px;
    z-index: 999;
}