* {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

li {
    list-style-type: none
}

a,
img {
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease
}

a:focus {
    outline: 0
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

.margin0,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.margin0auto {
    margin: 0 auto
}

.padding0 {
    padding: 0
}

header .navbar {
    background: url(../images/bg_lg.jpg) top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    padding: 0
}

header .navbar:before {
    content: "";
    height: 2px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#0a52a5), to(#00baf0));
    background-image: linear-gradient(to right, #0a52a5, #00baf0)
}

header .navbar .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

header .navbar .logo img {
    height: 67px
}

header .navbar .logo p {
    margin-left: 20px
}

header .navbar .logo p .textBlue {
    font-size: 26px;
    font-weight: 600
}

header .navbar .menu .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: url(/images/background_login.png) no-repeat right;
    color: #fff;
    margin-bottom: 30px
}

header .navbar .menu .login li {
    padding-bottom: 5px
}

header .navbar .menu .login li a {
    padding: 0 5px;
    color: #fff !important
}

header .navbar .menu .login li a i {
    padding-right: 5px
}

header .navbar .menu .login li:last-child {
    margin-right: 35px
}

header .navbar .menu .nav-links {
    margin-bottom: 0
}

header .navbar .menu .nav-links li {
    padding-bottom: 10px;
    margin-left: 20px
}

header .navbar .menu .nav-links li a {
    color: #000;
    padding-bottom: 10px
}

header .navbar .menu .nav-links li a:hover {
    border-bottom: 3px solid #0a52a5;
    color: #0a52a5;
    -webkit-transition: -webkit-transform .5s ease-in;
    transition: -webkit-transform .5s ease-in;
    transition: transform .5s ease-in;
    transition: transform .5s ease-in, -webkit-transform .5s ease-in
}

header .navbar .menu .nav-links .active a {
    border-bottom: 3px solid #0a52a5;
    color: #0a52a5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

header .navbar .menu .nav-links .search {
    background: #e9ecef;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-bottom: 5px
}

header .navbar .menu .nav-links .search i {
    padding: 7px
}

.navbar ul.nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none
}

.navbar ul.nav-links li a {
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Mulibold
}

.navbar .menu-icon {
    display: none;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px
}

.navbar .menu-icon span {
    display: block;
    border-radius: 15px;
    width: 25px;
    height: 2px;
    margin: 5px;
    background-color: #999;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.loginbutton {
    display: none
}

.navbar ul.nav-links.menu-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 9999
}

@-webkit-keyframes navLinkAnime {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes navLinkAnime {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.navbar .menu-icon.span-anime span:first-child {
    -webkit-transform: rotate(-135deg) translate(-15px, 6px);
    transform: rotate(-135deg) translate(-15px, 6px);
    margin-left: -18px
}

.navbar .menu-icon.span-anime span:nth-child(2) {
    opacity: 0
}

.navbar .menu-icon.span-anime span:last-child {
    -webkit-transform: rotate(135deg) translate(-15px, -5px);
    transform: rotate(135deg) translate(-15px, -5px);
    margin-left: -17px
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    background: url(/images/background_footer.jpg)
}

footer strong {
    color: #0a52a5
}

footer .infomation {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2
}

footer .infomation article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer .infomation article p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
}

footer .infomation article p i {
    padding-right: 5px;
    width: 15px
}

footer .social {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right
}

footer .social i {
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 5px
}

footer .social .fa-facebook {
    padding: 10px 14px;
    background-color: #3b5998
}

footer .social .fa-youtube {
    padding: 10px 11px;
    background-color: #d21919
}

footer .social .fa-twitter {
    padding: 10px 11px;
    background-color: #55acee
}

body {
    font-size: 15px;
    background-color: #f7f8f8
}

.textRed {
    color: #ed1c24
}

.textBlue {
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, right top, from(#0a52a5), to(#00baf0));
    background: linear-gradient(to right, #0a52a5, #00baf0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.uppercase {
    text-transform: uppercase
}

.modal .modal-dialog {
    border: 1px solid #999;
    position: relative;
    max-width: 800px
}

.modal .modal-dialog .modal-header {
    color: #0a52a5;
    margin: 0 18px
}

.modal .modal-dialog .modal-header .close {
    position: absolute;
    top: -5px;
    right: -2px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#0a52a5), to(#00baf0));
    background: linear-gradient(to right, #0a52a5, #00baf0);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 1;
    padding: 0
}

.modal .modal-dialog .modal-content {
    max-width: 794px;
    border: none;
    margin: 2px;
    border-radius: 0;
    color: #333
}

.modal .modal-dialog .modal-content i {
    color: #999
}

.modal .modal-dialog .modal-content .modal-body {
    font-size: 15px
}

@font-face {
    font-family: MuliMedium;
    src: url(/fonts/Muli/Muli-Medium.ttf)
}

@font-face {
    font-family: Mulibold;
    src: url(/fonts/Muli/Muli-Bold.ttf)
}

@font-face {
    font-family: RiftBold;
    src: url(/fonts/Rift/Rift-Bold.otf)
}

@font-face {
    font-family: MuliRegular;
    src: url(/fonts/Muli/Muli-Regular.ttf)
}

body {
    font-family: MuliRegular
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Mulibold
}

.placeList {
    font-family: MuliRegular
}

.placeList .formSearch article {
    margin: 0 auto;
    max-width: 900px;
    text-align: center
}

.placeList .formSearch article h3 {
    font-size: 26px
}

.placeList .formSearch form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #0a52a5;
    border-radius: 5px;
    color: #fff;
    padding: 15px
}

.placeList .formSearch form>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.placeList .formSearch form>div .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.placeList .formSearch form>div .form select {
    margin-right: 10px;
    max-width: 180px;
    border: none
}

.placeList .formSearch form>div .form input {
    max-width: 260px;
    border: none
}

.placeList .formSearch form>div .form button {
    margin-left: 10px;
    background-color: #00b8ef;
    padding-left: 20px;
    padding-right: 20px
}

.placeList .listPost {
    margin-top: 30px
}

.placeList .listPost .col-sm-12 {
    margin-bottom: 30px
}

.placeList .listPost .itemList {
    background-color: #fff;
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee
}

.placeList .listPost .itemList img {
    width: 100%;
    height: 200px
}

.placeList .listPost .itemList article {
    padding: 20px 10px;
    height: calc(100% - 200px)
}

.placeList .listPost .itemList article .headerTitle {
    font-size: 17px;
    font-family: Mulibold;
    height: 50px;
    overflow: hidden
}

.placeList .listPost .itemList article p {
    color: #343434;
    font-family: MuliRegular
}

.placeList .listPost .itemList article .description {
    height: 90px;
    text-align: justify;
    text-justify: inter-word
}

.placeList .listPost .itemList article .address {
    height: 45px;
    text-align: justify;
    text-justify: inter-word
}

.placeList .listPost .itemList article p i {
    padding-right: 5px
}

.placeList .listPost .itemList article a.click {
    color: #0a52a5;
    padding: 5px 15px;
    border: 1px solid #0a52a5;
    border-radius: 15px
}

.placeList .listPost .itemList article a.click:hover {
    background-color: #0a52a5;
    color: #fff
}

.placeList .listPost nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.placeList .listPost nav .page-link {
    background-color: #dddede;
    margin-right: 10px;
    border-radius: 20px;
    color: #0a52a5
}

.placeList .listPost nav .active {
    color: #fff;
    background-color: #0a52a5
}

.placeDetail {
    height: 85vh;
    position: relative
}

.placeDetail iframe {
    width: 100%;
    height: 100%
}

.placeDetail ul {
    border-bottom: 12px solid #fff;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    color: #fff;
    background: url(/images/161340257_325674485697991_4935525361075203866_n.png) right no-repeat;
    background-size: 260px 100%;
    width: 100%
}

.placeDetail ul li {
    padding: 5px 10px
}

.placeDetail ul li:first-child {
    background: #0356b8;
    transform: skew(-30deg);
    padding: 9px 30px;
    position: absolute;
    right: 240px
}

.placeDetail ul li:nth-child(2) {
    padding-left: 40px
}

.placeDetail ul li:last-child {
    margin-right: 80px
}

.detailPost img {
    margin-bottom: 30px;
    width: 100%
}

.vdeoDetail iframe {
    width: 760px;
    height: 400px
}

div[style="position: absolute; left: 0px; top: 0px;"] {
    left: -100px !important
}

#mapDiv {
    display: none
}

.introduce {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee;
    padding: 20px
}

.introduce h5 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    color: #0a52a5
}

.introduce .introduceFunction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px;
    border-bottom: 1px solid #eee
}

.introduce .introduceFunction ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 10px
}

