/*@import url('https://fonts.googleapis.com/css2?family=Athiti:wght@500&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@font-face {
    font-family: 'poppinsregular';
    src: url('../font/poppins-regular-webfont.woff2') format('woff2'),
    url('../font/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*:root {*/
/*    --font-title:'Athiti','IBM Plex Sans Thai Looped';*/
/*    --font-body:'poppinsregular','IBM Plex Sans Thai Looped';*/
/*    --secondary-color: #179da6;*/
/*    --light-color: whitesmoke;*/
/*    --font-color: #464a4e;*/
/*}*/
::-moz-selection {
    background-color: var(--main-color);
    color: #fff;
}

::selection {
    background-color: var(--main-color);
    color: #fff;
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    color: #464a4e;
    background: #f7f3e7;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: inherit;
    transition: all 0.5s;
}

h1, h2, h3 {
    color: #1badeb;
    font-family: var(--font-title);
    text-transform: capitalize;
    margin: 0;
    width: 100%;
    font-weight: lighter;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-weight: lighter;
    font-size: 18px;
    width: 100%;
    margin: 0;
}
h5 {
    color: var(--secondary-color);
    font-weight: lighter;
    font-size: 16px;
    width: 100%;
    margin: 0;
}

/*p {*/
/*    font-weight: lighter;*/
/*}*/

select {
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    list-style: none;
}

.text-color {
    color: #359ecb;
}

.animat {
    opacity: 0;
}

.text-white {
    color: #fff !important;
}
.full-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.slideshow {
    position: relative;
}

.overlay_slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.text_slide {
    position: absolute;
    width: 80%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    height: 200px;
    margin: auto;
    padding: 50px;
    z-index: 7;
    transform: none;
}

.text_slide h1 {
    color: #fff !important;
    letter-spacing: 0;
}

.text_slide p {
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}

.text_slide img {
    height: 40px;
    filter: brightness(0) invert(1);
}

.text_slide ul {
    margin: 0;
    padding: 0;
    transition: all 0.5s;
}

.border-bottom {
    position: relative;
    width: 92%;
    border-bottom: 1px solid #468e9e;
    margin: 0 10px;
    display: inline-block;
}

.text_slide ul li {
    animation-name: fadeInDown;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none;
}

.text_slide li:nth-child(1) {
    animation-delay: 0.4s;
}

.text_slide li:nth-child(2) {
    animation-delay: 0.6s;
}

.text_slide li:nth-child(3) {
    animation-delay: 0.8s;
}

@keyframes slide {
    from {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    to {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.01);
        transform: scale(1.1, 1.1);
    }

}

@-webkit-keyframes slide {
    from {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    to {
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }
}
.slider-arrow {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6
}
.slider-arrow a {
    position: absolute;
    opacity: .3;
    margin: 0 50px;
    cursor: pointer;
}
.slider-arrow a:hover {
    opacity: .8;
}
.slider-arrow img {
    width: 40px;
}
.slider-arrow #arrow_left {
    left: 0;
}
.slider-arrow #arrow_right {
    right: 0;
}


/*************************/
/* HEADER */
/*************************/
header {
    position: fixed;
    width: 100%;
    display: flex;
    font-size: 15px;
    top: 44px;
    background: rgba(255,255,255,0.80);
    padding: 0;
    z-index: 9;
    transition: all .6s;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
}
header.header-scroll {
    background: #fff;
}
.wrap-menu {
    width: 100%;
    display: inline-block;
    padding: 0 100px;
    background: #fff;

}

.navbar-brand {
    position: relative;
    z-index: 9;
}

.logo {
    position: relative;
    margin: 8px 0;
}
.logo img {
    height: 80px;
}
.submenu {
    position: relative;
}
.submenu > li {
    list-style: none;
    float: left;
    padding: 0 10px;
}
.submenu > li:last-child {
    padding: 0 0 0 10px;
}
.submenu > li > a {
    text-transform: capitalize;
    cursor: pointer;
    transition: all .6s;
    display: inline-block;
    line-height: 80px;
    width: 100%;
}
.sub-menu a {
    width: 100%;
    display: block;
}

.submenu li a:hover, .submenu li a.active {
    color: var(--main-color)!important;
}
.sub-menu li:hover {
    background: #0189bc;
}
.sub-menu li:hover a {
    color: #fff;
}
.sub-menu-parent .sub-menu a:hover{
    color: #fff!important;
}
.btn-wrap-header {
    position: relative;
    padding: 33px 25px !important;
    background: #0189bc;
    border: none;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.btn-wrap-header:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eaf5f8;
    border: none;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-wrap-header:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.btn-wrap-header:hover {
    color: #0189bc;
}


.top-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 44px;
    color: #fff;
    background: #0189bc;
    z-index: 13;
    font-size: 14px;
}

