/******************************* FONTS *********************************/
@font-face {
    font-family:'at9';
    src:url(fonts/at9.eot);
    src:url(fonts/at9.eot?#iefix) format('embedded-opentype'),
        url(fonts/at9.woff) format('woff'),
        url(fonts/at9.ttf) format('truetype');
}
@font-face{
    font-family:'consola';	
    src:url(fonts/consola.ttf);
}
.at1{font-family:'at9','tahoma';}
.at1 *{font-family:inherit;}
.en_words{font-family: sans-serif;}

/******************************* ANIMATIONS *********************************/
@-webkit-keyframes hang {
    0%,100%{ 
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg); 
    }
    50%{ 
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg); 
    }
}
@keyframes hang {
    0%,100%{ 
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg); 
    }
    50%{ 
        -webkit-transform: rotate(10deg); 
        transform: rotate(10deg); 
    }
}
/***/
@-webkit-keyframes rotate{
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}	
}
@keyframes rotate{
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}	
}
@keyframes rotate{
    from {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);transform:rotate(360deg);}	
}
/******************************* DEFAULT STYLES *********************************/
*{
    margin:0;
    padding:0;
    font-family:'at9','tahoma';
    box-sizing: border-box;	
}
img{border:0 none;}
html{
    height:100%;
    font-size:10px;	
}
body {
    position:relative;
    min-height:100%;
}
h1,h2,h3,h4,h5,h6,em,strong,i,address,b{
    font-weight:normal;
    font-style:normal;
}
.rtl{direction:rtl;}
.ltr{direction:ltr;}
.clear {
    width: 0;height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:before, .clearfix:after{
    content:".";
    display:block;
    width:0;height:0;line-height:0;font-size:0;
    overflow:hidden;
    visibility:hidden;
}
.clearfix:after{clear:both;}
a,i,h1,h2,h3,h4,h5,h6{
    text-decoration:none;
    -webkit-transition:all .4s;
    transition:all .4s;
    font-size:inherit; color:inherit; line-height:inherit;
}
ul, ol{list-style:none;}
.tright{text-align:right;}
.tleft{text-align:left;}
.tcenter{text-align:center;}
.fleft{float:left;}
.fright{float:right;}
b.guide{font-family: 'tahoma' !important;}
.i-asterisk{
    color: #ea3f4b;
    font-size: 5px;font-size: 0.5rem;
    font-style: normal;
    position: relative;
    top: -5px;
}
.disnone{display: none !important;}
.blur{
    filter: url(../_images/blur.svg#blur);
    -webkit-filter: blur(2px);
    filter: blur(2px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
}
.noblur{
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-filter: none;
    filter: none;
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
input,textarea{outline: 0 none;}
input,textarea,a,i{
    -webkit-transition:all .4s;
    transition:all .4s;	
}
textarea{resize:none;}
select option{
    padding:0 10px;
    line-height:25px;
}
input.error, textarea.error{border:1px dotted #FF0000;}
input[type=submit],
input[type=checkbox],
input[type=radio],
label.choice{
    cursor:pointer;
    vertical-align:middle;
}
input[type=checkbox],
input[type=radio]{
    margin-left:5px;
}
input[disabled],
.disabled,.disabled *{
    cursor:not-allowed !important;
    background-color: #eee !important;
}
.error_container{
    display:none;
    padding:5px 30px;	
    border:1px solid #FFA9A9;
    margin:0 auto 20px;	
    background-color:#FFEFEF;
    color:#900;
    font-size:11px;
    font-size:1.1rem;
}
[class^="i-"]::before, [class*=" i-"]::before{
    vertical-align: middle;
}
.loading_ajax{
    position:relative;
}
.loading_ajax:before{
    content:"";
    z-index:10;
    position:absolute;
    top:0; bottom:0; right:0; left:0;
    background:rgba(0,0,0,.5) url(../_images/loading/loader4.png) no-repeat center center;
    background-size:auto 20px;
}
.noselect{
    -webkit-user-select: none;
    -moz-user-select: none; 
    -khtml-user-select: none;
    -ms-user-select: none;
}
.remaining_char{
    position: absolute;
    left: 15px;bottom: 5px;
    font-size: 1.1rem;
    letter-spacing: .5px;
}
.container{
    margin: 0 auto;
    width: 1170px;
    position:relative;
    direction:rtl;
    -webkit-transition:all .4s;
    transition:all .4s;
}
input[name="captcha"] {
  color: #555;
  font-family: "consola";
  font-size: 2.3rem !important;
  height: 43px;
  letter-spacing: 2px;
  text-align: center !important;
}
/**************************** CHECK_RADIO_STYLE *******************************/
/*#1*/
.check_radio_style1{
    cursor:pointer;
    position:relative;
}
.check_radio_style1 input[type="checkbox"],
.check_radio_style1 input[type="radio"] {
    opacity:0;
}
.check_radio_style1 input[type="checkbox"] ~ span .tik,
.check_radio_style1 input[type="radio"] ~ span .tik{
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
    opacity:0; 
    color: #f6897e;
    float: right;
    font-size: 14px;
    height: 20px;
    position: relative;
    right: -8px;
    top: -6px;
    width: 20px; 
}
.check_radio_style1 input[type="checkbox"]:checked ~ span .tik,
.check_radio_style1 input[type="radio"]:checked ~ span .tik{
    opacity:1;
} 
.check_radio_style1 input[type="checkbox"] ~ span .tik{
    background: no-repeat url(../_images/icon/tik.png) 0px 0px/ 17px auto;
}
.check_radio_style1 input[type="checkbox"]:checked ~ span .tik{
    background: no-repeat url(../_images/icon/tik.png) 0px 0px/ 17px auto;
}
.check_radio_style1 span {
    border: 1px solid #ccc;
    border-radius:2px;
    height: 16px;
    position: absolute;
    right:21px;
    width: 16px;
    z-index: 10;
}



/**************************** TABLE STYLE *******************************/
/*#1*/
.table_style1{
    border:0px solid #e1e1e1;
    border-collapse: collapse;
    border-radius: 2px;
    width: 100%;
    min-width:800px;
    border:solid 1px #e1e1e1;
    vertical-align:middle;
}
.table_style1 thead{
    background-color:#f8f8f8;
    border-bottom:1px solid #e1e1e1;
}
.table_style1 thead th{
    padding:10px;
    color:#0061ab;
    font-size:12px;font-size:1.2rem;
}
.table_style1 tbody{
    background-color: #fff;
}
.table_style1 tbody tr{
    border-bottom:1px solid #e1e1e1;
}
.table_style1 tbody tr:last-child{
    border-bottom:none;
}
.table_style1 tbody td{
    color: #777;
    font-size:12px;font-size:1.2rem;
    padding: 5px;
    text-align:center;
    border-left:1px solid #e1e1e1;
    position:relative;
}
.table_style1 tbody td:last-child{
    border-left:none;
}
.table_style1 tbody td.no{
    background-color: #f8f8f8;
    color: #ccc;
    min-width:5%;
    position:static;
}
.table_style1 tbody td.name{
    min-width: 42%;
}
.table_style1 tbody td.name a{
    color: #725891;
}
.table_style1 tbody td.name a:hover{
    opacity:.7;
}
.table_style1 tbody .btn{
    border:solid 1px #31383E;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display:inline-block;
    font-size: 12px;font-size: 1.2rem;
    padding: 5px 0;
    width: 100%;
}
.table_style1 tbody .btn:hover{
    opacity:.7;
}

/**************************** MODAL_STYLE *******************************/
.modal{
    position:fixed;
    top:0;left:0;right:0;bottom:0;
    width:100%;height:100%;
    z-index:100000;
    background:url(../_images/loading/loader.gif) no-repeat center 150px;
    display:none;
}
.modal .bg1{
    opacity:0;
    position:absolute;
    top:0; bottom:0; right:0; left:0;
    background:rgba(0, 0, 0, 0) -webkit-radial-gradient(circle, #fff, #291a49) repeat scroll 0 0;
    background:rgba(0, 0, 0, 0) radial-gradient(circle, #fff, #291a49) repeat scroll 0 0;
    
    -webkit-transition:all 1.2s ease .1s;
    transition:all 1.2s ease .1s;
}
.modal .bg{
    opacity:0;
    position:absolute;
    top:0; bottom:0; right:0; left:0;
    
    -webkit-transition:all 1.2s ease .1s;
    transition:all 1.2s ease .1s;
}
.modal .modal_close{
    width:30px;
    height:35px;
    line-height:35px;
    position:absolute;right:8px;top:0;
    text-align:center;	
    color:#999;
    font-size:13px;font-size:1.3rem;
    cursor:pointer;
    font-family:tahoma;
    font-style:normal;
}
.modal .modal_close:hover{
    color:#444;
}
.modal .modal_scroll{
    width:100%;
    height:100%;	
    overflow: auto;
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    z-index: 2000;		
}
.modal_static,
.modal_dynamic {
    text-align: center;
}
.window{
    background-color: #fff;
    direction: rtl;
    display: none;
    margin: 100px auto;
    max-width: 80%;
    min-height: 100px;
    min-width: 400px;;
    overflow: hidden;
    opacity:0;
    position: relative;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    border-radius:6px;
}
.modal_header{
    padding:10px 15px 0;
    background-color:#fff;
    border-bottom:1px solid #eee;
    height:50px;
    text-align:center
}
.modal_header i.modal_icon{
    background-repeat: no-repeat;
    background-position:center center;
    display:inline-block;
    width:35px;
    height:35px;
}
.modal_header.success i.modal_icon{
    background-image: url(../_images/notif_icon/success.png);
}
.modal_header.warning i.modal_icon{
    background-image: url(../_images/notif_icon/warn.png);
}
.modal_header.error i.modal_icon{
    background-image: url(../_images/notif_icon/error.png);
}
.modal_header.info i.modal_icon{
    background-image: url(../_images/notif_icon/info.png);
}
.modal_msg{
    padding:15px 30px 15px 15px;
    direction: rtl;
    width: 100%;	
}
.modal_msg p{
    font-size:12px;
    font-size:1.2rem;
    line-height:25px;
    color:#808080;
    background-position: right 5px;
    background-repeat: no-repeat;
    text-align:justify;
}
.modal_msg.error{
    background-color: #ffecec;
    border-color: #ffd3dd;
}
.modal_msg.success{
    border-color:#90fdc3;
    background-color:#edffff;
}
.modal_msg.info{
    border-color:#a6efff;
    background-color:#ecffff;
}
.modal_msg.warning{
    border-color:#ffef89;
    background-color:#ffffcc;
}
.modal_msg.error p{
    color: #900;
    background-image: url(../_images/notif_icon/error.png);	
}
.modal_msg.success p{
    color:#0b8b40;
    background-image: url(../_images/notif_icon/success.png);	
}
.modal_msg.info p{
    color:#47639e;
    background-image: url(../_images/notif_icon/info.png);	
}
.modal_msg.warning p{
    color:#ba4b02;
    background-image: url(../_images/notif_icon/warn.png);	
}
.modal_action{
    background-color: #f5f5f5;
    border-top: 1px solid #eeeeee;
    box-shadow: 0 1px 0 #fff inset;
    padding: 14px 15px 15px;
    text-align: center;
}
.modal_action .modal_btn{
    background-color: #999;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    cursor:pointer;
    line-height:30px;
    padding:0 20px;
    margin:0 2px 5px;
    color:#fff;
    display:inline-block;
    font-size:12px;font-size:1.2rem;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    transition:all .4s;
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    border:1px solid transparent;
}
.modal_action .modal_btn:hover{
    background-color:#444;
    border:1px solid #444;
}
.modal_action .action .inner{
    padding:10px 0;
    border-top:1px solid #ccc;
}
.modal_action .action .btn{
    float:right;
    line-height:25px;
    padding:0 15px;
    margin:0 5px;
    border:1px solid #999;
    border-radius:2px;
    font-size:12px;
    font-size:1.2rem;
    color:#fff;
    background:#000 url(../_images/dialog_btn.png) repeat-x center center;
}
/*MODAL => MESSAGE BOX*/
.msgprev_box{
    max-width: 800px;
    min-width: 600px;
    text-align: justify;
    padding:35px;
}
.msgprev_box h4{
    background-color: #0CA2C0;
    min-height: 40px;
    line-height: 25px;
    font-size: 14px; font-size: 1.4rem;
    color: #fff;
    padding: 7px 20px;
    border-radius: 2px;
    margin-bottom: 15px;
}
.msgprev_box .content{
    border: 1px solid #f0f0f0;
    padding:15px;
    font-size: 12px; font-size: 1.2rem;
    color: #555;
    line-height: 26px;
    min-height:200px;
}
.msgprev_box textarea{
    border: medium none;
    color: #555;
    line-height: 26px;
    min-height: 300px;
    resize: none;
    width: 100%;
    font-size: 12px; font-size: 1.2rem;
}
.msgprev_box .box_btn{
    background-color: #ae001f;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 35px;
    margin: 30px auto 0;
    width: 200px;
    text-align: center;
    line-height: 34px;
}

/**************************** LOADING_STYLE *******************************/
/*#1*/
.loading_style1 {
    background: rgba(255,255,255,.7);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
}
.loading_style1 .inner_logo {
    position:absolute;
    top:50%; left:0; right:0;
    margin: -100px auto 0;
    width: 140px;
    height: 140px;
    border: 1px solid #fff;
    background: #8DAD62 url(../_images/logo/logo2.png) no-repeat scroll center center / 90% auto;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

/**************************** RESULT_STYLE *******************************/
/*#1*/
.result_style1 {
    padding: 13px 20px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 20px;
    margin:25px auto;
    display:block;
    direction:rtl;
    width:100%; max-width:500px;
}
.result_style1 .text{
    line-height: 23px;
    text-align: justify;
}
.result_style1 .text p{
    margin-bottom: 3px;	
}
.result_style1 .text p:last-child{
    margin-bottom: 0;
}
.result_style1 .link{
    color: #004479;
}
.result_style1.s{
    background-color: #f3fff3;
    border: 1px solid #6fe66f;
    color: #008800;
}
.result_style1.e{
    background-color: #ffecec;
    color: #900;
    border: 1px solid #ffd3dd;
}
.result_style1.w{
    border:1px solid #ffef89;
    background-color:#ffffcc;
    color:#ba4b02;
}
.result_style1.i{
    border:1px solid #a6efff;
    background-color:#ecffff;
    color:#47639e;
}
.result_style1 .bullet1{
    font-size: 5px;
    margin-left: 5px;
    vertical-align: middle;
}
.result_style1.sign .text{
    background-position: right 2px;
    background-repeat: no-repeat;
    padding-right: 25px;
}
.result_style1.s.sign .text.icon{
    background-image: url(../_images/notif_icon/success2.gif);
}
.result_style1.e.sign .text.icon{
    background-image: url(../_images/notif_icon/error2.gif);
}
.result_style1.w.sign .text.icon{
    background-image: url(../_images/notif_icon/warn2.gif);
}
.result_style1.i.sign .text.icon{
    background-image: url(../_images/notif_icon/info2.gif);
}

/**************************** GOTOP_STYLE *******************************/
.goto_top{
    border-bottom: 28px solid #79c7ee;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    bottom: 0;
    cursor: pointer;
    display: none;
    float: right;
    position: fixed;
    right: 1.5%;
    z-index: 5000;
    text-align:center;
}
.goto_top i{
    bottom: -27px;
    color: #fff;
    display: inline-block !important;
    font-size: 0.8rem;
    position: relative;
    right: 3.3%;
}
.goto_top:hover i{color:#3185DB;}

/**************************** TOOLTIP_STYLE *******************************/
.tooltip{
    position:absolute;
    padding:0 5px;
    line-height:19px;
    background-color:rgba(0,0,0,0.8);
    color:#fff;
    border-radius:2px;
    display:none;
}
.tooltip.top{bottom:120%;}
.tooltip.bottom{top:120%;}
.tooltip.right{left:120%;}
.tooltip.left{right:120%;}
.tooltip:after{
    content:'';
    position:absolute;
    width:0;
    height:0;
}
.tooltip.top:after{
    border-top:5px solid rgba(0,0,0,0.8);
    border-right:5px solid transparent;
    border-left:5px solid transparent;
    bottom:-5px;
    right:5px;
}
.tooltip.bottom:after{
    border-bottom:5px solid rgba(0,0,0,0.8);
    border-right:5px solid transparent;
    border-left:5px solid transparent;
    top:-5px;
    right:5px;
}
.tooltip.right:after{
    border-right:5px solid rgba(0,0,0,0.8);
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    left:-5px;
    top:5px;
}
.tooltip.left:after{
    border-left:5px solid rgba(0,0,0,0.8);
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    right:-5px;
    top:5px;
}

/**************************** CONTENT_STYLE *******************************/
/*#1*/
.content_style1{
    font-size: 14px; font-size: 1.4rem;
    line-height: 28px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.54);
    margin-top: 10px;
    padding: 0px 20px 20px;    
}
.content_style1 li{
    padding: 0 40px 0 25px;
    position: relative;    
    color:#777;
    font-size:1.2rem;
    line-height:28px;
    background:no-repeat url('../_images/icon/hat3.png') right center / 12px auto;
    margin:5px 0;
    padding-right:20px;    
}
.content_style1 img {
    max-width:42%;
    height:auto !important;
    display:block;
}
.content_style1 p{
    color: #888;
    font-size: 1.3rem;
    line-height: 35px;
    text-align: justify;
}
/**************************tile_style******************************************/
.title_style2 {
    text-align:center;  
}
.title_style2 .name1:before {
    background: rgba(0, 0, 0, 0) url("../_images/bg/divider1.png") no-repeat scroll center center / 48px auto;
    bottom: 0;
    content: "";
    height: 30px;
    opacity: 0.5;
    position: absolute;
    width: 100px;
    left:0;
    right:0;
    margin:0 auto;
}
.title_style2 .name1{
    display:inline-block; 
    position:relative;
    color: #fd5959;
    font-size: 1.55rem;
    line-height: 30px;
    padding-bottom: 24px;   
}
/*#3*/
.title_style3{
    text-align:right;
}
.title_style3 .name1 {
    border-right: 3px double #999;
    color: #666;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 28px;
    margin-bottom: 10px;
    padding: 0 9px;
    position: relative;
}
/**************************************have_scroll_y****************************/
.have_scroll_y ._mCS_2 .mCSB_dragger .mCSB_dragger_bar{ background-color: green; }

.have_scroll_y .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgb(141, 173, 98);
}
.have_scroll_y .mCS-rounded.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color:rgb(177, 215, 126); }
.letters{
    letter-spacing:1px;
}
.have_scroll_y .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position:-16px -1px !important; 
    display: none;
}
.have_scroll_y .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position:-16px -19px !important;
}
/*#2*/
.have_scroll_y2 ._mCS_2 .mCSB_dragger .mCSB_dragger_bar{ background-color: #FD5959; }

.have_scroll_y2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #FD5959;
}
.have_scroll_y2 .mCS-rounded.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color:#FD5959; }
.letters{
    letter-spacing:1px;
}
.have_scroll_y2 .mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position:-95px -1px !important; 
    display: none;
}
.have_scroll_y2 .mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position:-95px -19px !important;
}
.have_scroll_y2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color:#aaa;
}
.have_scroll_y2 .mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color:#ccc;
}
/*#3*/
.have_scroll_y3 .mCSB_scrollTools {
  left: 0;
  right:auto;
}
.have_scroll_y3 .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
/*************************************.select_style1********************************/
.select_style1 {
    border: 1px solid #eee;
    height: 35px;
    position: relative;
    text-align: center;
    width: 100%;
}
.select_style1 .select_label {
    background:#fafafa no-repeat url('../_images/icon/arrow.png')scroll 13px 11px / 12px auto;
    color: #888;
    display: inline-block;
    font-size: 1rem;
    height: 100%;
    left: 0;
    padding: 7px 15px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    border-right:solid 1px #ffdede;
    border-left:solid 1px #ffdede;
}
.select_style1 select {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    bottom: 0;
    color: #777;
    font-size: 1.1rem;
    line-height: 32px;
    opacity: 0;
    padding: 5px 7px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    cursor:pointer;
}
.select_style1 select option{
    text-align:center;
    padding:5px;
}
/*************************form_Style1*****************************/
.form_style1{
    padding:20px;
}
.form_style1 .item1 {
    float: right;
    padding: 2px 15px;
    position: relative;
    margin-bottom: 7px;
}
.form_style1 .item1 .icon1 {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f5e8e8;
  border-radius: 54%;
  display: inline-block;
  height: 29px;
  position: absolute;
  right: 0;
  top: 38px;
  width: 29px;
}
.form_style1 .item1 .icon1 .icon_small {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / 18px auto;
    font-size: 15px;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
    left: 0;
}
.half{
    width:50%;
    float:right;
}
.full{
    width:100%;  
    float:right;
}
.quarter{
    width:25%;
}
.triple{
    width:33.3%;
}
.form_style1 .item1 .name,
.form_style1 .item2 .name{
    width: 100%;
    font-size: 1.2rem;
    color: #808080;
    padding: 5px;
    display: inline-block;
}
.form_style1 .item1 .type_text {
    width: 100%;
    border: solid 1px #eee;
    height: 37px;
    font-size: 1.1rem;
    color: #444;
    padding:7px 30px 7px 10px;
    border-left: solid 1px #FFDEDE;
    border-right: solid 1px #FFDEDE;    
    background:#fafafa;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;    
}
.form_style1 .item1 .type_text2{
    height:100px;
    min-height:100px;
}
.form_style1 .captcha_reload,
.comment_box .main_comment_form .captcha_reload{
    border: 1px solid #eee;
    border-radius: 22px;
    cursor: pointer;
    float: right;
    height: 34px;
    margin-right: 13px;
    width: 33px;
    background: #fafafa;
}
.form_style1 .item1 .captcha_reload i,
.comment_box .main_comment_form .captcha_reload i{
    bottom: 1px;
    color:#B0B0B0;
    font-size: 22px;
    position: relative;
    right: 4px;
}
.form_style1 .item1 .captcha_pic img{
    height:100%;
    display:inline-block;
}
.form_style1 .item1 .captcha_code,
.comment_box .main_comment_form .captcha_code{
    width: 40%;
    height: 35px;
    float: right;
    border: solid 1px #eee;
    background: #f9f9f9;
    text-align: center;
    background-color: #e9e9e9;
}
.form_style1 .item1 .captcha_text{
    width:49%;
    float:left;
}
.form_style1 label.error {
  color: #fd5959;
  font-size: 1rem;
  left: 13px;
  position: absolute;
  text-align: right;
  top: 9px;
}
.form_style1 .select_style1 label.error {top: -21px;}
.form_style1 .star {
  background: rgba(0, 0, 0, 0) url("../_images/icon/star.png") no-repeat scroll center center / 6px auto;
  display: inline-block;
  height: 8px;
  margin-right: 6px;
  opacity: 0.8;
  width: 8px;
}
/*********************************btn_style*************************/
.btn_style1{
    width:100%;
    background:#fff;
    border:solid 1px  #C8C3C3;
    text-align:center;
    padding:7px;
    margin-top:30px;
    position:relative;    
}
.btn_style1::before,
.btn_style1:after{
    content: '';
    position: absolute;
    width: 20%;
    height: 1px;
    background: #fff;
    transition:all ease .4s;    
}
.btn_style1::before{
    top: -1px;
    right: 10%;
}
.btn_style1:after{
    bottom: -1px;
    left: 10%;  
}
.btn_style1 .btn1{
    width:100%;
    height:35px;
    background:#FD5959;
    border:none;
    display:inline-block;
    color:#fff;
    font-size:1.3rem;
}
.btn_style1:hover .btn1 {
    background:#E34747;
}
.btn_style1:hover:before{
    right: 40%;
}
.btn_style1:hover:after{
    left: 40%;  
}
/*#2*/
.btn_style2 {
    border: solid 1px #fd5959;
    position: relative;
    top: 31px;
}
.btn_style2 .btn2 {
    background:#fd5959;
    border: none;
    width: 100%;
    height: 32px;
    color:#fff;
}
.btn_style2:hover .btn2 {
    background:#EE4F4F;
}
.no_item {
  background: rgba(0, 0, 0, 0) url("../_images/bg/bg_noitem.png") no-repeat scroll center 80% / 200px auto;
  color: #999;
  float: right;
  font-size: 1.3rem;
  height: 176px;
  margin: 10px 0;
  padding: 47px 0 0;
  text-align: center;
  width: 100%;
}
.search_result {
	padding: 0 10px 17px;
}
.search_result .result_title{
   color:#fd5959;
   line-height:20px;
   font-size:1.2rem;
   float:right;
}
.tag_style1 {
    float:right;
}
.tag_style1 .tag{
    color:#828080;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 20px;
    padding: 0 10px;
    position: relative;
}
.tag_style1 .tag:before{
color:#fcabab;
content: "d";
font-family: iranwich;
left: -7px;
position: absolute;
}
.tag_style1 .tag:last-child:before{
    display:none;
}
.search_result .num{
    float:left;
    font-size:1.15rem;
    color:#999;
}
.tag_color{
    color:#fd5959;
    padding:0 4px;
}
/*************************** PAGES STYLES *************************************/
/******************************************************************************/

