#menu-sp {
    position: fixed;
    padding-top: 0px;
    top: 50px;
    right: -70%;
    display: block;
    width: 240px;
    height: 100%;
    z-index: 999996;
    background: #252525;
    overflow: scroll;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

#menu-sp.active {
    visibility: visible;
    right: 0
}

#menu-sp ul li {
    border: 0;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    float: left;
    width: 100%
}

#menu-sp ul li a {
    color: #fff;
    padding: 10px 0 10px 20px;
    display: block;
    text-decoration: none
}

#menu-sp .sub-menu {
    padding-left: 20px
}

.page_template_content h2 {
    font-size: 34px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 0;
    font-weight: bold;
    line-height: 1em
}

.page_template_content h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #45991c;
    content: '';
    right: 0;
    margin: 0 auto
}

.page_template_content h4 {
    position: relative;
    background-color: #fff;
    font-size: 25px;
    letter-spacing: 0.075em;
    margin-bottom: 16px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 5px 0
}

.page_template_content h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #45991c;
    left: 0;
    z-index: 2
}

.page_template_content h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffe2eb;
    left: 0;
    z-index: 1
}

.page_template_content h3 {
    font-size: 28px;
    letter-spacing: 0.075em;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 16px
}

.page_template_content table {
    margin-top: 20px
}

.page_template_content table td {
    border: 1px solid #e2e2e2;
    padding: 15px
}

.page_template_content table td:first-of-type {
    background-color: #f6f6f6;
    width: 200px;
    padding-left: 20px
}

.page_template_content table:nth-of-type(2) td {
    border: 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff
}

.page_template_content table:nth-of-type(2) td:first-of-type {
    width: 150px !important
}

a, body, p {
    color: #434343;
    font-size: 14px;
    line-height: 1.8em
}

.breadcrumbs {
    padding: 10px 0;
    width: 100%;
    display: block;
    margin: 0 auto
}

.breadcrumbs li.item-home a {
    padding-left: 25px
}

.breadcrumbs li.item-home a:before {
    position: absolute;
    content: "\f015";
    font-family: FontAwesome;
    left: 3px;
    font-size: 18px;
    top: -1px
}

.breadcrumbs li {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    margin-right: 10px
}

.breadcrumbs li:after {
    position: absolute;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    right: 0
}

.breadcrumbs li a:hover {
    color: #45991c
}

.breadcrumbs li:last-child:after {
    display: none
}

.heading-cmn {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    background-attachment: initial;
    background-size: cover;
    min-height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.heading-cmn .container {
    position: relative
}

.heading-cmn p {
    font-size: 18px;
    margin: 0;
    color: white
}

.heading-cmn h1, .heading-cmn h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    line-height: 0.82;
    letter-spacing: 3.6px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px
}

@media (max-width: 768px) {
    .heading-cmn {
        padding: 54px 0;
        min-height: initial
    }

    .heading-cmn h1, .heading-cmn h2 {
        font-size: 31px;
        line-height: 38px;
        margin-bottom: 10px;
        word-wrap: break-word
    }

    body {
        padding-top: 50px
    }

    a, body, p {
        font-size: 14px
    }

    .page_template_content h2 {
        font-size: 28px;
        line-height: 36px
    }
}

header {
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #45991c;
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    width: 100%
}

header #menu-main_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

header .menu_col {
    width: 100%
}

header .tel-header {
    width: 100%;
    max-width: 258px;
}

header .mail-top img {

    width: 100%
}

header.scroll {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    width: 100%
}

header .sub-menu a {
    padding: 7px;
    padding-left: 10px;
    text-align: left
}

header a {
    display: block
}

header li {
    position: relative
}

header .sub-menu {
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 49px;
    background-color: white;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    width: 200px;
    left: 0;
    z-index: 9999;
    padding: 0;
    display: none
}

header li.menu-item-has-children:hover .sub-menu {
    display: inherit;
}

