/*
Theme Name: VinaWebsite.VN
Description: Templates develop by vinahost.vn
Author: VINAHOST.VN
Template: flatsome
Support: website@vinahost.vn
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* font */
@font-face {
    font-family: myFonts;
    src: url(fonts/Beautiful_People_two_Personal_Use.ttf);
}
/* h3.section-title .section-title-main */
h3.section-title .section-title-main:before
{
	content: url(images/icon.png);
}
.uppercase, h6, th, span.widget-title
{
	letter-spacing: 0;
}
/*.home .tour-price
{
	display: none;
}*/
span.star
{
	color: #e00;
}
.wpcf7-form .row
{
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.wpcf7-form .row .col
{
	padding-bottom: 0;
	padding-left: 5px;
    padding-right: 5px;
}
input[type='email'], input[type='search'], input[type='number'], input[type='url'], input[type='tel'], input[type='text'], textarea
{
	box-shadow: none;
	font-weight: 500;
}
input:hover, textarea:hover, select:hover
{
	box-shadow: none;
}
/* sec-partner */
.sec-partner .gallery-col
{
	padding-bottom: 10px;
}
.sec-partner .gallery-col .box-text
{
	display: none;
}
/* booking page */
.form-booking
{
	margin: 15px 0;
}
.form-booking > .col
{
	margin: auto;
	border: 1px solid #000;
	padding: 15px !important;

}
.des-row
{
	/*width: 50%;
	float: left;*/
	position: relative;
}
/*.input-visit
{
	width: 30%;
}*/
.des_dest
{
	position: absolute;
	bottom: 32px;
	left: 35%;
	z-index: 5;
	background-color: #e87815;
	border: 1px solid #e87815;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}
.des-row:hover .des_dest
{
	opacity: 1;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* fix 28/6/2021 */
