@import "../plugins/bootstrap/css/bootstrap.min.css";
@import "../plugins/fontawesome/css/fontawesome-all.min.css";
@import "../plugins/owl/css/owl.carousel.min.css";
@import "../plugins/owl/css/owl.theme.default.min.css";
@import "../plugins/aos/aos.css";
html {
  position: relative;
  height: 100%;
}

body {
  position: relative;
  height: 100%;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  font-weight: 300;
  line-height: 1.6;
}
body.nav-active {
  overflow: hidden;
}

.accordion .card-header button {
  font-family: "Roboto", sans-serif !important;
}

.container, .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
  max-width: 1100px;
}

h1, h2, h3, h4, h5, .caption {
  font-family: "Playfair Display", serif;
}

h1, h2, h3, h4, h5, ul, .form-group {
  margin-bottom: 0;
}

h1, h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

h3, h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

*:focus, *:hover {
  outline: none !important;
  text-decoration: none !important;
}

.tm-nav {
  position: fixed;
  left: 0;
  top: -130%;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #2D333F;
  padding-top: 60px;
  padding-bottom: 60px;
  background-size: cover;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  -ms-transition: top 0.3s;
  -o-transition: top 0.3s;
  transition: top 0.3s;
}
.tm-nav.active {
  top: 0;
}
.tm-nav.active .nav-menu a {
  opacity: 1;
  bottom: 0;
  transition: opacity 0.6s ease-in-out 0s, bottom 0.6s ease-in-out 0s;
}
.tm-nav.active .nav-menu a:first-child {
  transition-delay: 0.3s;
}
.tm-nav.active .nav-menu a:nth-child(2) {
  transition-delay: 0.4s;
}
.tm-nav.active .nav-menu a:nth-child(3) {
  transition-delay: 0.5s;
}
.tm-nav.active .nav-menu a:last-child {
  transition-delay: 0.6s;
}
.tm-nav .nav-closer {
  position: absolute;
  right: 120px;
  top: 40px;
}
.tm-nav .nav-menu a {
  position: relative;
  font-size: 64px;
  color: #fff;
  font-weight: 300;
  display: table;
  margin-left: auto;
  margin-right: auto;
  bottom: 15px;
  opacity: 0;
}
.tm-nav .nav-menu a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.tm-nav .nav-menu a:hover:before {
  width: 100%;
}
.tm-nav .nav-social-media {
  position: relative;
  z-index: 2001;
}
.tm-nav .nav-social-media a {
  font-size: 24px;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
}
.tm-nav .video-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.tm-nav .video-hover video {
  width: 100%;
}
.tm-nav .video-hover.active {
  opacity: 1;
}
.tm-nav .nav-logo {
  position: relative;
  z-index: 2001;
}
.tm-nav .nav-bg {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tm-nav .nav-opener-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.tm-nav .nav-opener {
  z-index: 2001;
  position: relative;
  top: 19px;
  display: none !important;
  color: #fff;
}
.tm-nav .nav-opener .hamburger {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
}
.tm-nav .nav-opener .hamburger span {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.tm-nav .nav-opener .hamburger span:first-child {
  top: 0;
}
.tm-nav .nav-opener .hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
.tm-nav .nav-opener .hamburger span:last-child {
  bottom: 0;
}
.tm-nav .nav-opener .menu-text {
  margin-right: 8px;
}
.tm-nav .nav-opener.active .hamburger span:first-child {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 42%;
}
.tm-nav .nav-opener.active .hamburger span:nth-child(2) {
  opacity: 0;
}
.tm-nav .nav-opener.active .hamburger span:last-child {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 42%;
}
.tm-nav .nav-opener.active-scroll {
  display: flex !important;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header .container-fluid {
  padding-left: 120px;
  padding-right: 120px;
}
header .language-box .tm-language span {
  color: #fff;
}
header .nav-opener {
  color: #fff;
  position: relative;
  z-index: 2001;
}
header .nav-opener .hamburger {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
}
header .nav-opener .hamburger span {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
header .nav-opener .hamburger span:first-child {
  top: 0;
}
header .nav-opener .hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
header .nav-opener .hamburger span:last-child {
  bottom: 0;
}
header .nav-opener .menu-text {
  margin-right: 8px;
}
header .nav-opener.active .hamburger span:first-child {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 42%;
}
header .nav-opener.active .hamburger span:nth-child(2) {
  opacity: 0;
}
header .nav-opener.active .hamburger span:last-child {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 42%;
}
header .right-buttons a {
  color: #fff;
}
header .right-buttons a.nav-opener {
  position: relative;
  z-index: 2001;
}
header .right-buttons a.nav-opener .hamburger {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
}
header .right-buttons a.nav-opener .hamburger span {
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
header .right-buttons a.nav-opener .hamburger span:first-child {
  top: 0;
}
header .right-buttons a.nav-opener .hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
header .right-buttons a.nav-opener .hamburger span:last-child {
  bottom: 0;
}
header .right-buttons a.nav-opener .menu-text {
  margin-right: 8px;
}
header .right-buttons a.nav-opener.active .hamburger span:first-child {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 42%;
}
header .right-buttons a.nav-opener.active .hamburger span:nth-child(2) {
  opacity: 0;
}
header .right-buttons a.nav-opener.active .hamburger span:last-child {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 42%;
}
header .right-buttons form {
  height: 27px;
}
header .right-buttons .header-search-box {
  max-width: 0;
  overflow: hidden;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
header .right-buttons .header-search-box input[type=text] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}
header .right-buttons .header-search-box button[type=submit] {
  background: transparent;
  border: none;
  position: relative;
  top: 3px;
  color: #fff;
}
header .right-buttons .header-search-box.active {
  max-width: 500px;
}
header.scroll-active {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #C1272D;
  position: fixed;
  z-index: 1999;
  animation: header-fixed 0.7s;
  -webkit-box-shadow: -0.1rem 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
  -moz-box-shadow: -0.1rem 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
  box-shadow: -0.1rem 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
}
header.scroll-active .logo-section img {
  width: 125px;
}

.first-section {
  width: 100%;
  min-height: 55vh;
  background-color: #ddd;
  position: relative;
  background-size: 100%;
  background-position: center;
  transition: background-size 50s, background-image 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
}
.first-section .home-carousel, .first-section .owl-stage-outer, .first-section .owl-stage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.first-section .home-carousel {
  z-index: unset;
}
.first-section .home-carousel .owl-item {
  height: 100%;
}
.first-section .home-carousel .owl-item .item {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.first-section .home-carousel .owl-item .item .item-text {
  overflow: hidden;
  display: table;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.first-section .home-carousel .owl-item .item .item-text span {
  position: relative;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  display: block;
}
.first-section .home-carousel .owl-item .item .item-text span:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 8px;
}
.first-section .home-carousel .owl-item .item .item-text span:last-child {
  line-height: 1.2;
  font-size: 42px;
  font-weight: 700;
}
.first-section .home-carousel .owl-item .item .tm-discover {
  background-color: #fff;
  color: #132853;
  text-shadow: none;
  position: relative;
}
.first-section .home-carousel .owl-item.active .item .item-text span {
  /*
  &:first-child,&:last-child{
    top:0;
  }
  */
}
.first-section .home-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-top: 0;
  height: 0;
  width: calc(100% - 120px);
  left: 50%;
}
.first-section .home-carousel .owl-nav button {
  position: absolute;
}
.first-section .home-carousel .owl-nav button.owl-prev {
  left: 0;
}
.first-section .home-carousel .owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}
.first-section .home-carousel .owl-nav button:hover {
  background-color: transparent;
}
.first-section .home-carousel .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 75px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.first-section .home-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  margin: 5px -1px;
  background: #828282;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.first-section .home-carousel .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.blog-first-section {
  background: url("../images/detay-bg.jpg");
  background-size: cover;
}
.blog-first-section .text-section {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-first-section .text-section h1 {
  font-size: 42px;
  line-height: 1.4;
  color: #FFFFFF;
}
.blog-first-section .text-section span {
  display: block;
  width: 40%;
  margin: 8px auto;
  font-size: 32px;
  line-height: 1.4;
  color: #FFFFFF;
}
.blog-first-section .info-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  color: #FFFFFF;
}
.blog-first-section .info-section div {
  text-align: center;
  padding: 28px 60px;
  border-left: 1px solid #C4C4C4;
}
.blog-first-section .info-section div img {
  margin: 0 auto 16px auto;
}
.blog-first-section .info-section div:last-child {
  border-right: 1px solid #C4C4C4;
}

.dp-first-section {
  background: url("../images/detay-bg.jpg");
  background-size: cover;
}
.dp-first-section .text-section {
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dp-first-section .text-section > span {
  font-size: 20px;
  line-height: 105.2%;
  display: block;
  margin-bottom: 16px;
}
.dp-first-section .text-section h1 {
  font-weight: 900;
  font-size: 36px;
  line-height: 105.2%;
}
.dp-first-section .rating-section {
  margin-top: 16px;
}
.dp-first-section .rating-section .stars {
  position: relative;
  top: -2px;
}
.dp-first-section .rating-section .rating-text {
  position: relative;
  margin-left: 8px;
}
.dp-first-section .rating-section .rating-text span {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.dp-first-section .rating-section .rating-text span:first-child {
  color: #fff;
  position: relative;
}
.dp-first-section .rating-section .rating-text span:last-child {
  color: #BDBDBD;
  padding-left: 8px;
  position: relative;
}
.dp-first-section .rating-section .rating-text span:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 80%;
  width: 2px;
  background: #C4C4C4;
  transform: skew(-10deg) translateY(-50%);
}
.dp-first-section .status {
  font-size: 24px;
  line-height: 105.2%;
  color: #fff;
  position: absolute;
  left: 50%;
  padding-left: 120px;
  bottom: 161px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.dp-first-section .status img {
  margin-right: 16px;
}

.first-section-buttons {
  position: relative;
  z-index: 51;
  margin-top: calc(-68px / 2);
}
.first-section-buttons .buttons {
  margin-left: auto;
  margin-right: auto;
}
.first-section-buttons .buttons .fsb-cover {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.first-section-buttons .buttons .fsb-cover .fsb-search-box {
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 1;
  overflow: hidden;
  transition-timing-function: ease-in;
  left: 86px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 0;
  transition: all 0.9s;
}
.first-section-buttons .buttons .fsb-cover .fsb-search-box.active {
  width: calc(100% - 86px);
}
.first-section-buttons .buttons .fsb-cover .fsb-search-box.active a.remove-input img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.first-section-buttons .buttons .fsb-cover .fsb-search-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: none;
}
    .first-section-buttons .buttons .fsb-cover .fsb-search-box a.remove-input {
        position: absolute;
        top: 0;
        right: 0;
        width: 48px;
        background: #fff;
        text-align: center;
        display: flex;
        border-radius: -10px;
        height: 100%;
        justify-content: center;
        padding: 20px;
    }
.first-section-buttons .buttons .fsb-cover .fsb-search-box a.remove-input img {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  filter: brightness(0.1);
}
.first-section-buttons .buttons .fsb-cover .fsb-search-box a.remove-input:hover img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.first-section-buttons .buttons .fsb-cover .fsb-search {
  width: 25%;
  text-align: center;
  border-left: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
  background-color: #fff;
  padding: 22px;
  color: #132853;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.first-section-buttons .buttons .fsb-cover .fsb-search:hover, .first-section-buttons .buttons .fsb-cover .fsb-search.active {
  cursor: pointer;
  background-color: #132853;
  color: #fff;
}
.first-section-buttons .buttons .fsb-cover .fsb-search:hover .fsb-dropdown, .first-section-buttons .buttons .fsb-cover .fsb-search.active .fsb-dropdown {
  color: #232323;
}
.first-section-buttons .buttons .fsb-cover .fsb-search:hover img, .first-section-buttons .buttons .fsb-cover .fsb-search.active img {
  filter: brightness(0) invert(1);
}
.first-section-buttons .buttons .fsb-cover .fsb {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 22px 15px;
  border: none;
  border-left: 1px solid #BDBDBD;
  color: #132853;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.first-section-buttons .buttons .fsb-cover .fsb span {
  margin-left: 10px;
}
.first-section-buttons .buttons .fsb-cover .fsb div.fsb-dropdown {
  color: #232323;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 15px 15px 15px 0px;
  z-index: -1;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.first-section-buttons .buttons .fsb-cover .fsb div.fsb-dropdown .options {
  height: 192px;
  overflow: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.first-section-buttons .buttons .fsb-cover .fsb div.fsb-dropdown .options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.first-section-buttons .buttons .fsb-cover .fsb div.fsb-dropdown .options::-webkit-scrollbar {
  width: 2px;
  margin-right: 2px;
  background-color: #F5F5F5;
}
.first-section-buttons .buttons .fsb-cover .fsb div.fsb-dropdown .options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #132853;
}
.first-section-buttons .buttons .fsb-cover .fsb div.fsb-dropdown .options div {
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
}
.first-section-buttons .buttons .fsb-cover .fsb div.fsb-dropdown .options div:hover {
  background-color: #f3f3f3;
}
.first-section-buttons .buttons .fsb-cover .fsb div.fsb-dropdown.active {
  max-height: 720px;
  padding: 15px 15px 15px 0px;
  z-index: 1;
  opacity: 1;
}
.first-section-buttons .buttons .fsb-cover .fsb:last-child {
  background-color: #C1272D;
  color: #fff;
  text-align: center;
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.first-section-buttons .buttons .fsb-cover .fsb:last-child span {
  margin-left: 0;
}
.first-section-buttons .buttons .fsb-cover .fsb:hover, .first-section-buttons .buttons .fsb-cover .fsb.active {
  cursor: pointer;
  background-color: #132853;
  color: #fff;
}
.first-section-buttons .buttons .fsb-cover .fsb:hover .fsb-dropdown, .first-section-buttons .buttons .fsb-cover .fsb.active .fsb-dropdown {
  color: #232323;
}
.first-section-buttons .buttons .fsb-cover .fsb:hover img, .first-section-buttons .buttons .fsb-cover .fsb.active img {
  filter: brightness(0) invert(1);
}
.first-section-buttons .buttons .fsb-cover .fsb:focus {
  background-color: #fefefe;
}

.tm-button {
  position: relative;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 40px;
}
.tm-button i {
  width: 0;
  opacity: 0;
  transition-property: opacity, width;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
}
.tm-button.tm-discover {
  padding: 15px 40px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}
.tm-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tm-button:hover {
  color: #232323;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.65);
  border-color: #fff;
}
.tm-button:hover i {
  color: #232323;
  opacity: 1;
  width: 15px;
}
.tm-button:hover:before {
  width: 100%;
}

.tm-button2 {
  background: #132853;
  position: relative;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 15px 40px;
}
.tm-button2 i {
  width: 0;
  opacity: 0;
  transition-property: opacity, width;
  transition-duration: 0.3s;
  transition-delay: 0.1s;
}
.tm-button2.tm-discover {
  padding: 15px 40px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}
.tm-button2:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 15px;
  width: 100%;
  height: 100%;
  background-color: #C1272D;
  z-index: -1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tm-button2:hover {
  color: #fff;
  border-color: #fff;
}
.tm-button2:hover i {
  color: #232323;
  opacity: 1;
  width: 15px;
}
.tm-button2:hover:before {
  top: 2px;
  right: -2px;
}

.caption-section .caption {
  font-size: 36px;
  line-height: 1.2;
  margin-top: 60px;
  color: #132853;
}
.caption-section span {
  font-size: 16px;
  color: #7E94C0;
}

.museums-of-the-day {
  position: relative;
  padding-top: 94px;
  padding-bottom: 90px;
  margin-top: -34px;
}
.museums-of-the-day .caption-section {
  margin-bottom: -70px;
}
.museums-of-the-day .caption-section .caption {
  color: #132853;
}
.museums-of-the-day .caption-section span {
  color: #7E94C0;
}
.museums-of-the-day .container {
  overflow: hidden;
  padding-bottom: 30px;
}
.museums-of-the-day .carousel-pagination {
  position: relative;
  top: -5px;
}
.museums-of-the-day .carousel-pagination span:first-child {
  color: #4F4F4F;
  font-size: 48px;
  line-height: 56px;
  position: relative;
  top: 8px;
}
.museums-of-the-day .carousel-pagination span:last-child {
  font-size: 24px;
  line-height: 28px;
  color: #BDBDBD;
  padding-left: 15px;
  position: relative;
}
.museums-of-the-day .carousel-pagination span:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background: #C4C4C4;
}
.museums-of-the-day .motd-carousel {
  margin-top: 60px;
}
.museums-of-the-day .motd-carousel .item {
  justify-content: space-between;
  display: flex;
}
.museums-of-the-day .motd-carousel .owl-dots {
  display: none;
}
.museums-of-the-day .motd-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 50px);
  transform: translateY(50%) translateX(-50%);
  margin-top: 0;
  width: 100% !important;
  left: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.museums-of-the-day .motd-carousel .owl-nav button {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(45, 51, 63, 0.2);
  position: absolute;
}
.museums-of-the-day .motd-carousel .owl-nav button.owl-prev {
  left: -50px;
}
.museums-of-the-day .motd-carousel .owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: -50px;
}
.museums-of-the-day .motd-carousel .owl-nav button:hover {
  background: rgba(45, 51, 63, 0.5);
}
.museums-of-the-day .motd-carousel .owl-stage-outer {
  overflow: visible;
}
.museums-of-the-day .motd-carousel .owl-stage-outer .owl-stage:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(98, 102, 111, 0.58);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.museums-of-the-day .motd-carousel .owl-stage-outer .owl-stage.active:before {
  z-index: 1;
}
  

.museums-of-the-day .motd-carousel .motd {
  width: 23%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.museums-of-the-day .motd-carousel .motd .img-section {
  position: relative;
}
.museums-of-the-day .motd-carousel .motd .img-section .rating {
  background-color: #C1272D;
  width: 80px;
  height: 60px;
  color: #fff;
  line-height: 20px;
  position: absolute;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  right: 26px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.museums-of-the-day .motd-carousel .motd .img-section img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.museums-of-the-day .motd-carousel .motd .img-section:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18));
}
.museums-of-the-day .motd-carousel .motd .desc-section {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.museums-of-the-day .motd-carousel .motd .desc-section span {
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  display: block;
  color: #fff;
}
.museums-of-the-day .motd-carousel .motd .desc-section span:first-child {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 15px;
  position: relative;
}
.museums-of-the-day .motd-carousel .motd .desc-section span:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.museums-of-the-day .motd-carousel .motd .desc-section span:last-child {
  font-size: 16px;
}
.museums-of-the-day .motd-carousel .motd.op0 {
  opacity: 0.4;
}
.museums-of-the-day:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 51, 63, 0.75);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.museums-of-the-day.active:before {
  opacity: 1;
}
.museums-of-the-day.active .owl-nav {
  opacity: 0;
}
.museums-of-the-day .tm-button {
  display: table;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  border-color: #2D333F;
  color: #2D333F;
  text-shadow: none;
}
.museums-of-the-day .tm-button:before {
  background-color: #2D333F;
}
.museums-of-the-day .tm-button:hover {
  color: #fff;
}
.museums-of-the-day .tm-button2 {
  display: table;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: none;
}

.up-coming-events {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 120px;
}
.up-coming-events .nav-tabs {
  margin-top: 30px;
  border: none;
}
.up-coming-events .nav-tabs .nav-item a.nav-link {
  position: relative;
  font-size: 18px;
  color: #7E94C0;
  letter-spacing: 0.04em;
  border: none;
  margin-left: 5px;
  margin-right: 5px;
}
.up-coming-events .nav-tabs .nav-item a.nav-link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #132853;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.up-coming-events .nav-tabs .nav-item a.nav-link:hover, .up-coming-events .nav-tabs .nav-item a.nav-link.active {
  color: #132853;
}
.up-coming-events .nav-tabs .nav-item a.nav-link:hover:before, .up-coming-events .nav-tabs .nav-item a.nav-link.active:before {
  width: 100%;
}
.up-coming-events .tab-content {
  padding-top: 60px;
  padding-bottom: 15px;
}
.up-coming-events .tab-content .col-sm-7 {
  padding-right: 30px;
}
.up-coming-events .tab-content .col-sm-5 {
  padding-left: 20px;
}
.up-coming-events .tab-content .event .desc-section {
  position: relative;
  margin-top: 30px;
}
.up-coming-events .tab-content .event .desc-section .main-caption {
  color: #132853;
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 80px;
}
.up-coming-events .tab-content .event .desc-section .info {
  color: #7E94C0;
  font-size: 16px;
}
.up-coming-events .tab-content .event .desc-section .info a, .up-coming-events .tab-content .event .desc-section .info span {
  color: #7E94C0;
  border-right: 1px solid #7E94C0;
  padding-right: 15px;
  margin-right: 15px;
}
.up-coming-events .tab-content .event .desc-section .info a:last-child, .up-coming-events .tab-content .event .desc-section .info span:last-child {
  border: none;
}
.up-coming-events .tab-content .event .desc-section .explore {
  position: absolute;
  right: -20px;
  top: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #132853;
}
.up-coming-events .tab-content .event .desc-section .explore i {
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #132853;
  padding: 13px;
  margin-left: 13px;
  -webkit-border-radius: 55%;
  -moz-border-radius: 55%;
  border-radius: 55%;
}
.up-coming-events .tab-content .event .desc-section .explore i:before {
  position: absolute;
  top: 1px;
  right: 8px;
  font-size: 14px;
}
.up-coming-events .tab-content .event .img-section {
  position: relative;
}
.up-coming-events .tab-content .event .img-section img {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.up-coming-events .tab-content .event .img-section:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  background-color: #C1272D;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.up-coming-events .tab-content .event:hover .img-section:before {
  left: -20px;
  top: 20px;
}
.up-coming-events .tab-content .event.lit-event {
  margin-bottom: 45px;
}
.up-coming-events .tab-content .event.lit-event .img-section:before {
  background: #132853;
}
.up-coming-events .tab-content .event.lit-event .desc-section .main-caption {
    font-size: 28px;
    line-height: 1.4;
    padding-right: 80px;
}
.up-coming-events .tab-content .event.lit-event .desc-section .info {
  font-size: 14px;
}
.up-coming-events .tab-content .event.lit-event:last-child {
  margin-bottom: 0;
}
.up-coming-events .tab-content .event.big-event {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.up-coming-events .tm-button2 {
  display: table;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.blog-type1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.blog-type1 .caption-section {
  margin-bottom: 60px;
}
.blog-type1 .big-blog {
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: -0.1rem 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: -0.1rem 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
  box-shadow: -0.1rem 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
}
.blog-type1 .big-blog .desc-section {
  padding: 80px 45px;
}
.blog-type1 .big-blog .desc-section .main-caption {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #132853;
}
.blog-type1 .big-blog .desc-section .date-and-min {
  color: #132853;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-type1 .big-blog .desc-section .date-and-min b {
  font-weight: 400;
  color: #C1272D;
}
.blog-type1 .big-blog .desc-section p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #132853;
}
.blog-type1 .big-blog .img-section {
  overflow: hidden;
}
.blog-type1 .big-blog .img-section img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 250% !important
}
.blog-type1 a:hover .img-section img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-type1 .img-section img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-type1 .lit-blog {
  width: 100%;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.blog-type1 .lit-blog .desc-section {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.blog-type1 .lit-blog .desc-section .main-caption {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
}
.blog-type1 .lit-blog .desc-section .date-and-min {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-type1 .lit-blog .desc-section .date-and-min b {
  font-weight: 400;
  color: #C1272D;
}
.blog-type1 .tm-button2 {
  display: table;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.social-media {
  padding-top: 60px;
  padding-bottom: 160px;
}
.social-media .caption-section {
  margin-bottom: 60px;
}
.social-media .social-medias {
  margin-top: 15px;
}
.social-media .social-medias a {
  width: 48.27px;
  height: 48.27px;
  left: 136.53px;
  background: #F1F5FC;
  display: inline-block;
  font-size: 25px;
  color: #132853;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 48.27px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.social-media .smedia {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.social-media .smedia .media-link {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #132853;
  background-color: #F1F5FC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.social-media .smedia .overlay {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 51, 63, 0.72);
  color: #fff;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.social-media .smedia .overlay p {
  margin-bottom: 0;
}
.social-media .smedia .overlay i {
  font-size: 40px;
  margin-bottom: 20px;
}
.social-media .smedia .overlay span {
  width: 100%;
  display: block;
}
.social-media .smedia .overlay span.line-span {
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 20pX;
}
.social-media .smedia .overlay span.account-name {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.social-media .smedia .overlay span.account-info {
  font-size: 14px;
  line-height: 1.6;
}
.social-media .smedia .overlay p {
  font-size: 14px;
  line-height: 1.6;
}
.social-media .smedia.big-media {
  margin-top: 65px;
}
.social-media .smedia.lit-smedia .overlay {
  padding-left: 20px;
  padding-right: 20px;
}
.social-media .smedia.lit-smedia .overlay i {
  font-size: 24px;
  margin-bottom: 10px;
}
.social-media .smedia.lit-smedia .overlay span {
  width: 100%;
  display: block;
}
.social-media .smedia.lit-smedia .overlay span.line-span {
  width: 100px;
  height: 1px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10pX;
}
.social-media .smedia.lit-smedia .overlay span.account-name {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.social-media .smedia.lit-smedia .overlay span.account-info {
  font-size: 14px;
  line-height: 16px;
}
.social-media .smedia.lit-smedia .overlay p {
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 64px;

}
.social-media .smedia:hover .overlay {
  opacity: 1;
}
.social-media .bottom-medias .smedia:first-child {
  width: calc(50% - 15px);
}
.social-media .bottom-medias .smedia:last-child {
  width: calc(50% - 15px);
  right: 0;
}

.cards {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cards .card-bg {
  background: url(../../assets/images/visa-bgsvg.svg);
  background-color: #F5F7FD;
  background-size: 81%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 60px;
  padding-top: 120px;
  padding-bottom: 120px;
  color: #fff;
}
.cards .card-bg p {
  line-height: 56px;
  font-size: 48px;
}
.cards .card-bg p b {
  font-size: 54px;
  font-weight: 300;
  line-height: 86px;
}
.cards .card-bg p img {
  position: relative;
  top: -5px;
}
.cards .visa-cards {
  position: relative;
}
.cards .visa-cards a {
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  -ms-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.cards .visa-cards a:first-child {
  z-index: 4;
  right: 0;
  top: 0;
}
.cards .visa-cards a:nth-child(2) {
  z-index: 3;
  right: 50px;
  top: -30px;
}
.cards .visa-cards a:nth-child(3) {
  z-index: 2;
  right: 100px;
  top: -60px;
}
.cards .visa-cards a:nth-child(4) {
  z-index: 1;
  right: 150px;
  top: -90px;
}
.cards .visa-cards a:hover:first-child {
  top: -30px;
}
.cards .visa-cards a:hover:nth-child(2) {
  top: -60px;
}
.cards .visa-cards a:hover:nth-child(3) {
  top: -90px;
}
.cards .visa-cards a:hover:nth-child(4) {
  top: -120px;
}
.cards .tm-button {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  padding: 10px 60px;
  text-shadow: none;
  z-index: 2;
}
.cards .tm-button:before {
  z-index: -1;
}
.cards .tm-button:hover {
  color: #C1272D;
}
.cards .tm-button:hover:before {
  background-color: #fff;
}

.tm-carousel {
  padding-top: 160px;
  padding-bottom: 30px;
}
.tm-carousel .carousel-buttons {
  margin-top: auto;
}
.tm-carousel .carousel-buttons button {
  height: 75px;
  width: 75px;
  line-height: 60px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 55%;
  -moz-border-radius: 55%;
  border-radius: 55%;
}
.tm-carousel .carousel-buttons button.am-next {
  margin-left: 15px;
}
.tm-carousel .carousel-buttons button.am-next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tm-carousel .carousel-buttons button:hover {
  cursor: pointer;
  background-color: #fff;
}
.tm-carousel .carousel-buttons button:hover img {
  filter: invert(0.8);
}
.tm-carousel .tm-carousel-box .tm-map-carousel, .tm-carousel .tm-carousel-box .tm-map-carousel2 {
  width: 55%;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tm-carousel .tm-carousel-box .tm-map-carousel .item, .tm-carousel .tm-carousel-box .tm-map-carousel2 .item {
  padding: 30px;
}
.tm-carousel .tm-carousel-box .tm-map-carousel .owl-nav, .tm-carousel .tm-carousel-box .tm-map-carousel2 .owl-nav {
  width: 100% !important;
}
.tm-carousel .tm-carousel-box .carousel-desc-section {
  width: 55%;
  height: 100%;
  background-color: #132853;
  position: absolute;
  left: 0;
  top: -80px;
  padding: 0 60px 60px 60px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tm-carousel .tm-carousel-box .carousel-desc-section span:first-child {
  font-weight: bold;
  font-size: 42px;
  line-height: 49px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.tm-carousel .tm-carousel-box .carousel-desc-section span:nth-child(2) {
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #9BAACB;
  margin-bottom: 15px;
}
.tm-carousel .tm-carousel-box .carousel-desc-section a {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  position: relative;
}
.tm-carousel .tm-carousel-box .carousel-desc-section a img {
  background: rgba(255, 255, 255, 0.1);
  height: 24px;
  width: 24px;
  padding: 7px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-border-radius: 55%;
  -moz-border-radius: 55%;
  border-radius: 55%;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
.tm-carousel .tm-carousel-box .carousel-desc-section a:hover img {
  margin-left: 8px;
}
.tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -85px;
  padding: 15px 25px;
}
.tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots button {
  padding: 0;
  border: none;
  background: #132853;
  width: 50px;
  height: 1px;
}
.tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots button.active {
  height: 4px;
  position: relative;
  top: 1.5px;
}
.tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots button:hover {
  cursor: pointer;
}
.tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots .carousel-pagination {
  position: relative;
  top: -5px;
}
.tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots .carousel-pagination span:first-child {
  color: #132853;
  font-size: 48px;
  line-height: 56px;
  position: relative;
  top: 8px;
}
.tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots .carousel-pagination span:last-child {
  font-size: 24px;
  line-height: 28px;
  color: #BDBDBD;
  padding-left: 15px;
  position: relative;
}
.tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots .carousel-pagination span:last-child:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #132853;
}
.tm-carousel.tm-carousel-type2 .item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.tm-carousel.tm-carousel-type2 .item a img.w-100 {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tm-carousel.tm-carousel-type2 .item a:hover img.w-100 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-carousel.tm-carousel-type2 .tm-carousel-box .carousel-desc-section {
  padding-left: 120px;
  right: 0;
  left: auto;
}
.tm-carousel.tm-carousel-type2 .tm-map-carousel2 .item {
  padding: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tm-carousel.tm-carousel-type2 .tm-map-carousel2 .item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tm-carousel.tm-carousel-type2 .tm-map-carousel2 .item a {
  position: relative;
}
.tm-carousel.tm-carousel-type2 .tm-map-carousel2 .item a .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tm-carousel.tm-carousel-type2 .tm-map-carousel2 .item a .overlay img {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10pX;
}

.tm-carousel-new {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.tm-carousel-new .tm-map-carousel, .tm-carousel-new .tm-map-carousel2 {
  overflow: hidden;
  width: 55%;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tm-carousel-new .tm-map-carousel .item, .tm-carousel-new .tm-map-carousel2 .item {
  padding: 30px;
}
.tm-carousel-new .tm-map-carousel .owl-nav, .tm-carousel-new .tm-map-carousel2 .owl-nav {
  width: 100% !important;
}
.tm-carousel-new .carousel-buttons {
  margin-top: 43px;
}
.tm-carousel-new .carousel-buttons button {
  height: 50px;
  width: 50px;
  line-height: 20px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #9BAACB;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 55%;
  -moz-border-radius: 55%;
  border-radius: 55%;
}
.tm-carousel-new .carousel-buttons button.am-next {
  margin-left: 15px;
}
.tm-carousel-new .carousel-buttons button.am-next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tm-carousel-new .carousel-buttons button:hover {
  cursor: pointer;
  background-color: #fff;
}
.tm-carousel-new .carousel-buttons button:hover img {
  filter: invert(0.8);
}
.tm-carousel-new .carousel-desc-section {
  width: 50%;
  height: 100%;
  padding-left: 45px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tm-carousel-new .carousel-desc-section span:first-child {
  font-weight: bold;
  font-size: 42px;
  line-height: 49px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.tm-carousel-new .carousel-desc-section span:nth-child(2) {
  font-size: 24px;
  line-height: 25px;
  color: #9BAACB;
  margin-bottom: 15px;
}
.tm-carousel-new .carousel-desc-section a {
  margin-bottom: 97px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  position: relative;
}
.tm-carousel-new .carousel-desc-section a img {
  background: rgba(255, 255, 255, 0.1);
  height: 24px;
  width: 24px;
  padding: 7px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-border-radius: 55%;
  -moz-border-radius: 55%;
  border-radius: 55%;
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  -ms-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
.tm-carousel-new .carousel-desc-section a:hover img {
  margin-left: 8px;
}
.tm-carousel-new .carousel-desc-section .tm-dots {
  width: 100%;
}
.tm-carousel-new .carousel-desc-section .tm-dots button {
  padding: 0;
  border: none;
  background: #fff;
  width: 50px;
  height: 1px;
}
.tm-carousel-new .carousel-desc-section .tm-dots button.active {
  height: 4px;
  position: relative;
  top: 1.5px;
}
.tm-carousel-new .carousel-desc-section .tm-dots button:hover {
  cursor: pointer;
}
.tm-carousel-new .carousel-desc-section .tm-dots .carousel-pagination {
  position: relative;
  top: -5px;
}
.tm-carousel-new .carousel-desc-section .tm-dots .carousel-pagination span:first-child {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  position: relative;
  top: 8px;
}
.tm-carousel-new .carousel-desc-section .tm-dots .carousel-pagination span:last-child {
  font-size: 24px;
  line-height: 28px;
  color: #BDBDBD;
  padding-left: 15px;
  position: relative;
}
.tm-carousel-new .carousel-desc-section .tm-dots .carousel-pagination span:last-child:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #C4C4C4;
}
.tm-carousel-new.tm-carousel-type2 .item {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.tm-carousel-new.tm-carousel-type2 .item a {
  width: 100%;
}
.tm-carousel-new.tm-carousel-type2 .item a img.w-100 {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tm-carousel-new.tm-carousel-type2 .item a:hover img.w-100 {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.tm-carousel-new.tm-carousel-type2 .tm-map-carousel2 .item {
  padding: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tm-carousel-new.tm-carousel-type2 .tm-map-carousel2 .item img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.tm-carousel-new.tm-carousel-type2 .tm-map-carousel2 .item a {
  position: relative;
}
.tm-carousel-new.tm-carousel-type2 .tm-map-carousel2 .item a .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tm-carousel-new.tm-carousel-type2 .tm-map-carousel2 .item a .overlay img {
  width: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10pX;
}
.tm-carousel-new.tm-carousel-type2:after {
  right: auto;
  left: 0;
}
.tm-carousel-new:after {
  content: "";
  background-color: #132853;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 55%;
  z-index: -1;
}

footer {
  padding-top: 60px;
  padding-bottom: 32px;
}
footer h5 {
  color: #132853;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
footer h5 img {
  margin-right: 15px;
}
footer ul {
  padding-left: 55px;
}
footer ul li a {
  margin-bottom: 5px;
  color: rgba(45, 51, 63, 0.7);
}
footer .right-section .right-section-bg {
  border: 1px solid #132853;
  border-radius: 6px;
}
footer .right-section .right-section-bg .logo-section {
  padding: 20px;
}
footer .right-section .right-section-bg .logo-section .flogo {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
footer .right-section .right-section-bg .logo-section .flogo:last-child {
  margin-bottom: 0;
}
footer .right-section .right-section-bg .logo-section .flogo:last-child img {
  width: 100px;
}
footer .right-section .right-section-bg .logo-section .flogo img {
  width: 150px;
}
footer .right-section .right-section-bg .footer-social-media {
  width: 100%;
  padding: 15px 30px;
  border-top: 1px solid #132853;
}
footer .right-section .right-section-bg .footer-social-media a {
  font-size: 24px;
  margin-left: 5px;
  margin-right: 5px;
  color: rgba(19, 40, 83, 0.7);
}
footer .right-section .right-section-bg .footer-social-media span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  padding-right: 10px;
  color: #132853;
}
footer .copyright-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #62708B;
  text-align: center;
  color: #132853;
  font-size: 14px;
}
footer .copyright-section a {
  font-weight: 700;
  color: #132853;
}

.video-modal .modal-body {
  padding: 0;
}
.video-modal .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}

.detail-carousel {
  margin-top: -120px;
}
.detail-carousel .container-fluid {
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}
.detail-carousel .container-fluid .owl-carousel .item img {
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.detail-carousel .container-fluid .owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 46px;
  margin-top: 0;
  width: 100px;
  height: 100px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  zoom: 0.75;
}
.detail-carousel .container-fluid .owl-carousel .owl-nav button {
  margin: 0;
  height: 100px;
  width: 100px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-carousel .container-fluid .owl-carousel .owl-nav button img {
  width: 30px;
}
.detail-carousel .container-fluid .owl-carousel .owl-nav button.owl-prev {
  right: 0;
  top: 150px;
}
.detail-carousel .container-fluid .owl-carousel .owl-nav button.owl-next {
  top: 35px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
}
.detail-carousel .container-fluid .owl-carousel .owl-nav button:hover {
  background: rgba(45, 51, 63, 0.5);
}
.detail-carousel .container-fluid .tm-dots {
  position: absolute;
  z-index: 1;
  right: 106px;
  bottom: 35px;
}
.detail-carousel .container-fluid .tm-dots .carousel-pagination {
  position: relative;
  top: -5px;
}
.detail-carousel .container-fluid .tm-dots .carousel-pagination span:first-child {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  position: relative;
  top: 8px;
}
.detail-carousel .container-fluid .tm-dots .carousel-pagination span:last-child {
  font-size: 24px;
  line-height: 28px;
  color: #BDBDBD;
  padding-left: 15px;
  position: relative;
}
.detail-carousel .container-fluid .tm-dots .carousel-pagination span:last-child:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  width: 2px;
  background: #fff;
}

.detail-page .container-fluid {
  padding: 90px 60px 90px 120px;
}
.detail-page .container-fluid .text-section .text-caption {
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
  font-size: 18.264px;
  line-height: 105.2%;
  letter-spacing: 0.01em;
  color: #4F4F4F;
}
.detail-page .container-fluid .text-section p {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #828282;
}
.detail-page .container-fluid .similiar-museums {
  margin-top: 120px;
}
.detail-page .container-fluid .similiar-museums .tm-button2 {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.detail-page .container-fluid .similiar-museums .divider {
  margin-top: 100px;
}
.detail-page .container-fluid .similiar-museums h4 {
  font-weight: bold;
  font-size: 22.1114px;
  line-height: 105.2%;
  color: #2D333F;
  margin-bottom: 30px;
}
.detail-page .container-fluid .similiar-museums .motd {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-page .container-fluid .similiar-museums .motd .img-section {
  position: relative;
}
.detail-page .container-fluid .similiar-museums .motd .img-section .rating {
  background-color: #C1272D;
  width: 80px;
  height: 60px;
  color: #fff;
  line-height: 20px;
  position: absolute;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  right: 26px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-page .container-fluid .similiar-museums .motd .img-section img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.detail-page .container-fluid .similiar-museums .motd .img-section:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18));
}
.detail-page .container-fluid .similiar-museums .motd .desc-section {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-page .container-fluid .similiar-museums .motd .desc-section span {
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  display: block;
  color: #fff;
}
.detail-page .container-fluid .similiar-museums .motd .desc-section span:first-child {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 15px;
  position: relative;
}
.detail-page .container-fluid .similiar-museums .motd .desc-section span:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-page .container-fluid .similiar-museums .motd .desc-section span:last-child {
  font-size: 16px;
}
.detail-page .container-fluid .similiar-museums .motd.op0 {
  opacity: 0.4;
}
.detail-page .container-fluid .similiar-museums .motd:hover {
  opacity: 1;
  z-index: 3;
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.detail-page .container-fluid .similiar-museums .motd:hover .desc-section {
  bottom: 30%;
  left: 0px;
  transform: translateY(30%);
}
.detail-page .container-fluid .similiar-museums .motd:hover .desc-section span:first-child:before {
  left: -3%;
  width: 106%;
}
.detail-page .container-fluid .similiar-museums .motd:hover .img-section .rating {
  top: -26px;
  opacity: 1;
}
.detail-page .container-fluid .museum-blog {
  padding-top: 120px;
}
.detail-page .container-fluid .museum-blog .row .col-lg-6 {
  margin-bottom: 50px;
}
.detail-page .container-fluid .museum-blog .row .col-lg-6:first-child {
  padding-right: 50px;
}
.detail-page .container-fluid .museum-blog .row .col-lg-6:last-child {
  padding-left: 50px;
}
.detail-page .container-fluid .museum-blog .event .desc-section {
  margin-top: 40px;
}
.detail-page .container-fluid .museum-blog .event .desc-section .main-caption {
  color: #132853;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
}
.detail-page .container-fluid .museum-blog .event .desc-section .info {
  color: #7E94C0;
  font-size: 14px;
}
.detail-page .container-fluid .museum-blog .event .desc-section .info a, .detail-page .container-fluid .museum-blog .event .desc-section .info span {
  color: #7E94C0;
  border-right: 1px solid #7E94C0;
  padding-right: 10px;
  margin-right: 10pX;
}
.detail-page .container-fluid .museum-blog .event .desc-section .info a:last-child, .detail-page .container-fluid .museum-blog .event .desc-section .info span:last-child {
  border: none;
}
.detail-page .container-fluid .museum-blog .event .img-section {
  position: relative;
}
.detail-page .container-fluid .museum-blog .event .img-section img {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-page .container-fluid .museum-blog .event .img-section:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  background-color: #C1272D;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-page .container-fluid .museum-blog .event:hover .img-section:before {
  left: -20px;
  top: 20px;
}
.detail-page .container-fluid .museum-blog .event.lit-event {
  margin-bottom: 30px;
}
.detail-page .container-fluid .museum-blog .event.lit-event .img-section:before {
  background: #132853;
}
.detail-page .container-fluid .museum-blog .event.lit-event .desc-section .main-caption {
  font-size: 32px;
  line-height: 32px;
}
.detail-page .container-fluid .museum-blog .event.lit-event .desc-section .info {
  font-size: 18px;
}
.detail-page .container-fluid .museum-blog .event.lit-event:last-child {
  margin-bottom: 0;
}
.detail-page .container-fluid .museum-blog .event.big-event {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.detail-page .container-fluid #detail-accordion .card {
  border: none;
  margin-bottom: 8px;
}
.detail-page .container-fluid #detail-accordion .card .card-body {
  padding-left: 30px;
  padding-right: 30px;
  background-color: #2D333F;
  color: #fff;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.detail-page .container-fluid #detail-accordion .card .card-header {
  border: none;
  padding: 0;
}
.detail-page .container-fluid #detail-accordion .card .card-header .btn-link {
  border: none;
  padding: 20px 30px;
  background-color: #2D333F;
  color: #f2f2f2;
  font-weight: 500;
  font-size: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-page .container-fluid #detail-accordion .card .card-header .btn-link.active {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.detail-page .container-fluid #detail-accordion .card #facilities-box .facility {
  width: 33.333%;
  text-align: center;
  /*margin-bottom: 45px;*/
  padding: 10px;
}
.detail-page .container-fluid #detail-accordion .card #facilities-box .facility img {
  border: 2px solid #F2F2F2;
  padding: 7px;
  -webkit-border-radius: 55%;
  -moz-border-radius: 55%;
  border-radius: 55%;
  width: 38px;
  height: 38px;
}
.detail-page .container-fluid #detail-accordion .card #facilities-box .facility span {
  font-size: 12px;
  line-height: 105.2%;
  color: #f2f2f2;
  margin-top: 8px;
}
.detail-page .container-fluid #detail-accordion .card #facilities-box .facility:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.detail-page .container-fluid #detail-accordion .card #museum-status-box {
  font-size: 20px;
  line-height: 105.2%;
  color: #2D333F;
  font-weight: normal;
}
.detail-page .container-fluid #detail-accordion .card #museum-status-box .d-flex {
  margin-bottom: 25px;
}
.detail-page .container-fluid #detail-accordion .card #museum-status-box img {
  filter: brightness(10);
  margin-right: 16px;
}
.detail-page .container-fluid #detail-accordion .card #museum-status-box span {
  display: block;
}
.detail-page .container-fluid #detail-accordion .card #museum-status-box span.caption-text {
  margin-bottom: 25px;
}
.detail-page .container-fluid #detail-accordion .card #museum-status-box .info-text {
  font-size: 14px;
}
.detail-page .container-fluid #detail-accordion .card #tickets-box {
  font-size: 16px;
  line-height: 105.2%;
}
.detail-page .container-fluid #detail-accordion .card #tickets-box .d-flex {
  margin-bottom: 16px;
}
.detail-page .container-fluid #detail-accordion .card #tickets-box .d-flex span:last-child {
  font-weight: 500;
}
.detail-page .container-fluid #detail-accordion .card #tickets-box .d-flex:last-child {
  margin-bottom: 0;
}
.detail-page .container-fluid #detail-accordion .card #tickets-box a.buy {
  idth: 100%;
  height: 55px;
  left: 1051px;
  top: 1580px;
  display: block;
  background: #C1272D;
  box-shadow: 0px 6px 20px rgba(193, 39, 45, 0.25);
  border-radius: 6px;
  margin: 0 auto;
  line-height: 55px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.detail-page .container-fluid #detail-accordion .card #contents-box label {
  margin-right: 16px;
  margin-bottom: 16px;
  height: 30px;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  padding: 4px 20px;
}
.detail-page .container-fluid #detail-accordion .card #contents-box a {
  width: 100%;
  height: 55px;
  font-weight: 500;
  display: block;
  background: #C1272D;
  box-shadow: 0px 6px 20px rgba(193, 39, 45, 0.25);
  border-radius: 6px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.detail-page .container-fluid #detail-accordion .card #contents-box a.guidance {
  background: #F2F2F2;
  color: #000;
  box-shadow: 0px 4px 18px rgba(255, 255, 255, 0.25);
  margin-top: 8px;
}
.detail-page .container-fluid #detail-accordion .card #location-box .d-flex {
  font-size: 18px;
  line-height: 105.2%;
  margin-bottom: 16px;
}
.detail-page .container-fluid #detail-accordion .card #location-box .d-flex span {
  display: block;
}
.detail-page .container-fluid #detail-accordion .card #location-box .d-flex i {
  margin-right: 8px;
}
.detail-page .container-fluid #detail-accordion .card #location-box a {
  width: 100%;
  height: 55px;
  font-weight: 500;
  display: block;
  background: #C1272D;
  box-shadow: 0px 6px 20px rgba(193, 39, 45, 0.25);
  border-radius: 6px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.detail-page .container-fluid #detail-accordion .card #location-box a.guidance {
  background: #F2F2F2;
  color: #000;
  box-shadow: 0px 4px 18px rgba(255, 255, 255, 0.25);
  margin-top: 8px;
}
.detail-page .container-fluid #detail-accordion .card #upcoming-events-box .event {
  display: block;
  position: relative;
  margin-bottom: 50px;
}
.detail-page .container-fluid #detail-accordion .card #upcoming-events-box .event .desc-section {
  position: absolute;
  right: -5px;
  bottom: -30px;
}
.detail-page .container-fluid #detail-accordion .card #upcoming-events-box .event .desc-section .top-caption {
  font-weight: 500;
  font-size: 14px;
  line-height: 105.2%;
  background-color: #fff;
  color: #C1272D;
  padding: 2px 12px;
  position: relative;
  top: 10px;
  left: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.detail-page .container-fluid #detail-accordion .card #upcoming-events-box .event .desc-section .main-caption {
  color: #f2f2f2;
}
.detail-page .container-fluid #detail-accordion .card #upcoming-events-box .event .desc-section .main-caption span.d-block {
  padding: 16px 14px;
  background: #2D333F;
  font-weight: bold;
  font-size: 14px;
  line-height: 105.2%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.detail-page .container-fluid #detail-accordion .card #upcoming-events-box .event .desc-section .main-caption .info-text {
  padding-left: 14px;
}
.detail-page .container-fluid #detail-accordion .card #upcoming-events-box .event .desc-section .main-caption .info-text span {
  border-right: 1px solid #C1272D;
  padding-right: 5px;
  margin-right: 5px;
}
.detail-page .container-fluid #detail-accordion .card #upcoming-events-box .event .desc-section .main-caption .info-text span:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.detail-page .container-fluid #detail-accordion .card #upcoming-events-box a.more {
  width: 100%;
  height: 55px;
  font-weight: 500;
  display: block;
  border-radius: 6px;
  line-height: 55px;
  text-align: center;
  background: #F2F2F2;
  color: #000;
  box-shadow: 0px 4px 18px rgba(255, 255, 255, 0.25);
  margin-top: 60px;
}
.detail-page .container-fluid .social-medias {
  margin-top: 73px;
}
.detail-page .container-fluid .social-medias a {
  margin-left: 16px;
  margin-right: 16px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background: #2D333F;
  border-radius: 6px;
}
.detail-page .container-fluid .museum-plan {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 20px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  border: 2px solid #2D333F;
  background: #2D333F;
}
.detail-page .container-fluid .museum-plan img {
  padding-right: 17px;
  margin-right: 17px;
  border-right: 1px solid #f2f2f2;
}
.detail-page .container-fluid .rate-museum {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 20px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #2D333F;
  background: #fff;
  border: 2px solid #2D333F;
}
.detail-page .container-fluid .rate-museum img {
  padding-right: 17px;
  margin-right: 17px;
  border-right: 1px solid #fff;
}
.detail-page .container-fluid .child-workshops {
  width: 100%;
  margin-top: 46px;
}