header .contact_col {
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    header .tel-header {
        margin-right: 10px;
        margin-top: 20px;
        width: 33%;
        display: none
    }

    header {
        padding: 0
    }

    header .menu_col {
        display: none !important
    }

    header .container {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header .container:after {
        display: none
    }

    header .container:before {
        display: none
    }

    header .logo_col {
        max-width: 125px;
        padding-left: 15px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    header .logo_col .logo {
        margin: 0;
        width: 100%
    }

    header .contact_col {
        max-width: 150px
    }

    header .contact_col img {
        max-width: 50px;
    }

    header .logo img {
        width: 100%;
        width: 110px;
    }
}

@media (min-width: 768px) and (max-width: 1201px) {
    header .container {
        display: block !important;
    }

    header .contact_col {
        float: right;
        margin-top: 10px;
    }

    header .menu_col {
        float: left;
    }

    header .logo_col {
        float: left;
    }
}

@media (min-width: 768px) {
    header {
        padding-top: 10px
    }

    header #menu-main_nav > li {
        padding-top: 20px;
        padding-bottom: 10px;
        text-align: center
    }

    body header #menu-main_nav > li > a {
        border-right: 1px solid #e2e2e2;
        line-height: 20px;
        padding: 0 0px;
        font-weight: bold
    }

    header #menu-main_nav > li:first-child > a {
        border-left: 1px solid #e2e2e2
    }

    header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    header .container:after {
        display: none
    }

    header .container:before {
        display: none
    }

    header .logo_col {
        width: 47%;
    }

    header .logo {
        margin: 0;
        height: 108px;
        overflow: hidden;

    }

    span.h1-text {
        font-size: 12px;
        margin-top: 9px;
        display: block;
    }


    header .tel-header {
        margin: 0;
        margin-right: 70px
    }

    header .mail-top {
        margin: 0;
        max-width: 170px;
    }
}

@media (max-width: 768px) {
.sp-none{
        display: none;
    }
}

footer {
    color: #fff;
    margin-top: 60px
}

footer p {
    color: #fff
}

footer .col {
    padding-right: 20px;
    float: left;
    width: 25%
}

footer img {
    margin-bottom: 13px
}

footer ul li {
    margin-bottom: 19px
}

footer a {
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 12px;
    display: block;
    background: url(../img/icon07.png) no-repeat left top 10px;
    color: white
}

footer li ul {
    padding-left: 23px;
    margin-top: 14px
}

footer li li {
    margin-bottom: 12px
}

/*footer li li a {
    background: url(../img/icon08.png) no-repeat left top 10px
}*/

@media (max-width: 768px) {

    footer .col04 img {
        display: block
    }

    footer .col {
        width: 100%;
        padding-right: 0
    }
}

#trust-form table tr th {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 219px;
    background: #efefef;
    padding: 13px 0 12px 22px;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle
}

#trust-form table tr td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 12px 21px 11px 16px
}

#trust-form table tr td input {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    font-size: 18px
}

#trust-form table tr td textarea {
    height: 180px;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 20px;
    resize: none
}

#trust-form table tr th {
    background: #eef2f3
}

#trust-form ul {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex*/
}

#trust-form table tr th {
    background: #eef2f3
}

#trust-form ul {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex*/
}

#trust-form ul li {
    width: 50%
}

#trust-form.contact-form table th {
    font-weight: 500;
    color: #333
}

#trust-form.contact-form label {
    color: #333;
    font-weight: normal
}

#trust-form.contact-form table td {
    padding: 15px 5px;
    background-color: #fff;
    text-align: left
}

#trust-form.contact-form table th .content {
    font-weight: normal
}

#trust-form {
    padding: 0 100px 50px
}

#trust-form table div.subject {
    float: left;
    width: 100%
}

#trust-form ul li {
    display: inline-block
}

#trust-form input[type=radio] {
    width: 15px
}

#trust-form span.require {
    font-size: 12px;
    margin-left: 10px;
    float: right;
    color: #45991c !important
}

#trust-form #confirm-button {
    text-align: center;
    margin-top: 37px
}

#trust-form #confirm-button input {
    display: inline-block;
    padding: 10px 0;
    margin: 0 auto;
    width: 263px;
    text-align: center;
    color: #fff;
    background: #45991c;
    font-size: 24px;
    border: 0;
    outline: none;
    -webkit-transition: all 0.26s ease-in-out 0s;
    -o-transition: all 0.26s ease-in-out 0s;
    transition: all 0.26s ease-in-out 0s
}

#trust-form #confirm-button inputinput:hover {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8
}

#confirm-button input {
    background-color: #a61c45
}