.introduce .introduceFunction ul li {
    margin-right: 20px;
    color: #666;
    font-size: 13px
}

.introduce .introduceFunction .textZoom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.introduce .introduceFunction .textZoom button {
    border: none;
    background-color: transparent
}

.introduce .introduceFunction .textZoom button i {
    font-size: 15px;
    background-color: #e7e7e7;
    color: #acacac;
    width: 20px;
    height: 20px;
    padding: 3px
}

.introduce #textZoom {
    border-bottom: 1px solid #eee
}

.introduce #textZoom img {
    width: 100%;
    margin-bottom: 15px
}

.introduce .introduceFooter {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee
}

.introduce .introduceFooter>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.introduce .introduceFooter button {
    border: none;
    padding: 3px 5px;
    font-size: 13px;
    border-radius: 5px
}

.introduce .introduceFooter .buttonFunction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.introduce .introduceFooter .buttonFunction button {
    margin-left: 5px;
    color: #0a52a5
}

.introduce .introduceFooter .buttonSocial button {
    color: #fff;
    background-color: #1877f2
}

.research .question {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee
}

.research .question h5 {
    padding: 10px 0
}

.research .question .itemQuestion {
    background-color: #ffeb00;
    border-radius: 5px;
    margin-top: 10px
}

.research .question .itemQuestion img {
    border-radius: 5px 5px 0 0;
    width: 100%
}

