/*------------------------------Main CSS-------------------------------*/
body, ul, li, a, p, h1, h2, h3, h4, h5, h6,span  {
  margin: 0px;
  padding: 0px;
  list-style: initial;
  text-decoration: none;
  font-family: IranSans,yekan,Helvetica,sans-serif;
  font-size: 13px;
  color:#666;
  font-weight: normal;f.obp-text p
}

body {
  background: #f7f7f7;
  background-color: #ededed;
}

.lang a, i {
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}
.push {
  display: table;
}
#divMain ol li {
  list-style: unset;
}
.wrapper {
  width: 96%;
  max-width: 1920px;
  margin: auto;
}
main
{
  min-height: 400px;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*------------------------------------------------------header------------------------------*/
header
{
  background:url(http://vcrt.jdm.ac.ir/app_themes/default/images/bg.png);
  position: sticky;
  top: 0px;
  z-index: 999;
  direction: rtl;

}
header .logo
{
  width: 100px;
  height: 100px;
}
header .logo img
{
  transition: all 0.5s ease;
  max-width: 100px;
  width: 85%;
  position: relative;
  top: 8px;
}
header span,header p {
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
}

header .title
{
  text-align: center;
  padding-top: 12px;
  color: white;
}
.head {
  background: #1965af;
  width: 100%;
  float: right;
  max-width: 1920px;
  top: 0px;
  z-index: 99;
  position: sticky;
  background: url(/app_themes/default/images/bg-jdma3.png);
  background-color: #1965af;
  background-position: -10px -70px;
}
.head-flex{
  display:flex;
  flex-flow:row;
  justify-content: space-between;
}
.title-p {
  font-size: 14px;
  color: white;
  font-family: sans-serif;
  padding-top: 5px;
}

.center {
  width: 71%;
  text-align: center;
  position: relative;
  top: 12px;
}

.head2 .center {
  float: right;
}

.lang {
  width: 100%;
  padding: 6px;
  margin-top: 10px;
  border-radius: 10px;
  color: white;
  text-align: center;
  direction: rtl;
}
.lang-dropdown li:last-child .lang-dash
{
  display: none;
}

/*--------------------------------منوی بالا----------------------------------*/
.flex-menu{
  display:flex;
  flex-flow: row;
  justify-content: space-between;
}
.dv-lang
{
  width: 10%;
  min-width: 200px;
  margin-top: 3px;
}
.dv-lang .languages
{
  float: left;
  width: 25%;
  margin-right: 5%;
}
.lang-dropdown
{
  direction: rtl;
}
.lang-dropdown li
{
  display: inline-block;
}
.dv-lang .search-nav
{
  margin-top: 5px;
  position: relative;
}
.dv-lang .search-nav i{
  position: absolute;
  left: 8px;
  top: 6px;
  color: #b1b1b1;
  font-size: 13px;
}
.search-nav > * {
  vertical-align: top;
  display: inline-block;
}
.search-box{
  width: 100%;
}
.search-box input
{
  width: 100%;
  text-align: right;
  border: 1px solid #e3e3e3;
  padding-right: 7px;
}

nav {
  height: 42px;
  background: #ffffff url(/app_themes/Default/images/menu-line.jpg) repeat;
}

nav #logo {
  width: 20%;
  margin: 0.4% 5% 0px 0px;
  float: right;
}

nav #logo img {
  max-width: 100%;
}
.menu{
  display: flex;
  flex-flow: row;
}
.menu i{
  color: #666;
}
.menulist {
  padding: 7px;
  position: relative;
  transition: all .5s cubic-bezier(0.14, 0.03, 0.84, 1);
  margin-left: 10px;
  line-height: 28px;
  list-style: none;
}
.menulist:focus
{
  outline:none;
}
.menulist:hover {
  background-color: #dadada;
}

.menulist > a {
  display: block;
  color: #666;
  position: relative;
  height: 29px;
  font-size: 13px;
}
.menulist > a:focus
{
  outline:none;
}

.menulist:hover .fa-home{
  color: white;
}
.has-child > a:after {
  content: '\f107 ';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: -15px;
  top: 0px;
}

.submenu1 {
  position: absolute;
  background-color: #fafafa;
  right: 0px;
  display: none;
  z-index: 22;
  min-width: 220px;
  width: max-content;
  margin-top: 3px;
  flex-flow: column;
}

.submenu1 > li {
  direction: rtl;
  text-align: right;
  text-indent: 16px;
  position: relative;
  border: 1px solid rgba(141, 170, 46, 0.12);
  line-height: 34px;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-left: 20px;
  list-style: none;
}

.submenu1-child li:after {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 10px;
  top: -3px;
}

.submenu2 {
  display: none;
  position: absolute;
  right: 100%;
  min-width: 220px;
  width: max-content;
  background-color: #fafafa;
  top: 0px;
  display: none;
  flex-flow: column;

}