@media (max-width: 768px) {
    #confirm-button input {
        width: 120px
    }

    #trust-form table tr th {
        width: 130px
    }

    #trust-form ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #trust-form ul li {
        width: 100%
    }

    #trust-form table {
        margin: 10px auto;
        width: 90% !important
    }

    #trust-form table tr th {
        width: 50%;
        clear: initial;
        float: none
    }

    #trust-form table span {
        font-size: 14px
    }

    #trust-form table {
        font-size: 14px
    }

    #trust-form table tr td {
        width: 50%;
        clear: initial;
        float: none
    }

    #trust-form.contact-form span.require {
        float: none
    }

    #trust-form {
        padding: 0 !important
    }
}

@media (max-width: 380px) {
    #trust-form table tr th {
        float: left;
        width: 100%;
        border-bottom: 0
    }

    #trust-form table tr td {
        float: left;
        width: 100%;
        border-top: 0
    }
}

@media (min-width: 768px) {
    #trust-form ul li {
        margin-right: 20px !important
    }
}

.lst01lists {
    margin-top: 40px
}

.lst01lists .post_item {
    width: 32%;
    margin: 0 1%;
    margin-bottom: 40px;
    float: left
}

.lst01lists .post_item:first-of-type {
    margin-left: 0
}

.lst01lists .post_item:nth-of-type(3n) {
    margin-right: 0
}

.lst01lists .post_item .wrap_button {
    margin-top: 20px
}

.lst01lists .post_item .wrap_button a {
    color: white;
    padding: 10px 30px;
    display: block;
    width: 100%;
    max-width: 193px;
    background-color: #45991c;
    margin: 0 auto
}

.lst01lists .title {
    font-size: 21px;
    letter-spacing: 0.075em;
    margin: 10px 0 0 0;
    font-weight: bold;
    line-height: 28px
}

@media (max-width: 768px) {
    body.page-template-01list .blog.slt3 .post_item {
        width: 100%;
        margin: 10px 0;
        height: auto
    }

    .lst01lists .post_item {
        width: 100%;
        margin: 10px 0
    }
}

body.page-template-02box h3 {
    font-size: 24px;
    letter-spacing: 0.075em;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 0
}

.whats-news {
    padding-top: 120px;
}

.whats-news .content {
    padding: 0
}

.whats-news h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    letter-spacing: 0.14em;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0
}

.whats-news h3 {
    text-align: center;
    text-transform: uppercase;
    color: #c24067;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 0
}

.whats-news ul {
    margin-bottom: 55px;
    padding-left: 0
}

.whats-news li {
    padding: 0;
    margin-bottom: 33px;
    border: 0
}

.whats-news li:hover a {
    color: #45991c
}

.whats-news .bage {
    display: inline-block;
    color: #fff;
    letter-spacing: 0.1em;
    background-color: #45991c;
    text-align: center;
    margin-right: 17px;
    overflow: hidden;
    padding: 2px 10px;
    float: left
}

.whats-news .bage._2 {
    background-color: #85ba4c
}

.whats-news .date {
    font-size: 14.1px;
    letter-spacing: 1.4px;
    color: #434343;
    margin-right: 21px
}

.whats-news a {
    letter-spacing: 0.1em;
}

body.home .profile .cover .content {
    padding: 0
}

body.home.page-template-corporate-top .profile.overlay {
    background: rgba(0, 0, 0, 0.1)
}

body.home.page-template-corporate-top .overlay:after {
    background: inherit
}

body.home .btn01.stl2:hover, body.home .btn01:hover {
    background-position: left 43px center !important
}

body.home .blog .content .row {
    background-color: #fff
}

body.home .blog .content .col-md-4 {
    border-right: 1px solid #e2e2e2
}

body.home .blog .content .col-md-4 h3 {
    font-size: 24px
}

body.home .blog .content .col-md-4 a h3 {
    color: #6b4437
}

body.home .blog .content .col-md-4 a h3:before {
    background-color: #6b4437
}

body.home .blog .content .col-md-4 .view {
    border: 2px solid #6b4437;
    border-radius: 7px;
    font-weight: bold;
    font-size: 16px;
    color: #6b4437
}

body.home .blog .content .col-md-4:nth-of-type(2) a h3 {
    color: #347096
}

body.home .blog .content .col-md-4:nth-of-type(2) a h3:before {
    background-color: #347096
}

body.home .blog .content .col-md-4:nth-of-type(2) .view {
    border-color: #347096;
    color: #347096
}

body.home .blog .content .col-md-4:nth-of-type(3) {
    border-right: 1px solid transparent
}