.research .question .itemQuestion article {
    padding: 10px
}

.research .question .itemQuestion article p {
    font-weight: 600
}

.research .question .itemQuestion article ul li {
    background-color: #f2df00;
    width: 100%;
    border-radius: 30px;
    margin-top: 10px
}

.research .question .itemQuestion article ul li a {
    color: #000;
    font-weight: 600;
    display: block;
    padding: 15px 10px
}

.research .question .itemQuestion article ul li span {
    background-color: #d9c800;
    padding: 10px 15px;
    border-radius: 50%;
    margin-right: 10px
}

.research .question .itemQuestion article ul .choose {
    background-color: #fff580
}

.research .question .itemQuestion article ul .choose span {
    background-color: #e5dc73
}

.research .question .itemQuestion article ul .true {
    background-color: #55d000
}

.research .question .itemQuestion article ul .true span {
    background-color: #4cbb00
}

.research .question .itemQuestion article ul .true p {
    color: #fff;
    padding-left: 53px
}

.research .question .itemQuestion article ul .false {
    background-color: #f16464
}

.research .question .itemQuestion article ul .false span {
    background-color: #d85a5a
}

.research .topPerson {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #eee;
    box-shadow: 0 0 5px #eee
}

.research .topPerson h6 {
    font-size: 17px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#0a52a5), to(#00baf0));
    background: linear-gradient(to right, #0a52a5, #00baf0);
    color: #fff;
    padding: 10px
}

.research .topPerson .itemPerson {
    padding: 15px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee
}

.research .topPerson .itemPerson .top {
    border: 1px solid #eee;
    position: relative
}

.research .topPerson .itemPerson .top img {
    margin: 2px
}

.research .topPerson .itemPerson .top span {
    position: absolute;
    z-index: 1;
    color: #fff;
    background-color: #83addd;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    top: -15px;
    left: -10px
}

.research .topPerson .itemPerson .top .one {
    background: #00b9ef
}

.research .topPerson .itemPerson .top .two {
    background: #904fd3
}

.research .topPerson .itemPerson .top .three {
    background: #ca3da7
}

.research .topPerson .itemPerson .info {
    padding-left: 10px
}

.research .topPerson .itemPerson .info .name {
    font-weight: 600
}

.research .topPerson .itemPerson .info .school {
    font-size: 13px
}

.research .topPerson .itemPerson .info .scores {
    font-size: 13px
}

.research .topPerson .itemPerson .info .scores span {
    color: #55d000
}

.research .topPerson .itemPerson .info .scores .time {
    color: #f16464;
    padding-left: 10px
}

.research .topPlace {
    margin-top: 20px
}

.research .topPlace .itemPlace {
    padding: 15px;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee
}

.research .topPlace .itemPlace>span {
    color: #fff;
    background-color: #83addd;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 20px
}

.research .topPlace .itemPlace>.one {
    background: #00b9ef
}

.research .topPlace .itemPlace>.two {
    background: #904fd3
}

.research .topPlace .itemPlace>.three {
    background: #ca3da7
}

.research .topPlace .itemPlace .info .number span,
.research .topPlace .itemPlace .number .number span {
    font-size: 24px;
    font-weight: 600;
    padding-right: 10px;
    color: #0a52a5
}

.research .topPlace .itemPlace .info .number .one,
.research .topPlace .itemPlace .number .number .one {
    color: #00b9ef
}

.research .topPlace .itemPlace .info .number .two,
.research .topPlace .itemPlace .number .number .two {
    color: #904fd3
}

.research .topPlace .itemPlace .info .number .three,
.research .topPlace .itemPlace .number .number .three {
    color: #ca3da7
}

.research .topPlace .itemPlace .info .address,
.research .topPlace .itemPlace .number .address {
    color: #f16464
}

.result {
    background-color: #e7e8e8;
    text-align: center;
    margin-top: 10px;
    border-radius: 4px;
    color: #666;
    font-size: 30px
}

.result .titleHeader {
    border-bottom: 1px solid #c2c2c2;
    font-size: 28px;
    padding: 5px
}

.result .time {
    color: #0a52a5
}

.result .sorce {
    font-size: 60px;
    color: #55d000
}

.home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.home #map {
    width: 70%
}

