/*Font-Face*/
@font-face {
    font-family: 'db_ozone_xbold';
    src: url("../font/DB Ozone X Bd-webfont.eot");
    src: url("../font/DB Ozone X Bd-webfont.eot?#iefix") format("embedded-opentype"), url("../font/DB Ozone X Bd-webfont.woff2") format("woff2"), url("../font/DB Ozone X Bd-webfont.woff") format("woff"), url("../font/DB Ozone X Bd-webfont.ttf") format("truetype"), url("../font/DB Ozone X Bd-webfont.svg#db_ozone_xbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'db_ozone_xmedium';
    src: url("../font/DB Ozone X Med-webfont.eot");
    src: url("../font/DB Ozone X Med-webfont.eot?#iefix") format("embedded-opentype"), url("../font/DB Ozone X Med-webfont.woff2") format("woff2"), url("../font/DB Ozone X Med-webfont.woff") format("woff"), url("../font/DB Ozone X Med-webfont.ttf") format("truetype"), url("../font/DB Ozone X Med-webfont.svg#db_ozone_xmedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*Global class*/
body {
    font-family: 'db_ozone_xmedium';
    max-width: 100% !important;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

.t-blue {
    color: #227b97;
}

.bg-blue {
    background-color: #227b97;
    color: #fff !important;
}

.t-orang {
    color: #e6ac4b;
}

.bg-orange {
    background-color: #e6ac4b;
    color: #fff !important;
}

.t-green {
    color: #3d9d78;
}

.bg-green {
    background-color: #3d9d78;
    color: #fff !important;
}

.bg-white {
    background-color: #fff;
    padding-bottom: 10px;
}

.bg-img-white {
    background-image: url(images/bg-white.png);
    background-repeat: repeat;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.no-padding {
    padding: 0 !important;
}

input {
    border: none;
}

a.btn-video:hover {
    text-decoration: none;
}

/*header-navigation_______________________________________*/
.navbar {
    border-radius: 0px;
}

nav {
    z-index: 4;
}

.navbar-default {
    border: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-brand {
    padding-top: 0;
    position: absolute;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.navbar-toggle {
    padding-top: 0;
    margin-top: 0;
}

.tab-ptt-header {
    z-index: 100;
    background-image: url(images/ptt01.png);
    background-size: 90px 33px;
    width: 90px;
    height: 33px;
    float: right;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #0d6a46;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #0d6a46;
    color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    background-color: #3d9d78;
    color: #fff;
}

/*.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{background-color: #3cbf8d;color:#fff;}*/
.navbar-brand > img {
    z-index: 4 !important;
    position: absolute;
}

.dropdown-menu {
    background-color: #3d9d78;
    color: #fff;
}

@media (min-width: 769px) {
    .navbar-nav {
        z-index: 0;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover {
        z-index: 0;
    }

    #nav {
        padding-right: 10px;
    }

    /*.navbar-brand > img{margin-left: 20%;}*/
    .nav.navbar-nav {
        margin-left: 110px;
        font-size: 18px;
        font-weight: 100;
    }

    .nav.navbar-nav > li {
        margin: 0 2px;
    }

    .navbar {
        border-radius: 0px;
    }

    ul.nav.navbar-nav {
        padding-top: 40px;
    }

    .tab-ptt-header-destop {
        z-index: 1;
        background-image: url(images/ptt01.png);
        background-size: 90px 33px;
        width: 90px;
        height: 33px;
        float: right;
        position: absolute;
        margin-left: 86%;
    }

    .navbar-nav > li > a {
        padding: 5px 15px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
        border-radius: 15px;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
        background-color: #fff;
        color: #000;
    }

    .navbar-nav > li > .dropdown-menu {
        border-radius: 15px;
        padding: 10px;
        box-shadow: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        border-radius: 15px;
        font-size: 18px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
        background-color: #fff;
        color: #000;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fff;
        color: #000;
    }

    .dropdown-menu > li > a {
        border-radius: 15px;
        color: #fff;
        font-size: 18px;
    }

    .dropdown-menu > li {
        padding: 5px 0;
    }

    .active {
        background-color: #fff !important;
        color: #000 !important;
        text-decoration: none;
    }
}

@media (max-width: 768px) {
    html {
        overflow: auto;
    }

    .navbar-nav {
        margin-top: 15px;
        font-size: 18px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        margin-top: 10px;
        background-color: #19885d;
        z-index: -1;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #3d9d78;
        padding: 0;
    }

    .btn-collapse {
        margin-top: 45px;
        margin-left: 50px;
    }

    .navbar-default .navbar-nav > li > a:active:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a {
        border-bottom: solid thin #5caa8c;
    }

    .navbar-nav > li > a :last-child {
        border-bottom: none;
    }

    /*.navbar-default .navbar-nav > li > a:first-child{margin-top: 8px}*/
    .navbar-default .navbar-nav > li > a:hover {
        background-color: #0d6a46;
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background-color: #3d9d78;
        color: #fff;
        border-bottom: solid thin #75ba9e;
        padding: 10px 15px 10px 25px;
        font-size: 18px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background-color: #3cbf8d;
        color: #fff;
    }

    .navbar-default .navbar-nav > li > a:active:focus, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .dropdown-menu > li > a {
        color: #fff;
        font-size: 18px;
    }

    #nav {
        display: none;
    }

    .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
        color: #fff !important;
    }

    #btn-pdf-1 {
        display: none;
    }

    #btn-pdf-2 {
        padding: 0 !important;
    }

    a.button-download {
        float: none !important;
    }

    .active {
        background-color: #0d6a46 !important;
        color: #fff !important;
        text-decoration: none;
    }

    .card-pr .table-responsive {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1275px) {
    .nav.navbar-nav {
        font-size: 16px;
        margin-left: 90px;
    }

    /*.navbar-brand > img{width:90px;height: 115px; }*/
    .tab-ptt-header-destop {
        background-size: 80px 30px;
        width: 80px;
        height: 30px;
    }

    ul.nav.navbar-nav {
        padding-top: 30px;
    }
}

/*header-navigation_______________________________________END*/
/*Footer ____________________________________________________*/
.layout-footer {
    background-color: #3d9d78;
    min-height: 200px;
    bottom: 0px;
    display: table;
    width: 100%;
    padding-top: 10px;
}

ul.footer-ul > li > a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
}

.footer-ul {
    list-style: none;
    padding-left: 20px;
}

.footer-title {
    margin: 10px 10px 10px 35px;
    color: #fff;
}

.input-contact {
    width: 68%;
    margin-left: 18px;
    font-size: 16px;
    font-family: db_ozone_xmedium;
    text-indent: 5px;
}

a.btn-contact {
    margin: -2.5px 0 0 -2.5px;
}

.footer-txt {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 15px 0px 0px 0px;
    margin-left: 18px;
}

/*Footer__________________________________________________END*/
h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.bgInfo > .home {
    padding-bottom: 20px;
}

.bg-info {
    background-image: url(images/bg_info.png);
    background-size: 100%;
    /*width: 100%;*/
    z-index: 0;
    background-repeat: repeat-y;
    background-position: 50% 50%;
}

.bg-prnews {
    background-image: url(images/bg_pr.png);
    background-size: 100%;
    /*width: 100%;*/
    z-index: 0;
    background-repeat: repeat-y;
    background-position: 50% 100%;
}

.bg-story {
    background-image: url(images/bg_story.png);
    background-size: 100%;
    /*width: 100%;*/
    z-index: 0;
    background-repeat: repeat-y;
    background-position: 50% 100%;
}

.bg-know-video {
    background-image: url(images/bg_vdo.png);
    background-size: 100%;
    /*width: 100%;*/
    z-index: 0;
    background-repeat: repeat-y;
    background-position: 50% 100%;
}

.bg-know-ebook {
    background-image: url(images/bg_e-book.png);
    background-size: 100%;
    /*width: 100%;*/
    z-index: 0;
    background-repeat: repeat-y;
    background-position: 50% 100%;
}

.bg-know-laws {
    background-image: url(images/bg_laws.png);
    background-size: 100%;
    /*width: 100%;*/
    z-index: 0;
    background-repeat: repeat-y;
    background-position: 50% 100%;
}

.bg-know-research {
    background-image: url(images/bg_research.png);
    background-size: 100%;
    /*width: 100%;*/
    z-index: 0;
    background-repeat: repeat-y;
    background-position: 50% 100%;
}

.bg-center {
    background-image: url(images/bg_center.png);
    background-size: 100%;
    /*width: 100%;*/
    z-index: 0;
    background-repeat: repeat-y;
    background-position: 50% 100%;
}

.bg-forest {
    background-image: url(images/bg_ForestProject.jpg);
    background-size: 100%;
    /*width: 100%;*/
    z-index: 0;
    background-repeat: repeat-y;
    background-position: 50% 100%;
}

.bg-booking {
    background-image: url(images/bg_booking.jpg);
    background-size: 100%;
    /*width: 100%;*/
    z-index: 0;
    background-repeat: repeat-y;
    background-position: 50% 100%;
}

.home, .login {
    width: 100%;
    /*height: 1600px;*/
    margin-top: -20px;
    z-index: 0;
    background-repeat: repeat-y;
}

.about {
    width: 100%;
    /*height: 2260px;*/
    margin-top: -20px;
    z-index: 0;
    background-repeat: repeat-y;
    padding-bottom: 20px;
}

.prnews {
    width: 100%;
    /*height: 2260px;*/
    margin-top: -20px;
    z-index: 0;
    padding-bottom: 20px;
}

.story {
    width: 100%;
    /*height: 2260px;*/
    margin-top: -20px;
    z-index: 0;
    /*padding-bottom: 20px;*/
}

.bigbanner {
    margin: 0;
    padding: 0 !important;
    /*position: absolute;*/
    z-index: 0;
}

.button-home-1 {
    width: 100%;
    border-radius: 0;
    padding: 10px 0;
    background-image: url(images/Arrow-home.png);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 97% 45%;
}

.card-ui {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.card-content {
    padding: 20px;
}

.card-title {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    height: 100px;
    overflow: hidden;
}

.card-txt {
    font-size: 15px;
    color: #999;
    font-size: 15px;
    height: 140px;
    overflow: hidden;
}

.mailto, .mailto:hover, .mailto:active, .mailto:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.btn-more, .btn-more {
    width: 44px;
    height: 44px;
    border: solid thin #ccc;
    border-radius: 50%;
    display: block;
    text-align: center;
    padding-top: 11px;
    color: #000;
    background-color: #fff;
    z-index: 4;
}

a.btn-more:hover {
    text-decoration: none;
    color: #fff;
    background-color: #C9BC4A;
}

.btn-video {
    width: 100%;
    background-color: #CACACA;
    padding: 4px;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.btn-video > a {
    text-decoration: none;
    color: #fff;
}

.card-ui > img {
    min-height: 100px;
}

.about-box {
    padding: 10px 10px;
    display: block;
    background-color: #fff;
    margin-top: 10px;
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10px;
}

.about-title {
    color: #3d9d78;
    font-size: 24px;
    margin-top: 20px;
    text-align: left;
    text-indent: 5px;
}

.about-txt {
    color: #666;
    font-size: 20px;
    text-align: left;
}

.about-pic3 {
    margin: 5px 0;
}

.search-tab {
    width: 100%;
    background-color: #3d9d78;
    min-height: 65px;
    padding: 20px 18px;
}

a.btn-search {
    background-color: #2B785A;
    border: solid thin #D8EBE4;
    color: #D8EBE4;
    font-size: 20px;
    padding: 3px;
}

.input-search {
    font-size: 18px;
}

.card-pr {
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 20px;
    width: 100%;
    float: left;
    padding: 20px;
}

.card-title-pr {
    text-align: left;
    margin-top: 0px;
    padding-bottom: 20px;
    font-size: 30px !important;
    color: #333;
    margin-bottom: 2px !important;
}

.card-pr-related {
    background-color: #fff;
    /*min-height: 365px;*/
    margin-bottom: 10px;
    padding: 10px 0;
}

.pr-related-title {
    width: 100%;
    background-color: #E7AD4C;
    padding: 5px;
    font-size: 23px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.card-img-big {
    padding: 10px;
}

.card-pr-date {
    text-align: right;
    padding: 10px;
    padding-right: 30px;
    margin-bottom: 10px;
}

.pr-date-txt {
    font-size: 17px;
    color: #999;
    font-weight: bold;
}

.pr-txt {
    font-size: 17px;
    color: #666;
    text-align: left;
    padding: 10px;
    margin-bottom: 0;
    padding: 2px 18px;
}

.pr-title-album {
    font-size: 25px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: left;
}

img.pr-album {
    max-height: 90px;
}

.album {
    padding: 5px 5px;
}

.img-related-circle {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    margin: 15px 5px;
}

.pr-related-txt {
    font-size: 18px;
    color: #666;
    padding: 5px 0;
    margin: 5px;
    padding-right: 20px;
    text-align: left;
}

.no-padding-right {
    padding-left: 15px;
    padding-right: 5px;
    margin-right: 20px;
}

a, a:hover {
    text-decoration: none;
}

.hr-bottom {
    border-bottom: solid thin #E8E8E8;
    padding: 15px 0;
    width: 95%;
    margin-left: 2.5%;
}

.hr-bottom {
    padding-top: 0;
    padding-bottom: 0;
}

.card-ui > span {
    display: block;
    width: 100%;
    text-align: center;
}

.booking-box {
    margin: 15px 0;
}

#cal-destop > div {
    margin: 5px 0;
}

.cal-label-tab {
    display: table-cell;
    padding-left: 5px;
    font-size: 18px;
    float: left;
    margin-right: 10px;
}

.cal-row-head [class*="cal-cell"]:first-child, .cal-row-head [class*="cal-cell"] {
    font-family: "db_ozone_xmedium";
    font-size: 18px;
    font-weight: 100;
    height: 40px;
    background: #3d9d78;
    color: #fff;
}

.cal-tb-head {
    background-color: #3d9d78;
    text-align: center;
    height: 30px;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    display: table;
    width: 100%;
    margin: 0 !important;
}

.cal-tb-head .cal-cell {
    width: 14.28%;
}

.cal-cell {
    display: table-cell;
}

.cal-tb-body {
    background-color: #DCD9D9;
    text-align: center;
    height: 30px;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    display: table;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    font-size: 22px;
}

.cal-tb-body .cal-cell {
    text-align: left;
    padding: 5px;
    border: solid thin #fff;
    color: #B8B8B8;
}

.cal-tb-body .left-cell {
    border-left: none;
}

.cal-tb-body .right-cell {
    border-right: none;
}

.cal-tb-body .cal-cell {
    width: 14.28%;
    height: 120px !important;
}

.cal-tb-body .cal-open {
    background-color: #fff;
    color: #3d9d78;
    background-image: url(images/booking-green-user.png);
    background-position: 72% 11%;
    background-repeat: no-repeat;
}

.cal-tb-body .cal-open ul {
    list-style-image: url(images/booking-green-circle.png);
    padding-left: 15px;
    margin: 5px 0 0 0;
    font-size: 11px;
}

.cal-tb-body .cal-open ul li {
    font-size: 11px;
}

.cal-tb-body .cal-open ul li > a {
    text-decoration: none;
    color: #3d9d78;
}

.cal-tb-body .cal-close {
    background-color: #fff;
    color: #F76565;
    background-image: url(images/booking-red-user.png);
    background-position: 72% 11%;
    background-repeat: no-repeat;
}

.cal-tb-body .cal-close ul {
    list-style-image: url(images/booking-red-x.png);
    padding-left: 15px;
    margin: 5px 0 0 0;
    font-size: 11px;
}

.cal-tb-body .cal-close ul li {
    font-size: 11px;
}

.cal-tb-body .cal-close ul li > a {
    text-decoration: none;
    color: #F76565;
}

.txt-green {
    color: #3d9d78;
}

.txt-red {
    color: #F76565;
}

.booking-title {
    font-size: 24px;
}

.booking-select {
    background-color: #fff;
    background-image: url(images/icon-select.png);
    background-position: top right;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    height: 30px;
    font-size: 24px;
    text-indent: 5px;
    float: left;
    width: 100%;
}

.month {
    width: 178px;
}

.year {
    width: 84px;
}

.period {
    width: 100%;
}

.period-follow {
    width: 40%;
}

.booking-form-box {
    width: 100%;
    margin-top: 15px;
    background-color: #f5f5f5;
    padding: 15px;
}

.booking-form-title {
    padding: 2px;
    text-align: center;
    background-color: #3d9d78;
    color: #fff;
    font-size: 20px;
    width: 100%;
}

.booking-form-body {
    background-color: #eceaeb;
    width: 100%;
    padding-bottom: 20px;
}

.booking-form {
    padding: 5px;
}

.font-28 {
    font-size: 28px;
}

.font-24 {
    font-size: 24px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.member-info-white-box {
    background-color: #fff;
    text-align: center;
    font-size: 19px;
    margin-bottom: 5px;
}

.period-label {
    font-size: 18px;
}

.booking-select.period {
    text-indent: 5px;
}

#cal-mobile .cal-open {
    background-size: 20px;
    background-position: 90% 30%;
    padding: 0;
}

#cal-mobile .cal-close {
    background-size: 20px;
    background-position: 90% 30%;
    padding: 0;
}

#cal-mobile .cal-cell {
    height: 35px !important;
}

#cal-mobile .cal-tb-body {
    font-size: 15px;
}

#cal-mobile .cal-tb-body ul {
    display: none;
}

#cal-label-tab-mobile ul {
    list-style: none;
    padding: 0;
}