body.home .blog .content .col-md-4:nth-of-type(3) a h3 {
    color: #7d8c06
}

body.home .blog .content .col-md-4:nth-of-type(3) a h3:before {
    background-color: #7d8c06
}

body.home .blog .content .col-md-4:nth-of-type(3) .view {
    border-color: #7d8c06;
    color: #7d8c06
}

body.home .blog .content .des_section {
    margin-bottom: 60px
}

body.home .blog .content .des_section h5 {
    margin-bottom: 40px
}

body.home .blog .content .des_section p {
    margin: 5px 0
}

body.home .blog.stl2 {
    background-image: url("../img/bg-repeat.jpg")
}

body.home .blog.stl2 .row {
    background-color: transparent
}

body.home .blog.stl2 .content {
    padding-top: 0
}

body.home .blog.stl2 .container {
    background-image: url("../img/bg_blog.jpg") !important;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 40px
}

body.home .blog.stl2 .des {
    max-width: 400px;
    margin-top: 70px;
    margin-bottom: 80px;
    font-size: 16px
}

body.home .blog.stl2 .des p {
    margin-bottom: 15px
}

body.home .blog.stl2 .post_item {
    padding: 10px;
    background-color: #FFF;
    width: 48%;
    margin: 10px 1%;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2)
}

body.home .blog.stl2 .post_item .image {
    width: 45%;
    float: left;
    margin: 0;
    margin-right: 10px;
    background-position: center center;
    background-size: cover;
    height: 115px
}

body.home .blog.stl2 .post_item .image img {
    position: absolute;
    width: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

body.home .blog.stl2 .post_item .date {
    margin-top: 0;
    color: #767676;
    margin-bottom: 5px;
    font-size: 13px
}

body.home .blog.stl3 {
    background-image: url(../img/bg_stl3.jpg)
}

body.home .blog.stl3 .row {
    background-color: transparent
}

body.home .blog.stl3 h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 30px
}

body.home .content .row {
    background-color: transparent
}

body.home .profile .cover {
    padding: 45px;
    padding-bottom: 35px;
    background-color: white;
    max-width: 1000px;
    margin: 30px auto;
    border: 2px solid #c24067
}

body.home .profile iframe {
    float: left;
    height: 180px;
    margin-right: 15px;
    width: 100%
}

body.home .profile .content {
    overflow: hidden
}

body.home .profile .content .left_col {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px
}

body.home .profile .content .right_col {
    width: 59%;
    display: inline-block
}

body.home .go-top {
    background-color: #fcdee4
}

body.home .blog .content .row .col-md-4:hover a span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #6b4437
}

body.home .blog .content .row .col-md-4:nth-of-type(2):hover a span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #347096
}

body.home .blog .content .row .col-md-4:nth-of-type(3):hover a span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #7d8c06
}

body.home .blog .content .col-md-4:hover .view {
    border-color: #6b4437;
    background: #6b4437;
    color: #fff
}

body.home .blog .content .col-md-4:nth-of-type(2):hover .view {
    border-color: #347096;
    background: #347096;
    color: #fff
}

body.home .blog .content .col-md-4:nth-of-type(3):hover .view {
    border-color: #7d8c06;
    background: #7d8c06;
    color: #fff
}

body.home .blog.stl2 .container {
    background-position: -40px 0px
}

body.home .blog .content .row .col-md-4 {
    width: 33.33333%
}

body.home .blog.stl2 .post_item:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #c24067
}

body.home .blog.stl2 .post_item:hover p {
    color: #c24067
}

body.home .blog {
    padding: 20px 0 30px 0
}

