:root {
    --black: #000;
    --white: #fff;
    --theme: #bb986e;

    --border: #D9D9D9;

    --text: #262626;
    --text2: #334862;
    --text3: #e09740;

    --bg1: #d9d9d9;
    --bg2: #25d366;
    --bg3: #f6f5ed;

    /* --font1: "Cormorant Garamond", serif; */
    --font1: "Roboto", sans-serif;
    --font2: "Roboto", sans-serif;
}

.space {
    height: 1500px;
    background-color: var(--bg1);
}

/* all  */

html,
body {
    font-family: var(--font2);
    color: var(--text);
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 300;
}

body {
    top: 0px !important;
}

body.over {
    position: fixed !important;
    top: 0;
    width: 100%;
}

html.stop {
    overflow: hidden;
    -webkit-overflow-scrolling: hidden;
}

.adm-glyphicon span {
    background: url('../img/setting.png');
    background-size: cover;
    width: 12px;
    height: 12px;
    display: block;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.svg-div {
    display: none;
}

.wrap {
    max-width: 1270px;
    margin: 0 auto;
}

.wrap2 {
    max-width: 845px;
    margin: 0 auto;
}

.img-100 {
    position: relative;
    height: 0;
    overflow: hidden;
    display: block;
}

.img-100>img {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

.img-100>iframe {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

.wrap-img {
    padding-bottom: 100%;
}

button,
input,
a {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-tap-highlight-color: transparent !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: unset;
    font-weight: unset;
    margin: 0px;
    padding: 0px;
}

a {
    transition: .3s linear;
    color: var(--text2);
}

a:hover,
a:focus {
    text-decoration: none;
    color: var(--text2);
}

input,
button,
textarea,
select {
    outline: none;
}

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

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

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

.skiptranslate {
    display: none !important;
}

.mb-on7 {
    display: none;
}

.mb-off7 {}

/* all end  */


/* owl button  */

.owl-has-dot .owl-dots {
    margin-top: 32px;
    text-align: center;
}

.owl-has-dot .owl-dots button:not(:last-child) {
    margin-right: 10px;
}

.owl-has-dot .owl-dots button span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: var(--bg1);
    border-radius: 50%;
}

.owl-has-dot .owl-dots button.active span {
    background-color: var(--theme);
}

.owl-has-nav {
    position: relative;
    overflow: hidden;
}

.owl-has-nav .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    display: inline-block;
    width: 44px;
    height: 48px;
    transition: all .3s linear;
    border-radius: 50%;
    border: 1px solid var(--black) !important;
    opacity: 0.8;
}

.owl-has-nav .owl-nav button:hover {
    opacity: 1;
}

.owl-has-nav .owl-nav button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--black);
}

/* 
  .owl-has-nav .owl-nav button.disabled {
    background-color: #000000B2 !important;
  } */

.owl-has-nav .owl-nav .owl-prev {
    left: 40px;
    /* opacity: 0;
    visibility: hidden; */
}

.owl-has-nav .owl-nav .owl-next {
    right: 40px;
}

/* owl button end */

/* header  */
.header {
    position: relative;
    z-index: 100;
    background-color: var(--black);
}

.header .container-fluid {
    white-space: nowrap;
}

.header .header-mb-box {
    display: none;
    vertical-align: middle;
    margin-left: auto;
}

.header .header-mb-box .header-booking {
    color: var(--white);
    background: var(--text3);
    padding: 7px 11px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 9px;
}

.header .header-mb-box .menu-mobile-btn {
    border: none;
    padding: 0;
    background: transparent;
    transform: scale(0.8) translateY(4px);
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    visibility: visible;
    transition: all .3s linear;
}

.header .header-mb-box .menu-mobile-btn.on {
    opacity: 0;
    visibility: hidden;
}

.header .header-logo {
    display: inline-block;
    width: 200px;
    vertical-align: middle;
    margin-right: 15px;
}

.header .header-logo .logo-mb {
    display: none;
    transition: all .3s linear;
    height: 70px;
}

.header .logo2 {
    display: inline-block;
    height: 90px;
    vertical-align: middle;
    margin-right: 20px;
}

.header .logo2 img {
    height: 100%;
}

.header .menu-pc {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.header .menu-pc>ul>li {
    display: inline-block;
}

.header .menu-pc>ul>li>a {
    color: var(--white);
    border-radius: 6px;
    display: block;
    background: var(--black);
    padding: 7px 10px;
    font-size: 18px;
    font-weight: 700;
    margin: 0 2px;
}

.header .menu-pc>ul>li>a:hover {
    background: var(--theme);
}

.header .menu-pc>ul>li.active>a {
    background-color: var(--theme);
}

.header .header-search {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.header .header-search .header-search-btn {
    background: transparent;
    border: none;
    box-shadow: none;
    transform: translateY(3px);
}

.header .header-search .header-search-box {
    position: absolute;
    padding: 30px;
    background: var(--white);
    right: -15px;
    top: calc(100% + 10px);
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
}

.header .header-search .header-search-box::after {
    content: "";
    position: absolute;
    top: -9px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--white);
    right: 20px;
}

.header .header-search .header-search-box form {
    position: relative;
}

.header .header-search .header-search-box input {
    height: 48px;
    width: 260px;
    border: 1px solid var(--border);
    padding: 0 15px;
}

.header .header-search .header-search-box button {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: var(--theme);
}

.header .header-search .header-search-box button svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header .header-search .header-search-btn:hover~.header-search-box,
.header .header-search .header-search-box:hover {
    opacity: 1;
    visibility: visible;
}

.header.affix .logo2 {
    height: 65px;
}

.header.affix {
    width: 100%;
    position: fixed;
    background-color: var(--black);
    top: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: slide-down .5s linear forwards;
}

/* mb-menu  */

.custom-menu {
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    height: 100%;
    transition: all 0.3s linear;
    position: fixed;
    display: none
}

.custom-menu .mb-mini-close {
    position: absolute;
    right: 27px;
    top: 25px;
    background: transparent;
    border: none;
}

.shadow,
span.fas {
    position: absolute;
    top: 0;
    transition: all 0.3s linear;
}

.mb-menu-div,
.shadow {
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0
}

.custom-menu.scaleDown {
    transform: translateX(0);
}

.custom-menu.scaleDown .shadow {
    background-color: rgba(24, 24, 24, .3);
}

.custom-menu.scaleDown .shadow:hover {
    cursor: pointer;
}

.mb-menu-div {
    padding: 0px;
    position: relative;
    max-width: 300px;
    min-width: 200px;
    margin: 0;
    height: 100%;
    left: 0;
}

.tab1-content,
.tab2-content {
    margin-top: 10px;
}

.tab1-content a,
.tab2-content a {
    padding: 15px 10px 15px 20px;
    color: var(--theme);
    display: block;
    font-weight: 700;
    width: 100%;
    box-shadow: rgba(236, 236, 236, 0.08) 0px 6px 24px 0px, rgba(236, 236, 236, 0.08) 0px 0px 0px 1px;
    font-size: 17px;
}

.tab1-content a:hover,
.tab2-content a:hover {
    opacity: 0.8;
}

.tab2-child-content {
    padding-left: 10px;
    border-left: 1px solid var(--white);
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s linear;
}

.tab2-child-content a {
    font-size: 14px;
    opacity: 0.8;
}

.tab2-child-content a:hover {
    opacity: 1;
}

.tab2-content-li {
    position: relative;
}

.tab2-content-li svg {
    position: absolute;
    right: 0;
    top: 2px;
    width: 60px;
    height: 30px;
    padding: 9px 20px;
    transition: all .2s linear;
    display: none;
}

.tab2-content-li.hasc svg {
    display: block;
}

.tab2-content-li svg:hover {
    cursor: pointer;
}

.tab2-content-li.set svg {
    transform: rotate(180deg);
}

.tab2-content-li:hover svg {
    opacity: 0.8;
}

/* .tab2-content-li.active .tab2-child-content {
    height: auto;
    transform: translateX(0);
  } */

.mb-menu-form {
    cursor: unset;
    cursor: unset;
    position: absolute;
    width: 260px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--black);
    height: 100%;
    padding: 50px 0px;
    overflow: scroll;
}

.mb-menu-form::-webkit-scrollbar {
    display: none;
}

.tab-content-social {
    margin-top: 20px;
    text-align: center;
}

.tab-content-social li {
    display: inline-block;
}

.tab-content-social li a {
    padding: 10px 10px;
}

.mb-menu-logo {
    text-align: center;
}