.booking-member-ul {
    padding-left: 20px;
    margin: 0;
    color: #666666;
    list-style-image: url(images/list-grey.png);
}

.booking-member-ul > li > a {
    color: #666666;
    font-size: 18px;
    font-family: "db_ozone_xmedium";
}

.booking-member-ul > li > a:hover {
    color: #3d9d78;
}

.booking-btn-green {
    background-color: #3d9d78 !important;
    vertical-align: bottom !important;
    padding: 5px !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-right: 5px !important;
    font-family: "db_ozone_xmedium";
    font-size: 19px;
    font-weight: 100;
    color: #fff;
    border: none;
}

a.booking-btn-green {
    text-decoration: none;
    color: #fff;
}

a.booking-btn-green:hover {
    color: #fff;
    background-color: #2c785a;
}

.rule-box {
    border: solid 2px #d9d2d2;
    padding: 5px 10px;
}

.padding-sm {
    margin-top: 15px;
}

.booking-register {
    padding: 30px 15%;
}

.grey-box {
    background-color: #e8e4e4;
    border: solid thin #e8e4e4;
    font-size: 20px;
    text-indent: 5px;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 0px;
}

.grey-box-label {
    font-size: 24px;
}

ul.login-list {
    list-style-image: url(images/icon-li-gren-login.png);
    padding-left: 40px;
    margin: 10px 0 0 0;
    font-size: 12px;
}