/**************************** Home *******************************/
/*#1*/
.home_part1{
    width:100%; 
    position:relative; 
    overflow:hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f42000+0,a00000+100 */
    background: rgb(244,32,0); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(244,32,0,1) 0%, rgba(160,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(244,32,0,1) 0%,rgba(160,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(244,32,0,1) 0%,rgba(160,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f42000', endColorstr='#a00000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.home_part1 .home_bg1 {
    /*   background: rgba(0, 0, 0, 0) url("../_images/bg/waiter.png") no-repeat scroll right 197px / contain;*/
    position: absolute;
    right: 17%;
    width: 65%;
    /*    z-index:1;*/
}
.home_part1 .waiter_bg {
    background: rgba(0, 0, 0, 0) url("../_images/bg/waiter.png") no-repeat scroll right 320px / auto 65%;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.home_part1 .home_bg2 {
    position: absolute;
    width:100%;
    z-index:0;
    background:url("../_images/bg/bg1.png");
    opacity:.8;
}
.home_part1 .home_bg3 {
    background: rgba(0, 0, 0, 0) url("../_images/bg/tomates-cerise.png") no-repeat scroll right bottom / 100% auto;
    height: 353px;
    left: 13%;
    position: absolute;
    width: 222px;
    z-index: 3;
    bottom:0px;
}
.home_part1 .home_bg4 {
    background: rgba(0, 0, 0, 0) url("../_images/bg/limoon.png") no-repeat scroll right bottom / 190px auto;
    height: 222px;
    position: absolute;
    right: 14%;
    top: -83px;
    width: 197px;
    z-index: 3;
}
.home_part1 .right_side{
    position: absolute;
    width: 18%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63) url('../_images/bg/pattern-7.jpg');
    /*transform: skew(-30deg);*/
    border-left: solid 1px #898484;
    top:0;
    bottom:0;
    right:0;
    z-index:2;
    
    min-width:245px;
}
.home_part1 .left_side,
.home_part1 .left_side2{
    position: absolute;
    width: 18%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63) url('../_images/bg/pattern-7.jpg');
    /*transform: skew(-30deg);*/
    border-right: solid 1px #898484;
    top:0;
    bottom:0;
    left:0;
    z-index:2;    
    min-width:245px;
}
.home_part1 .left_side2{
    display:none;
}
.home_part1 .left_side .main_menu2,
.home_part1 .left_side2 .main_menu2{
    left: 0;
    margin: 0 auto;
    padding:162px 20px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: 212px;
    z-index: 1;
    overflow:hidden;
}
.home_part1 .main_menu2 .item1 .name1 {
    color:#CC1100;
    display: inline;
    font-size: 1.5rem;
    line-height: 43px;
}
.home_part1 .main_menu2 .item1 .name1 .hat {
    background: rgba(0, 0, 0, 0) url("../_images/icon/hat4.png") no-repeat scroll center bottom / 20px auto;
    color: #ae9b88;
    display: inline-block;
    font-size: 20px;
    height: 27px;
    margin-left: 8px;
    width: 27px;
    -webkit-transition:all ease .2s;
    -o-transition:all ease .15s;
    -ms-transition:all ease .15s;
    -moz-transition:all ease .15s;
    transition:all ease .15s;
}
.home_part1 .main_menu2 .item1:hover .name1 .hat {
    background: rgba(0, 0, 0, 0) url("../_images/icon/hat3.png") no-repeat scroll center center / 25px auto;}
.home_part1 .main_menu2 .item1:hover .name1{
    color:#8a7c6e;
}
.home_part1 .right_side .main_menu1 {
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 21%;
    width: 100%;
    z-index: 1;
}
.home_part1 .right_side .main_menu1 .item1{
    width:150px;
    height:150px;
    margin:20px auto;
    display:block;
    position:relative;
}
.home_part1 .main_menu1 .item1 .name1 {
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    padding: 20px;
    position: absolute;
    right: 0;
    top: -24px;
}
.home_part1 .main_menu1 .item1 .name1 .text1 {
    color: #777;
    display: block;
    font-size: 1.4rem;
    line-height: 30px;
}
.home_part1 .main_menu1 .item1 .name1 .text2 {
    color: #777;
    display: block;
    font-size: 2.1rem;
    line-height: 30px; 
    transition:all ease .2s;
}
.home_part1 .main_menu1 .item1:hover .name1 .text2{
    font-size: 2.2rem; 
    color:#C10D00;
    line-height: 32px; 
}
.home_part1 .main_menu1 .item1 .name1 .content1 {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 1;
    top:26px;
    transition:all ease .4s;
}
.home_part1 .main_menu1 .item1:hover .name1 .content1{
    top:22px;
}
.home_part1 .main_menu1 .item1 .name1 .item_bg1{
    width:160px;
    height:120px;
    background:no-repeat url('../_images/bg/plate2.png') center center / 160px auto;
    margin:auto auto;
    position:absolute;  
    left:0;top:0;right:0;bottom:0;
    z-index:0;
}
.home_part1 .main_menu1 .item1 .name1 .item_bg2{
    width:160px;
    height:120px;
    background:no-repeat url('../_images/bg/plate1.png') center center / 100% auto;
    margin:auto auto;
    position:absolute;  
    left:0;top:0;right:0;bottom:0;
    z-index:1;
    transition:all ease .4s;
}
.home_part1 .main_menu1 .item1:hover .name1 .item_bg2{
    top:-10px;
    transform:rotate(3deg);
}
.home_part1 .main_menu1 .item1:nth-child(3)::before {
    background: rgba(0, 0, 0, 0) url("../_images/bg/coffee.png") no-repeat scroll center center / 100% auto;
    bottom: -109px;
    content: "";
    height: 151px;
    position: absolute;
    width: 100px;
}
.home_part1 .main_menu1 .item1:nth-child(2)::before {
    background: rgba(0, 0, 0, 0) url("../_images/bg/pizza.png") no-repeat scroll center center / 100% auto;
    bottom: 6px;
    content: "";
    height: 151px;
    position: absolute;
    width: 100px;
    left: -79px;
}
.home_part1 .main_menu1 .item1:nth-child(1)::before {
    background: rgba(0, 0, 0, 0) url("../_images/bg/food1.png") no-repeat scroll center center / 100% auto;
    content: "";
    height: 151px;
    position: absolute;
    right: -20px;
    top: -127px;
    width: 100px;
}
.home_part1 .home_bg1 .logo1 {
    height: 330px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 450px;
    background: no-repeat url(../_images/logo/logo4.png) center top / contain;
    margin-top: 35px;
}
.home_part1 .home_bg1 .text_logo {
    bottom: -25px;
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    text-align: center;
    width: 100%;
}
.home_part1 .home_bg1 .text_banner {
    background: rgba(0, 0, 0, 0) url("../_images/bg/text1.png") no-repeat scroll center center / 100% auto;
    bottom: 25%;
    height: 200px;
    position: absolute;
    width: 252px;
    left: 8%;
}
.home_part1 .home_bg1 .arrow_banner {
    background: rgba(0, 0, 0, 0) url("../_images/bg/arrow1.png") no-repeat scroll center center;
    bottom: 181px;
    height: 100px;
    left: 209px;
    position: absolute;
    width: 100px;
}
.home_part1 .left_side .social_media,
.home_part1 .left_side2 .social_media{
    bottom: 14px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 3%;
    text-align: center;
    z-index: 4;
}
.home_part1 .left_side .social_media .item1,
.home_part1 .left_side2 .social_media .item1{
    display: inline-block;
    position:relative;
    width:60px;
    height:60px;
    margin: 0 5px;
}
.home_part1 .left_side .social_media .item1 span,
.home_part1 .left_side2 .social_media .item1 span{    
    display:inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;	
    transition: all ease .4s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100&1+0,0.13+100 */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(244,244,244,0.13) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(244,244,244,0.13) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(244,244,244,0.13) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#21f4f4f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-top:dashed 2px #fff;
    position:absolute;
    z-index:1;
    left:0;
    right:0;
    margin:auto auto;
    opacity:1;
    bottom:0;
    top:0;
    
}
.home_part1 .left_side .social_media .item1 .social_icon,
.home_part1 .left_side2 .social_media .item1 .social_icon{
    width:50px;
    height:60px;
    display:inline-block;
    background:no-repeat center center / 40px auto ; 
    position:absolute;
    z-index:2;
    left:0;
    right:0;
    margin:0 auto;   
}
.home_part1 .left_side .social_media .item1:hover span,
.home_part1 .left_side2 .social_media .item1:hover span{
    opacity:.5;
    width:0;
    height:0;
}
.main_menu2.have_scroll_y3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color:#fff;
}
.main_menu2.have_scroll_y3 .mCSB_scrollTools .mCSB_buttonUp {
  background-position:-95px -1px;
}
.main_menu2.have_scroll_y3 .mCSB_scrollTools .mCSB_buttonDown {
  background-position:-95px -19px;
}
.main_menu2.have_scroll_y3 .mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color:rgba(196,174,147,.2);
}
/*********************header*****************/
header.main_page{
    display:none;    
}
header.other_page{
    display:blcok;
}
.header_part1{
    position:fixed;
    z-index:2;
    width:100%;
    background:#fff;
    height:95px;
    z-index:10;    
}
.header_part1:before {
    background: url("../_images/bg/bg3.png") repeat-x scroll 0 0 / auto 15px rgba(0, 0, 0, 0);
    bottom: -14px;
    content: "";
    height: 20px;
    position: absolute;
    width: 100%;
}
.header_part1.menu_style1{
    position:fixed;
    -webkit-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    -ms-transition: all ease-in .5s;
    transition: all ease-in .5s;  
}
.header_part1.menu_fix{
    position:fixed;  
    height:80px;  
}
.header_part1.menu_fix .main_menu3{
    padding:17px 0 0 ;
}
.header_part1.menu_fix .logo2{
    background: #8dad62 url("../_images/logo/logo2.png") no-repeat scroll center center / 90% auto;
    border: 1px solid #8dad62;
    -webkit-border-radius: 100%;    
    border-radius: 100%;
    height: 100px;
    left: 0;
    position: absolute;
    top: -48px;
    width: 100px;    
}
.main_menu3 {
    padding: 21px 0px 0px;
}
.main_menu3 .item1{
    float:right;
}
.main_menu3 .item1 .name1{
    padding:10px 15px;
    font-size:1.3rem;
    display:inline-block;
    line-height:30px;
    color:#e74b3b;
    position:relative;
}
.main_menu3 .item1 .name1:hover,
.main_menu3 .item1 .name1.active{
    color:#8DAD62;
}
.header_part1.menu_fix .main_menu3 .item1 .name1{
    font-size:1.25rem;
}
.main_menu3 .item1 .name1::before {
    position: absolute;
    content: '\e019';
    width: 20px;
    height: 30px;
    //background: no-repeat url("../_images/icon/hat2.png") center center / 15px auto;
    top: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition:all ease .4s;
    transition:all ease .4s;
    opacity:0;
    font-family:iranwich;
    font-size:20px;
}
.main_menu3 .item1 .name1:hover:before,
.main_menu3 .item1 .name1.active:before{
    top: -17px;
    opacity:1;
}
.main_menu3 .item1 .name1::after {
    background: #8dad62 none repeat scroll 0 0;
    border-radius: 100%;
    content: "";
    height: 5px;
    left: -2px;
    opacity: 0.3;
    position: absolute;
    top: 23px;
    width: 5px;
}
.main_menu3 .item1:last-child .name1::after{
    display:none;
}
.header_part1 .logo2 {
    width: 140px;
    height: 140px;
    border: 1px solid #fff;
    background:#8DAD62 url("../_images/logo/logo2.png") no-repeat scroll center center / 90% auto;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -32px;
    left: 0;
    cursor: pointer;
    transition:all ease .6s;
    
}
/**************breadcrumb ***********/
.breadcrumb {
    height: 20px;
    position: absolute;
    text-align: center;
    top: 186px;
    width: 100%;
    z-index: 2;
}   
.breadcrumb .step1 .item1{
    display:inline-block;    
}  
.breadcrumb .step1 .item1 .name1 {
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 22px;
    padding: 0 4px;
}
.breadcrumb .step1 .item1 .breadcrumbs_arrow {
    color: #dfdfdf;
    font-size: 15px;
    position: relative;
    right: 1px;
    top: 3px;
}
.breadcrumb .step1 .item1:last-child .breadcrumbs_arrow{
    display:none;
}
.breadcrumb .step1 .item1 .current{
    color:#F2FFB3;
}
.page_content{
    padding:70px 0;   
}
/*#2*/
.page_title1{
    height:270px;
    width:100%;
    background:#D11300 url('../_images/bg/bg8.jpg') center top / cover;
    background-attachment:fixed;    
    text-align:center;
    position:relative;
    z-index:1;
}
.page_title1 .title_style1 {
    bottom: 94px;
    color: #fff;
    display: inline-block;
    font-size: 2.2rem;
    left: 0;
    line-height: 30px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-shadow:0 0 1px #b8c579;
}
.page_title1:after {
    background: url("../_images/bg/bg4.png") repeat-x scroll 0 0 / auto 15px rgba(0, 0, 0, 0);
    bottom: -11px;
    content: "";
    height: 20px;
    position: absolute;
    width: 100%;
    left:0
}
.page_title1 .title_circle {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    bottom: -37px;
    height: 80px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 80px;
    z-index: 2;
}
.page_title1 .title_circle .icon1 {
    background: #d11300 ;
    border-radius: 100%;
    bottom: 0;
    height: 65px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
}
.page_title1 .title_circle .icon1 i {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center center / 41px auto;
  height: 50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 6px;
  width: 50px;
}
.advice_part1{
    padding-bottom:40px;
}
.advice_part1 .item1{
    width:32%;
    float:right;
    margin:0 .5%;
}
.advice_part1 .item1 .pic_style1{
    width:99%;
    height:250px;    
    position:relative;
    overflow:hidden;
    z-index:1;
}
.advice_part1 .item1 .pic_style1::before{
    background: rgba(0, 0, 0, 0) url("../_images/bg/bg5.png") no-repeat scroll center bottom / cover ;
    content: "";
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    left:0;
    z-index:1;
}
.advice_part1 .item1 .pic_style1:after{
    background: rgba(0, 0, 0, 0) url("../_images/bg/bg5.png") no-repeat scroll center top / cover ;
    content: "";
    height: 15px;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 100%;
    left:0;
    z-index:2;
}
.advice_part1 .item1 .pic_style1 .pic_in{
    width:102%;
    height:102%;
    background:no-repeat center center / cover;	 
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease; 
    transition: all .8s ease;  
    cursor:pointer;    
}
.advice_part1 .item1:hover .pic_style1 .pic_in{
    -webkit-transform:scale(1.075);
    -ms-transform:scale(1.075);
    -o-transform:scale(1.075);    
    transform:scale(1.075);
}
.advice_part1 .item1 .pic_style1 .icon1 {
    /*background:#FE4A4A;*/
    background:#8DAD62;
    bottom: 3px;
    height: 60px;
    position: absolute;
    right: 11px;
    width: 56px;
    border-radius: 50px 50px 0 0;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; 
    transition: all .6s ease;      
}
.advice_part1 .item1 .pic_style1 .icon1 .icon_food {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center center / 33px auto;
  height: 50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.advice_part1 .item1:hover .pic_style1 .icon1{
    bottom:11px; 
}
.advice_part1 .item1 .info_style1{
    width:100%;
    padding:0 10px;
}
.advice_part1 .item1 .info_style1 .text1{
    color: #FF6F6F;
    font-size: 1.5rem;
    line-height: 34px;
    text-align: center;
}
.advice_part1 .item1 .info_style1 .text2 {
    color: #888;
    font-size: 1.2rem;
    line-height: 25px;
    text-align: center;
    height: 83px;
    overflow: hidden;
    margin-top: 5px;
}
/*#2*/
.advice_part2 .item1 {
    width: 100%;
    border: solid 1px #e6e1e1;
    margin: 0 0 56px;
    position: relative;
    padding:20px 20px 44px;
    background-color: #f6f6f6;
    background-size: 339px auto;
}
.advice_part2 .item1 .icon1 {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #ccc;
    border-radius: 0 0 83px 83px;
    border-right: 1px solid #ccc;
    height: 48px;
    left: 64px;
    position: absolute;
    top: -1px;
    width: 67px;
}
.advice_part2 .item1 .name1 {
    color: #FF6F6F;
    font-size: 1.5rem;
    line-height: 30px;
    text-align: right;
    background: rgba(0, 0, 0, 0) url("../_images/icon/star.png") no-repeat scroll right 6px /15px auto;
    padding-right: 24px;
}
.advice_part2 .item1 .icon1 .small_pic1 {
    width: 60px;
    height: 60px;
    background: no-repeat center center / 60px auto;
    /* border: solid 1px red; */
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/********************footer********************/
footer.main_page{
    display:none;    
}
footer{
    background: #333;    
}
footer .inner{
   background:no-repeat #333 url("../_images/bg/footer_bg.png") center bottom / 47% auto;  
}
.footer_part1 .item1{
    width:33.3%;
    float:right;
    padding:0 20px;
}
.footer_part1 .item1 .name1 {
    color: #fefefe;
    font-size: 1.4rem;
    line-height: 30px;
    padding-bottom: 16px;
}
.footer_link .item2 {
    width:50%;
    float:right;
}
.footer_link .item2 .name2 {
    background: rgba(0, 0, 0, 0) url("../_images/icon/bowl.png") no-repeat scroll right center / 12px auto;
    color: #a49f9f;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 31px;
    padding-right: 12px;
}
.footer_link .item2 .name2 i {
    color: #8DAD62;
    font-size: 12px;
    margin-left: 6px;
    position: relative;
    top: 2px;
}
.footer_link .item2 .name2:hover{
    color: #8DAD62;
}
.footer_part1 .social_media{
    text-align:center;
}
.footer_part1 .social_media .item2 {
    background: #3d3d3d none repeat scroll 0 0;
    border: 1px solid #474545;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin:0 2px;
    -webkit-transition:all ease .4s;
    -o-transition:all ease .4s;
    -ms-transition:all ease .4s;
    transition:all ease .4s;
}
.footer_part1 .social_media .item2:hover{
    background:#333333;
    border:none;
    border: 1px solid #333333;
    border-radius: 0;
}
.footer_part1 .social_media .social_icon {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center / 25px auto;
    display: inline-block;
    height: 50px;
    width: 50px;
    -webkit-transition:all ease .1s;
    -o-transition:all ease .1s;
    -ms-transition:all ease .1s;
    transition:all ease .1s;
}
.footer_part1 .social_media .item2:hover .social_icon{
    background-size: 28px auto;  
}
.footer_part1 .item1:nth-child(2){
    height:224px;
}
.footer_part1 .item1 .logo_part{
    width:100%;
    text-align:center;
}
.footer_part1 .item1 .logo_part a{
    display:inline-block;
}
.footer_part1 .item1 .logo1{
    width:150px;
    height:80px;
    background:no-repeat center center / 150px auto;
    opacity:.5;
}
.footer_part1 .item1 .text2 {
    color: #8b8686;
    font-size: 1.2rem;
    line-height: 26px;
    text-align: justify;
    padding:0 20px;
    height:90px;
    overflow:hidden;
}
.footer_part2 .atlas_logo{
  bottom: 0;
  color: #ccc;
  font-size: 1rem;
  position: absolute;
  padding: 0 20px 11px;
}
.footer_part2 .copyright {
    left: 0;
    bottom: 8px;
    width: 28%;
    color: #777;
    font-size: 1rem;
    text-align: center;
    margin-left: 27px;
    padding-top: 14px;
    line-height: 24px;
    position: absolute;
    border-top: solid 1px #3f3f3f;
}
.footer_part2 .copyright:after{
    content: '';
    position: absolute;
    background: #333 url(../_images/icon/vardane.png) no-repeat center top / contain;
    left: 0;
    top: -9px;
    width: 100px;
    height: 20px;
}
.footer_part2 .atlas_logo .logo {
    background: rgba(0, 0, 0, 0) none no-repeat scroll right center / 20px auto;
    display: inline-block;
    float: right;
    height: 20px;
    margin-left: 5px;
    opacity: 0.8;
    position: relative;
    top: 0;
    width: 20px;
}
.go_top1 {
    background: rgba(0, 0, 0, 0) url(../_images/icon/pizza.gif) no-repeat scroll center bottom;
    bottom: 11px;
    cursor: pointer;
    height: 40px;
    right: 20px;
    position: absolute;
    width: 40px;
}
.footer_part2 {
  height: 47px;
  padding: 13px 0 0;
  position: relative;
}
/********************food-menu*********************/
.food_menu_page.page_content{
    padding:70px 0 0;
}
.food_menu_part1 {
    padding:70px 0px 70px;
}
.food_menu_part1 .right_side{
    width:40%;
    float:right;
}
.food_menu_part1 .right_side .title_style2 {
    color: #fd5959;
    text-align:right;
}
.food_menu_part1 .right_side .text1 {
    font-size: 1.1rem;
    color: #908E8E;
    line-height: 25px;
    text-align:justify;
    padding:7px 0;
    height:408px;
    overflow:hidden;
}
.food_menu_part1 .left_side {
    background: rgba(0, 0, 0, 0) url("../_images/bg/board.jpg") no-repeat scroll center top / 100% auto;
    float: left;
    height: 457px;
    width: 57%;
    box-shadow:0 0 10px #d6d6d6;
    padding:37px;
    position:relative;
}
.food_menu_part1 .left_side::before {
    background: rgba(0, 0, 0, 0) url("../_images/bg/bg10.png") no-repeat scroll center top / 100% auto;
    bottom: 34px;
    content: "";
    height: 224px;
    left: 36px;
    opacity: 0.7;
    position: absolute;
    width: 40%;
}
.food_menu_part1 .left_side .item1 {
    float: right;
    height: 381px;
    padding: 42px 20px 20px;
    text-align: center;
    width: 43.3%;
}
.food_menu_part1 .left_side .name1 {
    background: rgba(0, 0, 0, 0) url("../_images/bg/iranwich2.png") no-repeat scroll center center / 200px 49px;
    height: 64px;
    left: 115px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 88px;
    transform: rotate(-14deg);
    width: 220px;
}
.food_menu_part1 .left_side .item1 .name2 {
    border-bottom: 2px dotted #8f8f8f;
    color: #b3db7d;
    font-size: 1.5rem;
    line-height: 25px;
    margin-bottom: 10px;
    padding: 0 0 8px;
}
.food_menu_part1 .left_side .item2 {
    font-size: 1.25rem;
    color: #fff;
    line-height: 31px;
    cursor: pointer;
}
.food_menu_part1 .left_side .menu_list{
    height:240px;
    overflow:hidden;
}
.food_menu_part2{     
    background:url("../_images/bg/texture.jpg");
    padding:50px 0 80px;
}
.box_style2{
    width:33.3%;
    float:right;
    border:solid 1px #222;
}
.box_style2 .pic1{
    background:no-repeat center center / cover;
    width:100%;
    height:270px;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}
.box_style2 .pic1:before{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    right:0;
    bottom:0;
    top:0;
    background:rgba(0, 0, 0, 0.7);
    opacity:0;
    transition:all ease .4s;
}
.box_style2:hover .pic1:before{
    opacity:1;
}
.food_menu_part2 .food_category{
    padding:30px 0;;
}
.box_style2 .info1 {
    background: rgba(71, 71, 71, 0.9) none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    bottom: 0;
    color: #fff;
    font-size: 1.35rem;
    left: 0;
    line-height: 39px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 95%;
    transition:all ease .4s;
}
.box_style2:hover .info1{
    bottom:-40px;
}
.box_style2 .info2{
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 39px;
    text-align: center;
    width: 95%;
    transition:all ease .4s;
}
.box_style2 .info2 span{
    color:#cecece;
}
.box_style2 .icon1 {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center center / 70px auto;
  height: 100px;
  margin: 45px auto 0;
  text-align: center;
  width:70px;
}
.box_style2 .content1{
    position:absolute;
    z-index:1;
    margin:auto auto;
    left:0;top:-14px;
    right:0; bottom:0;
    opacity:0;
    -webkit-transition:all ease .6s;
    -o-transition:all ease .6s;
    -ms-transition:all ease .6s;
    transition:all ease .6s;
}
.box_style2:hover .content1{
    opacity:1;
    top:0;
}
/************************food-detail*********************/
/*#1*/
.food_detail_part1{
    padding:50px 0 0;
}
.food_detail_part1 .gallery_info{
   background:rgba(0, 0, 0, 0) url("../_images/bg/s_bg2.png") no-repeat scroll 95% top / 85px auto
}
.box-style1 {
  background: #f9f9f9 none repeat scroll 0 0;
  float: right;
  padding: 30px 25px;
  width:33.3%;
}
.box-style1:nth-child(2n){    
    background:#fff;
}
.box-style1:last-child{
    border-bottom:none;
}
.box-style1 .part1{
    width:100%;
    float:right;
}
.box-style1 .part2 {
  float: left;
  width: 100%;
  padding-top:10px;
}
.box-style1 .pic1 {
  background: rgba(0, 0, 0, 0) none no-repeat scroll center center / cover ;
  border: 1px solid #f2dddd;
  float: right;
  height:215px;
  position: relative;
  text-align: center;
  width: 100%;
}
.box-style1 .name2 {
    color: #FD5959;
    font-size: 1.3rem;
    line-height: 30px;
}
.box-style1 .pic1 span{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4) no-repeat  url('../_images/icon/magnify.png') center center /48px auto ;
    display:inline-block;
    transition:all ease .4s;  
    opacity:0;
}
.box-style1 .pic1:hover span{
    opacity:1;
}
.box-style1 .text1 {
    color: #939393;
    display: inline-block;
    font-size: 1.15rem;
    line-height:26px;
    position: relative;
    padding:2px 0 10px;
    height: 64px;
}
.box-style1 .text1 span{
    color:#363636;
    font-size:1.18rem;
    padding:0 0px 0 5px;
}
.fancybox-opened .fancybox-title-outside-wrap{
    font-size:1.2rem;
    text-align:center !important;
    font-family:"at9","tahoma" !important;
    background:none !important;
    border-bottom:solid 1px #fff;
}
.food_detail_part1 .small_pic .item1{
    width:50px;
    height:50px;
    border:solid 1px #eee;
    display:inline-block;  
    opacity:.7;
    transition:all ease .4s;
}
.food_detail_part1 .small_pic .item1 a{
    width:100%;
    height:100%;
    display:inline-block;
    background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover;       
}
.food_detail_part1 .small_pic .item1:hover{
    opacity:1;
}
/*#2*/
.food_detail_part2 .inner,
.gallery_part3 .inner{
    padding:30px 12%;
    margin:80px 0 0;
}
.comment_box{
    border:solid 1px #eee;
    padding:30px;
    background:#f9f9f9;
}
.comment_box .item1{
    border-bottom:solid 1px #e4e4e4;
    padding:20px 0;
    position:relative;
}
.comment_box .item1:last-child{
    border:none;
}
.comment_box .user_comment_text,
.comment_box .type_text{
    border: 1px solid #eee;
    color: #777;
    font-size: 1.15rem;
    height: 120px;
    padding: 10px;
    width: 100%;
    margin-top:5px;
}
.comment_box .type_text{
  height:37px;
}
.comment_box .type_text:first-child{
    margin-left:10px;
}
.comment_box .comment_info {
  color: #8dad62;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 37px;
  width: 100%;
}
.comment_box .comment_name{
  color: #8dad62;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 37px;  
}
.comment_box .main_comment_form  .comment_title{
    float:right;
}
.comment_box .item2{
    padding:0 5px;
    position:relative;
}
.comment_box .comment_pic {
    background: #fff no-repeat center center / 33px auto;
    border: 1px solid #eee;
    border-radius: 2px;
    float: right;
    height: 40px;
    margin-left: 11px;
    top: 18px;
    width: 40px;
}
.comment_box .comment_text{
    color: #999;
    font-size: 1.15rem;
    line-height: 25px;
    width: 100%;
    padding: 10px 0;
    clear:both;
}
.comment_btn .btn1:hover{
    color:#FF641F;
    opacity:1;
}
.comment_date {
  color:#FC5959;
  float: left;
  font-size: 1.12rem;
  padding: 0 19px;
}
.comment_box .btn_style1 {
  margin: 28px auto;
  padding: 5px;
  width: 50%;
}
.comment_box .btn_style1 .btn1 {
  font-size: 1.15rem;
  height: 30px;
  line-height: 28px;
  padding: 0 30px;
  width:100%;
}
.comment_box .replay {
  background: #ffffff none repeat scroll 0 0;
  margin: 20px 0;
  padding: 10px 40px 10px 10px;
}
.comment_box .main_comment_form .captcha_code {
  height: 37px;
  margin-top:7px;
  overflow: hidden;
  width: 68%;
}
.comment_box .main_comment_form .captcha_reload {
  margin: 7px 8px;
}
.comment_box .captcha_pic{
    float:right;
    width:40%;
}
.comment_box .captcha_text {
  float: left;
  width: 60%;
}
.comment_box .captcha_item{
  margin: 28px auto;
  padding: 5px;
  width: 50%;
  position:relative;
}
/************************contact-us*********************/
.page_content.contact_page{
    padding-bottom:0;
}
.contact_part1 .inner{
    padding:0 5% 50px;
}
.contact_part1 .item1{
    width:33.3%;
    padding:10px;
    float:right;
    text-align:center;
}
.contact_part1 .item1 .icon1{
    width:100px;
    height:100px;
    display:inline-block;
    background:no-repeat center center / 55px auto;
}
.contact_part1 .item1 .text1{
    color:#8DAD62;
    font-size:1.4rem;
    line-height:30px;
}
.contact_part1 .item1 .content {
    color: #777;
    font-size: 1.1rem;
    line-height: 26px;
}
.contact_part1 .item1 .content.en_words{
    font-size:1.2rem;
    font-weight: 700;
}
.contact_part1 .item1:last-child .content{
    font-size:1.2rem;
}
/*#2*/
.contact_part2{
    padding-bottom:70px;
}
.contact_part2 .contact_form {
  background: #eee none repeat scroll 0 0;
  left: 0;
  margin: 0 auto;
  padding: 0 0 17px;
  position: relative;
  right: 0;
  width: 80%;
}
.contact_part2 .contact_form::before {
  background: url("../_images/bg/bg3.png") repeat scroll 0 0 / auto 10px;
  content: "";
  height: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}
.contact_part2 .contact_form::after {
  background: rgba(0, 0, 0, 0) url("../_images/bg/bg4.png") repeat scroll 0 0 / auto 10px;
  bottom: 0;
  content: "";
  height: 10px;
  position: absolute;
  width: 100%;
}
.contact_part2 .contact_form .left-side {
  background: rgba(0, 0, 0, 0) url("../_images/bg/plate.png") no-repeat scroll center center / cover ;
  bottom: 0;
  height: 350px;
  left: 0;
  position: absolute;
  width: 385px;
}
.contact_part2 .contact_form .right-side{
    width:60%;
}
.contact_part2 .contact_form .btn_style1{
    background:#eee;
}
.contact_part2 .contact_form .btn_style1::before,
.contact_part2 .contact_form .btn_style1::after {
  background: #eee none repeat scroll 0 0;
}
.contact_part2 .contact_form  .form_style1 .item1 .type_text{
    background:#fff;
}
/***********************branch*************************/
.box_style3 {
    border: 1px solid #ccc;
    float: right;
    margin: 10px 0.65%;
    width: 32%;
}
.box_style3 .pic1{
    background:no-repeat center center / cover;
    width:100%;
    height:250px;
    position:relative;
}
.box_style3 .pic1:before,
.box_style3 .pic1:after{
    position:absolute;
    margin:auto auto;
    content:'';
    background:rgba(0,0,0,.55);
    top:0px;
    bottom:0px;
    transition:all ease .8s;
    width:50%;
    
}
.box_style3 .pic1:before{
    left:50%;
    right:0;
}
.box_style3 .pic1:after{
    right:50%;
    left:0;
}
.box_style3:hover .pic1:before{  
    left: 100%;
    right: 0;
    width: 0;   
}
.box_style3:hover .pic1:after{  
    right:100%;
    left:0;
    width: 0;   
}
.box_style3 .info1{
    width:80%;
    height:80%;
    position:absolute;
    z-index:1;
    position:absolute;
    margin:auto auto;
    left:0;
    right:0;
    top:0;
    bottom:0; 
    text-align:center;
    padding:20px;
    overflow:hidden;
    transition:all ease .4s;
}
.box_style3:hover .info1{
    opacity:0;
    bottom:10px;
}
.box_style3 .info1 .name1{
    font-size:1.6rem;
    color:#fff;
    line-height:30px;
    padding:10px 0;
    display:inline-block;
    position:relative;
    transition:all ease .4s;    
}
.box_style3 .info1 .name1:hover{
    color: #0dcbe1;
}
.box_style3 .info1 .name1:before,
.box_style3 .info1 .name1:after{
    position:absolute;
    content:'';
    width:40px;
    height:20px;
}
.box_style3 .info1 .name1:before{
    background:no-repeat url('../_images/bg/divider3.png') center bottom / 40px auto; 
    right:-46px;
}
.box_style3 .info1 .name1:after{
    background:no-repeat url('../_images/bg/divider2.png') center bottom /40px auto;
    left:-46px;    
}
.branch_part1 .item1 .info1 .text1{
    padding:5px 0;
}
.box_style3 .info1 .name2{
    font-size: 1.35rem;
    color: #E1CFB8;
    line-height: 35px;
}
.box_style3 .info1 .content1{
    font-size: 1.3rem;
    color: #fff;
    line-height: 35px;
    display: inline-block;
}
.box_style3 .info1 .view_more {
    cursor: pointer;
    margin-top: 16px;
    position: relative;
}
.box_style3 .info1 .view_more .more_bg {
    background: rgba(0, 0, 0, 0) url("../_images/icon/round.png") no-repeat scroll center center / auto 10px;
    cursor: pointer;
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 1px;
    width: 50px;
    transition:all ease .6s;  
}
.search_part{
    width:100%;   
    margin-bottom:20px;
    padding:30px 5% 40px;
    background:#f9f9f9;
    border-top:solid 1px #e7dfd6;
    border-bottom:solid 1px #e7dfd6;
}
.branch_search .inner{
    padding:0 .75%;
}
.branch_search .form_style1 .btn_style2{
    overflow:hidden;
    position:relative;
}
.branch_search .form_style1 .btn_style2 .icon1 {
    color: #fff;
    font-size: 32px;
    margin: 0 auto;
    position: absolute;
    transform: rotate(-95deg);
    background:none;
    border:none;
    left:0;
    top:1px;  
    right:auto;
}
.branch_search .form_style1 .btn_style2:hover .icon1{
    left: -35px;
    top: -26px;    
}
.branch_search .form_style1 .btn_style2 .icon2 {
    color: #fff;
    font-size: 32px;
    right:-35px;
    margin: 0 auto;
    position: absolute;
    top: -12px;
    transform: rotate(93deg);
}
.branch_search .form_style1 .btn_style2:hover .icon2{
    right:5px;
}
/**************************gallery**************************/
.gallery_info {
    border: 1px solid #eee;
    box-shadow: 0 0 3px #eee;
    min-height: 300px;
    margin: 0 auto 50px;
    text-align: center;
    width: 50%;
    padding: 20px;
    background: no-repeat url(../_images/bg/s_bg1.png) 95% top /85px auto;
}
.gallery_info .name1 {
    color: #666;
    display: inline-block;
    font-size: 1.35rem;
    height: 111px;
    line-height: 111px;
    padding-top: 0;
    position: relative;
}
.gallery_info .name1::before {
    background: rgba(0, 0, 0, 0) url("../_images/bg/titlebg.png") no-repeat scroll left center / 100px auto;
    content: "";
    height: 100%;
    left: -63px;
    position: absolute;
    width: 50px;
}
.gallery_info .name1:after{
    background: rgba(0, 0, 0, 0) url("../_images/bg/titlebg.png") no-repeat scroll right center / 100px auto;
    content: "";
    height: 100%;
    right: -63px;
    position: absolute;
    width: 50px;
}
.gallery_info .item1 {
    color: #8D8C8C;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 28px;
    padding:0 14px;
    position:relative;
}
.gallery_info .item1::after {
    position: absolute;
    content: '\e10f';
    font-family: iranwich;
    color: #F6A8A8;
    font-size: 16px;
    padding: 0 7px;
    top: 0;
    left: -17px;
}
.gallery_info .item1:last-child:after{
    display:none;
}
.gallery_info .item1 .name2{
    padding:0 2px;
    color:#777;
}
.gallery_info .info1{
    width:100%;
    text-align:center;
}
.gallery_info .text1 {
    color: #777;
    font-size: 1.2rem;
    line-height: 30px;
    padding: 25px 0;
}
/*#2*/
.box-style5 {
    width: 32%;
    margin: 2px .65%;
    float: right;
}
.box-style5 .pic1{
    width:100%;
    height:250px;
    background:no-repeat center center / cover;
    position:relative;
    overflow:hidden;
}
.box-style5 .pic1:before {
    background: rgba(0, 0, 0, 0) url("../_images/bg/bg5.png") no-repeat scroll center bottom / cover ;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.box-style5 .pic1:after {
    background: rgba(0, 0, 0, 0) url("../_images/bg/bg5.png") no-repeat scroll center top / cover ;
    bottom: 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
}
.box-style5 .pic_effect1 {
  border: 0 solid rgba(251, 89, 89, 0.7);
  border-radius: 60px;
  height: 120px !important;
  left: 0 !important;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 60px !important;
  transition: all 0.3s ease-in-out 0s;
  width: 120px !important;
}
.box-style5:hover .pic_effect1 {
    border: 60px solid rgba(255, 75, 75, 0.2);
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    opacity: 1;
    transform: scale(4);
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -ms-transform: scale(4);
    -o-transform: scale(4);
    visibility: visible;
}
.box-style5 .icon1{
    background:rgba(255, 75, 75, 0.8) no-repeat url('../_images/icon/photo.png') center center;
    background-size:10px auto;
    border-radius: 50%;
    display: block;
    height: 19px !important;
    left: 50%;
    margin-left: -9px;
    margin-top: -9px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 100ms ease 0s;
    width: 19px !important;
}
/********************************delegate******************************/
.delegate_rule{
    border-top:solid 1px #eee;
    border-bottom:solid 1px #eee;   
    padding:20px 30px;
    background:#fbfbfb;  
}
.delegate_rule .name1,
.delegate_form .content_style1 .name1{
    font-size: 1.5rem;
    color: #FD5959;
    background: rgba(0, 0, 0, 0) url("../_images/icon/star.png") no-repeat scroll right 6px / 15px auto;
    padding-right: 20px;
    margin-bottom: 10px;   
}
.delegate_part2{
    margin-top:30px;
}
.delegate_part2 .delegate_form{
    background:#fff;
    padding:20px 30px 50px;
    border:solid 1px #eee;
    box-shadow:0 0 5px #f9f9f9;
}
.delegate_part2 .check_rule .name{
    padding:10px 22px 5px;
    position:relative;
    top:34px;
}
.delegate_part2 .check_rule label.error {
    left:auto; right:0;
    top:-25px;
}
/*****************************about*************************/
.about_page{
    background:repeat-x url(../_images/bg/bg9.png) center bottom;
    padding:70px 0 97px;
}
.about_part1{
    padding:20px 0 70px;
}
.about_part1 .right_side{
    width:50%;
    float:right;
    background:#dbdbdb;
    margin:34px 0;
    position:relative;
    z-index:2;
}
.about_part1 .right_side .pic1 {
    background: rgba(0, 0, 0, 0) no-repeat scroll center center / cover ;
    height: 555px;
    width: 100%;
    border:solid 1px #eee;
    border-left:none;
    padding:20px;
}
.about_part1 .right_side .pic1 span{
    width:100%;
    height:100%;
    border:solid 5px #eee; 
    display:inline-block;
    opacity:.5;
}
.about_part1 .left_side{
    width:50%;
    float:left;
    background:#f4f4f4;
    padding:20px 40px 20px 20px;
    position:relative;
    right:-40px;  
    border:solid 1px #eee;
}
.about_part1 .left_side .name1,
.about_part2 .name1 {
    background: rgba(0, 0, 0, 0) url("../_images/icon/star.png") no-repeat scroll right 3px / 15px auto;
    color: #fd5959;
    font-size: 1.5rem;
    margin-right: 17px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.about_part1 .left_side .content_style1 {
    height: 553px;
    overflow: hidden;
    padding: 0 20px 20px 0;
}
.about_part1 .owl-dots {
    bottom: 30px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 20;
}
.about_part1 .owl-dots .owl-dot{
    width:10px;
    height:10px;
    background:#ff8f8f;
    display:inline-block;
    cursor:pointer;
    margin:0 2px;
}
.about_part1 .owl-dots .owl-dot.active{
    background:#D11300;
}
/*#2*/
.about_part2{
    border:solid 5px #FFDEDE;
    position:relative;
}
.about_part2::before{
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 5px;
    position: absolute;
    right: 35%;
    top: -5px;
    width: 10%;
}
.about_part2::after{
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 5px;
    position: absolute;
    left: 35%;
    bottom: -5px;
    width: 10%;
}
.about_part2 .inner{
    padding:30px 0;
}
.about_part2 .name1{
    margin-right:0;
}
/********************************article****************************/
.box_style4 {
    border-bottom: 1px solid #eee;
    padding: 43px 0;
    width: 100%;
}
.box_style4:first-child{
    padding-top:0;
}
.box_style4:last-child{
    border:none;
}
.article_part1 .inner{
    padding:0 5%;
}
.box_style4 .pic1{
    width:40%;
    height:300px;
    float:right;
    position:relative;
    background:no-repeat center center / cover;
    overflow:hidden;
}
.box_style4 .pic1:before{
    background: rgba(0, 0, 0, 0) url("../_images/bg/bg5.png") no-repeat scroll center bottom / cover ;
    content: "";
    height: 15px;
    position: absolute;
    right: 0px;
    top: 0;
    width: 100%;
    left:0;
    z-index:3;
}
.box_style4 .pic1:after{
    background: rgba(0, 0, 0, 0) url("../_images/bg/bg5.png") no-repeat scroll center top / cover ;
    content: "";
    height: 15px;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 100%;
    left:0;
    z-index:2;
}
.box_style4 .info2 {
    float: left;
    padding:97px 10px 0;
    position:absolute;;
    width:100%;
    height:100%;
    top:0;
    transition:all ease .4s;
    opacity:1;
    left:0;
    right:0;
    margin:0 auto;
    text-align:center;
}
.box_style4:hover .info2 {
    opacity:1;
    background:rgba(255, 75, 75, 0.2);
    background:rgba(0, 0, 0, 0.4);
}
.box_style4 .pic1 .circle {
    background: rgba(253, 89, 89, .6) no-repeat center center / 25px auto;
    border: 1px solid rgba(253, 89, 89, 1);
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 1.3rem;
    height: 50px;
    line-height: 40px;
    margin:0px auto;
    text-align: center;
    width: 50px;
    position:relative;
    z-index:2;
    transition:all ease .9s;  
    top:-180px;
    opacity:0;
}
.box_style4:hover .pic1 .circle{
    top:0px;
    opacity:1;
}
.box_style4 .pic1 .date{
    font-size:1.4rem;
    color:#fff;
    position:absolute;
    margin:15px auto;
    right:0;
    left:0;
    transition:all ease .4s; 
    bottom:-24px;
    opacity:0;
}
.box_style4:hover .pic1 .date{
    bottom:92px;
    opacity:1;
}
.box_style4 .info1{
    float:left;
    width:60%;
    padding:10px  30px 10px 20px;
}
.box_style4 .info1 .name1{
    color:#FD5959;
    font-size:1.35rem;
    line-height:30px;
    height:30px;
    overflow:hidden;
}
.box_style4 .info1 .name1:hover{
    color:#8DAD62;
}
.box_style4 .info1 .text1 {
    color: #979797;
    font-size: 1.15rem;
    line-height: 27px;
    overflow: hidden;
    text-align: justify;
    padding:15px 0;
    height:170px;
}
.box_style4 .info1 .text2 {
    color: #aaa;
    font-size: 1.15rem;
    line-height: 27px;
    padding: 10px 0 0;
}
.view_more {
    text-align:left;
}
.view_more .btn_style1{
    width:auto;
    display:inline-block;
    padding:5px;
    margin-top:0;    
}
.view_more .btn_style1 .btn1{
    width:auto;
    padding:0 20px;
    line-height:28px;
    height:31px;
    font-size:1.15rem;
    background:#8DAD62;    
}
.spectar {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(73, 197, 135, 1) 0%, rgba(73, 197, 135, 1) 1%, rgba(75, 201, 226, 1) 6%, rgba(255, 117, 117, 1) 13%, rgba(240, 200, 81, 1) 20%, rgba(141, 116, 185, 1) 27%, rgba(248, 118, 79, 1) 34%, rgba(73, 197, 135, 1) 42%, rgba(75, 201, 226, 1) 49%, rgba(255, 117, 117, 1) 56%, rgba(73, 197, 135, 1) 63%, rgba(255, 117, 117, 1) 70%, rgba(240, 200, 81, 1) 77%, rgba(141, 116, 185, 1) 84%, rgba(248, 118, 79, 1) 91%, rgba(73, 197, 135, 1) 98%, rgba(73, 197, 135, 1) 100%) repeat scroll 0 0;
    height: 4px;
    width: 100%;
    margin-bottom:33px;
}
/******************************article-detail*****************************/
.article_detail1 .right_side{
    float:right;
    width:25%;
}
.article_detail1 .left_side{
    float:left;
    width:75%;
    padding-right:20px;
}
.article_detail1 .left_side .pic1{
    display: inline-block;
    width:100%;
    border:solid 1px #eee;
    background:no-repeat center center / cover;
    position:relative;
}
.article_detail1 .left_side img{
    max-width: 100%;
    display:inline-block;
}
.article_detail1 .left_side .name1{
    font-size:1.3rem;
    color:#666;
    text-align:center;
    line-height:30px;
}
.article_detail1 .left_side .info1{
    font-size:1.12rem;
    color:#888;
    text-align:center;
    line-height:28px;
    padding:4px 0 20px;
}
.article_detail1 .left_side .info1 .item1{
    display:inline-block;
}
.article_detail1 .left_side .info1 .item1 i{
    color:#8DAD62;
    font-size: 15px;
    position: relative;
    right: 1px;
    top: 3px;    
}
.article_detail1 .left_side .info1 .source_link:hover{
    color:#FD5959; 
}
.article_detail1 .left_side .back_archive{
    text-align:center;
    padding:10px 0 16px;
}
.article_detail1 .left_side .back_archive .name_link {
    background: #D6EDB8;
    text-align: center;
    font-size: 1.1rem;
    color: #719E35;
    display: inline-block;
    padding: 5px 15px;
    border: solid 2px #9DBD72;
    line-height: 20px;
}
.article_detail1 .left_side .back_archive .name_link:hover{
    background: #fff;
}
.article_detail1 .left_side .info2{
    width:60px;
    height:60px;
    background:#fff;
    margin:10px;
    text-align:center;
    font-size:1.2rem;
    padding:3px;
    line-height:28px;
    position:absolute;
    left:0; top:0;
}
.article_detail1 .left_side .info2 .day {
    color: #666;
    font-size: 2.4rem;
    left: 16px;
    position: absolute;
    top: 7px;
}
.article_detail1 .left_side .info2 .month {
    color: #666;
    font-size: 1.15rem;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
}
.article_detail1 .left_side .content1{
    padding:5px 0;
}
.article_detail1 .article_list{
    background:#f9f9f9;
    padding:21px 10px 30px;
    margin-bottom:10px;
    border:solid 1px #eee;
}
.article_detail1 .article_list .item1{
    width:100%;
    padding:10px;
    border-bottom:solid 1px #eee;
}
.article_detail1 .article_list .item1:last-child{
    border:none;
}
.article_detail1 .article_list .item1 .pic1{
    width:90px;
    height:83px;
    border:Solid 1px #ccc;
    background:#eee no-repeat center center / cover;
    float:right;
    margin-left:5px;
}
.article_detail1 .article_list .item1 .name1{
    font-size:1.1rem;
    color:#8DAD62;
    overflow:hidden;
    height:30px;
    line-height:30px;
    text-align:justify;    
}
.article_detail1 .article_list .item1 .text1 {
    color: #666;
    font-size: 1rem;
    height: 56px;
    line-height: 23px;
    overflow: hidden;
    text-align:justify;
}
/******************site map*****************/
.map_part1 .inner{
    padding:0 10%;
}
.sitemap {
    background: #f9f9f9 url("../_images/bg/bg10.png") no-repeat scroll left bottom / 58% auto;
    border: 1px solid #f1f1f1;
    margin: 0 auto;
    padding: 30px;
    width: 57%;
}
.sitemap .name1{
    color:#8DAD62;
    font-size:1.3rem;
    line-height:28px; 
    padding-bottom:10px;
}
.sitemap .link_list .item1,
.sitemap .link_list .item2{
    background: rgba(0, 0, 0, 0) url("../_images/icon/fork.png") no-repeat scroll right 14px / 27px auto;
    border-right:3px double #FFD6D6;
    color: #777;
    font-size: 1.15rem;
    line-height: 32px;
    padding-right: 43px;
    position:relative;
}
.sitemap .link_list .item2{
    color:#8DAD62;
}
.sitemap .link_list .map_home{
    width:30px;
    height:30px;
    background:red;
    position:relative;
    right:-12px;
    background:no-repeat url("../_images/icon/home.png") center center / 20px auto;
}
.sitemap .link_list .item1 a:hover{
    color:#8DAD62;
}
.sitemap .link_list .item2 a:hover{
    color:#FD5959;
}
.sitemap .link_list .item1:last-child::before ,
.sitemap .link_list .item2:last-child::before {
  background: #f9f9f9 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 12px;
  position: absolute;
  right: -4px;
  width: 4px;
}
/***************error_page***************/
.not_found_page .inner{
    padding:17% 10% 0;
}
.not_found_page .error_part1 {
    background: rgba(0, 0, 0, 0) url("../_images/bg/404.png") no-repeat scroll center center / 100% auto;
    height: 246px;
    margin: 0 auto;
    width: 400px;
}
.not_found_page .error_part2{
    text-align:center;
}
.not_found_page .text1{
    font-size:1.7rem;
    color:#555;
    line-height:30px;
    padding-bottom:16px;
}
.not_found_page .text2{
    font-size:1.5rem;
    color:#FF4523;
    line-height:30px;
    padding-bottom:10px;
}
.not_found_page .text3{
    font-size:1.2rem;
    color:#777;
    line-height:30px;
}
.not_found_page .error_link{
    padding:30px 0;
}
.not_found_page .error_link .item1{
    display:inline-block;
    margin:5px;
    padding:3px;
    font-size:1.1rem;
    color:#fff;
    background:#8DAD62;    
    -weblit-transition:all ease .4s;
    -webkit-transition:all ease .4s;
    transition:all ease .4s;
    border-radius:2px;
}
.not_found_page .error_link .item1 a{
    border:solid 1px #c9c9c9;
    padding:7px 15px;
    display:inline-block;
}
.not_found_page .error_link .item1:hover{
    background:#FF5859;
}
/********************pagination**************/
.pagination{
    width:100%;
    float:right;
    text-align:center;
    padding:13px 0;		
}
.pagination .page_num_part{
    width:50%;
    margin:0 auto;	
}
.pagination .page_num {
    background: rgba(0, 0, 0, 0) url("../_images/icon/pot.png") no-repeat scroll center center / 38px auto;
    display: inline-block;
    height: 40px;
    margin: 0 1px;
    transition: all 0.3s ease 0s;
    width: 40px;
    position:relative;  
    vertical-align: middle;
}
.pagination .page_num.dots {
    line-height: 38px;
    cursor: not-allowed;
}
.pagination .page_num span {
    color: #ff791c;
    display: inline-block;
    font-size: 1.2rem;
    line-height:15px;
    width: 100%;
    position: relative;
    top: 14px;    
}
.pagination .page_num span .page_arrow {  
    display: inline-block;
    height: 15px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -12px;
    width: 13px;
}
.pagination  .page_num:last-child .page_arrow{
    background: rgba(0, 0, 0, 0) url("../_images/icon/arrow2.png") no-repeat scroll center center / 9px auto;  
}
.pagination  .page_num:first-child .page_arrow{
    background: rgba(0, 0, 0, 0) url("../_images/icon/arrow1.png") no-repeat scroll center center / 9px auto;
}
.pagination  .page_num:hover,
.pagination  .page_num.active{
    background: rgba(0, 0, 0, 0) url("../_images/icon/pot2.png") no-repeat scroll center center / 38px auto;   
}
.pagination  .page_num:hover span,
.pagination  .page_num.active span{
    color:#8DAD62;
}
.page_arrow {
    bottom: 0;
    color: #ff4024;
    font-size: 13px;
    position: relative;
    top: 5px;
}
/***************************responsive*******************************/
.responsive_menu{
  display:none;  
}
.responsive_menu .menu_icon {
  background: rgba(0, 0, 0, 0) url("../_images/icon/menu-icon.png") no-repeat scroll right center / 35px auto;
  color: #59792e;
  display: inline-block;
  font-size: 1.4rem;
  height: 50px;
  line-height: 48px;
  margin-top: 12px;
  padding: 0 43px 0 0;
  cursor:pointer;
}
.responsive_menu .menu_resp {
  background: #8bab61 url("../_images/bg/logobg.png") no-repeat scroll center 28px / 176px auto;
  bottom: 0;
  padding: 103px 20px 30px 9px;
  position: fixed;
  right: -265px;
  text-align: right;
  top: 0;
  width: 256px;
  z-index: 100;
}
.responsive_menu .menu_resp .item1{
    border-bottom:solid 1px #86A260;
}
.responsive_menu .menu_resp .item1:last-child{
    border:none;
}
.responsive_menu .menu_resp .item1 .name1{
    font-size:1.4rem;
    color:#fff;
    line-height:40px;
    display:inline-block;
    background:no-repeat right center / 20px auto;
    padding-right:30px;
}
.responsive_menu .menu_resp .item1 .name1:hover{
    color:#5a6f3e;
}
.responsive_menu .menu_resp_links{    
    overflow:hidden;
}
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(0, 0, 0, 0.42);
	z-index: 5;
	width: 100%;
	height: 100%;
    cursor:url('../_images/icon/close2.png'), auto;
    display:none;
}
.responsive_menu .menu_bg {
  background: rgba(0, 0, 0, 0) url("../_images/bg/menubg.png") no-repeat scroll center center / 107% auto;
  display: inline-block;
  height: 32px;
  opacity: 0.5;
  width: 100%;
}
/***respomsive menu  home***/
.home_part1 .menu_icon2 {
  cursor: pointer;
  display: none;
  float: right;
  height: 50px;
  margin: 12px;
  position: relative;
  z-index: 2;
}
.home_part1 .menu_icon2 .icon1{
    background: url("../_images/icon/menu-icon3.gif") no-repeat scroll right center / 40px auto;  
    width:50px; 
    height:50px;
    display:inline-block;
    vertical-align: middle;    
}
.home_part1 .menu_icon2 .text1 {
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 48px;
  vertical-align: middle;
}
.success ,
.unsuccess {
    background: #eef9eb url(../_images/icon/tik2.png) no-repeat scroll 98% center / 30px auto;
    border: 1px solid #c0da9e;
    color: #557d1e;
    font-size: 1.25rem;
    line-height: 40px;
    margin: 20px 0;
    padding: 8px 53px 8px 20px;
}
.unsuccess {
	background: #ffe9e7 url("../_images/icon/close.png") no-repeat scroll 98% center / 30px auto;
	border: solid 1px #fcc7c2;
    color: #bf1b0b;
}