.top-menu .col-xs-6 {
    padding: 0 10px;
}
.nav-topbar {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px;
}
.teltop {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    /*cursor: pointer;*/
    /*text-transform: capitalize;*/
}
.teltop a:nth-child(1) {
    margin-right: 10px;
}
.teltop a:hover {
    opacity: 0.6;
}

/*************************/
/* SUB MENU */
/*************************/
.sub-menu-parent {
    position: relative;
}

.sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    /*width: 120%;*/
    transform: translateY(-1em);
    transition: all 0.6s;
    z-index: -1;
    white-space: nowrap;
}

.sub-menu {
    padding: 0;
}

.sub-menu-parent ul li {
    list-style: none;
    padding: 10px 15px;
    transition: all 0.9s;
}

.sub-menu-parent:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.6s;
    padding: 0;
    transition: all 1s;
    box-shadow: 6px 6px 6px 0 rgba(0,0,0,0.1);
}

.sub-menu {
    background: #fff;
    border-radius: 0;
}
/*************************/
/* LANGUAGE*/
/*************************/
.nav-lang {
    position: absolute;
    top: 0;
    right: 0;
}

.nav-lang label {
    position: relative;
    /*padding: 27px 0;*/
    cursor: pointer;
    transition: all .6s;
}

.nav-lang label svg {
    width: 13px;
    transform: rotate(0);
    margin-left: 3px;
    /*transition: all .6s;*/
}

/*.nav-lang label .rotate svg {*/
/*    transform: rotate(180deg);*/
/*}*/

.nav-lang ul {
    padding: 0;
    margin: 0;
}

.nav-lang li {
    list-style: none;
}

.nav-lang .lang_parent {
    position: absolute;
    width: 72px;
    top: 20px;
    white-space: nowrap;
    left: -25px;
    /*right: 0;*/
    margin: auto;
    padding: 0 10px;
    text-align: center;
    background: white;
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    color: #616161;
}

.nav-lang .lang_parent:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    box-sizing: border-box;
    border: 6px solid #000;
    border-color: #fff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: rgba(0, 0, 0, 0.05) -2px 2px 2px 0;
    margin-left: 7px;
}

.nav-lang .lang_parent.open {
    top: 32px;
    opacity: 1;
    pointer-events: auto;
}

.nav-lang .lang_parent li {
    border-bottom: 1px solid #d8d8d8;
}

.nav-lang .lang_parent li:last-child {
    border: 0;
}

.nav-lang .lang_parent li a {
    width: 100%;
    display: inline-block;
    padding: 8px 0;
}
.nav-lang label:hover{
    opacity: 0.6;
}
.nav-lang .lang_parent li a:hover {
    color: var(--secondary-color);
}
/*************************/
/* HAMBURGER */
/*************************/
.hamburger {
    position: absolute;
    width: 35px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    display: none;
    cursor: pointer;
    z-index: 10;
}
#line1,#line2,#line3 {
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--main-color);
    transition: all .6s;

}
#line1 {

    top: 0;
}

#line2 {
    top: 8px;
    right: 0;
}

#line3 {
    top: 16px;
}
.hamburger.open {
    top: -50px;
}
.hamburger.open #line1 {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.hamburger.open #line2 {
    opacity: 0;
}

.hamburger.open #line3 {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/*************************/
/* BOX MENU MOBILE */
/*************************/
.wrap-box-menu-mobile {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-flex;
    align-items: center;
    z-index: 9;
    transition: all .6s;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    display: none;
    opacity: 0;
    pointer-events: none;
    padding: 100px 50px;
}

.wrap-box-menu-mobile.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.show-box {
    position: relative;
    width: 100%;
    padding: 0;
}

.show-box ul {
    padding:0;
    margin: 0;
    width: 100%;
}

.show-box li {
    position: relative;
    list-style: none;
    text-transform: capitalize;
    font-size: 18px;
}

.show-box a {
    position: relative;
    padding: 6px 0;
    display: block;
}
.show-box a.active ,.show-box a:hover {
    color: var(--secondary-color);
}
.select ul.info {
    display: none;
}
.select ul.info.active {
    display: block;
}

