/*-- font style --*/
@font-face {
    font-family: "mmrt";
    src: url('../fonts/mmrtext.ttf')
}

@font-face {
    font-family: "vipB";
    src: url('../fonts/VIP-RAWY-BOLD1.TTF')
}

@font-face {
    font-family: "vipR";
    src: url('../fonts/VIP-RAWY-REGULAR.TTF')
}

/*-- body style --*/
body {
}

*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*--cn-all--*/
.cn-all {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/*--boxmeun--*/
.boxmeun {
    padding: 125px 0 0 3.3%;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #e2e2e2;
    display: none;
    transition: all 0.2s ease-in;
}
.boxmeun .bkg {
    background-image: url(../image/bkg-all.png);
    background-attachment: fixed;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.web .bkg {
    background-image: url(../image/background.png);
    background-attachment: fixed;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.boxmeun ul {
}
.boxmeun ul a {
    color: transparent;
    display: block;
}
.boxmeun li {
    font-family: "vipB";
    font-size: 28px;
    color: #797979;
    list-style: none;
    margin: 0 0 15px 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    transform: translateX(-25px);
    opacity: 0;
    transition: all 0.2s ease-in;
}
.boxmeun li svg {
    width: 46px;
    display: block;
    margin: -12px 0 0 -21px;
    transform: translateX(-12px);
    opacity: 0;
    transition: all 0.2s ease-in;
}
.boxmeun .active {
    color: #D49E27;
}
.boxmeun .active svg {
    transform: translateX(0);
    opacity: 1;
    transition: all 0.2s ease-in;
}
.boxmeun li:hover {
    color: #D49E27;
}
.boxmeun li:hover svg {
    transform: translateX(0);
    opacity: 1;
}

.boxmeun .check{
    display: none;
    margin: 97px 0 0 0;
    max-width: 293px;
    text-align: center;
    position: relative;
}
.boxmeun .check .magg{
    width: 100px;
}
.boxmeun .check h3{
   color: #AE761C;
   font-size: 22px;
   font-family: 'vipB';
   margin: 16px 0 11px 0;
}
.boxmeun .check p{
   text-align: justify;
   color: #8B8B8B;
   font-family: 'vipB';
   font-size: 17px;
   width: 85%;
}


/*===== menu Mobaile ======*/
.mobile{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d6d6d6;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../image/background.png);
    background-attachment: fixed;
    display: none;
}
.mobile ul {
    list-style: none;
    margin: 99px 0 0 0;
}
.mobile ul li{
    font-size: 23px;
    font-family: 'vipB';
    color: #797979;
    margin: 0 0 15px 0;
    width: 146px;
}
.layer {
    position: absolute;
    box-shadow: 3px 10px 43px #c3c3c3;
    background: #f8f8f8;
	width: 100%;
	overflow: hidden;
    display: none;
    transform: rotate(29deg)translate(269px,363px);
    transition: all 0.4s ease-in;
}
.layer-effect {
    transform: rotate(7.9deg)translate(269px,363px);
    transition: all 0.4s ease-in;
}
.layer .bkg {
    background-image: url(../image/background.png);
    background-attachment: fixed;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.web {
    position: relative;
	width: 100%;
	overflow: hidden;
    background: #fff;
    transition: all 0.4s ease-in;
    box-shadow: 3px 10px 43px #c3c3c3;
    z-index: 2;
}
/*--Effect--*/
.web-effect {
    transform: rotate(7.9deg)translate(325px,190px);
    transition: all 0.5s ease-in;
}
.web .bkg {
    background-image: url(../image/background.png);
    background-attachment: fixed;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.no-padding{
    padding: 0;
}
.top:focus + .web {
    transform: rotate(10deg);
    display: block;
} 
.top{
    padding: 0 30px 0 30px;
    margin: 25px 0 25px 0;
}
.top .menu{
    display:inline-block;
}
.top .bu_show {
    transition: all 0.2s ease-in;
}
.top .bu_hidden {
    display: none;
    opacity: 0;
    transform: rotate(-100deg);
    transition: all 0.2s ease-in;
}
.top .bu_hidden_show {
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.2s ease-in;
}
.top .lang{
    display:block;
    float: right;
}
.top .lang a{
    text-decoration: none;
}
.top .lang span{
    color: #606060;
}


/*=============== Start Header ===============*/
.web .header{
    padding: 10px;
    margin: 40px 0 20px 0;
}

.web .header .content img{
    margin: 0 0 30px 0;
}

.web .header .content p{
    font-size: 18px;
    color: #606060;
    width: 74%;
}
.web .header .social{
    position: relative;
    margin: 20px 0 61px 0;
}
.web .header .social ul{
    position: relative;
    list-style: none;
    height: 80px;
    padding: 0;
} 
.web .header .social li{
    display: inline-block;
    position: relative;
    margin-right: 80px;
    cursor: pointer;
}   
.web .header .social li .backk{
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
}
.web .header .social li .soci{
    position: absolute;
    top: 24px;
    left: 34px;
    right: 0;
    z-index: 5;
    fill: #cd952a;
    transition: all ease-in-out 0.3s;
}
.web .header .social li:hover .soci{
    fill: #fff !important;
}
.web .header .social li img{
    position: absolute;
    left: 13px;
    right: 0;
    top: 17px;
    opacity: 0;
    transition: all 0.5s ease-in;
}
.web .header .social li:hover img{
    opacity: 1;
}

.web .header .slider{
    position: relative;
}
.web .header .slider .swiper-container{

}
.web .header .slider .news{
    position: relative;
}
.web .header .slider .news .date{
    position: absolute;

}
.web .header .slider .backkk{
    position: absolute;
    top: 0px;
    left: -68px;
    right: 0;
    width: 300px;
}
.web .header .slider .item{
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    height: 310px;
    margin-top: 23px;
    clip-path: polygon(32% 0, 100% 0, 100% 100%, 0 100%);
}
.web .header .slider .item img{
    float: right;
    width: 100%;
}
.web .header .slider .control{
    margin: -27px auto 18px auto;
    text-align: center;
    position: relative;
    z-index: 2;
}
.web .header .slider .control .buRight{
    display: inline-block;
    margin-right: -22px;
}
.web .header .slider .control .buRight img, .web .header .slider .control .buLeft img{
    width: 80px;
    cursor: pointer;
}
.web .header .slider .control .buLeft{
    display: inline-block;
}
/*=============== End Header ===============*/

/*=============== Start Our partners ===============*/
.web .our-partners{
    padding: 30px 15% 30px 15%;
    position: relative;
}
.web .our-partners .tit{
    position: relative;
    margin: 26px 0 20px 0;
    width: 133px;
}
.web .our-partners .tit h3{
    color: #606060;
    font-size: 20px;
}
.web .our-partners .tit svg{
    position: absolute;
    top: 14px;
    left: -18px;
    right: 0;
}
.web .our-partners .part{
    text-align: center;
    line-height: 5;
    margin: 0 0 20px 0;
}
.web .our-partners .part img {
    width: 80%;
    filter: grayscale(100%);
    transition: all 0.2s ease-in;
}
.web .our-partners .part:hover img {
    filter: none;
}
/*=============== End Our partners ===============*/

/*=============== Start business gallery ===============*/
.web .business-gallery{
    padding: 30px 9% 30px 9%;
    position: relative;
}
.web .business-gallery .backk{
    background-color: #E8E8E8;
    padding:11px 5% 8px 10%;
    background-image: url(../image/back.png);
}
.web .business-gallery .backk .tit{
    position: relative;
    margin: 23px 0 69px 0;
    text-align: center;
}
.web .business-gallery .backk .tit h3{
    color: #606060;
    font-size: 20px;
    width: 216px;
    margin: 0 auto;
}
.web .business-gallery .backk .tit svg{
    position: absolute;
    top: 14px;
    left: 0;
    right: 141px;
    margin: 0 auto;
}
.web .business-gallery .backk .titel{
    
}
.web .business-gallery .backk .titel h3{
    color: #5B5B5B;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.web .business-gallery .backk .titel p{
    color: #7C7C7C;
    font-size: 18px;
    width: 80%;
}
/*-- slider --*/
.web .business-gallery .slider{
    position: relative;
    margin: 0 0 44px 0;
}
.web .business-gallery .slider .news{
    position: absolute;
    right: 0;
    z-index: 4;
    top: 33px;
}
.web .business-gallery .swiper-slide{
    width: 100% !important;
    position: relative;
    right: -60px;
}
.web .business-gallery .slider .news span{
    position: absolute;
    top: -12px;
    z-index: 4;
    color: #fff;
    right: 51px;
    font-size: 34px;
    font-family:'mmrt';
}
.web .business-gallery .slider .news h3{
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    z-index: 4;
    font-size: 14px;
}
.web .business-gallery .slider .news .date{
    position: absolute;
    top: -14px;
    right: 13px;
}
.web .business-gallery .slider .swiper-container{
    
}
.web .business-gallery .slider .backkk{
    position: absolute;
    top: -41px;
    left: -94px;
    right: 0;
    width: 327px;
}
.web .business-gallery .slider .item{
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 238px;
    margin-top: 35px;
    clip-path: polygon(26% 11%, 99% 0, 93% 91%, 0 97%);
    /*clip-path: polygon(28% 11%, 99% 0, 93% 91%, 0 97%);*/
}
.web .business-gallery .slider .control{
    margin: 18px auto 18px auto;
    text-align: center;
    position: relative;
    z-index: 2;
    width: 100px;
    left: 72px;
}
.web .business-gallery .slider .control .buRight{
    display: inline-block;
    cursor: pointer;
}
.web .business-gallery .slider .control .buRight svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.web .business-gallery .slider .control .buLeft{
    display: inline-block;
    margin-left: 22px;
    cursor: pointer;
}
.web .business-gallery .slider .control .buLeft svg{
    position: absolute;
    top: 0px;
    left: 43px;
    right: 0;
}
.web .business-gallery .slider .control .buRight img, .web .business-gallery .slider .control .buLeft img{
    width: auto;
}

/*=============== End business gallery ===============*/

/*=============== Start Footer ===============*/
footer{
    padding: 20px 0;
}

footer .social{
    background-color: #A06B1D;
    padding: 15px;
    position: relative;
    text-align: center;
}
footer .social ul{
    position: relative;
    list-style: none;
    height: 56px;
    padding: 0;
} 
footer .social li{
    display: inline-block;
    position: relative;
    margin-right: 54px;
    cursor: pointer;
}   
footer .social li .backk{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
footer .social li .soci{
    position: absolute;
    top: 12px;
    left: 23px;
    right: 0;
}

footer .copyRight{
    background-color: #AE761C;
    padding: 15px;
    text-align: center;
    color: #E8E8E8;
    background-image:url(../image/footer.png);
    background-size: contain;
}
footer .copyRight img{
    margin: 0 0 15px 0;
}
footer .copyRight h3{
    font-family: 'mmrt';
    font-size: 18px;
    margin: 0;
}
::-webkit-scrollbar {
    background: #AE761C;
}
footer .hasif{
    background-color: #A06B1D;
    padding: 14.5px;
    position: relative;
    text-align: center;
}
footer .hasif a{
    text-decoration: none;
}
footer .hasif h3{
    color: #E8E8E8;
    font-size: 18px;
    font-family: 'vipB';
    margin: 0;
}
footer .hasif img{
    
}
.top .bu_show {
    transition: all 0.2s ease-in;
    width: 35%;
}
/*=============== End Footer ===============*/
