/* GENERAL */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
body {
    /* font-family: 'Meiryo', sans-serif;
    font-family: "helvetica neue", helvetica, arial, "microsoft jhenghei", "Heiti TC", sans-serif; */
    font-family: 'Zen Maru Gothic', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a:hover,
a:visited,
a:focus {
    border: none;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Amiri', serif;
}

p {
    margin: 0 !important;
}

img {
    max-width: 100%;
}

.slidewrapper {
    position: relative;
    z-index: 1000 !important;
}

.rows {
    width: 100%;
    float: left;
}

section,
header,
footer {
    width: 100%;
    float: left;
}

.bg-f2f2f2 {
    background: #f2f2f2;
}

.wrap-content {
    padding: 40px 0;
}


/* END GENERAL */


/* ------------------------------------------------------------------------------------------------------------------------------*/


/* HEADER */

.navbar-brand {
    max-width: 300px;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.navbar-collapse {
    max-height: inherit !important;
}


/* MENU TOP*/

nav ul li {
    text-align: center;
    display: inline-block;
    position: relative;
    font-family: 'Amiri', serif;
}

nav ul li a {
    display: block;
    color: #656464;
    text-transform: uppercase;
}

nav ul li a i {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

nav ul li a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

nav ul li a:hover i.fa-facebook {
    color: #3b5998 !important;
}

nav ul li a:hover i.fa-twitter {
    color: #55acee !important;
}

nav ul li a:hover i.fa-google-plus {
    color: #dd4b39 !important;
}

.tooltips {
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9999;
    width: 100px;
    padding: 5px 0;
    color: #fff;
    background: #000;
    text-align: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.tooltips:after {
    content: "";
    display: block;
    position: absolute;
    left: 25%;
    top: -4px;
    border-top: 4px solid transparent;
    border-left: 4px solid #000;
}

nav ul li:hover .tooltips {
    display: block;
    opacity: 1;
}


/* END MENU */


/* END HEADER */


/* ------------------------------------------------------------------------------------------------------------------------------*/


/* SLIDE */

.section_overlay {
    background: rgba(250, 250, 250, .5);
    background-color: transparent;
}

.home_text {
    padding-top: 210px;
    padding-bottom: 210px;
}

.home_text h2 {
    color: #010101;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 13px;
}

.home_text h3 {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    color: #404040;
}

.home_text ul {
    padding: 0;
    list-style: none;
    margin: 30px 0 0;
}

.home_text ul li {
    margin-bottom: 20px;
}

.home_text ul li a {
    color: #010101;
    border: 1px solid #010101;
    border-radius: 2px;
    padding: 5px 15px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home_text ul li a:hover {
    text-decoration: none;
    background: #fff;
    padding: 7px 17px;
    font-size: 15px;
}

.scroll_down {
    padding-bottom: 50px;
}

.scroll_down h4 {
    font-size: 12px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.scroll_down span {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    display:block;
    padding-top: 10px;
}


/* END SLIDE */


/* ------------------------------------------------------------------------------------------------------------------------------*/


/* KEY FRAME */

@keyframes shake {
    0% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    10% {
        transform: translate(-2px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-4px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(0px, 3px) rotate(0deg);
    }
    40% {
        transform: translate(2px, -2px) rotate(1deg);
    }
    50% {
        transform: translate(-2px, 3px) rotate(-1deg);
    }
    60% {
        transform: translate(-4px, 2px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 2px) rotate(-1deg);
    }
    80% {
        transform: translate(-2px, -2px) rotate(1deg);
    }
    90% {
        transform: translate(2px, 4px) rotate(0deg);
    }
    100% {
        transform: translate(2px, -3px) rotate(-1deg);
    }
}


/* END KEY FRAME */


/* ======================= SERVICE STYLE 1 =======================*/

.service-st1-item {
    margin-bottom: 20px;
}

.service-st1-image {
    padding-bottom: 20px;
}

.service-st1-title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 26px;
    font-family: 'Amiri', serif;
}

.service-st1-des {
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}


/* ======================= END SERVICE STYLE 1 =======================*/


/* ======================= GOOGLE MAP =======================*/

.row-map-st1 iframe {
    width: 100%;
    float: left;
    height: 450px;
    border: none;
}


/* ======================= END GOOGLE MAP =======================*/


/* ======================= NEWS STYLE 1 =======================*/

.row-news-st1 {
    height: 300px;
    overflow: auto;
}

.news-st1-item {
    font-size: 14px;
    line-height: 160%;
    width: 100%;
    float: left;
}

.news-st1-item:nth-child(odd) {
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 0px;
}

.news-st1-item:nth-child(even) {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0px;
}

.news-st1-date {
    font-weight: bold;
}

.news-st1-arrow {
    padding: 0 20px;
}


/* ======================= END NEWS STYLE 1 ======================= */


/* ======================= TABLE =======================*/

.row-table table {
    width: 100%;
    float: left;
}

.row-table table tr th {
    background: #f2f2f2;
    text-align: center;
    padding: 10px;
    border: 1px #ccc solid;
}

.row-table table tr td {
    padding: 10px;
    vertical-align: middle;
    border: 1px #0A1D38 solid;
    background: #fff;
    font-size: 16px;
}
.row-table table tr td:first-child {
    width: 300px;
    font-size: 16px;
    font-weight: 500;
    background-color: #0A1D38;
    color: #ffffff;
    border: 1px #ffffff solid;
}

/* ======================= END TABLE =======================*/


/* ======================= FAQ =======================*/

.row-faq .panel-default {
    border: 0;
}

.row-faq .panel-heading {
    padding: 0;
    border: 0 !important;
    background: #f7f7f7 !important;
}

.row-faq .panel-title>a,
.row-faq .panel-title>a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.row-faq .panel-heading a:before {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    transition: all 0.5s;
    font-size: 30px;
    color: #19509d;
}

.row-faq .panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.row-faq .panel-heading a span {
    display: block;
    padding-right: 30px;
}

.row-faq .panel-heading {
    display: table;
}

.row-faq .icon_question {
    font-size: 20px;
    display: table-cell;
    padding: 15px;
    width: 60px;
    color: #f8b014;
}

.row-faq .panel-title {
    display: table-cell;
    vertical-align: middle;
    line-height: 160%;
    text-align: left;
    width: 95%;
}

.row-faq .panel-title p {
    margin: 0 !important;
}

.row-faq .icon_answer {
    font-size: 20px;
    display: table-cell;
    padding: 15px;
    vertical-align: top;
    width: 60px;
    border: 0 !important;
}

.row-faq .txt_answer {
    width: 95%;
    display: table-cell;
    border: 0 !important;
    color: #555;
    font-size: 15px;
}


/* ======================= END FAQ =======================*/


/* ======================= INSTAGRAM =======================*/

#instagram-ct {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    float: left;
}

#instagram-ct li {
    list-style: none;
    float: left;
    padding: 1px 1px;
    width: 12.49%;
    border-collapse: collapse;
}

#instagram-ct li a {
    display: block;
}

#instagram-ct li a:hover {
    opacity: 0.5;
}

#instagram-ct li a img {
    width: 100% !important;
    max-width: inherit;
}


/* ======================= END INSTAGRAM =======================*/


/* ======================= BLOG =======================*/
.row_blog {
    width: 100%;
    float: left;
}
.row_blog iframe{
    width: 100%;
    float: left;
    height: 350px;
    border: 0;
}


/* ======================= END BLOG =======================*/


/* Contact */

.wrap-primary-table-st1 input[type=text],
.wrap-primary-table-st1 textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

.wrap-primary-table-st1 input[type=text],
.wrap-primary-table-st1 textarea {
    border: none !important;
    border: 1px #ccc solid !important;
}

.wrap-primary-table-st1 input[type=text]:focus,
.wrap-primary-table-st1 textarea:focus,
.wrap-primary-table-st1 select:focus,
.wrap-primary-table-st1 input[type="radio"]:focus,
.wrap-primary-table-st1 input[type="checkbox"]:focus {
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.wrap-primary-table-st1 button {
    border: none !important;
    background: none;
    cursor: pointer;
}

.wrap-primary-table-st1 button:focus {
    outline: none !important;
}

.btn_form {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

.wrap-primary-table-st1 table {
    width: 100%;
    float: left;
}

.wrap-primary-table-st1 table tr td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
}

.wrap-primary-table-st1 table tr td .form-group {
    margin-bottom: 0;
}

.wrap-primary-table-st1 table tr td input[type=text],
.wrap-primary-table-st1 table tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    border: 1px #8d97aa solid;
    padding: 10px;
}

.wrap-primary-table-st1 table tr td input[type=text] {
    height: 37px;
}

.wrap-primary-table-st1 table tr td textarea {
    height: 140px;
    resize: none;
}

.wrap-primary-table-st1 table tr td select {
    width: 100%;
    box-shadow: none !important;
}

.wrap-primary-table-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
}

