/*
Theme Name: Nha Trang Review 2.0
Theme URI: https://nhatrangreview.info
Author: Ân Đẹp Trai
Author URI: https://zindo.info
Description: Giao diện cho Nha Chang Rì Viu
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: andeptrai_ntr
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Nha Trang Review is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/


/*
* BOOTSTRAP EXTENDED
*/

body {
    /*font-family: 'Roboto Slab', serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
}


/* Heading font  */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
input,
span,
ul,
li,
button {
    font-family: "Montserrat", Sans-serif;
}


/*Disable copy*/

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

.pl-10,
.px-10 {
    padding-left: 10rem !important;
}

.pr-10,
.px-10 {
    padding-right: 10rem !important;
}

.text-normal {
    font-size: 16px !important;
}


/*
* BACKGROUND COLOR
*/

.bg-000000 {
    background-color: #000000 !important;
}

.bg-1e1e1e {
    background-color: #1e1e1e !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-gray {
    background-color: #d2dfe6 !important;
}


/*
* TEXT COLOR
*/
.text-color-999999 {
    color: #999999 !important;
}

.text-color-c39d62 {
    color: #c39d62 !important;
}

.text-color-gold {
    color: #fdbd27 !important;
}


/*
* UTILITIES
*/

.post-white-bg {
    background-color: white;
}

.hidden {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

.border-underline {
    border-bottom: .2rem solid;
}

.title-strike {
    display: table;
    width: 100%;
    white-space: nowrap;
    font-weight: bold;
}

.title-strike:before,
.title-strike:after {
    border-top: 2px solid;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.75em;
    width: 47%;
}


/*
* MENU - NAVS
*/

.main-navigation {
    top: 0;
    background: #eee9e3;
    min-height: 75px;
    border-bottom: 0.5px solid #cccbcb;
}

.main-navigation .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}

.main-navigation .navbar-nav .current-menu-item .nav-item,
.main-navigation .navbar-nav .current-menu-parent .current-menu-item .nav-link {
    background-color: white !important;
}

.main-navigation .navbar-nav .current-menu-parent>.nav-link,
.main-navigation .navbar-nav .current-menu-item>.nav-link {
    background-color: #fdbd27;
    padding: 8px 8px;
    border-radius: 8px;
    color: #000 !important;
}

.main-navigation .navbar-nav .current-menu-parent .current-menu-item .nav-link {
    color: #fdbd27 !important;
}

.main-navigation .navbar-nav .current-menu-item>.nav-link,
.main-navigation .sub-menu.dropdown-menu .nav-link:hover {
    font-weight: bold;
    color: #fdbd27;
}

.main-navigation .sub-menu.dropdown-menu {
    border-radius: 0px;
    min-width: 14rem;
    padding-left: 10px;
}

.main-navigation li.menu-item-has-children>.nav-link::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-left: 10px;
    display: inline-block;
}

.nav-item:hover a[data-toggle="dropdown"]~.dropdown-menu {
    display: block;
}

.main-navigation .sub-menu.dropdown-menu .nav-link {
    text-align: left;
}

.main-navigation .search .fa-search {
    position: relative;
}

.main-navigation .search .fa-search::before {
    color: #fdbd27;
    font-size: 20px;
}

.main-navigation .search input {
    right: 0;
    width: 6rem;
    background: transparent;
    border-color: transparent;
    color: #000;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    outline: none !important;
}

.main-navigation .search input:focus,
.main-navigation .search input:not(:placeholder-shown) {
    width: 6rem;
    /* border-color: #fdbd27; */
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-navigation .search input::placeholder {
    color: #fdbd27;
}


/* 
* SUB NAVIGATION 
*/

.sub-navigation {
    height: 225px;
    background: transparent;
}

.sub-navigation .brand-title {
    font-size: 5vw;
}

.sub-navigation button:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sub-navigation .side-menu-icon {
    font-size: 32px;
}

.sub-navigation .social-icons [class*=" fa-"] {
    font-size: 1.2em;
    margin-right: 0.7em;
    color: black;
}

.sub-navigation ul {
    list-style: none;
    padding: 24px 0 0 24px;
}

.sub-navigation .nav-link {
    padding: 0.5rem 0;
    color: black;
    border-bottom: 0.5px solid #e7e7e7;
    width: 352px;
}


/* 
*SIDE NAVIGATION
*/

.side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    -webkit-box-shadow: 15px 3px 10px -12px rgba(0, 0, 0, 0.24);
    box-shadow: 15px 3px 10px -12px rgba(0, 0, 0, 0.24);
}

.side-nav .side-nav-header .close-btn {
    font-size: 36px;
    text-decoration: none;
    color: black;
}

.side-nav .side-nav-header .side-nav-title {
    font-size: 23px;
}