.base_plus_icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    z-index: 55;
    cursor: pointer;
    display: none;
}
.base_plus_icon .plus_icon{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 5px;
    display: block;

}
.base_plus_icon .plus_icon:before,
.base_plus_icon .plus_icon:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0189bc;
    margin: auto;
    display: block;
    transition: all 0.6s;
}
.base_plus_icon:hover .plus_icon:before,
.base_plus_icon:hover .plus_icon:after{
    background-color: #0189bc;
}
.base_plus_icon .plus_icon:before{
    width: 1px;
    height: 20px;
}
.base_plus_icon .plus_icon:after{
    width: 20px;
    height: 1px;
}
.base_plus_icon .plus_icon.active:before{
    display: none;
}

ul.info {
    padding: 10px 20px;
}
.base_plus_icon .plus_icon:before, .base_plus_icon .plus_icon:after, .base_plus_icon:hover .plus_icon:before, .base_plus_icon:hover .plus_icon:after{
    background-color: #333;
}

/*************************/
/* BODY */
/*************************/
.wrap-main {
    position: relative;
    width: 100%;
}
.wrap-box {
    position: relative;
    width: 100%;
    padding: 50px 0;
    display: inline-block;
    text-align: center;
}
.wrap-box.content_child {
    padding: 50px 50px 0;
}
.slide_bottom {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 0;
}



.bg_white {
    background: #fff;
    background-image: url("../images/icon/bg.png?v=2");
}


/* SECTION OFFERS */
.img-slide-offers {
    position: relative;
    overflow: hidden;
}
.img-slide-offers:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.05);
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
    z-index: 6;
    transition: all .4s;
}
.img-slide-offers .full-img {
    transform: scale(1);
    transition: all .4s;
}


.full-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 35px;
    text-align: center;
    display: block;
    z-index: 7;
}

.discount {
    text-align: right !important;
}
.full-text h3 {
    font-size: 24px;
    color: #fff !important;
}
.full-text p {
    margin: 0;
    text-transform: capitalize;
}

/*************************/

.box-content {
    position: relative;
    width: 100%;
    height: 500px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    padding: 50px;
    text-align: left;
    background: #eaf5f8;
}
/*.slide-fac .box-content {*/
/*    background: #fff !important;*/
/*}*/

.box-content h1, .box-content p {
    width: 100%;
}

.box-content h1 {
    margin: 0 !important;
}

.box-content h4 {
    color: #9e9e9e;
}

.show-detail {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
    display: inherit;
}
.show-detail .col-xs-6:nth-child(1) div, .img-slide{
    overflow: hidden;
}
/*.show-detail:last-child {*/
/*    margin-bottom: 0;*/
/*}*/
.slide-fac .col-xs-6:nth-child(1){
    float: right;
}
.show-detail .full-img ,.img-slide .full-img,
.also-like .full-img {
    transform: scale(1);
    transition: all .4s;
    display: flex;
}
.show-detail:hover .full-img ,.slide:hover .full-img ,
.also-like:hover .full-img {
    transform: scale(1.06);
}
.slide:hover .img-slide-offers:before {
    height: 100%;
}
.btn-wrap-main {
    position: relative;
    padding: 10px 30px;
    background: none;
    color: var(--main-color);
    text-transform: capitalize;
    display: inline-block;
    cursor: pointer;
    outline: none;
    /*border-radius: 30px;*/
    transition: all .6s;
    margin-top: 15px;
    border: 1px solid var(--main-color);
}

.btn-wrap-main:hover,
.btn-wrap-main.btn-offers:hover{
    color: #fff;
    background: var(--main-color);
}
.btn-wrap-main.btn-offers {
    background: #caa26b;
    color: #fff;
    margin-top: 25px;
    border: none;
}


/*************************/
/* PAGE INFO */
/*************************/

.amenities {
    position: relative;
    width: 100%;
}

.amenities ul {
    padding: 0;
    margin: 0;
}

.amenities li {
    list-style: none;
    display: block;
    padding: 10px;
    text-transform: capitalize;
    width: 25%;
    float: left;
    text-align: center;
}
.amenities p {
    margin: 0;
}
.amenities img {
    height: 50px;
}
.also-like {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.also-like:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.4s;
    background: rgba(12, 34, 44, 0.08);
}

.box-alosolike {
    position: absolute;
    top: 0;
    bottom: -60px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: auto;
    padding: 0 30px;
    z-index: 2;
    transition: all 0.4s;
}
.box-alosolike h3,
.box-alosolike h5 {
    color: #fff;
}
.btn-also {
    opacity: 0;
}

.also-like:hover .box-alosolike {
   bottom: 0;
}

.also-like:hover .btn-also {
    opacity: 1;
}
.also-like:hover:after {
    background: rgba(0, 0, 0, 0.48);
}

