@charset "utf-8";

/* ------ reset.css * Resets default browser CSS.---------- */

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "DB Helvethaica X Reg"!important;
    line-height: 28px!important;
    color: #646464;
    font-size: 25px!important;
    position: relative;
}

p {}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    float: none !important;
}

table,
th,
td {
    vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

a img {
    border: none;
}

:focus {
    outline: 0;
}

.mega-menu ul li {
    list-style: none!important;
}

.boxsocial ul li {
    list-style: none!important;
}


/* end reset */

a,
button {
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    outline-offset: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "DB Helvethaica X Med";
}

strong {
    font-weight: normal;
    font-family: "DB Helvethaica X bold";
}


/* h1{ font-size: 80px; line-height: 60px;}
h2{ font-size: 70px; line-height: 50px;}
h3{ font-size: 36px;}
h4{ font-size: 30px;}
h5{ font-size: 25px;} */

img {
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.clearboth {
    clear: both;
}

.nopadding {
    padding: 0;
}

.nopaddingright {
    padding-right: 0;
}

.nopaddingleft {
    padding-left: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px 12px;
    font-size: 20px;
    line-height: 24px;
    color: #808a8e;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-webkit-input-placeholder {
    color: #808a8e;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #808a8e;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #808a8e;
}

.form-control:-ms-input-placeholder {
    color: #808a8e;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* css header */

.topbar-search a {
    position: relative;
    top: 2px;
}

.topbar {
    background-color: #4d4c4d;
    color: #fff!important;
    font-size: 30px;
    padding: 10px 0 3px 0;
}

.topbar a {
    color: #fff!important;
    display: inline-block;
    line-height: 0;
}

.topbar a:hover {
    color: #002b6d;
}

.topbar-user span {
    line-height: 0;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    float: left;
    background-color: #fff;
    margin: 0 8px 0 5px;
}

.topbar-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topbar-right {
    float: right;
}

.topbar-right>div {
    float: left;
}

.topbar-menu ul li {
    display: inline-block;
}

.topbar-left span {
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
    font-family: "DB Helvethaica X bold"!important;
}

.topbar-left a {
    display: inline-block;
    color: #002b6d!important;
    font-size: 25px;
    line-height: 20px;
    font-family: "DB Helvethaica X Med"!important;
    position: relative;
    top: 1px;
}

.topbar-menu ul li a {
    display: inline-block;
    font-size: 23px;
    line-height: 25px;
    padding-right: 15px;
}

.topbar-right>div,
.topbar-menu ul li {
    position: relative;
    margin-right: 10px;
}

.topbar-menu ul li:last-child {
    margin: 0;
}

.topbar-right>div::after,
.topbar-menu ul li::after {
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
    height: 17px;
    content: "";
    background-color: #ff88c4;
}

.topbar-search::after {
    display: none!important;
}

.topbar-right>div:last-child:after {
    display: none;
}

.topbar-user strong {
    font-size: 25px;
    line-height: 20px;
    font-family: "DB Helvethaica X Reg";
    display: inline-block;
    margin: 5px 0;
    margin-right: 10px;
    width: 95px;
    overflow: hidden;
    height: 20px;
}


/* css menu mega */

.topfixed #mainmenu {
    background-color: #eb008b;
}

.topfixed #mainmenu .navbar {
    border-color: #eb008b;
}

.topfixed #mainmenu .navbar-default .navbar-nav>.open>a,
.topfixed #mainmenu .navbar-default .navbar-nav>.open>a:focus,
.topfixed #mainmenu .navbar-default .navbar-nav>.open>a:hover,
.topfixed #mainmenu .navbar-nav>li>a,
.topfixed #header2f .navbar-brand {
    color: #fff;
}

#header2f .navbar-brand {
    font-size: 30px;
    line-height: 30px;
    font-family: "DBHeavent-Bold";
    color: #eb008b;
    height: auto;
    padding: 16px 15px;
}

.dropdown_menulist h3 {
    font-size: 50px;
    line-height: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
}

.dropdown_menulist h3::before {
    height: 5px;
    width: 50px;
    background-color: #ec0089;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

#mainmenu {
    width: 100%;
    position: relative;
    z-index: 999;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background-color: #fff;
}

#mainmenu .navbar-brand {
    height: auto;
    padding: 20px 15px;
}

#mainmenu .navbar-brand>img {
    /* max-height: 39px; */
    max-height: 27px;
    margin-top: 5px;
}

