* html .clearfix { height: 1%; }

/*------------ ABOUT ------------*/

.layout{
    position:relative;
    margin:0 auto;

}
.layout:before{
    content: '';
    width: 100%;
    height: 585px;
    background: #1F2C5C;
    position: absolute;
    display: block;
    top: 50px;
    left: calc(0% - 0px);
    z-index:-1;
}
.layout .col1{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    color:rgb(255 255 255 / 0.8);
    max-width:1150px;
    margin:auto;

}

.layout .col1 .text{
    width: 53%;
    padding: 120px 20px 0 80px;
    box-sizing: border-box;
    font-size:14px;

}
.layout .col1 p{
    color: #ffffff;
    opacity: 0.8;
    filter: alpha(opacity=80);

}
.layout .col2{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    color:#525260;
    max-width:1150px;
    margin: -35px auto 0px;
}
.layout .col2 .title2{
    color:#94252a;
    letter-spacing: 12px;
    font-size:22px;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
}
.layout .col2 .title2 span{
    color:#1f2c5c;
    }
.layout .col2 .img{
    margin: -125px 0px 0px 0px;
}
.layout .col2 .text{
    width: 40%;
    padding: 0px 80px 0 70px;
    font-size:14px;
}
.layout .title1{
    background:#94252a;
    max-width:295px;
    padding: 13px 25px;
    box-sizing: border-box;
    color:#fff;
    margin: 0 0 35px 0;
    font-size: 22px;
    font-weight: 500;
    border-left:8px solid #9FA0A0;
    letter-spacing:2.2px;
    z-index: 2;
}

.layout .col2 .texttag ul{
    padding:0;
    position:relative;
}
.layout .col2 .texttag ul:before{
    content: '';
    width: 100%;
    height:1px;
    background: #94252a;
    position: absolute;
    display: block;
    top: -12px;
    left: calc(0% - 0px);
}
.layout .col2 .texttag ul li{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
    padding:0 10px;
    color:#1f1f1f;
    font-size:16px;
     font-family: 'Poppins', sans-serif;
     position:relative;
}
.layout .col2 .texttag ul li:before{
    content: '';
    width: 8px;
    height:8px;
    background: #94252a;
    position: absolute;
    display: block;
    border-radius:100%;
    top: -16px;
    left: calc(50% - 0px);
}


@media screen and (max-width: 1150px){
    .layout:before{
        display:none;
    }
.layout .col1{
    
    flex-direction: column;
    color:inherit;
    max-width:1150px;
    margin:0 auto;
    

}
.layout .col1 p {
    color: #525260;
    opacity:1;
}
.layout .col1 .text{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    font-size:14px;
}
.layout .col2 .text {
    width: 100%;
    padding: 20px;
    font-size: 14px;
}

.layout .col2{
     flex-direction: column;
}
.layout .col2 .img{
    margin: 0px 20px 20px;
}
.layout .col2 .texttag{
    max-width:500px;
    margin:auto;

}
.layout .col2 .texttag ul{
    padding:0;
    position:relative;
}
.layout .col2 .texttag ul:before{
    content: '';
    width: 1px;
    height: 100%;
    background: #94252a;
    position: absolute;
    display: block;
    top: 0px;
    left: calc(0% - -3px);
}
.layout .col2 .texttag ul li{
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
    padding:0 20px;
    color:#1f1f1f;
    font-size:16px;
     font-family: 'Poppins', sans-serif;
     position:relative;
}
.layout .col2 .texttag ul li:before{
    content: '';
    width: 8px;
    height:8px;
    background: #94252a;
    position: absolute;
    display: block;
    border-radius:100%;
    top: 10px;
    left: calc(0% - 0px);
}
.layout .col2 .title2{
    margin-bottom:0px;
    letter-spacing:3px;
}
.layout .title1{
    margin-bottom:20px;
}
}



/*------------ ABOUT ------------*/
/*------------ ABOUT2 ------------*/


.layout.layout2:before{
    content: '';
    width: 100%;
    height: 425px;
    background: #1F2C5C;
    position: absolute;
    display: block;
    top:60px;
    left: calc(0% - 0px);
    z-index:-1;
}
.layout.layout2 .col1{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    color:rgb(255 255 255 / 0.8);
    max-width:1200px;
    margin:auto;

}