@media (max-width: 768px) {
    .whats-news {
        padding: 2px 0 60px;

    }

    .whats-news h2 {
        margin-bottom: 6px;
        font-size: 28px
    }

    .whats-news ul {
        margin-bottom: 30px
    }

    .whats-news li {
        padding: 10px 0;
        margin-bottom: 0px
    }

    .whats-news .date {
        margin-right: 10px
    }

    .whats-news a {
        margin-top: 6px;
        display: block
    }

    body.home .profile .cover {
        padding: 0
    }

    body.home .profile .cover .content {
        background: rgba(255, 255, 255, 0.4);
        padding: 20px 0
    }

    body.home .profile .cover {
        margin: 0
    }

    body.home .blog .content .des_section h2 span {
        font-size: 28px !important;
        margin-bottom: 10px;
        display: inline-block
    }

    body.home .blog.stl2 .des h2 span {
        font-size: 24px !important;
        position: absolute;
        top: -60px;
        left: 0
    }

    body.home .blog.stl2 .des p:first-of-type {
        position: absolute;
        top: -20px;
        left: 50px
    }

    body.home .blog.stl2 .des {
        padding-top: 150px;
        position: relative
    }

    body.home .blog.stl2 .des {
        margin-bottom: 30px
    }

    body.home .blog.stl2 .post_item {
        width: 100%
    }

    body.home .blog.stl3 h2 {
        font-size: 28px
    }

    body.home .blog.stl3 h5 {
        text-transform: uppercase;
        color: #c24067;
        margin-bottom: 40px;
        text-align: center
    }

    body.home .blog.stl3 .read_more_section {
        margin-top: 40px
    }

    body.home .blog.stl2 .container {
        background-image: none
    }

    body.home .blog.stl2 .post_item p {
        float: left;
        width: 51%
    }

    body.home .profile .cover {
        padding: 10px
    }

    body.home .profile .content .left_col, body.home .profile .content .right_col {
        padding: 0;
        width: 100%
    }

    body.home .profile .cover {
        margin: 0
    }

    body.home .blog.stl2 .container {
        background-size: 140% auto
    }

    body.home .blog .content .row .col-md-4 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .whats-news ul li {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 20px
    }

    body.home .blog .content.service .col-md-4:first-of-type, body.home .blog.stl2 .post_item:first-of-type {
        margin-left: 0
    }

    .blog_section .post_item:last-of-type, body.home .blog .content.service .col-md-4:last-of-type, body.home .blog.stl2 .post_item:last-of-type {
        margin-right: 0
    }

    body.home .blog .content .row .col-md-4 {
        width: 32%
    }

    body.home .blog.stl2 .post_item {
        width: 49%
    }
}

body.page-template-basic .page-blog-detail h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #c24067;
    left: 0;
    z-index: 2
}

body.page-template-basic .page-blog-detail h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffe2eb;
    left: 0;
    z-index: 1
}

body.page-template-basic .category-section .lstCats li a:hover {
    background-color: #45991c;
    color: white
}

body.page-template-basic .page-blog-detail h2 {
    border-bottom: 0;
    position: relative;
    text-align: center;
    padding-bottom: 20px
}

body.page-template-basic .page-blog-detail h4 {
    position: relative;
    background-color: #fff;
    font-size: 22px;
    padding: 16px 16px 8px 16px;
    font-weight: bold;
    padding-left: 0;
    margin-bottom: 20px
}

body.page-template-basic .page-blog-detail h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #c24067;
    left: 0;
    z-index: 2
}

body.page-template-basic .page-blog-detail h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffe2eb;
    left: 0
}

@media (min-width: 768px) {
    body.page-template-basic .page-blog-detail h4:after body.page-template-basic .category-section .lstCats li a {
        font-size: 14px
    }

    body.page-template-basic .page-blog-detail h4:after body.page-template-basic .page-blog-detail h2 {
        margin-bottom: 80px;
        margin-top: 20px
    }
}

body.page-template-basic .page-blog-detail h4:after body.page-template-basic .page-blog-detail h2:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #c24067;
    content: '';
    right: 0;
    margin: 0 auto
}

body.page-template-basic .page-blog-detail h4:after body.page-template-basic .page-blog-detail h2 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1.4em;
    padding-bottom: 25px
}

body.page-template-basic .page-blog-detail h4:after body.page-template-basic .blog.slt3 .row {
    margin: 0px 0px 80px !important
}

body.page-template-company .page-blog-detail h2 {
    padding-bottom: 20px
}

body.page-template-company .page-blog-detail table:nth-of-type(2) tr td {
    border: 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff
}

body.page-template-company .page-blog-detail table:nth-of-type(3) {
    margin-top: 30px
}

body.page-template-company .page-blog-detail table:nth-of-type(3) tr td {
    background-color: #fff;
    border: 0
}

body.page-template-company .page-blog-detail table:nth-of-type(3) tr td h4 {
    position: relative;
    padding-left: 0
}

body.page-template-company .page-blog-detail table:nth-of-type(3) tr td h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #c24067;
    left: 0;
    z-index: 2
}

