@charset "UTF-8";

@font-face {
    font-family: 'SVN-GilroyB';
    src: url('../fonts/all_font/SVN-GilroyBold.html') format('woff2'),
        url('../fonts/all_font/SVN-GilroyBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gilroy';
    src: url('../fonts/all_font/SVN-Gilroy.html') format('woff2'),
        url('../fonts/all_font/SVN-Gilroy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-GilroyL';
    src: url('../fonts/all_font/SVN-GilroyLight.html') format('woff2'),
        url('../fonts/all_font/SVN-GilroyLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-GilroyM';
    src: url('../fonts/all_font/SVN-GilroyMedium.html') format('woff2'),
        url('../fonts/all_font/SVN-GilroyMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-GilroyH';
    src: url('../fonts/all_font/SVN-GilroyHeavy.html') format('woff2'),
        url('../fonts/all_font/SVN-GilroyHeavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-display: block;
    font-family: 'MontserratBold';
    src: url('../fonts/all_font/MontserratBold.eot');
    src: url('../fonts/all_font/MontserratBoldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/MontserratBold.woff') format('woff'), url('../fonts/all_font/MontserratBold.ttf') format('truetype'), url('../fonts/all_font/MontserratBold.svg#MontserratBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'MontserratRegular';
    src: url('../fonts/all_font/MontserratRegular.eot');
    src: url('../fonts/all_font/MontserratRegulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/MontserratRegular.woff') format('woff'), url('../fonts/all_font/MontserratRegular.ttf') format('truetype'), url('../fonts/all_font/MontserratRegular.svg#MontserratRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: block;
    font-family: 'Montserrat-Black';
    src: url('../fonts/all_font/Montserrat-Black.eot');
    src: url('../fonts/all_font/Montserrat-Blackd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/all_font/Montserrat-Black.woff') format('woff'), url('../fonts/all_font/Montserrat-Black.ttf') format('truetype'), url('../fonts/all_font/Montserrat-Black.svg#Montserrat-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --font:'MontserratRegular';
    --fontB:'MontserratBold';
    --fontTitle:'Montserrat-Black';
    --fontSVNG: 'SVN-Gilroy';
    --fontSVNGB: 'SVN-GilroyB';
    --fontSVNGL: 'SVN-GilroyL';
    --fontSVNGM:  'SVN-GilroyM';
    --fontSVNGH: 'SVN-GilroyH';
    --colormain: #000;
    --colormainhv: #C59B6B;
    --bgmain:#C59B6B;
    --bgmainhv: #935A3F;
    --bgbtntienich: #C59B6B;
    --container: 1200;
    --color-static: #C59B6B;
    --color-static2: #EAAA8F;
    --color-static3: #935A3F;
    --color-white: #ffffff;
    --color-dark: #1E1E1E;
    --color-background: #000000;
    --bg1-gradient: linear-gradient(117deg, #EAAA8F 10%, #ad4717 93.33%);
    --bg2-gradient: linear-gradient(117deg, #C5927D 10%, #A96D55 34.58%, #C48B78 65.83%, #ad4717 93.33%);
    --bg3-gradient: linear-gradient(to bottom, #ffd9c9, #a63e0c);
}
.opacity-0 {
    opacity: 0;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

body {
    font-family: var(--font) ,Arial;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
    margin: 0 auto;
    background: #000;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

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

::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c3c3c3;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-resizer {
    background-color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: normal;
    /* margin: 0; */
    padding: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
    width: 100% !important;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

#bandoiframe iframe {
    width: 100% !important;
    height: 500px !important;!i;!;
}

.grecaptcha-badge {
    right: 100% !important;
}

.video_iframe iframe {
    height: 275px !important;
    margin: 0;
    line-height: initial;
    width: 100% !important;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 0px 2px 0px #dc3545;
}

#popup-notify-label {
    text-align: center;
    text-transform: capitalize;
    font: 30px var(--fontB);
    color: #ed1c24;
    padding: 10px 0 0;
}


.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_wrap {
    flex-wrap: wrap;
}

.flex_row {
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cut-text1 {
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webk webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cut-text2 {
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webk webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cut-text3 {
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webk webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*header*/

header {
    top: 0;
    z-index: 123;
    width: 100%;
    background: #000;
    position: relative;
    transition: 0.3s all;
}

.topone {
    background: var(--bgmain);
    font-family: var(--fontB);
    font-size: 14px;
    color: #fff;
    padding: 3px 0;
}

.topone_flex {
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.topone_left {
    width: 30%;
    padding: 5px 0 0;
}

.topone_center {
    width: 40%;
    text-align: center;
}

.topone_right {
    width: 30%;
}

.mangxahoi_header {
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.mangxahoi_header a {
    margin: 0 0 0 5px;
}

header .wrap-top {
    padding: 5px 0;
    background: #000;
    width: 100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    /* animation-name: fadeInDown; */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #000;
    
    );););););););););););
}
.scroll-down .wrap-top {
    position: fixed;
}
.wrap-top-row {
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    width: 20%;
    text-align: left;
}

.logo img.logo-image {
    margin: 0;
    max-height: 50px;
}
.bgstart-animate {
    position: relative;
    width: fit-content;
    margin: 0;
    display: block;
}

.start-animate {
    z-index: 1.0E+17 !important;
    position: absolute;
    animation: star linear 1.75s infinite;
    -moz-animation: star linear 1.75s infinite;
    -webkit-animation: star linear 1.75s infinite;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 15px;
    -o-animation: star linear 1.75s infinite;
}

.start-animate1 {
    z-index: 1.0E+17 !important;
    position: absolute;
    animation: star linear 2s infinite;
    -moz-animation: star linear 2s infinite;
    -webkit-animation: star linear 2s infinite;
    position: absolute;
    bottom: 50%;
    right: -5px;
    width: 20px;
    -o-animation: star linear 2s infinite;
}

.start-animate2 {
    z-index: 1.0E+17 !important;
    position: absolute;
    animation: star linear 2.25s infinite;
    -moz-animation: star linear 2.25s infinite;
    -webkit-animation: star linear 2.25s infinite;
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 25px;
    -o-animation: star linear 2.25s infinite;
}

@keyframes star {
    0% {
        transform: rotate(0) scale(0)
    }

    50% {
        transform: rotate(180deg) scale(1.5)
    }

    100% {
        transform: rotate(360deg) scale(0)
    }
}

.hotline-head {
    border: 2px solid;
    border-color: var(--color-static3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 12px 12px 8px;
    -webkit-box-shadow: inset 0px 0px 5px var(--color-static2);
    -moz-box-shadow: inset 0px 0px 5px var(--color-static2);
    box-shadow: inset 0px 0px 5px var(--color-static2);
    /* background: var(--color-static3); */
}
.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-shake, .fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay, 0);
    animation-delay: var(--fa-animation-delay, 0);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
.hotline-head img {
    width: 30px;
    height: 20px;
}

.banner {
    width: 55%;
    text-align: center;
}

.banner img {
    margin: 0 auto;
}
.header-right{
    width: 25%;
    text-align: right;
}
.hotline-header {
    
}
.hotline-header i{
    color: var(--colormainhv);
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    font-size: 18px;
}
.hotline-header span{
    color: var(--bgbtntienich);
    font: 20px var(--fontTitle);
}
.email-header {
    
}
.email-header i{
    font-size: 18px;
    color: #01a3ff;
}
.email-header span{
    font-size: 13px;
    color: #01a3ff;
}
.cart-header {
    padding: 0 20px 0 0;
    margin-left: 10px;
}
.cart-header a{
    font-size: 20px;
    color: #000;
    position: relative;
}
.cart-header span{
    font-size: 13px;
    position: absolute;
    top: -3px;
    width: 18px;
    height: 18px;
    background: #f3d6d6;
    text-align: center;
    border-radius: 50%;
    line-height: 18px;
}

.wrap-top-right {
    width: 30%;
}

.lang-header {
    position: relative;
    width: 150px;
    font-size: 13px;
}

.lang-header span {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0 18px 0 0;
    text-align: right;
}
.lang-header img{
    width: 25px;
    margin: 0 5px 0 0;
}
.lang-header span:after {
    position: absolute;
    content: '';
    top: 8px;
    right: 4px;
    width: 0;
    height: 0;
    border-top: 6px solid #828587;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.lang-header a {
    color: #000000;
}

.slideTogglelangheader {
    display: none;
    background: #fff;
    min-width: 110px;
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 999;
    margin: 0;
    list-style-type: none;
    text-align: left;
    padding: 0;
    width: 100%;
}

.slideTogglelangheader a {
    display: block;
    padding: 8px 10px;
}

.slideTogglelangheader a:hover {
    background: var(--colormainhv);
    color: #fff;
}

.slideTogglelangheader a i {
    padding: 0 0 0 4px;
    font-size: 11px;
    color: var(--colormainhv);
}

.slideTogglelangheader a:last-child {
    border: 0;
}

.dangky-dangnhap {
    position: relative;
}

.link-user-header {}

.link-user-header a {
    font: 12px MuliRegular;
    color: #000000;
    padding: 0 0 0 16px;
}

.link-user-header a.adangnhap {
    background: url(../images/icdn.png) center left no-repeat;
    padding: 0 10px 0 16px;
}

.link-user-header a.adangky {
    background: url(../images/icdk.png) center left no-repeat;
}

.hotline {
    text-align: right;
}

.hotline p {
    text-align: left;
    display: inline-block;
    padding: 5px 0 5px 55px;
    background: url(../images/hot.png) left top 5px no-repeat;
    font: 14px var(--font);
    color: #000000;
}

.hotline p span {
    display: block;
    color: #da251d;
    font: 16px var(--fontB);
    line-height: 27px;
}


/* Menu */

.menu {padding: 0;flex-grow: 1;}

.row-menu {
    align-items: center;
    align-content: center;
    justify-content: space-between;
    position: relative;
}

.menu ul#main-nav {
    width: calc(100% - 200px);
    gap: 20px;
}

.menu ul {
    width: 100%;
    padding: 0px;
    margin: auto;
    list-style: none;
    align-items: center;
}

.menu ul li {
    position: relative;
    z-index: 99;
}

.menu ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    text-decoration: none !important;
    font-size: 17px;
    color: #fff;
    margin: 0px;
    padding: 11px 0px;
    text-transform: capitalize;
    font-family: 'SVN-GilroyM';
}

.menu ul li a.active {
    color: var(--colormainhv);
}

.menu ul li:hover>a {
    color: var(--colormainhv);
}

.menu ul li ul {
    position: absolute;
    min-width: 250px;
    background: #fff;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.menu ul li:hover>ul {
    -webkit-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -webkit-transform-origin: 0 0 0;
    opacity: 1;
    visibility: visible;
    transition: all .7s;
}

.menu ul li ul li a {
    text-align: left;
    border-bottom: 1px solid rgb(42 55 127);
    text-transform: capitalize;
}

.menu ul li ul li:last-child>a {
    border-bottom: 0px;
}

.menu ul li ul li a {
    font-size: 14px;
    padding: 10px 15px;
    color: #000;
}

.menu ul li ul li ul {
    top: 0px;
    left: 100%;
}


/* Search */

/* Search */
.btn-open-search {
    margin-left: 10px;
    box-shadow: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    background: transparent;
    font-size: 17px;
    border: 1px solid #fff;
    color: #fff;
}
.search {
    position: absolute;
    top: 56px;
    right: 0px;
    width: 0px;
    height: 45px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 999;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
    display: flex;
    transition: 0.3s all;
}

.search p {
    width: 35px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    color: var(--bgmainhv);
    font-size: 16px;
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.search input {
    width: 100%;
    height: 100%;
    outline: none;
    padding: 0;
    border: 0px;
    background: #fff;
    text-indent: 14px;
    border-radius: 25px;
    font: 13px var(--font);
    color: #828282;
}

.search input::-webkit-input-placeholder,
.search input:-moz-placeholder,
.search input::-moz-placeholder,
.search input:-ms-input-placeholder {
    color: #828282;
}

.wrap-top.fadeInDown {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #000;
}
.wrap-top.fadeInDown .logo img{
    max-height: 50px;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}


/* Breadcrumb */

.breadCrumbs {
    /* background-color: #eee; */
}

.breadCrumbs .wrap-content {
    padding: 15px 0px;
    max-width: 1200px;
    margin: 0 auto;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    padding: 45px 0;
}
.wrap-du-an .breadCrumbs .wrap-content .breadcrumb{
    padding: 10px 0 20px
}
.wrap-du-an .duannoibat_row{
    margin-top: 0;
}
.wrap-du-an  .breadCrumbs .wrap-content{
    padding : 0 0 10px;
    display: none;
}
.breadcrumb>.active {
    color: #777;
    display: block;
}
.breadcrumb>li+li:before{
    content:'';
}
.breadcrumb>li {
    display: none;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
    color: var(--color-black);
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
       color: var(--color-white);
    background: var(--bg1-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
        font-family: SVN-GilroyH;
    font-size: 32px;
    text-transform:uppercase;
}
.wrap_share{
    display: flex;
}
.time-main {
    margin-bottom: 0.75rem;
    color: #fff;
    font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.time-main i {
    font-size: 25px;
    color: #b7b5b5;
    margin-right: 3px;
}

.time-main span {
    display: inline-block;
    color: #e8e8e8;
    padding-left: 3px;
    font-size: 13px;
}

.share {
    padding: 15px 10px 10px 10px;
    line-height: normal;
    /* background: #f1f1f1; */
    margin: 15px 0;
    border-radius: 5px;
    position: relative;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
    color: #fff;
}

.list-news-other {
    padding-left: 15px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 10px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
}

.list-news-other li a:hover,
.list-news-other li a:hover span {
    color: #008de1;
}

.list-news-other li a span {
    font-style: italic;
    color: #919191;
    font-size: 12px;
}

.wrap-main {
    margin: 0;
}

.wrap-main.wrap-home {
    margin: 0;
}


/* Toc */

.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

#footer-map {
    position: relative;
    height: 500px;
}

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}


/* Like Share */

.social-plugin {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}


/* Phân Trang  */

.pagination>li>a,
.pagination>li>span {
    float: initial;
    display: inline-block;
    color: var(--colormainhv);
    border-color: var(--bgmainhv);
}

.page-item.active .page-link {
    background-color: var(--bgmainhv);
    border-color: var(--bgmainhv);
}

.page-link {
    color: var(--color-main);
}

.page-link:hover {
    color: var(--color-hv-main);
}

.pagination {
    margin: 10px 0;
    display: block;
    text-align: center;
}

.pagination-home .pagination .page-item .page-link {
    color: var(--colormainhv);
    font-size: 13px;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: var(--bgmainhv);
    border-color: var(--bgmainhv);
}


/* Phân Trang Ajax */

.pagination-ajax {
    text-align: center;
    margin: 10px 0 10px;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 2px 3px 2px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: var(--bgmainhv);
    color: #fff;
    border-color: var(--bgmainhv);
}


/* Popup custom */

.modal-custom .modal-footer {
    padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
    font-size: 14px;
}


/* Popup */

#popup .modal-body {
    padding: 0px;
}


/* Hidden Google Captcha */

.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}


/* Hidden Check Grammar Coccoc */

coccocgrammar {
    display: none;
}


/* Scroll Top */

.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 18px;
    display: none;
    z-index: 99;
    cursor: pointer;
}


/* Transition All */

.transition {
    transition: 0.3s ease-out;
}


/* Scale IMG */

img {
    margin: 0 auto;
    max-width: 100%;
}

.img_ {
    overflow: hidden;
    display: block;
    position: relative;
}

.img_ img {
    transition: 0.3s ease-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.img_:hover>img,
.img_:hover a img {
    transition: 0.3s ease-out;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.padding {
    padding: 30px 0;
}
/*service*/

.dichvu-item {
    margin: 10px 0;
}

.dichvu-item-img {
   
}

.dichvu-item-name {
    padding:10px 0 0;
}

.dichvu-item-name a {
    color: #333;
    font: 16px var(--fontB);
    display: block;
    line-height: normal;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.dichvu-item-name a:hover {
    color: var(--colormainhv);
}

.dichvu-item-des {
    color: #333333;
    font: 14px var(--font);
    margin-top: 5px;
    line-height: 22px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*service*/
/*post*/

.post-item {
    margin: 10px 0;
}

.post-item-img {
}

.post-item-content {
    background: #fff;
    padding: 10px;
}

.post-item-name {
    margin: 10px 0 10px;
}

.post-item-name a {
    color: #333;
    font: 16px var(--fontB);
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.post-item-name a:hover {
    color: var(--colormainhv);
}

.post-item-date {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    font-style: italic;
}

.post-item-des {
    color: #333333;
    font: 14px var(--font);
    margin-top: 5px;
    line-height: 22px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-link-detail {
    margin: 10px 0 0;
}

.post-link-detail>a {
    display: inline-block;
    border: 1px solid var(--bgmainhv);
    border-radius: 25px;
    padding: 8px 30px 10px;
    color: #000;
    text-transform: capitalize;
    font: 15px var(--font);
}

.post-link-detail>a:hover {
    background: var(--bgmainhv);
    color: #fff;
}
/*post*/

/*news*/

.box_news {
    margin: 10px 0;
}

.img_news {
    width: 36%;
}

.content_news {
    width: 64%;
    padding: 0 0 0 14px;
}

.name_news {}

.name_news a {
    color: #333;
    font: 16px var(--fontB);
    display: block;
    line-height: normal;
    margin-bottom: 5px;
}

.name_news a:hover {
    color: var(--colormainhv);
}

.date_news {
    color: var(--color-gray);
    margin-bottom: 0.25rem;
    font-style: italic;
}

.des_news {
    color: #333333;
    font: 14px var(--font);
    margin-top: 5px;
    line-height: 22px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*news*/



.section-bannerqc {
    margin: 0;
    text-align: center;
}

.section-bannerqc img {
    margin: 0 auto;
}


/*album*/

.section-thuvienanh {
    padding: 40px 0;
}

.tva_img {
    margin: 10px 0;
    border-radius: 10px;
}

.tva_img img {
    border-radius: 10px;
}

.tva_name {
    transition: all 0.5s ease;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font: 15px var(--fontB);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    padding: 20px 10px 10px;
}

.tva_name a {
    color: #fff;
}

.tva_img:hover .tva_name {
    bottom: 0;
}

.tva_img .tva_name a:hover {
    color: yellow;
}


/*album*/

/*form*/

.section-dangkynhantin {
    padding: 40px 0 ;
}
.title-form{
    font-size: 29px;
}
.des-form{
    text-align: center;
    font: 16px var(--font);
    color:#2E3740;
    margin: 0 0 20px 0;
}

.input_ {
    margin: 0 0 16px 0;
}

.input_ input,
.input_ textarea {
    width: 100%;
    border-radius: 5px;
    color: #000;
    font-family: Arial;
    font-size: 14px;
    text-indent: 15px;
    height: 45px;
    border: 1px solid;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background-color: #f8f8f8;
    border-color: #e5e5e5;
}

.input_ textarea {
    resize: none;
    height: 130px;
    padding-top:10px;
}

.input_ input:focus,
.input_ textarea:focus {
    box-shadow: none;
    outline: 0;
}

.input_ input::-webkit-input-placeholder,
.input_ textarea::-webkit-input-placeholder {
    color: #000;
}

.newsletter-button {
    text-align: center;
    margin: 12px 0 0;
}

.newsletter-button input {
    width: 180px;
    height: 45px;
    border-radius: 25px;
    background: var(--bgmain);
    color: #fff;
    text-transform: uppercase;
    font-family: var(--fontB);
    font-size: 16px;
    text-align: center;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0 auto;
}

.newsletter-button input:focus {
    outline: 0;
}

.newsletter-button input:hover {
    color: yellow;
}

/*form*/
.mangxahoi_header a img:hover,
.mangxahoi_footer a img:hover,
.zalo-share-button:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    transition: all 0.5s ease;
}

/*footer*/

footer {
    padding: 0;
    color: #fff;
    position: relative;
    background: #000;
}

.row_footer {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.footer1 {
    width: 30%;
}

.footer2 {
    width: 70%;
    padding: 0 15px 0 5%;
}

.footer3 {
    width: 20%;
}
.footer4 {
    width: 25%;
}
.title-footer-mxh{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.doingu-title,
.footer-title{
    text-transform: uppercase;
    font-size: 32px;
    font-family: SVN-GilroyH;
    background: var(--bg2-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.doingu-title{
    text-align:center;
}
.mangxahoi_footer{
    
}
.mangxahoi_footer a{
    color:#fff;
    font: 14px var(--font);
}
.noidungfooter code {
    padding: 2px 4px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}

.compayname {
    text-transform: uppercase;
    font: 20px var(--fontB);
    color: yellow;
    padding: 0 0 15px;
}

.info_footer {
    margin: 20px 0 0;
    font: 14px var(--font);
}

.info_footer p {
    margin-bottom: 10px;
    padding: 10px 0 10px 50px;
    background: url(../images/footer1.png) left center no-repeat;
}

.info_footer p:nth-child(2) {
    background: url(../images/footer2.png) left center no-repeat;
}

.info_footer p:nth-child(3) {
    background: url(../images/footer3.png) left center no-repeat;
}

.info_footer p:nth-child(4) {
    background: url(../images/footer4.png) left center no-repeat;
}

.ttft1 {
    text-transform: capitalize;
    font: 16px var(--fontB);
    color: #000;
    margin: 0 0 10px 0;
}
.chinhsach a {
    font: 14px var(--font);
    text-transform: capitalize;
    color: var(--colormainhv);
    display: block;
    margin: 0 0 10px 0;
}

.chinhsach a:hover {
   
}

.mangxahoi_footer {
}

.mangxahoi_footer span {
    margin: 0 5px 0 0;
}

.mangxahoi_footer a {
    margin: 0 5px 0 0;
}

.coppyright {
    padding: 20px 0;
    font: 12px var(--font);
    color: #c9c9c9;
}

.thongke {
    text-align: right;
}

.thongke span {
    padding: 0 5px;
}



/*pro*/

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

.name_pro {
    padding: 14px 0 0;
    border-top: 1px solid;
}

.name_pro a {
    text-transform: uppercase;
    font: 15px var(--fontB);
    color: #333;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 1;
    -moz-webkit-line-clamp: 1;
    -ms-webkit-line-clamp: 1;
    -o-webkit-line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.name_pro a:hover {
    color: var(--bgmain);
}

.price_pro {
    font: 14px var(--font);
    color: #333;
}

.price_pro span.giamoi,
.price_pro a {
    color: red;
}

.price_pro span.giacu {
    font: 13px var(--font);
    color: #ccc;
    text-decoration: line-through;
}

.ab_pro {
    position: absolute;
    width: 100%;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgb(255 255 255 / 80%);
    color: #fff;
    font-size: 14px;
    font-family: QuickSandRegular;
    height: 35px;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    cursor: pointer;
    text-align: center;
    padding: 5px 0;
    justify-content: center;
}

.pro:hover .ab_pro {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    bottom: 0;
}

.pro .ab_pro span.cart-add,
.pro .ab_pro a.view_product,
.pro .ab_pro a.like_product {
    color: #000;
    font-size: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    display: block;
    margin: 0 5px;
}

.pro .ab_pro a.like_product {
    border: 0;
    color: #000;
}

.pro .ab_pro a.like_product:hover,
.pro .ab_pro a.like_product.liked {
    color: pink;
}

.pro .ab_pro span.cart-add:hover,
.pro .ab_pro a.view_product:hover {
    color: var(--bgmainhv);
    border-color: var(--bgmainhv);
}

.thongbaolike {
    position: absolute;
    bottom: 35px;
    width: 100%;
    left: 0;
    background: rgb(228 159 2);
    color: #fff;
    padding: 10px;
    font: 14px MuliRegular;
}


/*pro*/



/*media*/

.section-media {}

.title_media {
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    border-left: 2px solid #ff6600;
    padding: 0 0 5px 13px;
    margin: 0px 0 25px 0;
    font: 25px var(--fontB);
    color: #333333;
}

.media_left {
    padding-right: 8px;
    width: 65%;
}

.media_right {
    width: 35%;
}

.row_news_index {
    margin: 0 -10px;
}

.news_index_left {
    width: 50%;
    padding: 0 10px;
}

.news_index_right {
    width: 50%;
    padding: 0 10px;
}

.newshome-scroll {
    height: 380px;
    overflow: hidden;
}

.news_index_box {
    padding: 0 0 10px 0;
    margin: 0 0 0px 0;
    /* border-bottom: 1px solid #e6e6e6; */
}

.news_index_img {
    width: 35%;
}

.news_index_content {
    width: 65%;
    padding: 0 0 0 10px;
}

.news_index_name {}

.news_index_name a {
    font: 16px var(--fontName);
    color: var(--colormain);
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_index_describe {
    font: 13px var(--font);
    line-height: 20px;
    color: #333333;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_first_name {
    padding: 14px 0 0;
}

.news_first_name a {
    font: 20px var(--fontName);
    color: var(--colormain);
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_first_describe {
    font: 14px var(--font);
    line-height: 21px;
    color: #333333;
    display: -webkit-box;
    margin: 5px 0 15px 0;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_first_describe p{
    margin: 0;
}
.news_first_sm a {
    display: inline-block;
    padding: 10px 20px;
    background: var(--bgmainhv);
    color: #fff;
    font: 14px var(--font);
    border-radius: 25px;
}

.news_first_sm a:hover {
    color: yellow;
}

.news_first_name a:hover,
.news_index_name a:hover,
.ul_mn>ul li a:hover,
.menu .ul_mn li ul li a:hover {
    color: var(--colormainhv);
}


/*media*/
.video_row {}

.video_left {
    width: 78%;
    padding: 0 10px 0 0;
}

.video_right {
    width: 22%;
}

.video_slick_it {
    padding: 0 0 8px 0;
    cursor: pointer;
}

.video-main iframe {
    width: 100% !important;
    height: 360px !important;
    display: block;
}

#video-select .listvideos {
    width: 100%;
    border-radius: 0;
    height: 34px;
    padding: 0 10px;
}

.video_img {
    margin: 10px 0;
    position: relative;
    overflow: hidden;
}

.video_name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px 20px 20px 70px;
    background: rgba(0, 0, 0, 0.64) url(../images/play.png) left 20px center no-repeat;
    color: #fff;
    font: 15px var(--font);
}

.video_name:hover {
    color: yellow;
}
/* 
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}

#loader-wrapper #wrap {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader-wrapper.show1 #wrap {
    background: transparent
}

#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99999;
}

#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
    opacity: 0;
}

@-webkit-keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes MaskPlay {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }

    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
} */

.wrap-top.on-show .logo {
    -webkit-animation: aiv_slide_left 1.2s;
    animation: aiv_slide_left 1.2s;
}

.wrap-top.on-show .banner {
    -webkit-animation: aiv_slide_down 1.2s;
    animation: aiv_slide_down 1.2s;
}

.wrap-top.on-show .hotline {
    -webkit-animation: aiv_slide_right 1.2s;
    animation: aiv_slide_right 1.2s;
}

.menu.on-show ul#main-nav li:nth-child(1) {
    -webkit-animation: aiv_slide_right 0.65s;
    animation: aiv_slide_right 0.65s;
}

.menu.on-show ul#main-nav li:nth-child(2) {
    -webkit-animation: aiv_slide_right 0.7s;
    animation: aiv_slide_right 0.7s;
}

.menu.on-show ul#main-nav li:nth-child(3) {
    -webkit-animation: aiv_slide_right 0.75s;
    animation: aiv_slide_right 0.75s;
}

.menu.on-show ul#main-nav li:nth-child(4) {
    -webkit-animation: aiv_slide_right 0.8s;
    animation: aiv_slide_right 0.8s;
}

.menu.on-show ul#main-nav li:nth-child(5) {
    -webkit-animation: aiv_slide_right 0.85s;
    animation: aiv_slide_right 0.85s;
}

.menu.on-show ul#main-nav li:nth-child(6) {
    -webkit-animation: aiv_slide_right 0.9s;
    animation: aiv_slide_right 0.9s;
}

.menu.on-show ul#main-nav li:nth-child(7) {
    -webkit-animation: aiv_slide_right 0.95s;
    animation: aiv_slide_right 0.95s;
}

.menu.on-show ul#main-nav li:nth-child(8) {
    -webkit-animation: aiv_slide_right 1.0s;
    animation: aiv_slide_right 1.0s;
}

.menu.on-show ul#main-nav li:nth-child(9) {
    -webkit-animation: aiv_slide_right 1.1s;
    animation: aiv_slide_right 1.1s;
}

.menu.on-show ul#main-nav li:nth-child(10) {
    -webkit-animation: aiv_slide_right 1.2s;
    animation: aiv_slide_right 1.2s;
}

@-webkit-keyframes aiv_slide_left {
    from {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes aiv_slide_left {
    from {
        opacity: 0;
        -webkit-transform: translateX(-40px);
        transform: translateX(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes aiv_slide_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes aiv_slide_right {
    from {
        opacity: 0;
        -webkit-transform: translateX(40px);
        transform: translateX(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes aiv_slide_up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes aiv_slide_up {
    from {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes aiv_slide_down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes aiv_slide_down {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.effect-run {}

.effect-run a {
    display: block;
}

.effect-run canvas {
    top: -2px;
    left: -2px;
}

.effect-run img {
    margin: 0 !important;
}

.album_itema {
    margin: 10px;
    display: block;
}

.name-album {
    font: 16px var(--fontB);
    line-height: 18px;
    color: var(--colormain);
    text-transform: uppercase;
    padding: 10px 0 0;
    text-align: center;
}

.img_album {
    margin: 10px 0;
}

.tags-pro-detail {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tags-pro-detail a {
    float: left;
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin: 2px;
    background-color: var(--color-red);
    border-radius: 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    float: left;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin: 10px 0;
    border-bottom: 1px solid #e7e7e7;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    background: #eee;
    padding: 10px 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: var(--bgmain);
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}
.title-home,
.title-main{
    text-align: center;
    margin:10px 0 15px;
    font: 30px var(--fontTitle);
    color:var(--colormainhv);
    text-transform: uppercase;
}
    
.title-home span,
.title-main span{
    background: var(--bg2-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-home p,
.title-main p{}

/* tieuchi */
.section-tieuchi {
    padding: 0 0 30px 0
}

.col-tieuchi{
    padding: 0 10px;
}
.tieuchi-item{
    text-align: center;
    margin:10px 0;
}
.tieuchi-name {padding: 10px 0 0;}
.tieuchi-name span,
.tieuchi-name a{text-transform: uppercase;font-family: var(--fontB);color: var(--bgmainhv);}
.tieuchi-name p{font-family:  var(--font);font-size: 14px;color: #333;padding: 8px 0 0;}
.tieuchi-img{}
.tieuchi-img img{
    max-height: 100px;
}

/* tieuchi */

/*about*/

.section-about {
    position:relative;
    background-color: #000;
}
.w-actProcess{
   position:relative;
}
.w-actProcess::before,
.section-about::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #00000090;
    transition: 0.4s;
}
.title-about{font-family: SVN-GilroyH;font-size: 32px;line-height: 1.25;text-transform: uppercase;color: var(--color-white);background: var(--bg1-gradient);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;display: inline-block;}
.row_about {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position:relative;
}

.about_left {
  width: 35%;
}
.about_img {
    position: relative;
    text-align: left;
}
.about_img img{
    margin: 0;
}

.about_right {
    width: 65%;
    padding: 0px 30px 0px 40px;
}

.about_des {
    font: 16px var(--font);
    color: #fff;
    line-height: 28px;
}

.about_seemore a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    color: var(--color-white);
    line-height: normal;
    text-transform: uppercase;
    font-family: 'SVN-GilroyB';
    font-size: 16px;
    padding: 3px;
    padding-bottom: 7px;
    width: fit-content;
    margin-top: .25rem;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.4s linear;
}
.about_seemore a:nth-child(2){
    color:#fff;
    background: var(--bgmain);
    margin-left:10px;
}
.about_seemore a:hover {
    
}

.number {}

.number-item {
    width: calc(100% / 3);
    padding-right: 10px;
}

.number-run {
    font: 30px var(--fontB);
    color: var(--colormainhv);
    margin: 0 0 15px 0;
}

.number-des {
    font: 14px var(--font);
    color: #000;
}
/*about*/

.choose_list{text-align: center;margin: 0 0 20px 0;}
.choose_list span{
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid var(--bgmain);
    margin:  2px;
    border-radius: 5px;
    font-family: var(--fontSB);
    text-transform: capitalize;
    color: #000;
    transition: 0.2s all;
    font-size: 16px;
}
.choose_list span.choosed,
.choose_list span:hover{background: var(--bgmain);color: #fff;}

.title-list{text-align: center;margin: 0 0 20px 0;}
.title-list span{
    cursor: pointer;
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid var(--bgmain);
    margin:  2px;
    border-radius: 5px;
    font-family: var(--fontSB);
    text-transform: capitalize;
    color: #000;
    transition: 0.2s all;
    font-size: 16px;
}
.title-list span.active,
.title-list span:hover{background: var(--bgmain);color: #fff;}
/* camnhan */
.section-camnhan{}
.box-camnhan{
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}
.camnhan_img{
    margin: 42px 0;
}
.camnhan_img img{
    border-radius: 50%;
    border: 4px solid transparent;
    -moz-transform: scale(0.70);
    -ms-transform: scale(0.70);
    -o-transform: scale(0.70);
    -webkit-transform: scale(0.70);
    transform: scale(0.70);
    transition: all 300ms ease;
}
.ten_camnhan{
    margin: 15px 0 10px;
    padding: 40px 0 0;
    background: url(../images/nhay.png) top center no-repeat;
    text-align: center;
}
.ten_camnhan span{
    text-transform: uppercase;
    font: 21px MontserratBold;
    color: #000000;
}
.ten_camnhan p{
    font: 14px MontserratRegular;
    color: #000000;
    font-style: italic;
}
.mota_camnhan {
    width:80%;
    margin:0 auto;
    text-align:center;
}
.mota_camnhan p{
    font: 14px MontserratRegular;
    color: #000000;
    line-height: 24px;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 3;
    -moz-webkit-line-clamp: 3;
    -ms-webkit-line-clamp: 3;
    -o-webkit-line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-slick_camnhan_img{
    padding: 0 10%;
}
.slick-slide.slick-center .camnhan_img img{
    border-color: var(--bgmainhv);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    position: relative;
    z-index: 999;
}
.slick_camnhan_img .slick-prev:before,.slick_camnhan_img .slick-next:before{
    content: '';
}
.slick_camnhan_img .slick-prev,.slick_camnhan_img .slick-next{
    width: 52px;
    height: 52px;
    background: url(../images/l.png) center no-repeat;
    position: absolute;
    left: -45px;
}
.slick_camnhan_img .slick-next{
   background: url(../images/r.png) center no-repeat;
   right: -45px;
   left: initial;
}
.slick_camnhan_content .slick-slide .camnhan-content{
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity:0;
    transition: 0.8s all;
}
.slick_camnhan_content .slick-slide.slick-current.slick-active .camnhan-content{
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity:1;
}
/* camnhan */


/* layout-right */
.box-danhmucsp{

}
.danhmucsp-item{
    width: calc(100% / 6);
    border: 1px solid #fff
}
.danhmucsp-name{

}
.danhmucsp-name a{
    font-size: 15px;
    color: #333;
    text-align: center;
    padding: 10px;
    display: block;
}
.title-danhmucsap{
    margin: 0 0 10px 0;
}
.left-detail {
    position: relative;
    float: left;
    width: calc(100% - 300px);
    background: white;
    text-align: inherit;
    padding-right: 20px;
}
.right-detail {
    width: 280px;
    float: right;
    border-left: 1px solid #ddd;
    padding-left: 20px;
}
.title-right {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
    background: var(--bgmainhv);
    padding: 10px;
    font-family: var(--fontB);
    color: #fff;
}
.menu-right, .menu-right ul {
    padding: 0px;
}
.menu-right li {
    list-style: none;
    padding: 10px 0px;
    background: url(../images/icondm-lur.png) no-repeat left 17px;
    padding-left: 20px;
}
.menu-right li a {
    color: #333;
    font-family: var(--fontB);
}
.menu-right ul li {
    border-bottom: 1px solid var(--bgmainhv);
    padding: 10px 0px;
    background: none;
}
.menu-right ul li a {
    font-family: var(--font);
}
.post-right-slick-item {
    margin: 5px 0;
}
.post-right-slick-img{
    width: 30%;
}
.post-right-slick-content{
    width: 70%;
    padding: 0 0 0 10px;
}
.post-right-slick-name{

}
.post-right-slick-name a{
    font: 15px var(--fontB);
    text-transform: capitalize;
    color: #151515;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-right-slick-name a:hover{
    color: var(--colormainhv);
}   
.post-right-slick-des{
    font: 13px var(--font);
    color: #0d0d0d;
    display: -webkit-box;
    width: 100%;
    -webkit-webkit-line-clamp: 2;
    -moz-webkit-line-clamp: 2;
    -ms-webkit-line-clamp: 2;
    -o-webkit-line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-webkit-box-orient: vertical;
    -moz-webkit-box-orient: vertical;
    -ms-webkit-box-orient: vertical;
    -o-webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slick-slide *{
    outline: none;
}
/* layout-right */



/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 15px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(143 143 143 / 20%);
    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 {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--bgmainhv);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
    opacity: 0;
}
.progress-wrap::before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '\f062';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    opacity: 0;
    background-image: linear-gradient(298deg, var(--bgmain), var(--bgmainhv));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path { 
    fill: none; 
}
.progress-wrap svg.progress-circle path {
    stroke: var(--bgmainhv);
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
    box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
    color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
    stroke: var(--black-blue);
}
.switch,
.circle {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
} 
.switch {
    width: 80px;
    height: 4px;
    border-radius: 27px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    position: fixed;
    right: 50px;
    top: 75px;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
  z-index: 33333;
    transition: all 300ms linear;
}
.circle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--black-blue-light-3);
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
    animation: border-transform 10s linear infinite alternate forwards;
}
.circle:hover {
    box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.circle:before {
    position: absolute;
    font-family: 'unicons';
    content: '\eac1';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    opacity: 1;
    color: var(--grey);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.circle:after {
    position: absolute;
    font-family: 'unicons';
    content: '\eb8f';
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    height: 40px;
    color: var(--yellow);
    opacity: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.switched {
}
.switched .circle {
    left: 45px;
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
    background: var(--black-blue);
}
.switched .circle:hover {
    box-shadow: 0 8px 8px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}
.switched .circle:before {
    opacity: 0;
}
.switched .circle:after {
    opacity: 1;
}

.section-pronb{

}
.pro1-item{display: flex;flex-wrap: wrap;/* align-content: center; */justify-content: space-between;/* align-items: center; */width: 100%;background: #F5F5F5;margin: 30px 0;}
.pro1-item:nth-child(2n+1){flex-direction: row-reverse;}
.pro1-item:nth-child(2n+1) .pro1-left{
    padding-left: 4.16667rem;
    padding-right: calc((100% - 1200px) / 2);
    border-left: 10px solid #fff;
}
.pro1-left{
    width: 45%;
    padding-left: 4.16667rem;
    border-right: 10px solid #fff;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-right: 4.16667rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pro1-right{
    width: 55%;
    /* flex-grow: 1; */
    text-align: center;
}
.img_pro1{width: 100%;}
.name_pro1{width: 100%;padding: 20px 0 0;margin: 0;}
.name_pro1 a{
    color:var(--colormainhv);
    font: 32px var(--font);
}
.name_pro1 a:hover{
    
}
.des_pro1{
    width: 100%;
    color: #000000;
    font: 16px var(--font);
    margin: 20px 0;
}
.timhieuthem{
width: 100%;
}
.timhieuthem a{
    display: inline-block;
    font-family: var(--font);
    font-size: 15px;
    color: var(--colormain);
    /* padding: 10px 20px; */
    /* border: 1px solid  var(--bgmainhv); */
    text-transform: capitalize;
    /* background-color: #e6f1f1; */
}
.timhieuthem a:nth-child(2){
    color:#fff;
    background: var(--bgmain);
    margin-left:10px;
}
.timhieuthem a:hover {
    
}
.timhieuthem a i{
    padding: 0 0 0 10px;
}
.pro1-right img{
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* border-radius: 5.3125rem; */
    -webkit-mask-image: -webkit-radial-gradient(white, #000);
}

.section-nhansu{

}
.nhansu-row{

}
.col-nhansu{
    padding: 0 10px;
}
.nhansu-item{
    text-align: center;
    margin:10px 0;
}

.nhansu-img{

}
.nhansu-img img{
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: var(--bgmainhv);
    border-radius: 100%;
    transition-duration: 0.3s;
}
.nhansu-name{
    padding:15px 0 0;
    text-transform: capitalize;
    color:var(--colormainhv);
    font: 18px var(--fontB);
}
.nhansu-name span{
    text-transform: none;
    color:#2E3740;
    font: 16px var(--font);
    display: block;
    margin:20px 0 0;
}

.download-taptin{

}
.download-taptin a{display: flex;flex-wrap: wrap;align-content: center;justify-content: space-between;align-items: center;margin: 8px 0;padding-bottom: 8px;border-bottom: 1px solid #e6e6e6;color: #000;font: 15px var(--font);}
.download-taptin a span{display: inline-block;border: 1px solid var(--bgmainhv);padding: 10px 20px;border-radius: 25px;font-size: 14px;color: var(--bgmainhv);}
.download-taptin span i{

}
.download-taptin a span:hover{
    background: var(--bgmainhv);
    color:#fff;
}
.doitac_img{
    border: 1px solid #ccc;
    padding: 10px;margin: 5px 0;
}
.doitac_img img{
    max-height: 80px;
}


.slick-slide *:focus {
    outline: 0;
}

.section-video {}
.video-item-home{

}


/* slider  */


.slideshow ,.slideshow-image {
    position: relative;
    display: block;
    height: 100%;
    /* max-height: 670px; */
    /* overflow: hidden; */
}

.slideshow-item img {
    height: 670px;
}

.slideshow-item {
    width: 100vw;
    height: calc(100vh - 110px);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.slideshow-item {
    display: block;
    cursor: pointer;
}

.slideshow:hover .control-slideshow {
    opacity: 1;
}

.control-slideshow {
    opacity: 0;
}

/* .info-slide {position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;}
.name-slide {font-size: 60px;font-family: fontB;letter-spacing: 3px;text-transform: uppercase;color:  var(--color-white);line-height: 1.5;text-shadow: 3px 3px #000;}
.desc-slide {font-size: 15px;color:  var(--color-white);width: 80%;letter-spacing: 1px;text-transform: uppercase;font-family: 'fontR';text-shadow: 2px 2px 0px var(--color-dark);margin: 20px 0;line-height: 1.75;} */
/* .views-more-slide {background-color: var(--background-static);width: 120px;height: 40px;color:  var(--color-white);font-size: 15px;} */
.slideshow .owl-item.active .name-slide {
    -webkit-animation: fadeInLeft;
    -moz-animation: fadeInLeft;
    -o-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slideshow .owl-item.active .desc-slide {
    -webkit-animation: fadeInLeft;
    -moz-animation: fadeInLeft;
    -o-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slideshow .owl-item.active .content-slide {
    -webkit-animation: fadeInLeft;
    -moz-animation: fadeInLeft;
    -o-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slideshow .owl-item.active .views-more-slide {
    -webkit-animation: fadeInLeft;
    -moz-animation: fadeInLeft;
    -o-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slideshow-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000070;
}


.info-slide {
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: -webkit-calc( ( 100vw - 1200px ) / 2 );
    left: -moz-calc( ( 100vw - 1200px ) / 2 );
    left: calc( ( 100vw - 1200px ) / 2 );
    right: -webkit-calc( ( 100vw - 1200px ) / 2 );
    right: -moz-calc( ( 100vw - 1200px ) / 2 );
    right: calc( ( 100vw - 1200px ) / 2 );
    bottom: -webkit-calc( ( 100vw - 1200px ) / 2 );
    bottom: -moz-calc( ( 100vw - 1200px ) / 2 );
    bottom: calc( ( 100vw - 1200px ) / 2 );
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 10%;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.name-slide {
    font-size: 62px;
    font-family: 'SVN-GilroyH';
    text-transform: uppercase;
    color: var(--color-white);
    background: var(--bg1-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desc-slide {
    font-family: SVN-GilroyB;
    text-transform: capitalize;
    font-size: 22px;
    color: var(--color-white);
    /* width: 500px; */
    margin: 20px 0;
    padding-left: 20px;
    border-left: 5px solid;
}

.content-slide {
    font-size: 18px;
    color: var(--color-white);
    /* width: 500px; */
    margin: 20px 0;
}

/* .views-more-slide {background-color: var(--background-static);width: 120px;height: 40px;color:  var(--color-white);font-size: 15px;} */
.box-slide.slick-current.slick-active .name-slide {
    -webkit-animation: fadeInUp;
    -moz-animation: fadeInUp;
    -o-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .desc-slide {
    -webkit-animation: fadeInUp;
    -moz-animation: fadeInUp;
    -o-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .content-slide {
    -webkit-animation: fadeInUp;
    -moz-animation: fadeInUp;
    -o-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.box-slide.slick-current.slick-active .views-more-slide {
    -webkit-animation: scaleLarge;
    -moz-animation: scaleLarge;
    -o-animation: scaleLarge;
    animation: scaleLarge;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.75s;
    -moz-animation-delay: 1.75s;
    -o-animation-delay: 1.75s;
    animation-delay: 1.75s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.mangxahoi{position: absolute;width: 100%;display: flex;flex-wrap: wrap;align-content: center;justify-content: flex-end;align-items: center;z-index: 999;padding: 20px 5%;bottom: 0;gap: 10px;text-transform: uppercase;font: 14px var(--font);););}
.mangxahoi a{
    color:#fff;
}
.section-criteria{
    background-color: #000000;
}

.criteria_left{
width: 30%;
}
.criteria_right{
    width: 70%;
    padding: 0px 30px 0px 50px;
}
.criteria-title{
    font-size: 32px;
    color: var(--color-white);
    line-height: normal;
    text-transform: uppercase;
}
.criteria-title span{
    font-size: 32px;
    display: inline-block;
    background: var(--bg1-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'SVN-GilroyH';
    text-transform: uppercase;
    margin-bottom: 0;
}
.criteria_row{justify-content: space-between;}


.criteria {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-bottom: 1rem;
}

.title-criteria {
    width: 100%;
}

.title-criteria span {
    font-size: 32px;
    color: var(--color-white);
    line-height: normal;
    text-transform: uppercase;
}

.title-criteria h3 {
    font-size: 32px;
    display: inline-block;
    background: var(--bg1-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'SVN-GilroyH';
    text-transform: uppercase;
    margin-bottom: 0;
}

.criteria-name {
    color: var(--color-white);
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: SVN-GilroyM;
    font-size: 16px;
    line-height: normal;
    padding-top: 10px;
    margin-top: 5px;
    border-top: 2px solid;
}

.criteria-desc {
    color: var(--color-white);
    margin-bottom: 0;
    font-size: 58px;
    line-height: normal;
    text-align: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    background: var(--bg1-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'SVN-GilroyH';
}

.criteria-image {
    min-width: 55px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-bottom: 1rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.section-duannoibat{
    background-color: #000000;
    padding: 30px 0 0;
}
.section-duannoibat .title-home{
}
.duannoibat_row {
    margin: 30px 0 0;
}
.slick-duannoibat {
    margin: 30px -10px 0;
}
.slick-duannoibat .slick-slide {
    padding: 0 10px;
    box-sizing: border-box;
}
.slick-duannoibat .slick-list {
    margin: 0;
}
.grid-album {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.album1 {
    grid-column: 4 span;
    grid-row: 2 span;
}

.album2 {
    grid-column: 4 span;
    grid-row: 4 span;
}

/* .album3{grid-column: 4 span;grid-row: 7 span;}   */
/* duaninside */
.grid-album1 {
    display: grid;
    grid-template-columns: repeat(16,1fr);
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.album4 {
    grid-column: 4 span;
    grid-row: 4 span;
}

.album5 {
    grid-column: 4 span;
    grid-row: 3 span;
}

.album6 {
    grid-column: 4 span;
    grid-row: 7 span;
}
.album_decor{
    position: relative;
    overflow: hidden;
    display: block;
}
.album_decor:after {
    position: absolute;
    content: '';
    bottom: 0.5px;
    left: 0.5px;
    right: 0.5px;
    background: linear-gradient(to top, black, transparent);
    height: 50%;
    pointer-events: none;
    z-index: 1;
}
.album_decor img{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.album_index_name{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-bottom: 0;
    padding: 0 10px;
    opacity: 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    z-index: 2;
    color: #fff;
}

.album_decor:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.album_decor:hover .album_index_name{
    opacity: 1;
}
.bg-btn-album {
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 3;
    text-align: center;
}

.btn-album {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.5rem;
    overflow: hidden;
    padding: 7px 24px 7px;
    border: 1px solid;
    border-color: var(--color-white);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-album span {
    color: var(--color-white);
    font-size: 15px;
    font-family: var(--fontSVNG);
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-album:hover {
    border-color: var(--color-static);
    background: var(--color-static);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-album:hover span {
    color: var(--color-white);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.btn-album:hover::before {
    -webkit-animation: moveArrow 1500ms;
    -moz-animation: moveArrow 1500ms;
    -o-animation: moveArrow 1500ms;
    animation: moveArrow 1500ms;
}
.service-list-title{
    text-transform: uppercase;
    color: var(--color-white);
    font-size: 32px;
    font-family: SVN-GilroyH;
}
.service-list-title span{
     background: var(--bg1-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bgservice-list-sub {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1rem 0 1.5rem;
    padding: 0;
    overflow: auto;
    border-bottom: 2px solid;
    border-color: #ffffff50;
}

.service-list {
    width: -webkit-calc(100%/4);
    width: -moz-calc(100%/4);
    width: calc(100%/4);
    max-width: 250px;
    padding-bottom: 1rem;
}

.service-list.choosed {
    border-bottom: 2px solid;
    border-color: var(--color-white);
}

.title-service-list {
    width: 100%;
}

.title-service-list span {
    text-transform: uppercase;
    color: var(--color-white);
    font-size: 32px;
    font-family: SVN-GilroyH;
    background: var(--bg1-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-list-name {
    color: var(--color-white);
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: SVN-GilroyM;
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
}

.service-list-desc {
    color: var(--color-white);
    margin-bottom: 0;
    font-size: 58px;
    line-height: normal;
    text-align: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    background: var(--bg1-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'SVN-GilroyH';
}

.bgservice-list-sub::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.bgservice-list-sub::-webkit-scrollbar-track {
    background: #00000000;
}

.bgservice-list-sub::-webkit-scrollbar-thumb {
    background: #00000000;
}

.bgservice-list-sub::-webkit-scrollbar-thumb:hover {
    background: #00000000;
}

.paging-service {
    padding: 0;
    margin-bottom: 0;
    height: 400px;
    max-height: 400px;
    overflow: auto;
}

.paging-service::-webkit-scrollbar {
    width: 3px;
    height: 0;
}

.paging-service::-webkit-scrollbar-track {
    background: #00000050;
}

.paging-service::-webkit-scrollbar-thumb {
    background: var(--color-red);
}

.paging-service::-webkit-scrollbar-thumb:hover {
    background: var(--color-red);
}

.btn-service {
    display: block;
    width: 100%;
    background: var(--color-white);
    text-decoration: none;
    text-align: center;
    padding: 1rem;
}

.btn-service span {
    color: var(--color-dark);
    font-family: SVN-GilroyM;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.btn-service:hover {
    border-color: var(--color-static);
    background: var(--color-static);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.section-services-luxury {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.07), transparent 34%),
        radial-gradient(circle at bottom right, rgba(184, 147, 63, 0.10), transparent 28%),
        linear-gradient(180deg, #080808 0%, #111111 52%, #070707 100%);
}

.section-services-luxury::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.06), transparent 35%, rgba(255,255,255,0.02) 65%, transparent 100%);
    pointer-events: none;
}

.section-services-luxury .row_about {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(340px, 38%) minmax(0, 1fr);
    gap: 32px;
    align-items: stretch;
}

.service-luxury-grid {
    display: contents;
}

.service-luxury-visual,
.service-luxury-panel {
    position: relative;
    min-width: 0;
}

.service-luxury-visual {
    width: 100%;
}

.service-luxury-panel {
    width: 100%;
    padding: 34px 34px 30px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(180deg, rgba(16,16,16,0.92), rgba(8,8,8,0.96));
    -webkit-box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.service-luxury-image {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    -webkit-box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.service-luxury-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), transparent 42%, rgba(0,0,0,0.45) 100%);
    pointer-events: none;
}

.service-luxury-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.service-luxury-badge {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 2;
    padding: 22px 22px 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(10, 10, 10, 0.60);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    color: var(--color-white);
    border-radius: 18px;
}

.service-luxury-badge__eyebrow,
.service-luxury-kicker {
    display: inline-block;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 11px;
    color: #d7b56d;
}

.service-luxury-badge strong {
    display: block;
    margin-top: 8px;
    font-family: SVN-GilroyH;
    font-size: 28px;
    line-height: 1.15;
    text-transform: uppercase;
}

.service-luxury-badge p,
.service-luxury-lead {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.8;
}


.service-luxury-header .service-list-title {
    margin: 6px 0 0;
    font-size: 42px;
    line-height: 1.05;
}

.service-luxury-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0 20px;
    padding: 0;
    border: 0;
    overflow: visible;
}

.service-luxury-tabs .service-list {
    width: 100%;
    max-width: none;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.03);
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.service-luxury-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-luxury-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.service-luxury-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.50));
}

.service-luxury-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.service-luxury-card__body {
    position: relative;
    padding: 18px 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
}

.service-luxury-card__index {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d7b56d, #8f6f2a);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.14em;
}

.service-luxury-card__body .service-list-name {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: var(--color-white);
    font-size: 15px;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.service-luxury-card__body .service-list-desc {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    line-height: 1.7;
    text-transform: none;
}

.service-luxury-tabs .service-list:hover,
.service-luxury-tabs .service-list.choosed {
    border-color: rgba(215, 181, 109, 0.55);
    background: rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: 0 20px 42px rgba(0, 0, 0, 0.30);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.30);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.service-luxury-tabs .service-list.choosed .service-luxury-card__index {
    background: linear-gradient(135deg, #f0d48a, #b58a34);
}

.service-luxury-content {
    height: auto;
    max-height: 420px;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02));
}

.service-luxury-content .btn-service {
    border-radius: 16px;
    border-color: rgba(255,255,255,0.10);
    background: rgba(255,255,255,0.96);
    -webkit-box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.service-luxury-content .btn-service span {
    font-size: 18px;
}

@media (max-width: 1199px) {
    .service-luxury-visual {
        min-height: 380px;
    }
}

@media (max-width: 767px) {
    .section-services-luxury {
        padding: 55px 0;
    }

    .section-services-luxury .row_about {
        grid-template-columns: 1fr;
    }

    .service-luxury-panel {
        padding: 24px 18px 20px;
    }

    .service-luxury-header .service-list-title {
        font-size: 34px;
    }

    .service-luxury-tabs {
        grid-template-columns: 1fr;
    }

    .service-luxury-card__body {
        padding: 16px;
    }

    .service-luxury-badge {
        left: 16px;
        right: 16px;
        bottom: 16px;
        padding: 18px 16px 16px;
    }

    .service-luxury-badge strong {
        font-size: 22px;
    }

    .service-luxury-visual {
        min-height: 320px;
    }
}

/* Giải đáp những thắc mắc khi xây dựng */
.bglist-question {
}

.list-question {
    max-height: 390px;
    overflow: auto;
}

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

.list-question::-webkit-scrollbar-track {
    background: var(--color-static2);
}

.list-question::-webkit-scrollbar-thumb {
    background: var(--color-static);
}

.list-question::-webkit-scrollbar-thumb:hover {
    background: var(--color-static3);
}

.list-question ul {
    list-style: none;
    padding: 0;
}

.list-question ul li {
    position: relative;
    z-index: 1;
    margin: 10px 0;
}

.list-question ul li a {
    display: block;
    position: relative;
    font-size: 13px;
    color: var(--color-dark);
    font-weight: 600;
    line-height: 1.5rem;
    padding: 10px 8px;
    text-transform: capitalize;
    text-decoration: none!important;
}

.list-question ul li > a.active, .list-question ul li:hover > a {
    color: var(--color-dark);
}

.list-question ul li:last-child {
    border: none;
}

.question .whychoose_desc {
    display: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.question.active .whychoose_desc {
    display: block;
    padding: 20px;
    font-size: 14px;
    text-align: justify;
    color: var(--color-white);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.question img, .question img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: block;
    width: 30px;
    height: 30px;
    /* margin: 12.5px auto; */
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0;
}

.question.active img, .question.active img {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bg_whychoose_name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 2px solid;
    border-color: var(--color-white);
    padding-bottom: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.question.active .bg_whychoose_name {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.question.active .whychoose_name {
    color: var(--color-white);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.whychoose_name {
    color: var(--color-white);
    margin-bottom: 0;
    font-family: SVN-GilroyM;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
}

/*Quy trình hoạt động*/
/* .w-actProcess{background: url(../images/bg1.jpg) no-repeat;background-size: cover;} */
.bgactProcess {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    position: relative;
}

.actProcess_for::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 1px;
    top: 0;
    left: 10%;
    right: 10%;
    background: var(--color-white);
}
.actProcess_for::before {
    position: absolute;
    content: '';
    width: 80%;
    height: 2px;
    top: 121px;
    left: 10%;
    right: 10%;
    background: var(--color-white);
}

.actProcess_for .slick-track::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 2px;
    top: 121px;
    left: 10%;
    right: 10%;
    background: var(--color-white);
}

.actProcess-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 1rem;
    padding-top: 50px;
}

.actProcess-item::before {
    position: absolute;
    content: '';
    width: 23px;
    height: 19px;
    right: -11px;
    top: 112px;
    z-index: 2;
    background: url(../images/next2.png) no-repeat;
}
.step5.actProcess-item::before{
    content:'';
    background:transparent;
    display:none;
}
.actProcess-item::after {
    position: absolute;
    content: '';
    width: 1px;
    height: -webkit-calc(135px / 2);
    height: -moz-calc(135px / 2);
    height: calc(135px / 2);
    right: 50%;
    top: -webkit-calc(0% - -webkit-calc(135px / 2));
    top: -moz-calc(0% - -moz-calc(135px / 2));
    top: calc(0% - calc(135px / 2));
    top: 0%;
    background: var(--color-white);
}

.actProcess-info {
    color: var(--color-white);
}

.actProcess-desc {
    color: var(--color-white);
    font-size: 13px;
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 0;
}

.bgactProcess_for {
    width: 98%;
    height: unset;
    margin: auto;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.actProcess_for {
    width: 100%;
}

.bgactProcess_nav {
    width: 100%;
    height: 100%;
}

.actProcess-image {
    display: block;
    position: relative;
}

.actProcess-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: #00000099;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.actProcess-decor {
    position: relative;
    z-index: 99;
    width: 125px;
    height: 125px;
    background: var(--color-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px;
    margin: 5px;
    margin-bottom: 1.5rem;
}

.actProcess-decor::before {
    position: absolute;
    content: '';
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid var(--color-white);
    -webkit-box-shadow: inset 0px 0px 5px #000000bb;
    -moz-box-shadow: inset 0px 0px 5px #000000bb;
    box-shadow: inset 0px 0px 5px #000000bb;
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: -webkit-calc(100% + 10px);
    height: -moz-calc(100% + 10px);
    height: calc(100% + 10px);
    top: -5px;
    left: -5px;
}

.actProcess-decor span {
    font-family: SVN-GilroyB;
    text-align: center;
    color: var(--color-dark);
    font-size: 16px;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}

/* .actProcess-item.active .actProcess-decor{background: #ffffff;}
.actProcess-item.active .actProcess-decor img{filter: invert(80%) sepia(67%) saturate(3837%) hue-rotate(198deg) brightness(90%) contrast(101%);}
.actProcess-item:hover .actProcess-decor {animation: 2s mycriteria infinite;} */
.bgprogress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.bgprogress p {
    color: var(--color-white);
    font-family: SVN-GilroyH;
    font-size: 16px;
    line-height: normal;
    flex-grow: 1;
    text-align: center;
}
.wrap-ser{
    
}

.padding50 {
    padding: 50px 0;
}
.position-relative {
    position: relative !important;
}
.slider {
    width: 80%;
    margin: 0 auto;
}
.slider-item {
    margin: 10px 20px;
}
.wrap-content-doitac{
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}
.bgmap-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid;
    border-color: #ffffff50;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
}
.map-item {
    padding: 0 0;
    color: var(--color-white);
    text-transform: uppercase;
    font-family: SVN-GilroyB;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    cursor: pointer;
    width: 30%;
}

.map-item:hover, .map-item.active {
    color: var(--color-static2);
}
.map-item-content{
    width: 70%;
}
.map-item-content p{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.map-item-content p span:nth-child(1){
    width: 20%;
}
.map-item-content p span:nth-child(2){
    width: 80%;
}
.content-main{
    color:#fff;
    position: relative;
    padding: 30px 0;
}


/* designer */
.designer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 70px;
    position: relative;
}

.bgdesigner {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 1rem;
}

.designer-item {
    width: -webkit-calc(100% / 4 - 1rem);
    width: -moz-calc(100% / 4 - 1rem);
    width: calc(100% / 4 - 1rem);
}

.designer1 {
    width: 100%;
}

.designer2,.designer3 {
    width: -webkit-calc(100% / 2 - 1rem);
    width: -moz-calc(100% / 2 - 1rem);
    width: calc(100% / 2 - 1rem);
}

.designer-static {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.designer-avatar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 10px;
    overflow: hidden;
}

.designer-name {
    color: var(--color-white);
    text-transform: uppercase;
    font-family: SVN-GilroyM;
}

.designer-desc {
    color: var(--color-white);
    font-weight: 300;
    font-style: italic;
}

.designer3 .bgdesigner-item {
    margin: auto;
    margin-left: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.designer2 .bgdesigner-item {
    margin: auto;
    margin-right: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/*Giới thiệu*/
.bg-aboutus .wrap-content {
    width: 80%;
    max-width: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.image-aboutus {
    width: 40%;
}

.info-aboutus {
    margin-top: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.title-aboutus {
    margin-bottom: 1rem;
}

.title-aboutus span {
    font-family: SVN-GilroyH;
    font-size: 32px;
    line-height: 1.25;
    text-transform: uppercase;
    color: var(--color-white);
    background: var(--bg1-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.desc-aboutus {
    margin-bottom: 1rem;
    font-size: 15px;
    line-height: 1.75;
    color: var(--color-white);
    text-align: justify;
}

.actProcess_nav .slick-slide img{
    width:100%;
    display: inline-block;
    aspect-ratio: 1366 / 670;
    object-fit: contain;
}

.list-faq {
    max-width: 1020px;
    margin: 0 auto 20px;
    font-size: 14px;
}

.list-faq .faq-item:first-child {
    border-top: none;
}

.list-faq .faq-item {
    border-top: 1px solid #f1ead6;
    position: relative;
    padding-top: 26px;
    padding-bottom: 23px;
}

.list-faq .qus {
    padding-left: 17px;
    padding-right: 150px;
    position: relative;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

.list-faq .ans {
    padding-left: 60px;
    padding-right: 150px;
    padding-top: 12px;
    display: none;
}

.list-faq .qus span {
    font-size: 15px;
    position: absolute;
    top: -6px;
    left: 0;
}

.list-faq .qus .dots-add {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    right: 0
}

.list-faq .qus .dots-add:before {
    content: '';
    width: 100%;
    border-bottom: 1px solid #fff;
    top: 50%;
    display: block;
    position: absolute;
    left: 0
}

.list-faq .qus .dots-add:after {
    content: '';
    height: 100%;
    border-left: 1px solid #fff;
    left: 50%;
    top: 0;
    margin-top: 1px;
    display: block;
    position: absolute;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.list-faq .qus.active .dots-add:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.list-faq .faq-item:hover .qus,
.list-faq .qus.active {
    color: var(--bgmain);
}

.owl-hinhanhsp .owl-prev,
.owl-hinhanhsp .owl-next{
        font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;

}
.owl-hinhanhsp .owl-prev{
    left:0;
}
.owl-hinhanhsp .owl-next{
    right: 0;
}
.owl-hinhanhsp .owl-prev:before,
.owl-hinhanhsp .owl-next:before{
      font-family: 'Font Awesome 5 Pro';
      /* font-weight: 900; */
      font-size: 44px;
      line-height: 1;
      /* opacity: .75; */
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale
}
.owl-hinhanhsp .owl-prev:before{
    content: "\f053";
}
.owl-hinhanhsp .owl-next:before{
        content: "\f054";
}


/* loadpage website */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    pointer-events: none;
}

#loader-wrapper #wrap {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

#loader-wrapper.show1 #wrap {
    background: transparent
}

#loader-wrapper:after {
    -webkit-mask: url(../images/mask-01.png);
    mask: url(../images/mask-01.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    z-index: 99999;
}

#loader-wrapper.show1::after {
    -webkit-animation: MaskPlay 1s steps(22) forwards;
    -moz-animation: MaskPlay 1s steps(22) forwards;
    -o-animation: MaskPlay 1s steps(22) forwards;
    animation: MaskPlay 1s steps(22) forwards;
}

#loader-wrapper.show1 #wrap {
    opacity: 0;
}

.loading-text ul {
    margin-top: 1.875rem;
}

.loading-text ul li {
    -webkit-animation: anime 1.5s infinite linear;
    -moz-animation: anime 1.5s infinite linear;
    -o-animation: anime 1.5s infinite linear;
    animation: anime 1.5s infinite linear;
    display: inline-block;
    font-family: var(--bs-font-monospace);
    font-size: 1.875rem;
    letter-spacing: 1px
}

.loading-text ul li:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.loading-text ul li:nth-child(2) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.loading-text ul li:nth-child(3) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.loading-text ul li:nth-child(4) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s
}

.loading-text ul li:nth-child(5) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.loading-text ul li:nth-child(6) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s
}

.loading-text ul li:nth-child(7) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s
}

.loader {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding-bottom: 3.125rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001
}

.loader__border {
    border: 1px solid;
    border-color: var(--color-white);
    padding: 20px;
    position: relative;
}

.loader__border img {
    position: relative;
    z-index: 10;
}

.loader__border::before {
    background: #000;
    position: absolute;
    content: '';
    width: 110%;
    height: 30%;
    bottom: 0;
    left: -5%;
    -webkit-animation: 15s spin infinite;
    -moz-animation: 15s spin infinite;
    -o-animation: 15s spin infinite;
    animation: 15s spin infinite;
}
.position-relative .container{
    width: 100% !important;
    max-width: 1200px !important;
}
.dichvu-list-a{

}
.dichvu-list-a a{
    display: block;
    position: relative;
}
.dichvu-list-a a span{
    position: absolute;
    bottom: 5%;
    left:0;
    right:0;
    margin: 0 auto;
    width: fit-content;
    margin-top: 0.5rem;
    overflow: hidden;
    padding: 12px 30px 10px;
    background: var(--bg2-gradient);
    border: 1px solid;
    border-color: #00000000;
    transition: all 0.4s linear;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: SVN-GilroyB;
}
.position-relative.bgwhite{
    background: #fff;
    padding: 30px 0;
}
.choose_cat{
    padding:30px 0 30px;
    text-align: center;
    gap: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.choose_cat span{font-size: 20px;font-family: var(--fontSVNGM);cursor: pointer;}
.choose_cat span:hover,
.choose_cat span.choosed{background: var(--bg2-gradient);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.title-pro-detail-cat{
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font);
    background: var(--bg3-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}
.btn-detail-service{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.btn-detail-service a{
    display: block;
    padding: 12px 20px;
    border: 1px solid #ccc;
    color:#000;
    width: 40%;
    text-align: center;
}
.img-duan-detail{
    text-align: center;
}
.img-duan-detail img{
    width: 100%;
}
.owl-hinhanhsp  .dichvu-list-a{
    text-align: center;
}

.box-actProcess_for{
    width: 100%;
    overflow-x: auto;
}
.box-actProcess_for-1200{
    width:1200px;
    margin: 0 auto;
}
.actProcess_for{
    position: relative;
    display: flex;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
}
.actProcess_for > div{
    width: 20%;
}
.actProcess-item{

}
.box-actProcess_for::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.box-actProcess_for::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.box-actProcess_for::-webkit-scrollbar-track {
    background-color: var(--bgbtntienich);
}

.box-actProcess_for::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

.box-actProcess_for::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: var(--bgbtntienich);
    border-radius: 3px;
}

.box-actProcess_for::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.box-actProcess_for::-webkit-resizer {
    background-color: var(--bgbtntienich);
}
.slider-doitac .slick-prev {
    /* left: 42px; */
}
.slider-doitac .slick-next {
    right: 5px;
}
.grid-item.item_project {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.contact-fomr-info-box{position: relative;text-align: left;}
    .contact-fomr-info-box img{
        margin: 0;
        /* left: 0; */
        /* top: 0; */
    }
    .contact-fomr-info{text-align: left;position: absolute;background: #23252D;color: #Fff;padding: 30px;right: 0;bottom: 0;width: 80%;}
    .info-item-ct{margin: 15px 0;}
    .info-item-ct p{
        color: #fff;
        font-size: 15px;
        font-family: var(--fontB);
        margin: 0 0 5px 0;
    }
    .info-item-ct p i{
        padding: 0 5px 0 0;
    }
    .info-item-ct a,
    .info-item-ct span{
        display: block;
        color: #fff;
        padding: 0 0 0 25px;
    }
    .mangxahoi_contact{
        margin: 30px 0 0 ;
    }
    .mangxahoi_contact a{
        margin: 0 5px 0 0;
    }
    .mangxahoi_contact a img{
        max-height: 28px;
    }
.des-form {
    text-align: center;
    font: 16px var(--font);
    color: #2E3740;
    margin: 0 0 20px 0;
}