ul.login-list li, ul.login-list li > a {
    font-size: 20px;
    color: #524e4e;
}

ul.login-list li > a:hover {
    color: #3d9d78;
}

.booking-register {
    box-shadow: 0 0 5px 0 #ccc;
}

.card-ui.booking-register {
    min-height: auto;
}

/*Start Text.css*/
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

.bg {
    background-image: url("images/bg_home.png");
    background-position: center top;
    background-repeat: repeat-y;
}

.bgTop {
    background-image: url("images/bg_top.png");
    background-position: center top;
    background-repeat: repeat-x;
}

.bgStory {
    background-image: url("images/bg_story.png");
    background-position: center top;
    background-repeat: repeat-y;
}

.bgInfo {
    background-image: url("images/bg_info.png");
    background-position: center top;
    background-repeat: repeat-y;
}

.bgCenter {
    background-image: url("images/bg_center.png");
    background-position: center top;
    background-repeat: repeat-y;
}

.bgLaws {
    background-image: url("images/bg_laws.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: repeat-y;
}

.bgPR {
    background-image: url("images/bg_pr.png");
    background-position: center top;
    background-repeat: repeat-y;
}

.bgVDO {
    background-image: url("images/bg_vdo.png");
    background-position: center top;
    background-repeat: repeat-y;
}

.bgEBook {
    background-image: url("images/bg_e-book.png");
    background-position: center top;
    background-repeat: repeat-y;
}

.bgResearch {
    background-image: url("images/bg_research.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: repeat-y;
}

.bgForestProject {
    background-image: url("images/bg_ForestProject.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: repeat-y;
}

.transparent-style {
    background-color: #000000;
    opacity: .8;
    filter: alpha(opacity=80);
}

.smallWhite {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 17px;
    color: #FFFFFF;
}

.smallBlack {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 18px;
    color: #666666;
}

div.smallBlack p, .content-read p {
    margin-top: 0;
    margin-bottom: 0;
}

div.smallBlack h3, .content-read h3 {
    margin-bottom: 0;
}

div.smallBlack ul, .content-read ul {
    margin-top: 0;
    margin-bottom: 0;
}

div.smallBlack p.bigGreen {
    margin-top: 25px;
}

.margin_param {
    margin-top: 15px !important;
}

span.space {
    color: white;
    display: inline-block;
    width: 35px;
}

.smallGreen {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 17px;
    color: #3d9d78;
    font-weight: 500;
}

.normalWhite {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 14px;
}

.normalBlack {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 15px;
    color: #999999;
    line-height: 14px;
}

.midBlack {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 20px;
    color: #333333;
}

.midBlack2 {
    font-family: "db_ozone_xbold", Tahoma, MS Sans Serif, sans-serif;
    font-size: 21px;
    color: #333333;
}

.bigWhite {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 23px;
    color: #ffffff;
}

.bigBlack {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 25px;
    color: #333333;
}

.biggerBlack {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 30px;
    color: #333333;
}

.biggerWhite {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    padding: 10px;
}

.biggerBlue {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 30px;
    color: #2f60ab;
}

.bigGreen {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 23px;
    color: #3d9d78;
}

.biggerGreen {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 30px;
    color: #3d9d78;
}

.input {
    width: 232px;
    height: 24px;
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 17px;
    color: #333333;
    background-color: #FFFFFF;
    border-style: none;
}

.input2 {
    width: 357px;
    height: 31px;
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 17px;
    color: #333333;
    background-color: #FFFFFF;
    border-style: none;
    padding-left: 8px;
}

.input3 {
    width: 210px;
    height: 31px;
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    background-color: #3d9d78;
    border-style: solid;
    border-color: #FFFFFF;
}

/*------------------------------------------------------------------------*=CSS Menu
\*------------------------------------------------------------------------*/
.main-menu {
    float: right;
    margin: 0;
    padding: 7px 0;
    list-style: none;
    font: 18px/28px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    white-space: nowrap;
    text-align: center;
}

.main-menu li {
    float: left;
    position: relative;
    margin: 0 3px;
    text-align: left;
}

.main-menu a {
    display: block;
    border-radius: 15px;
    padding: 0 11px;
    color: #fff;
}

.main-menu .active, .main-menu a:hover {
    text-decoration: none;
    background: #fff;
    color: #333;
}

.main-menu ul {
    position: absolute;
    top: 100%;
    list-style: none;
    background: #3d9c77;
    border-radius: 0 0 15px 15px;
    padding: 10px;
    margin: 0 0 0 -5px;
    display: none;
    z-index: 200;
}

.main-menu li:hover ul {
    display: block;
}

.main-menu ul li {
    float: none;
}

/*------------------------------------------------------------------------*=item circle
\*------------------------------------------------------------------------*/
.item-circle {
    border-radius: 50%;
    overflow: hidden;
}

.item-54 {
    width: 54px;
    height: 54px;
}

item-100 {
    width: 100px;
    height: 100px;
}

/*------------------------------------------------------------------------*=button more
\*------------------------------------------------------------------------*/
a.button-more-story {
    font-size: 20px;
    height: 44px;
    width: 44px;
    background: transparent;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    margin: auto;
    border-radius: 50%;
    font: 15px/46px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
}

.button-more-story:hover {
    background: #87c56f;
    border-color: #87c56f;
    text-decoration: none;
    color: #fff;
}

a.button-more-center {
    font-size: 20px;
    height: 44px;
    width: 44px;
    background: transparent;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    margin: auto;
    border-radius: 50%;
    font: 15px/46px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
}

.button-more-center:hover {
    background: #ef8137;
    border-color: #ef8137;
    text-decoration: none;
    color: #fff;
}

a.button-more-info {
    font-size: 20px;
    height: 44px;
    width: 44px;
    background: transparent;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    margin: auto;
    border-radius: 50%;
    font: 15px/46px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
}

.button-more-info:hover {
    background: #c9bc4a;
    border-color: #c9bc4a;
    text-decoration: none;
    color: #fff;
}

a.button-more-laws {
    font-size: 20px;
    height: 44px;
    width: 44px;
    background: transparent;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    margin: auto;
    border-radius: 50%;
    font: 15px/46px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
}

.button-more-laws:hover {
    background: #3a3e89;
    border-color: #3a3e89;
    text-decoration: none;
    color: #fff;
}

a.button-more-pr {
    font-size: 20px;
    height: 44px;
    width: 44px;
    background: transparent;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    margin: auto;
    border-radius: 50%;
    font: 15px/46px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
}

.button-more-pr:hover {
    background: #e6ac4b;
    border-color: #e6ac4b;
    text-decoration: none;
    color: #fff;
}

a.button-more-e-book {
    font-size: 20px;
    height: 44px;
    width: 44px;
    background: transparent;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    margin: auto;
    border-radius: 50%;
    font: 15px/46px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
}

.button-more-e-book:hover {
    background: #c9bc4a;
    border-color: #c9bc4a;
    text-decoration: none;
    color: #fff;
}

a.button-view-vdo {
    font-size: 20px;
    height: 44px;
    width: 44px;
    background: transparent;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    margin: auto;
    border-radius: 50%;
    font: 15px/46px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
}

.button-view-vdo:hover {
    background: #9d7357;
    border-color: #9d7357;
    text-decoration: none;
    color: #fff;
}

a.button-more-map {
    font-size: 22px;
    height: 30px;
    width: 100%;
    background: #2f60ab;
    border: 0px solid #ccc;
    color: #FFFFFF;
    display: block;
    margin: auto;
    font: 22px/30px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
}

.button-more-map:hover {
    background: #4f7abd;
    border-color: #4f7abd;
    text-decoration: none;
    color: #fff;
}

a.button-more-navi {
    font-size: 22px;
    height: 30px;
    width: 100%;
    background: transparent;
    border: 1px solid #ccc;
    color: #666;
    display: block;
    margin: auto;
    font: 20px/30px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
}

.button-more-navi:hover {
    background: #2f60ab;
    border-color: #2f60ab;
    text-decoration: none;
    color: #fff;
}

a.button-main {
    font-size: 20px;
    height: 37px;
    width: 277px;
    background: url(images/btm_box_bg.png);
    border: 0px solid;
    color: #fff;
    display: block;
    margin: auto;
    font: 20px/50px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
}

.button-main:hover {
    background: url(images/btm_box_bg01.png);
    text-decoration: none;
    color: #fff;
}

a.button-download {
    font-size: 18px;
    height: 30px;
    width: 100px;
    background: url(images/leaf.png);
    border: 1px solid #ccc;
    color: #fff;
    display: block;
    font: 18px/30px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
    float: right;
    margin-top: -10px;
}

.button-download:hover {
    background: url(images/leaf2.png);
    border-color: #ccc;
    text-decoration: none;
    color: #fff;
}

/* tree item */
.top-item {
    overflow: hidden;
    position: relative;
}

.wrp-item {
    /*  height: 209px;*/
}

.button-item {
    position: relative;
    overflow: visible;
    /*background: url(images/tab_about-1.png) center;*/
    /*width: 277px;*/
    /*height: 50px;*/
    font: normal 24px/54px "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    text-align: center;
    display: block;
    z-index: 3;
}

.button-item:hover {
    opacity: 0.9;
    text-decoration: none;
}

.button-item div {
    padding: 0 15px;
}

.sp-item img {
    left: 0;
    position: absolute;
    z-index: 1;
}

.homehover-btn > li > ul.dropdown-menu {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}

.sp-item {
    position: relative;
}

.button-item-2 {
    background: url(images/tab_center-2.png) center;
}

.clear-item {
    position: relative;
    z-index: 3;
    background: #fff;
    text-align: center;
}

.button-item-3 {
    background: url(images/tab_prnews-3.png) center;
}

.main-content {
    padding-bottom: 55px;
    padding-top: 37px;
    background-color: #f2f2f2;
    position: relative;
    z-index: 3;
}

.sp-content {
    position: relative;
    z-index: 1;
}

.item-list {
    float: left;
}

.clear:before, .clear:after {
    content: " ";
    display: table;
}

.item-list.clear, .clear:after {
    clear: both;
}

.item-3 {
    margin-right: 0;
}

.invisible {
    display: none;
}

.align-center {
    text-align: center;
}

.logo {
    width: 96px;
    height: 122px;
    position: absolute;
    top: 0;
    left: 7px;
    z-index: 100;
    background: url(images/logo-forest.png) no-repeat;
}

.logo2 {
    width: 79px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 1021px;
    z-index: 100;
}

.switch-lang {
    left: 955px;
    top: 6px;
}

.switch-lang a {
    padding: 3px;
    border-radius: 5px;
}

.switch-lang a.active, .switch-lang a:hover {
    text-decoration: none;
    background: #fff;
    color: #333;
}

.content-read {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 17px;
    color: #666666;
    padding: 28px 28px 28px;
    position: relative;
}

.content-read h3:first-child {
    margin-top: 0px;
}

.news-date {
    font-family: "db_ozone_xmedium", Tahoma, MS Sans Serif, sans-serif;
    font-size: 17px;
    color: #999999;
    background: url(images/date-icon.png) no-repeat;
    font-weight: bold;
    height: 32px;
    padding-left: 32px;
    float: right;
    top: 5px;
}

.content-read img {
    max-width: 653px;
    padding: 5px 0;
}

#map-wrap {
    height: 1035px;
}

#map-canvas {
    background: #fff;
    /*min-width: 1500px;*/
    width: 100%;
    height: 100%;
}

.content-wrap {
    position: relative;
}

#list-panel {
    width: 250px;
    height: 1015px;
    padding: 10px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    border-right: 4px solid #2f60ab;
    margin-top: -20px;
    padding-bottom: 20px;
}

