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

@font-face {
    font-family: 'PlusJakartaSans-Regular';
    src: url("assets/fonts/PlusJakartaSans-Regular.ttf");
}

@font-face {
    font-family: 'PlusJakartaSans-Bold';
    src: url("assets/fonts/PlusJakartaSans-Bold.ttf");
}
.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 15px;
    font-family: 'PlusJakartaSans-Regular' !important;
    font-weight: 400;
}

.nav > li > a, 
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-size: 16px;
    font-family: 'PlusJakartaSans-Regular' !important;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6, 
.heading-font {
    font-family: 'PlusJakartaSans-Bold' !important;
    font-weight: 600;
}
p{
    font-family: 'PlusJakartaSans-Regular' !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

.header-main .nav > li{
    margin: 0;
}
.header-main .nav > li > a{
    padding: 0 25px;
    font-size: 20px;
    line-height: 25px;
}
.header-main .nav > li.html_topbar_left{
    position: absolute;
    top: -65px;
    right: 25px;
}
.nav-divided>li+li>a:after{
    top: 13px;
    height: 25px;
    margin-top: 0;
    left: 0;
}
/*video popup*/
.nl-video-popup{
    position: relative;
}
.image-play {
    position: relative;
}
.image-play .icon-wrap {
    z-index: 6;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}
.image-play .icon-wrap > i {
    font-size: 30px;
    color: #fff;
    position: absolute;
    -webkit-transform: translate(-45%, -50%);
    -ms-transform: translate(-45%, -50%);
    transform: translate(-45%, -50%);
    top: 50%;
    left: 50%;
}
.image-play:hover .icon-wrap > i {
    color: #E20A00;
}

/*end video popup*/

/** Header **/

#content >.col.small-12.large-12 {
    padding-left: 0;
    padding-right: 0;
}

/** Menu **/

.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
	font-size: 16px;
    line-height: 25px;
	margin: 0;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 0;
    display: block;
    padding: 0;
}
.nav-dropdown-has-border .nav-dropdown > li {
    display: block;
    width: 100%;
}
.nav-dropdown-has-border .nav-dropdown > li > a{
    font-weight: bolder;
    color: #000;
}
.nav-dropdown-has-border .nav-dropdown li a:hover{
    color: #c6964a;
}
.nav-dropdown-has-border .nav-dropdown > li:hover > ul{
    display: block;
}
.nav-dropdown-has-border .nav-dropdown > li > ul{
    position: absolute;
    right: -180px;
    top: 0;
    min-width: 180px;
    background: #fff;
    padding: 10px;
    display: none;
    -webkit-box-shadow: 1px 1px 15px rgba(0,0,0,.15);
    box-shadow: 1px 1px 15px rgba(0,0,0,.15);
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
    border-bottom-color: rgb(0 0 0 / 1%);
}

.nav-dropdown-default {
    padding: 10px 15px;
}

.nav-dropdown-default .nav-column li>a, 
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 1px dashed rgb(0 0 0 / 15%);
}
.nav-dropdown > li{
    padding: 0 15px;
}
.nav-dropdown li {
    font-size: 14px;
}

.nav-column>li>a, 
.nav-dropdown>li>a, 
.nav-vertical-fly-out>li>a, 
.nav>li>a {
    color: #454545;
}