#mainmenu .navbar-default .navbar-nav {
    display: flex;
    width: calc(100% - 200px);
    justify-content: space-between;
}


/* #mainmenu .navbar-nav>li {
    margin-right: 10px;
    margin-left: 10px;
} */

#mainmenu .navbar-nav>li {
    margin-right: -40px;
    margin-left: 40px;
}

#mainmenu .navbar-nav>li>a {
    padding: 27px 0 25px 0;
    font-size: 30px;
    line-height: 25px;
    color: #002b6d;
}

#mainmenu .navbar-nav>li>a span {
    border-bottom: 2px solid #fff;
    display: inline-block;
    font-size: 23px;
    color: #a05e5e;
    font-weight: 700;
}

#mainmenu .navbar-nav>li>a:hover span {
    color: #e3c3ba;
    border-bottom: 2px solid #e3c3ba;
}

.navbar-default .navbar-nav>li>a.dropdown-toggle {
    background-position: center 80%;
}

.navbar-default .navbar-nav>li>a.dropdown-toggle:focus,
.navbar-default .navbar-nav>li>a.dropdown-toggle:hover {
    background-image: url(../images/icon-down-pink.svg);
    background-position: center 92%;
    background-size: auto 12px;
    background-repeat: no-repeat;
}

#mainmenu .navbar-brand span {
    display: inline-block;
}

#mainmenu .navbar-default {
    background-color: transparent;
}

#mainmenu .navbar {
    margin: 0;
}

#mainmenu .navbar-default .navbar-nav>.open>a,
#mainmenu .navbar-default .navbar-nav>.open>a:focus,
#mainmenu .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #ec0089;
}

#mainmenu .navbar-default .navbar-toggle {
    border: none;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 18px;
    padding: 0;
}

#mainmenu .navbar-default .navbar-toggle:hover,
#mainmenu .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

#mainmenu .navbar-toggle .icon-bar {
    width: 37px;
    height: 4px;
    margin-top: 4px;
    border-radius: 0;
    background-color: #a05e5e;
}

#mainmenu .navbar-default .navbar-nav>.active>a,
#mainmenu .navbar-default .navbar-nav>.active>a:focus,
#mainmenu .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #a05e5e;
}

#mainmenu .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#mainmenu .navbar-nav>li>.dropdown-menu {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

#mainmenu .navbar-nav>li>.dropdown-menu .mega-menu {
    min-height: 300px;
    position: relative;
    top: 1px;
    background-color: #fff;
    padding: 30px 50px 30px 50px;
}


/* css mege menu */

.menu-mobile ul li {
    border-bottom: 1px solid #eee;
}

.menu-mobile ul li:last-child {
    border: none;
}

.menu-mobile ul li a {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 20px;
    display: block;
    color: #000;
}

.menu-mobile ul li a:hover {
    color: #EE3D96;
}

.menu-mobile {
    display: none;
}

.mega-menu {
    font-size: 20px;
    line-height: 18px;
}

.mega-menu ul li {
    margin-bottom: 10px;
}

.mega-menu ul li a {
    display: block;
}

.mega-menu a {
    color: #646464;
}

.mega-menu a:hover {
    color: #EE3D96;
}

.box-menu h5 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #EE3D96;
}

.box-menu-img {
    height: 90px;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 15px;
}

.box-menu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tab_box::after {
    position: absolute;
    content: '';
    left: -40px;
    top: 0;
    background-color: #EBEBEB;
    width: 1px;
    height: 100%;
}

.tab_box .panel {
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tab_box {
    min-height: 200px;
    position: relative;
}

.megelist ul {
    max-width: 150px;
    margin: 20px 0;
}

.megelist ul li {
    margin-bottom: 25px;
}

.megelist ul li a {
    display: block;
    font-size: 21px;
    line-height: 21px;
    color: #000;
    background-position: 99% 3px;
    background-repeat: no-repeat;
    background-size: auto 15px;
    padding-right: 30px;
}

.megelist ul li a.active {
    color: #EE3D96;
    background-image: url(../images/arrow-menu.svg);
}

.nav>li.dropdown.open {
    position: static;
}

.nav>li.dropdown.open .dropdown-menu {
    display: table;
    border-radius: 0px;
    width: 100%;
    text-align: left;
    left: 0;
    right: 0;
    padding: 30px 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.dropdown-menu>li {
    display: table-cell;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .container {
        width: 100%;
    }
    .dropdown-menu>li {
        display: block;
    }
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin: 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-collapse.collapse.in {
        /* NEW */
        display: block !important;
    }
    #mainmenu .container {
        padding: 0;
    }
    #mainmenu .navbar-brand {
        margin: 0;
    }
    #mainmenu .navbar-nav>li,
    .menulist ul.submenu_level02>li,
    .menulist ul.submenu_level03>li {
        border-top: 1px solid #ccc;
    }
    #mainmenu .navbar-collapse {
        border: none;
        box-shadow: none;
    }
    #mainmenu .dropdown-menu {
        padding: 0;
        margin: 0;
        width: 100%;
        float: none;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
    }
    #mainmenu .navbar-nav>li.dropdown>a {
        background-image: url(../images/arrow-down.svg);
        background-position: calc(100% - 30px) 13px;
        background-repeat: no-repeat;
        background-size: auto 15px;
    }
    #mainmenu .caret {
        display: none;
    }
    #mainmenu .navbar-nav>li {
        margin: 0;
    }
}