.forest-result {
    overflow-y: scroll;
    height: 1015px;
}

.list-panel-table {
    padding: 15px 0;
}

.list-title {
    padding: 10px 0;
}

#exp-btn {
    display: block;
    position: absolute;
    right: -44px;
    top: 25%;
    z-index: 20;
}

.map-info-btn {
    display: block;
    width: 22px;
    height: 22px;
    background: url(images/arrow.png) no-repeat;
}

.map-info-btn:hover {
    background: url(images/arrow01.png) no-repeat;
}

.map-info-read-btn {
    display: block;
    width: 35px;
    height: 22px;
    background: url(images/read_more.png) no-repeat;
}

.map-info-read-btn:hover {
    background: url(images/read_more01.png) no-repeat;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.breadcrumb, .ewLanguageOption {
    display: none;
}

.jqmWindow {
    display: none;
    /*background: #fff;
    left: 50%;
    margin-left: -380px;*/
    padding: 0;
    position: fixed;
    top: 5%;
    width: 100%;
    padding: 0 20%;
}

#modal2 {
    top: 20px;
    position: absolute;
}

.jqmOverlay {
    background-color: #000;
    opacity: 0.8 !important;
}

#modal0 {
    z-index: 3000;
}

#modal1 {
    z-index: 3100;
}