.layout.layout2 .col1 .text{
    width: 53%;
    padding: 120px 42px 0 20px;
    box-sizing: border-box;
    font-size:14px;
}

.layout.layout2 .col2{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    color:#525260;
    max-width:1150px;
    margin: 0px auto 0px;
}
.layout.layout2 .col2 .title2{
    color:#94252a;
    letter-spacing: 3px;
    font-size:22px;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    margin: -5px 0;
}

.layout.layout2 .col2 .img{
    margin: -11px 0px 0px 0px;
}
.layout.layout2 .col2 .text{
    margin-top: 35px;
    width: 40%;
    padding: 0px 70px 0 70px;
    font-size:14px;
}
.layout.layout2 .col2 .text ul{
    padding-left: 30px;
    color:#1F1F1F;
    font-size: 16px;
    box-sizing: border-box;
}

.layout.layout2 .col2 .text .title1{
    background:none;
    max-width:400px;
    padding: 10px 0px;
    box-sizing: border-box;
    color:#1f2c5c;
    margin: 0 0 10px 0;
    font-size: 30px;
    font-weight: 500;
    border-left:0px solid #9FA0A0;
    letter-spacing:2.2px;
    z-index: 2;
}



.layout.layout2 .title1{
    background:#94252a;
    max-width:335px;
    padding: 13px 25px;
    box-sizing: border-box;
    color:#fff;
    margin: 0 0 35px 0;
    font-size: 22px;
    font-weight: 500;
    border-left:8px solid #9FA0A0;
    letter-spacing:2.2px;
    z-index: 2;
}




@media screen and (max-width: 1150px){
    .layout.layout2:before{
        display:none;
    }
    .layout.layout2 .col1 p {
    color: #525260;
    opacity:1;
}
.layout.layout2 .col1{
    
    flex-direction: column;
    color:inherit;
    margin:0 auto;
    

}

.layout.layout2 .col1 .text{
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
    font-size:14px;
}
.layout.layout2 .col2 .text {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    margin-top: 0px;
    box-sizing: border-box;
}

.layout.layout2 .col2{
     flex-direction: column;
}
.layout.layout2 .col2 .img{
    margin: 20px 0px;
}



}

/*------------ ABOUT2 ------------*/
/*------------ ABOUT3 ------------*/


.layout.layout3:before{
      
height: 470px;
      
top: 40px;
}
.layout.layout3 .col1{
   
   
    max-width:1200px;

}

.layout.layout3 .col1 .text{
    width: 50%;
    padding: 95px 50px 0 20px;
    box-sizing: border-box;
    font-size:14px;
}

.layout.layout3 .col2{
     
    margin: 0px auto 0px;
}
.layout.layout3 .col2 .title2{
    color:#94252a;
    letter-spacing: 12px;
    font-size:22px;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
}
.layout.layout3 .col2 .title2 span{
    color:#fff;
    }

.layout.layout3 .col2 .text{
    width: 40%;
    padding: 0px 80px 0 70px;
    font-size:14px;
}
.layout.layout3 .title1{
    background:#94252a;
    max-width:335px;
    padding: 13px 25px;
    box-sizing: border-box;
    color:#fff;
    margin: 0 0 35px 0;
    font-size: 22px;
    font-weight: 500;
    border-left:8px solid #9FA0A0;
    letter-spacing:2.2px;
    z-index: 2;
}


.layout.layout3 .col2 .texttag ul li{
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
    padding:0 10px;
    color:#fff;
    font-size:16px;
     font-family: 'Poppins', sans-serif;
     position:relative;
}



