/*
Theme Name:   Quality blue
 Description:  A Business theme which is ideal for creating a corporate or business website. Quality Blue is a colored-variation child theme of Quality. Quality Blue comes with various locales.
 Author:       webriti
 Author URI:   https://www.webriti.com
 Theme URI:    https://webriti.com/quality-blue-child-version-details-page/
 Template:     quality
 Version:      1.6
 Tags:         translation-ready, theme-options, custom-menu, threaded-comments
 Requires at least: 4.7
 Tested up to: 5.5
 Requires PHP: 5.4
 License: GPLv2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  quality-blue
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'YuGo-Bold' !important;
}

body {
    max-width: 1920px;
    margin: 0 auto !important;
}

html {
    scroll-behavior: smooth;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.a-center {
    align-items: center;
}

.j-between {
    justify-content: space-between;
}

.flex-space {
    flex: 1;
}

.f-32 {
    flex: 0 0 32%;
}

.f-48 {
    flex: 0 0 48%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

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

input {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input:hover,
input:focus,
input:active {
    outline: none;
}

input::-webkit-input-placeholder {
    color: #bdc1cc;
}

input::-moz-placeholder {
    color: #bdc1cc;
}

input:-ms-input-placeholder {
    color: #bdc1cc;
}

input:-moz-placeholder {
    color: #bdc1cc;
}

textarea::-webkit-input-placeholder {
    color: #bdc1cc;
}

textarea::-moz-placeholder {
    color: #bdc1cc;
}

textarea:-ms-input-placeholder {
    color: #bdc1cc;
}

textarea:-moz-placeholder {
    color: #bdc1cc;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style-type: none;
}

img {
    border: 0px;
    max-width: 100%;
}

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

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.inner-container {
    width: 100%;
    max-width: 882px;
    margin: 0 auto;
}


/* Header  */

header {
    padding: 20px;
    background: url(./images/bg-header.png) no-repeat;
    background-position: bottom right;
    /* background-size: cover; */
}

.header-container {
    background: #fff;
    position: relative;
}

.menu .menu-item {
    text-align: center;
    width: 100px;
    height: 100px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.menu a {
    background: #003271;
    color: #fff;
    margin-left: 1px;
}

.menu a:focus,
.menu a:active,
.menu a:hover {
    background: #ff6c00;
    color: #fff;
}

.menu .menu-item:first-of-type {
    padding: 0;
}

.menu .menu-item:first-of-type p {
    margin-top: -15px;
}

.menu-item img {
    width: 50px;
}

.menu-item p {
    font-size: 12px;
    flex: 0 0 100%;
}

.logo {
    margin-left: 30px;
}

.logo-detail {
    font-size: 12px;
    margin-left: 30px;
    margin-bottom: 0;
    color: #003271;
}

.contact-phone {
    margin-right: 30px;
}


/* Top Banner */

.top-banner {
    background: url(./images/top-banner.jpg) no-repeat;
    background-size: cover;
    background-position: top right;
    height: 940px;
    position: relative;
}

.top-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}


/* Normal */

.title {
    font-size: 50px;
    letter-spacing: 3px;
    color: #00a0e9;
}

.title-placeholder {
    font-size: 24px;
    color: #bfbebe;
}

.prefer-gallery {
    width: 90%;
    max-width: 1775px;
    padding: 0px;
    margin: 50px auto 0;
}

.prefer {
    padding-top: 100px;
    background: url(./images/bg-sec.jpg) no-repeat;
    background-size: 100%;
    background-position: top center;
}

.prefer-item {
    /* flex: 0 0 32%; */
    position: relative;
    margin-bottom: 1%;
}

.prefer-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 20px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    min-height: 100px;
}

.prefer-overlay .font-1 {
    font-size: 20px;
}

.prefer-overlay .font-2 {
    font-size: 30px;
}

.y-color {
    color: #fffc00;
}

.o-color {
    color: #ff6c00;
}


/* About section */

.about-monitor {
    margin-top: 100px;
    background: #00a0e9;
}

.about-monitor .about-item,
.about-monitor .about-content {
    flex: 0 0 50%;
}