#modal2 {
    z-index: 3200;
}

#modal3 {
    z-index: 3300;
}

#ebook-frame {
    width: 100%;
    height: 100%;
}

.gallery-container {
    position: relative;
}

.gallery-wrap {
    padding-left: 10px;
    border-top: 1px solid #eee;
}

.gallery-item {
    /*width: 100%;*/
    /*padding: 10px;*/
    float: left;
}

.forest-gallery .gallery-item {
    padding: 10px 20px;
}

.gallery-header {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

.forest-img img {
    max-width: 100%;
}

.forest-content {
    padding: 15px;
    background-color: #fff;
}

.forest-content img {
    max-width: 730px;
}

.gallery-img {
    position: relative;
    text-align: center;
}

.gallery-img img {
    max-width: 100%;
    width: 100%;
}

.gallery-img-title, .ebook-title {
    padding: 0 8px;
}

.gallery-nav {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 52px;
}

.gallery-prev {
    background: url(images/bt_back01.png) no-repeat;
    left: 0;
}

.gallery-next {
    background: url(images/bt_next01.png) no-repeat;
    right: 0;
}

.padding-8 {
    padding: 8px;
}

#list-panel .biggerBlue {
    padding: 0 15px;
    margin: 10px 0;
}

#vdo-wrapper {
    /*height: 552px;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.ui-widget {
    background-color: #fff;
    color: #333333;
    font-family: "db_ozone_xmedium",Tahoma,MS Sans Serif,sans-serif;
    font-size: 17px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: #2B785A;
    color: #fff;
    font-weight: normal;
}

.booklet .b-wrap-left {
    text-align: right;
}

#modal4 {
    position: absolute;
    z-index: 3400;
}

.ebook-page {
    width: 100%;
    max-width: 100%;
}

.b-wrap {
    padding: 0 !important;
    width: 484px !important;
    height: 685px !important;
}

#ebook-wrap {
    background-color: #222222;
    width: 968px;
    height: 685px;
}

.booklet .b-arrow {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    height: 100%;
    width: 60px;
}

.booklet .b-arrow div {
    display: none;
    text-indent: -9999px;
    height: 60px;
    width: 60px;
    position: absolute;
    left: 0;
    top: 40%;
}

.booklet .b-arrow-next {
    right: -60px;
}

.booklet .b-arrow-prev {
    left: -60px;
}

.booklet .b-arrow-next div {
    background: url("images/bt_next01.png") no-repeat left top;
}

.booklet .b-arrow-prev div {
    background: url("images/bt_back01.png") no-repeat left top;
}

.booklet .b-counter {
    background: #3d9d78;
    color: #fff;
}

.smallbluelink {
    color: #4966b6;
    font-family: "db_ozone_xmedium",Tahoma,MS Sans Serif,sans-serif;
    font-size: 17px;
    text-decoration: underline;
}

a.button-download.inline-block {
    display: inline-block;
}

#ebook-dlwrap {
    text-align: right;
}

.detail-box {
    background-color: #C2D69B;
}

#video-control {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    text-align: right;
    width: 100%;
    height: 44px;
}

#control-wrap {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    text-align: right;
    padding: 0 5%;
}

.scrollup {
    width: 80px;
    height: 80px;
    opacity: 1;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url("images/Topup.png") no-repeat;
}

a img {
    border: none;
}

/*#home-video{min-width:1280px;}*/
#video-stop {
    float: right;
    margin: 5px;
    display: block;
    width: 34px;
    height: 34px;
    background: url(images/bt_stop.png) no-repeat;
}