@media screen and (max-width: 1150px){
    .layout.layout3 .col2 .title2 span{
    color:#1f2c5c;
    }

    .layout.layout3:before{
        display:none;
    }
.layout.layout3 .col1{
    
    flex-direction: column;
    color:inherit;
    max-width:1150px;
    margin:0 auto;
    

}
.layout.layout3 .col1 p {
    color: #525260;
    opacity:1;
}
.layout.layout3 .col1 .text{
    width: 100%;
    padding: 0 20px 20px;
    box-sizing: border-box;
    font-size:14px;
}
.layout.layout3 .col2 .text {
    width: 100%;
    padding: 20px;
    font-size: 14px;
}

.layout.layout3 .col2{
     flex-direction: column;
}
.layout.layout3 .col2 .img{
    margin: 0px 20px 20px;
}
.layout.layout3 .col2 .texttag{
    max-width:500px;
    margin:auto;

}
.layout.layout3 .col2 .texttag ul{
    padding:0;
    position:relative;
}
.layout.layout3 .col2 .texttag ul:before{
    content: '';
    width: 1px;
    height: 100%;
    background: #94252a;
    position: absolute;
    display: block;
    top: 0px;
    left: calc(0% - -3px);
}
.layout.layout3 .col2 .texttag ul li{
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    list-style-type: none;
    padding:0 20px;
    color:#1f1f1f;
    font-size:16px;
     font-family: 'Poppins', sans-serif;
     position:relative;
}
.layout.layout3 .col2 .texttag ul li:before{
    content: '';
    width: 8px;
    height:8px;
    background: #94252a;
    position: absolute;
    display: block;
    border-radius:100%;
    top: 10px;
    left: calc(0% - 0px);
}
.layout.layout3 .col2 .title2{
    margin-bottom:0px;
    letter-spacing:3px;
}
.layout.layout3 .title1{
    margin-bottom:20px;
}
}

/*----- history -----*/
.layout.layout3 .col3{
    
    
    max-width:1150px;
    margin:100px auto 0;
    

}
.row.history{
    display: flex;
    margin-bottom: -15px;
}
.row.history .col{
    display:flex;
}
.row.history .col:nth-child(1){
    width: 15%;
    justify-content: center;
    align-items:flex-start;
}
.row.history .col:nth-child(2){
    width: 90%;
    border-left:1px solid #94252a;
    position:relative;
    margin-top: 8px;
}
.row.history .col:nth-child(2):before{
    content:'';
    display:block;
    background: #94252a;
    width: 9px;
    height: 9px;
    border-radius:20px;
    position:absolute;
    left:-5.5px;
    top: 0;
}
.row.history .col:nth-child(2) ul{
    margin:0;
    padding-bottom: 30px;
}
.row.history .col .year{
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    color: #444;
}
.row.history .col .txt{
    width: 100%;
    padding: 0 20px 5px;
    margin-bottom: 40px;
    border-bottom: 1px dotted #dcdcdc;
    margin-left: 20px;
    font-size: 18px;
    color: #444;
}
.row.history .col .txt .list{
    
}
.row.history .col .txt .pic{
    display: flex;
    justify-content: flex-start;
    width: 30%;
}
.row.history .col .txt .pic img{
    margin:0 5px;
    border-radius: 100%;
    border: 5px solid #ecdfce;
}

@media screen and (max-width: 767px) {
    .row.history .col:nth-child(2):before{
        display:none;
    }
    .layout.layout3 .col3{
    
    margin:50px auto 0;
    

}
    .row.history{
        flex-direction:column;
        margin-bottom: -30px;
    }
    .row.history .col:nth-child(1){
        justify-content: flex-start;
        width:100%;
        margin-bottom: -6px;
    }
    .row.history .col:nth-child(2){
        width:100%;
        margin-top: 0;
    }
    .row.history .col .year{
        width:100px;
        height:40px;
        line-height:40px;
        background:#94252a;
        color:#fff;
        text-align:center;
    }
    .row.history .col .txt {
        width: 100%;
        padding: 40px 20px 40px;
        margin-bottom: 60px;
        border-bottom: 1px dotted #dcdcdc;
        margin-left: 0px;
    }
    .row.history .col .txt .pic{
        width:100%;
        flex-wrap:wrap;
    }
    .row.history .col .txt .pic img {
        margin: 5px auto;
    }
}

/*------------ ABOUT3 ------------*/
/*------------ ABOUT4 ------------*/

.layout.layout4{
    padding-top: 60px;
    max-width:1300px;
}
.layout.layout4:before{
   
height: 400px;
   
top: 0px;
}
.layout.layout4 .col1{
   
    max-width:1130px;
 

}