.home #formSearch {
    width: 30%;
    height: 770px;
    position: relative;
    background-color: #f7f8f8;
    padding: 15px
}

.home #formSearch h6 {
    font-size: 15px;
    color: #0a52a5;
    padding-top: 10px
}

.home #formSearch .listPlace {
    padding-bottom: 10px;
    padding-top: 20px
}

.home #formSearch input,
.home #formSearch select {
    margin-top: 10px
}

.home #formSearch .hideShow {
    z-index: 999;
    position: absolute;
    left: -35px;
    top: 50px;
    background-color: #0a53a6;
    width: 35px;
    height: 30px;
    border-radius: 3px 0 0 3px
}

.home #formSearch .hideShow i {
    padding-left: 15px;
    padding-top: 8px;
    color: #fff
}

.home #formSearch .hideShow .show {
    display: none
}

.home #formSearch .compact {
    color: #d31a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.home #formSearch .compact i {
    margin-top: 5px;
    margin-left: 10px
}

.home #formSearch .btn-search {
    background: -webkit-gradient(linear, left top, right top, from(#0a52a5), to(#00baf0));
    background: linear-gradient(to right, #0a52a5, #00baf0);
    margin-top: 10px;
    color: #fff
}

.home #formSearch .place {
    height: 300px;
    overflow: auto
}

.home #formSearch .place .itemPlace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #eee;
    color: #000;
    min-height: 110px
}

.home #formSearch .place .itemPlace img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 120px;
    height: 80px
}

.home #formSearch .place .itemPlace ul {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    margin-left: 10px
}

.home #formSearch .place .itemPlace ul .address {
    font-size: 13px;
    color: #343434
}

.itemMap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.itemMap ul {
    margin-left: 10px
}