#video-pause {
    float: right;
    margin: 5px;
    display: block;
    width: 34px;
    height: 34px;
    background: url(images/bt_pause.png) no-repeat;
}

#video-pause.video-pause {
    background: url(images/bt_play.png) no-repeat;
}

#video-mute {
    float: right;
    margin: 5px;
    display: block;
    width: 34px;
    height: 34px;
    background: url(images/bt_unmute.png) no-repeat;
}

#video-mute.video-muted {
    background: url(images/bt_mute.png) no-repeat;
}

#flash-player {
    width: 1280px;
    height: 552px;
    margin: 0 auto;
}

.bgbooking {
    background-image: url("images/bg_booking.jpg");
    background-size: auto auto;
    background-position: center top;
    background-repeat: repeat-y;
}

.button-book-now {
    background-image: url(images/book-now.png);
    background-size: 46px 45px;
    background-repeat: no-repeat;
    width: 46px;
    height: 45px;
    display: table-cell;
}

a.button-book-now:hover {
    background-image: url(images/book-now-hover.png);
    background-size: 46px 45px;
    background-repeat: no-repeat;
    width: 46px;
    height: 45px;
    display: table-cell;
}

.card-pr > table > tbody > tr > td {
    padding: 20px !important;
}

td > .smallBlack {
    height: 30px !important;
}

.card-pr > table > tbody > tr > td > img {
    width: 100% !important;
}

.card-pr > table > tbody > tr > td > p > img, .card-pr > table > tbody > tr > td > table > tbody > tr > td > p > img {
    width: 100% !important;
    height: auto !important;
}

.card-pr > div {
    padding: 20px;
}

/*END Text.css*/
.homehover-btn {
    list-style: none;
    padding: 0;
}

.reason-hint {
    text-align: center !important;
}

#modal2 td.bg-complete.box-shadow {
    background-color: #fff;
    min-width: 250px !important;
    padding: 0 20px;
}

@media (min-width: 769px) {
    .about-img {
        margin-top: 20px;
    }

    #about-pic02-destop {
        margin-top: 45px;
    }

    #about-pic02-mobile {
        display: none;
    }

    .input-search {
        width: 40%;
        height: 31px;
        max-width: 520px;
        border: solid thin #D8EBE4;
        padding: 0;
        margin-right: 10px;
        text-indent: 15px;
    }

    #nav-mobile {
        display: none !important;
    }

    .card-ui {
        min-height: 480px;
    }

    .card-pr-related {
        max-height: 1100px;
        overflow: auto;
        display: block;
    }

    .row-home-btn {
        padding: 0 10%;
    }

    .home > .rows, .story > .rows, .prnews > .rows, .contents > .rows {
        padding: 2% 10%;
    }

    .padding-side-10p {
        padding: 0 10%;
    }

    .search-tab {
        padding: 1% 11%;
    }

    .btn-video {
        margin-top: 20px;
    }

    .layout-footer > .rows {
        padding: 0 2.5%;
    }

    .col-xs-4 .col-sm-3 .col-md-3 .col-lg-3 > img {
        margin-right: 10px;
    }

    .card-content td > p.card-title {
        height: 60px;
    }

    #cal-mobile {
        display: none;
    }

    .booking-register {
        font-size: 28px;
    }

    .login > .rows {
        padding: 5% 10%;
    }

    .label-login {
        text-align: right;
    }

    #login {
        padding: 0 25%;
    }

    .forgot-box-tb {
        width: 50%;
    }

    .calendarhidden-mobile {
        display: none !important;
    }

    /*.calendarhidden-mobile .countevent2 , .calendarhidden-mobile .countevent3,.calendarhidden-mobile .countevent4{
      display:none;
  }*/
}

@media (max-width: 960px) {
    .home > .rows, .story > .rows, .prnews > .rows, .contents > .rows {
        padding: 2%;
    }

    .booking-register {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .bg-info, .bg-prnews, .bg-story, .bg-know-video, .bg-know-ebook, .bg-know-laws, .bg-know-research, .bg-center, .bg-forest, .bg-booking {
        background-position: 0%;
    }

    .card-ui table:first-child {
        height: 250px;
    }

    .card-ui table:first-child img {
        height: 100%;
    }

    .button-home-1 {
        margin-bottom: 5px;
    }

    .bigbanner > img {
        height: auto;
        min-height: 130px;
    }

    .about-box {
        margin-top: 20px;
        padding: 20px 15px;
    }

    #about-pic02-destop {
        display: none;
    }

    .input-search {
        width: 80%;
        height: 31px;
        max-width: 200px;
        border: solid thin #D8EBE4;
        padding: 0;
        text-indent: 5px;
    }

    .search-tab {
        padding: 20px 0px 20px 20px;
    }

    #card-pr-related {
        display: none;
    }

    .pr-title-album {
        padding-left: 10px;
    }

    .card-pr-related {
        height: 300px;
        overflow: auto;
        display: block;
    }

    /*// .card-txt{height: auto;font-size: 14px}*/
    .btn-more {
        margin-top: 30px;
    }

    /*// .card-title{font-size: 16px}*/
    .layout-footer > .rows {
        margin: 0 -15px;
    }

    .hr-bottom {
        padding-top: 0;
        padding-bottom: 0;
    }

    .logo-booking > img {
        width: 60px;
    }

    .booking-title {
        font-size: 22px;
    }

    #cal-destop {
        display: none;
    }

    .booking-select {
        font-size: 18px;
    }

    .period {
        font-size: 16px;
    }

    .padding-sm {
        padding: 0;
        margin-top: 15px;
    }

    .period-label {
        font-size: 15px;
    }

    .booking-register {
        font-size: 18px;
    }

    .grey-box-label {
        font-size: 20px;
    }

    .login > .rows {
        padding: 7%;
    }

    ul.login-list {
        list-style-image: url(images/icon-li-gren-login.png);
        padding-left: 40px;
        margin: 10px 0 0 0;
        font-size: 12px;
    }

    ul.login-list li, ul.login-list li > a {
        font-size: 16px;
        color: #524e4e;
    }

    ul.login-list li > a:hover {
        color: #3d9d78;
    }

    .label-login {
        text-align: left;
    }

    .card-pr > table > tbody > tr > td > img {
        width: 100% !important;
        height: auto !important;
    }

    .card-pr > table > tbody > tr > td > p > img {
        width: 100% !important;
        height: auto !important;
    }

    .card-ui > div > a > img {
        height: 170px;
    }

    #modal4 {
        position: absolute;
        z-index: 3400;
        padding: 0 10%;
    }

    #login {
        padding: 2% 20%;
    }

    #nav {
        display: none !important;
    }

    .navbar-header {
        width: 100%;
    }

    .navbar-default .navbar-toggle {
        float: right !important;
    }

    .tab-ptt-header-destop {
        display: none !important;
    }

    .navbar-toggle {
        display: block;
    }
}