.mb-menu-logo img {
    width: 86%;
    margin: 0 auto 15px;
}

.mb-menu-search {
    width: 100%;
    height: 42px;
    position: relative;
    margin-top: 20px;
    padding: 0 20px;
}

.mb-menu-search form {
    position: relative;
}

.mb-menu-search input {
    width: 100%;
    height: 40px;
    padding: 5px 40px 5px 10px;
    border-radius: 0;
    border: 1px solid var(--border);
}

.mb-menu-search input:focus {
    outline: none;
    border: 1px solid var(--border);
}

.mb-menu-search button {
    background-color: var(--text3);
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0;
    height: 40px;
    width: 40px;
}

.mb-menu-search button svg {
    transform: translateY(2px);
}

.mb-menu-tab {
    width: 100%;
}

.mb-menu-tab .mb-menu-name {
    width: 50%;
    text-align: center;
}

.mb-menu-tab .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: var(--theme);
    color: var(--white);
    border: none;
    border-bottom: 3px solid var(--white);
    opacity: 1;
}

.mb-menu-tab .mb-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: -1px;
    color: var(--white);
    opacity: 0.5;
    transition: all 0.2s linear;
}

.mb-menu-tab .nav>li>a:focus,
.mb-menu-tab .nav>li>a:focus-visible,
.nav>li>a:hover {
    background-color: var(--theme);
    color: var(--white);
    border: none;
    border-bottom: 3px solid var(--white);
    opacity: 1;
    outline: none;
}

.mb-menu-tab2 {
    width: 100%;
    padding: 20px 20px;
    box-shadow: rgba(236, 236, 236, 0.08) 0px 6px 24px 0px, rgba(236, 236, 236, 0.08) 0px 0px 0px 1px;
}

.mb-menu-tab2 a {
    display: block;
    width: 100%;
    background: var(--text3);
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    padding: 7px 10px;
    border-radius: 5px;
}

.mb-menu-form .sf-item input {
    padding: 6px 12px;
    height: 70px;
    font-size: 15px;
    border-radius: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--white);
    width: 95%;
    color: var(--white);
}

.mb-menu-form .sf-item input:focus {
    outline: none;
    box-shadow: none;
}

.mb-menu-form .sf-button {
    border: none;
    padding: 18px;
    height: 70px;
    position: absolute;
    right: 20px;
    top: 0px;
    background: transparent;
}

.shadow-close {
    background-color: transparent;
    border: none;
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
    transition: all 0.3s linear;
}

.shadow-close svg {
    transition: all 0.3s linear;

}

.shadow:hover svg {
    transform: rotate(180deg);
}

/* mb-menu end */

/* header end */

/* home banner  */
.home-banner {
    height: 600px;
    width: 100%;
}

.home-banner .home_banner_slide {
    position: relative;
    width: 100%;
}