@media (max-width: 767px) {
    #mainmenu .navbar-collapse {
        padding: 0;
    }
    #mainmenu .container-fluid>.navbar-collapse,
    #mainmenu .container-fluid>.navbar-header,
    #mainmenu .container>.navbar-collapse,
    #mainmenu .container>.navbar-header {
        margin: 0;
    }
}

@media screen and (min-width: 991px) {
    /* breakpoint and up - mega dropdown styles */
    /* makes the dropdown full width  */
    .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        /*  height of nav-item  */
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s ease;
        padding: 30px 0;
    }
    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu,
    .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s ease;
    }
}


/* css menu mega */


/* css footer */

#boxfooter {
    color: #000000;
    text-align: center;
    position: relative;
    padding: 90px 0 70px 0;
    background: #ffffff;
}

#boxfooter a {
    color: #9f5c5d;
}

#boxfooter a:hover {
    color: #e3c3ba;
}

.footer-callcenter span {
    display: block;
    font-size: 30px;
}

.footer-mail {
    position: relative;
    border-bottom: 1px solid #000;
}

.footer-mail .btn {
    position: absolute;
    right: 0;
    top: 7px;
    padding: 0;
    background-color: transparent;
}

.footer-mail .form-control {
    padding: 0 20px 15px 0;
    border: none;
    color: #000;
    font-size: 25px;
    height: auto;
}

.footer-contact-office {
    max-width: 480px;
    margin: 0 auto;
}

.footer-contact-office h4 {
    font-size: 30px;
    line-height: 30px;
    max-width: 320px;
    margin: 0 auto 10px;
}

.footer-contact-office h5 {
    font-size: 25px;
    line-height: 25px;
    max-width: 320px;
    margin: 0 auto 10px;
    color: #646464;
    font-family: "DB Helvethaica X Reg"!important;
}

.footer-callcenter,
.contact-name,
.footer-office-tel {
    font-family: "DB Helvethaica X Med"!important;
}

.footer-office-tel {
    margin-bottom: 20px;
}

.box-office-tel span {
    display: inline;
    color: #646464;
    margin-right: 3px;
}

.footer-copyright {
    font-size: 20px;
    color: #646464;
}

.tel-contact a {
    font-size: 21px;
    line-height: 20px;
    display: block;
}

.contact-name {
    margin-bottom: 10px;
}

.footer-callcenter a {
    font-size: 40px;
}


/* global element*/

.box-viewmore a {
    display: inline-block;
    font-size: 25px;
    line-height: 18px;
    color: #000;
    background-image: url(../images/icon-viewmore-black.svg);
    background-position: 99% center;
    background-repeat: no-repeat;
    font-family: "DB Helvethaica X Med"!important;
    padding: 6px 40px 6px 0;
}

.box-viewmore a span {
    display: inline-block;
    border-bottom: 1px solid #000000;
}

.home-bigbanner .box-viewmore a:hover,
.box-viewmore a:hover {
    background-image: url(../images/icon-viewmore-pink.svg);
    color: #ee3d96;
}

.home-bigbanner .box-viewmore a:hover span,
.box-viewmore a:hover span {
    border-color: #ee3d96;
}

.box-headline h3 {
    display: inline-block;
    background-image: url(../images/icon-headline.svg);
    background-position: right top;
    background-repeat: no-repeat;
    font-size: 75px;
    line-height: 75px;
    color: #000;
    padding-right: 30px;
    letter-spacing: 0.08cm;
}