.layout.layout4 .col1 .text{
    width: 43%;
    padding: 0px 20px 0 15px;
    box-sizing: border-box;
    font-size:14px;
}

.layout.layout4 .col2{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    color:#525260;
    max-width:1100px;
    margin: 0px auto 0px;
}


.layout.layout4 .col2 .img{
    margin: -127px 0px 0px 0px;
}
.layout.layout4 .col2 .text{
    width: 60%;
    padding: 33px 42px 0;
    font-size:14px;
    box-sizing: border-box;
}
.layout4 h3{
    letter-spacing: 5px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color:#fff;
    margin-bottom:0;
}
.layout.layout4  .text ul{
    padding-left: 20px;
    color:#fff;
    font-size: 16px;
    box-sizing: border-box;
}
.layout.layout4 .col2 .text ul{
    padding-left: 30px;
    color:#1F1F1F;
    font-size: 16px;
    box-sizing: border-box;
}
.layout.layout4  .text ul li{
    padding:2px 0;
}
.layout.layout4 .col2 .text ul li{
    padding-bottom:8px;
}


.layout.layout4 .col2 .text .title1{
    background:none;
    max-width:295px;
    padding: 5px 0px;
    box-sizing: border-box;
    color:#1f2c5c;
    margin: 0 0 0px 20px;
    border-left:0px solid #9FA0A0;
    letter-spacing: 5px;
    font-size: 22px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}


@media screen and (max-width: 1150px){
    .layout.layout4{
        padding-top:0;
    }
    .layout.layout4 :before{
        display:none;
    }
.layout.layout4  .col1{
    
    flex-direction: column;
    color:inherit;
    max-width:1150px;
    margin:0 auto;
    

}
.layout.layout4  .col1 p {
    color: #525260;
    opacity:1;
}
.layout.layout4  .col1 .text{

width: 100%;

padding: 0 20px 20px;

box-sizing: border-box;

font-size:14px;
}
.layout4 h3{
    
   color:#444;
   
}
.layout.layout4  .text ul{
   
    color:#525260;
   
}
.layout.layout4  .col2 .text {
    width: 100%;
    padding: 20px;
    font-size: 14px;
}

.layout.layout4  .col2{
     flex-direction: column;
}
.layout.layout4  .col2 .img{
    margin: 20px 0;
}



.layout.layout4  .col2 .title2{
    margin-bottom:0px;
    letter-spacing:3px;
}
.layout.layout4  .title1{
    margin-bottom:20px;
}
}



/*------------ ABOUT4 ------------*/