.home-banner .home_banner_slide img {
    height: 600px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-banner .home_banner_slide .overlay {
    background-color: rgba(0, 0, 0, 0.31);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.home-banner .home_banner_slide .banner-wrap {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    height: 600px;
    z-index: 3;
    padding: 0 15px;
}

.home-banner .home_banner_slide .home-banner-text {
    position: relative;
    max-width: 100%;
    width: 500px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.home-banner .home_banner_slide .home-banner-text .title {
    color: var(--white);
    font-size: 40px;
    display: block;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 40px;
}

.home-banner .home_banner_slide .home-banner-text .description {
    color: var(--white);
    font-size: 15px;
    line-height: 32px;
    margin: 0px 0 20px;
    display: block;
}

.home-banner .home_banner_slide .home-banner-text .link {
    color: var(--white);
    display: block;
    background-color: var(--text3);
    padding: 9px 20px 11px;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

.home-banner .owl-has-nav .owl-nav button {
    border-color: var(--white) !important;
    opacity: 0;
    visibility: hidden;
}

.home-banner .owl-has-nav .owl-nav button svg {
    color: var(--white);
}

.home-banner .owl-has-nav:hover .owl-nav button {
    opacity: 0.8;
    visibility: visible;
}

.home-banner .owl-has-nav .owl-nav .owl-prev {
    left: 45px;
}

.home-banner .owl-has-nav .owl-nav .owl-next {
    right: 45px;
}

.home-banner .owl-has-nav:hover .owl-nav .owl-prev {
    left: 40px;
}

.home-banner .owl-has-nav:hover .owl-nav .owl-next {
    right: 40px;
}

.home-banner .owl-has-dot .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

/* home banner end */

/* body section 1  */
.body-section1 {
    padding: 90px 0 0;
}

.body-section1 .left {
    position: relative;
    width: 100%;
}

.body-section1 .left .sec1-banner {
    width: 570px;
    height: auto;
    max-width: 100%;
}

.body-section1 .left .left-text {
    background: var(--text);
    color: var(--white);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 390px;
    padding: 55px 45px;
}

.body-section1 .left .left-text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
}

.body-section1 .right {
    height: 1000px;
}

.body-section1 .right .bs1-pos {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.body-section1 .right .bs1-pos h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
}

.body-section1 .right .bs1-pos p {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 30px;
}

.read-more {
    color: var(--text3);
    font-weight: 700;
    display: block;
    font-size: 24px;
    margin: 0 0 20px;
    text-transform: capitalize;
    width: fit-content;
}

.read-more svg {
    transform: scale(0.7) translateY(9px);
}

.read-more:hover {
    color: var(--text);
}

.btn-all {
    display: block;
    width: fit-content;
    background: var(--theme);
    color: var(--white);
    padding: 8px 30px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-all:hover {
    opacity: 0.8;
    color: var(--white);
}

/* body section 1 end */

/* body section 2*/
.b-section2 {
    padding: 90px 0;
}

.home-title {
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 35px;
    position: relative;
}

.home-title .adm-glyphicon {
    position: absolute;
}

.b-section2 .bs2-box-1 {
    position: relative;
    z-index: 7;
}

.b-section2 .bs2-box-1 .left {
    position: relative;
    width: 100%;
    text-align: right;
}

.b-section2 .bs2-box-1 .left .thumbnail-img {
    width: 604px;
    height: auto;
    min-height: 805px;
    position: relative;
    z-index: 3;
}

.b-section2 .bs2-box-1 .left .big-text {
    position: absolute;
    left: -42%;
    color: var(--theme);
    font-weight: 700;
    transform: rotate(-90deg);
    top: 30%;
    font-size: 180px;
    line-height: 100px;
    font-family: var(--font2);
    opacity: 0.2;
    z-index: -1;
}

.b-section2 .bs2-box-1 .left .big-text .adm-glyphicon {
    position: absolute;
    z-index: 1;
}

.b-section2 .bs2-box-1 .right .bs2-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.b-section2 .bs2-box-1 .right .bs2-box h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
    color: var(--text2);
}

.b-section2 .bs2-box-1 .right .bs2-box p {
    font-family: var(--font2);
    font-size: 15px;
    line-height: 30px;
    margin: 0 0 40px;
    color: var(--text2);
}

.b-section2 .bs2-box-2 {
    position: relative;
    z-index: 5;
}

.b-section2 .bs2-box-2 .left {
    margin-top: -50px;
}

.b-section2 .bs2-box-2 .left.left-mb {
    display: none;
}

.b-section2 .bs2-box-2 .right {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: -50px;
}

.b-section2 .bs2-box-2 .right .adm-glyphicon {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 3;
}

.b-section2 .bs2-box-2 .right .thumbnail-img {
    width: 604px;
    height: auto;
    position: relative;
    z-index: 2;
    min-height: 700px;
}

.b-section2 .bs2-box-2 .right .big-text {
    position: absolute;
    right: -31%;
    color: var(--theme);
    font-weight: 700;
    transform: rotate(90deg);
    top: 66%;
    font-size: 180px;
    line-height: 100px;
    font-family: var(--font2);
    opacity: 0.2;
}

.b-section2 .bs2-box-2 .left .bs22-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.b-section2 .bs2-box-2 .left .bs22-box h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
    color: var(--text2);
}

.b-section2 .bs2-box-2 .left .bs22-box p {
    font-family: var(--font2);
    font-size: 15px;
    line-height: 30px;
    margin: 0 0 40px;
    text-align: left;
    color: var(--text2);
}

.b-section2 .bs2-box-2 .left .bs22-box .read-more,
.b-section2 .bs2-box-2 .left .bs22-box .btn-all {
    margin-left: auto;
}

/* body section 2 end */

/* our service  */
.img-top,
.img-bottom {
    width: 100%;
    height: 150px;
}

.our-sevice {
    background-color: var(--bg3);
    padding: 35px 0;
}

.img-top img,
.img-bot img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.our-sevice .our-service-box {
    text-align: center;
}

.our-sevice .our-service-box img {
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
}

.our-sevice .our-service-box h2 {
    margin: 0 auto 20px;
    font-size: 26px;
    text-transform: uppercase;
    color: var(--theme);
    font-weight: 700;
}

.our-sevice .our-service-box p {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
}

.book-now {
    width: fit-content;
    display: block;
    margin: 30px auto 0;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--theme);
    font-weight: 700;
    padding: 6px 30px;
    border: 2px solid var(--theme);
    border-radius: 10px;
}

.book-now:hover {
    background-color: var(--theme);
    color: var(--white);
}

/* our service end */

/* waiting */
.waiting-you {
    padding: 30px 0 45px;
}

.waiting-you p {
    width: 920px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    font-family: var(--font2);
    max-width: 100%;
}

.waiting-you .home_video_box {
    width: 100%;
    position: relative;
    pointer-events: none;
}

.waiting-you .home_video_box iframe {
    width: 100%;
    height: 100%;
}

.waiting-you .home-video-box.wrap-img {
    padding-bottom: 48%;
}

.img-100>.home_video_box {
    object-fit: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

/* waiting end */

/* journal  */
.journal {
    padding: 45px 0;
}

.journal-item .has-cat {
    display: inline-block;
    color: var(--theme);
    font-weight: 700;
    text-transform: uppercase;
    border-right: 1px solid var(--border);
    padding-right: 9px;
    line-height: 16px;
    margin-right: 6px;
}

.journal-item span {
    display: inline-block;
}

.journal-item .title {
    display: block;
    width: fit-content;
    margin: 10px 0 15px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.journal-item .description p {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px;
}

.journal-item .read-more {
    font-size: 22px;
    margin-bottom: 10px;
}

.journal-item .journal-img.wrap-img {
    padding-bottom: 74.9%;
}

.journal-img img {
    transition: all 3s linear;
}

.journal-item:hover .journal-img img {
    transform: scale(1.2);
}

/* journal end */

/* map list  */
.map-list {
    padding: 45px 0;
}

.map-list .map-list-map iframe {
    width: 100%;
    height: 350px;
}

.map-list .map-list-item {
    width: 100%;
    height: 350px;
    border: 1px solid #34e0a1;
    text-align: center;
    font-family: var(--font2);
}

.map-list .map-list-item img {
    width: 100px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.map-list .map-list-item h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    text-decoration: underline;
    margin-bottom: 10px;
}

.map-list .map-list-item h3 {
    font-size: 14px;
}

.map-list .map-list-item h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.map-list .map-list-item h5 {
    font-size: 14px;
}

.map-list .map-list-item h6 {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.map-list .map-list-item span {
    font-size: 14px;
    display: block;
}

.map-list .map-list-item .left {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 500;
    padding: 0 10px;
    border-right: 1px solid var(--border);
}

.map-list .map-list-item .right {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    font-weight: 500;
    padding: 0 10px;
    margin-left: -4px;
}

.map-list .map-list-item .item {
    padding: 15px 60px;
}

.map-list .map-list-item .item p {
    font-size: 18px;
    font-family: var(--font1);
    font-weight: 700;
    margin: 0 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.map-list .map-list-item .item a {
    text-transform: uppercase;
    color: var(--theme);
    font-family: var(--font1);
    font-size: 18px;
    font-weight: 700;
}

.map-list .map-list-item .owl-prev {
    left: 20px;
}

.map-list .map-list-item .owl-next {
    right: 20px;
}

/* map list end */

/* question  */
.question {
    padding: 45px 0;
}

.question .panel {
    border: none;
    border-radius: 0;
    margin: 0 0 -2px !important;
}

.question .question-click.collapsed {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 15px;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: var(--white);
    color: var(--text);
}

.question .question-click {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 15px;
    border-top: 1px solid var(--theme);
    border-bottom: 1px solid var(--theme);
    background-color: rgba(0, 0, 0, .03);
    color: var(--theme);
}

.question .question-click svg {
    margin-right: 10px;
    transition: all .3s linear;
    transform: rotate(180deg);
}

.question .question-click.collapsed svg {
    transform: rotate(0deg);
}

.question .question-item-box {
    padding: 30px 50px;
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    font-style: italic;
}

/* question end */

/* follow  */
.follow {
    padding: 45px 0 45px;
}

.follow h2 {
    text-transform: uppercase;
    font-family: var(--font2);
    text-align: center;
    margin: 0 0 30px;
    font-weight: 300;
    font-size: 16px;
}

.follow ul {
    text-align: center;
}

.follow ul li {
    display: inline-block;
    margin: 0 15px;
}

.follow ul li a {
    color: var(--theme);
    font-family: var(--font2);
    font-size: 14px;
}

.follow ul li a img {
    transform: translateY(-1px);
}

/* follow end */

/* footer  */
.footer {
    padding: 50px 0 25px;
    background-color: var(--text);
}

.footer .footer-logo {
    height: 50px;
    margin: 15px 15px 25px;
}

.footer .left p {
    font-family: var(--font2);
    color: var(--white);
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 30px;
}

.footer .left li:not(:last-child) {
    margin-bottom: 15px;
}

.footer .left a {
    color: var(--white);
    font-family: var(--font2);
    font-size: 15px;
}

.footer .left a img {
    margin-right: 17px;
}

.footer .right h2 {
    color: var(--white);
    text-transform: uppercase;
    font-family: var(--font2);
    margin: 0 0 40px;
}

.footer .right p {
    font-family: var(--font2);
    color: var(--white);
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 30px;
}

.footer .right form {
    position: relative;
    margin-bottom: 40px;
}

.footer .right form input {
    width: 100%;
    background-color: var(--white);
    border: none;
    height: 45px;
    padding: 0 130px 0 15px;
}

.footer .right form button {
    background-color: var(--theme);
    color: var(--white);
    position: absolute;
    right: 0;
    border: none;
    height: 45px;
    top: 0px;
    padding: 0 24px;
    font-size: 22px;
    font-weight: 700;
}

.footer .right .footer-social li {
    display: inline-block;
    margin-right: 5px;
}

.footer .right .footer-social li img {
    width: 40px;
    height: 40px;
}

.footer .copyright {
    border-top: 1px solid var(--white);
    padding: 25px 0 0;
    margin-top: 50px;
}

.footer .copyright .left {
    float: left;
    font-family: var(--font2);
    font-size: 15px;
    color: var(--white);
}

.footer .copyright .right {
    float: right;
    font-weight: 700;
    font-size: 20px;
    color: var(--white);
}

/* footer end */

/* btn fix  */
.btn-whatsapp {
    position: fixed;
    left: 30px;
    bottom: 30px;
}

.btn-whatsapp .btn-wa-open {
    display: block;
    background-color: var(--bg2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn-whatsapp .btn-wa-open svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-fixed {
    position: fixed;
    right: 30px;
    bottom: 30px;
    text-align: center;
    z-index: 10;
}

.btn-fixed .to_top {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--theme);
    position: relative;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
}

.btn-fixed .to_top.scroll {
    opacity: 1;
    visibility: visible;
}

.btn-fixed .to_top:hover {
    opacity: 0.8;
}

.btn-fixed .to_top svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-fixed .fix-lich2 {
    display: block;
    width: 45px;
    height: 45px;
    background-color: var(--theme);
    border-radius: 50%;
    position: relative;
    margin: 15px auto 0;
}

.btn-fixed .fix-lich2 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.btn-fixed .fix-lich2:hover {
    opacity: 0.8;
}

.phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #bb986e;
    background-color: rgba(187, 152, 110, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.phone-vr-img-circle {
    width: 45px;
    height: 45px;
    top: 22px;
    left: 22px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.btn-fixed .language .mb-lag-btn {
    position: relative;
    padding: 10px;
    background-color: var(--theme);
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto;
}

.btn-fixed .language svg {
    transform: translate(-50%, -50%) scale(1.8);
    position: absolute;
    top: 50%;
    left: 50%;
}

/* btn fix end */

/* page detail  */
.page-detail-banner .item {
    height: 600px;
    width: 100%;
}

.paged-story {
    padding: 30px 0;
}

.paged-story .paged-story-img1.wrap-img,
.paged-story .paged-story-img2.wrap-img {
    padding-bottom: 150%;
}

.paged-story .right {
    height: 589.98px;
}

.paged-story .paged-story-text {
    position: relative;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
}

.paged-story .paged-story-text h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.paged-story .paged-story-text p {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 25px;
}

.paged-story .paged-story-text .span {
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    font-weight: 700;
    color: var(--text3);
    font-size: 24px;
}

.paged-story .paged-story-text .btn-all {
    background-color: var(--text3);
    border-radius: 5px;
    margin: 0 auto;
}

.paged-staff {
    padding: 30px 0 60px;
}

.paged-staff .paged-staff-item {
    text-align: center;
}

.paged-staff .paged-staff-item .span {
    font-family: var(--font2);
    display: block;
    width: fit-content;
    margin: 30px auto 10px;
}

.paged-staff .paged-staff-item p {
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 5px;
}

.paged-staff .paged-staff-item .link {
    background: transparent;
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: 2px solid var(--text3);
    color: var(--text3);
    padding: 4px 20px;
    font-weight: 700;
    font-size: 22px;
}

.paged-poster img {
    width: 100%;
    height: auto;
}

.paged-comment {
    padding: 30px 0 60px;
}

.paged-comment .item {
    text-align: center;
    padding: 0 100px;
}

.paged-comment .item img {
    width: 128px !important;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.paged-comment .item p {
    font-size: 14px;
    line-height: 30px;
    margin: 30px 0 30px;
    font-family: var(--font2);
}

.paged-comment .item span {
    color: var(--theme);
}

.paged-comment .owl-has-nav .owl-nav .owl-prev {
    left: 0;
}

.paged-comment .owl-has-nav .owl-nav .owl-next {
    right: 0;
}

.paged-comment .owl-has-dot .owl-dots {
    margin-top: 20px;
}

.paged-comment .owl-has-nav .owl-nav button {
    border: 1px solid var(--border) !important;
}

/* page detail end */

/* breadcrumb  */
.breadcrumb-box {
    padding: 21px 0;
}

.breadcrumb-box li {
    display: inline-block;
}

.breadcrumb-box li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.breadcrumb-box li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 9px;
    background-image: url(../img/breadcrumb-icon.svg);
    width: 7px;
    height: 7px;
    background-repeat: no-repeat;
}

.breadcrumb-box li a {
    color: var(--text);
    font-family: var(--font2);
    font-size: 14px;
}

/* breadcrumb end */

/* galley list  */
.gallery-list {
    padding: 30px 0;
}

.gallery-sidebar h2 {
    font-weight: 700;
    font-size: 26px;
    margin: 0px 0 10px;
    text-transform: capitalize;
}

.gallery-sidebar ul li {
    padding: 10px 0;
}

.gallery-sidebar ul li:not(:first-child) {
    border-top: 1px solid var(--border);
}

.gallery-sidebar ul li a {
    font-size: 18px;
    font-weight: 600;
}

.gallery-sidebar ul li.active a {
    color: var(--black);
    font-weight: 700;
}

.gallery-sidebar ul li a:hover {
    font-weight: 700;
    color: var(--black);
}

.gallery-item {
    margin-bottom: 30px;
}

.gallery-item .gallery-img.wrap-img {
    padding-bottom: 133%;
}

.gallery-item .gallery-img {
    margin-bottom: 15px;
}

.gallery-item .gallery-text .has-cat {
    display: inline-block;
    color: var(--theme);
    font-weight: 700;
    text-transform: uppercase;
    border-right: 1px solid var(--border);
    padding-right: 9px;
    line-height: 16px;
    margin-right: 6px;
    max-width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gallery-item .gallery-text span {
    display: inline-block;
}

.gallery-item .gallery-text .title {
    display: block;
    width: fit-content;
    margin: 10px 0 0px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 73px;
    color: var(--text);
}

.gallery-item .gallery-img-box {
    position: relative;
}

.gallery-item .bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
}

.gallery-item .see-more {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 10px;
    background: var(--theme);
    text-transform: uppercase;
    color: var(--white);
    padding: 9px 25px;
    font-weight: 700;
    font-size: 22px;
    z-index: 2;
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
}

.gallery-item .gallery-img-box:hover .bg-overlay,
.gallery-item .gallery-img-box:hover .see-more {
    opacity: 1;
    visibility: visible;
}

.gallery-item .see-more:hover {
    opacity: 0.9 !important;
}

/* galley list end */

/* gallery detail  */
.gallery-detail {
    margin-bottom: 30px;
}

.gallery-detail .owl-has-nav .owl-nav button {
    border-color: var(--white) !important;
    opacity: 0;
    visibility: hidden;
}

.gallery-detail .owl-has-nav .owl-nav button svg {
    color: var(--white);
}

.gallery-detail .owl-has-nav:hover .owl-nav button {
    opacity: 0.8;
    visibility: visible;
}

.gallery-detail .owl-has-nav .owl-nav .owl-prev {
    left: 45px;
}

.gallery-detail .owl-has-nav .owl-nav .owl-next {
    right: 45px;
}

.gallery-detail .owl-has-nav:hover .owl-nav .owl-prev {
    left: 40px;
}

.gallery-detail .owl-has-nav:hover .owl-nav .owl-next {
    right: 40px;
}

.gallery-detail .owl-has-dot .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.gallery-detail .left .title {
    font-size: 34px;
    font-weight: 700;
    margin: 0 0 15px;
}

.gallery-detail .left .gallery-thumbnail {
    margin-bottom: 15px;
    width: 100%;
}

.gallery-detail .gallery-time {
    margin-bottom: 20px;
}

.gallery-detail .content {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 60px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
}

.gallery-detail .content img {
    margin: 20px 0;
}

.gallery-detail .gallery-time .has-cat {
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
}

.gallery-detail .gallery-time .has-cat::after {
    content: "";
    position: absolute;
    right: -15px;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #d0d5dd;
    border-radius: 50%;
}

.gallery-detail .gallery-time span {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
}

.gallery-related {
    padding: 0 0 30px;
}

.gallery-related .gallery-item .gallery-img.wrap-img {
    padding-bottom: 75%;
}

.gallery-related .title {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 30px;
}

/* gallery detail end */

/* news list  */
.news-list .gallery-item .gallery-img.wrap-img {
    padding-bottom: 65%;
}

.news-list .gallery-item .gallery-text .title {
    -webkit-line-clamp: 2;
    height: 50px;
    margin: 10px 0 10px;
}

.news-list .gallery-item .gallery-text .content {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.news-list .gallery-item.gallery-item-first .gallery-text .title,
.news-list .gallery-item .gallery-text .content {
    height: unset;
}

/* news list end */

/* news detail  */
.news-detail.gallery-detail .content {
    margin-bottom: 30px;
}

.news-detail.gallery-detail .gallery-time {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}

.news-detail .ndetail-social .left li {
    display: inline-block;
    position: relative;
}

.news-detail .ndetail-social .left li:not(:last-child) {
    margin-right: 10px;
}

.news-detail .ndetail-social .left li a {
    background-color: #f2f4f7;
    padding: 2px 10px;
    border-radius: 30px;
}

.news-detail .ndetail-social .right {
    text-align: right;
}

.news-detail .ndetail-social .right .share {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.news-detail .ndetail-social .notice {
    position: absolute;
    left: -8px;
    top: 100%;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    transition: .2s linear;
}

.news-detail .ndetail-social .notice.active {
    opacity: 1;
    visibility: visible;
}

.news-detail .ndetail-social {
    margin-bottom: 30px;
}

.news-detail .ndetail-social .right ul {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

.news-detail .ndetail-social .right ul li {
    display: inline-block;
    position: relative;
}

.news-detail .ndetail-social .right ul li:not(:last-child) {
    margin-right: 10px;
}

.news-detail .ndetail-social .right ul li a {
    width: 30px;
    height: 30px;
    background-color: #f2f4f7;
    border-radius: 50%;
    display: block;
    position: relative;
}

.news-detail .ndetail-social .right ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news-detail .detail-rating {
    text-align: center;
}

.news-detail .detail-rating .rate-detail-box {
    margin-bottom: 50px;
}

.news-detail .detail-rating .number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px dashed #777;
    position: relative;
    margin: 0 auto 5px;
    font-family: var(--font2);
}

.news-detail .rate-detail-box p {
    font-size: 14px;
    font-weight: 600;
}

.news-detail .detail-rating .number::after {
    content: "";
    position: absolute;
    right: calc(100% + 25px);
    width: 85px;
    height: 1px;
    border-bottom: 1px dashed #777;
    bottom: 0;
}

.news-detail .detail-rating .number::before {
    content: "";
    position: absolute;
    left: calc(100% + 25px);
    width: 85px;
    height: 1px;
    border-bottom: 1px dashed #777;
    bottom: 0;
}

.news-detail .detail-rating .number .number-star {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    line-height: 36px;
    height: 37px;
    font-weight: 500;
    color: #666;
    transition: all .3s linear;
    opacity: 1;
    visibility: visible;
}

.news-detail .detail-rating .number .count-star {
    position: absolute;
    top: calc(50% + 3px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 16px;
    height: 37px;
    font-weight: 500;
    color: var(--white);
    transition: all .3s linear;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    width: 100%;
}

.news-detail .detail-rating .number .count-star strong {
    font-size: 10px;
    display: block;
}

.news-detail .detail-rating .number:hover {
    background-color: #777;
}

.news-detail .detail-rating .number:hover .number-star {
    opacity: 0;
    visibility: hidden;
}

.news-detail .detail-rating .number:hover .count-star {
    opacity: 1;
    visibility: visible;
}

.news-detail .rating-star svg {
    width: 20px;
    height: 20px;
    display: inline-block;
}

.news-detail .rating-star svg {
    fill: #ddd;
}

.news-detail .rating-star svg.active {
    fill: gold;
}

.news-ralated .gallery-item .description {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
}

.gallery-item .gallery-text .title {
    -webkit-line-clamp: 2;
    height: 50px;
}

.side-news-detail .gallery-img.wrap-img {
    padding-bottom: 74.7%;
}

.side-news-detail .description {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
}

.side-news-detail .side-title {
    font-weight: 700;
    font-size: 26px;
    margin: 0px 0 10px;
    text-transform: capitalize;
}

.side-news-detail .side_ndetail_slide {
    padding-top: 30px;
}

.side-news-detail .owl-has-dot .owl-dots {
    top: 0px;
    left: 0;
    transform: translate(0);
}

/* news detail end  */

/* contact  */
.contact-box {
    padding: 50px 0;
}

.contact-box .title {
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 25px;
    text-transform: capitalize;
}

.contact-box p {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 15px;
}

.contact-box ul {
    padding-left: 20px;
}

.contact-box ul li {
    list-style: disc;
    margin-bottom: 15px;
}

.contact-box ul li a {
    font-weight: 500;
    font-size: 20px;
}

.contact-box .form-item {
    position: relative;
}

.contact-box .form-item label {
    display: block;
    color: var(--theme);
    font-size: 18px;
}

.contact-box .form-item input {
    width: 100%;
    height: 46px;
    border: 1px solid var(--border);
    padding: 0 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.contact-box .form-item textarea {
    width: 100%;
    height: 107px;
    border: 1px solid var(--border);
    padding: 15px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.contact-box .form-item .contact-submit {
    color: var(--white);
    background: var(--text3);
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-left: auto;
    display: block;
}

.contact-map {
    height: 450px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
}

/* contact end */

/* page collection  */
.page-collection {
    padding: 90px 0 45px;
}

.page-collection .left {
    position: relative;
    z-index: 3;
}

.page-collection .left img {
    width: 100%;
}

.page-collection .right {
    position: relative;
}

.page-collection .right .big-text {
    position: absolute;
    right: -50%;
    color: var(--theme);
    font-weight: 700;
    transform: rotate(90deg);
    top: 48%;
    font-size: 180px;
    line-height: 100px;
    font-family: var(--font2);
    opacity: 0.2;
}

.page-collection .right .big-text .adm-glyphicon {
    position: absolute;
}

.page-collection .right img {
    width: 500px;
    position: relative;
    z-index: 1;
}

.page-collection .title {
    display: block;
    font-weight: 700;
    font-size: 30px;
    color: var(--text2);
    margin: 10px 0 10px;
}

.collection-banner {
    padding: 45px 0;
}

.collection-banner .left {
    height: 600px;
    position: relative;
    float: left;
    width: 50%;
}

.collection-banner .left>.adm-glyphicon,
.collection-banner .right>.adm-glyphicon {
    position: absolute;
    z-index: 2;
}

.collection-banner .right {
    height: 600px;
    position: relative;
    float: right;
    width: 50%;
}

.collection-banner .left img,
.collection-banner .right img {
    width: 100%;
    height: 100%;
}

.collection-banner .left .collection-banner-text,
.collection-banner .right .collection-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
}

.collection-banner .left .collection-banner-text h2,
.collection-banner .right .collection-banner-text h2 {
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    margin: 0 0 10px;
}

.collection-banner .left .collection-banner-text .see-details,
.collection-banner .right .collection-banner-text .see-details {
    display: block;
    width: fit-content;
    color: var(--white);
    font-weight: 700;
    border: 2px solid var(--text3);
    padding: 5px 15px;
    margin: 0 auto;
}

.collection-banner .left .bg-overlay,
.collection-banner .right .bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.31);
    opacity: 0;
    visibility: hidden;
    transition: all .3s linear;
    z-index: 1;
}

.collection-banner .left:hover .collection-banner-text,
.collection-banner .right:hover .collection-banner-text,
.collection-banner .left:hover .bg-overlay,
.collection-banner .right:hover .bg-overlay {
    opacity: 1;
    visibility: visible;
}

.collection-banner .left .collection-banner-text .see-details:hover,
.collection-banner .right .collection-banner-text .see-details:hover {
    background-color: var(--text3);
}

.collection-section3 .left {
    position: relative;
    height: 600px;
    width: 100%;
}

.collection-section3 .left .collection-pos {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.collection-section3 .left .title {
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
    display: block;
    width: fit-content;
}

.collection-section3 .left .description {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
    display: block;
}

.collection-section4 {
    background: #f6f5ed;
}

.collection-section4 .left {
    position: relative;
}

.collection-section4 .left img {
    width: 310px;
}

.collection-section4 .right {
    text-align: center;
    padding: 50px 0 0;
}

.collection-section4 .right img {
    margin: 0 0 20px;
    height: 80px;
}

.collection-section4 .right .title {
    display: block;
    width: fit-content;
    margin: 0 auto 25px;
    font-family: var(--font2);
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.collection-section4 .right .link-left {
    border: 2px solid var(--theme);
    color: var(--theme);
    padding: 9px 30px;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    margin-right: 15px;
}

.collection-section4 .right .link-right {
    background: var(--theme);
    color: var(--white);
    font-size: 22px;
    font-weight: 700;
    padding: 11px 30px;
    text-transform: uppercase;
}

.collection-section3 {
    padding: 0 0 45px;
}

.collection-section5 {
    padding: 45px 0 0;
}

.collection-section5 .left {
    height: 420px;
    position: relative;
}

.collection-section5 .left .section5-text-pos {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.collection-section5 .left .title {
    display: block;
    width: fit-content;
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 15px;
}

.collection-section5 .left p {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 20px;
}

.collection-section5 .right {
    position: relative;
}

.collection-section5 .right img {
    width: 100%;
}

.page-news-collection {
    padding: 90px 0 45px;
}

.page-news-collection .title {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.page-news-collection .gallery-item .gallery-img.wrap-img {
    padding-bottom: 75%;
}

.page-news-collection .see-detail {
    display: block;
    width: fit-content;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--theme);
}

.page-news-collection .see-all {
    background: var(--theme);
    color: var(--white);
    display: block;
    width: fit-content;
    margin: 10px auto 0;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.page-news-collection .owl-has-nav {
    overflow: unset;
}

.page-news-collection .owl-has-nav .owl-nav button {
    border-color: var(--black) !important;
    opacity: 0;
    visibility: hidden;
}

.page-news-collection .owl-has-nav .owl-nav button svg {
    color: var(--black);
}

.page-news-collection .owl-has-nav:hover .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.page-news-collection .owl-has-nav .owl-nav .owl-prev {
    left: -50px;
}

.page-news-collection .owl-has-nav .owl-nav .owl-next {
    right: -50px;
}

.page-news-collection .owl-has-nav:hover .owl-nav .owl-prev {
    left: -55px;
}

.page-news-collection .owl-has-nav:hover .owl-nav .owl-next {
    right: -55px;
}

.page-collection-sp {
    background: #f6f5ed;
    margin-bottom: 45px;
    padding: 30px 0;
}

.page-collection-sp .page-sp-item {
    text-align: center;
    position: relative;
}

.page-collection-sp .page-sp-item img {
    width: auto;
    height: 40px;
    margin-bottom: 25px;
}

.page-collection-sp .page-sp-item h2 {
    font-family: var(--font2);
    font-weight: 400;
    margin: 0 0 15px;
}

.page-collection-sp .page-sp-item p {
    font-size: 14px;
    font-family: var(--font2);
    line-height: 30px;
}

/* page collection end */

/* book now  */
.book-head {
    padding: 45px 0;
    text-align: center;
}

.book-head .title {
    font-weight: 700;
    font-size: 26px;
    margin: 0 0 20px;
}

.book-head p {
    font-weight: 600;
    margin: 0 0 0px;
}

.book-head .book-head-logo .book-head-item {
    float: left;
    width: calc(100% / 5);
}

.book-head .book-head-logo .book-head-item .book-head-img {
    height: 140px;
    width: auto;
    max-width: 100%;
}

.book-head .bravo {
    width: 178px;
    height: 98px;
    border: 1px solid #34e0a1;
    margin-top: 23px;
}

.book-head .bravo .head {
    padding: 5px;
    background: #34e0a1;
}

.book-head .bravo .head h2 {
    font-family: var(--font2);
    font-weight: 600;
    color: var(--black);
}

.book-head .bravo .body span {
    font-family: var(--font2);
    font-size: 11px;
    line-height: 15px;
    display: block;
    margin: 3px 0 1px;
    text-decoration: underline;
    color: var(--black);
    font-weight: 500;
    padding: 0 14px;
}

.book-head .bravo .body img {
    height: auto;
    width: 135px;
}

.book-foot {
    padding: 60px 0;
    background-color: #f6f5ed;
}

.book-foot .paged-story-text h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.book-foot .paged-story-text p {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 25px;
}

.book-foot .paged-story-text .span {
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    font-weight: 700;
    color: var(--text3);
    font-size: 24px;
}

.book-foot .right {
    /* height: 888px; */
    height: 600px;
}

.book-foot .right .paged-story-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.book-body table {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .075);
    /* background-color: #f1f1f1; */
    background-color: var(--white);
    overflow: hidden;
}

.book-body {
    padding-bottom: 60px;
}

.book-body .table-title th {
    text-align: center;
    text-transform: capitalize;
    color: var(--white);
    background: var(--theme);
    font-size: 24px;
    padding: 14px 0;
}

.book-body .table-title .table-title-left {
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--theme);
    font-size: 18px;
    padding: 14px 0;
    border-radius: 10px 0px 0 0;
}

.book-body .table-title .table-title-right {
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    background: var(--theme);
    font-size: 18px;
    padding: 14px 0;
    border-radius: 0px 10px 0 0;
}

.book-body .table-title .table-title-left a,
.book-body .table-title .table-title-right a {
    display: block;
    width: 100%;
    height: 25px;
    cursor: pointer;
    position: relative;
}

.book-body .table-title .table-title-left a svg,
.book-body .table-title .table-title-right a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.book-body .table-head {
    background: #804600;
    text-align: center;
    color: var(--white);
    font-weight: 700;
    font-size: 12px;
}

.book-body .table-head th {
    text-transform: uppercase;
    padding: 8px 0;
    text-align: center;
}

.book-body table td {
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    font-family: var(--font2);
}

.book-body .lich-box {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--white);
}

.book-body .lich-box.disable {
    background-color: #f1f1f1;
    cursor: not-allowed;
}

.book-body .lich-box.disable:hover {
    cursor: not-allowed;

}

.book-body .lich-box.disable .lich-number {
    opacity: 0.5;
}

.book-body .lich-box.can-hover:hover {
    cursor: pointer;
    background-color: #fafafa;
}

.book-body .lich-box .lich-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transition: all .2s linear;
}

.book-body .lich-box .lich-number.active {
    border: 1px solid var(--theme);
}

.book-body .lich-box p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.book-body .lich-box.can-hover:hover .lich-number {
    background: var(--theme);
    color: var(--white);
}

.book-body .lich-box .lich-if-hover {
    position: absolute;
    top: -18px;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 10px);
    transition: all .3s linear;
}

.book-body .lich-box .lich-if-hover .lich-if {
    white-space: nowrap;
    padding: 5px 10px;
    border-radius: 2px;
    border: 1px solid var(--border);
    background: var(--white);
    font-family: var(--font2);
    font-size: 14px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.book-body .lich-box.can-hover:hover .lich-if-hover {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0px);
    font-weight: 400;
}

.book-body .lich-box .lich-if-hover .lich-if::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.book-body .lich-box .lich-if-hover .lich-if::before {
    content: "";
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.book-body .lich-list {
    padding: 25px;
    background: #ddd;
}

.book-body .lich-list-box {
    background-color: var(--white);
    padding: 30px 35px 10px;
}

.book-body .lich-box.active {
    background-color: #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.book-body .lich-box.active .lich-number {
    background: var(--white) !important;
    color: var(--text) !important;
    border: none !important;
}

.book-body .table-side-body {
    border: 1px solid #ddd;
}

.book-body .lich-box.active:hover .lich-if-hover {
    opacity: 0;
    visibility: hidden;
}

.book-body .lich-list-title {
    font-weight: 700;
    font-family: var(--font1);
    font-size: 22px;
    text-align: center;
    margin: 0 0 20px;
}

.book-body .lich-list-item {
    border-top: 1px solid var(--border);
    padding: 10px 0;
}

.book-body .lich-list-item:hover {
    background-color: #fafafa;
}

.book-body .lich-list-item .left {
    float: left;
}

.book-body .lich-list-item .right {
    float: right;
}

.book-body .lich-list-item .left .lich-list-time {
    display: block;
    font-family: var(--font1);
    font-size: 22px;
    font-weight: 600;
}

.book-body .lich-list-item .left .lich-list-time svg {
    transform: translateY(3px);
}

.book-body .lich-list-item .left .lich-list-last {
    font-family: var(--font1);
    font-size: 20px;
    text-transform: capitalize;
}

.book-body .lich-list-item .right .dat_lich {
    background: var(--theme);
    color: var(--white);
    text-transform: uppercase;
    font-family: var(--font1);
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    display: block;
    margin-top: 5px;
}

.book-body .lich-list-item .right .dat_lich.het {
    opacity: 0.7;
    pointer-events: none;
}

.book-body .lich-list-item .right .dat_lich.con .con-lich {
    display: block;
}

.book-body .lich-list-item .right .dat_lich.con .het-lich {
    display: none;
}

.book-body .lich-list-item .right .dat_lich.het .con-lich {
    display: none;
}

.book-body .lich-list-item .right .dat_lich.het .het-lich {
    display: block;
}

.datlich-wrap {
    position: absolute;
    padding: 0;
    border-radius: 5px;
    background-color: var(--white);
    top: 50%;
    left: calc(50%);
    transform: translate(-50%, -50%);
    width: 450px;
    max-width: 82%;
}

.datlich-wrap .datlich-title {
    width: 100%;
    background: var(--theme);
    padding: 14px 15px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.datlich-wrap .datlich-title h2 {
    color: var(--white);
    text-transform: uppercase;
    font-family: var(--font2);
    font-weight: 500;
    font-size: 14px;
}

.datlich-wrap .datlich-title .datlich-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.datlich-wrap .dat-lich-body {
    padding: 25px 30px;
    background: #f5f5f5;
}

.datlich-wrap .datlich-body-title .title {
    font-size: 14px;
    font-family: var(--font2);
    line-height: 24px;
    margin-bottom: 10px;
}

.datlich-wrap .datlich-body-title .datlich-lichbox {
    background: var(--white);
    padding: 10px 15px 13px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    border-radius: 5px;
}

.datlich-wrap .datlich-lichbox svg {
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px);
    margin-right: 15px;
}

.datlich-wrap .datlich-lichbox h2 {
    display: inline-block;
    font-family: var(--font2);
    vertical-align: middle;
    font-size: 14px;
}

.datlich-wrap .datlich-form {
    font-family: var(--font2);
}

.datlich-wrap .datlich-form .name {
    margin-bottom: 20px;
}

.datlich-wrap .datlich-form .name .title {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: capitalize;
    position: relative;
    width: fit-content;
}

.datlich-wrap .datlich-form .name .title span {
    color: red;
    font-size: 33px;
    position: absolute;
    right: -20px;
    top: -3px;
}

.datlich-wrap .datlich-form .name p {
    font-size: 12px;
    margin: 0px 0 10px;
}

.datlich-wrap .datlich-form .name input {
    width: 100%;
    height: 35px;
    border: 1px solid var(--border);
    border-radius: 3px;
    margin: 0 0 5px;
    padding: 0 10px;
    font-size: 13px;
}

.datlich-wrap .datlich-form .phone {
    margin-bottom: 30px;
}

.datlich-wrap .datlich-form .phone .title {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: capitalize;
    position: relative;
    width: fit-content;
    display: inline-block;
}

.datlich-wrap .datlich-form .phone .title span {
    color: red;
    font-size: 33px;
    position: absolute;
    right: -20px;
    top: -3px;
}

.datlich-wrap .datlich-form .phone .title:first-child {
    margin-right: 33px;
}

.datlich-wrap .datlich-form .phone .iti {
    width: 100%;
    height: 35px;
}

.datlich-wrap .datlich-form .phone .iti__country-container {
    width: 125px;
    border: 1px solid var(--border);
    background: var(--white);
    height: 35px;
    font-size: 13px;
}

.datlich-wrap .datlich-form .phone .iti__tel-input {
    margin-left: 135px;
    width: calc(100% - 135px);
    height: 35px;
    border: 1px solid var(--border);
    border-radius: 3px;
    font-size: 13px;
    padding-left: 10px !important;
}

.datlich-wrap .datlich-form .name input:focus,
.datlich-wrap .datlich-form .phone .iti__tel-input:focus {
    box-shadow: 0 0 5px #ccc;
}

.datlich-wrap .note p {
    font-size: 14px;
    font-style: italic;
    margin: 0 0 20px;
    opacity: 0.8;
}

.datlich-wrap .datlich_submit {
    background: var(--theme);
    border: none;
    border-radius: 3px;
    padding: 6px 20px;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 700;
    font-family: var(--font1);
    transition: all .3s linear;
    margin-right: 10px;
}

.datlich-wrap .datlich_submit:hover {
    background-color: var(--text3);
}

.datlich-wrap .datlich_cacel {
    background: #eee;
    border: 1px solid var(--border);
    border-radius: 3px;
    padding: 5px 20px;
    text-transform: uppercase;
    color: var(--text);
    font-weight: 700;
    font-family: var(--font1);
    transition: all .3s linear;
}

.datlich-wrap .datlich_cacel:hover {
    background-color: var(--bg1);
}

/* book now end */

/* toiuu  */

.toiuu .owl-carousel {
    display: block;
}

.toiuu .owl-carousel .item {
    display: none;
}

.toiuu .owl-carousel .item:first-child {
    display: block !important;
}

/* toiuu end */

/* comment  */
.comment-wrap .comment-avatar {
    width: 56px;
    height: 56px;
    border: 1px solid var(--border);
    padding: 1px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.comment-wrap .comment-avatar img {
    border-radius: 50%;
}

.comment-wrap .form-comment {
    width: calc(100% - 72px);
    display: inline-block;
    vertical-align: top;
}

.comment-wrap .form-right {
    margin-bottom: 20px;
}

.comment-wrap .form-right textarea {
    width: 100%;
    height: 100px;
    border: 1px solid var(--border);
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 600;
    resize: none;
}

.comment-wrap .form-left input {
    display: block;
    width: 330px;
    height: 32px;
    border: 1px solid var(--border);
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 15px 0 30px;
    position: relative;
}

.comment-wrap .form-left .form-left-box {
    position: relative;
}

.comment-wrap .form-left img {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: auto;
}

.comment-wrap .button-comment {
    text-align: right;
}

.comment-wrap .button-comment button {
    display: inline-block;
    border: none;
    background: #07b290;
    color: var(--white);
    text-transform: uppercase;
    font-family: var(--font2);
    font-weight: 600;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 2px;
}

.comment-wrap .form-cmt {
    max-height: 0;
    transition: all .3s linear;
    overflow: hidden;
}

.comment-wrap .form-cmt.open {
    max-height: 170px;
}

.comment-wrap .list-comment {
    margin-top: 30px;
}

.list-cmt-title {
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
    font-weight: 700;
    font-size: 20px;
    position: relative;
}

.list-cmt-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 130px;
    background-color: #07b290;
}

.list-comment {
    text-align: left;
}

.list-comment .avt {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    width: 56px;
    height: 56px;
}

.list-comment .avt .avt-name {
    width: 56px;
    height: 56px;
    border: 1px solid var(--border);
    padding: 1px;
    border-radius: 50%;
    overflow: hidden;
}

.list-comment .avt .avt-name img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.list-comment .name {
    display: inline-block;
    width: calc(100% - 72px);
}

.list-comment .name p {
    color: #07b290;
    font-size: 20px;
    font-weight: 700;
}

.list-comment .name .content-cmt {
    font-size: 18px;
}

.list-comment .item-parent {
    margin-bottom: 30px;
}

.list-comment .item-child {
    margin-top: 20px;
    padding-left: 50px;
}

.list-comment .phan-hoi {
    display: block;
    color: var(--theme);
    font-weight: 700;
    margin: 10px 0 0 10px;
}

.list-comment .form-reply-wrap {
    padding-left: 10px;
    margin-top: 10px;
}

.list-comment .form-reply-wrap input {
    display: block;
    width: 330px;
    height: 32px;
    border: 1px solid var(--border);
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px;
}

.list-comment .form-reply-wrap button {
    display: inline-block;
    border: none;
    background: #07b290;
    color: var(--white);
    text-transform: uppercase;
    font-family: var(--font2);
    font-weight: 600;
    padding: 10px 20px;
    line-height: 16px;
    border-radius: 2px;
}

/* comment end */
.w3-modal {
    display: none;
}


.slider-product {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    overflow: visible;
    opacity: 0;
    transition: 0.3s linear;
    visibility: hidden;
}

.slider-body {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-product.active {
    opacity: 1;
    visibility: visible;
}

.slider-img-wrap {
    position: absolute;
    padding: 48px;
    border-radius: 0;
    background-color: var(--white);
    top: 50%;
    left: calc(50%);
    transform: translate(-50%, -50%);
    width: 1020px;
    max-width: 82%;
}

.slider-img-close {
    position: absolute;
    z-index: 9999999;
    top: -3px;
    right: -47px;
}

.slider-img-close:hover {
    cursor: pointer;
}

.slider-img-wrap .left .span {
    font-family: var(--font2);
    display: block;
    margin: 0 0 10px;
    font-size: 15px;
}

.slider-img-wrap .left .title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px;
}

.slider-img-wrap .left .mail {
    font-family: var(--font2);
    font-weight: 600;
    margin: 0 0 30px;
}

.slider-img-wrap .left .des-des {
    font-size: 14px;
    color: var(--text3);
    font-family: var(--font2);
}

.slider-img-wrap .left .description {
    font-family: var(--font2);
    font-size: 14px;
    line-height: 30px;
}

.slider-img-wrap .right {
    padding: 20px;
    position: relative;
}

.slider-img-wrap .right::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid var(--theme);
    border-bottom: 0;
    border-left: 0;
    top: 0;
    right: 0;
}

.slider-img-wrap .right::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid var(--theme);
    border-top: 0;
    border-right: 0;
    bottom: 0;
    left: 0;
}

.slider-img-wrap .right img {
    width: 100%;
    height: auto;
}

/* pagination */
.pagination-build {
    text-align: center;
    margin-bottom: 37px;
    margin-top: 22px;
}

.pagination-build>div {
    display: inline-block;
    vertical-align: top;
}

.pagination-build>div:not(:last-child) {
    margin-right: 10px;
}

.pagination-build>div a {
    width: 40px;
    height: 40px;
    border: 1px solid #DCE0E0;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #575756;
    transition: .3s;
    border-radius: 50%;
    font-size: 18px;
    color: var(--text);
}

.pagination-build .first a,
.pagination-build .last a {
    position: relative;
    display: block;
}

.pagination-build>div a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pagination-build .current a,
.pagination-build>div a:hover {
    border: 1px solid var(--theme);
    background: var(--theme);
    color: var(--white) !important;
}

.pagination-build>div a:hover {
    color: var(--white) !important;
}

/* pagination end */

/* 404  */
.page-404-box {
    height: 600px;
    width: 100%;
    position: relative;
}

.page-404-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 404 end */

/* bo suu tap detail  */
.collect-detail-thumb {
    width: 100%;
    margin-bottom: 50px;
}

.collect-detail-thumb img {
    width: 100%;
    height: auto;
}

.collect-detail-title {
    margin-bottom: 50px;
}

.collect-detail-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
}

.collect-detail-title .description {
    font-family: var(--font2);
    font-size: 14;
    line-height: 30px;
}

.collect-detail-content {
    margin-bottom: 50px;
}

.collect-detail-content img {
    margin-right: 30px;
    margin-bottom: 30px;
}

.collect-detail-comment {
    margin-bottom: 50px;
}

/* bo suu tap detail end */

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

/* btn fix end */

/* responsive  */
@media only screen and (max-width: 1200px) {
    .header .menu-pc>ul>li>a {
        padding: 5px 8px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .paged-story .right {
        height: unset;
    }

    .paged-story .paged-story-text {
        top: 0;
        transform: translateY(0);
    }
}

@media only screen and (max-width: 767px) {
    .map-list .map-list-item {
        height: auto;
        padding: 15px 0;
        margin-bottom: 30px;
    }

    .mb-on7 {
        display: block;
    }

    .mb-off7 {
        display: none;
    }

    .b-section2 .bs2-box-2 .right .thumbnail-img {
        min-height: unset;
    }

    .b-section2 .bs2-box-1 .left .thumbnail-img {
        min-height: unset;
    }

    .body-section1 .right {
        height: unset;
    }

    .header .header-logo {
        width: auto;
        margin-right: 0;
        float: left;
    }

    .header .header-logo .logo-mb {
        display: block;
        height: 65px;
    }

    .header .header-logo .logo-mb img {
        height: 55px;
        margin-top: 5px;
    }

    .header .header-logo .logo-pc,
    .header .logo2,
    .header .menu-pc,
    .header .header-search {
        display: none;
    }

    .header .header-mb-box {
        display: inline-block;
        width: fit-content;
        text-align: right;
        float: right;
        margin-top: 14px;
    }

    .home-banner .home_banner_slide .home-banner-text {
        padding: 0 15px;
        text-align: center;
    }

    .home-banner .home_banner_slide .home-banner-text .link {
        margin: 0 auto;
    }

    .home-banner .owl-nav {
        display: none;
    }

    .body-section1 {
        padding: 60px 0 0;
    }

    .body-section1 .left .sec1-banner {
        width: 240px;
    }

    .body-section1 .left .left-text {
        padding: 10px;
        width: 205px;
    }

    .body-section1 .left .left-text h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .body-section1 .right .bs1-pos {
        transform: translate(0);
        top: 0;
        margin-top: 50px;
    }

    .body-section1 .right .bs1-pos {
        transform: translate(0);
        top: 0;
        margin-top: 50px;
    }

    .body-section1 .right .bs1-pos h2 {
        font-size: 26px;
        margin: 0 0 15px;
    }

    .body-section1 .right .bs1-pos p {
        margin: 0 0 15px;
    }

    .read-more {
        margin-bottom: 15px;
    }

    .home-title {
        font-size: 30px;
        margin: 0px 0 30px;
    }

    .b-section2 .bs2-box-1 .left .big-text {
        left: -55%;
        top: 26%;
        font-size: 115px;
    }

    .b-section2 .bs2-box-2 .right .big-text {
        right: -36%;
        top: 70%;
        font-size: 115px;
    }

    .b-section2 .bs2-box-1 .right .bs2-box,
    .b-section2 .bs2-box-2 .left .bs22-box {
        top: 0;
        transform: translate(0);
    }

    .b-section2 .bs2-box-2 .right,
    .b-section2 .bs2-box-2 .left {
        margin-top: 0;
    }

    .b-section2 .bs2-box-2 .left.left-pc {
        display: none;
    }

    .b-section2 .bs2-box-2 .left.left-mb {
        display: block;
    }

    .b-section2 .bs2-box-1 .left,
    .b-section2 .bs2-box-2 .right {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 30px;
    }

    .b-section2 .bs2-box-1 .right .bs2-box h2,
    .b-section2 .bs2-box-2 .left .bs22-box h2 {
        font-size: 34px;
        margin: 0 0 20px;
    }

    .b-section2 .bs2-box-1 .right .bs2-box p,
    .b-section2 .bs2-box-2 .left .bs22-box p {
        margin: 0 0 25px;
    }

    .b-section2 .bs2-box-1 .right {
        margin-bottom: 40px;
    }

    .b-section2 .bs2-box-2 .left .bs22-box {
        text-align: left;
    }

    .b-section2 {
        padding: 60px 0 0;
    }

    .waiting-you p {
        padding: 0 15px;
    }

    .waiting-you {
        padding: 30px 0 30px;
    }

    .journal {
        padding: 30px 0;
    }

    .journal-item {
        margin-bottom: 35px;
    }

    .map-list {
        padding: 30px 0;
    }

    .question {
        padding: 30px 0;
    }

    .follow ul li {
        margin: 0 10px;
    }

    .follow {
        padding: 30px 0 60px;
    }

    .footer .left {
        margin-bottom: 30px;
    }

    .footer .left a {
        line-height: 30px;
    }

    .footer .copyright .left {
        float: unset;
        text-align: center;
        margin: 0 0 10px;
    }

    .footer .copyright .right {
        float: unset;
        text-align: center;
    }

    .btn-fixed {
        right: 0px;
        bottom: 15px;
    }

    .paged-story .right {
        margin-top: 30px;
    }

    .paged-story .paged-story-text h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .paged-staff .paged-staff-item {
        margin: 0 0 30px;
    }

    .paged-staff {
        padding: 30px 0 30px;
    }

    .paged-comment .item {
        padding: 0 45px;
    }

    .gallery-detail .left .title {
        font-size: 26px;
    }

    .gallery-detail .left {
        margin-bottom: 20px;
    }

    .news-detail .ndetail-social .right {
        text-align: left;
    }

    .contact-box .left {
        margin-bottom: 30px;
    }

    .page-collection .right .big-text {
        top: -14%;
        right: -86%;
    }

    .page-collection .right img {
        width: 80%;
    }

    .page-collection .left img {
        width: 80%;
        margin-bottom: 20px;
    }

    .page-collection {
        padding: 60px 0 30px;
    }

    .collection-banner {
        padding: 30px 0;
    }

    .collection-banner .left,
    .collection-banner .right {
        width: 100%;
        height: 500px;
    }

    .collection-banner .left .collection-banner-text,
    .collection-banner .right .collection-banner-text,
    .collection-banner .left .bg-overlay,
    .collection-banner .right .bg-overlay {
        opacity: 1;
        visibility: visible;
    }

    .collection-section3 .left {
        height: unset;
    }

    .collection-section3 .left .collection-pos {
        transform: translate(0);
        top: 0;
        margin-bottom: 30px;
    }

    .collection-section3 .middle {
        margin-bottom: 20px;
    }

    .collection-section4 .right .title {
        font-size: 18px;
    }

    .collection-section4 .right {
        margin-bottom: 20px;
    }

    .collection-section4 .left img {
        width: 100%;
    }

    .collection-section5 {
        padding: 30px 0 0;
    }

    .collection-section5 .left {
        height: unset;
        margin-bottom: 20px;
    }

    .collection-section5 .left .section5-text-pos {
        top: 0;
        transform: translate(0);
    }

    .page-collection-sp .col-sm-3:not(:last-child) .page-sp-item {
        margin-bottom: 30px;
    }

    .page-collection-sp .page-sp-item img {
        position: absolute;
        left: 0;
        margin: 0;
        top: 5px;
    }

    .page-collection-sp .page-sp-text {
        text-align: left;
        padding-left: 60px;
    }

    .page-collection-sp {
        margin-bottom: 30px;
    }

    .book-head .book-head-logo .book-head-item {
        float: left;
        width: calc(100% / 2);
    }

    .book-head .book-head-logo .book-head-item.book-head-item1 {
        width: 100%;
    }

    .book-head .bravo {
        margin: 20px auto;
    }

    .book-foot .right {
        height: unset;
    }

    .book-foot .right .paged-story-text {
        top: 0;
        transform: translate(0);
        margin-top: 30px;
    }

    .journal-item .description p {
        height: unset;
    }

    .slider-img-wrap {
        padding: 20px 5px 20px 20px;
        height: 500px;
    }

    .slider-img-wrap #img01 {
        height: 100%;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 15px;
    }

    .slider-img-close {
        top: -35px;
        right: 0;
    }

    .book-body .lich-box .lich-if-hover {
        top: -35px;
    }

    .book-body .lich-list-item .left {
        margin-bottom: 15px;
    }

    .book-body .lich-list-item .right {
        float: left;
    }
}