#primary-contact form {
    width: 100%;
    float: left;
}

.wrap-primary-table-st1 input[type="radio"],
.wrap-primary-table-st1 input[type="checkbox"] {
    margin: 6px 0 0;
}

.wrap-primary-table-st1 label {
    font-weight: normal;
}


/* End contact */


/* ======================= CONTACT STYLE 1 =======================*/

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
}

.contact-form-st1 input[type=text],
.contact-form-st1 textarea {
    border: none !important;
    border: 1px #ccc solid !important;
}

.contact-form-st1 input[type=text]:focus,
.contact-form-st1 textarea:focus,
.contact-form-st1 select:focus,
.contact-form-st1 input[type="radio"]:focus,
.contact-form-st1 input[type="checkbox"]:focus {
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.contact-form-st1 button {
    border: none;
    cursor: pointer;
}

.contact-form-st1 button:focus {
    outline: none !important;
}

.btn-contact-st1 {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
    background: #19509d;
}

.btn-contact-st1:hover {
    background: #f8b014;
    color: #fff;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}

.contact-form-st1 table {
    width: 100%;
    float: left;
}

.contact-form-st1 table tr td {
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0;
    vertical-align: middle;
}

.contact-form-st1 table tr td .form-group {
    margin-bottom: 0;
}

.contact-form-st1 table tr td input[type=text],
.contact-form-st1 table tr td textarea {
    width: 100%;
    float: left;
    border: none;
    border-radius: 5px;
    border: 1px #8d97aa solid;
    padding: 10px;
}

.contact-form-st1 table tr td input[type=text] {
    height: 37px;
}

.contact-form-st1 table tr td textarea {
    height: 140px;
    resize: none;
}

.contact-form-st1 table tr td select {
    width: 100%;
    box-shadow: none !important;
}

.contact-form-st1 table tr:last-child td {
    text-align: center;
    padding-bottom: 0;
}

#primary-contact form {
    width: 100%;
    float: left;
}

.contact-form-st1 label {
    font-weight: normal;
}


/* ======================= END CONTACT STYLE 1 =======================*/


/* ======================= CONTACT STYLE 2 =======================*/

.contact-form-st2 {
    background-color: #f1f1f1;
    padding: 15px;
}

.contact-form-st2 .form-control {
    height: 43px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px solid #fff;
}

textarea.textare-contact-st2 {
    min-height: 169px !important;
}

.btn-contact-st2 {
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    min-width: 200px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
    width: 100% !important;
}

.btn-contact-st2:hover {
    background: #fff !important;
    color: #000;
    -webkit-transition: 0.33s ease-in-out;
    -moz-transition: 0.33s ease-in-out;
    -o-transition: 0.33s ease-in-out;
    transition: 0.33s ease-in-out;
}


/* ======================= END CONTACT STYLE 2 =======================*/


/* ------------------------------------------------------------------------------------------------------------------------------*/


/*Testimonial*/

.testimonial {
    padding-top: 130px;
    padding-bottom: 80px;
}

.testimonial .icon:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #f73b56;
    top: 110px;
    left: 50%;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-left: -40px;
}