.clearfix { display: block; }
.col {
    box-sizing: border-box;
}
.about-layout {
    margin: 0 -30px;
}
.about-layout .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 30px 0;
}
.about-layout .col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.about-title {
    color: #FF732F;
    font-size: 33px;
    letter-spacing: 3px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 0.8em;
}
.news-title {
    color: #FF732F;
    font-size: 25px;
    letter-spacing: 3px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 15px;
}
.history-title {
    font-size: 25px;
    text-align: center;
    letter-spacing: 2px;
    border-top: 1px solid #ddd;
    margin: 2em 0 0.5em;
}
.history-title span {
    display: inline-block;
    vertical-align: top;
    margin-top: -22px;
    background: #fff;
    padding: 0 40px;
}
.about-layout2 .row {
    margin: 0 -15px;
}
.about-layout2 .col {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.products-editor-title {
    color: #94252a;
    font-size: 33px;
    letter-spacing: 3px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 0 0.8em;
}
.service-list {
    margin: 0 -2%;
    padding: 0;
    list-style-type: none;
}
.service-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.service-list .item {
    float: left;
    width: 50%;
    padding: 0 2%;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.service-list .item:nth-child(2n+1) {
    clear: left;
}
.service-list .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.service-list .box,
.index-service-item {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.service-list .pic-box,
.index-service-item .pic-box {
    display: table-cell;
    vertical-align: top;
    width: 210px;
}
.service-list .pic,
.index-service-item .pic {
    max-width: 200px;
    border: 5px solid #ccc;
    overflow: hidden;
    border-radius: 200px;
}
.service-list .txt-box,
.index-service-item .txt-box {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}
.service-list .name,
.index-service-item .name {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    line-height: 1.5;
    margin-bottom: 5px;
}
.index-service .row {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.index-service .col {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 4%;
}
.index-service .col2 {
    border: 1px solid #ddd;
    border-width: 0 0 0 1px;
}
.index-service-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.index-service-list li {
    padding-left: 22px;
    position: relative;
    margin: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-service-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border: 3px solid #94252a;
    border-radius: 6px;
    left: 5px;
    top: 5px;
    position: absolute;
}
.terms-title {
    color: #94252a;
    font-size: 17px;
    margin: 0 0 5px;
}
.contact-editor {
    max-width: 1000px;
    margin: 0 auto;
}
.contact-editor .col {
    float: left;
    width: 50%;
}
.contact-editor .col2 {
    padding-left: 6%;
}
.contact-map {
   
    border: 1px solid #ddd;
    padding: 5px;
}
.contact-map iframe {
    display: block;
    max-height: 100%;
}
.company-name {
    max-width: 241px;
    margin: 10px 0 30px;
}
.contact-info-list {
    padding: 0;
    margin: 0;
}
.contact-info-list dt {
    color: #1f2c5c;
    font-size: 16px;
    margin: 5px 0;
    font-weight:500
}
.contact-info-list dd {
    margin: 0;
    padding: 0;
}
.contact-info-list .icon {
    background-image: url('../../images/common/contact/info_ic.png');
    width: 30px;
    height: 30px;
    margin: 0 10px 4px 0;
    vertical-align: middle;
}
.contact-info-list .icon.tel { background-position: 0 0; }
.contact-info-list .icon.fax { background-position: 0 100%; }
.contact-info-list a:hover {
    text-decoration: underline;
}
.email-link {
    color: #94252a;
    text-decoration: underline;
}
.news-editor .row {
    margin: 0 -20px;
}
.news-editor .col {
    padding: 0 20px;
    float: left;
    width: 50%;
}
@media screen and (max-width: 1400px) {
    .index-service .col1 {
        padding-left: 2%;
    }
    .index-service .col2 {
        padding-right: 2%;
    }
}
@media screen and (max-width: 1300px) {
    .service-list {
        max-width: 960px;
        margin: 0 auto;
    }
    .service-list .item {
        width: 100%;
        display: block;
    }
    .index-service .col1 {
        padding-left: 0;
    }
    .index-service .col2 {
        padding-right: 0;
    }
}
@media screen and (max-width: 1000px) {
    .about-layout {
        margin: 0;
    }
    .about-layout .row,
    .about-layout .col {
        display: block;
        width: auto;
    }
    .about-layout .col {
        padding: 0 0 1.5em;
    }
    .news-editor .col {
        width: 100%;
    }
    .index-service .row,
    .index-service .col {
        display: block;
        width: auto;
    }
    .index-service .col {
        padding: 0;
    }
    .index-service .col2 {
        padding-top: 25px;
        margin-top: 30px;
        border-width: 1px 0 0;
    }
}
@media screen and (max-width: 767px) {
    .about-layout2 .col {
        float: none;
        width: auto;
        padding-bottom: 2em;
    }
    .about-title {
        font-size: 24px;
    }
    .history-title {
        font-size: 20px;
    }
    .history-title span {
        padding: 0 20px;
        margin-top: -18px;
    }
    .contact-editor .col {
        width: 100%;
        padding: 0;
    }
    .contact-map {
        height: 300px;
        margin-bottom: 1.8em;
    }
}
@media screen and (max-width: 639px) {
    .service-list .item,
    .service-list .pic-box,
    .service-list .txt-box,
    .index-service-item,
    .index-service-item .pic-box,
    .index-service-item .txt-box {
        display: block;
        float: none;
        width: auto;
        margin: 0 auto 20px;
    }
    .service-list .item {
        margin-bottom: 40px;
        max-width: 360px;
        padding: 0;
    }
    .service-list .pic-box,
    .index-service-item .pic-box {
        max-width: 210px;
        height: auto;
    }
    .service-list .txt-box,
    .index-service-item .txt-box {
        padding-left: 0;
    }
    .service-list .name,
    .index-service-item .name {
        text-align: center;
    }
}
@media screen and (max-width: 600px) {
    .contact-map {
        height: 200px;
    }
}