.html1{
	background: url(images/hotline.png) 0px 2px no-repeat;
	padding-left: 55px;
	margin-left: 27px;
	margin-right: 0px;
}
.html1 a{
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ED1F24;
  line-height: 26px;
  letter-spacing: 0.05em;
}
.html1 span{
	display: block;
  font-size: 16px;
  color: #3E3E3E;
  font-weight: 600;
  line-height: 23px;
}
/** Home **/
.sec_01 .col{
    background: url(https://baohanhnhakhoavietmy.com/wp-content/uploads/2024/03/r8.png) no-repeat;
    padding: 50px 40px 45px !important;
}
.sec_01 .block__element_head{
    margin-bottom: 30px;
}
.sec_01 .block__element_head h2{
    margin-bottom: 23px;
    line-height: 26px;
}
.sec_01 .block__element_head h2 span{
    font-size: 28px;
    font-weight: 7800;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}
.sec_01 .block__element_head h3{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    font-family: 'PlusJakartaSans-Regular' !important;
    margin-bottom: 0;
    color: #fff;
    padding: 0 55px;
}
.dieu_kien{
    background: #0195dd;
    padding: 6px;
    border-radius: 20px;
}
.dieu_kien > div{
    border: 1px dashed #FFFFFF;
    padding: 30px 35px;
    border-radius: 20px;
}
.dieu_kien h2{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
    padding-left: 38px;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
}
.dieu_kien h2::before{
    content: "";
    position: absolute;
    top: -13px;
    left: -10px;
    background: url(images/tooth-23.png) no-repeat;
    width: 44px;
    height: 44px;
}
.dieu_kien ul{
    list-style: none;
}
.dieu_kien ul li{
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0em;
    padding-bottom: 15px;
    border-bottom: 1px dashed #E4BC7C;
    margin-bottom: 0;
    padding-top: 15px;
    position: relative;
    padding-left: 25px;
    margin-left: 0;
}
.dieu_kien ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.dieu_kien ul li::before{
    content: "";
    position: absolute;
    top: 22px;
    left: 0px;
    background: url(images/facial-tooth-icon1.png) no-repeat;
    width: 16px;
    height: 16px;
}
.form-searh-home .searchbox--horizontal .searchbox__wrap,
.form-searh-home .searchbox--horizontal .searchbox__box-line {
    background: transparent;
}

.form-searh-home .searchbox--horizontal .searchbox__box-line {
    display: flex;
    padding: 22px 15px;
    justify-content: space-between;
}

.form-searh-home .searchbox--horizontal .searchbox__wrap {
    border: solid 1px #B69A70;
    box-shadow: none;
}

.gembooking .button--primary,
.gembooking-block .button--primary {
    background-color: #997847;
    background: linear-gradient(90deg, #997847 0%, #DBAE6B 80%);
}

.form-searh-home .searchbox--horizontal .searchbox__box:not(:last-child) {
    border-right: solid 1px #B69A70;
}

.title-home h2 {
    color: #DBAE6B;
    font-size: 35px;
    line-height: 35px;
    font-weight: 500 !important;
    margin-bottom: 35px;
}

.mini-title-home {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #A0A0A0;
}

.big-title-home {
    font-size: 35px;
    font-weight: bold !important;
    line-height: 30px;
    letter-spacing: 0em;
    color: #906C37;
}

.title-review {
    font-size: 40px;
    font-weight: 700 !important;
    line-height: 45px;
    text-align: center;
}

.mini-rivew {
    font-size: 25px;
    line-height: 35px; 
}

.font-title-home {
    font-size: 40px;
    font-weight: 400 !important;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    color: #DBAE6B;
}

.btn-home {
    font-size: 18px;
    font-weight: 400;
    padding: 0px 30px;
    border: 0;
    border-radius: 50px;
    height: 45px;
    line-height: 40px;
    background: linear-gradient(90deg, #997847 0%, #DBAE6B 80%);
}

.form-searh-home .searchbox__box-label {
    color: #fff;
}

.form-searh-home .searchbox__input-display, 
.form-searh-home .searchbox-occupancy-info, 
.form-searh-home .searchbox__input.input-transparent {
    color: #fff;
}

.form-searh-home .searchbox--horizontal {
    position: relative;
}

.form-searh-home .searchbox--horizontal::before {
    content: "";
    width: 100%;
    height: 88px;
    border: solid 1px #B69A70;
    position: absolute;
    top: -10px;
    left: 0px;
}

.form-searh-home .searchbox--horizontal::after {
    content: "";
    width: calc(100% + 20px);
    height: 100%;
    border: solid 1px #B69A70;
    position: absolute;
    top: 0px;
    left: -10px;
}

.icon-box.home-index h4 {
    font-size: 48px;
    font-weight: 700 !important;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-align: center;
    background: -webkit-linear-gradient(90deg, #997847 0%, #DBAE6B 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-box.home-index p {
    font-size: 18px;
    font-weight: 400 !important;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
}

h5.post-title {
	color: #997847;
}
.wpcf7-spinner{
    display: none;
}
.timkiem-right form{
    margin-bottom: 50px;
}
.timkiem-right form input[type='text']{
    box-shadow: 0px 0px 12px 0px #0000001A;
    border-radius: 50px;
    border: none;
    height: 55px;
    margin-bottom: 0;
    padding: 13px 32px;
    width: calc(100% - 216px);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}
.timkiem-right form input[type='submit']{
    font-family: 'PlusJakartaSans-Bold';
    background: #ff0000;
    color: #FCDDAC;
    border: 2px solid #FFC872;
    border-radius: 50px;
    height: 55px;
    min-width: 208px;
    margin: 0 0 0 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}
.lh_01 form p{
    text-align: center;
}
.lh_01 form input.wpcf7-submit{
    font-family: 'PlusJakartaSans-Bold' !important;
    margin: 0;
}
/* Footer 1 */
.chantrang_01{
    background: linear-gradient(89.91deg, #007BB5 34.21%, #019EE6 100.8%);
}
.chantrang_01 .block__element_head .heading{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 13px;
    color: #fff;
    text-align: center;
}
.chantrang_01 .block__element_head h3{
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -0.03em;
    text-align: center;
    font-weight: 400;
    padding-bottom: 0;
}
.chantrang_01 form{
    margin-bottom: 0;
}
.chantrang_01 form input{
    border-radius: 25px;
    padding-left: 27px;
    padding-right: 65px;
    height: 45px;
    margin-bottom: 0;
}
.chantrang_01 .wpcf7-form .wpcf7-submit{
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 0 !important;
    background: url(images/all_release1.png) no-repeat !important;
    background-position-x: 10px !important;
    width: 45px;
    padding: 0;
    background-position-y: 10px !important;
    border: none;
    box-shadow: none;
}
.footer-wrapper .absolute_footer{
    padding-bottom: 0 !important;
}
.footer-wrapper .row_2 .block__element_head h2{
    font-size: 35px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 0;
}
.footer-wrapper .row_2 .sidebar-wrapper .widgettitle,
.footer-wrapper .row_2 .sidebar-wrapper .widget-title{
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid #CFCFCF;
    position: relative;
}
.footer-wrapper .row_2 .sidebar-wrapper .widgettitle::before,
.footer-wrapper .row_2 .sidebar-wrapper .widget-title::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 108px;
    height: 1px;
    background: #019EE6;
}
.footer-wrapper .row_2 .sidebar-wrapper .is-divider{
    display: none;
}
.footer-wrapper .row_2 .fb_iframe_widget iframe,
.footer-wrapper .row_2 .fb_iframe_widget span{
    height: 100% !important;
}
.absolute_footer .col_1 {
    flex-basis: 38%;
    max-width: 38%;
}
.absolute_footer .col_2{
    flex-basis: 37%;
    max-width: 37%;
} 
.absolute_footer .col_2 .col{
    padding-bottom: 0;
    margin-bottom: 5px;
}
.absolute_footer .col_2 .col p{
    color: #868686;
    border-top: 1px solid #E1E1E1;
    padding-top: 12px;
    text-align: center;
}
.absolute_footer ul.menu>li+li{
    border-top: 0;
}
.absolute_footer ul.menu li{
    margin-bottom: 1px;
}
.absolute_footer ul.menu li a{
      font-style: normal;
      line-height: 40px;
      color: #333;
      font-size: 15px;
      font-weight: 400;
      padding: 0;
      position: relative;
}
.absolute_footer ul.menu li a:hover{
    color: #019EE6;
}
.footer-wrapper .row_2 .sidebar-wrapper .custom-html-widget ul{
    list-style: none;
    padding-top: 20px;
}
.footer-wrapper .row_2 .sidebar-wrapper .custom-html-widget ul li{
    margin: 0;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 15px;
}
.absolute_footer .copyright {
    padding: 19px 0;
    border-top: 1px solid #77C260;
}
.absolute_footer{
    position: relative;
}
.absolute-footer,
.footer-2{
    display: none;
}
/** Footer 3 **/
.chan_trang{
	padding: 60px 0 35px 0 !important;
}
/* .chan_trang .row > .col{
    display: flex;
    align-items: center;
} */
.chan_trang .column_1{
    max-width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    border-right: 1px solid #545454;
}
.chan_trang .column_2 {
    max-width: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    padding-left: 45px;
}
.chan_trang .column_3{
    max-width: 25%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 25%;
}
.chan_trang .social-icons a{
    margin: 0 5px;
}
.chan_trang .widget_media_image{
    padding: 0;
    margin-bottom: 0;
}
.chan_trang .widget-title{
	display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
	color: #0195dd;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #545454;
	padding-bottom: 34px;
}
.is-divider{
    display: none;
}
.chan_trang img{
	width: auto !important;
	margin-bottom: 0px !important;
}
.chan_trang p{
	color: #000;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
.chan_trang p i{
	width: 20px;
	text-align: center;
}
.chan_trang ul li{
	border: none !important;
	margin-left: 0;
	line-height: 22px;
    margin-bottom: 10px;
}
.chan_trang ul li a{
	color: #fff;
	font-size: 14px;
    line-height: 22px;
	padding: 0;
	position: relative;
	padding-left: 13px;
}
.chan_trang ul li a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 6px;
	height: 10px;
	background: url(images/feArrowLeft1.png) no-repeat;
}
.chan_trang h3{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: left;
	margin-bottom: 4px;
	color: #fff;
    text-transform: uppercase;
}
.chan_trang .textwidget iframe{
	border: 3px solid #FFFFFF80 !important;
    border-radius: 16px;
}
.copyright .col{
    display: flex;
    align-items: center;
}
.copyright p{
    margin-bottom: 0;
}
/** Footer **/
#footer .footer-2 {
    padding-top: 50px;
}

.footer-2 .large-columns-4 .widget:nth-child(1) {
    max-width: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

.footer-2 .large-columns-4 .widget:nth-child(2),
.footer-2 .large-columns-4 .widget:nth-child(3) {
    max-width: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
}

.footer-2 .large-columns-4 .widget:nth-child(2) p {
    padding-top: 20px;
    padding-bottom: 0;
}
/* archive  */
.single-post .box_width,
.archive .box_width{
    padding-top: 30px;
}
.box__content__lefts span.widget-title{
    font-size: 18px;
}
.box__content__lefts .widget .is-divider{
    display: none;
}
.new-list .news-post-news .box__thumb__img img{
    width: 100%;
}
.new-list .news-post-news .box__content{
    padding: 10px 0 20px;
}
.row-right img {
	margin-top:100px;
}
.w3-bar.w3-black {
	text-align:center;
}
.w3-bar.w3-black .w3-red {
	background:#003d8f;
	color:#fff;
	border-radius:10px;
}
.name.product-title {
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.row-right img {
	margin-top:0;
}
    .dieu_kien > div{
        padding: 30px 15px 15px !important;
    }
    .sec_01 .block__element_head{
        margin-bottom: 25px;
    }
    .sec_01 .block__element_head h2 span{
        font-size: 31px;
    }
    .sec_01 .block__element_head h3{
        font-size: 15px;
        line-height: 24px;
    }
    .timkiem-right form{
        margin-bottom: 30px;
    }
    .timkiem-right form input[type='submit']{
        text-align: center;
    }
    .dieu_kien h2{
        font-size: 18px;
        line-height: 24px;
    }
    .dieu_kien ul li{
        font-size: 15px;
        line-height: 24px;
    }
    .form-searh-home {
        background: #1d2939;
    }
    .form-searh-home .searchbox--horizontal::before,
    .form-searh-home .searchbox--horizontal::after {
        display: none;
    }
    .form-searh-home .searchbox--horizontal .searchbox__wrap {
        border: 0;
    }
    .form-searh-home .searchbox--horizontal .searchbox__box-line {
        border: solid 1px #B69A70;
    }
    .searchbox--horizontal .searchbox__box:not(:last-child) {
        border-right: 0px;
    }
    .title-home h2 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .room-item .post-title {
        font-size: 20px;
    }
    .mobi-boder-left .col-inner {
        border-left: 1px dashed rgb(219, 174, 107);
    }
    .big-title-home {
        font-size: 25px;
        line-height: 28px;
    }
    .title-review {
        font-size: 26px;
        line-height: 30px;
    }
    .mini-rivew {
        font-size: 18px;
        line-height: 25px;
    }
    .mb-4 {
        margin-bottom: 1rem !important;
    }
    #footer iframe {
        height: 240px;
    }
    .footer-2 .large-columns-4 .widget:nth-child(1),
    .footer-2 .large-columns-4 .widget:nth-child(2), 
    .footer-2 .large-columns-4 .widget:nth-child(3) {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .chantrang_01 .section-content{
        padding: 0 15px;
    }
    .absolute_footer .col_2,
    .absolute_footer .col_1{
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .absolute_footer .widget{
        padding: 0;
        margin-bottom: 0;
    }
    .absolute_footer ul.menu li a{
        line-height: 34px;
    }
    .chan_trang_2 .widgettitle{
        font-size: 18px;
    }
    .chan_trang{
        padding: 40px 0 30px 0 !important;
    }
    .chan_trang .widget-title{
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    .chan_trang .column_2{
        padding-left: 0;
        padding-right: 0;
    }
    .chan_trang .column_1{
        border-right: none;
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .chan_trang .column_1 .img{
        text-align: center;
    }
    .chan_trang_2 p{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .chan_trang_2 .footer-1{
        padding: 10px 15px !important;
    }
    .chan_trang_2 .footer-1 .img{
        margin-right: auto;
        margin-left: 0;
    }
    .chan_trang .column_3,
    .chan_trang .column_2{
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .copyright p{
        text-align: center;
    }
}