body.page-template-company .page-blog-detail table:nth-of-type(3) tr td h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffe2eb;
    left: 0;
    z-index: 1
}

.page-template-company .blog-content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 33px
}

.page-template-company .blog-content .table_company {
    padding: 0 70px;
    margin-bottom: 20px
}

.page-template-company .blog-content table {
    width: 100%
}

.page-template-company .blog-content table tr td {
    font-size: 18px;
    line-height: 30px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 12px 21px 11px 33px;
    vertical-align: middle
}

.page-template-company .blog-content table tr td p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0
}

.page-template-company .blog-content table tr td:first-child {
    width: 200px;
    background: #efefef;
    padding: 13px 0 12px 22px
}

body.page-template-company .page-blog-detail h2 {
    padding-bottom: 30px
}

body.page-template-company .page-blog-detail table tr td {
    border: 1px solid #e2e2e2;
    padding: 15px
}

body.page-template-company .page-blog-detail table tr td:first-of-type {
    background-color: #f6f6f6;
    width: 200px;
    padding-left: 20px
}

body.page-template-company .page-blog-detail table:nth-of-type(2) tr td {
    border: 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff
}

body.page-template-company .page-blog-detail table:nth-of-type(2) tr td:first-of-type {
    width: 100px !important
}

body.page-template-company .page-blog-detail table:nth-of-type(3) {
    margin-top: 30px
}

body.page-template-company .page-blog-detail table:nth-of-type(3) tr td {
    background-color: #fff;
    border: 0
}

body.page-template-company .page-blog-detail table:nth-of-type(3) tr td h4 {
    position: relative;
    padding-left: 0
}

body.page-template-company .page-blog-detail table:nth-of-type(3) tr td h4:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 2px;
    background-color: #c24067;
    left: 0;
    z-index: 2
}

body.page-template-company .page-blog-detail table:nth-of-type(3) tr td h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffe2eb;
    left: 0;
    z-index: 1
}

body.page-template-company .page-blog-detail h4 {
    position: relative;
    background-color: #fff;
    padding-left: 0
}

body.page-template-company .page-blog-detail .container img {
    margin-bottom: 60px
}

@media (max-width: 768px) {
    body.page-template-company .page-blog-detail h2 {
        padding-bottom: 10px
    }

    .page-template-company .blog-content table tr td:first-child {
        width: 130px
    }

    .page-template-company .blog-content table tr td {
        float: left;
        width: 100%;
        padding: 10px;
        border: 0;
        border-bottom: 1px solid #ccc
    }

    .page-template-company .blog-content table tr td:first-child {
        border: 0
    }

    body.page-template-company .page-blog-detail h2 {
        padding-bottom: 10px
    }

    body.page-template-company .page-blog-detail h3 {
        font-size: 18px
    }

    body.page-template-company .page-blog-detail table tr td {
        display: table-cell;
        width: 58%
    }

    body.page-template-company .page-blog-detail table tr td:first-of-type {
        padding-left: 10px
    }

    body.page-template-company .page-blog-detail table tr td {
        width: 65%
    }
}

@media (min-width: 768px) {
    body.page-template-company .page-blog-detail table tr td {
        padding: 25px
    }
}

.box-sidebar {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.box-sidebar label {
    font-weight: bold;
    font-size: 16px
}

.box-sidebar input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #777;
    text-indent: 10px
}

.box-sidebar input[name=subscribe] {
    width: 48%;
    border: 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    max-width: 120px
}

.box-sidebar input[name=subscribe]:hover {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.box-sidebar input[name=unsubscribe] {
    width: 48%;
    border: 0;
    background: #45991c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    max-width: 120px
}

.box-sidebar input[name=unsubscribe]:hover {
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s
}

.box-sidebar h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 3px 10px;
    color: #fff;
    font-weight: bold;
    background: #45991c;
    margin-bottom: 15px
}

.box-sidebar .box-sb01 {
    margin-bottom: 15px
}

.box-sidebar .box-sb01:last-child {
    margin-bottom: 0
}

.box-sidebar a img {
    float: left;
    width: 100px;
    margin-right: 10px
}

.box-sidebar a p {
    font-size: 13px;
    line-height: 16px;
    float: left;
    width: 47%
}

.box-sidebar {
    padding: 20px;
    border: 1px solid #e2e2e2
}

.sidebar .search {
    border: 0
}