@media (max-width: 375px) {
    .input-search {
        width: 80%;
        height: 31px;
        max-width: 170px;
        border: solid thin #D8EBE4;
        padding: 0;
        text-indent: 5px;
    }

    #card-pr-related {
        display: none;
    }

    .pr-related-txt {
        padding: 5px 0;
        margin-left: 20px;
        font-size: 14px;
    }

    .layout-footer > .rows {
        margin: 0 -25px;
    }

    .btn-more {
        margin-top: 50px;
    }

    .period-label {
        font-size: 15px;
    }

    .period-follow {
        width: 70%;
    }

    .booking-form-box {
        width: 100%;
        margin-top: 15px;
        background-color: #f5f5f5;
        padding: 5px;
    }

    .booking-register {
        font-size: 18px;
    }

    .booking-register {
        padding: 30px 5%;
    }

    .login > .rows {
        padding: 5%;
    }

    #u_0_3 {
        font-size: 9px !important;
    }

    .card-ui > div > a > img {
        height: 140px;
    }

    #login {
        padding: 2% 10%;
    }
}

.forest-gallery > .no-padding {
    background-color: #fff;
}

#modal2 > table, #modal2 > table > tbody > tr > td > table, #modal2 > table > tbody > tr > td > table > tbody > tr > td > .forest-img {
    width: 100% !important;
}

#modal2 > table > tbody > tr > td > table > tbody > tr > td > .forest-img > img {
    width: 100% !important;
    max-width: 100% !important;
}

#modal1 > table, #modal1 > table > tbody > tr > td > table, #modal1 > table > tbody > tr > td > table > tbody > tr > td > .forest-img {
    width: 100% !important;
}

#modal1 > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > table > tbody > tr > td > img {
    width: 100% !important;
    max-width: 100% !important;
}

#modal2.jqmWindow {
    width: 70%;
    margin: 15%;
    margin-top: 10%;
}

.modal-title-tab {
    padding: 5px;
    background-color: #2F60AB;
    color: #fff;
    font-size: 24px;
}

.modal-txt {
    font-size: 18px;
    padding-top: 5px;
}

.forest-content > p > img {
    width: 100% !important;
    height: auto !important;
}

.forest-content > table, .forest-content > table > tbody > tr > td {
    width: 100% !important;
    float: left;
}

.forest-content > table > tbody > tr > td > img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
}

.bg-white > a.button-download {
    margin-top: 0;
}

.forest-content > .smallBlack {
    width: 100% !important;
}

td > span > img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

.card-pr > table > tbody > tr > td {
    float: left;
}

.card-pr > div > p > img {
    width: 100% !important;
    height: auto;
}

a {
    outline: 0 !important;
}

.active-menu {
    background-color: #fff;
    color: #000;
}

.bigbanner img {
    width: 100% !important;
}

.card-pr p {
    float: left;
    font-size: 17px;
    padding-top: 5px;
    width: 100%;
}

.card-pr rows {
    padding: 0;
}

.card-content > p {
    float: none;
}

.card-pr > .card-pr {
    margin-bottom: 0 !important;
}

.rows > div > .card-pr {
    margin-top: 10px;
}

.plant-param p {
    float: none !important;
}

#btn-pdf-2 {
    padding: 0 20px 20px 17px;
    width: 100%;
}

.fb-like {
    max-width: 100% !important;
}

.fb_iframe_widget span {
    width: 100% !important;
}

.dropdown-home > li {
    padding: 0 !important;
}

#booking-close {
    margin-left: 0px !important;
}

.gallery-item img {
    box-shadow: 0 0 3px 1px #ccc;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

@media (max-width: 960px) {
    /*.card-pr>table>tbody>tr>td>img{width:100% !important;height:auto !important}
    .card-pr > table > tbody > tr > td > p > img,.card-pr > table > tbody > tr > td>table>tbody>tr>td > p > img {
        width: 100% !important;
        height: auto !important;
    }
    .smallBlack table, .smallBlack table tr, .smallBlack table tr td{width:100% !important;float:left}
    .card-pr>table>tbody>tr>td{width:100% !important;float:left}
    .card-pr>div>p>img{width:100% !important;height:auto !important}
    img.margin_param{width:100% !important;height:auto !important}
    .bigGreen>img{width:100% !important;height:auto !important}
    .card-pr>div>img{width:100% !important;height:auto !important}
    .card-pr>div>div>div>img,.card-pr>div>div>div>div>img{width:100% !important;height:auto !important}
    .card-pr>table>tbody>tr>td>table>tbody>tr>td>img,.card-pr>table>tbody>tr>td>table>tbody>tr>td,
    .card-pr>table>tbody>tr>td>table>tbody>tr>td>p
    {width:100% !important;float:left;    text-align: left;}*/._51m- pls _51mw > span {
        display: none !important;
    }

    .modal-title-tab {
        font-size: 18px;
    }

    #btn-pdf-1 {
        display: none;
    }
}

@media (max-width: 375px) {
    /*.card-pr > div > div {
        width: 100% !important;
        float: none !important;
    }*/.jqmWindow {
        display: none;
        /*background: #fff;*/
        /*left: 50%;
    margin-left: -380px;*/
        padding: 0;
        position: fixed;
        top: 5%;
        width: 100%;
    }

    .modal-title-tab {
        font-size: 14px;
    }

    a.button-download {
        position: absolute;
        margin-top: 0;
    }

    #btn-pdf-2 {
        margin-top: -20px;
        width: 100%;
        padding: 0;
    }

    .fb-like {
        width: 100% !important;
    }

    .fb_iframe_widget span iframe {
        width: 100% !important;
    }

    #modal2 .button-download {
        display: none;
    }

    .gallery-container > table > tbody > tr > td.padding-8 img {
        width: 20px !important;
        height: 20px !important;
    }
}

/*CSS CALENDAR*/
.cal-row-fluid {
    text-align: left;
}

.txt-booking {
    text-align: left;
}

.txt-booking, input, select {
    color: #524e4e !important;
    font-family: "db_ozone_xmedium" !important;
}

.cal-row-head [class*="cal-cell"]:first-child, .cal-row-head [class*="cal-cell"] {
    font-family: "db_ozone_xmedium";
    font-size: 18px;
    font-weight: 100;
    height: 40px;
    background: #3d9d78;
    color: #fff;
}

#cal-week-box {
    display: none !important;
}

.hday-1 {
    background-color: white;
    background-image: url("images/booking-green-user.png");
    background-position: center top;
    background-repeat: no-repeat;
    color: #3d9d78;
}

span.cal-date {
    font-family: db_ozone_xmedium;
    font-size: 18px;
    margin-left: 5px;
    color: #b8b8b8;
}

a.book-p {
    font-family: db_ozone_xmedium;
    color: #3d9d78;
    display: block;
    font-size: 13px;
}

a.book-p.book-full, .book-closed .cal-date {
    color: #f76565;
}

.cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {
    border-right: 2px solid white;
}

.cal-year-box .row-fluid, .cal-month-box .cal-row-fluid {
    border-bottom: 2px solid white;
}

.cal-month-day.hday-0.cal-day-inmonth {
    background: #dcd9d9 none repeat scroll 0 0;
}