.itemMap ul .name {
    color: #0a52a5;
    font-weight: 600
}

@font-face {
    font-family: Muli-Regular;
    src: url(/fonts/Muli/Muli-Regular.tff)
}

#contact {
    padding-top: 30px;
    background-color: #f7f8f8;
    padding-bottom: 30px
}

.titleContact {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #0a52a5;
    font-size: 20px
}

.siteMap {
    height: 90%
}

.mapContact {
    height: 90%;
    -webkit-box-shadow: 0 0 5px #ababab;
    box-shadow: 0 0 5px #ababab
}

.contactInformation {
    font-size: 15px;
    color: #000
}

.contactInformation i {
    width: 23px;
    height: 23px;
    color: #0a52a5;
    border: 1px solid #0a52a5;
    border-radius: 50%;
    padding: 3px 3px 3px 3px
}

.contactInformation i.fa-map-marker {
    padding-left: 6px
}

.contactInformation i.fa-phone {
    padding-left: 5px
}

.contactInformation i.fa-globe {
    padding-left: 4px
}

.inputContainer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin-bottom: 30px
}

.inputContainer .icon {
    font-size: 20px;
    padding: 10px;
    background: #e6edf6;
    color: #0a52a5;
    min-width: 50px;
    text-align: center;
    border: 1px solid #989898;
    border-right: 0
}

.inputContainer .inputField {
    width: 100%;
    padding: 10px;
    outline: 0;
    border: 1px solid #989898;
    border-left: 0
}

a {
    color: #000
}

.btnSendContact {
    width: 170px;
    height: 40px;
    background: #0a52a5;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #0a52a5
}

.deleteSendContact {
    width: 140px;
    height: 40px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    border: 1px solid #989898
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    -webkit-transition: .5s;
    transition: .5s
}

.button:hover span {
    padding-right: 25px
}

.button:hover span:after {
    opacity: 1;
    right: 0
}

#note {
    color: #000
}

@font-face {
    font-family: ExtraBold;
    src: url(/fonts/Muli/Muli-ExtraBold.ttf)
}

.error {
    color: red
}

h4.modal-title {
    color: #0a52a5
}

#loginModal .btnGrad {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#095bab), color-stop(51%, #01b4ec), to(#095bab));
    background-image: linear-gradient(to right, #095bab 0, #01b4ec 51%, #095bab 100%);
    border: none
}

#loginModal .btnGrad {
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    -webkit-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    border: none
}

#loginModal .btnGrad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none
}

#loginModal .labelLogin {
    color: #5c5c5c;
    font-size: 16px
}

#loginModal .inputLogin {
    height: 50px;
    font-size: 14px
}

#loginModal #rememberMe {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    display: inline-block;
    width: auto
}

#loginModal p {
    font-size: 16px;
    line-height: 0;
    padding-top: 10px;
    text-align: center
}

#loginModal .modal-dialog {
    max-width: 450px
}

#loginModal .btn {
    height: 50px;
    width: 100%;
    outline: 0;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px
}

#loginModal .btnFacebook {
    background: #3463c6;
    color: #fff
}

#loginModal .btnFacebook i {
    color: #fff
}

#loginModal .btnFacebook:hover {
    background: #3b5998;
    color: #fff
}

#loginModal .btnGoogle {
    background: #dc5d49;
    color: #fff
}

#loginModal .btnGoogle i {
    color: #fff
}

#loginModal .btnGoogle:hover {
    background: #df4a32;
    color: #fff
}

#loginModal .modal-body {
    padding: 30px
}

@font-face {
    font-family: ExtraBold;
    src: url(/fonts/Muli/Muli-ExtraBold.ttf)
}

h4.modal-title {
    color: #0a52a5
}

#registerModal .btnGrad {
    margin-top: 10px;
    height: 50px;
    padding: 0;
    width: 50%;
    background-image: -webkit-gradient(linear, left top, right top, from(#095bab), color-stop(51%, #01b4ec), to(#095bab));
    background-image: linear-gradient(to right, #095bab 0, #01b4ec 51%, #095bab 100%);
    border: none
}

#registerModal .btnGrad {
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    -webkit-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    display: block;
    font-size: 15px;
    border: none
}

#registerModal .btnGrad:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none
}