.sidebar .search input {
    background-color: #e4e4e4;
    height: 43px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 80%;
    border: 0;
    margin-bottom: 15px
}

.sidebar .search button[type=submit] {
    background-color: #636363;
    height: 43px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 20%;
    background-size: auto
}

.box-sidebar h3 {
    background-color: #eeeeee !important;
    color: black;
    margin: -15px;
    margin-bottom: 15px;
    padding: 10px;
    padding-left: 15px
}

.sidebar .box-sidebar {
    padding: 15px
}

.box-sidebar .search {
    border: 0
}

.box-sidebar .search input {
    background-color: #e4e4e4;
    height: 43px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 80%;
    border: 0
}

.box-sidebar .search button[type=submit] {
    background-color: #636363;
    height: 43px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 20%;
    background-size: auto
}

.box-sidebar {
    padding: 15px;
    border: 1px solid #e2e2e2
}

.sidebar .box-sidebar h3 {
    background-repeat: no-repeat;
    padding-left: 40px;
    background-position: left 15px center
}

.sidebar .box-sidebar:nth-of-type(2) h3 {
    background-image: url(../img/icon_flag.png)
}

.sidebar .box-sidebar:nth-of-type(3) h3 {
    background-image: url(../img/icon_article.png)
}

.sidebar .box-sidebar:last-of-type h3 {
    background-image: url(../img/icon_tags.png)
}

.sidebar .search {
    border: 0
}

.sidebar .search input {
    background-color: #e4e4e4;
    height: 43px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 80%;
    border: 0
}

.sidebar .search button[type=submit] {
    background-color: #636363;
    height: 43px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 20%;
    background-size: auto
}

.sidebar ul.snsb {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0
}

.sidebar ul.snsb li img {
    width: 50px
}

.sidebar ul.snsb li.btn_banner {
    width: 31.1%
}

.sidebar ul.snsb li.btn_banner img {
    width: 100%
}

.sidebar .box-sidebar:last-of-type h3 {
    background-image: none
}

.box-sidebar .widgettitle {
    display: none
}

.box-sidebar .widget_archive ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    padding: 10px 0;
    padding-left: 10px;
    border-top: 1px dashed #e2e2e2
}

.box-sidebar .widget_archive a {
    display: inline-block;
    position: relative;
    padding-left: 15px
}

.box-sidebar .widget_archive a:hover {
    color: #45991c
}

.box-sidebar .widget_archive a:before {
    position: absolute;
    left: 0;
    top: 53%;
    content: "\f0da";
    font-family: FontAwesome;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.sidebar .box-sidebar h3 {
    text-align: center;
    padding-left: 0
}

.sidebar .box-sidebar p:hover {
    color: #c24067
}

.box-sidebar a p {
    width: 55%;
    margin-left: 5%
}

.box-sidebar .thumbnail_col {
    float: left;
    width: 40%
}

.box-sidebar .thumbnail_col img {
    width: 100%
}

li.widget_archive {
    list-style: none
}

@media (max-width: 768px) {
    .sidebar .search input {
        max-width: inherit
    }
}

@media (min-width: 768px) {
    .sidebar .box-sidebar .thumbnail_col {
        max-height: 65px;
        overflow: hidden;
        width: 40%;
        float: left
    }

    .sidebar .box-sidebar p {
        float: right
    }
}

.slider {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center
}

.slider li {
    list-style-type: none
}

.slider .bd li img {
    display: block;
    max-width: 994px;
    height: auto;
    width: 100%
}

@media (min-width: 768px) {
    .slider .bd li img {
        min-height: 500px
    }
}

.slider .tempWrap {
    overflow: visible !important
}

.slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 20px;
    text-align: center
}

.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    line-height: 99px;
    overflow: hidden;
    background: url(../../assets/img/slider-btn.png) 0 -10px no-repeat;
    margin: 0 5px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
    list-style-type: none
}

.slider .hd li .on {
    background-position: 0 0;
    filter: alpha(opacity=100);
    opacity: 1
}

.slider .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6
}

.slider .bd {
    width: 50%;
    max-width: inherit;
    left: 0;
    right: 0;
    margin: 0 auto
}

.slider .bd li {
    max-width: 100% !important
}

.slider .pnBtn .arrow {
    background-image: none;
    height: 75px;
    width: 50px;
    left: 40%;
    right: initial;
    top: 40%;
    padding-top: 20px;
    background-color: #c24067d1;
    position: absolute;
    z-index: 1
}

