/*------------ / banner ------------*/
.banner {
    padding-bottom: 0px;
	padding-top: 0px;
}
.banner:before {
    content: '';
    background: url('../../images/common/index/banner_cover.png') 50% 100% / 100% 100% no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
	z-index:1;
	display: none;
}
.banner .slider:before {
    content: '';
    border: 0px solid #fff;
    position: absolute;
    z-index: 50;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.15;
    pointer-events: none;
}
.banner-slider-control {
    position: absolute;
    z-index: 50;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -70px;
}
.banner .slick-prev,
.banner .slick-next {
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_arrow.png') no-repeat;
    width: 25px;
    height: 50px;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    margin-right: 10px;
}
.banner .slick-next {
    background-position: 100% 0;
    margin-left: 10px;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner-slider-dots {
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots li {
    vertical-align: middle;
}
.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}
/*------------ / site-main ------------*/
.site-main {
    padding-bottom: 50px;
}
/*------------ / products ------------*/
.sect1 {
    padding: 60px 0;
}
.products-sect-title {
    background: url('../../images/common/index/icon.png') 50% 0 no-repeat;
    margin: 0 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 26px;
    position: relative;
    text-align: center;
}
.products-sect-title:before{
    content: '';
    background: url(../../images/common/index/products_title_ic.png) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
    width: 18px;
    height: 12px;
    display: block;
}
.products-sect-title span {
    color: #000;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}
.products-sect-title span:before{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    left: -30px;
    top: 19px;
}
.products-sect-title span:after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    right: -30px;
    top: 19px;
}

.products-sect-title .more {
    position: absolute;
    top: 38px;
    right: 15px;
}
.products-sect-title .more a{
    width: auto;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #555555;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.products-sect-title .more a:hover{
    color: #AF9A48;
}
.products-sect-title .more a:after{
    display: inline-block;
    margin-left: 7px;
    content: '';
    width: 15px;
    height: 3px;
    background: #555555;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: -2px;
}
.products-sect-title .more a:hover:after{
    width: 65px;
    background:  #AF9A48;
}


.products-list {
    margin: 0 -10px;
}
.products-list .item {
    width: 16.66%;
    padding: 0 10px;
}

.products-list .box {
    max-width: 220px;
    margin: 20px auto 50px;
    position: relative;
}
.products-list .box:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #888888;
    position: absolute;
    left: 0;
    bottom: -9px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.products-list .box:hover:after {
    width: 100%;
    
}
.products-list .box.new:before {
    content: 'NEW';
    position: absolute;
    font-size: 12px;
    width: 40px;
    z-index: 10;
    top: -20px;
    left: 12px;
    color:  #FFF;
    background: rgba(175,154,72, 0.85);
    border-radius: 34px;
    padding: 13px 3px;
    text-align: center;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}
.products-list .pic:before {
    content: '';
    background: rgba(255,255,255,.4);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.products-list .box:hover .pic:before {
    opacity: 1;
}
.products-list .txt {
	position: relative;
    z-index: 1;
}
.products-list .description {
    font-size: 13px;
    color: #777777;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 39px;
}
.products-list .name {
    color: #373737;
    font-size: 17px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list .box:hover .name {
    color: #A67B42;
}
.products-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.products-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/products_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.products-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}

/*------------ / about ------------*/
.sect2 {
    padding: 0;
    background: url(../../images/common/index/about_bg.jpg) no-repeat 50% 50%;
    position: relative;
}
.sect2:after{
    content: '';
    display: block;
    background: url(../../images/common/index/about_cover.png) no-repeat center bottom;
    width: 100%;
    height: 110px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.sect2 .container {
    max-width: 1300px;
    padding: 0 0 0px;
}
.about-sect {

    position: relative;
    overflow: hidden;
    background: transparent;
}
.about-sect-title {
    color: #000000;
    font-size: 20px;
    margin-bottom: 18px;
    letter-spacing: 3px;
    width: 90%;
    border-bottom: solid 1px #CCCCCC;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
}

.about-sect .txt-box {
    float: right;
    width: 100%;
    margin-right: 0%;
    color: #3F3F3F;
    line-height: 1.55;
    padding: 55px 0px 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #FFF;
    max-width: 456px;
    position: relative;
    z-index: 10;
}
.about-sect .txt-box:before{
    content: '';
    width: 0;
height: 0;
border-style: solid;
border-width: 10.5px 13px 10.5px 0;
border-color: transparent #fff transparent transparent;
    position: absolute;
    left: 13px;
    top: 50%;

}
.about-sect .editor {
    color:#3F3F3F;
    font-size: 15px;
    line-height:1.7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding: 0 35px;
}
.about-sect .ibtn.more {
    display: block;
    text-indent: inherit;
    color: #888888;
    font-size: 13px;
    position: relative;
    margin-left: 45px;
    text-transform: uppercase;
    top: -1px;
}
.about-sect .ibtn.more:after{
    content: '';
    display: inline-block;
    margin-left: 8px;
    background: url(../../images/common/index/about_arrow.png) no-repeat;
    width: 23px;
    height: 6px;
    position: relative;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    background-position: 0 0;
    
}
.about-sect .ibtn.more:hover{
    color: #AF9A48;
}
.about-sect .ibtn.more:hover:after{
    background-position: 100% 0;
    -webkit-transform: translate(23px,0);
    transform: translate(23px,0);
   
}

.about-sect .ibtn.more:before{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #AF9A48;
    position: absolute;
    left: 52px;
    bottom: 3px;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    
}
.about-sect .ibtn.more:hover:before{
    width: 25px;
/*
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
*/
}



@-moz-document url-prefix() { 
  .about-sect .ibtn.more:before {
     bottom: 4px;
  }
}

/*------------ / album ------------*/

.sect3 {
    padding: 60px 0;
	background:#F2F2F5;
}
.sect3 .container {
    max-width: 1330px;
    padding: 0 15px;
}

.album-sect {
    width: auto;
    float: none;
    position: relative;
}
.album-sect-title {
    background: url('../../images/common/index/icon.png') 50% 0 no-repeat;
    margin: 0 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 26px;
    text-align: center;
    position: relative;
}
.album-sect-title:before{
    content: '';
    background: url(../../images/common/index/products_title_ic.png) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
    width: 18px;
    height: 12px;
    display: block;
}
.album-sect-title span {
    color: #000;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}
.album-sect-title span:before{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    left: -30px;
    top: 19px;
}
.album-sect-title span:after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    right: -30px;
    top: 19px;
}

.album-sect-title .more {
    position: absolute;
    top: 38px;
    right: 0;
}
.album-sect-title .more a{
    width: auto;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #555555;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.album-sect-title .more a:hover{
    color: #AF9A48;
}
.album-sect-title .more a:after{
    display: inline-block;
    margin-left: 7px;
    content: '';
    width: 15px;
    height: 3px;
    background: #555555;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: -2px;
}
.album-sect-title .more a:hover:after{
    width: 65px;
    background:  #AF9A48;
}
.album-sect .slick-dots {
    text-align: center;
    position: relative;
    padding-top: 20px;
    top: 100%;
    left: 0;
    right: 0;
}
.album-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/album_dot.png') no-repeat;
    width: 28px;
    height: 28px;
}
.album-sect .slick-dots li.slick-active button  {
    background-position: 100% 0;
}
.album-list {
    margin: 0 -3px;
}
.album-list > li{
    width: 25%;
}
.album-list .item {
    padding: 0 4px;
}
.album-list .box {
    display: block;
    position: relative;
    background: #fff;
    max-width: 480px;
    margin: 0 auto 20px;
}
.album-list .box:after{
    content: '';
    display: block;
    background: url(../../images/common/news/shadow.png) no-repeat center top;
    width: 100%;
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.album-list .box:hover:after{
    opacity: 1;
}
.album-list .fancybox {
    display: none;
}
.album-list .pic {
    position: relative;
    overflow: hidden;
}


.album-list .txt {
    border: 1px solid #ddd;
    padding: 10px 40px 10px 15px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.album-list .txt:before {
    content: 'MORE';
    display: inline-block;
    color: #AF9A48;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px;
    letter-spacing: 0;
}
.album-list .txt:after{
    content: '';
    width: 0%;
    height: 2px;
    background: #AF9A48;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 15px;
    top: 34px;
}
.album-list .box:hover .txt:after{
    width: 43px;
}

.album-list .name {
    color: #373737;
    font-size: 16px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    height: 25px;
}
/*------------ / service ------------*/

.sect5 {
    padding: 70px 0 50px;
    position: relative;
    background: url(../../images/common/index/service_bg.jpg) no-repeat 50% 100%;
}
.sect5 .container {
    max-width: 1300px;
    padding: 0;
}
.sect5 .btn.more {
    margin-top: 35px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color:#555555;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
    padding-top: 20px;
   height: 45px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 10;
    padding: 0;
}
.sect5 .btn.more:hover {
    color: #AF9A48;
}
.sect5 .btn.more:before{
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background: #555;
    margin: 0 auto 8px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 0;
    right: 0;
    margin: 0 auto 9px;;
    position: relative;
}

.sect5 .btn.more:hover:before{
    height: 46px;
    background: #AF9A48;
}
.sect5 .btn.more .ic {
    display: block;
    font-size: 24px;
    margin: 18px auto 0;
    display: none;
}
.service-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px 11%;
}
.service-sect .btn.more {
    margin-left: 0px;
}
.service-sect-title {
    color: #B20000;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 18px;
    position: relative;
}
.service-sect-title:before{
    content: '';
    display: block;
    background: url(../../images/common/index/service_ic.png) no-repeat;
    position: relative;
    margin: 0 auto 15px;
    width: 50px;
    height: 26px;
}

.service-sect-title span {
    color: #545454;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
    font-weight: normal;
}
.service-sect-title span:before{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    left: -30px;
    top: 15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.service-sect-title span:after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    right: -30px;
    top: 15px;
}


.service-sect-title b {
    display: inline-block;
    font-weight: bold;
    color: #000;
}
.service-sect .editor {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 197px;
	color: #545454;
    font-size: 15px;
    line-height: 30px;
}

/*------------ / news ------------*/

.sect4 {
    padding: 60px 0;
	background: #fff;
}
.news-sect {
    float: right;
    width: calc(100% - 0px);
}
.news-sect-title {
    background: url('../../images/common/index/icon.png') 50% 0 no-repeat;
    margin: 0 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 26px;
    text-align: center;
    position: relative;
}
.news-sect-title:before{
    content: '';
    background: url(../../images/common/index/products_title_ic.png) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
    width: 18px;
    height: 12px;
    display: block;
}
.news-sect-title span {
    color: #000;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}
.news-sect-title span:before{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    left: -30px;
    top: 20px;
}
.news-sect-title span:after{
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background: #666666;
    position: absolute;
    right: -30px;
    top: 20px;
}

.news-sect-title .more {
    position: absolute;
    top: 38px;
    right: 15px;
}
.news-sect-title .more a{
    width: auto;
    display: inline-block;
    padding: 8px 0;
    text-align: center;
    color: #555555;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
}
.news-sect-title .more a:hover{
    color: #AF9A48;
}
.news-sect-title .more a:after{
    display: inline-block;
    margin-left: 7px;
    content: '';
    width: 15px;
    height: 3px;
    background: #555555;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    top: -2px;
}
.news-sect-title .more a:hover:after{
    width: 65px;
    background:  #AF9A48;
}
.news-sect .slick-dots {
    padding-top: 20px;
    text-align: center;
}
.news-sect .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/news_dot.png') no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.news-sect .slick-dots li.slick-active button {
    background-position: 100% 0;
}
.news-list {
    margin: 0 -6px;
}
.news-list .item {
    width: 25%;
    padding: 0 6px;
}
.news-list .box {
    max-width: 254px;
    margin: 0 auto 40px;
    background: #F2F2F5;
    border: solid 1px #D8D8E2;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 10px 0 10px;
    border-color: #AF9A48 transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -7px;
    bottom: -15px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.news-list .box:hover:after{
    bottom: -7px;
    opacity: 1;
}

.news-list .box:hover{
    background: #fff;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}

.news-list .txt {
    position: relative;
    padding: 15px 20px 20px;
}
.news-list .name {
    color: #373737;
    font-size: 16px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 21px;
}

.news-list .description {
    color: #8E8E8E;
    font-size: 13px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 57px;
    margin: 8px 0 14px;
}
.news-list .date {
    display: block;
    border: 1px solid #D8D8E2;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #555;
    background: #fff;
}
.news-list .box:hover .date {
    color: #444444;
    border-color: #444444;
    background: #FFF;
}

/*************fancybox-close*************/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 45px;
    height: 45px;
    right: 0px;
    top: -60px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    margin: 20px 40px;
    border-radius: 0px;
}
/*************************************/
@media screen and (max-width: 1300px) {
	.sect2 {
		padding: 0px 0;
	}
}
@media screen and (max-width: 1000px) {
	.banner {
		padding-bottom: 30px;
		padding-top: 0px;
	}
	.banner:before {
		display:none;
	}
    .banner {
        padding-bottom: 0px;
    }
    .banner-slider-control {
        margin-top: 8px;
    }
    .banner .slick-prev, .banner .slick-next{
        display: none !important;
    }
    .sect1 {
        padding: 60px 0 10px 0;
    }
}
@media screen and (max-width: 900px) {
    .sect4 .container:before {
        display: none;
    }
    .news-sect {
        float: none;
        width: auto;
        max-width: 760px;
        margin: 0 auto;
    }
    .news-list .box {
        max-width: 320px;
    }
}
@media screen and (max-width: 767px) {
    .banner .slider:before {
        border-width: 0px;
    }
    .service-sect {
        background: none;
        padding: 10px 30px;
    }
    .service-sect .editor {
        display: block;
        max-height: none;
    }
    body .fancybox-skin {
        margin: 50px 0 5px;
    }
    body .fancybox-close {
        top: -60px;
        right: 0%;
        margin-right: 0px;
    }

}
@media screen and (max-width: 450px) {
    .products-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .products-sect-title::before{
        top: -15px;
    }
    .products-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
        float: none;
        position: relative;
        top: inherit;
        right: inherit;
    }
    .products-list {
        margin: 0 auto;
    }
    .album-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .album-sect-title::before{
        top: -15px;
    }
    .album-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
        float: none;
        position: relative;
        top: inherit;
        right: inherit;
    }
    .album-list {
        margin: 0 auto;
    }
    .news-sect-title {
        background: none;
        padding: 0;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .news-sect-title::before{
        top: -15px;
    }
    .news-sect-title .more {
        float: right;
        margin: 10px auto 0;
        width: 100%;
        float: none;
        position: relative;
        top: inherit;
        right: inherit;
    }
    .news-list {
        margin: 0 auto;
    }
    .sect5{
        padding-top: 40px;
    }

}
@media screen and (max-width: 440px) {
    .about-sect .txt-box {
        float: none;
        width: auto;
        margin: 0;
        padding: 28px 10px 65px;
    }
    .about-sect .editor {
        min-height: 0;
    }
}
@media screen and (max-width: 400px) {


}