.event-status {
    font-size: 10px;
    height: 10px;
    text-align: center;
    width: 10px;
}

.booking-rule-box, .booking-member-data, .member-info-green-tab, .member-period, .booking-calendar-table {
    border-collapse: separate;
}

.booking-rule-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

.booking-member-data {
    height: 560px;
}

.member-period {
    border-spacing: 5px;
}

.booking-btn-green {
    display: block;
    height: 37px;
    border: none;
    color: #fff;
    width: 100%;
}

button.booking-btn-green {
    padding-top: 0;
}

button.booking-btn-green:hover, a.booking-btn-green:hover {
    background: #2b785a;
    text-decoration: none;
    color: #fff;
}

button.booking-btn-green.icon-add:hover {
    background-image: url("images/icon-add.png") !important;
    background-position: 9% center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
}

.green-tab {
    color: #fff;
    padding: 5px;
    font-size: 20px;
    background-color: #3D9D78;
}

.book-full {
    cursor: not-allowed;
}

.cal-month-day.cal-day-outmonth {
    background: #fff;
}

.register-step {
    display: none;
    margin-bottom: 20px;
}

.txt-booking td {
    vertical-align: top;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #f00;
    font-size: 18px;
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
}

.has-error .help-block {
    display: block;
}

.has-error .grey-box {
    background: #f2dede none repeat scroll 0 0;
    color: red;
}

input.readonly {
    color: #999999 !important;
    cursor: not-allowed;
}

.booking-btn-green.disabled {
    color: #ddd;
    cursor: not-allowed;
}

.hday-1.book-closed {
    background-color: white;
    background-image: url("images/booking-red-user.png");
    background-position: 70% 5%;
    background-repeat: no-repeat;
    color: #f76565;
}

.main-content {
    padding-bottom: 0;
}

.booking-box {
    margin-bottom: 30px;
}

.cal-month-day {
    height: auto;
    min-height: 110px;
}

span.cal-date {
    font-family: db_ozone_xmedium;
    font-size: 22px;
    margin-left: 5px;
    color: #B8B8B8;
}

span.cal-date.active {
    font-family: db_ozone_xmedium;
    font-size: 22px;
    margin-left: 5px;
    color: #3D9D78 !important;
}

.hday-1 {
    background-color: #FFF;
    background-image: url("images/booking-green-user.png");
    background-position: 86% 5%;
    background-repeat: no-repeat;
    color: #3D9D78;
    background-size: 28px 20px;
}

.book-closed span.cal-date.active {
    color: #f76565;
}

.booking-his-tab {
    height: 40px;
}

.cal-row-head [class*="cal-cell"]:first-child, .cal-row-head [class*="cal-cell"] {
    font-weight: 100 !important;
}

.cal-row-head [class*="cal-cell"]:hover {
    background-color: #3D9D78;
}

.rule-box p, .rule-box ol, .rule-box .font-20 {
    text-align: left;
}

.login-list a:hover {
    text-decoration: none !important;
}

span.cal-date.active {
    background-color: transparent !important;
}

#ebook-dlLink {
    display: none;
}

.gallery-container > table > tbody > tr > td.padding-8 {
    vertical-align: top;
}

.gallery-next, .gallery-prev {
    top: 50%;
}

@media (max-width: 768px) {
    /*a.book-p{display:none}*/ .cal-month-day.hday-0.cal-day-inmonth {
        min-height: auto;
    }

    .card-txt {
        font-size: 18px !important;
    }

    span.cal-date.active {
        background-color: transparent !important;
    }

    .card-title-pr {
        font-size: 20px !important;
    }

    .calendarhidden-desktop {
        display: none !important;
    }

    .cal-month-box [class*="cal-cell"] {
        height: 50px !important;
        min-height: 50px !important;
    }

    .calendarhidden-mobile {
        height: 50px !important;
    }

    .calendarhidden-mobile .countevent2, .calendarhidden-mobile .countevent3, .calendarhidden-mobile .countevent4 {
        display: none;
    }

    .calendarhidden-mobile.hday-1 {
        background-position: 89% 20%;
        background-size: 20px 15px;
    }

    .calendarhidden-mobile.cal-month-day {
        height: auto;
        min-height: 50px;
    }

    .book-full {
        cursor: pointer;
    }

    a.countevent1 {
        width: 100%;
        height: 50px;
        position: absolute;
        top: -5%;
    }

    .gallery-next, .gallery-prev {
        top: 50%;
    }

    #modal3 .gallery-img-title {
        font-size: 20px;
    }
}

@media (max-width: 375px) {
    .gallery-item {
        width: 100%;
        /*padding: 10px;*/
        float: left;
    }

    .calendarhidden-desktop {
        display: none !important;
    }

    .cal-month-box [class*="cal-cell"] {
        height: 50px !important;
        min-height: 50px !important;
    }

    .calendarhidden-mobile {
        height: 50px !important;
    }

    .calendarhidden-mobile .countevent2, .calendarhidden-mobile .countevent3, .calendarhidden-mobile .countevent4 {
        display: none;
    }

    .calendarhidden-mobile.hday-1 {
        background-position: 30% 75%;
        background-size: 20px 15px;
    }

    .calendarhidden-mobile.cal-month-day {
        height: auto;
        min-height: 50px;
    }

    .book-full {
        cursor: pointer;
    }

    a.countevent1 {
        width: 100%;
        height: 50px;
    }

    .month {
        width: 130px;
    }

    .booking-his-row td:first-child {
        text-indent: 0px !important;
        white-space: normal;
        padding-right: 25px;
        padding-left: 5px;
    }
}

@media (max-width: 414px) {
    .card-ui table:first-child {
        height: auto;
    }

    .card-ui table:first-child img {
        height: 100%;
    }

    .calendarhidden-mobile.hday-1 {
        background-position: 90% 20%;
        background-size: 14px 10px;
    }
}

@media(min-width: 1599px) {
    .navbar-default {
        padding-left: 10%;
    }

    .nav.navbar-nav {
        margin-left: 7%;
    }

    .tab-ptt-header-destop {
        margin-left: 73%;
    }

    .layout-footer {
        padding-left: 6%;
    }

    #home-video {
        width: 100% !important;
        padding: 0 9% !important;
    }

    #control-wrap {
        padding: 0 10% !important;
    }

    .hday-1 {
        background-position: 89% 5% !important;
    }

    .events-list1 {
        text-align: center;
        /* text-indent: 3%; */
    }

    .cal-month-day, .cal-year-box [class*="span"], .cal-month-box [class*="cal-cell"] {
        min-height: 136px !important;
    }

    a.book-p {
        font-size: 17px !important;
        white-space: nowrap;
        overflow-x: auto;
    }

    .card-txt {
        font-size: 18px !important;
    }
}

.step1 .gallery-item {
    padding: 0.5%;
}

.card-ui > table:first-child {
    height: auto;
}

.imgScale {
    text-align: center;
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    padding: 56.25% 0 0 0;
    position: relative;
    display: block;
}

.imgScale img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.card-pr img {
    max-width: 100%;
}

.gm-style .mini-desc img {
    max-width: 186px !important;
    height: auto;
}