.side-nav .side-nav-footer {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.side-nav .nav-item:hover a[data-toggle="dropdown"]~.dropdown-menu:not(.show),
.side-nav .sub-menu:not(.show) {
    display: none;
}


/*
* WIDGET - LINK LIST
*/

.widget-link-list .title {
    max-width: 170px;
    min-height: 60px;
}

.widget-link-list ul>li {
    padding: 0.2rem 0;
}

.widget-link-list ul>li>a {
    text-transform: capitalize;
    font-size: 13px;
}


/*
* BLOCK - ABOUT
*/

#about-phuong .location {
    font-size: 0.85rem;
    color: #a4a4a2;
}

#about-phuong .cover-image {
    height: 30vh;
    background-size: cover;
    background-position: center center;
    position: relative;
}

#about-phuong .cover-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


/* 
    *BLOCK NEWSLETTER - DONE
*/

#home-newsletter {
    background: #FDBD27;
    border-radius: 1rem;
}

#home-newsletter .newsletter-form {
    background: white;
    border-radius: 5px;
}

#home-newsletter .newsletter-form input {
    border: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*
* BLOCK - HOME TOUR
*/

#home-tour .feature-img {
    height: 350px;
    border-radius: 10px;
    background-size: cover;
}

#home-tour .tour-item {
    bottom: 0;
}

#home-tour .view-more-btn {
    font-size: 12px;
}

#home-tour .btn .fa-chevron-right {
    font-size: 10px;
}

.f-view-more-btn {
    background: transparent;
    border: solid 2px #FDBD27;
    font-size: 24px;
}

#home-tour .controls {
    z-index: 9999;
}

#home-tour .btn-floating {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FDBD27;
    border: none;
}

#home-tour .btn-floating i::before {
    color: white;
    font-size: 24px;
}


/*
* BLOCK - BlOG-POSTS
*/

#home-blog-posts .big-feature-img {
    object-fit: cover;
    height: 225px;
    border-radius: 10px;
}

#home-blog-posts .feature-img {
    object-fit: cover;
    height: 90px;
    width: 125px;
    border-radius: 10px;
}

#home-blog-posts .title {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

#home-blog-posts .big-title {
    height: 3.5em;
}

#home-blog-posts .small-title {
    height: 4.5em;
}

#home-blog-posts .big-description {
    height: 6em;
}

#home-blog-posts .list-posts {
    border-radius: 20px;
    border: 2px solid #FDBD27
}

#home-blog-posts .divider {
    border-bottom: 2px solid #FDBD27;
    width: 75px;
}

#home-blog-posts .opacity-0 {
    opacity: 0;
    border-bottom: 2px transparent;
}

#home-blog-posts .highlight-number {
    background: #FDBD27;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    top: -18px;
    left: -18px;
    /*position: relative;*/
    position: absolute;
    z-index: 10;
}


/*
* BLOCK - HOME SLIDER
*/

#home-slider .item {
    min-height: 20vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/*
* BLOCK - MAIN BANNER - DONE
*/

#home-main-banner {
    background-size: cover;
}

#home-main-banner .banner {
    /* background: url('../assets/images/main-banner-bg.png'); */
}

#home-main-banner .header-description {
    font-size: 18px;
}


/*
* BLOCK - EXTERNAL LINK
*/

#external-link .view-more-btn {
    background: #FDBD27;
    border-radius: 5px;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* 
*BLOCK - PHUONG'S TOUR
 */

#phuongs-tour {
    background: #EAD8B2;
}

#phuongs-tour .view-more-btn {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #FDBD27;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#phuongs-tour .description {
    line-height: 1.5;
}


/* 
*BLOCK - LASTEST POST - DONE
 */

#home-lastest-post .feature-img > img{
    object-fit: cover;
    height: 250px;
    width: 100%;
    padding: 0;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#home-lastest-post .btn-view-more {
    background: #FDBD27;
    border-radius: 5px;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

#home-lastest-post .btn-view-more:hover{
    opacity: 0.8;
}

#home-lastest-post .excerpt{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*
* LOOP - SINGLE
*/

.entry-meta .date.strike:before,
.entry-meta .date.strike:after {
    content: "";
    display: inline-block;
    border: 1px solid;
    vertical-align: middle;
    width: 4rem;
}

.entry-header .date {
    font-size: 0.9rem;
}

.entry-content .excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.9rem;
}

.entry-content .excerpt>* {
    overflow: hidden;
}


/*
* SINGLE-POST
*/

#post-cover .header-featured-img {
    height: 30vh;
    background-size: cover;
    background-position: center center;
}

.single-post .main-content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.single-post #related-post .entry-content,
.single-post #related-post .entry-footer,
.single-post #related-post .entry-meta {
    display: none !important;
    opacity: 0 !important;
}

.single-post .fb-comment {
    padding-left: 15%;
    padding-right: 15%;
}

