html, body {
    overflow-x: hidden;
}

.slick-full-height .slick-track {
    display: flex !important;
}

.slick-full-height .slick-slide {
    height: inherit !important;
}

.text-black {
    color: var(--black);
}

.modal .modal-content {
    position: relative;
    border-radius: 6px;
}
.header-main.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(255,255,255,0.81);
  box-shadow: 0 0 6px rgb(0 0 0 / 30%);
}

.modal .close {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: -15px;
    right: -15px;
    background: var(--red);
    color: var(--white);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
}

/*Header*/
.logo-section img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    mix-blend-mode: multiply;
}
/*End Header*/

/*Box Intro*/
.box-intro .inner-images {
    position: relative;
}

.box-intro .inner-sliders {
    position: relative;
}

.box-intro .inner-sliders:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: var(--color-main);
}

.box-intro .slick-slider img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.box-intro .slick-arrow {
    top: calc(100% + 10px);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    filter: opacity(1);
    height: 30px;
}

.box-intro .slick-prev, .box-intro .slick-slider:hover .slick-prev {
    left: auto;
    right: calc(36% + 40px);
}

.box-intro .slick-next, .box-intro .slick-slider:hover .slick-next {
    right: 36%;
}

.slick-prev, .slick-next {
    top: 10% !important;
}

.box-intro .slick-prev:before {
    content: "\e92f";
}

.box-intro .slick-next:before {
    content: "\e934";
}

.box-intro .inner-image {
    position: absolute;
    bottom: -40px;
    right: -20px;
    width: 36%;
}

.box-intro .inner-image img {
    width: 100%;
    height: auto;
}

.box-intro .inner-content {
    padding: 30px;
}

.box-intro .inner-sub-title {
    font-size: 16px;
    text-transform: uppercase;
}

.box-intro .inner-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--color-main);
    margin-bottom: 22px;
}

.box-intro .inner-desc {
    font-size: 16px;
    margin-bottom: 35px;
}
/*End Box Intro*/

/*Button*/
.button-main {
    background: var(--color-main);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 5px;
}

.button-main:hover {
    color: var(--white);
}

.button-main i {
    margin-left: 6px;
}
/*End Button*/

/*Box Head*/
.box-head {
    margin-bottom: 30px;
}

.box-head__title {
    font-size: 32px;
    font-weight: 600;
    color: var(--color-main);
    margin-bottom: 0;
}

.box-head__desc {
    max-width: 800px;
    margin: 15px auto 0;
    font-size: 16px;
}

.box-head--white .box-head__title {
    color: var(--white);
}

.box-head--white .box-head__desc {
    color: var(--white);
}
/*End Box Head*/

/*Menu Grid*/
.menu-grid {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.menu-grid__item {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 10px;
}

.menu-grid__box {
    background: var(--white);
    border-radius: 6px;
    padding: 30px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.menu-grid__box img {
    width: 74px;
    height: 74px;
    object-fit: contain;
    margin-bottom: 30px;
}

.menu-grid__title {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}

.menu-grid__box:hover {
    background: var(--color-main);
    color: var(--white);
}

.menu-grid__box:hover img {
    filter: brightness(0) invert(1);
}
/*End Menu Grid*/

/*Highlight*/
.highlight {
    background: #E9E9E9;
    padding: 40px 0;
}

.highlight__item {
    text-align: center;
}

.highlight__item-number {
    font-size: 46px;
    font-weight: 600;
    color: var(--color-main);
    margin-bottom: 10px;
}

.highlight__item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}
/*End Highlight*/

/*Gallery*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
}

.gallery__image, .gallery__video {
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
}

.gallery__image {
    flex: 0 0 60%;
    max-width: 60%;
}

.gallery__image-list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px;
}

.gallery__image-item {
    position: relative;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    margin-bottom: 6px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.gallery__image-item:nth-child(2) {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.gallery__image-item img {
    width: 100%;
    aspect-ratio: 12/9;
    object-fit: cover;
}

.gallery__image-item:nth-child(2) img {
    aspect-ratio: 24/9;
}

.gallery__video {
    flex: 0 0 40%;
    max-width: 40%;
}

.gallery__video-box {
    display: block;
    position: relative;
}

.gallery__video-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    opacity: 0.72;
}

.gallery__video-box > img {
    width: 100%;
    aspect-ratio: 11.92/9;
    object-fit: cover;
}

.gallery__video-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gallery__video-title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: 10px;
}

.gallery__video-desc {
    color: var(--white);
    margin-bottom: 15px;
}

.gallery__video-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}
/*End Gallery*/

/*Testimonial*/
.testimonial {
    padding: 80px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-main);
    opacity: 0.75;
}

.testimonial__item {
    text-align: center;
}

.testimonial__image {
    margin-bottom: 15px;
}

.testimonial__image img {
    border-radius: 50%;
    width: 128px;
    height: 128px;
    object-fit: cover;
    border: 5px solid var(--white);
}

.testimonial__name {
    font-size: 23px;
    font-weight: 600;
    color: var(--white);
}

