/*
Theme Name: chodemcamlamk9
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.header .current-dropdown .nav-dropdown {
   min-width: 85px !important;
}
/*************** ADD CUSTOM CSS HERE.   ***************/

.featured-box .icon-box-img img {
    padding-top: 0;
}

body {
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto Slab", sans-serif;
}

.nav>li>a,
.mobile-sidebar-levels-2 .nav>li>ul>li>a {
    font-size: 17px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical>li>a {
    font-family: "Roboto Slab", sans-serif;
}

.alt-font {
    font-family: "Roboto Slab", sans-serif;
}

/** Header **/

.row-social-header {
    background: #6f120e;
    padding: 20px;
}
.row-social-header .ux-menu-link__link.flex {
    color: #fff;
}
.social-icon-header {
  width: 20px;
  height: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 4px;
  cursor: pointer;
}

.social-icon-header span {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2px;
}
.social-icon-header span {
  transition: transform .2s ease, background .2s ease;
}

.social-icon-header:hover span {
  background: #facc15;
  transform: scale(1.1);
}
/*Home*/
p.from_the_blog_excerpt {
    text-align: justify;
}
/*About home*/
.button-about-home {
    border: 1px solid #c28736 !important;
    color: #c28736 !important;
    padding-top: 5px;
    padding-bottom: 2px;
}
.button-about-home:hover {
    color: #fff !important;
    background: #f1bd33 !important;
    border-color: #f1bd33 !important;
}
/*restaurant home*/
.section-restaurant-home p, .text-justify p {
    text-align: justify;
}
.section-about-home .img-icon-about-home-two {
    position: absolute;
    bottom: -50px;
    left: 35%;
    opacity: .5;
}
.section-restaurant-home .button-restaurant-home {
	border: 1px solid #fff !important;
    color: #fff !important;
    padding-top: 5px;
    padding-bottom: 2px;
}
.button-restaurant-home:hover {
    color: #6f120e !important;
    background: #f1bd33 !important;
    border-color: #f1bd33 !important;
}
.image-restaurant-home img, .image-restaurant-home .image-zoom {
    border-radius: 10px;
}
/*Cam nang*/
.blog-post-home .post-title {
    font-size: 18px;
    color: #000;
}
.title-blog-post-home h2 {
    text-transform: uppercase;
    font-size: 30px;
}
.blog-post-home .post-title a:hover {
    color: #c28736 !important;
}
.blog-post-home .box-blog-post:hover a {
	color: #c28736 !important;
}
.col-blog-title {
    padding-bottom: 0;
}
/*About*/
.image-box-about .box-image, .image-box-service-about .box-image {
    border-radius: 10px;
}
.section-service-about .row-service-about .col {
	border-left: 1px solid #fcfbf940;
}
.section-service-about .row-service-about .col:nth-child(3) {
    border-right: 1px solid #fcfbf940;
}
.gallery-about .gallery-col {
    padding: 3px;
}
.row-fun-about:before {
    position: absolute;
    content: "";
    background: #c28736;
    height: 100px;
    width: 100px;
    border-radius: 100px;
    z-index: -1;
    left: 37.8%;
    top: 48.4%;
    transform: translate(-50%, -50%);
    opacity: .3;
}
/*Contact*/
.form-info-contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.form-main-contact .item-info-contact p {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #818181;
}
.form-main-contact .item-info-contact {
    margin-bottom: 30px;
}
.form-main-contact .item-info-contact input {
    margin-bottom: 0;
    border: none;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%);
    outline: none;
}
.form-main-contact .item-info-contact:before, .form-main-contact .title-form-contact:before, .form-main-contact .form-note-contact:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease;
}
.form-main-contact .item-info-contact, .form-main-contact .title-form-contact, .form-main-contact .form-note-contact {
    position: relative;
}
.form-main-contact .item-info-contact:hover::before, .form-main-contact .title-form-contact:hover::before, .form-main-contact .form-note-contact:hover::before{
    transform: scaleX(1);
}
.title-form-contact span {
    padding-left: 10px;
    font-weight: 600;
}
.title-form-contact p {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.form-main-contact .item-info-contact p, .form-note-contact p{
    font-size: 17px;
}
.form-note-contact .wpcf7-form-control-wrap {
    width: 100%;
}
.form-note-contact p {
    display: flex;
    color: #818181;
    height: 70px;
    border-bottom: 1px solid #eee;
}
.form-note-contact textarea.wf-note-contact {
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 0%);
    outline: none;
    border: 0;
    padding: 0;
    padding-left: 15px;
    min-height: 100%;
}
.menu-info-social-contact .ux-menu-link__link.flex {
    font-size: 17px;
}
.menu-info-social-contact i.ux-menu-link__icon {
    color: #c28736;
}
.form-send-contact {
    margin-top: 3rem;
    display: flex;
}
.acceptance-contact span.wpcf7-list-item label {
    color: #818181;
    font-weight: 500;
}
.acceptance-contact p {
    display: flex;
    font-size: 17px;
}
.acceptance-contact a {
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
    padding-top: 3.5px;
}
.form-send-contact .item-send-contact:nth-child(1) {
    width: 33%;
}
.form-send-contact .item-send-contact:nth-child(2) {
    width: 67%;
    transform: translateY(13px);
}
.form-send-contact .acceptance-contact span.wpcf7-list-item {
    margin-right: 5px !important;
}
.form-send-contact span.wpcf7-spinner {
    position: absolute;
    top: 100%;
}
.button-send-contact p {
    background: #c28736;
    margin: 0px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    margin-right: 20px;
}
.button-send-contact input.wf-send {
    background: none;
    padding: 0;
    margin: 0;
	width: 100%;
}
.title-form-contact select.wpcf7-select.wf-dropdown {
    border: 0;
    margin-bottom: 0;
	padding: 0;
    width: 100%;
    outline: none;
    box-shadow: none;
}
.title-form-contact p {
    display: flex;
    align-items: center;
}
.title-form-contact span.wpcf7-form-control-wrap {
    width: 100%;
    background: none;
}
.section-contact .col-social-form {
    margin-top: 3rem;
}
/*Service*/
._df_book {
    height: 1000px !important;
}
.title-service h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #c28736;
}
.title-service-white h2 {
	font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}
