/* Basic ======================================================================*/
.title {
    font-size: 24px;
    display: block;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #375f2e;
    text-align: left; }
.title span { font-size: 22px; color: #808080; }

.subtitle { font-size: 18px; font-weight: normal; display: block; text-align: left; color: #062033; margin: 0px; }


.about_li{ list-style: disc; padding-left: 17px; }

@media only screen and (min-width: 993px) { .main .wrap:not(.full){ display: flex; flex-direction: row; flex-wrap: nowrap; } }
.full .title{ color:#628e59; }
.left-box{ text-align: center; margin-bottom:20px; min-width: 217px; margin-right: 58px;}
.left-top{ background: #fcc800; color: #fff; font-size:20px; padding:16px 8px; position: relative; }
.left-top.open{ background: #062033; }
/* .right-box { width: calc(100% - 275px); } */
.right-box { width:100%; }
.full .right-box { width: 100%; }
@media only screen and (max-width: 993px) { 
.left-center{ display:none; }
.left-box { margin-right: 0; width: 100%; }
.right-box { width: 100%; }

}

.left-center li{ border-bottom:1px solid #bbb; padding: 4px 0; }
.left-center a{ color:#000; display:block; font-size:16px; padding:8px 4px; }
.left-center a.current, .left-center a:hover{ background:#e5e5e5; }

.f-left{ float: left; }
.f-right{ float: right; }
.f-clear{ clear: both; }
.p-left{ padding-left:29px; }
.p-right{ padding-right:29px; }

/* path =======================================================================*/
.path { font-size: 13px; color: #5B656E; justify-content: flex-start; padding: 0 0 40px;  display: flex; flex-wrap: wrap; flex-direction: row; }
.path:before { content: '\f0da'; font-family: FontAwesome; color: #FFC107; margin-right: 8px; }
.path li { display: inline-block; }
.path li:after { color: #B1B1B1; }
.path li:after { content: "\f105"; font-family: FontAwesome; display: inline-block; padding: 0 5px; }
.path li:last-child:after { display: none; }
.path li:first-child:after { display: inline-block; }
.path a { color: #5B656E; }
.path a:hover { opacity: .5; }

/* Banner =====================================================================*/
.banner { position: relative; }
.banner img { width: 100%; }

/* About ======================================================================*/
.edit-box ul.history { position: relative; max-width: 740px; margin: 0; padding: 0; }
.history .list { width: 100%; display: flex; padding: 14px 0; align-items: center; padding-bottom: 12px; }
.history .list:not(:last-child) { border-bottom: 1px dotted #4c4c4c; }
.history .year { align-self: center; display: block; color: #D95225; font-size: 30px; position: relative; padding:8px 25px 8px 0; margin-right: 15px; }
.history .content { display: block; align-self: center;}
.edit-box .service , .edit-box .service li{ margin: 0; padding: 0; list-style-type: none; }
.edit-box .service li{ margin-bottom: 46px; }
.edit-box .service img{ display: block; min-width: 221px; margin-right: 20px; }
.edit-box .service .text{ align-self: center; }
.edit-box .service h3{ color: #506a85; margin: 0 0 14px; font-weight: 100; }
.edit-box .service p{ margin-bottom: 0; line-height: 1.4; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens: auto; text-align: justify; }

.cu-all {
    display: flex;
    flex-wrap: wrap;
}
.cu-right {
    width: 50%;
}
.cu-left {
    margin-right: 40px;
    width: calc(50% - 40px);
    margin-bottom: 20px;
}
.cu-title {
    display: inline-block;
    background: #628e59;
    color: #FFF;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

@media only screen and (min-width: 993px) {  
  .history .box { display: flex; flex-direction: row; }
  .history .year::after { background: #979797; content: ''; display: inline-block; width: 4px; height: 100%; position: absolute; right: 0; top: 0; }
  .edit-box .service li{ display: flex; flex-direction: row; align-items: center; }
  .edit-box .service p{ }
}

@media only screen and (max-width: 992px) { 
  .edit-box .service h3{ font-size: 1.3rem; margin: 14px 0 4px; }
}

/* Products ===================================================================*/
.product { display: flex; flex-wrap: wrap; padding-bottom: 90px; }
.product a { width: calc(100%/3 - 17px); margin-right: 25px; margin-bottom: 35px; display: block; text-align: center; }
.product a:nth-child(3n+3) { margin-right: 0px; }
.product a:hover .pic img { transform: scale(1.1); }
.product a:hover .name { color: #41A777; }
.product span { display: block; }
.product .pic { overflow: hidden; }
.product .pic img { width: auto; max-height: 210px; border: 1px solid #C0C0C0; float: left; transition: all .2s; }
.product .name { font-size: 18px; margin-top: 10px; text-align: center; color: #272727; transition: all .2s; }

@media only screen and (max-width: 992px) { .product { justify-content: space-between; }
  .product a { width: calc(50% - 54px); margin-right: 0px; } }
@media only screen and (max-width: 480px) { .product a { width: 100%; } }
/* Products List ==============================================================*/
.product-list { display: flex; flex-wrap: wrap; padding-bottom: 90px; }
.product-list>div { width: calc(100%/4 - 19px); margin-right: 25px; margin-bottom: 35px; display: block; text-align: center; }
.product-list>div:nth-child(4n+4) { margin-right: 0px; }
.product-list a:hover .pic img { transform: scale(1.1); }
.product-list a:hover .name { color: #41A777; }
.product-list span { display: block; }
.product-list .pic { overflow: hidden; }
.product-list .pic img { width: auto; max-height: 154px; border: 1px solid #C0C0C0; float: left; transition: all .2s; }
.product-list .name { font-size: 18px; margin-top: 10px; text-align: center; color: #272727; transition: all .2s; }

.narrative.edit-box { padding-bottom: 30px; }

@media only screen and (max-width: 992px) { .product-list { justify-content: space-between; }
  .product-list>div { width: calc(49% - 19px); margin-right: 0px; }
  .product-list .pic { display: flex; justify-content: center; align-items: center; }
  .product-list .pic img { max-height: 215px; } 
  .cu-right,.cu-left {
    width: 100%;
  }
}
@media only screen and (max-width: 375px) { .product-list>div { width: 100%; } }
/* Products Detail ============================================================*/
.pro-title { font-weight: bold; font-size: 18px; display: block; }

.product-up { display: flex; }
.product-up .left { max-width: 365px; width: 100%; }
.product-up .left .showbox { width: 100%; }
.product-up .left .showbox img { max-height: 365px; }
.product-up .right { padding-left: 50px; }
.product-up .owlpro .owl-nav { position: absolute; top: calc(50% - 12px); width: 100%; margin-top: 0px; }
.product-up .owlpro .owl-nav [class*=owl-] { margin: 0px; padding: 0px; background: transparent; font-size: 25px; color: #1EA78D; position: absolute; }
.product-up .owlpro .owl-nav [class*=owl-]:before { content: ''; font-family: FontAwesome; opacity: .5; }
.product-up .owlpro .owl-nav [class*=owl-]:hover { background: transparent; }
.product-up .owlpro .owl-nav [class*=owl-]:hover:before { color: #fff; opacity: 1; }
.product-up .owlpro .owl-nav .owl-prev { left: 0px; }
.product-up .owlpro .owl-nav .owl-prev:before { content: '\f137'; }
.product-up .owlpro .owl-nav .owl-next { right: 0px; }
.product-up .owlpro .owl-nav .owl-next:before { content: '\f138'; }

.product-down { margin-top: 45px; }
.product-down .resp-tab-content { padding: 0px; border: none; border-top: 1px solid #C9C9C9; overflow: hidden; padding-top: 20px; padding-bottom: 20px; }
.product-down .resp-tab-content p { margin: 1.12em 0; }

.probtn { margin-top: 15px; }
.probtn li:nth-child(2) { padding: 35px 0; }
.probtn .line { display: inline-block; width: 1px; height: 14px; background: #999; margin: 0 15px; }

@media only screen and (max-width: 480px) { .product-up { flex-direction: column; }
  .product-up .right { margin-top: 30px; padding-left: 0px; }
  .probtn li { text-align: center; }
  .probtn li:first-child { text-align: center; } }


/* Edit Style ====================================================================*/
.datatable { max-width: 875px; min-width: 500px; width: 100%; }
.datatable td, .datatable th { padding: 6px 15px; }
.datatable tr { background: #dedede; }
.datatable tr:nth-of-type(even) { background: #ebebeb; }
.datatable tr:nth-of-type(1) th { font-weight: normal; background: #506a85; color: #fff; text-align: center; }

.edit-box { font-size: 15px; padding-bottom: 20px; color: #252525; word-wrap: break-word; }
.edit-box ul, .edit-box ol { }
.edit-box ol ul, .edit-box ul ol, .edit-box ul ul, .edit-box ol ol { margin-top: 0; margin-bottom: 0; }
.edit-box li { display: list-item; list-style-type: inherit; }
.edit-box ul { list-style-type: disc; }
.edit-box ol { list-style-type: decimal; }
.edit-box ol.n, .edit-box ul.n { list-style: none; }
.edit-box ol.c, .edit-box ul.c { list-style: circle; }
.edit-box ol.s, .edit-box ul.s { list-style: square; }
.edit-box ol.dlz, .edit-box ul.dlz { list-style: decimal-leading-zero; }
.edit-box ol.lr, .edit-box ul.lr { list-style: lower-roman; }
.edit-box ol.ur, .edit-box ul.ur { list-style: upper-roman; }
.edit-box ol.la, .edit-box ul.la { list-style: lower-alpha; }
.edit-box ol.ua, .edit-box ul.ua { list-style: upper-alpha; }
.edit-box ol.lg, .edit-box ul.lg { list-style: lower-greek; }
.edit-box ol.amn, .edit-box ul.amn { list-style: armenian; }
.edit-box ol.grg, .edit-box ul.grg { list-style: georgian; }
.edit-box ul, .edit-box ol { display: block; page-break-before: avoid; margin-left: 20px; }
.edit-box .sub { vertical-align: sub; }
.edit-box .sup { vertical-align: super; }
.edit-box .red { color: #E06666; }
.edit-box .title { font-size: 18px; font-weight: normal; display: block; text-align: left; color: #062033; margin: 0px; }
.edit-box a { color: #1EA78D; }
.edit-box a:hover { opacity: .5; }
.edit-box p{ margin-bottom:42px; line-height:1.6; }

/* .edit-box .ed-iso { height: auto; width: 100%; display: flex; justify-content: center; margin: 50px 0 30px 0; list-style-type: none; position: relative; } */
.edit-box .dlz-orange { position: relative; list-style-type: none; margin-left: 30px; }
.edit-box .dlz-orange li { margin: 0 0 40px; }
.edit-box .dlz-orange span { background: #30a16c; color: #fff; font-size: 12px; position: absolute; left: -30px; border-radius: 100%; padding: 0 5px; }

.edit-box .row { display: flex; flex-wrap: wrap; }
.edit-box .ed-pic { max-width: 288px; width: 100%; }
.edit-box .ed-text { width: calc(100% - 288px); padding-left: 20px; }
.edit-box ul.pro-ul li { position: relative; }
/* .edit-box ul.pro-ul li:before { content: ''; position: absolute; top: 9px; left: -16px; width: 6px; height: 6px; border-radius: 100%; background: #D95225; } */

@media only screen and (max-width: 425px) { .edit-box [class^="ed-"] { width: 100%; max-width: 100%; padding-left: 0px; }
  .edit-box .ed-pic { text-align: center; } }

input.btn-submit { color: #fff; background: #628e59 !important; padding: 10px 60px; position: relative; transition:.2s; bottom: 0;width: unset; }
input.btn-submit:hover { box-shadow: 0 4px 4px 0 rgba(51, 51, 51, .4); border-bottom: 8px #375f2e solid; bottom: 8px; }
input.btn-submit:active{ border-bottom-width: 0; bottom: 0; }

input.btn-reset { color: #fff; background: #6B6B6B !important; padding: 10px 60px; position: relative; transition:.2s; bottom: 0;width: unset; }
input.btn-reset:hover { box-shadow: 0 4px 4px 0 rgba(51, 51, 51, .4); border-bottom: 8px #505050 solid; bottom: 8px; }
input.btn-reset:active{ border-bottom-width: 0; bottom: 0; }