.testimonial__position {
    color: var(--white);
}

.testimonial__content {
    background: var(--white);
    padding: 40px 26px;
    border-radius: 14px;
    margin-top: 34px;
    position: relative;
}

.testimonial__content:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--white);
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
}

.testimonial__title {
    font-size: 15px;
    font-weight: 600;
    /* margin-bottom: 22px; */
    margin-left: 15px;
    /* margin-top: 20px; */
}
/*End Testimonial*/

/*Box Partner*/
.box-partner__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border-radius: 6px;
    padding: 10px;
    aspect-ratio: 16/9;
}

.box-partner__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*End Box Partner*/

/*Box Contact*/
.box-contact {
    position: relative;
    padding-top: 130px;
}

.box-contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-main);
    opacity: 0.75;
}

.box-contact .box-head {
    position: relative;
}

.box-contact .inner-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: var(--white);
    margin-bottom: -118px;
    z-index: 1;
}

.box-contact .info-item {
    width: 33.33333333%;
    padding: 32px 22px;
    text-align: center;
}

.box-contact .info-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.box-contact .info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.box-contact .info-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--black);
}

.box-contact .info-desc {
    color: var(--black);
}

.box-contact__map {
    position: relative;
    width: 100%;
    height: 500px;
}

.box-contact__map iframe {
    width: 100%;
    height: 100%;
}
/*End Box Contact*/

/*Footer*/
.bct img {
    max-width: 100%;
    max-height: 60px;
}
/*End Footer*/

/*Button Contact Fixed*/
.contact-fixed {
    z-index: 999;
    right: 20px;
    bottom: 20px;
    position: fixed;
    height: 60px;
    width: 60px;
    background: var(--color-main);
    border-radius: 50%;
    cursor: pointer;
}

.contact-fixed__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 10px;
    line-height: 11px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__button.show {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.contact-fixed__button i {
    font-size: 24px;
    margin-bottom: 2px;
}

.contact-fixed__pulsation {
    width: 84px;
    height: 84px;
    background-color: var(--color-main);
    border-radius: 50px;
    position: absolute;
    left: -12px;
    top: -12px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}

.contact-fixed__pulsation:nth-child(2n) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.contact-fixed__close {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: var(--white);
    font-size: 24px;
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in .12s all;
    -o-transition: ease-in .12s all;
    transition: ease-in .12s all;
}

.contact-fixed__close.show {
    -webkit-transform: rotate(-45deg) scale(1);
    -ms-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.contact-fixed__list {
    background: center no-repeat var(--white);
    box-shadow: 0 0 10px rgb(0 0 0 / 60%);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out .12s all;
    -o-transition: ease-out .12s all;
    transition: ease-out .12s all;
    z-index: 10000;
}

.contact-fixed__list:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--white);
    border-left: 8px solid transparent;
    content: '';
}

.contact-fixed__list.show {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.contact-fixed__item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    width: 100%;
}

.contact-fixed__item:hover {
    background-color: #eeeeee;
    color: var(--color-text);
}

.contact-fixed__item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-right: 12px;
    background-color: var(--color-main);
    border-radius: 50%;
    padding: 8px;
}

.contact-fixed__item-icon img {
    filter: brightness(0) invert(1);
}

.language-box {
    display: flex;
}

@keyframes arcontactus-pulse {
	0% {
		-webkit-transform:scale(0);
		transform:scale(0);
		opacity:1
	}
	50% {
		opacity:.5
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
		opacity:0
	}
}
img.img-fluid.image-icon {
    width: 64px;
    height: auto;
    object-fit: cover;
}
.item.testimonial__list-item {
    display: flex;
    align-items: center;
}



/*End Button Contact Fixed*/

.news-top .article-item .inner-content {
    padding: 0;
}

.news-top {
    background: white;
    padding: 15px 10px;
}
.visualControl {
    width: 1280px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 54px;
}
.visualControl button {
    width: 30px;
    height: 30px;
    position: relative;
    border: 1px solid var(--color-main);
    font-size: 0;
    letter-spacing: 0;
    line-height: 0;
    text-indent: -1000em;
    border-radius: 50%;
    background: none;
}
.visualControl button.pause:before, .visualControl button.pause:after {
    width: 3px;
    height: 14px;
    background: var(--color-main);
    content: "";
    display: block;
    position: absolute;
    top: 7px;
}
.visualControl button.pause:before {
    left: 9px;
}
.visualControl button.pause:after {
    right: 9px;
}
.visualControl button.play:after {
    border-top: 8px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 10px;
}
.slider-section .slick-dots {
    width: 1280px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 67px;
    margin-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
}
.slider-section .slick-dots li {
    font-size: 0;
    margin: 0;
}
.slider-section .slick-dots li button {
    width: 80px;
    height: 4px;
    background: #e0e0e1;
    font-size: 0;
    letter-spacing: -1000em;
    text-indent: -1000em;
    line-height: 0;
    border: 0;
    padding: 0;
}
.slider-section .slick-dots li.slick-active button {
    background: var(--color-main);
}

