
.entry-content img {
    display: block;
    margin: auto;
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
}
.header {
    background: #075a6a none repeat scroll 0 0;
    float: left;
    font-family: arial;
    width: 100%;
}
.header_small {
    margin: auto;
    width: 85%;
}
.logo {
    float: left;
    width: 70%;
}
.logo > img {
    margin-top: 28px;
    width: 45%;
}
.header_right {
    float: right;
    width: 30%;
}
.hotline {
    margin-top: 20px;
    width: 100%;
}
.hotline_img {
    float: right;
    margin-right: 10px;
    width: 10%;
}
.hotline_img > img {
    width: 100%;
}
.clear {
    clear: both;
}
.hotline_text {
    color: white;
    float: right;
    font-size: 23px;
    width: -moz-fit-content;
}
.language {
    float: right;
    margin-bottom: 5px;
    margin-top: 90px;
}
.lang {
    float: right;
    font-size: 16px;
    margin-left: 16px;
    width: -moz-fit-content;
}
.lang > a {
    color: white;
    text-decoration: none;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu::after, #cssmenu > ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    background: #ffffff none repeat scroll 0 0;
    font-family: arial;
    line-height: 1;
    width: auto;
}
#menu-line {
    background: #005c6b none repeat scroll 0 0;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.25s ease-out 0s;
}
#cssmenu > ul > li {
    float: left;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > a {
    color: #005c6b;
    font-size: 16px;
    padding: 15px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    border-bottom: 4px solid #075A6A;
    color: #005c6b;
}
#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    height: 4px;
    position: absolute;
    right: 10px;
    top: 21px;
    transform: rotate(45deg);
    transition: border-color 0.2s ease 0s;
    width: 4px;
}
#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #005c6b;
}
#cssmenu ul ul {
    left: -9999px;
    position: absolute;
}
#cssmenu li:hover > ul {
    left: auto;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    transition: height 0.2s ease 0s;
}
#cssmenu ul li:hover > ul > li {
    height: 32px;
}
#cssmenu ul ul li a {
    background: #333333 none repeat scroll 0 0;
    color: #dddddd;
    font-size: 12px;
    padding: 10px 20px;
    text-decoration: none;
    transition: color 0.2s ease 0s;
    width: 160px;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    height: 4px;
    position: absolute;
    right: 10px;
    top: 13px;
    transform: rotate(-45deg);
    transition: border-color 0.2s ease 0s;
    width: 4px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
    border-color: #dddddd -moz-use-text-color -moz-use-text-color #dddddd;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    left: 10px;
    right: auto;
}
#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}
@media all and (max-width: 768px), not all, only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu {
    width: 100%;
}
#cssmenu ul {
    display: none;
    width: 100%;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
    text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
    border-top: 1px solid rgba(120, 120, 120, 0.15);
    height: auto;
    width: 100%;
}
#cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
    display: block;
    float: none;
}
#cssmenu ul ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000000;
    font-size: 12px;
    padding: 20px 20px 20px 30px;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #000000;
}
#cssmenu ul ul ul li a {
    padding-left: 40px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
    left: 0;
    margin: 0;
    position: relative;
    right: auto;
    width: 100%;
}
#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
    display: none;
}
#menu-line {
    display: none;
}
#cssmenu #menu-button {
    color: #000000;
    cursor: pointer;
    display: block;
    font-size: 12px;
    padding: 20px;
    text-transform: uppercase;
}
#cssmenu #menu-button::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 15px;
}
#cssmenu #menu-button::before {
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 15px;
}
#cssmenu .submenu-button {
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    cursor: pointer;
    display: block;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    z-index: 10;
}
#cssmenu .submenu-button::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 11px;
    left: 26px;
    position: absolute;
    top: 21px;
    width: 1px;
    z-index: 99;
}
#cssmenu .submenu-button::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 21px;
    position: absolute;
    top: 26px;
    width: 11px;
    z-index: 99;
}
#cssmenu .submenu-button.submenu-opened::after {
    display: none;
}
}
.menu {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/Menu_bg.JPG") repeat-x scroll center bottom;
    width: 100%;
}
.menu_small {
    font-family: arial;
    height: 66px;
    margin: auto;
    width: 85%;
}
.link_bao0 {
    border: 1px solid #cccccc;
    float: left;
    width: 49%;
}
.link_bao1 {
    border: 1px solid #cccccc;
    float: right;
    width: 49%;
}
.link_bao2 {
    border: 1px solid #cccccc;
    float: left;
    margin-top: 3px;
    width: 49%;
}
.link_bao3 {
    border: 1px solid #cccccc;
    float: right;
    margin-top: 3px;
    width: 49%;
}
.clear {
    clear: both;
}
.lienket {
    border: 1px solid #cccccc;
    margin-top: 3px;
}
.Content {
    margin: auto;
    width: 85%;
}
.link_bao_text1 > a {
    color: #4b4b4b;
    text-decoration: none;
}
.link_bao_text0 > a {
    color: #4b4b4b;
    text-decoration: none;
}
.link_bao_text2 > a {
    color: #4b4b4b;
    text-decoration: none;
}
.link_bao_text3 > a {
    color: #4b4b4b;
    text-decoration: none;
}
.link_bao_img0 img {
    width: 100%;
}
.link_bao_img1 img {
    width: 100%;
}
.link_bao_img2 img {
    width: 100%;
}
.link_bao_img3 img {
    width: 100%;
}
.footer1 {
    background: #fafafa url("/wp-content/uploads/Footer_bg.JPG") repeat-x scroll center top;
    padding-bottom: 30px;
}
.footer1_small {
    margin: auto;
    padding-top: 20px;
    width: 85%;
}
.block_title {
    background: #075A6A none repeat scroll 0 0;
    font-family: sans-serif;
    font-size: 20px;
    padding: 5px;
    width: 50%;
}
.footer_block {
    float: left;
    margin-left: 54px;
    width: 30%;
}
.footer1_small div:nth-child(1) {
    margin-left: 0;
}
.block_title_field {
    border-bottom: 2px solid #075A6A;
    color: white;
    padding-bottom: 1px;
    width: 100%;
}
.block_content {
    margin-bottom: 23px;
    margin-top: 26px;
}
.lienket > a {
    color: #4b4b4b;
    text-decoration: none;
}
.footer2 {
    background: #075a6a none repeat scroll 0 0;
    width: 100%;
}
.footer2_small {
    color: white;
    font-family: arial;
    font-size: 13px;
    margin: auto;
    width: 85%;
}
.copyright {
    float: left;
    margin-top: 18px;
    width: 50%;
}
.bottom_menu {
    float: right;
    width: 50%;
}
.bottom_menu li {
    display: inline;
    float: right;
    list-style: outside none none;
    margin-left: 15px;
    margin-top: 5px;
}
.home_text {
    color: #333333;
    float: left;
    font-family: arial;
    font-size: 17px;
    text-align: justify;
    width: 70%;
}
.home_img {
    float: right;
    width: 28%;
}
.alignnone.size-medium.wp-image-240 {
    height: 438px;
    margin-top: 25px;
    width: 100%;
}
.home_text a {
    color: #333333;
    text-decoration: none;
}
.ngg-gallery-slideshow-image {
    width: 100%;
}
.so_text1 {
    text-align: justify;
    width: 100%;
}
.entry-content {
    color: #333333;
    font-family: arial;
    font-size: 17px;
}
.so_text2 {
    float: left;
    line-height: 1.5;
    margin-bottom: 25px;
    text-align: justify;
    width: 55%;
}
.so_img {
    float: right;
    width: 45%;
}
.size-medium.wp-image-280 {
    height: 241px;
    width: 100%;
}
.so_text1 > a {
    color: #333333;
    text-decoration: none;
}
.mr_text {
    float: left;
    line-height: 1.7;
    text-align: justify;
    width: 40%;
}
.mr_text a {
    color: #333;
    text-decoration: none;
}
.mr_img {
    float: right;
    margin-bottom: 20px;
    width: 55%;
}
.size-medium.wp-image-424 {
    height: 276px;
    width: 100%;
}
.vo_text {
    float: left;
    line-height: 1.7;
    text-align: justify;
    width: 48%;
}
.vo_img {
    float: right;
    margin-bottom: 20px;
    width: 45%;
}
.size-medium.wp-image-649 {
    height: 280px;
    width: 100%;
}
.vo_text a {
    color: #333;
    text-decoration: none;
}
.cs_text1 {
    text-align: justify;
    width: 100%;
}
.cs_text2 {
    float: left;
    text-align: justify;
    width: 50%;
}
.cs_text1 a {
    color: #333;
    text-decoration: none;
}
.cs_text2 a {
    color: #333;
    text-decoration: none;
}
.size-medium.wp-image-294 {
}
.cs_img {
    float: right;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 45%;
}
.size-medium.wp-image-294 {
    width: 100%;
}
.contact_block_all {
    margin-top: 30px;
}
.contact_block {
    float: left;
    margin-left: 65px;
    width: 47%;
}
selectorSavingError {
}
.contact_block_all div:nth-child(1) {
    margin-left: 0;
}
.contact_title {
    border-bottom: 2px solid #075A6A;
    padding-bottom: 1px;
}
.contact_title1 {
    background: #075A6A none repeat scroll 0 0;
    color: white;
    font-weight: bold;
    padding: 7px;
    width: -moz-fit-content;
}
.contact_detail {
    margin-top: 15px;
}
.contact_form_title {
    font-size: 25px;
    margin-top: 20px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
}
.wpcf7-form-control.wpcf7-text {
    width: 100%;
}
textarea {
    width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
    background: peru none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding: 9px;
    text-transform: uppercase;
}
#bottom_menu > ul > li > a {
    color: white;
    text-decoration: none;
}
.gallery_block {
    width: 100%;
}
.gallery_img img {
    height: 142px;
    width: 100%;
}
.gallery_link a {
    color: #333333;
    text-decoration: none;
}
.gallery_img {
    float: left;
    margin-bottom: 5px;
    margin-left: 6px;
    width: 19.5%;
}
.gallery_block div:nth-child(5n+1) {
    margin-left: 0;
}
.post_title {
    color: peru;
    font-size: 35px;
}
.post_left {
    color: #333;
    font-family: arial;
}
.post_left {
    float: left;
    width: 69%;
}
p {
    text-align: justify;
}
.aligncenter {
}
.Content > img {
    width: 100%;
}
.post_content {
    font-size: 17px;
}
.post_content a {
    color: #333333;
    text-decoration: none;
}
.post_content img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.post_right {
    float: right;
    width: 29%;
}
.post_thumbnail1 > img {
    width: 100%;
}
.post1 {
    border-bottom: 1px solid #dddddd;
    margin-top: 12px;
}
.post_title1 {
    color: peru;
}
.post_right > a {
    text-decoration: none;
}
.post_title1 {
    font-family: arial;
    font-size: 20px;
    margin-bottom: 10px;
}
.samepost_title {
    background: #075A6A none repeat scroll 0 0;
    color: white;
    font-family: arial;
    font-size: 22px;
    padding: 5px;
    width: -moz-fit-content;
}
.samepost {
    border-bottom: 2px solid #075A6A;
    padding-bottom: 1px;
}
.grouppost > a {
    text-decoration: none;
}
.cate > a {
    float: left;
    margin-bottom: 10px;
    margin-left: 14px;
    text-decoration: none;
    width: 24%;
}
.post_thumbnail1 > img {
    height: 174px;
}
.post_title11 {
    color: peru;
    font-family: arial;
    font-size: 17px;
    height: 50px;
}
.post_title11 {
}
.cate a:nth-child(4n+1) {
    margin-left: 0;
}
.dvtba > img {
    border-radius: 100px;
    height: 55px;
    width: 55px;
}
.dvtba {
    float: left;
    width: 20%;
}
.dvtb {
    background: #f3f3f3 none repeat scroll 0 0;
    border-radius: 10px;
    margin-bottom: 7px;
    min-height: 55px;
    padding: 5px;
}
.tdt > a {
    color: #075A6A;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.tdt {
    padding-top: 18px;
}
.dvtb:hover {
    background: #075A6A none repeat scroll 0 0;
}
.dvtb:hover .tdt > a {
    color: white;
}

.block_content.tt li {
    float: left;
    list-style: outside none none;
    margin-right: 5%;
    width: 45%;
}
.block_content.tt > ul {
    margin-left: -37px;
}
.texttt {
    margin-bottom: 10px;
    margin-top: 7px;
    max-height: 32px;
    overflow: hidden;
    text-decoration: none;
}
.anhtt > img {
    height: 95px;
    width: 100%;
}
.block_content.tt a {
    color: #075A6A;
    font-family: arial;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}
.block_content.tt li:hover {
    opacity: 0.7;
}