.single-post .main-content .post-category {
    border-bottom: 2px solid #FDBD27;
    font-size: 14px;
}

.single-post .tag-container {
    background-color: #E7D8A5;
    border-radius: 5px;
    border-color: transparent;
}

.single-post .date {
    font-size: 12px;
}

.img-bg-content-loop {
    width: 400px;
    height: 250px;
    border-radius: 5px;
}

.content-lastest a {
    text-decoration: none;
}

.content-lastest .view-more-btn i {
    font-size: 12px;
}


/*
 * 	Owl2 Default theme - Owl Carousel CSS File
 */


/* .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 999;
    margin-top: -15px;
    padding-bottom: 15px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    outline: none !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 20px;
    margin: 5px 7px;
    background: #FFF;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #59c4bf;
} */


/*
 *  Visual Composer compatiple with old style
 */

.vc_carousel-slideline-inner img,
.wpb_flexslider.flexslider .slides img,
.wpb_text_column img {
    max-width: 100%;
    height: auto;
}

.wpb-js-composer .vc_tta-style-modern .vc_tta-panel .vc_tta-panel-title>a {
    font-size: .7em;
    font-weight: normal;
}

.theme-default .nivoSlider img {
    max-height: 100%;
}


/*
 *  BUY ME A COFFEE
 */

.bmc-button img {
    box-shadow: none !important;
    border: none !important;
    vertical-align: middle !important;
    height: 16px;
    width: auto;
    margin-right: 5px;
}

.bmc-button {
    text-decoration: none !important;
    display: inline-block !important;
    padding: 0px 5px !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
    border-radius: 3px !important;
    border: 1px solid transparent !important;
    font-size: 15px !important;
    box-shadow: 0px 1px 2px rgba(190, 190, 190, 0.5) !important;
    -webkit-box-shadow: 0px 1px 2px 2px rgba(190, 190, 190, 0.5) !important;
    -webkit-transition: 0.3s all linear !important;
    transition: 0.3s all linear !important;
    margin: 0 auto !important;
    font-weight: bold;
}

.bmc-button:hover,
.bmc-button:active,
.bmc-button:focus {
    -webkit-box-shadow: 0 4px 16px 0 rgba(190, 190, 190, .45) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 16px 0 rgba(190, 190, 190, .45) !important;
    opacity: 0.85 !important;
    color: #000000 !important;
}


/* Modal Popup */

#bannerFullscreen {
    z-index: 9999;
}

#bannerFullscreen .modal-dialog.custom-style {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    /*max-width: 90%;*/
    max-width: 708px;
    /*width: 708px;*/
    /*height: 80vh;*/
    height: auto;
    overflow: hidden;
}

#bannerFullscreen .modal-content {
    display: block;
    background: transparent;
    border: 0;
    border-radius: 0;
    height: 100%;
    /*height: 60vw;*/
}

#bannerFullscreen .modal-content img {
    width: 100%;
    height: 100%;
}

#bannerFullscreen .modal-header {
    position: absolute;
    top: 0;
    right: 0;
}

#bannerFullscreen .close {
    background: #fbbd2a;
    opacity: 1;
    position: relative;
    z-index: 99;
    color: #FFF;
}


/* 
* Footer
*/

.site-footer {
    background: #eee9e3;
}

.site-footer .social-icons [class*=" fa-"] {
    font-size: 1.5rem;
    margin-right: 2rem;
    color: black;
}

.site-footer .top-footer {
    border-bottom: 1.5px solid black;
}

.site-footer .nav-footer a {
    text-decoration: none;
    font-weight: bold;
}

.site-footer .bottom-footer,
.site-footer .bottom-footer a {
    font-size: 14px;
    color: #000;
}


/* 
* SITE MAIN
*/

.site-main,
.site {
    background: #eee9e3 !important;
}


/* 
* CATEGORY
*/

.site-main .feature-image {
    height: 500px;
    object-fit: cover;
}

.cat-view-more-btn {
    background: #FDBD27;
    border-radius: 5px;
    border: none;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* 
* Paginate Link 
*/

.paginate-links {
    text-align: center;
}

.page-numbers {
    display: inline-block;
    padding: 10px;
    margin: 0 15px 0 0;
    line-height: 1;
    text-decoration: none;
    border-radius: 20px;
    background-color: #000;
    height: 36px;
    width: 36px;
    color: white;
}

.page-numbers.current {
    background: #FDBD27;
    border-radius: 20px;
}

.page-numbers:hover {
    color: white;
    text-decoration: none;
}

.paginate-links {
    padding-top: 30px;
}


/* 
* TOUR PAGE
*/

#tour-page {
    background: #eee9e3;
}

#tour-page .header {
    border-radius: 5px;
    min-height: 650px;
    object-fit: cover;
    background-size: cover;
    background-position: center;
}