.testimonial .icon i {
    color: #fff;
    font-size: 47px;
    position: absolute;
    z-index: 555;
    left: 50%;
    margin-left: -23px;
}

.single_testimonial p {
    color: #404040;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 50px 15px;
}

.single_testimonial h4 {
    color: #404040;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
}


/*owl-carousel*/

.owl-carousel .owl-item .imgWrapper {
    height: 210px;
}

.owl-carousel .owl-item img {
    width: 200px;
    height: auto;
    margin: 0 auto;
    border-radius: 200px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-carousel .owl-item img:hover {
    width: 210px;
    height: auto;
}


/*Fun Facts*/

.fun_facts {
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-size: cover;
}

.fun_facts .section_overlay {
    background: rgba(71, 71, 71, .8);
    padding-bottom: 30px;
}

.single_count {
    padding-top: 120px;
}

.single_count i {
    color: #f73b56;
    font-size: 24px;
}

.single_count h3 {
    font-family: 'Amiri', serif;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 0px;
}

.single_count p {
    font-family: 'Amiri', serif;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.single_count p:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    left: 0;
    bottom: -4px;
    background: #bd9828;
}

.logo {
    position: relative;
    margin-top: -40px;
}

.logo img {
    width: 100%;
    height: auto;
    margin-top: 30px;
    opacity: .8;
}

.single_image {
    position: relative;
    transition: all 1s;
}

.single_image img {
    width: 100%;
}

.single_image a {
    width: 100%;
    height: 100%;
    display: block;
}

.single_image:hover div.image_overlay {
    opacity: 1;
}

.image_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 1s;
}