.box-thumbnail {
    position: relative;
    padding-top: 80%;
    overflow: hidden;
    margin-bottom: 20px;
}

.box-thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-thumnail-activities a:hover img,
.box-thumbnail a:hover img,
.img-recommend a:hover img {
    -moz-transition: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.box-update,
.box-title a,
.box-des p {
    margin-bottom: 15px;
}

.box-update {
    color: #ee3d96;
    font-size: 21px;
    line-height: 20px;
}

.box-title a {
    display: block;
    color: #000000;
    font-family: "DB Helvethaica X Med"!important;
    font-size: 25px;
    line-height: 25px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 5px;
}

.box-title a:hover {
    color: #ee3d96;
}

.box-des p {
    height: 60px;
    overflow: hidden;
}


/*p {
  font-size: 25px;
  line-height: 30px;
  color: #646464;
}*/

.footer-logo a {
    display: inline-block;
    line-height: 0;
    margin-bottom: 40px;
}

.footer-logo img {
    height: 41px;
}

.footer-follows {
    margin-bottom: 40px;
}

.footer-follows ul li {
    margin: 0 12px;
}

.t-contact {
    font-size: 21px!important;
}

.footer-follows ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.ft-facebook {
    background-image: url(../images/icon-facebook.svg);
}

.ft-facebook:hover {
    background-image: url(../images/icon-facebook-hover.svg);
}

.ft-youtube {
    background-image: url(../images/icon-youtube.svg);
}

.ft-youtube:hover {
    background-image: url(../images/icon-youtube-hover.svg);
}

.ft-line {
    background-image: url(../images/icon-line.svg);
}

.ft-line:hover {
    background-image: url(../images/icon-line-hover.svg);
}

.ft-ig {
    background-image: url(../images/icon-ig.svg);
}

.ft-ig:hover {
    background-image: url(../images/icon-ig-hover.svg);
}

.footer-contact-office h3 {
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0.1cm;
    margin-bottom: 30px;
}

.footer-mail {
    margin-bottom: 40px;
}

.mega-menu img {
    width: 100%;
    cursor: pointer;
}

section {
    overflow: hidden;
}

.boxsocial {
    position: fixed;
    width: 50px;
    top: 40vh;
    right: 0;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    text-align: center;
    padding: 10px 10px 10px 10px;
}

.boxsocial ul li {
    line-height: 0;
}

.boxsocial ul li a {
    display: inline-block;
    line-height: 0;
}

.boxsocial img {
    height: 30px;
}

.boxsocial ul li {
    padding: 10px 0;
    position: relative;
}

.boxsocial ul li::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E2E2E2;
}

.boxsocial ul li:last-child {
    margin: 0;
}

.boxsocial ul li:last-child::after {
    display: none;
}


/* css pdpa */

.boxcookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 23px;
    line-height: 23px;
    padding: 20px 100px;
}

.boxcookie .btn-pink {
    min-width: 150px;
    position: absolute;
    right: 0;
    top: 0;
}

.boxcookie a {
    color: #EE3D96;
    display: inline-block;
    margin: 0 3px;
}

.boxcookie a:hover {
    color: #54ab34;
}

.text-cookie {
    position: relative;
    padding-right: 150px;
    min-height: 50px;
}

.text-cookie span {
    display: inline-block;
    padding: 10px 0;
}

.popup-search .modal-dialog {
    width: 100%;
    margin: 0;
}

.contentsearch {
    width: 100%;
    min-height: 100vh;
    color: #180c0c;
    background-color: #FFC5E1;
    background-image: url(../images/bgsearch.jpg);
    background-position: right bottom;
    background-size: auto 100vh;
    background-repeat: no-repeat;
}

.contentsearch button.close {
    opacity: 1;
    top: 30px;
    position: absolute;
    right: 10vw;
}

.contentsearch h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    text-align: center;
}

.contentsearch h5 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.contentsearch-in {
    margin-top: 120px;
}

.box-inputsearch {
    position: relative;
}

.box-inputsearch .btn img {
    height: 40px;
}

.box-inputsearch .btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #EE3D96;
    width: 95px;
    height: 95px;
    border-radius: 30px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.box-inputsearch .btn:hover {
    background-color: #333;
}

.box-inputsearch .form-control {
    border-width: 0 0 0 2px;
    border-color: #D96AA0;
    font-size: 60px;
    line-height: normal;
    color: #F49EC7;
    padding: 10px 100px 10px 30px;
    height: auto;
    margin-bottom: 30px;
}