.about-monitor .about-item {
    padding-top: 50%;
    position: relative;
}

.about-monitor .about-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
}

.about-monitor .about-content {
    padding: 0 4%;
}

.about-monitor .about-content h2 {
    margin: 50px 0 20px;
}

.about-monitor .about-content p {
    color: #fff;
    margin: 0;
}


/* Construction section */

.construction {
    padding-top: 100px;
    background: url(./images/bg-sec-3.jpg) no-repeat;
    background-position: top right;
}

.construction .title-placeholder {
    margin-bottom: 50px;
}

.construction .con-item {
    flex: 0 0 50%;
}

.construction .con-item img {
    width: 100%;
}

.construction .d-flex {
    position: relative;
}

.construction .cons-detail {
    -webkit-box-shadow: 0px 0px 5px 3px rgba(207, 207, 207, 0.5);
    -moz-box-shadow: 0px 0px 5px 3px rgba(207, 207, 207, 0.5);
    box-shadow: 0px 0px 5px 3px rgba(207, 207, 207, 0.5);
}

.construction .img-center {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}

.sub-title {
    text-align: center;
    margin-top: 50px;
}

.sub-title h2 {
    font-size: 32px;
    color: #00a0e9;
    position: relative;
    text-align: center;
    display: inline-block;
}

.sub-title h2::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 100%;
    background: #fffc00;
    bottom: 8px;
    z-index: -1;
}

.sub-title p {
    color: #a2a2a2;
}

.detail-table {
    margin-top: 50px;
}

.detail-table div {
    flex: 0 0 33%;
    margin-bottom: 0.5%;
    padding: 20px;
    background: url(./images/bg-item.jpg) repeat;
    color: #00b7ee;
}

div.b-color {
    color: #fff;
    padding: 20px 0;
    background: #00b7ee;
}

.detail-table div.b-color {
    padding: 20px;
}

.detail-table p {
    flex: 0 0 100%;
    color: #00b7ee;
    margin: 15px;
    font-size: 14px;
}

.product-detail-sec .inner-container {
    margin-top: 50px;
}

.product-detail-sec .item {
    /* flex: 0 0 32%; */
    margin-bottom: 1%;
}

.product-detail-sec .item img {
    width: 100%;
}

.product-detail-sec .item ul {
    margin-top: 15px;
}

.product-detail-sec .item ul li {
    padding: 5px 10px;
    border-bottom: dashed 1px #00a0e9;
    color: #00a0e9;
    font-size: 16px;
}

.product-detail-sec .detail-table div {
    flex: 0 0 66.5%;
}

.product-detail-sec .detail-table div.b-color {
    flex: 0 0 33%;
}


/* Flow section */

.flow {
    margin-top: 100px;
    padding-top: 100px;
    background: url(./images/bg-sec-4.jpg) no-repeat;
    background-size: cover;
    background-position: top right;
}

.flow-content {
    margin-top: 50px;
    padding-bottom: 50px;
}

.flow-content .item {
    margin: 20px 0;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(207, 207, 207, 0.5);
    -moz-box-shadow: 0px 0px 5px 3px rgba(207, 207, 207, 0.5);
    box-shadow: 0px 0px 5px 3px rgba(207, 207, 207, 0.5);
}

.flow-content .item {
    position: relative;
    background: #fff;
}

.flow-content .item .text-area {
    width: 75%;
}

.flow-content img {
    display: inline-block;
}

.text-area .flow-step-title {
    border-bottom: solid 1px #c4c4c4;
    font-size: 24px;
}

.flow-step-title .step-num {
    flex: 0 0 30%;
    -webkit-clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
    clip-path: polygon(85% 0, 100% 50%, 85% 100%, 0 100%, 0 0);
    background: #00a0e9;
    padding: 30px;
    color: #fff;
    text-transform: uppercase;
}

.flow-step-title .step-title {
    color: #00a0e9;
    padding-left: 30px;
}

.flow-step-content {
    color: #00a0e9;
    padding: 25px 30px;
    background: url(./images/bg-flow-item.jpg) repeat;
    line-height: 30px;
}

