﻿body{
    overflow-x: hidden;
}

.xemthem {
    background: red;
    border: solid red 1px;
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
}
.xemthem:hover {
    background: white;
    border: solid red 1px;
    color: red;
    border-radius: 4px;
    padding: 5px 10px;
}

.place-section {
    padding: 30px 0;
    background: url(/Content/images/place_bg.jpg) red;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 50%;
}

#myNavbar ul li a:hover {
    color: red;
}

#myNavbar ul li ul {
    background: red;
}

#menu-home .nav li.active > a {
    color: red;
}

#myNavbar ul li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: #FF8C00;
}

.header-toolbar-app {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: red;
    padding: 3px 0;
}

.main-visual .banner-wrap > .button-banner {
    background: red;
}

.picon {
    padding: 15px 0 !important;
    background: red;
}

h2 {
    color: red;
}
.cbg {
    background-color: red;
}

.book_tour_home_href {
    background: red
}

a {
    color: darkred;
}
a:hover, a:focus{
    color: red;
}

.floating-navigation{
    right: 0px;
    left: unset;
}
/*.floating-navigation a:hover {
    color: white;
}*/
.floating-navigation a:hover {
    transition: width .15s ease-in-out;
    width: unset;
    color: yellow;
}


.klk-button-outlined:hover {
    color: red;
    background-color: #FFF;
    border: 1px solid red;
}
.klk-button-outlined-brown:hover {
    color: red;
    background-color: #FFF;
    border: 1px solid red;
}

.footer, .copyright, footer {
    background-color: red;
    color: white;
}
.copyright{
    border-top: solid 1px white;
}