#registerModal .labelLogin {
    color: #5c5c5c;
    font-size: 16px
}

#registerModal .inputLogin {
    height: 50px;
    font-size: 14px
}

#registerModal p {
    font-size: 16px;
    line-height: 0;
    padding-top: 10px;
    text-align: center
}

#registerModal .btn {
    height: 50px;
    width: 100%;
    outline: 0;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 16px
}

#registerModal .btnFacebook {
    background: #3463c6;
    color: #fff
}

#registerModal .btnFacebook i {
    color: #fff
}

#registerModal .btnFacebook:hover {
    background: #3b5998;
    color: #fff
}

#registerModal .btnGoogle {
    background: #dc5d49;
    color: #fff
}

#registerModal .btnGoogle i {
    color: #fff
}

#registerModal .btnGoogle:hover {
    background: #df4a32;
    color: #fff
}

#registerModal .modal-body {
    padding: 30px
}

@media (min-width:1200px) {
    .main {
        max-width: 1170px;
        margin: 40px auto
    }

    header .navbar .logo p .textBlue {
        font-size: 22px
    }
}

@media (max-width:1300px) {
    .placeDetail ul li:first-child {
        padding: 9px 75px
    }
}

@media screen and (max-width:1199.98px) {
    header .navbar .menu .nav-links li {
        margin-left: 10px
    }

    .login {
        display: none !important
    }

    .loginbutton {
        display: block
    }
}

@media screen and (max-width:768px) {
    .main {
        margin: 10px
    }

    body {
        font-size: 14px
    }

    header .navbar .logo p {
        margin-left: 4px;
        text-align: center;
    }

    .navbar .menu-icon {
        display: block;
        z-index: 999
    }

    .loginbutton {
        display: block
    }

    .login {
        display: none !important
    }

    .navbar .logo {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .navbar ul.nav-links {
        position: absolute;
        top: 9vh;
        height: 91vh;
        left: 0;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #f7f8f8;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .5s ease-in;
        transition: -webkit-transform .5s ease-in;
        transition: transform .5s ease-in;
        transition: transform .5s ease-in, -webkit-transform .5s ease-in;
        width: 50%;
        -webkit-box-shadow: 0 0 5px #999;
        box-shadow: 0 0 5px #999
    }

    .navbar ul.nav-links li {
        opacity: 0
    }

    footer {
        display: block
    }

    footer .social {
        text-align: left;
        margin-top: 10px
    }

    .home #formSearch h6 {
        font-size: 14px
    }

    .home #formSearch .place .itemPlace img {
        width: 80px;
        height: 50px
    }

    .placeList {
        margin: 10px
    }

    .placeList .formSearch form {
        display: block
    }

    .layoutLeft {
        margin-bottom: 10px
    }

    .menu-active li {
        -webkit-animation: .5s ease .3s 1 normal forwards running navLinkAnime;
        animation: .5s ease .3s 1 normal forwards running navLinkAnime
    }
}

@media screen and (max-width:767.98px) {
    header .navbar .logo img {
        width: auto;
        height: 40px
    }

    header .navbar .logo p .textBlue {
        font-size: 16px
    }

    header .navbar .logo p .textRed {
        font-size: 13px
    }

    .navbar ul.nav-links {
        top: 80px;
        height: 90vh
    }

    footer .infomation article {
        display: block
    }

    .home {
        display: block
    }

    .home #map {
        width: 100%
    }

    .home #formSearch {
        width: 100%
    }

    #bandoso {
        height: 500px !important
    }

    .introduce .introduceFunction {
        display: block
    }

    .introduce .introduceFunction .textZoom {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }

    .introduce .introduceFooter {
        display: block;
        text-align: center
    }

    .introduce .introduceFooter .buttonFunction {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px
    }

    .placeList {
        margin: 10px
    }

    .placeList .formSearch form,
    .placeList .formSearch form>div .form {
        display: block
    }

    .placeList .formSearch form>div .form input,
    .placeList .formSearch form>div .form select {
        max-width: 100%;
        margin-bottom: 10px
    }

    .placeList .formSearch form>div .form button {
        width: 100%;
        margin-left: 0
    }

    .pagination .page-item:first-child,
    .pagination .page-item:last-child {
        display: none
    }

    .placeDetail ul li:first-child {
        padding: 9px 0;
        background: 0 0;
        position: absolute;
        width: 82%;
        top: 129px;
        left: 15px;
        background: #000000b5;
        padding-left: 15px;
        font-size: 14px
    }

    .placeDetail ul {
        background: 0 0;
        display: block;
        bottom: 50px;
        border: none
    }

    .placeDetail ul li:nth-child(2) {
        padding-left: 15px
    }
}