.submenu2 > li {
  direction: rtl;
  text-align: right;
  text-indent: 16px;
  position: relative;
  border: 1px solid rgba(141, 170, 46, 0.12);
  line-height: 34px;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.submenu3 {
  display: none;
  position: absolute;
  right: 100%;
  min-width: 220px;
  width: max-content;
  background-color: #fafafa;
  top: 0px;
  display: none;
  flex-flow: column;

}

.submenu4 {
  display: none;
  position: absolute;
  right: 100%;
  min-width: 220px;
  width: max-content;
  background-color: white;
  top: 0px;
  display: none;
  flex-flow: column;

}

.submenu4 > li {
  direction: rtl;
  text-align: right;
  text-indent: 16px;
  position: relative;
  border: 1px solid rgba(141, 170, 46, 0.12);
  line-height: 34px;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.submenu3 > li {
  direction: rtl;
  text-align: right;
  text-indent: 16px;
  position: relative;
  border: 1px solid rgba(141, 170, 46, 0.12);
  line-height: 34px;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.menulist:hover .submenu1 {
  display: flex;
  -moz-animation: fadeInUpShort .3s ease-in;
  -webkit-animation: fadeInUpShort .3s ease-in;
  animation: fadeInUpShort .3s ease-in;
}

.submenu1 > li:hover .submenu2 {
  display: flex;
  -moz-animation: fadeInRightShort .3s ease-in;
  -webkit-animation: fadeInRightShort .3s ease-in;
  animation: fadeInRightShort .3s ease-in;
  z-index: 500;
}

.submenu2 > li:hover .submenu3 {
  display: flex;
  -moz-animation: fadeInRightShort .3s ease-in;
  -webkit-animation: fadeInRightShort .3s ease-in;
  animation: fadeInRightShort .3s ease-in;
  z-index: 500;
}

.submenu3 > li:hover .submenu4 {
  display: flex;
  -moz-animation: fadeInRightShort .3s ease-in;
  -webkit-animation: fadeInRightShort .3s ease-in;
  animation: fadeInRightShort .3s ease-in;
  z-index: 500;
}

.submenu1 > li > a {
  position: relative;
  color: #444;
  display: block;
  line-height: 35px;
}

.submenu1 > li:hover {
  background-color: #dadada;

}	

.submenu2 > li > a {
  position: relative;
  color: #006744;
  display: block;
  line-height: 35px;
}

.submenu2 > li:hover {
  background-color:#189a6ec9;
}

.submenu2 > li:hover > a {
  color: white !Important;
}

.submenu3 > li > a {
  position: relative;
  color: #006744;
  display: block;
  line-height: 35px;
}

.submenu3 > li:hover {
  background-color: #189a6ec9;
}

.submenu3 > li:hover > a {
  color: white !Important;
}

.submenu4 > li > a {
  position: relative;
  color: #1965af;
  display: block;
  line-height: 35px;
}

.submenu4 > li:hover {
  background-color: #1965af;
}

.submenu4 > li:hover > a {
  color: white !Important;
}

.reltv {
  position: relative;
  float: right;
  width: 80%;
}

.showlist {
  display: block !important;
}

.arrow-menu:after {
  content: '\f104';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 7px;
  top: 0px;
  z-index: 900;
}

.arrow-menu:hover:after {
  color: white;
}

.search {
  float: left;
  margin-top: 4px;
  margin-left: 10px;
  direction: rtl;
  border: 1px solid #eaeaea;
  color: #1965af;
  padding: 0px 10px;
  border-radius: 5px;
}

.search input {
  border: 0;
  min-width: 170px;
  color: #777;
  min-height: 26px;
  text-indent: 5px;
  background: none;
  outline: none;
}

.search:hover {
  border: 1px solid #1965af;
  box-shadow: 0px 0px 1px 0px #1965af;
}

.resp-nav {
  display: none;
  margin-top: 8px;
  margin-right: 10px;
  cursor: pointer;
}

.resp-nav i {
  font-size: 23px;
  color: #808080;
}

.search-main .search-title {
  float: right;
  width: 100%;
  text-align: center;
  direction: rtl;
  margin-top: 18px;
  border-bottom: 2px solid #019dc5;
  padding-bottom: 11px;
}

.search-box li {
  float: right;
  direction: rtl;
  text-align: right;
  overflow: hidden;
  max-height: 20px;
  margin: 3px 0px;
}

.search-box li:first-child {
  width: 75%;
}

.search-box li:last-child {
  width: 25%;
  text-indent: 25px;
}

.search-box li a {
  color: #666;
}

.search-box li i {
  font-size: 12px;
  color: #019dc5;
}
/*****************************grid***************************/
.header{margin:50px 0 20px;text-align:right;padding-right:50px;font-size:x-large}
.grid{font-size: 15px;border-collapse: collapse;direction: rtl;display: table!important;margin: 0 auto;padding: 0 10px;margin-bottom: 50px;border: 1px solid lightgray;width: 90%;margin-top: 30px;}
.grid .gridheader:first-child{      color: white;  text-align: center;background-color:#076e4a}
.grid > div{  height: 44px;color: #444;display:table-row!important}
.grid > div:not(:first-child){border-top:1px solid silver}
.grid > div:nth-child(odd){background-color:#076e4a26}
.grid > div > .gridcell{ line-height:34px;   vertical-align: middle;border:none!important;display:table-cell}
.grid > div > .gridcell:first-child{    text-align: center;margin-right:10px}
.grid > div > .gridcell:last-child{    text-align: center;margin-left:10px}
.grid > div > .gridcell:not(:first-child){border-right:1px solid silver!important}
.gridcell{overflow:hidden}
.gridcell.RowNum{    min-width: 60px;width: 7%;}
.gridcell.Title{text-indent:5px; 	width: 83%;}
.gridcell.StartDate{min-width:120px;width: 10%;}

/*------------------------- Slider ----------------------------------*/
.main-slider {
  background-color: #1965af;
  padding: 65px 0px;
  box-shadow: 0px 1px 10px 1px #1965af;
  float: right;
  width: 100%;
  margin-bottom: 35px;
}

.main-slider h3 {
  position: relative;
  bottom: 28px;
  font-size: 16px;
  color: #ffffff;
  text-align: right;
  right: 65px;
  width: 85%;
  margin: 0px auto;
}

.main-slider h3:before {
  content: "";
  width: 4.5%;
  height: 5px;
  background: white;
  position: absolute;
  right: -67px;
  top: 12px;
}

.main-slider h3:after {
  content: "";
  width: 86.5%;
  height: 5px;
  background: white;
  position: absolute;
  right: 115px;
  top: 12px;
}

.float-div {
  float: right;
  width: 100%;
}

.slider-item-box {
  position: relative;
}

.slider-title {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 100%;
  right: 0px;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.slider-item-box:hover .slider-title {
  opacity: 0.7;
  bottom: 0px;
}

.slider-title p {
  color: white;
  font-size: 17px;
  text-align: center;
}

.jdm-slider {
  overflow: hidden;
  width: 100%;
}
/*---------------------------------map-------------------------*/
.mapouter{
  text-align:right;height:500px;
}
.gmap_canvas {
  overflow:hidden;background:none!important;height:500px;
}
/*------------------------------about-us-------------------------*/
#aboutus {
  width: 100%;
  padding: 40px 0px;
  overflow: hidden;
  direction: rtl;
  background-image: url(/themes/default/images/bg2.png);
}


.aboutus-right {
  width: 48%;
  float: right;
  text-align: justify;
  font-size: 15px;
  font-weight: normal;
  line-height: 34px;
  color: #666;
}

.aboutus-right h3 {
  text-align: center;
  margin: 30px auto;
  font-size: 24px;
  color: #1965af;
}

.aboutus-right p {
  text-align: justify;
  color: #666;
}

.aboutus-right a {
  float: left;
  padding: 0px 22px;
  background: var(--primaryColor);
  border-radius: 3px;
  color: white;
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 40px;
  font-size: 12px;
}
}

.aboutus-right a:hover {
  opacity: .6;
}

.aboutus-left {
  width: 50%;
  float: left;
  height: 375px;
  padding: 10px;
  padding-left: 0;
  text-align: center;
}

.aboutus-left img {
  max-width: 100%;
  height: 100%;
}

.prodouct-mp {
  /*direction: rtl;*/
}
.prodouct-mp .morebox{
  direction: rtl;
}
/*--------------------------------------------------position--------------------------*/
#position {
  background: #ffffff;
  overflow: hidden;
  padding: 40px 0;
}

#position h3 {
  width: 100%;
  display: block;
  text-align: right;
  color: #1965af;
  margin-bottom: 40px;
}

.contact-form {
  width: 50%;
  float: right;
  padding: 0 20px;
  box-sizing: border-box;
  direction: rtl;
}

.contact-form  label {
  width: 100%;
  display: block;
  text-align: right;
  color: #444;
  margin-bottom: 5px;
}

.contact-form select {
  width: 100%;
  height: 40px;
  background: #fff;
  line-height: 40px;
  border: none;
  margin-bottom: 15px;
  padding: 0 10px;
  box-sizing: border-box;
}

.contact-form option {

}

.contact-form input {
  width: 70%;
  height: 40px;
  background: #f9f9f9;
  line-height: 40px;
  border: none;
  margin-bottom: 15px;
  padding: 0 10px;
  box-sizing: border-box;
  min-width: 200px;
  border: 1px solid #d8d3d3;
  border-radius: 3px;
}

.contact-form textarea {
  background: #f9f9f9;
  width: 100%;
  border: none;
  height: 85px;
  border: 1px solid #d8d3d3;
  border-radius: 3px;
}

.contact-form .sendmail {
  background: var(--primaryColor);
  color: #fff;
  text-align: center;
  float: right;
  padding: 8px 30px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  border: none;
  font-size: 16px;
}

.contact-form .sendmail:hover {
  background: #1965af;
}

.map {
  width: 45%;
  float: right;
  margin-right: 5%;
}
.footer-map{
  margin-top: 25px;
  max-height: 450px;
  overflow: hidden;
}
.map img {
  width: 100%;
}

/*---------------------------------------------pic-slider---------------------------------*/
.pic-slider {
  width: 100%;
  background-color: #006945;
  height: 200px;
}

/*------------------------------------------footer---------------------------------------*/
.footer {
  float: right;
  width: 100%;
  box-shadow: 0px 1px 10px 1px #006744;
  overflow: hidden;
  background-image: url(/app_themes/default/images/bg4.png);
}

.foot {
  min-height: 275px;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  direction: rtl;
}

.box {
  width:32%;
  margin: 20px 5px;
  color: white;
  font-style: normal;
}

.box1 {

}

.box2 {

}

.box3 {

}

.box h3 {
  font-size: 15px;
  color: white;
  border-bottom: 2px solid orange;
  display: table;
  margin-bottom: 12px;
}

.show-map {
  width: 100%;
  height: 269px;
  border: 1px solid rgb(204, 204, 204);
  background-color: rgb(255, 255, 255);
  margin-top: 10px;
  float: left;
  position: relative;
  overflow: hidden;
}
.socialNetworks{margin-top:20px}
.socialNetworks-body ul li a img{transition:all 0.5s cubic-bezier(0.2, 0.02, 0.6, 0.96);width:22px}
.socialNetworks-body ul li a img:hover {transform:scale(1.8)}
.dogan {
  width: 100%;
  background-color: #3e3e3e;
  height: 30px;
  color: white;
  display: inline-block;
  text-align: center;
}
.dogan a
{
  color: lightgrey;
  font-size: 12px;
}
/*-------------------------------news----------------------------------*/
.datetime{
  font-size: 12px;
  color: #999;
  text-align: right;
  width: 90%;
  margin: 0 auto;
}
.datetime i{
  font-size: 14px; 
  color: #999;
}
.obp-news li {
  width: 95%;
  margin: 20px auto;
  border: 1px solid #f6f6f6 !important;
  background: #f6f6f6;
  min-height: 180px;
  position: relative;
  border-radius: 3px;
  list-style: none;
}

.obp-news-img {
  float: right;
  width: 30%;
  position: relative;
  overflow: hidden;
}

.obp-news-img img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  max-height: 165px;
  transition: all 0.7s ease;
}
.obp-news li:hover .obp-news-img img {
  transform: scale(1.2,1.2); 
}
.obp-news-img a:before {
  content: '';
  background: #666263;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.obp-box-header h2 {
  color: white;
  display: table;
  background-color: #006944;
  margin: 0 auto;
  padding: 0px 30px;
  font-weight: 500;
}

.obp-news-img a:after {
  content: '';
  width: 64px;
  height: 69px;
  opacity: 0;
  position: absolute;
  top: 38%;
  left: 38%;
  transform: scale(0,0);
  transition: all 0.3s ease-in-out;
}

.obp-news li:hover .obp-news-img a:before {
  opacity: 0.7;
}

.obp-news li:hover .obp-news-img a:after {
  opacity: 1;
  transform: scale(1,1);
}

.obp-newsbox-title {
  float: right;
  width: 70%;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 15px
}
.obp-newsbox-date {
  float: right;
  width: 70%;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  color: #6180b2;
}
.obp-newsbox-date i {
  float: right;
  margin-left: 8px;
  margin-top: 6px;
}
.obp-newsbox-title a {
  color: #616a80;
}

.obp-newbox-more {
  display: block;
  background: #076d49;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  bottom: 1px;
  position: absolute;
  width: 15%;
  left: 0px;
}

.obp-newbox-more a {
  color: white;
}

.obp-news-content {
  width: 70%;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  margin-top: 15px;
  float: right;
  padding-left: 10px;
  line-height: 25px;
  direction: rtl;
}

.obp-news li:hover .obp-newbox-more {
  background: #ff8500;
}

.obp-newsbox-title h4 {
  direction: rtl;
  color: #076d49;
  font-weight: bold;
}

.jdm-news .grid {
  float: right;
  width: 100%;
  margin-top: 17px;
}

.jdm-news .grid .gridfooter {
  background-color: #34495e;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  height: 40px;
  padding-left: 3px;
  cursor: default;
  color: White;
  width: 100%;
}

.jdm-news .grid .gridfooter .divCell:first-child {
  display: none;
}

.jdm-news .gridcell {
  float: left;
}

.jdm-news .gridcell a {
  color: white;
}
/*---------------------slider product----------------------------------*/
.products {
  width: 100%;
  overflow: hidden;
  padding: 55px 0px;
  background:url('/themes/default/images/bg4.png');
}

.mp-list {
  margin: 0 20px;
  border-radius: 4px;
}

.mp-list .imgbox {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 160px;
  text-align: center;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.mp-list .fatitle {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  color: #0e3a65;
  background: white;
}

.mp-list .entitle {
  width: 100%;
  text-align: center;
  color: #808080;
  text-transform: uppercase;
  background: white;
  padding: 7px;
  box-sizing: border-box;
}

.morebox {
  width: 100%;
  font-size: 14px;
  display: block;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transition: all 0.5s ease;
}

.mp-list:hover .morebox, #products ul li .morebox:hover {
  background: #ff8500;
}

.mp-list .imgbox:before {
  content: '';
  background: #666263;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}

.mp-list .imgbox:after {
  content: '';
  background: url(../images/imgbox-before.png) center no-repeat;
  width: 64px;
  height: 69px;
  opacity: 0;
  position: absolute;
  top: 38%;
  left: 38%;
  transform: scale(0,0);
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

.products .news-title h2 {
  color: #ffffff;
  margin: 0 auto;
}

.products .news-title {
  margin-bottom: 40px;
}
/*----------------------------------------------------------*/
.main-obplus {
  background-color: #eeeeee;
  padding-top: 40px;
  padding-bottom: 40px;
}

.obp-center {
  background-color: white;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 8px rgba(0,0,0,0.1);
  box-shadow: 0 0 8px rgba(0,0,0,0.1);
  padding: 15px;
  box-sizing: border-box;
  min-height: 600px;
  display: flex;
  direction: rtl;
}
.obp-text p{
  text-align: justify !important;
  font-size: 14px;
  line-height: 38px;
  color: #666;
  direction: rtl;
}
.obp-text img{
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
.obp-right {
  width: 75%;
}

.obp-header {
  text-align: right;
  width: 96%;
  margin: 0 auto;
}

.obp-header a {
  color: #9b9e50;
}

.obp-header h2 {
  color: #076d49;
  font-size: 24px;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}

.obp-header span {
  color: #ababab;
  font-size: 12px;
}

.obp-header i {
  color: #ababab;
}

.obo-text {
  color: #444;
}

.obp-img {
  float: right;
  width: 100%;
  padding: 5% 10%;
  box-sizing: border-box;
  border: 0px;
}

.obp-img img {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  padding: 4px;
  max-width: 100%;
  width:unset;
}

.obp-part1 {
  float: right;
  width: 25%;
  margin-top: 20px;
}

.obp-part1-img {
  width: 80%;
  padding-bottom: 10px;
  border-bottom: 1px dashed #999999;
  margin-bottom: 20px;
  margin: 0 auto;
}

.obp-part1-img img {
  max-width: 55%;
  border-radius: 7%;
  display: block;
  margin: 0 auto;
}

.obp-part1-opin i {
  font-size: 39px;
  margin: 0 auto;
  display: table;
  margin-top: 20px;
}

.obp-part1-opin p {
  color: #444444;
  text-align: center;
}

.obp-part1-share {
  margin-top: 25px;
}

.obp-part1-share > i {
  font-size: 39px;
  margin: 0 auto;
  display: table;
  color: #006944;
  float: right;
}

.obp-part1-share p {
  text-align: center;
  color: #1e326780;
}

.obp-part1-share ul i {
  font-size: 30px;
  margin: 0 auto;
  display: table;
  margin-top: 10px;
  margin-bottom: 10px;
}

.catalog-download {
  text-align: center;
  padding: 4%;
  background-color: #1eb0bd;
  width: 43%;
  margin: auto;
  border-radius: 5px;
  margin-top: 35px;
}

.catalog-download a {
  color: white;
}

.obp-facebook i {
  color: #3b5998;
}

.obp-telegram i {
  color: #2ca5e0;
}

.obp-twitter i {
  color: #55acee;
}

.obp-gplus i {
  color: #dd4b39;
}

.obp-part {
  width: 90%;
  padding: 15px;
  text-align: justify;
  line-height: 30px;
  color: #444 !important;
  font-size: 16px !important;
}
.obp-part {
  clear: both;
  float: none;
  margin: 0 auto;
}

.obp-label {
  margin-top: 30px;
}

.obp-label p {
  float: right;
  margin: 0px 10px;
  background-color: #dd4b39;
  padding: 3px 10px;
  color: white;
}

.obp-label li {
  float: right;
  margin: 0px 3px;
  background-color: #1EB0BD;
  padding: 3px 10px;
  color: white;
}

.obp-label li a {
  color: white;
}

.obp-left {
  width: 25%;
  float: right;
  margin-top: 25px;
  direction: rtl;
}

.leftmenu-i {
  padding-left: 4px;
  position: relative;
  top: 1px;
}

.obp-pbox li {
  float: right;
  width: 29%;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 20px;
  border: 1px solid #f6f6f6 !important;
  background: #f6f6f6;
  min-height: 330px;
  position: relative;
}

.obp-pbox-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #fff;
  position: relative;
}

.obp-pbox-img img {
  max-width: 100%;
  min-height: 180px;
  max-height: 180px;
}

.obp-pbox-more {
  width: 100%;
  display: block;
  background: #1eb0bd;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  bottom: 1px;
  position: absolute;
}

.obp-pbox-more a {
  color: white;
}

.obp-pbox-title {
  padding: 10px;
}

.obp-pbox-title a {
  text-align: justify;
  color: #616a80;
  line-height: 27px;
}

.obp-pbox-img a {
  position: relative;
  display: block;
}

.obp-pbox-img a:before {
  content: '';
  background: #666263;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.obp-pbox-img a:after {
  content: '';
  background: url(../images/imgbox-before.png) center no-repeat;
  width: 64px;
  height: 69px;
  opacity: 0;
  position: absolute;
  top: 38%;
  left: 38%;
  transform: scale(0,0);
  transition: all 0.3s ease-in-out;
}

.obp-pbox li:hover .obp-pbox-more {
  background: #ff8500;
}

.obp-pbox li:hover .obp-pbox-img a:before {
  opacity: 0.7;
}

.obp-pbox li:hover .obp-pbox-img a:after {
  opacity: 1;
  transform: scale(1,1);
}

.obp-box-header {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #666;
  border-bottom: 2px solid #1965af;
}

.obp-box-header h2 {
  color: white;
  display: table;
  background-color: #1965af;
  margin: 0 auto;
  padding: 0px 30px;
  font-weight: 500;
}
.obp-part1{
  display:none
}

.left-side{
  width:30%;
}
.right-side{
  width:70%;
}
.showcontent{
  direction: rtl;
  background:white;
  min-height: 600px;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
/*-------------------------------news----------------------------------*/
.jdmsection
{
  box-shadow: 0 10px 30px rgb(50 50 93 / 12%), 0 -1px 4px rgb(0 0 0 / 6%);
  background-color: white;
  width: 90%;
  margin: 10px auto 30px;
  max-width: 1440px;
}
.jdmsection .obp-img img
{
  width: 60%;
}


.news {
  width: 100%;
  margin: 40px 0px;
  overflow: hidden;
}

.leftnews li{
  margin-top: 10px;
}
.leftnews h4{
  color: #666;
  display: initial;
  font-weight: normal;
  font-size: 13px;	
}
.news-title {
  border-bottom: 1px solid #d3d3d361;
  position: relative;
  color: #0b486b;
  direction: rtl;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.news-title h2 {
  padding-bottom: 7px;
  border-bottom: 2px solid orange;
  display: table;
  font-size: 16px;
  color: #076d49;
  font-weight: bold;
  margin-bottom: -2px;
  margin: 0 auto;
}
.news-title span{
  color: #848484;
  font-size: 14px;
}

.link-box ul li {
  height: 60px;
  background: #f7f7f7;
  margin: 18px 0px;
  border-radius: 5px;
  padding: 6px;
  text-align: justify;
  position: relative;
  direction: rtl;
}

.link-box ul li a {
  color: #788796;
  font-size: 15px;
}

.flex-news {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-content: stretch;
  direction: rtl;
}

.flex-news li {
  width: 24%;
  display: flex;
  flex-flow: column;
  margin-top: 20px;
  background: white;
  padding: 10px;
  height: 390px;
}

.flex-news li img {
  width: 100%;
  border-radius: 3px;
  height: 100%;
}
.news-div-pic{
  height: 240px;
  overflow: hidden;
}

.news-div-title {
  width: 100%;
}

.news-div-title i {
  color: orange;
}

.flex-news li .news-div-title h4 {
  color: #076d49;
  text-align: justify;
  font-size: 13px;
  margin-top: 10px;
  line-height: 30px;

}

.news-div-title span {
  color: #8f8f8f;
  font-size: 11px;
  margin-right: 7px;
  font-weight: normal;
}

.flex-news li .news-div-title .pin {
  display: none;
}

.more {
  padding: 1px 14px;
  background: var(--primaryColor);
  border-radius: 3px;
  position: absolute;
  left: 0px;
  top: 8px;
}

.more a {
  color: white;
  font-size: 12px;
}

.art-date {
  position: absolute;
  left: 15px;
  bottom: -3px;
  background: #c1c1c1;
  border-radius: 3px;
  color: white;
  font-size: 12px;
  padding: 1px 10px;
}
/*------------------------------left-slider---------------------------*/
.slider-left {
  direction: rtl;
  text-align: right;
}

.slider-left h3 {
  position: relative;
  background-color: #1eb0bd;
  color: white;
  padding: 0px 5px;
  box-sizing: border-box;
  font-weight: 500;
  white-space: nowrap;
  display: table;
  padding-left: 13px;
}

.slider-left h3:after {
  content: '';
  position: absolute;
  width: 250px;
  height: 10px;
  border-bottom: 3px solid #1eb0bd;
  bottom: -3px;
  right: 0px;
}

.slider-left li {
  margin-top: 10px;
}

.slider-left .sy-caption-wrap .sy-caption {
  white-space: nowrap;
  background-color: rgba(30, 50, 103, 0.53);
}
/*---------------------------------------------list-content---------------------------------*/
.obp-box {
}

.obp-box h3 {
  position: relative;
  background-color: #1965af;
  color: white;
  padding: 1px 15px;
  box-sizing: border-box;
  font-weight: 500;
  white-space: nowrap;
  display: table;
  border-radius: 3px 3px 0px 0px;
}

.obp-box h3:after {
  content: '';
  position: absolute;
  width: 250px;
  height: 10px;
  border-bottom: 3px solid #1965af;
  bottom: -3px;
  right: 0px;
}

.obp-box ul {
  margin-top: 15px;
  MARGIN-BOTTOM: 15PX;
}

.box .obp-box ul li a {
  color: white;
}

.box .obp-box h3 {
  background: none;
}

.box .obp-box h3:after {
  display: none;
}

.obp-box ul {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
}

.obp-box ul li {
  transition: all 0.5s ease;
  width: 89%;
  text-indent: 8px;
  text-align: justify;
  line-height: 20px;
  margin-bottom: 5px;
}

.obp-box ul li i {
  color: #40a1ff;
  font-size: 12px;
  position: relative;
  top: 1px;
  padding-left: 5px;
}

.obp-box ul li a {
  color: #949398;
  font-size: 14px;
  transition: all 0.5s ease;
}

.obp-box ul li:hover {
  color: #acdc6c;
  transform: scale(1.1,1.1);
}

.obp-box ul li:hover a {
  color: #40a1ff;
}

.new-li i {
  color: orange;
  font-size: 14px !important;
  margin: 10px 0px;
  padding-left: 15px;
  list-style: none;
}

.new-li
{
  transition: all 0.5s cubic-bezier(0.2, 0.02, 0.6, 0.96);
  list-style: none;
}

.new-li a:hover {
  color:orange;
}

.new-li span {
  font-size: 13px;
  transition: all 0.3s ease;
  color: white;
}

.new-li a {
  color: white;
}

.mp-list img {
  max-width: 100%;
}

.map-style {
  width: 100%;
  min-height: 330px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  margin-top: 10px;
  float: left;
}

/*-----------------------------------------*/
.main-videogallery {
  float: right;
  width: 100%;
  background-color: white;
  height: 600px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
}

.vide-header {
  float: right;
  width: 100%;
}

.video-header h3 {
  color: white;
  text-align: right;
  margin: 30px 0px;
}

.vg-list {
  float: right;
  width: 25%;
  overflow: scroll;
  overflow-x: hidden;
  height: 500px;
  padding-bottom: 20px;
  padding-right: 6px;
  box-sizing: border-box;
}

.vg-list li {
  direction: rtl;
  border: 1px solid #3b3b3b;
  float: right;
  width: 100%;
  border-bottom: none;
  background: #006945;
  padding: 5px;
  margin: 0 0 2px 0;
  border-right: 0px;
}

.vg-list a {
  display: inline-block;
  vertical-align: top;
  text-align: right;
}

.vg-list .video-img {
  width: 35%;
}

.vg-list .video-img img {
  max-width: 100%;
  min-width: 100px;
  height: 60px;
}

.video-title {
  width: 63%;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
  color: white;
}

.vg-tv {
  float: right;
  width: 75%;
  padding: 30px;
  box-sizing: border-box;
  padding-top: 0px;
}

.vg-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.vg-list::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.vg-list::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}

.showmessage-show {
  float: right;
  width: 50%;
  margin-top: 16px;
  text-align: center;
  margin-right: 17px;
  color: #1665ba;
  background-color: #cbe6a3
}
.socialmedia
{
  position: fixed;
  left: 0px;
  top: 200px;
  z-index: 99;
}
.socialmedia li
{
  background-color: #1c4775;
  border-radius: 0px 10px 10px 0;
  transition: all 0.3s ease;
  position: relative;
  left: 0px;
  margin-top: 3px;
}
.socialmedia li a
{
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 8px;
}
.socialmedia li i
{
  font-size: 26px;
}
.socialmedia li:hover
{
  background-color:#01a5ca;
}


/*-----------------------------Responsive--------------------------------------*/
/*----------------1920-----------------------*/
@media only screen and (max-width: 1920px) {
}
/*----------------1366-----------------------*/
@media only screen and (max-width: 1365px) {

  .push {
    display: block;
  }
  .menulist > a {
    font-size: 13px;
  }
}
/*----------------1280-----------------------*/
@media only screen and (max-width: 1279px) {

}
/*----------------1024-----------------------*/
@media only screen and (max-width: 1024px) {
  .resp-nav{
    display: block;
  }
  .main-obplus {
    background-color: #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .reltv{
    display:none;
    width: 100%;
    right: 0px;
    position: absolute;
    background-color: var(--ThirdColor);
    z-index: 99;
    top: 42px;
  }
  nav
  {
    position: relative;
  }
  .menu
  {
    flex-flow: column;
  }
  .menulist > a
  {
    color: #fff
  }
  .submenu1 
  {
    position: static;
  }
  .submenu2
  {
    position: static;
  }
  .show-menu
  {
    display:block;
    -moz-animation: fadeInRightShort .3s ease-in;
    -webkit-animation: fadeInRightShort .3s ease-in;
    animation: fadeInRightShort .3s ease-in;
  }

  .menulist:hover .submenu1 {
    display: none;
    -moz-animation: fadeInUpShort .3s ease-in;
    -webkit-animation: fadeInUpShort .3s ease-in;
    animation: fadeInUpShort .3s ease-in;
  }

  .submenu1 > li:hover .submenu2 {
    display: none;
    -moz-animation: fadeInRightShort .3s ease-in;
    -webkit-animation: fadeInRightShort .3s ease-in;
    animation: fadeInRightShort .3s ease-in;
    z-index: 500;
  }

  .submenu2 > li:hover .submenu3 {
    display: none;
    -moz-animation: fadeInRightShort .3s ease-in;
    -webkit-animation: fadeInRightShort .3s ease-in;
    animation: fadeInRightShort .3s ease-in;
    z-index: 500;
  }

  .submenu3 > li:hover .submenu4 {
    display: none;
    -moz-animation: fadeInRightShort .3s ease-in;
    -webkit-animation: fadeInRightShort .3s ease-in;
    animation: fadeInRightShort .3s ease-in;
    z-index: 500;
  }
  .arrow-menu:after {
    content: '\f107';
  }

  .menu i {
    color: white !important;
  }
  .obp-img {
    padding: 2% 10%;
  }
  .obp-text p {
    font-size: 14px;
  }
  .obp-part {
    width: 90%;
  }
  .obp-text p {
    font-size: 13px;
    line-height: 30px;
  }
  .more a {
    font-size: 10px;
  }
  .news-div-title span {
    font-size: 9px;
  }
  .news-title h2{
    font-size:14px; 
  }
  .contact-form label{
    font-size:1px; 
  }

  .box h3 {
    font-size: 13px;
  }
  .new-li span {
    font-size: 13px;
  }
  contact-form .sendmail {
    padding: 5px 30px;
    font-size: 12px;
  }
  .new-li i {
    font-size: 15px !important;
  }
  .dogan a {
    font-size: 11px;
  }
  .aboutus-right {
    font-size: 12px;
    line-height: 30px;
  }
  .morebox{
    font-size: 12px;
  }

  .flex-news li .news-div-title h4{
    font-size: 12px;
    line-height: 28px;
  }
  .left-side{
    display: none;
  }
  .obp-right{
    width: 100%;
  }
  .leftnews h4{
    font-size: 12px;
  }
  .datetime{
    font-size: 11px; 
  }
  .datetime i{
    font-size: 13px; 
  }
}
/*----------------960-----------------------*/
@media only screen and (max-width: 960px) {
  .aboutus-left img {
    height: auto;
  }
  .flex-news li .news-div-pic {
    height: auto;
  }
  .aboutus-right {
    width: auto;
    float: initial;
  }
  .aboutus-left {
    width: 80%;
    margin: 0 auto;
    float: initial;
  }
  .flex-news li:nth-child(n>3){
    display:none;
  }
  .aboutus-left {
    height: auto;
  }
  .aboutus-right p{
    display:none;
  }
  table
  {
    width: 100% !important;
  }
  .obp-news-content
  {
    width: 100%;
  }
  .obp-news li
  {
    min-height: 210px;
  }
}
/*----------------640-----------------------*/
@media only screen and (max-width: 640px) {
  .head-flex {
    height: 95px;
  }
  .news-title h2 {
    font-size: 13px;
  }
  header .logo {
    height: auto;
  }
  .flex-news li
  {
    width: 100%;
  }

  .foot {
    flex-flow: column;
  }
  .box{
    width: 100%;
  }
  header span,header p {
    font-size: 15px;
    line-height: 30px;
  }
  header .logo img 
  {
    max-width: 85px;
  }
  .obp-news-img , .obp-newsbox-title , .obp-news-content , .sp-float-right
  { 
    float: none;
    width: 100%;
  }
  .obp-newbox-more
  {
    position: static;
    width: 100%;
  }
  td
  {
  }


}
/*----------------480-----------------------*/
@media only screen and (max-width: 480px) {

  header .logo img {
    width: 70%;
    max-width: 80px;
  }
  .lang a, i {
    font-size: 13px;
  }
  .dv-lang {
    min-width: 160px;
  }
  header {
    position: unset;
  }
  .head-flex {
    height: 70px;
  }
  .aboutus-right{
    font-size: 15px;
  }
  header span,header p {
    font-size: 11px;
  }
  header .logo img {
    max-width: 70px;
  }
  .datetime{
    font-size: 9px; 
  }
  .datetime i{
    font-size: 12px; 
  }
  .obp-part {
    padding: 0;
  }


}
@media only screen and (max-width: 360px) {
  header span,header p {
    font-size: 10px;
  }
  header .logo img {
    width: 65%;
    min-width: 65px;
  }
  header .logo {
    width: 70px;
  }
  .lang a{
    font-size: 10px;
  }
  .lang i{
    font-size: 12px;
  }
}