.image_overlay .full {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.image_overlay h2 {
    position: absolute;
    bottom: 28px;
    left: 20px;
    font-size: 25px;
    color: #3d3d3d;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.image_overlay h4 {
    position: absolute;
    bottom: 11px;
    left: 20px;
    color: #3d3d3d;
    font-size: 14px;
    text-transform: uppercase;
}

.no_padding {
    padding-left: 0px;
    padding-right: 0px;
}

.work_title {}

.work_title h1,
.contact_title h1 {
    font-size: 25px;
    color: #3d3d3d;
    letter-spacing: 5px;
    padding-top: 80px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.work_title img,
.contact_title img {
    margin-bottom: 30px;
}

.work_title p {
    font-size: 14px;
    color: #000;
    margin-bottom: 100px;
}

.last_padding {
    padding-right: 0px;
}

.pad_top {
    padding-top: 2px;
}

.left h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.left p {
    margin-bottom: 60px;
    font-size: 14px;
    color: #000;
}

.baton {
    margin-top: 65px;
}

.cs-btn,
.cs-btn:active,
.cs-btn:visited,
.cs-btn:focus {
    color: #fff;
    background-color: #000;
    border-radius: 0px;
    outline: none;
    padding: 10px 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 1s;
}

.call_to_action .container {
    padding-bottom: 60px;
    border-bottom: 1px solid #ddd;
}

#imagelightbox {
    position: fixed;
    z-index: 9999;
}


/* OVERLAY */

#imagelightbox-overlay {
    background-color: #fff;
    background-color: rgba( 255, 255, 255, .9);
    /* 色と透明度 */
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*Contact*/

.single_contact_info {
    padding-bottom: 21px;
}

.single_contact_info h2 {
    text-transform: uppercase;
    color: #3d3d3d;
    font-size: 18px;
    letter-spacing: 3px;
    margin-bottom: 1px;
}

.single_contact_info p {
    font-size: 15px;
    color: #3d3d3d;
}

.contact .container {
    padding-bottom: 40px;
}

.contact_title p {
    font-size: 14px;
    color: #000;
    margin-bottom: 40px;
}

.contact-form {
    background-color: #f1f1f1;
    padding: 30px;
}

.contact-form .form-control {
    height: 43px;
    border-radius: 0px;
    margin-bottom: 20px;
    border: 0px solid #fff;
}

.contact-form #message {
    height: 168px;
}

textarea.form-control {
    min-height: 169px !important;
}

.form_submit {
    width: 100%;
    background: #00008b;
    border-radius: 0px;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 10px;
    transition: all 1s;
    border: none;
}

.form_submit:hover {
    color: #fff;
}

.work-with {
    padding-bottom: 60px;
    padding-top: 10px;
}

.work-with h3 {
    font-size: 14px;
    color: #636363;
    text-transform: uppercase;
}


/*Footer*/

footer {
    width: 100%;
    float: left;
    padding: 50px 0;
    margin-top: 100px;
}