#tour-page .text-des {
    line-height: 2rem;
}

#tour-page #main-banner .social-icons {
    transform: rotate(90deg);
}

#tour-page .social-icons a {
    padding: 0 15px;
}

#tour-page .social-icons i::before {
    font-size: 25px;
}

#tour-page .util-icon {
    width: 100%;
    height: 75px;
    object-fit: contain;
}

#tour-page .util-link {
    text-decoration: none;
    color: #000
}

#tour-page .feature-img {
    object-fit: cover;
    height: 300px;
    border-radius: 10px;
    background-position: center;
    position: relative;
    z-index: 9999;
    top: -50px;
    border: white 3px solid;
}

#tour-page .feature-img-with-date {
    object-fit: cover;
    height: 300px;
    border-radius: 10px;
    background-position: center;
    position: relative;
    z-index: 9999;
}

#tour-page .notice {
    font-size: 13px;
}

#tour-page .notice [class*=" fa-"] {
    color: #a4a4a2;
}

#tour-khoanh-khac {
    background: url('./assets/images/tour-kk-full.png');
    background-color: white;
    background-size: cover;
}

#tour-kham-pha {
    background: url('./assets/images/tour-kham-pha-bg.png');
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
}

#tour-ve-tham-quan .card:hover {
    -webkit-box-shadow: 0 4px 16px 0 rgba(190, 190, 190, .45) !important;
    text-decoration: none !important;
    box-shadow: 0 4px 16px 0 rgba(190, 190, 190, .45) !important;
    opacity: 0.85 !important;
    color: #000000 !important;
}

#tour-ve-tham-quan .hr {
    border-top: 1.5px dashed black !important;
}

#tour-ve-tham-quan .card {
    border-radius: 5px;
}

#tour-trai-nghiem .social-icons,
#contact-footer .social-icons {
    transform: rotate(0deg) !important;
}

#tour-trai-nghiem .social-icons i,
#contact-footer .social-icons i {
    color: black;
}

#tour-footer {
    background: url('./assets/images/tour-footer-bg.png');
    background-color: white;
    background-size: cover;
}

#tour-footer .site-footer {
    background-color: transparent;
}


/* 
* ABOUT US
*/

#contact-page .main-navigation,
#contact-page .sub-navigation,
#contact-page .site {
    background-color: white !important;
}

#contact-header {
    background: white url('./assets/images/contact/contact-bg-1.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#contact-quotes {
    background: white url('./assets/images/contact/contact-bg-2.png');
    background-size: contain;
    background-repeat: no-repeat;
}

#contact-footer .contact-form {
    background-color: #E4D2A6;
}

#contact-footer .social-icons i {
    font-size: 24px;
    padding-left: 15px;
}

.gallery-image {
    z-index: -999;
    background-size: cover;
    height: 250px;
}

.gallery-content {
    position: absolute;
    height: 250px;
    width: calc(100% - 8px);
    background: none;
}

.gallery-content:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.5)) !important;
}

.gallery-content .description {
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hover-and-show {
    visibility: hidden;
}

.gallery-content:hover .hover-and-show {
    visibility: visible;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
}

.owl-dots {
    text-align: center !important;
    margin-top: -50px;
}

.owl-dot {
    background-color: #999999 !important;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 5px;
}

.owl-dot.active {
    background-color: #fdbd27 !important;
}

#tour-trai-nghiem .right-slider {
    right: 15%;
}

#tour-trai-nghiem .item {
    object-fit: cover;
    height: 400px;
    border-radius: 10px;
    background-position: center;
    position: relative;
    z-index: 9999;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    display: flex;
}

#tour-carousel-khoanh-khac .item {
    object-fit: cover;
    height: 300px;
    border-radius: 10px;
    background-position: center;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}

.left-arrow-icon {
    background: url('./assets/images/left-nav.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

.right-arrow-icon {
    background: url('./assets/images/right-nav.png');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
}

#tour-carousel-khoanh-khac .owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 0 -60px;
    position: relative;
    top: -175px;
}

#tour-carousel-trai-nghiem .owl-nav {
    display: flex;
    justify-content: space-between;
    margin: 0 -20px;
    position: relative;
    top: -200px;
}

#home-carousel .owl-nav.disabled {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -150px;
    margin: -60px;
}

#home-carousel .custom-owl-nav {
    background: #fbbd2a;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-carousel .custom-owl-nav::before {
    color: white;
}


/* Archive */

.cat-list {
    border-top: 1.5px solid black;
    border-bottom: 1.5px solid black;
}

.cat-filter-icon {
    width: 20px;
    height: auto;
    object-fit: contain;
}

.cat-item {
    background: #E8D8A5;
    border-radius: 15px;
    font-size: 13px;
    color: black;
}

.cat-link:hover {
    text-decoration: none;
}

.cat-title {
    font-size: 14px;
}