.slider-section .slick-dots li button:before {
    opacity: 0;
}
.radio-list p {
    margin-bottom: 20px;
}
.form-question input.form-control {
    border: 0;
    border-bottom: 1px dashed #ddd;
    border-radius: 0;
    padding-left: 0;
}
.inner-image_document {
    text-align: center;
   
}
.inner-content_document{
     line-height: 63px;
}
.article-item_document {
    align-items: center;
}
.media_document-text{
    margin-right: 7px;
}
/*Responsive*/
.is-mobile .menu-section > ul > li > a:after {
    content: none;
}
.contact-home a:hover {
    background: var(--color-hightlight) !important;
    color: white !important;
}

@media (max-width: 1199px) {
    .gallery__video-title {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .box-intro .inner-content {
        padding: 0;
        margin-top: 60px;
    }
    
    .menu-grid__item {
        flex: 0 0 25%;
        max-width: 25%;
    }
    
    .gallery__image {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .gallery__video {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .testimonial__name {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .box-intro .inner-title {
        font-size: 24px;
    }
    
    .box-head__title {
        font-size: 24px;
    }
    
    .menu-grid__item {
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    
    .box-contact .info-item {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 16px 20px;
    }
    
    .testimonial {
        padding: 40px 0;
    }
    
    .box-contact {
        padding-top: 80px;
    }
    
    .box-contact .inner-info {
        margin-bottom: 0;
    }
    .contact-home a {
        float: left !important;
    }
    .slick-prev {
        top: -20% !important;
        left: -7% !important;
    }
    .slick-next {
        top: -20% !important;
        right: -7% !important;
    }
}

@media (max-width: 480px) {
    .menu-grid__item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
/*End Responsive*/
#showmenu {
    top: 18px;
}
.site-header.header-logo .logo img {
    margin: 0px 0;
}
.wtb-breadcrumb {
    display: none;
}
.bg-brc {
    display: none;
}
#footer {
    display: none;
}
#content .container div {
    display: none;
}
#content {
    height: calc(100vh - 70px);
    overflow: hidden;
    background: url(/wp-content/uploads/2022/01/bg.jpg);
    background-size: cover;
}
.lang-menu {
    float: right;
    padding: 20px 0 0px 25px;
}
iframe {
    background: #00000040;
}
@media only screen and (max-width: 992px) {
    #content {
        height: calc(100vh - 60px);
    }
}
@media only screen and (max-width: 600px) {
    #iframeBook {
        margin-top: -30px;
    }
}

.magazine-viewport .page {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.magazine-viewport {
    width: auto !important;
    height: calc(100vh - 70px) !important;
}
.magazine-viewport .next-button, .magazine-viewport .previous-button {
    top: 50% !important;
    transform: translateY(-50%);
    height: auto !important;
    font-size: 29px;
    width: 35px !important;
    background: #ffffffc4;
    border-radius: 4px !important;
    text-align: center;
}
.magazine-viewport .previous-button:before {
    font-family: 'iconsax' !important;
    content: "\e931";
}
.magazine-viewport .next-button:before {
    font-family: 'iconsax' !important;
    content: "\e936";
}
.magazine-viewport .previous-button {
    left: -40px !important;
}
.magazine-viewport .next-button {
    right: -40px !important;
}
.magazine-viewport .magazine {
    /*top: 0 !important;*/
    /*left: 0 !important;*/
}
.bg-catalogue {
    background-image: url(/templates/fashion02/assets/media/background/z4108572342959_a692590bbce99f477a4693e74c3b194b.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.language-section img {
    width: 25px;
    height: 20px;
    object-fit: cover;
    margin-left: 8px;
}

.item_duan {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ratio-130 {
    padding-top: 130%;
}

.space-5 > .row {
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.space-5 > .row > div {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.item-divhvu {
    background: var(--white);
    border-radius: 6px;
    overflow: hidden;
}

.header-main>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search-small .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 300px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 15%);
}
.search-small:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset;
}
.search-small .input-group input {
    height: 32px;
    width: 100%;
    border-radius: 3px !important;
    border-color: #DBDBDB !important;
}
.search-small .input-group .input-group-append {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.search-small .btn-submit {
    width: 32px;
    height: 32px;
    background: none;
    z-index: 5;
    color: #BEBEBE;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
@media (max-width:1280px) {
    .form-search {
        display: none;
    }
    
    .search-small {
        display: inline-block !important;
    }
    .menu-section > ul > li > a {
        font-size: 14px;
    }
    
    .menu-section > ul > li {
        margin: 0 12px;
    }
}
@media (max-width:1000px) {
    body:not(.is-mobile) .header-main>.row>div>div:nth-child(1) {
        order: 2;
    }
    body:not(.is-mobile) .header-main>.row>div>div:nth-child(2) {
        order: 1;
    }
    body:not(.is-mobile) .header-main>.row>div>div:nth-child(3) {
        order: 3;
    }
}