.video-radius iframe {
    border-radius: 10px;
}
.image-radius img {
    border-radius: 10px;
}
.button-service-outline {
    border: 1px solid #fff !important;
    color: #fff !important;
    padding-top: 5px;
    padding-bottom: 2px;
}
.col-service-p5 {
	padding-bottom: 5px;
}
/*Form*/
.col-social-form .icon-box {
    margin-bottom: 30px;
    background: #c28736;
    border-radius: 10px;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
	padding: 15px;
}
.col-social-form {
    margin-top: 2rem;
}
.col-social-form .icon-box:hover {
    background: #a26c21;
}
.img-border-radius img, .img-border-radius .img-inner {
	border-radius: 10px;
}
.row-border-form {
    border: 1px solid #c28736;
    padding: 3rem 30px 30px 30px;
    border-radius: 10px;
}
/** Footer **/

.section-footer a{
	color: #fff;
}
.section-footer a:hover{
	color: #f1bd33 !important;
}
.section-footer .menu-item.ux-menu-link--active a {
    color: #fff !important;
}
.section-footer .menu-item.ux-menu-link--active a:hover {
    color: #f1bd33 !important;
}
.absolute-footer {
    padding: 10px;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

    .button-send-contact p {
		margin: 0 5rem;
	}
	.form-send-contact .item-send-contact:nth-child(2) {
		width: 100%;
		transform: translateY(20px);
	}
	.form-send-contact .item-send-contact:nth-child(1) {
		width: 100%;
	}
	.form-send-contact {
		flex-wrap: wrap;
	}
	._df_book {
		min-height: auto !important;
	}
		.df-sheet .df-sheet-wrapper {
		overflow: visible;
	}
	._df_book {
		height: 573px !important;
	}
	.df-page {
		height: 477px !important;
		width: 336px !important;
	}
	.df-sheet {
		transform: translate(-7px, 0px) !important;
	}
	.col-social-form .icon-box {
    	padding: 10px;
		font-size: 14px;
	}
	.item-grip-2 {
		width: 44%;
		float: left;
		margin: 10px;
	}
	.item-text-form-social-mobile {
		padding-left: 10px;
		text-transform: uppercase;
		color: #fff;
		font-weight: 600;
	}
	.item-image-form-social-mobile {
		width: 45px;
	}
	.form-social-button-mobile {
		background: #c28736;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
		padding: 10px;
		margin: 10px;
	}
	.col-form-booking-right>.col-inner {
		padding: 30px 0 0 0;
	}
	.row-fun-about:before {
		left: 49.8%;
		top: 22.4%;
	}
	.title-product-mart {
		margin-bottom: 0px;
	}
}