.flow-content .item .img-area {
    width: 25%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.flow-content .item .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* FAQ section */

.faq {
    padding-top: 100px;
    padding-bottom: 50px;
}

.faq-content {
    margin-top: 50px;
}

.tabs {
    overflow: hidden;
}

.tab {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 15px;
}

.tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 30px;
    background: #7ecef4;
    color: #fff;
    cursor: pointer;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.tab-label:hover {
    background: #00a0e9;
}


/* 
.tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
} */

.tab-content {
    max-height: 0;
    padding: 0em 40px;
    color: #00a0e9;
    background: white;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.tab-close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #00a0e9;
    cursor: pointer;
}

.tabs input[type="radio"] {
    opacity: 0;
    display: none !important;
}

.tab-close:hover {
    background: #00a0e9;
}

input:checked+.tab-label {
    background: #00a0e9;
}

input:checked+.tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em 40px;
}


/* Demo section */

.demo {
    padding: 50px 0;
    background: url(./images/bg-sec-5.jpg) no-repeat;
    background-size: cover;
    background-position: bottom right;
}

.demo .screenshot {
    margin-top: 50px;
    padding-bottom: 30px;
    overflow: hidden;
    width: 100%;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(207, 207, 207, 0.5);
    -moz-box-shadow: 0px 0px 5px 3px rgba(207, 207, 207, 0.5);
    box-shadow: 0px 0px 5px 3px rgba(207, 207, 207, 0.5);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.demo .screenshot img {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    object-fit: cover;
}

.about-company {
    margin-top: 0;
}

.about-company .title-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.about-company .title-area p.title-placeholder {
    color: #fff;
}

.about-company .about-content p:nth-of-type(1) {
    flex: 0 0 30%;
}

.about-company .about-content .d-flex {
    margin-bottom: 15px;
}

.about-company .about-content p:nth-of-type(2) {
    flex: 0 0 69%;
}

.contact {
    background: url(./images/bg-sec-7.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.contact .title {
    color: #fff;
}

.contact .contact-item {
    /* flex: 0 0 32%; */
    color: #fff;
}

.contact-item .rect {
    text-align: center;
    padding: 10px 30px 30px;
    border: solid 1px #fff;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.contact-item a:hover .rect {
    background: rgba(0, 50, 113, 0.9);
}

.contact-item .rect img {
    display: inline-block;
}

.rect p.r-b {
    font-size: 32px;
    margin: 0;
    color: #fff;
}

.rect p.r-s {
    font-size: 10px;
    color: #fff;
}

.rect p.r-m {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}

.contact .contact-item .r-l {
    margin-top: 20px;
}

footer {
    padding: 50px 0;
    border-top: solid 1px #003271;
}

footer .f-32 {
    flex: 0 0 28%;
}

footer .f-32:nth-of-type(1) {
    flex: 0 0 40%;
}

.inform,
.inform h2 {
    color: #003271;
}

.inform h2:nth-of-type(1) {
    font-size: 14px;
}

.inform .step-title {
    font-size: 20px;
    margin-top: 20px;
    margin: 0;
    color: #003271;
}

.inform .footer-menu {
    margin-top: 20px;
    padding-top: 20px;
    border-top: #003271 1px dashed;
}

.inform .footer-menu a {
    color: #003271;
}

.inform .footer-menu a:hover {
    color: #ff6c00;
}

.inform .footer-menu ul {
    padding: 0;
}

.inform .footer-menu ul li {
    padding: 2px 0;
}

.blog-area .blog-title {
    color: #f4b906;
    font-size: 24px;
    padding: 15px 25px;
    background: #003271;
}

.blog-item {
    padding: 10px 0;
    border-bottom: dashed 1px #003271;
    color: #003271;
}

.blog-item p {
    margin: 0;
}

.blog-item p:nth-of-type(2) {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.blog-item p:nth-of-type(1) {
    color: #f4b906;
}

.blog-area a:hover .blog-item {
    color: #ff6c00;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.blog-more {
    padding-top: 25px;
    text-align: right;
}

.blog-more-btn {
    padding: 10px 50px;
    background: #003271;
    color: #fff;
    border: solid 1px #003271;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.blog-more-btn:hover {
    color: #003271;
    background: #fff;
}

.copyright {
    margin-top: 50px;
    padding-top: 30px;
    border-top: solid 1px #003271;
    color: #003271;
    text-align: center;
}


/* Main-banner */

.main-banner {
    background: url(./images/main-banner.jpg) no-repeat;
    background-position: top right;
    height: 340px;
    position: relative;
}

.main-banner .container {
    height: 100%;
    position: relative;
}

.page-title-new {
    position: absolute;
    top: 50%;
    left: 0;
    color: #003271;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.page-title-new h1 {
    font-size: 66px;
    color: #003271;
    letter-spacing: 5px;
}

.page-title-new p {
    font-size: 26px;
}

.pdf-download {
    padding: 80px 0;
}

.space-flex {
    flex: 1;
}

.pdf-name {
    font-size: 30px;
    color: #ff6c00;
}

.pdf-part img {
    width: 30px;
}

.pdf-part span {
    line-height: 20px;
    display: inline-block;
    color: #f24b4b;
}

.pdf-btn {
    margin-left: 30px;
}

.btn-black {
    background: #434343;
    border: solid 1px #434343;
    color: #fff;
    padding: 15px 80px;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.btn-black:before {
    content: '〉';
    position: absolute;
    right: 30px;
}

.btn-black:hover {
    background: #fff;
    color: #434343;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.btn-black-outline {
    background: #fff;
    border: solid 1px #434343;
    color: #434343;
    padding: 15px 80px;
    font-size: 20px;
    position: relative;
    display: inline-block;
}

.btn-black-outline:before {
    content: '〈';
    position: absolute;
    left: 30px;
}

.btn-black-outline:hover {
    background: #434343;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}

.pdf-area {
    margin-top: 50px;
    padding: 20px 0;
    border-top: dashed 1px #003271;
    border-bottom: dashed 1px #003271;
}

.recurite-detail {
    letter-spacing: 1px;
    margin-top: 50px;
}

.detail-step-title {
    font-size: 20px;
    margin-bottom: 20px;
}

.recurite-detail .d-flex {
    margin-top: 20px;
}

.recurite-detail .d-flex:nth-of-type(1) {
    margin-top: 50px;
}

.confirm-sec {
    margin-top: 50px;
}

.confirm-sec p {
    margin-bottom: 50px;
}


/* Contact page */

.contact-sec {
    padding: 80px 0;
}

.contact-sec .contact-detail {
    margin-bottom: 50px;
}

.require {
    color: #ff5454;
}

.form-field {
    margin-bottom: 15px;
}

.form-field .field-title {
    flex: 0 0 25%;
}

.form-field .field-content {
    flex: 0 0 74%;
    min-height: 38px;
}

.form-field .field-content input,
.form-field .field-content textarea {
    width: 100%;
    border-style: solid;
}

.form-field .field-content input {
    height: 38px;
    border-color: #fff;
    background: #efefef;
    padding: 0 10px;
}

.form-field .field-content input:read-only {
    background: #fff;
    border-color: #efefef;
}

.form-field .field-content textarea {
    height: 200px;
    resize: none;
    border-color: #fff;
    background: #efefef;
    padding: 10px;
}

.form-field .field-content textarea:read-only {
    background: #fff;
}

.field-content input,
.field-content select,
.field-content textarea {
    display: inline-block !important;
    width: auto;
}

.fax .field-content input {
    width: 30%;
}

.form-field .field-content input:focus,
.form-field .field-content textarea:focus {
    outline: none;
}

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

.privacy {
    margin-top: 50px;
}

.privacy .privacy-content {
    background: #efefef;
    padding: 20px;
    height: 200px;
    overflow-y: scroll;
}

.form-field input[type="radio"] {
    opacity: 1;
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.field-content .d-flex {
    display: inline-flex;
}

.field-content label {
    margin-right: 15px;
}

select {
    min-width: 80px;
    height: 36px;
    background: #efefef;
    border-color: #fff;
    padding: 0 20px 0 10pxR;
}

select:focus,
select::selection {
    outline: none;
}

.check-area {
    margin-top: 50px;
}

.check-area p {
    color: #003271;
    font-size: 18px;
    margin-bottom: 30px;
}

.check-area li {
    margin-bottom: 5px;
    padding: 0;
}

.check-area li input {
    margin-top: 5px;
    margin-right: 15px;
}

.check-area li label {
    flex: 90%;
}

.file-set-area {
    width: 100%;
    margin-bottom: 20px;
}

.file-set-area input {
    flex: 0 0 75%;
}

.file-set-area img {
    width: 32%;
    margin-right: 1%;
}

.file_select {
    flex: 0 0 20%;
    text-align: center;
    background: #434343;
    height: 34px;
    border: solid 1px #434343;
    color: #fff;
    line-height: 34px;
    margin: 0 !important;
}

.file_select:hover {
    cursor: pointer;
    background: #fff;
    color: #434343;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.company-put-content {
    margin-top: 60px;
    color: #00a0e9;
	font-size: 20px;
}

.request-desc {
    color: #00a0e9;
    font-size: 20px;
}

.request-desc.sub-desc {
    font-size: 16px;
}

@media (max-width: 1511px) {
    .logo-detail {
        display: none;
    }
    .menu .menu-item {
        width: 75px;
    }
    .prefer-overlay {
        line-height: 20px;
        font-size: 14px;
        min-height: 80px;
        padding-bottom: 10px;
    }
    .prefer-overlay p {
        line-height: 20px;
    }
    .prefer-overlay .font-1 {
        font-size: 16px;
    }
    .prefer-overlay .font-2 {
        font-size: 22px;
    }
}

@media (max-width: 1190px) {
    .container {
        max-width: 860px;
    }
    .f-32 {
        flex: 0 0 49%;
    }
    .title {
        font-size: 36px;
        margin: 0;
    }
    .title-placeholder {
        font-size: 18px;
    }
    .about-monitor .about-content h2 {
        margin: 20px 0 10px;
        font-size: 20px;
    }
    .about-monitor .about-content p {
        font-size: 14px;
    }
    .construction .img-center {
        width: 65px;
        bottom: 45px;
    }
    .detail-table div {
        font-size: 14px;
    }
    .contact .contact-item,
    .product-detail-sec .item {
        flex: 0 0 32%;
    }
    .flow-step-title .step-num {
        padding: 15px 30px;
    }
    .about-company .about-content .d-flex {
        margin-bottom: 5px;
    }
    .logo {
        margin-left: 15px;
    }
    .logo img {
        width: 260px;
    }
    .contact-phone img {
        width: 200px;
    }
    .about-item {
        min-height: 580px;
    }
    .rect p.r-b {
        font-size: 28px;
    }
}

.sp {
    display: none;
}

#attach01,
#attach02,
#attach03 {
    opacity: 0;
    width: 0;
    height: 0;
}

@media(max-width: 1023px) {
    .file_select,
    #file01,
    #file02,
    #file03 {
        flex: 0 0 100%;
    }
    .page-title-new {
        width: 100%;
        text-align: center;
    }
    .sp {
        display: block;
    }
    .contact-phone,
    .menu {
        display: none;
    }
    .header-container {
        padding: 20px 0;
    }
    p {
        font-size: 14px;
    }
    .title {
        font-size: 24px;
    }
    .detail-step-title {
        font-size: 18px;
    }
    .container {
        max-width: 450px;
    }
    .top-banner {
        height: 600px;
    }
    .prefer-gallery {
        max-width: 450px;
        width: 100%;
    }
    .f-48,
    .contact .contact-item,
    .product-detail-sec .item,
    .construction .con-item,
    .about-monitor .about-item,
    .about-monitor .about-content,
    .f-32 {
        flex: 0 0 100%;
    }
    .about-item {
        min-height: auto;
    }
    .about-monitor .about-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .construction .img-center {
        bottom: 45%;
        left: 65%;
    }
    .detail-table div.b-color:nth-of-type(2),
    .detail-table div.b-color:nth-of-type(3),
    .detail-table div {
        flex: 0 0 49.6%;
    }
    footer .f-32:nth-of-type(1),
    footer .f-32,
    .product-detail-sec .detail-table div.b-color,
    .product-detail-sec .detail-table div,
    .detail-table div.b-color {
        flex: 0 0 100%;
    }
    .product-detail-sec .inner-container .item:nth-of-type(1),
    .product-detail-sec .inner-container .item:nth-of-type(2) {
        flex: 0 0 49.6%;
    }
    div.b-color {
        padding: 15px 0;
        font-size: 12px;
    }
    .sub-title h2 {
        font-size: 24px;
    }
    .flow-content .item .text-area {
        width: 100%;
    }
    .flow-content .item .img-area {
        display: none;
    }
    .flow-step-title .step-num {
        padding: 10px 15px;
        font-size: 16px;
    }
    .flow-step-title .step-title {
        font-size: 16px;
    }
    .flow-step-content {
        padding: 10px 30px;
        font-size: 14px;
    }
    .flow-content img {
        width: 30px;
    }
    .blog-area {
        order: 1;
    }
    .inform {
        order: 3;
    }
    .twitter-area {
        order: 2;
        margin-top: 30px;
    }
    .page-title-new h1 {
        font-size: 32px;
    }
    .page-title-new p {
        font-size: 20px;
        text-align: center;
    }
    .form-field .field-title,
    .form-field .field-content {
        flex: 0 0 100%;
    }
    .submit-btn .field-content {
        text-align: center;
    }
    .scroll-up {
        right: 25px !important;
    }
    header {
        padding: 10px;
    }
    .copyright {
        font-size: 12px;
    }
}

@media (max-width:449px) {
    .product-detail-sec .inner-container .item:nth-of-type(1),
    .product-detail-sec .inner-container .item:nth-of-type(2) {
        flex: 0 0 100%;
    }
    .file-set-area img {
        width: 100%;
        margin: 0 0 15px;
    }
}


/* Humburger Menu */

.hum-menu {
    position: absolute;
    width: 100%;
    top: 23px;
    left: 0;
}

#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked~.menu__btn>span {
    transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
    visibility: visible;
    left: 0vw;
}

.menu__btn {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1000;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #003271;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 100vw;
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 150px 0 80px;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
    transition-duration: .25s;
    z-index: 999;
    background: #fff;
}

.menu__item {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
}

.menu__item:hover {
    background-color: #CFD8DC;
}

.menu__box li {
    margin: 0 16px;
    border-bottom: dashed 1px #003271;
}

.menu__box li a {
    padding: 16px 0;
    color: #003271;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.menu__box li a:hover {
    color: #ff6c00;
}

.menu__box li:first-of-type {
    border-top: dashed 1px #003271;
}

.menu__box .header-buttons {
    margin-top: 16px;
}

.sp-menu-logo {
    display: none;
}

.menu-container {
    min-height: 70px;
    padding-right: 30px;
}


/* Paggination */

.navigation {
    margin-top: 50px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation ul {
    display: flex;
    justify-content: space-between;
    width: 50%;
    max-width: 270px;
    margin: auto;
    padding: 0;
}

.navigation li {
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 2px;
    width: 75px;
    height: 75px;
    font-weight: 600;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.navigation li.center-link {
    flex: 1;
    font-size: 20px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a {
    cursor: pointer;
    font-size: 40px;
    color: #000000;
}

.navigation li.disabled a:hover {
    cursor: unset;
}

.navigation li.disabled a {
    color: #7c7979 !important;
}

.page-title-section {
    background: url(./images/main-banner.jpg) no-repeat;
    background-position: top right;
    height: 340px;
    position: relative;
}

.page-title h1 {
    color: #003271;
}

.thanks-sec {
    padding: 30px 0;
}

.demo-btn {
    padding: 10px 40px;
    margin: 20px 0;
    background: #00b7ee;
    border: solid 1px #00b7ee;
    color: #fff;
}

.demo-btn:focus,
.demo-btn:hover {
    color: #00b7ee;
    background: #fff;
}

.demo-info {
    color: #00b7ee;
    padding-top: 20px;
}

.item-detail {
    flex: 0 0 100%;
    color: #00a0e9;
}