.slider .pnBtn .arrow:before {
    content: "\f104";
    color: white;
    font-size: 40px;
    font-family: FontAwesome
}

.slider .next .arrow:before {
    content: "\f105"
}

.slider .bd {
    width: 100%;
    max-width: 994px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.slider li {
    list-style-type: none
}

.slider .bd li {
    width: 994px;
    overflow: hidden
}

.slider .tempWrap {
    overflow: visible !important
}

.slider .tempWrap ul {
    margin-left: -994px !important
}

.slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 20px;
    text-align: center
}

.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    line-height: 99px;
    overflow: hidden;
    background: url(../../assets/img/slider-btn.png) 0 -10px no-repeat;
    margin: 0 5px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
    list-style-type: none
}

.slider .hd li .on {
    background-position: 0 0;
    filter: alpha(opacity=100);
    opacity: 1
}

.slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    filter: alpha(opacity=50);
    opacity: 0.9
}

@media (min-width: 768px) {
    .slick-slide {
        max-width: 1140px;
        width: 100%;
    }
}

.slick-slide img {
    width: 100%;
}

#header_slide .slick-arrow {
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 0;
    font-size: 0;
    background-color: #6fa900;
}

#header_slide .slick-prev {
    background-image: url('../images/btn_prev.png');


}

#header_slide .slick-next {
    background-image: url('../images/btn_next.png');

}

#header_slide{
    position: relative;
    overflow: inherit;
}
#header_slide .slick-arrow{
    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);

    z-index: 9;
}
#header_slide .slick-next{

    right: 0;
}
#header_slide .slick-prev{
    left:0;
}


#header_slide .wrap_absolute_image{

    position: absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
            transform:translateY(-50%);
    z-index: 8;
    width: 100%;
    text-align: center;
    left: 0 ;
    right: 0;
    margin: 0 auto;
    z-index: 8;

}
#header_slide img{
    position: relative;
    left: inherit;
    height: auto;
    -webkit-transform:initial;
        -ms-transform:initial;
            transform:initial;
    top:initial;
    z-index: 9;
}

#header_slide .wrap_sub_image{
    position: absolute;
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom:-70px;
    text-align: center;
}
#header_slide .wrap_absolute_image img{
    max-width: 700px;
}
#header_slide .slick-arrow{
	background-color: transparent;
}

#header_slide .slick-arrow{
	 background-size: 100% auto;
	 border-radius: 0;
}

@media (max-width: 768px) {
    .slider .tempWrap ul {
        margin-left: 0 !important
    }

    .slider .pnBtn .blackBg {
        display: none
    }

    .slider {
        height: initial
    }

    .slider .pnBtn .arrow {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        top: 25%
    }

    .slider .pnBtn.next .arrow {
        left: initial;
        right: 0
    }

    header {
        border-top: 0
    }
    #header_slide .wrap_sub_image{
        bottom:0
    }
    #header_slide .slick-arrow{
        width: 30px;
        height: 30px;
        opacity: 0;
    }
    #header_slide .wrap_absolute_image{
        max-width: 70%;
    }
      #header_slide .wrap_absolute_image img{
    	width: 100%;
    }
}

@media (min-width: 768px) {
    .slider {
        height: 500px
    }

    .slick-slide {
        padding: 0 20px;
    }

    .slick-slide.slick-current {
        margin: 0;
    }
    #header_slide{
        margin-top: 15px;
    }
    #header_slide .slick-prev{
        left: 8%;
    }
    #header_slide .slick-next{
        right: 8%;
    }
}

@media (max-width: 768px) {
    .slick-list {
        /*max-height: 250px !important;*/
    }
    #header_slide .slick-slide {
        height: 175px;
    }
    #header_slide .slick-slide  img{
        /*height: 230px;*/
        width: auto;
        /*width: auto;
        transform: translateX(50%);*/
    }
    #header_slide .wrap_absolute_image {
        margin-top: -5px;
    }
}

@media(min-width:768px){
.lstBanners li{
  max-width: 50% !important ;
}
  header .logo{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height:auto;
  }
  header .logo_col{
    width: 50%;
  }
  
  header .contact_col{
    
  }
  span.h1-text{
        max-width: 285px;
    font-size: 15px;
    line-height: 22px;
  }
  
}