/*************************/
/* PAGE GALLERY */
/*************************/
.demo-gallery {
    position: relative;
    padding: 0 50px;
    display: inline-block;
    width: 100%;
}
.row_gallery {
    margin-left: -15px;
    margin-right: -15px;
}
.overlay_gallery img{
    width: 100%;
}
.gallery_box .col-xs-4{
    padding: 15px;
}

.gallery_box h4{
    margin-top: 0;
    margin-bottom: 5px;
}
.view {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.view img {
    transform: scale(1);
    transition: all .6s;
    display: flex;
}
.filtr-item:hover .view img {
    transform: scale(1.05);
}
.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: all .6s;
}
.mask span{
    width: 50px;
    height: 50px;
    background: #0006;
    display: inline-block;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
}
.filtr-item:hover .mask {
    opacity: 1;
}
.album {
    position: relative;
    padding: 10px 0 0;
}
.album h3 {
    font-size: 18px;
    margin: 0 0 10px;
}
.album p {
    margin: 0;
}
.album span {
    margin-right: 5px;
    /*vertical-align: middle;*/
}
.lg-dropdown, .lSPager, .lSAction {
    display: none !important;
}

.hidepic{
    display: none;
}
/*************************/
/* CONTACT FROM */
/*************************/
.contact-container {
    width: 980px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.contact-from .col-xs-6 ,
.contact-from .col-xs-12 {
    padding: 0 10px 20px;
}
.contact-from .col-xs-12.none {
    padding: 0 10px 0;
}
.contact-from input , .contact-from textarea {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 8px 40px;
    background: none;
    border: 1px solid #969696;
    outline: none;
}
.icon-contact {
    position: absolute;
    height: 40px;
    width: 40px;
}
.icon-contact img {
    margin: 10px;
}
.contact-from input::-webkit-input-placeholder {
    color: #969696;
}
.contact-from input:focus ,
.contact-from textarea:focus{
    border-color: #0189bc;
}
.text-reser p {
    color: #1c1c1c;
    margin: 0 0 10px 0;
}
.contact-from .btn-wrap-main {
    outline: none;
}
.contact-from .btn-wrap-main i {
   margin-right: 5px;
}

.captcha {
    position: absolute;
    right: 10px;
    height: 40px;
}
.captcha i {
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    top: -13px;
    padding: 13px;
    background: #0088be;
    color: #fff;
    z-index: 999;
    cursor: pointer;
}
.contact h4 {
    margin: 0 0 15px !important;
}

/*************************/
/* FOOTER */
/*************************/
.footer label {
    margin: 0 5px;
}
.social-footer {
    position: relative;
    width: 100%;
    margin-top: 25px;
}

.icon-social {
    padding: 0;
    margin: 0;
}

.icon-social li {
    position: relative;
    width: 40px;
    height: 40px;
    background: none;
    /*border: 1px solid #d8e2e7;*/
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    /*padding: 8px;*/
    cursor: pointer;

    transition: all 0.5s;
    border-radius: 50%;
}

.icon-social i {
    margin-right: 0;
    color: #444d50;
    transition: all .4s;
}

/*.icon-social li:hover {*/
/*    border: 1px solid ;*/
/*}*/

.icon-social li:hover i {
    color: #fff;
}

.copy-right {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #fff;
}

.copy-right p {
    margin: 0;
}
/*************************/
/* RESERVATION MOBILE*/
/*************************/
.reservation-mobile {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99999;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0 0 10px;
    display: none;
}
.reservation-mobile .col-xs-2 {
    color: #eaf5f8;
    background: #0189bc;
    padding: 10px;
}
.reservation-mobile .col-xs-8 {
    color: #0189bc;;
    background: #caa26b;
    padding: 10px;
}
/*************************/

.slide-fac{
    padding-bottom: 50px;
}
.owl-theme .owl-nav.disabled + .owl-dots{
    margin-top: 20px;
}
.owl-theme .owl-nav [class*=owl-]{
    transition: all 0.5s;
    color: #fff;
}

.owl-theme .owl-dots .owl-dot span{
    background: #fff;
}
.box-text-info h2{
    width: 100%;
}
.box-text-info h4{
    margin: 0;
}


.padding_submit{
    padding: 10px;
}

.box-text-info h4, .box-content h4{
    color: var(--secondary-color)!important;
}

.footer p{
    margin: 0;
}
.footer img{
    height: 80px;
    margin-bottom: 20px;
}
.section_amenities p, .section_alsolike p{
    margin: 0;
}

.slide-main3 .full-img {
    height: 450px;
}
.section_sitemap {
    padding: 0;
    margin: 30px 0 0;
    text-align: left;
    list-style: none;
}
.section_sitemap li {
    padding: 3px 0;
}
.section_sitemap li ul li {
    list-style: disc;
}