.blog-carousel {
  padding-top: 0;
  margin-top: -150px;
}
.blog-carousel .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.blog-carousel .container-fluid .tm-carousel-box .carousel-desc-section {
  background-color: #2D333F;
  padding-left: 140pX;
}
.blog-carousel .container-fluid .tm-carousel-box .carousel-desc-section .watch-now {
  position: absolute;
  bottom: 45px;
  right: 60px;
  font-size: 14px;
  line-height: 105.2%;
}
.blog-carousel .container-fluid .tm-carousel-box .carousel-desc-section .watch-now img {
  width: 36px;
  height: 36px;
  padding: 0;
  background: none;
  transform: rotate(0deg);
}
.blog-carousel .container-fluid .tm-carousel-box .carousel-desc-section p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #F2F2F2;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.blog-carousel .container-fluid .tm-carousel-box .carousel-desc-section .tm-dots button {
  background: #2D333F;
}
.blog-carousel .container-fluid .tm-carousel-box .carousel-desc-section .tm-dots .carousel-pagination span:first-child {
  color: #2D333F;
}

.blog-detail .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.blog-detail .container-fluid h2 {
  font-size: 36px;
  line-height: 105.2%;
  letter-spacing: 0.04em;
  color: #2D333F;
  margin-bottom: 30px;
  margin-top: 120px;
}
.blog-detail .container-fluid .event .desc-section {
  margin-top: 40px;
}
.blog-detail .container-fluid .event .desc-section .main-caption {
  color: #132853;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-detail .container-fluid .event .desc-section .info {
  color: #7E94C0;
  font-size: 14px;
}
.blog-detail .container-fluid .event .desc-section .info a, .blog-detail .container-fluid .event .desc-section .info span {
  color: #7E94C0;
  border-right: 1px solid #7E94C0;
  padding-right: 10px;
  margin-right: 10px;
}
.blog-detail .container-fluid .event .desc-section .info a:last-child, .blog-detail .container-fluid .event .desc-section .info span:last-child {
  border: none;
}
.blog-detail .container-fluid .event .img-section {
  position: relative;
}
.blog-detail .container-fluid .event .card {
  position: relative;

}
.blog-detail .container-fluid .event .img-section img {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-detail .container-fluid .event .img-section:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  background-color: #C1272D;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
    .blog-detail .container-fluid .event .card:before {
        content: "";
        z-index: -1;
        position: absolute;
        left: 20px;
        top: -20px;
        width: 100%;
        height: 100%;
        background-color: #ffff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
.blog-detail .container-fluid .event:hover .img-section:before {
  left: -20px;
  top: 20px;
}
    .blog-detail .container-fluid .event:hover .card:before {
   
    }
.blog-detail .container-fluid .event.lit-event {
  margin-bottom: 30px;
}
.blog-detail .container-fluid .event.lit-event .img-section:before {
  background: #132853;
}
.blog-detail .container-fluid .event.lit-event .desc-section .main-caption {
  font-size: 32px;
  line-height: 32px;
}
.blog-detail .container-fluid .event.lit-event .desc-section .info {
  font-size: 18px;
}
.blog-detail .container-fluid .event.lit-event:last-child {
  margin-bottom: 0;
}
.blog-detail .container-fluid .event.big-event {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-detail .container-fluid .tab-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.blog-detail .container-fluid .tab-content .row .col-lg-6 {
  margin-bottom: 50px;
}
.blog-detail .container-fluid .tab-content .row .col-lg-6:nth-child(n+1) {
  padding-right: 50px;
}
.blog-detail .container-fluid .tab-content .row .col-lg-6:nth-child(n+2) {
  padding-left: 50px;
}
.blog-detail .container-fluid .nav-tabs {
  border: none;
}
.blog-detail .container-fluid .nav-tabs .nav-link {
  border: none;
  font-size: 24px;
  line-height: 105.2%;
  letter-spacing: 0.04em;
  color: #2D333F;
  opacity: 0.36;
}
.blog-detail .container-fluid .nav-tabs .nav-link.active {
  color: #2D333F;
  opacity: 1;
}

.blog-inside {
  padding-top: 90px;
  padding-bottom: 90px;
}
.blog-inside .museum-blog {
  padding-top: 120px;
}
.blog-inside .museum-blog .row .col-lg-6 {
  margin-bottom: 50px;
}
.blog-inside .museum-blog .row .col-lg-6:first-child {
  padding-right: 50px;
}
.blog-inside .museum-blog .row .col-lg-6:last-child {
  padding-left: 50px;
}
.blog-inside .museum-blog .event .desc-section {
  margin-top: 40px;
}
.blog-inside .museum-blog .event .desc-section .main-caption {
  color: #132853;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-inside .museum-blog .event .desc-section .info {
  color: #7E94C0;
  font-size: 14px;
}
.blog-inside .museum-blog .event .desc-section .info a, .blog-inside .museum-blog .event .desc-section .info span {
  color: #7E94C0;
  border-right: 1px solid #7E94C0;
  padding-right: 10px;
  margin-right: 10pX;
}
.blog-inside .museum-blog .event .desc-section .info a:last-child, .blog-inside .museum-blog .event .desc-section .info span:last-child {
  border: none;
}
.blog-inside .museum-blog .event .img-section {
  position: relative;
}
.blog-inside .museum-blog .event .img-section img {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-inside .museum-blog .event .img-section:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 20px;
  top: -20px;
  width: 100%;
  height: 100%;
  background-color: #C1272D;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-inside .museum-blog .event:hover .img-section:before {
  left: -20px;
  top: 20px;
}
.blog-inside .museum-blog .event.lit-event {
  margin-bottom: 30px;
}
.blog-inside .museum-blog .event.lit-event .img-section:before {
  background: #132853;
}
.blog-inside .museum-blog .event.lit-event .desc-section .main-caption {
  font-size: 32px;
  line-height: 32px;
}
.blog-inside .museum-blog .event.lit-event .desc-section .info {
  font-size: 18px;
}
.blog-inside .museum-blog .event.lit-event:last-child {
  margin-bottom: 0;
}
.blog-inside .museum-blog .event.big-event {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-inside .cover-image {
  padding-left: 60px;
  padding-right: 60px;
}
.blog-inside .cover-image .social-media-share {
  margin-top: 24pX;
}
.blog-inside .cover-image .social-media-share span {
  margin-right: 16px;
  display: block;
  font-weight: 300;
  font-size: 24px;
  line-height: 105.2%;
  color: #2D333F;
}
.blog-inside .cover-image .social-media-share a {
  font-size: 24px;
  margin-left: 30px;
  color: #2D333F;
}
.blog-inside .cover-image .social-media-share a:hover {
  color: #C1272D;
}
.blog-inside .container-fluid {
  padding-left: 180px;
  padding-right: 180px;
}
.blog-inside .container-fluid .text-section .text-caption {
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
  font-size: 18.264px;
  line-height: 105.2%;
  letter-spacing: 0.01em;
  color: #4F4F4F;
}
.blog-inside .container-fluid .text-section h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  color: #2D333F;
}
.blog-inside .container-fluid .text-section p {
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #828282;
}

#searchTextMuseum {
    font-size: 24px;
}

.search-first-section form {
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}
.search-first-section form .form-group {
  width: 100%;
  position: relative;
}
.search-first-section form .form-group input {
  color: #fff;
  padding-left: 100px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: rgba(242, 242, 242, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
}
.search-first-section form .form-group button {
  position: absolute;
  left: 0;
  top: 9px;
  background-color: transparent;
  border: none;
  height: 62px;
  width: 90px;
  border-right: 1px solid #F2F2F2;
  line-height: 60px;
}
.search-first-section form .form-group button img {
  width: 30px;
}

.filter-section {
  position: relative;
}
.filter-section .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
.filter-section .container-fluid .map-section {
  position: relative;
  background-color: #fff;
  margin-top: -120px;
  padding: 150px 17px 210px 17px;
  box-shadow: 0px 20px 36px rgba(45, 51, 63, 0.05);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.filter-section .container-fluid .filter-left {
  position: absolute;
  top: 90px;
  left: 54px;
  width: 320px;
  height: calc(100% - 180px );
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 10px rgba(79, 79, 79, 0.25);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.filter-section .container-fluid .filter-left .clear-all {
  margin: 0 auto;
  /*width: 120px;*/
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  background: #2D333F;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0 20px;
}
.filter-section .container-fluid .filter-left .caption-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #2D333F;
  margin-bottom: 30px;
  display: block;
}
.filter-section .container-fluid .filter-left .accordion .card {
  background-color: transparent;
  margin-bottom: 16px;
  border: none;
}
.filter-section .container-fluid .filter-left .accordion .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.filter-section .container-fluid .filter-left .accordion .card-header button {
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #2D333F;
}
.filter-section .container-fluid .filter-left .accordion .card-body {
  padding: 17px 0;
  border-bottom: 0.2px solid rgba(38, 50, 56, 0.5);
}
.filter-section .container-fluid .filter-left .accordion .card-body .checkboxes {
  height: 140px;
  overflow: auto;
}
.filter-section .container-fluid .filter-left .accordion .card-body .checkboxes .checkbox-section {
  margin-bottom: 15px;
}
.filter-section .container-fluid .filter-left .accordion .card-body .checkboxes .checkbox-section span {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #2D333F;
}
.filter-section .container-fluid .filter-left .accordion .card-body .checkboxes .checkbox-section b {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #828282;
}
.filter-section .container-fluid .filter-left .accordion .card-body .checkboxes::-webkit-scrollbar {
  width: 18px;
  height: 18px;
  background-color: #E0E0E0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.filter-section .container-fluid .filter-left .accordion .card-body .checkboxes::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: #fff;
}
.filter-section .container-fluid .filter-left .accordion .card-body .checkboxes::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}
.filter-section .container-fluid .filter-left .accordion .card-body .checkboxes::-webkit-scrollbar-corner {
  background-color: transparent;
}

.results .container-fluid {
  padding-left: 45px;
  padding-right: 45px;
}
.results .container-fluid .result-count {
  display: block;
  margin-top: 60px;
  margin-bottom: 90px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #2D333F;
}
.results .container-fluid .motd {
  margin-bottom: 30px;
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.results .container-fluid .motd .img-section {
  position: relative;
}
.results .container-fluid .motd .img-section .rating {
  background-color: #C1272D;
  width: 80px;
  height: 60px;
  color: #fff;
  line-height: 20px;
  position: absolute;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  right: 26px;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.results .container-fluid .motd .img-section img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.results .container-fluid .motd .img-section:before {
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18));
}
.results .container-fluid .motd .desc-section {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.results .container-fluid .motd .desc-section span {
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
  display: block;
  color: #fff;
}
.results .container-fluid .motd .desc-section span:first-child {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 15px;
  position: relative;
}
.results .container-fluid .motd .desc-section span:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.results .container-fluid .motd .desc-section span:last-child {
  font-size: 20px;
}
.results .container-fluid .motd.op0 {
  opacity: 0.4;
}
.results .container-fluid .motd:hover {
  opacity: 1;
  z-index: 3;
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.results .container-fluid .motd:hover .desc-section {
  bottom: 50%;
  left: 0px;
  transform: translateY(50%);
}
.results .container-fluid .motd:hover .desc-section span:first-child:before {
  left: -3%;
  width: 106%;
}
.results .container-fluid .motd:hover .img-section .rating {
  top: -26px;
  opacity: 1;
}

@keyframes header-fixed {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@media (max-width: 1199.98px) {
  .first-section-buttons {
    width: calc(100% - 40px);
  }
  .first-section-buttons .buttons .fsb-cover .fsb {
    padding: 22px 10px;
    font-size: 14px;
  }

  .tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots button {
    width: 30px;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots button.active {
    top: 0.5px;
  }
}
@media (max-width: 1025px) {
  .first-section {
    min-height: 60vh;
  }
  .first-section .home-carousel .owl-item .item .item-text span:first-child {
    font-size: 24px;
    line-height: 24px;
  }
  .first-section .home-carousel .owl-item .item .item-text span:last-child {
    font-size: 32px;
    line-height: 32px;
  }

  .first-section-buttons .buttons .fsb-cover .fsb {
    padding: 15px;
    font-size: 13px;
  }
  .first-section-buttons .buttons .fsb-cover .fsb-search {
    padding: 15px;
  }

  .tm-button.tm-discover {
    padding: 8px;
    font-size: 14px;
  }

  .cards .card-bg {
    margin-top: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cards .card-bg p {
    font-size: 24px;
    line-height: 24px;
  }
  .cards .card-bg p b {
    font-size: 32px;
    line-height: 32px;
  }
  .cards .visa-cards a {
    width: 75%;
  }
  .cards .visa-cards a img {
    width: 100%;
  }

  .tm-carousel .tm-carousel-box .carousel-desc-section span:first-child {
    font-size: 32px;
    line-height: 32px;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section span:nth-child(2) {
    font-size: 16px;
    line-height: 16px;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots button {
    width: 20px;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots button.active {
    top: 1.5px;
  }

  .blog-carousel {
    margin-top: -50px;
  }

  .detail-carousel {
    margin-top: -50px;
  }
  .detail-carousel .container-fluid .tm-dots {
    bottom: 30px;
    min-width: 100px;
  }
  .detail-carousel .container-fluid .owl-carousel .owl-nav button.owl-next {
    top: 30pX;
  }
  .detail-carousel .container-fluid .owl-carousel .owl-nav button.owl-prev {
    top: 150pX;
  }

  .dp-first-section {
    height: 60vh;
  }
  .dp-first-section .status {
    bottom: 80px;
  }

  .blog-first-section .text-section {
    top: 40%;
  }

  .filter-section .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
  .filter-section .container-fluid .map-section {
    padding: 0;
    margin-top: -50px;
  }
  .filter-section .container-fluid .map-section .map-image {
    margin-top: 15px;
    padding: 15px;
  }
  .filter-section .container-fluid .filter-left {
    width: 100%;
    position: unset;
  }
}
@media (max-width: 769px) {
  .blog-detail .container-fluid .tab-content .row .col-lg-6 {
    margin-bottom: 50px;
  }
  .blog-detail .container-fluid .tab-content .row .col-lg-6:nth-child(n+1) {
    padding-right: 15px;
  }
  .blog-detail .container-fluid .tab-content .row .col-lg-6:nth-child(n+2) {
    padding-left: 15px;
  }

  .tm-nav .nav-logo img {
    width: 130px;
  }
  .tm-nav .nav-menu a {
    font-size: 24px;
  }
  .tm-nav .nav-social-media a {
    font-size: 14px;
  }

  .social-media .smedia {
    margin-bottom: 30px;
  }

  header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .first-section {
    background-size: cover !important;
    height: 50vh;
  }
  .first-section .home-carousel .owl-item .item .item-text span:first-child {
    font-size: 16px;
    line-height: 16px;
  }
  .first-section .home-carousel .owl-item .item .item-text span:last-child {
    font-size: 24px;
    line-height: 24px;
  }

  .first-section-buttons {
    width: 100%;
  }
  .first-section-buttons .buttons {
    width: 100%;
  }
  .first-section-buttons .buttons .fsb-cover .fsb {
    padding: 5px 10px;
  }
  .first-section-buttons .buttons .fsb-cover .fsb-search-box a.remove-input {
    display: none;
  }

  .museums-of-the-day .carousel-pagination {
    margin-top: 30px;
    order: 3;
    width: 100%;
    text-align: center;
  }
  .museums-of-the-day .caption-section {
    margin-bottom: 0;
  }
  .motd .desc-section span:first-child {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .motd .desc-section span:last-child {
    font-size: 12px !important;
    line-height: 12px !important;
  }

  .up-coming-events .tab-content .event .desc-section .explore {
    display: none !important;
  }
  .up-coming-events .tab-content .event .desc-section .info {
    font-size: 14px;
  }
  .up-coming-events .tab-content .event .desc-section .main-caption {
    font-size: 24px;
    line-height: 24px;
  }
  .up-coming-events .tab-content .col-sm-7 {
    padding-right: 15px;
  }

  .blog-type1 .big-blog {
    margin-bottom: 20pX;
  }
  .blog-type1 .big-blog .desc-section {
    padding: 30px 15px;
  }
  .blog-type1 .big-blog img {
    width: 100% !important;
  }
  .blog-type1 .lit-blog {
    margin-bottom: 20px;
  }
  .blog-type1 .lit-blog:last-child {
    margin-bottom: 0;
  }

  footer .footer-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .tm-carousel {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .tm-carousel .carouse-buttons {
    display: none;
  }
  .tm-carousel .container {
    padding-left: 0;
    padding-right: 0;
  }
  .tm-carousel .tm-carousel-box .tm-map-carousel {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tm-carousel .tm-carousel-box .tm-map-carousel .item {
    width: 100%;
  }
  .tm-carousel .tm-carousel-box .tm-map-carousel2 {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tm-carousel .tm-carousel-box .tm-map-carousel2 .item {
    width: 100%;
  }
  .tm-carousel .tm-carousel-box .tm-map-carousel2 .item img {
    border-radius: 0;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section {
    width: 100%;
    position: unset;
    padding: 20px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots {
    padding: 20px;
    background-color: #132853;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots .carousel-pagination span:first-child {
    color: #fff;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots .carousel-pagination span:last-child:before {
    background-color: #fff;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots #tm-custom-dots {
    display: none;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots button {
    width: 20px;
  }
  .tm-carousel .tm-carousel-box .carousel-desc-section .tm-dots button.active {
    top: 1.5px;
  }

  .tm-carousel-new .carousel-desc-section a {
    margin-bottom: 20px;
  }
  .tm-carousel-new .carousel-desc-section .carousel-buttons {
    margin-top: 20px;
  }
  .tm-carousel-new .carousel-desc-section .tm-dots {
    width: 100%;
  }
  .tm-carousel-new .carousel-desc-section .tm-dots button {
    width: 20px;
  }

  .dp-first-section {
    height: 60vh;
  }
  .dp-first-section .status {
    padding-left: 0;
    bottom: 80px;
    font-size: 14px;
  }
  .dp-first-section .status img {
    width: 14px;
    margin-right: 8px;
  }
  .dp-first-section .text-section > span {
    font-size: 14px;
    line-height: 105.2%;
  }
  .dp-first-section .text-section h1 {
    font-size: 24px;
    line-height: 109.3%;
  }

  .detail-carousel .container-fluid .owl-carousel .owl-nav {
    display: none;
  }

  .detail-page .container-fluid .museum-blog .event .desc-section .info {
    font-size: 14px;
  }
  .detail-page .container-fluid .museum-blog .event .desc-section .main-caption {
    font-size: 24px;
    line-height: 24px;
  }
  .detail-page .container-fluid .museum-blog .row .col-lg-6:first-child {
    padding-right: 15px;
  }
  .detail-page .container-fluid .museum-blog .row .col-lg-6:last-child {
    padding-left: 15px;
  }

  .blog-first-section .text-section {
    top: 50%;
  }
  .blog-first-section .text-section h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .blog-first-section .text-section span {
    width: 100%;
    font-size: 14px;
    line-height: 17px;
  }
  .blog-first-section .info-section div {
    font-size: 11.2525px;
    line-height: 13px;
    width: 115px;
    text-align: center;
    padding: 28px 30px;
    border-left: 1px solid #C4C4C4;
  }
  .blog-first-section .info-section div img {
    width: 12px;
  }

  .blog-inside .museum-blog .event .desc-section .info {
    font-size: 14px;
  }
  .blog-inside .museum-blog .event .desc-section .main-caption {
    font-size: 24px;
    line-height: 24px;
  }
  .blog-inside .museum-blog .row .col-lg-6:first-child {
    padding-right: 15px;
  }
  .blog-inside .museum-blog .row .col-lg-6:last-child {
    padding-left: 15px;
  }

  .blog-carousel .container-fluid .tm-carousel-box .carousel-desc-section .watch-now {
    bottom: 10px;
  }
  .blog-carousel .container-fluid .tm-carousel-box .carousel-desc-section .tm-dots {
    background-color: transparent;
  }
}
@media (max-width: 426px) {
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .results .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }

  .search-first-section form {
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .filter-section .container-fluid .map-section {
    margin-top: -200px;
  }

  header .nav-opener .menu-text {
    font-size: 12px;
  }
  header .nav-opener .hamburger {
    top: 1px;
    height: 16px;
  }
  header .logo-section img {
    width: 120px;
  }
  header .language-box .tm-language img {
    height: 16px;
  }
  header .language-box .tm-language span {
    font-size: 12px;
  }
  header .right-buttons a:first-child, header .right-buttons a:nth-child(2) {
    display: none;
  }
  header .right-buttons a.nav-opener .hamburger {
    top: 0;
  }
  header .right-buttons a.nav-opener .menu-text {
    font-size: 14px;
  }

  .first-section {
    min-height: 55vh;
    background-size: cover;
  }
  .first-section.bg-size {
    background-size: cover;
  }
  .first-section .home-carousel .owl-dots {
    bottom: 160px;
  }

  .first-section-buttons {
    margin-top: calc(-260px / 2);
    z-index: 1;
  }
  .first-section-buttons .buttons .fsb-cover .fsb-search-box {
    height: 51px;
    left: 46px;
    border-bottom-right-radius: 0;
    width: calc(100% - 50px);
    font-size: 14px;
  }
  .first-section-buttons .buttons .fsb-cover .fsb-search-box input {
    padding-left: 0;
  }
  .first-section-buttons .buttons .fsb-cover .fsb-search-box.active {
    width: calc(100% - 50px);
  }
  .first-section-buttons .buttons .fsb-cover .fsb-search {
    text-align: left;
    font-size: 14px;
    padding: 15px;
    width: 100%;
    border-bottom: 1px solid #BDBDBD;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 8px;
  }
  .first-section-buttons .buttons .fsb-cover .fsb {
    font-size: 14px;
    padding: 15px;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #BDBDBD;
  }
  .first-section-buttons .buttons .fsb-cover .fsb:last-child {
    width: 100% !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .museums-of-the-day .motd-carousel {
    margin-top: 30px;
  }
  .museums-of-the-day .owl-dots {
    display: none;
  }
  .museums-of-the-day .caption-section {
    width: 100%;
  }
  .museums-of-the-day .caption-section h1 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 24px;
  }
  .museums-of-the-day .caption-section span {
    font-size: 12px;
    color: #828282;
  }
  .cards .card-bg {
    background: url(../../assets/images/visa-bgsvg-mobile.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 30px;
    min-height: 75vh;
  }
  .cards .card-bg .container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cards .card-bg p {
    font-size: 24px;
    line-height: 24px;
  }
  .cards .card-bg p img {
    width: 60px;
  }
  .cards .card-bg p b {
    font-size: 32px;
    line-height: 32px;
  }
  .cards .visa-cards {
    height: 25vh;
    left: 45px;
  }
  .cards .visa-cards a {
    width: 75%;
  }
  .cards .visa-cards a img {
    width: 100%;
  }
  .cards .visa-cards a:first-child {
    right: 70px;
  }
  .cards .visa-cards a:nth-child(2) {
    right: 90px;
  }
  .cards .visa-cards a:nth-child(3) {
    right: 110px;
  }
  .cards .visa-cards a:nth-child(4) {
    right: 130px;
  }

  .blog-type1 .big-blog .desc-section {
    width: 100% !important;
  }
  .blog-type1 .big-blog .desc-section .main-caption {
    font-size: 24px;
    line-height: 24px;
  }

  .social-media {
    padding-bottom: 60px;
  }

  .tm-carousel-new .tm-map-carousel {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tm-carousel-new .carousel-desc-section {
    width: 100%;
    background-color: #132853;
    padding: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .tm-carousel-new:after {
    content: none;
  }
  .tm-carousel-new.tm-carousel-type2 .tm-map-carousel2 {
    width: 100%;
  }
  .tm-carousel-new.tm-carousel-type2 .tm-map-carousel2 img, .tm-carousel-new.tm-carousel-type2 .tm-map-carousel2 .item {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .museums-of-the-day .motd-carousel .item .motd {
    width: 100%;
  }
  .museums-of-the-day .motd-carousel .item .motd:nth-last-child(-n+3) {
    display: none;
  }

  .detail-carousel .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .detail-carousel .container-fluid .tm-dots {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .blog-carousel {
    margin-top: -50px;
  }

  .detail-page .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }

  .blog-detail .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }

  .blog-inside .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }

  .blog-inside .cover-image {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tm-nav .nav-opener {
    left: 15px;
  }

}



/*# sourceMappingURL=style.css.map */