.footer_logo {}

.footer_logo img {}

ul.icon_list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 20px;
}

ul.icon_list li a {
    display: inline-block;
    color: #636363;
    border: 1px solid #636363;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

ul.icon_list li a:hover {
    transform: rotate(720deg);
    -webkit-transform: rotate(720deg);
}


/* 
ul.icon_list li.ft_fa-facebook a:hover {
    border: 1px solid #3b5998;
}

ul.icon_list li.ft_fa-facebook a:hover i {
    color: #3b5998;
}

ul.icon_list li.ft_fa-twitter a:hover {
    border: 1px solid #55acee;
}

ul.icon_list li.ft_fa-twitter a:hover i {
    color: #55acee;
}

ul.icon_list li.ft_fa-google-plus a:hover {
    border: 1px solid #dd4b39;
}

ul.icon_list li.ft_fa-google-plus a:hover i {
    color: #dd4b39;
}

ul.icon_list li.ft_fa-youtube a:hover {
    border: 1px solid #dd4b39;
}

ul.icon_list li.ft_fa-youtube a:hover i {
    color: #dd4b39;
} */

.copyright_text {
    padding-top: 40px;
    color: #ffffff;
    font-size:17px;
}

.copyright_text a {
    color: #636363;
    text-decoration: none;
    font-size: 12px;
}

.img_responsive {
    width: 100%;
    height: auto;
}


/*Scroll*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
}

#page-top a {
    background: #5a7294;
    text-decoration: none;
    color: #ffffff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-family: 'Open Sans', sans-serif;
}

#page-top a:hover {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.7;
    cursor: pointer;
}

._edEdit .data-wrap {
    height: auto !important;
    width: inherit !important;
}

._edEdit .data-wrap img {
    max-width: 100% !important;
    max-height: inherit !important;
    position: relative;
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    display: inherit !important;
}

@media(max-width: 767px) {
    .home_text h2 {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .nav>li {
        font-size: 15px;
    }
    .navbar-brand {
        float: none;
        display: block;
    }
    nav li.nav_facebook,
    nav li.nav_twitter,
    nav li.nav_google {
        width: 33.3333333%;
        float: left;
        text-align: center;
        background: #fff;
        border-right: 1px solid #e7e7e7;
    }
    nav li.nav_facebook a,
    nav li.nav_twitter a,
    nav li.nav_google a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    nav li.nav_google {
        border-right: none;
    }
    .navbar-nav {
        margin: 0 -15px;
    }
    .navbar-nav>li>a {
        border-bottom: 1px solid #fff;
        line-height: 30px;
    }
    .container {
        overflow: hidden;
    }
    .services {
        background-size: 100% auto;
    }
    .services .col-md-3 {
        margin-bottom: 40px;
    }
    .container.map {
        padding: 30px 15px;
    }
    .baton {
        margin-top: 30px;
    }
    .single_count {
        padding-top: 30px;
    }
}

@media screen and (max-width:580px){
    .row_blog iframe{
        height: 200px;
    }
}
.txt-fs17{
    font-size: 17px;
    line-height: 1.8;
}
.rows_768{
    display: none;
}
.nav_up_sec2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item_up_sec2{
    width: calc(98% / 3);
}
.item_up_sec2_h3_child{
    font-size: 18px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: flex-start;
    padding: 15px 15px;
    justify-content: center;
    background-color: #5a7294;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.3;
    color: #ffffff;
}
.row-title-full-w{
    padding: 0;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
.google_map{
    float: left;
    width: 100%;
    padding-top: 20px;
}
.google_map iframe{
    width: 100%;
    height: 250px;
}
.google_map_2{
    float: left;
    width: 100%;
    padding-top: 30px;
}
.google_map_2 iframe{
    width: 100%;
    height: 300px;
}
.representative{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.8;
}
.txt-center{
    text-align: center;
}
.txt-fs16{
    font-size: 18px !important;
    color: #0A1D38;
}
h1{
    margin: 0;
}
.navbar-default{
    background-color: #0A1D38;
}
h1 a{
    color: #ffffff !important;
}
nav ul li a{
    color: #ffffff !important;
    font-weight: 500;
}
.img_sec4_sp{
    display: none;
}
.rows_992{
    display: none;
}
.backstretch,.section_overlay{
    height: 600px !important;
}
.scroll_down{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 0;
}
.tr_last_768{
    display: none;
}
.footer_logo_txt{
    font-size:28px;
    font-weight: 700;
    padding: 15px 10px;
    color: #ffffff;
}
.footer_logo_txt:hover{
    color: #ffffff;
}
.list_menu_footer{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 30px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.item_menu_footer{
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.item_menu_footer a{
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}
.item_menu_footer a:hover{
    opacity: 0.7;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #ffffff;
}
.navbar-default .navbar-nav>li>a{
    font-family: 'Zen Maru Gothic', sans-serif;
}
@media screen and (max-width:992px){
    .item_up_sec2_h3_child{
        font-size: 16px;
    }
    .f-24{
        font-size: 20px;
    }
    .img_sec4_pc{
        display: none;
    }
    .img_sec4_sp{
        display: block;
    }
    .rows_992{
        display: block;
    }
    .backstretch,.section_overlay{
        height: 500px !important;
    }
    .container_scroll_down{
        overflow: inherit;
    }
}
@media screen and (max-width:768px){
    .rows_768{
        display: block;
    }
    .item_up_sec2{
        width: 49%;
    }
    .item_up_sec2_last{
        margin-left: auto;
        margin-right: auto;
        padding-top: 30px;
    }
    .txt-fs17{
        font-size: 16px;
    }
    .f-24{
        font-size: 18px;
    }
    .f-18{
        font-size: 16px;
    }

    .row-table table tr td{
        width: 100% !important;
        float: left !important;
        border: 0 !important;
        font-size: 16px !important;
    }
    .row-table table tr td:last-child{
        border: 1px solid #0A1D38 !important;
    }
    .title-style6{
        float: left;
    }
    .representative{
        font-size: 16px;
    }
    .txt-fs16{
        font-size: 16px !important;
    }
    .backstretch,.section_overlay{
        height: 400px !important;
    }
    .tr_last_768{
        display: block;
    }
    .item_menu_footer a{
        font-size:14px;
    }
    .footer_logo_txt{
        font-size:22px;
    }
    .copyright_text{
        font-size: 14px;
        padding-top: 20px;
    }
}
@media screen and (max-width:600px){
    .item_menu_footer{
        text-align: left;
    }
    .list_menu_footer{
        justify-content: flex-start;
        max-width: 312px;
    }
}
@media screen and (max-width:500px){
    .row-table table tr td{
        font-size: 15px !important;
    }
    .google_map_2 iframe{
        height: 200px;
    }
    .item_up_sec2{
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 30px;
    }
    .item_up_sec2_last{
       padding-bottom: 0;
    }
    .backstretch,.section_overlay{
        height: 80vw !important;
        min-height: 300px;
    }
    .wrap-content{
        padding-top:40px !important;
    }
    .item_up_sec2_h3_child{
        height:auto;
    }
    .footer_logo_txt{
        font-size:20px;
    }
}
@media screen and (max-width:374px){
    .item_menu_footer {
        padding-left: 16px;
        padding-right: 16px;
    }
    .list_menu_footer{
        justify-content: center;
    }
}
.img_only{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #0A1D38;
    width: 100%;
}
@media screen and (max-width:992px){
    .img_only p{
        font-size: 30px;
    }
}
@media screen and (max-width:700px){
    .img_only p{
        font-size: 25px;
    }
}
@media screen and (max-width:400px){
    .img_only p{
        font-size: 22px;
    }
}
.google_calender{
    padding-top: 20px;
}
.google_calender iframe{
    width: 100%;
    height: 300px;
}
.ground_contact_page{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
}
.ground_contact_page a{
    display: flex;
    flex-wrap: wrap;
    width: 280px;
    justify-content: center;
    align-items: center;
    background-color: #0A1D38;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 19px;
}
.ground_contact_page a span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 17px;
}
@media screen and (max-width:640px){
    .ground_contact_page{
        flex-direction: column;
    }
    .ground_contact_page_left{
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .ground_contact_page_right{
        margin-left: auto;
        margin-right: auto;
    }
}