.box-inputsearch .form-control {
    background-color: transparent;
}

.box-inputsearch .form-control::-webkit-input-placeholder {
    color: #F49EC7;
}

.box-inputsearch .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #F49EC7;
}

.box-inputsearch .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #F49EC7;
}

.box-inputsearch .form-control:-ms-input-placeholder {
    color: #F49EC7;
}

.form-search {
    max-width: 550px;
    margin-bottom: 50px;
}

select.form-control {
    height: 42px;
    border: 1px solid #6C1946;
    color: #EE3D96;
    margin-bottom: 10px;
}

.form-search .form-control {
    background-color: transparent;
}

.form-search .form-control::-webkit-input-placeholder {
    color: #EE3D96;
}

.form-search .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #EE3D96;
}

.form-search .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #EE3D96;
}

.form-search .form-control:-ms-input-placeholder {
    color: #EE3D96;
}

.list-tagsearch a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #780B47;
    min-width: 150px;
    padding: 7px 25px;
    font-size: 25px;
    line-height: 25px;
    border: 1px solid #780B47;
    border-radius: 30px;
    background-color: transparent;
    text-align: center;
    background-color: #FFC5E1;
}

.list-tagsearch a:hover,
.list-tagsearch a.active {
    color: #fff;
    border: 1px solid #EE3D96;
    background-color: #EE3D96;
}

.search-popular {
    max-width: 800px;
}

.footer-bg {
    background-color: #a05e5e;
    padding-top: 50px
}

.footer-text {
    font-size: 2.3125rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-bottom: 50px
}

.footer-info {
    font-size: 1.0625rem;
    margin-bottom: 25px;
    color: #fff
}

.footer-address {
    font-size: 1rem;
    margin-bottom: 50px;
    color: #fff;
    font-weight: 300
}

.footer-social h6 {
    font-size: 1rem;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 300
}

.footer-social-link {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.footer-social-link a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.footer-social-link a img {
    width: 40px;
    height: auto;
    display: block
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%
}

.footer-menu-wrap {
    align-content: space-between;
    display: flex;
    flex-wrap: wrap
}

.footer-menu ul {
    list-style: none;
    padding-left: 30px;
    margin-bottom: 40px;
    width: 25%
}

.footer-menu ul li {
    margin-bottom: 10px
}

.footer-menu ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 300
}

.footer-menu ul li h6 {
    color: #fff;
    margin-bottom: 5px
}

.footer-copyright {
    font-size: .6875rem;
    text-align: right;
    color: #fff;
    display: block;
    width: 100%;
    margin-bottom: 50px
}

.footer-phone {
    padding-top: 30px;
    padding-bottom: 25px
}

.footer-phone a {
    font-size: 1.125rem;
    color: #a05e5e;
    font-weight: bold;
    display: inline-block
}

.footer-phone-bg {
    background-color: #fff
}

.hometype-leaves {
    position: relative
}

.hometype-carousel {
    margin-bottom: 60px
}

.hometype-register-bg {
    padding: 0;
    background-color: #e4c5bc;
    position: relative
}

.hometype-register-bg .register-input-wrap {
    padding-left: 100px
}

.hometype-register-bg .register-input input,
.hometype-register-bg .register-input select {
    background-color: transparent;
    border-bottom: 1px solid #a05e5e
}

.hometype-register-bg .register-btn {
    background-color: #231f20
}

.hometype-register-bg .register-btn:hover {
    background-color: #a05e5e;
    color: #fff
}

.hometype-register-text {
    padding-right: 140px;
    padding-top: 40px;
    padding-bottom: 40px
}

.hometype-register-text h1 {
    font-size: 2.875rem;
    color: #e4c5bc;
    margin-bottom: 30px
}

.hometype-register-text h1 span {
    font-size: .75em;
    display: block
}

.hometype-register-text p {
    line-height: 1.75;
    font-size: 1.125rem;
    margin-bottom: 15px;
    font-weight: 300;
    color: #fff
}

.hometype-register-img {
    position: relative;
    overflow: hidden;
    width: 50%
}

.hometype-register-img::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 70.3125%;
    background-color: transparent
}

.hometype-register-img>img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: 0;
    transition: .5s all ease
}

.hometype-register-img:hover>img {
    transform: scale(1)
}

.hometype-register-img::before {
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(60, 59, 60, 0.5) 100%)
}

.hometype-register-row {
    align-items: center
}

.hometype-register-container {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}