@media only screen and (min-width:1360px) and (max-width:1380px){
.standard{
width:100% !important;
}


}

/*---------------------FONTS--------------------------*/

@font-face {
	font-family: 'robotoitalic';
	src: url('fonts/roboto-italic-webfont-webfont.eot');
	src: url('fonts/roboto-italic-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-italic-webfont-webfont.woff2') format('woff2'), url('fonts/roboto-italic-webfont-webfont.woff') format('woff'), url('fonts/roboto-italic-webfont-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotolight_italic';
	src: url('fonts/roboto-lightitalic-webfont-webfont.eot');
	src: url('fonts/roboto-lightitalic-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-lightitalic-webfont-webfont.woff2') format('woff2'), url('fonts/roboto-lightitalic-webfont-webfont.woff') format('woff'), url('fonts/roboto-lightitalic-webfont-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotolight';
	src: url('fonts/roboto-light-webfont-webfont.eot');
	src: url('fonts/roboto-light-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-light-webfont-webfont.woff2') format('woff2'), url('fonts/roboto-light-webfont-webfont.woff') format('woff'), url('fonts/roboto-light-webfont-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'robotoregular';
	src: url('fonts/roboto-regular-webfont-webfont.eot');
	src: url('fonts/roboto-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-regular-webfont-webfont.woff2') format('woff2'), url('fonts/roboto-regular-webfont-webfont.woff') format('woff'), url('fonts/roboto-regular-webfont-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ITCAvantGardePro-Bk';
	src: url('fonts/ITCAvantGardePro-Bk.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ITCAvantGardePro-Bold';
	src: url('fonts/ITCAvantGardePro-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gil';
	src: url('fonts/GIL_____.eot');
	src: url('fonts/GIL_____.eot?#iefix') format('embedded-opentype'), url('fonts/GIL_____.woff') format('woff'), url('fonts/GIL_____.TTF') format('truetype');
}
/*---------------------FONTS - END--------------------------*/


.hide {
	display: none;
}
/* Transition effects*/

.transition_3 {
	transition: ease-in-out 0.25s;
	-webkit-transition: ease-in-out 0.25s;
	-moz-transition: ease-in-out 0.25s;
	-o-transition: ease-in-out 0.25s;
}
a, img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
.display-block {
	display: block;
}
* {
	box-sizing: border-box;
}
body, h3, h1, h2, h4, h5, h6, ul, li, p, ul li {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'ITCAvantGardePro-Bk';
}
/* ---------------------------------------------------------------*/
.main_container {
	width: 100%;
	height: auto;
}
.clear {
	clear: both;
}
.slicknav_menu {
	display: none;
}
.standard {
    width: 1360px;
	margin: 0 auto;
	position: relative;
}
.top_menu{
width:100%;
position:relative;
height:40px;
}

.bg_cgreen{
background:#00aca9;
}

.col_cgreen{
color:#00aca9;
}
.logo {
    background: #fff;
    display: inline-block;
    padding: 12px 43px;
    border-radius: 0px 32px 32px 0px;
    box-shadow: 6px 0px 5px 1px rgba(0,0,0,0.20);
    position: absolute;
    top: 0;
    left: 0px;
	z-index:9;
}
.contact_details {
margin-left: 463px;
    line-height: 40px;
	position:relative;
}
.contact_details a {
    color: #fff;
padding: 5px 11px;
    font-family: 'robotoregular';
    font-size: 14px;
	border-radius: 7px;
}


.con_left {
    margin-left: 0px;
    position: absolute;
    right: 0;
    top: 0;
}
.phone_:before {
    content: "";
    position: absolute;
    background: url(../images/phone.png);
    width: 20px;
    height: 20px;
    left: -14px;
top: 0px;
}
.phone_ {
    margin-left: 5px;
    position: relative;
}
.hover_text:hover {
    color: #8bbf3b;
    background: #fff;
	    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
}
.foot_links a:hover {
    color: #ffffff;
    background: #00a3a2;
    box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.1);
}
.foot_links ul li {
    display: inline-block;
    vertical-align: top;
}


.nav_area {
    position: relative;
    top: 0;
    background: #fff;
    width: 100%;
    height: 71px;
    padding-left: 434px;
    line-height: 71px;
}
.nav_main_area {
    z-index: 1;
}

li.menu_li {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    position: relative;
}
.nav_area ul li ul.menu-dropdown {
background: #fff;
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0;
    min-width: 220px;
    opacity: 0;
    visibility: hidden;
    padding: 5px;
    box-shadow: 2px 3px 5px rgba(0,0,0,0.4);
    transition: ease-in-out 0.25s;
    transform: translate(-5%,0px) scale(0);
    -webkit-transition: ease-in-out 0.25s;
    -webkit-transform: translate(-5%,0px) scale(0);
    -moz-transition: ease-in-out 0.25s;
    -moz-transform: translate(-5%,0px) scale(0);
}

.nav_area ul li:hover ul.menu-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(0%,0px) scale(1);
    -webkit-transform: translate(0%,0px) scale(1);
    -moz-transform: translate(0%,0px) scale(1);
}
.menu-dropdown li {
    list-style: none;
    padding: 0px;
	    line-height: normal;
}
.main-menu .menu-dropdown li a {
    display: block;
color: #000;
    padding: 7px 0px;
    text-align: center;
}

.nav_area ul li ul.menu-dropdown:last-child {
    right: 0;
    left: inherit;
}
.main-menu li.menu_li:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 7px;
    background: #00aca9;
    top: 32px;
    transform: translateX(-3px) rotate(33deg);
	-webkit-transform: translateX(-3px) rotate(33deg);
	-moz-transform: translateX(-3px) rotate(33deg);
}
.main-menu .menu_li a {
    color: #444444;
    font-size: 16px;
padding: 0px 13px;
    display: block;
}
.main-menu .menu_li a:hover{
color: #00aca9;
}
.menu-dropdown li a:hover {
    background: #00aca9;
    color: #fff !important;
}
.main-menu li.menu_li:first-child:after{
	content:initial;
}

.banner_area {
	position: relative;
	z-index: 0;
	top: 0;
	width:100%;
	max-height:550px;
	overflow:hidden;
	    height: 550px;
}
.banner_area ul{
width: 100% !important;
}
.banner_area ul li{
 width: 100% !important;
}


.banner_area ul li img {
    width: 100%;
}
.ban_text {

}
.ban_btns {
    position: absolute;
    top: 192px;
    z-index: 9;
    width: 100%;
}
.ban_left {
    background: url(../images/arrows.png) 0px 0px no-repeat;
    width: 37px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-right: 0;
}
.ban_right {
    width: 37px;
    height: 56px;
    background: url(../images/arrows.png) -42px 0px no-repeat;
    position: absolute;
    vertical-align: top;
    cursor: pointer;
    right: 0;
    top: 0;
}
.ban_text {
    position: absolute;
    z-index: 1;
    top: 0;
    color: #fff;
    font-family: 'ITCAvantGardePro-Bold';
    font-size: 30px;
    width: 100%;
    text-align: center;
    margin-top: 28px;
    max-height: 84px;
    overflow: hidden;
    padding: 0px 20px;
}
section.welcome-section-padding {
    width: 52%;
    padding-top: 70px;
    padding-bottom: 40px;
    min-height: 100px;
    display: inline-block;
    vertical-align: top;
}
.welcome_text h4 {
    font-size: 30px;
    text-align: center;
    color: #373838;
    font-family: 'ITCAvantGardePro-Bold';
    padding: 0px 10px 19px 10px;
    position: relative;
}

.welcome_text h4 span {
    width: 70px;
    height: 1px;
    position: relative;
    background: #00a3a2;
    display: block;
    margin: 0 auto;
    margin-top: 19px;
}
.welcome_text p {
    font-size: 16px;
    color: #373838;
    text-align: center;
    text-shadow: 0px 0px 0px #000;
    font-family: 'robotolight';
    width: 90%;
    margin: 0 auto;
}

.what-section-padding{
padding-bottom:65px;
}
.i_common {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 25px;
    text-align: left;
}
.i_common img {
    background: #c9c9c9;
    padding: 26px 14px;
    border-radius: 50px;
}

.i_common span {
    font-family: 'ITCAvantGardePro-Bold';
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    color: #373838;
    font-size: 20px;
	margin-top: 14px;
}
.i_common:hover img {
    background: #00a3a2;
}	
.i_common:hover span {
    color: #00a3a2;
}
.i_tabs .i4 {
    width: 31%;
}
.i_tabs {
    text-align: center;
}
.tabs_common ul li {
    list-style: none;
    padding-top: 18px;
}
.tabs_common {
    width: 95%;
    margin: 0 auto;
    border: 10px solid #00a3a2;
    margin-top: 50px;
    padding-bottom: 20px;
	position:relative;
}
.tabs_common:before {
    content: "";
    background: url(../images/li-arrow.png);
    width: 19px;
    height: 16px;
    position: absolute;
    top: -26px;
    left: 18px;
}
.tabs_common ul {
    padding-left: 13px;
    padding-right: 40px;
}
.tabs_common ul li img {
    display: inline-block;
    vertical-align: top;
    width: 28px;
}
.tabs_common ul li span {
    display: inline-block;
    vertical-align: top;
    text-align: justify;
    width: 96%;
    color: #010101;
    font-family: 'robotolight';
    font-size: 15px;
    text-shadow: 0px 0px 0px #000;
    margin-left: 13px;
}
.i_common.active span {
    color: #00a3a2;
}
.i_common.active img {
    background: #00a3a2;
}
.tab2:before {
    content: "";
    left: 25.5%;
}
.tab3:before {
    content: "";
    left: 49%;
}
.tab4:before {
    content: "";
    left: 73%;
}
.our_range{
position:relative;
margin-bottom:78px;

}
.our_range h4 {
    text-align: left;
    margin-left: 25px;
}
.our_range h4 span {
    margin: inherit;
    margin-top: 19px;
    margin-left: 0px;
}
.view_btn{
    font-size: 16px;
    color: #00a3a2;
    font-family: 'ITCAvantGardePro-Bold';
    border: 1px solid #c9c9c9;
    padding: 7px 27px;
    position: absolute;
    top: 60px;
    right: 13px;
}
.range_tabs {
    margin-left: 25px;
    padding-left: 10px;
}
.range_tabs a {
    color: #010101;
    font-size: 16px;
    position: relative;
    padding: 0px 8px;
	cursor:pointer;
}
.range_tabs a:after {
    width: 1px;
    height: 11px;
    position: absolute;
    content: "";
    background: #6d298c;
    top: 4px;
    right: 21px;
}
.range_tabs a:last-child:after {
    content: initial;
}
.range_tabs a:hover {
    color: #00aca9;
}
.r_active{
    color: #00aca9 !important;
}
.range1 {
    width: 98% !important;
    overflow: hidden !important;
    margin: 0 auto;
}
.r_btns {
    width: 100%;
    position: absolute;
    top: 34%;
    z-index: 9;
}
.btn_left {
    background: url(../images/whitearrows.png) 13px center #8bbf3b no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
	cursor:pointer;
}
.btn_right {
    background: url(../images/whitearrows.png) -13px center #8bbf3b no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 0;
	top:0;
	cursor:pointer;
}

.range1 .r1 {
    width: 240px;
    height: 160px;
    overflow: hidden;
    position: relative;
	    display: inline-block;
    vertical-align: top;
margin: 0px 10px;
}
.range_area {
    margin-top: 54px;
	position: relative;
	height: 160px;
    overflow: hidden;
}

.section-about {
    height: 360px;
    width: 50%;
    display:inline-block;
	vertical-align:top;

}
section.full_length {
    width: 100%;
    overflow: hidden;
}
section.about_img.section-about {
    margin-left: -4px;
}

.about h4 {
    text-align: left;
padding-left: 43px;
    color: #fff;
}
section.about {
    padding-top: 34px;
}
.about p {
    color: #fff;
    text-align: left;
    width: 100%;
    padding: 0px 25px 0px 45px;
}
.about h4 span{
    background: #fff;
    margin: inherit;
    margin-top: 19px;
    margin-left: 0px;
}
.scrollbar {
    height: 300px;
    width: 98%;
    overflow-y: scroll;
    margin-bottom: 25px;
}
/*
 *  STYLE 2
 */
 



#style-2::-webkit-scrollbar
{
	width: 11px;
	background-color: rgba(255,255,255,0.4);
	border-radius:15px;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 15px;
	background-color: #fff;
}


section.certificate-padding {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 50px;
}
.c1 {
    width: 139px;
    height: 138px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.c_area_inside ul li{
list-style:none;

}
.c_area {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0px;
	    height: 178px;
    overflow: hidden;
}
.c_area_inside {
width: 87%;
    position: relative;
    margin: 0 auto;
}
.line {
    width: 40px;
    height: 160px;
    position: relative;
    z-index: -1;
}
.line_left {
    background: url(../images/lines.png) 0px 0px no-repeat;
    top: -56px;
    left: 20px;
}
.line_right {
    background: url(../images/lines.png) -42px 0px no-repeat;
    right: 19px;
    top: -56px;
}
.three_cols {
    margin-top: 0;
    background: #8bbf3b;
    text-align: center;
    height: 120px;
    padding-top: 23px;
}
.one_col {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: left;
    margin-left: 104px;
}
.icon {
    display: inline-block;
    vertical-align: top;
    width: 78px;
    height: 78px;
}
.both_text {
    display: inline-block;
    width: 67%;
    margin-left: 12px;
}
.both_text span {
    font-size: 16px;
}

.f_text {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-top: 13px;
}
.f_text a:hover{
color:#fff;
}
.one_col:first-child {
    width: 290px;
    margin-left: 0px;
}
.one_col:nth-child(2) {
    width: 325px;
}
.one_col:last-child {
    width: 387px;
    margin-left: 45px;
}
.foot_bottom{
width:100%;
height:442px;
background-image:url(../images/foot-img.png);
display: inline-block;
position: relative;
}
.foot_logo{
width:260px;
height:164px;
margin:0 auto;
margin-top:37px;
position:relative;

}

.soc_area {
    text-align: center;
    margin-top: 20px;
}
.soc {
    position: relative;
    width: 31px;
    height: 31px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    margin: 0px 3px;
}
.soc:hover {
    background-color: #8bbf3b;
}
.fb {
    background: url(../images/soc-icons.png)10px 6px no-repeat #00a3a2;
}
.tw {
       background: url(../images/soc-icons.png)-27px 7px no-repeat #00a3a2;
}
.in {
    background: url(../images/soc-icons.png)-71px 7px no-repeat #00a3a2;
}

.s_ {
    background: url(../images/soc-icons.png)-118px 6px no-repeat #00a3a2;
}

.foot_links {
    text-align: center;
    width: 77.3%;
    padding-bottom: 16px;
    border-bottom: 1px solid #00a3a2;
    margin: auto;
    margin-top: 30px;
}
.foot_links a {
    color: #000;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 6px;
}
.foot_links span {
    color: #8bbf3b;
}
.foot_links.links_2 {
    width: 100%;
    margin-top: 19px;
    padding-bottom: 19px;
}
.copyrights {
    font-size: 14px;
    color: #000;
    margin-top: 24px;
}
.copyrights a{
font-size:14px;
color:#000;
}


.imedia {
    font-size: 13px;
    color: #fff;
    position: absolute;
right: 220px;
    top: -9px;
}

.imedia .design_develop {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 8px;
    margin-right: 9px;
    color: #000;
}
.imedia img {
    display: inline-block;
    vertical-align: top;
}
.m_text {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    color: #221e1f;
    margin-top: -1px;
    margin-left: 1px;
}
.m_text a {
    display: block;
    color: #fff;
    font-family: gil;
    font-size: 16.21px;
}
.m_text .digital_media {
    font-size: 7px;
    margin-top: -3px;
    color: #888788;
}
.m_text .digital_media span {
    color: #80af41;
    font-size: 7px;
	
}
.imedia a {
    color: #221e1f;
}
.text-shadow{
	text-shadow:0px 0px 0px #000;
}
.banner_img {
    width: 100%;
    max-height: 404px;
    overflow: hidden;
}
.banner_img img {
    width: 100%;
}
.about_area {
    margin-top: 30px;
}
.heading h4 {
    text-align: left;
 padding-left: 0;
}
.heading h4 span {
    margin: inherit;
    margin-left: 0px;
    margin-top: 19px;
}
.left_panel,
.right_panel{
display:inline-block;
vertical-align:top;
}
.about_text p {
    text-align: left;
    width: 100%;
    font-size: 15px;
}
.about_text h6 {
    font-size: 24px;
    display: block;
    color: #00aca9;
    margin-bottom: 14px;
    font-family: 'ITCAvantGardePro-Bold';
}
.left_panel {
    width: 71.1%;
    position: relative;
}
.left_panel.about_text {
    margin-left: 25px;
}
.half_right {
    width: 446px;
    display: inline-block;
    vertical-align: top;
    margin-top: 33px;
    margin-left: 21px;
}
.half_left {
    width: 481px;
    display: inline-block;
    vertical-align: top;
}
.right_panel{
	width:324px;
	    position: relative;
		margin-left: 30px;
}
.right_panel h4 {
    color: #373838;
    font-size: 19px;
    font-family: 'ITCAvantGardePro-Bold';
}

.questions_area {
    padding: 17px;
    border: 1px solid #c9cccc;
    margin-top: 12px;
}
.questions_area ul li{
list-style:none;
}

.qest {
    font-size: 20px;
    color: #373838;
    font-family: 'ITCAvantGardePro-Bold';
    line-height: 23px;
    padding-top: 13px;
}
.qest img {
    float: left;
    margin-right: 16px;
    margin-top: -7px;
}

.qest:after {
    content: "";
    clear: both;
    display: block;
}

.answers {
    margin-top: 14px;
}
.left_arrow {
    background: url(../images/sm-arrows.png);
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.right_arrow {
    background: url(../images/sm-arrows.png) 18px 0px;
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}
.arrows_ {
    position: absolute;
    top: 0;
    right: 0;
}
.salt_area {
    margin-top: 15px;
    position: relative;
}
.s1 {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin: 12px 25px 12px 0px;
    overflow: hidden;
}
.s1 img {
    width: 100%;
}
.s1:hover{
    -webkit-filter: brightness(0.5);
}
.pro1 .s1 {
    width: 30%;
    margin: 12px 18px 12px 0px;
}
.pro1 {
/*margin-top: 90px;*/
}
.pro_area .range_tabs {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 30px;
	position:relative;
}
.pro_area .range_tabs a {
    padding-bottom: 20px;
}
.range_tabs a:hover + .sub_links {
    visibility: visible;
    opacity: 1;
}

.sub_links {

top: 0px;
    width: 100%;
    height: 50px;
    background: #00a3a2;
    padding-top: 14px;
    padding-left: 20px;
    z-index: 9;
    margin-bottom: 25px;
}
.sub_links a:hover{
color:#fff;
}


.style a{
    color: #010101;
    font-size: 16px;
    position: relative;
    padding: 0px 8px;
    cursor: pointer;
}

.sub_links span.f_link {
    background-image: url(../images/li-arrow.png);
    width: 13px;
    height: 11px;
    /* position: absolute; */
    top: 0;
    background-size: 100%;
    left: 6%;
    margin-top: -10px;
    position: absolute;
    z-index: 1;
}
.sub_links span.f_link1{

    left: 6%;
}
.sub_links span.f_link2{

     left: 23%;
}
.sub_links span.f_link3{
	
    left: 40%;
}
.sub_links span.f_link4{

    left: 54%;
}
.link_last:after{
content:initial !important;
}
.sub_links .active {
    color: #fff;
}
.fancybox-opened {
   
border: none;
}
.fancybox-skin{
padding: 61px 86px !important;
    border-radius: 0 !important;
}
.fancybox-close {
    top: 3px;
    right: 6px;
    height: 36px;
}
.fancybox-next span {

    background-position: 0px -76px;
}
.fancybox-nav span {
    width: 41px;
    height: 41px;
}
.fancybox-prev span {

    background-position: 0 -35px;
}


.con_box {
	width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.contact_form p {
    margin-top: 10px;
}


.button_style {
display: block;
    width: 78%;
    margin-top: 20px;
    margin-left: 165px;
    padding: 10px 0px;
    font-size: 20px;
    font-family: 'ITCAvantGardePro-Bold';
    color: #fff;
    background-color: #00aca9;
    font-weight: 100;
    outline: 0;
    cursor: pointer;
border: 1px solid #018987;
}
.button_style:hover {
    color: #fff;
    background-color: #8bbf3b;
    border: 1px solid #557d17;
}
.cap1 {
    width: 144px;
    height: 38px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: 44px;
}
.capture {
    width: 60%;
    height: 40px;
    border: 1px solid #00aca9;
    box-sizing: border-box;
    padding-left: 12px;
    margin-left: 20px;
    background: #e5e5e5;
}
.contact_form {
    margin-top: 50px;
}

.contact_form h4 {
    font-size: 24px;
}
.con_box label {
    width: 122px;
    font-size: 16px;
    color: #373737;
    font-weight: 100;
	position:relative;
	    vertical-align: top;
}
.con_box label:after {
    content: ":";
    position: absolute;
    right: 0;
    color: #00a3a2;
}
.con_input {
    width: 78%;
    height: 40px;
    border: 1px solid #00aca9;
    box-sizing: border-box;
    padding-left: 12px;
    margin-left: 44px;
    background: #e5e5e5;
}
.message_box {
	height: 290px;
    resize: none;
    padding-top: 10px;
}

.pak_common h4 {
    font-size: 24px;
}
.pak_common h4 img {
    margin-right: 12px;
}

.pak_common {
    margin-top: 46px;
    width: 400px;
    height: auto;
    display: inline-block;
    vertical-align: top;
}


.president{
    display: block;
    margin: 0 auto;
}


.con_info{
width:100%;
border:5px solid #d1d1d1;
position:relative;

}
.con_info {
    width: 100%;
    border: 5px solid #d1d1d1;
    position: relative;
    min-height: 300px;
    padding: 26px 20px;
    margin-top: 16px;
}


.con_info h6{
    font-size: 16px;
}
.th_img {
    display: inline-block;
    vertical-align: top;
	    margin-top: 4px;
}

.th_text {
	width: 84%;
    vertical-align: top;
    display: inline-block;
    margin-left: 20px;
}

.th_text h6 {
    font-size: 16px;
    font-family: 'ITCAvantGardePro-Bk';
    margin-bottom: 5px;
}

.th_text p {
    line-height: 20px;
}
.con_info h5 {
    font-size: 20px;
    color: #373838;
    font-family: 'ITCAvantGardePro-Bold';
}

.th1 {
    margin-top: 30px;
    display: block;
}
.pak_common.china {
    margin-left: 94px;
}
#back-to-top {
position: absolute;
top: 36px;
    right: 60px;
    z-index: 9999;
    width: 166px;
    height: 41px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}

#back-to-top:after {
    content: "";
    background: url(../images/l-shape.png);
    width: 38px;
    height: 58px;
    position: absolute;
    top: -36px;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}
.th_text p a {
    color: #373838;
}
.factory_tour_main_box{
    width: 100%;
    position: relative;
}
.salt_area{
    text-align: center;
}
.main_change_videos iframe {
    width: 100%;
    border: none;
    height: 248px;
}



.main_change_videos{
width: 47%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-top: 70px;
    padding-bottom: 40px;

}
.main_change_videos iframe {
width: 100%;
border:none;
}