@media (max-width:320px) {
    header .navbar .logo p .textBlue {
        font-size: 12px
    }

    header .navbar .logo p .textRed {
        font-size: 10px
    }
}

.pagination .page-link:hover {
    cursor: pointer;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px
}

.disabled-button {
    pointer-events: none
}

#contact_submit #email_contact-error,
#contact_submit #mobile_contact-error,
#contact_submit #name_contact-error {
    position: absolute;
    margin-top: 44px
}

#contact_submit #content_contact-error {
    position: absolute;
    margin-top: 130px
}

.pnlm-title-box {
    width: 100%
}

.pnlm-title-box #toggle i {
    padding: 5px;
    font-size: 20px
}

.dropdown {
    margin: auto;
    padding: 10px
}

.dropdown__name {
    background-color: #634b3a;
    padding: 10px;
    text-transform: uppercase;
    text-align: center
}

.dropdown__content {
    margin-bottom: 0
}

.dropdown__link {
    color: #000;
    text-decoration: none;
    display: block;
    width: calc(100% - 20px);
    justify-content: center;
    align-items: center;
    left: 0;
    transform: translateY(-100%) scale(0);
    opacity: 1;
    transition: transform .3s ease, opacity .3s ease;
    background-color: #634b3a;
    padding: 7px 10px;
    color: #fff;
    border-top: 1px solid #735744
}

.dropdown:hover .dropdown__link {
    transform: translateY(0) scale(1);
    opacity: 1
}

.dropdown__link:hover {
    background-color: #735744
}

.dropdown__link.active {
    color: #f70
}

.pnlm-panorama-info {
    background-color: transparent !important
}

#panorama {
    width: 100%;
    height: 100vh
}

#panorama #controls {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-bottom: 3px;
    background-color: #634b3a;
    opacity: .7;
    padding: 5px
}

#panorama .ctrl {
    padding: 5px 1px;
    width: 30px;
    text-align: center;
    background: rgba(200, 200, 200, .8);
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    color: #fff;
    border: 1px solid;
    background: 0 0;
    opacity: 1
}

#panorama .ctrl:hover {
    background: #c8c8c8
}

#panorama .pnlm-panorama-info {
    top: 15px;
    left: 10px;
    width: 350px;
    background-color: #634b3a;
    opacity: .8
}

#panorama .pnlm-title-box {
    font-family: MuliRegular;
    font-size: 15px;
    opacity: 1
}

#panorama a:hover {
    color: #fff
}

#panorama #toggle {
    width: 28px;
    height: 30px;
    margin: 10px auto
}

#panorama #toggle div {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 7px auto;
    transition: all .3s;
    backface-visibility: hidden
}

#panorama #menu {
    color: #fff;
    font-family: MuliRegular;
    display: none;
    opacity: .8;
    position: absolute;
    top: 111px;
    left: 9px;
    z-index: 2;
    width: 300px
}

#panorama #menu ul li {
    background-color: #634b3a;
    margin-top: 5px;
    border: 1px solid #fff;
    height: 60px
}

#panorama #toggle {
    width: 23px;
    height: 23px;
    margin: 6px auto;
    float: left;
    margin-right: 10px
}