body, html { height: 100%; padding: 0; margin: 0; background: #fff; font-size: 14px; }

#main { min-height: 100%; position: relative; }   /*max-width: 1500px; margin: auto;*/
.font-header { font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; }
.font1 { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
.font2 { font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif;  }
.font3 { font-family: Poppins; }
.font4 { font-family: Poppins_medium; }


.black { background: #000; }

.clearfix { clear:both; }
.text-center { text-align: center; }

/* *************** */
/*      Header     */
/* *************** */
#headerPanel { height: 100px; width: 100%; background: none; }
#headerPanel > .container { margin: auto; width: 85%; height: 100px; }
.header-logo { height: 100px; float: left; width: 300px; }
.header-menu { height: 100px; float: right; width: 70%; }

.header-menu ul { margin: 35px 0px; float:right; list-style-type:none; padding:0; overflow:hidden; display: block; }
.header-menu li { float:left; }
.header-menu li a { text-transform: uppercase; font-weight: bold; -webkit-transition-duration: 0.4s; transition-duration: 0.4s; font-size:130%; display:inline-block; color:#2A98D3; text-align:center; padding:16px 10px; text-decoration:none; }
.header-menu li a:hover, li.drop:hover .select { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; color:#fff; background: #2A98D3; }	/*background-color:red;*/
.header-menu li.drop { display:inline-block; }
.header-menu .dropdown-content { z-index: 999; display:none; position:absolute; background-color:#f9f9f9; min-width:160px; }
.header-menu .dropdown-content a { color:#1662F6; padding:12px 16px; text-decoration:none; display:block; text-align:left; font-size:130%; }
.header-menu .dropdown-content a:hover { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; background-color:#2A98D3; }
.header-menu .drop:hover .dropdown-content { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; display:block; }
.header-menu .dropdown-content a.active { background: #73C4FF; }
.header-menu li a.active { color: #fff; background: #2A98D3; }
.header-menu li.drop.active { color:#000; }	/*background:#4B3B67;*/

.toggle { display: none; }

/* *************** */
/*     Header_2    */
/* *************** */
#headerPanel_2 { width: 100%; box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
#headerPanel_2 > .container { margin: auto; width: 85%; height: 100px; }
.header-logo_2 { width: 20%; float: left; }
.header-menu_2 { width: 80%; float: right; line-height: 90px; }
.header-menu_2 > ul { margin: 0 auto; float: right; }
.header-menu_2 > ul > li { list-style: none; float: left; padding: 5px 10px; margin: 0px 5px; }
.header-menu_2 > ul > li > a.main { transition: all 0.4s; text-decoration: none; font-size: 110%; color: #520000; text-transform: uppercase; padding: 45px 0px; font-weight: 600; letter-spacing: 1px; }   /*font-weight: 600;*/
.header-menu_2 > ul > li > a.main:hover { color: #0079B5; }
.header-menu_2 > ul > li > a.main.active { color: #0079B5; }  /*border-bottom: 2px solid #57576A;*/
.header-menu_2 > ul > li a.main:hover, li.drop1:hover .select1 { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; color: #0079B5; }	/*background-color:red;*/

.dropdown-content_2 { z-index: 999; display:none; position:absolute; background:#F2F2F2; min-width:160px; max-width: 160px; margin-top: 5px; margin-left: -15px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
.dropdown-content_2 > a { color:#520000; padding: 15px; text-decoration:none; display:block; font-size:110%; line-height: 20px; text-transform: uppercase; border-bottom: 1px solid #D8D8D8; }
.dropdown-content_2 > a:hover { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; background-color:#E7E7E7; color: none; }
.drop1:hover .dropdown-content_2 { -webkit-transition-duration: 0.4s; transition-duration: 0.4s; display:block; }
.dropdown-content_2 > a.active { background: #E7E7E7; color: none; }

.open_toggle_2, .close_toggle_2 { display: none; float: right; margin-top: 25px; margin-right: 10px; padding: 10px; background: none; border: none; }



/* *************** */
/*     Banner      */
/* *************** */
.bannerPanel {  }   /*border: 2px solid #ddd;*/
.bannerPanel > .container { width: 100%; height: 85%; }
.swiper-container { width: 100%; height: 100%; }
.swiper-container > button { border: 0; background-color: transparent; }
.swiper-slide { text-align: center; font-size: 18px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.swiper-wrapper { position: relative; }
.swiper-slide > img { -webkit-filter: grayscale(30%); filter: grayscale(30%); }
.swiper-slide > .center { max-width: 400px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(0,0,0,0.5); padding: 20px 25px; }
.swiper-slide > .left { max-width: 400px; text-align: left; position: absolute; top: 50%; left: 25%; transform: translate(-50%, -50%); background: rgba(0,0,0,0.5); padding: 20px 25px; }
.swiper-slide > .right { z-index:10; max-width: 400px; text-align: left; position: absolute; top: 50%; right: -5%; transform: translate(-50%, -50%); background: rgba(0,0,0,0.5); padding: 20px 25px; }
.swiper-slide a.slide123 { font-size: 90%; transition: all 0.3s; text-decoration: none; color: #fff; display: inline-block; margin: 10px 0px; background: #4283FB; padding: 10px 15px; }
.swiper-slide a.slide123::after { content: "\00bb"; opacity: 0; transition: all 0.3s; }
.swiper-slide a.slide123:hover::after { opacity: 1; padding-left: 10px; }
.swiper-slide h1 { font-size: 250%; color: #fff; padding: 5px 0px; }
.swiper-slide p { font-size: 100%; color: #fff; padding: 5px 0px; }

/* .bannerText { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: yellow; padding: 20px; } */
.imageSlider { height: 450px; width: 100%; }
.imageSlider > .swiper-container > .swiper-wrapper > .swiper-slide > a.slideshow-href > img { max-width: 100%; height: 100%; }


/* *************** */
/*      Post       */
/* *************** */
.postPanel { width: 100%; height: 180px; margin: 20px 0px; display: block; }
.postPanel img { object-fit: cover; }
.postPanel > .left { float: left; width: 25%; height: 180px; }
.postPanel > .right { float: right; width: 75%; height: 180px; position: relative; }
.postPanel > .right > .container { padding: 10px; }
.postPanel > .right > .container a { text-decoration: none; color: #000; transition: all 0.3s; }
.postPanel > .right > .container a:hover { color: #585858; }
.postPanel > .right > .container > h2 { padding: 0px 10px; }
.postPanel > .right > .container > p { font-size: 100%; padding: 0; margin: 10px 10px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }   /*-webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;*/
.postPanel > .right > .container > footer { position: absolute; bottom: 0; padding: 0px 10px; font-size: 90%; color: #ABB2B9; }


/* *************** */
/*     Widget      */
/* *************** */
.layoutContainer { padding: 30px 0px; margin:auto; }
.widgetTitle { font-size: 160%; font-weight: 600; text-transform: uppercase; }
.widgetTitle > hr { max-width: 50px; border-color: #000; }
.layout_1 { width: 100%; display: flex; position: relative; background: none; height: auto; }
.layout_1 > .layout-col { flex: 1; margin: 10px; padding: 10px 40px; transition: all 0.3s; }    /*min-height: 100px; width: 100px;*/
/* .layout_1 > .layout-col:hover { background: #f1f1f1; } */
.layout_1 > .layout-col > header#top { padding: 15px 0px; }
.layout_1 > .layout-col > header#top > img { width: 150px; height: 150px; }
.layout_1 > .layout-col > section#bottom { height: auto; }
.layout_1 > .layout-col > section#bottom > h1 { padding: 10px 0px; font-size: 150%; }


h1 { font-size: 160%; margin: 0; padding: 0px; }   /*padding: 10px;*/
h2 { font-size: 150%; margin: 0; padding: 0px; font-weight: 600; }
h3 { font-size: 120%; margin: 0; padding: 0px; font-weight: 400; }   /*padding: 10px;*/
p { font-size: 100%; margin: 0; padding: 0px; }
/* .layout_1 > .layout-col:nth-child(odd) { background: yellow; } */

.layout_2 { display: flex; flex-wrap: wrap; padding: 20px 40px; }
.layout_2 > .left { flex: 40%; padding: 20px 30px; min-height: 50px; }
.layout_2 > .right { flex: 40%; padding: 20px 30px; min-height: 50px; background: none; }
.layout_2 img { display:block; margin:auto; max-width:100%; max-height:350px; }

/* *************** */
/*     Content     */
/* *************** */
#contentPanel {  }   /*padding-bottom: 80px;*/
.topTitlePanel {
  background: #4283FB;
  background: -webkit-linear-gradient(top left, #4283FB, #4673D4);
  background: -moz-linear-gradient(top left, #4283FB, #4673D4);
  background: linear-gradient(top left, #4283FB, #4673D4);
}   /* background: yellow; background: linear-gradient(to top left, #2c5d77 0%, #4089b0 100%);*/
.topTitlePanel > .container { font-size: 200%; font-weight: bold; color: #fff; width: 80%; margin: auto; padding: 40px 20px; }    /*padding: 40px 140px;*/
.secondPanel { width: 80%; margin: auto; height: auto; }
.secondPanel > .container { padding: 20px 0px; }
.secondPanel > .container img { max-width: 100%; }    /*object-fit: cover;*/
.secondPanel > .displaySlideShow { padding: 20px 0px; margin: 10px 0px; }
.secondPanel::after { content: ""; clear: both; display: table; }
.thirdPanel {  }
.layout3 { width: 100%; margin: 15px 0px; height: auto; }   /*display: -webkit-box; display: -moz-box; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; */
.layout3-left { height: 350px; width: 40%; padding: 10px; float: left; }   /*-webkit-box-flex: 1; -moz-box-flex: 1;*/
.layout3-right { padding: 0px 10px; width: 50%; float: right; height: auto; }    /*-webkit-box-flex: 1; -moz-box-flex: 1;*/
.layout3-right-full { padding: 0px 10px; width: 100%; float: right; }

.sitemap { font-size: 70%; float: right; font-weight: normal; }
.sitemap > a { text-decoration: none; color: #F4F6F7; }

.productContent { padding-bottom: 20px; }
.productLayout { position: relative; cursor: pointer; width: 320px; height: 250px; margin: 0px 30px 50px 0px; float: left; overflow: hidden; }    /*width: 30%; width: 320px;*/
.productLayout img { transition: all 0.3s; transition-duration: 0.8s; height: 100%; width: 100%; margin: auto; display: block; object-fit: cover; }  /*margin: auto; display: block;*/
/* .productLayout:hover { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); background: #000; } */
.productLayout:hover img { opacity: 0.4; transition: all 0.3s; transform: scale(1.1); transition-duration: 0.8s; }
.productLayout:hover .middle { opacity: 1; transition: all 0.3s; }
.productLayout:hover .middle_1 { opacity: 1; transition: all 0.3s; }
.productLayout > .middle { opacity: 0; position: absolute; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }  /*top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);*/
.productLayout > .middle > .text { color: #fff; font-size: 130%; padding: 15px; text-align: center; font-weight: 500; }   /*background: linear-gradient(to top, #285973 0%, #107cb6 100%);*/
.productLayout > .middle_1 { opacity: 0; position: absolute; text-align: center; top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }  /*top: 50%; left: 50%; transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);*/
.productLayout > .middle_1 > .text_1 { color: #1E5B97; font-size: 120%; padding: 15px; text-align: center; font-weight: 500; }

.columnPanel { width: 100%; display: flex; position: relative; background: none; margin-bottom: 10px; }  /*cursor: pointer; min-height: 150px;*/
.column1_1 { flex: 1; margin: 5px; padding: 5px 10px; }  /*margin: 5px; padding: 5px 10px; -moz-user-modify: read-write; -webkit-user-modify: read-write; border: 1px dotted #2C3E50;*/
.column1_1 img{ max-width: 100%; }
.showBox { border: 1px dotted #2C3E50; cursor: pointer; height: 150px; background: #fff; }
.flex_grow1 { flex-grow: 1; }
.flex_grow3 { flex-grow: 2; }
.deleteRow { position: absolute; top: 0; left: -35px; background: red; padding: 10px; cursor: pointer; color: #fff; }

.contactLayout { width: 100%; margin: 15px 0px; }     /*display: -webkit-box; display: -moz-box; -webkit-box-orient: horizontal; -moz-box-orient: horizontal;*/
.contactLayout > .left { height: auto; padding: 10px 25px; width: 40%; float: left; }      /*-webkit-box-flex: 1; -moz-box-flex: 1;*/
.contactLayout > .left > .title { font-size: 180%; font-weight: bold; margin-bottom: 10px; text-decoration: underline; }
.contactLayout > .left > span { font-size: 90%; }
.contactLayout > .left > form > .error { color: #D00000; padding: 10px 10px; }
.contactLayout > .right { height: auto; width: 95%; padding: 10px 25px; width: 40%; float: right; }      /*-webkit-box-flex: 1; -moz-box-flex: 1;*/
.contactLayout > .right > .title { font-size: 180%; font-weight: bold; margin-bottom: 10px; text-decoration: underline; }
.contactLayout > .right > .contact-col-1 { overflow: auto; }
.contactLayout > .right > .contact-col-1 > label.left { width: 40%; float: left; padding: 10px 0px; background: yellow; }
.icon_contact { padding-right: 10px; }
.contactLayout > .right > .contact-col-1 > label.right { width: 50%; padding: 10px 0px; float: right; background: green; }
.googlemap { margin: 10px 0px; height: 250px; width: 100%; }
.contactForm { width: 100%; padding: 10px; font-size: 100%; margin-top: 10px; }
.contactButton { transition: 0.3s; margin: 10px 0px; padding: 10px 25px; font-size: 100%; border: none; background: #70728E; color: #fff; font-weight: bold; float: right; cursor: pointer; border-radius: 5px; }
.contactButton:hover { opacity: 0.8; }

/* *************** */
/*    Content_2    */
/* *************** */
.topTitlePanel_2 { position: relative; }
.topTitlePanel_2 > img { opacity: 0.8; z-index: 1; height: 350px; } /*object-fit:cover; */
.top-text_2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.top-text_2 > h1{ text-align: center; background: rgba(0,0,0,0.5); color: #fff; font-size: 350%; padding: 10px 15px; text-transform: uppercase; text-shadow: 2px 1px #33375D; }  /*background: #000; olor: #3B3B46;*/

.productLayout_2 { width: 47%; margin: 10px 10px 20px 10px; height: auto;; float: left; overflow: hidden; }
.productLayout_2 > img { max-height: 200px; width: 100%; object-fit: cover; transition: all 0.3s; }
.productLayout_2 > h1 { font-size: 180%; padding: 10px 0px; }
.productLayout_2 > p { font-size: 100%; padding: 0px 0px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.productLayout_2_button { transition: all 0.3s; padding: 10px 30px; border: none; background: red; font-size: 100%; display: table; margin-top: 10px; color: #f1f1f1; text-decoration: none; }  /*display: block; text-align: center;*/
.productLayout_2_button:hover { opacity: 0.7; }
/* .productLayout_2:hover img { transform: scale(1.1); transition-duration: 0.8s; } */
.contactForm_2 { width: 100%; padding: 10px; font-size: 100%; margin-top: 10px; border: 2px solid #D1D1D1; color: #515151; }
.contactButton_2 { width: 100%; transition: all 0.3s; margin: 10px 0px; padding: 10px 25px; font-size: 100%; border: none; background: #EC8C48; color: #fff; font-weight: bold; cursor: pointer; border-radius: 2px; }
.contactButton_2:hover { opacity: 0.8; }
.contactLayout > .right > .contact-col-2 { overflow: auto; padding: 10px 0px; }
.contactLayout > .right > .contact-col-2 > label.left { width: auto; height: auto; display: block; float: left; margin-right: 20px; }
.contactLayout > .right > .contact-col-2 > label.left > span > svg.fa-circle { color: #C7B200; }
.contactLayout > .right > .contact-col-2 > label.right { width: 70%; font-size: 110%; display: inline-block; }
.contactLayout > .right > .contact-col-2 > label.right > b { text-transform: uppercase; }
.googlemap_2 { margin: 0px 0px; height: 350px; width: 100%; }


/* *************** */
/*      Error      */
/* *************** */
.error-404 { margin: 5% auto 0; text-align: center; }
.error-404 > header { font-size: 120px; font-weight: bold; }
.error-404 > label { font-size: 50px; text-align: center; }
.error-404 > button { color: #fff; padding: 15px 18px; background: red; margin-top: 40px; border: none; background: #1E6AE5; cursor: pointer; font-size: 20px; border-radius: 5px; }


/* *************** */
/*   Maintenance   */
/* *************** */
.repair { position: relative; height: 100%;
  /* background: #959595;
  background: -webkit-linear-gradient(bottom, #959595, #9BA0D3);
  background: -moz-linear-gradient(bottom, #959595, #9BA0D3);
  background: linear-gradient(to top, #959595, #9BA0D3); */
}
.repair > .container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: auto; width: 500px; }
.repair > .container > h1 { text-align: center; font-size: 250%; text-transform: uppercase; text-shadow: 1px 1px #33375D; }
/* .repair > .container > h3 { text-align: center; font-size: 250%; font-weight: 400; text-transform: uppercase; text-shadow: 1px 1px #FF0000; } */
.repair > .container > img { margin: auto; display: block; }


/* *************** */
/*      Footer     */
/* *************** */
/* .fixFooter { padding-bottom: 120px; } */
/* #footerPanel::beofre { content: ""; clear: both; display: table; } */

#footerPanel { position: absolute; width: 100%; bottom: 0; color: #EEEFEE;
  background: #4283FB;
  background: -webkit-linear-gradient(top left, #4283FB, #4673D4);
  background: -moz-linear-gradient(top left, #4283FB, #4673D4);
  background: linear-gradient(top left, #4283FB, #4673D4);
}   /*margin-bottom: -55px; background: #2C5D77; */
#footerPanel > .container { width: 80%; margin: auto; padding: 20px 10px; font-size: 100%; text-transform: uppercase; }
#footerPanel > .container > label { float: right; }
.footerCircle { background: #EEEFEE; transition: 0.3s; border-radius: 50%; box-shadow: 0px 0px 2px #888; padding: 5px 8px; margin-left: 10px; font-size: 120%; margin-top: -5px; color: #222229; }
.footerCircle:hover { background: #E2DFD5; }

/* *************** */
/*     Footer_2    */
/* *************** */       /*57576A*/
#footerPanel_2 { width: 100%; bottom: 0; color: #EEEFEE; background: #57576A; display: inline-block; /*position: absolute;*/
  /* background: #4283FB;       background: #57576A;
  background: -webkit-linear-gradient(top left, #4283FB, #4673D4);
  background: -moz-linear-gradient(top left, #4283FB, #4673D4);
  background: linear-gradient(top left, #4283FB, #4673D4); */
}   /*margin-bottom: -55px; background: #2C5D77; */
#footerPanel_2 > .container { width: 85%; margin: auto; padding: 20px 10px; font-size: 100%; color: #B9B9B9; }    /*border-top: 1px solid #BEBEBE;*/
#footerPanel_2 > .container > label { float: right; }
#footerPanel_2 > .container a { color: #B9B9B9; text-decoration: none; }
#footerPanel_2 > .container a:hover { text-decoration: underline; }
/* #footerPanel_2  > hr { color: #BEBEBE; margin: auto; width: 90%; } */
.footerCircle_2 { transition: all 0.3s; padding: 5px 8px; margin-left: 10px; font-size: 140%; margin-top: -5px; color: #B9B9B9; }
.footerCircle_2:hover { color: #DBDBDB; }





/* Responsive */
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


@media screen and (max-width: 1200px){
  #headerPanel > .container { width: 100%; }
  .header-logo { margin: 0px auto 0; width: 250px; }
  .toggle { float: right; text-align: right; padding: 35px 20px; cursor: pointer; display: block; }
  .header-menu { float: none; width: 100%; }
  .header-menu ul { margin: 0; padding: 0; width: 100%; display: none; }
  .header-menu li { float: none; width: 100%; background: #505050; }
  .header-menu ul li a { width: 100%; text-align: left; padding: 15px 20px; border-bottom: 1px solid #ddd; }
  .header-menu li.drop .dropdown-content a { display: block; }
  .header-menu .dropdown-content { display: block; position: inherit; background: none; min-width: none; max-width: none; margin-top: 0; margin-left: 0; width: 100%; }   /*position: relative;*/
  .header-menu .dropdown-content > a { line-height: 20px; color: #D9D9DE; padding: 10px 50px; border-bottom: none; border-radius: 5px; }
  .header-menu .dropdown-content > a.active { color: #fff; background: #585858; }
  .header-menu .dropdown-content > a:hover { background: #585858; }
  .header-menu .dropdown-content > a::before { content: "\003e"; padding-right: 10px; }

  .bannerPanel > .container { height: 500px; }
  .productLayout { width: 100%; }
  .product_1 { height: 300px; }
  .product_1 img { height: 250px; }
  .productLayout > .middle { opacity: 1; background: none; width: 100%; left: 50%; top: auto; transform: translate(-50%); }   /* top: 90%; bottom: 0; background: #fff;*/
  .productLayout > .middle > .text { color: #fff; background: #206385; }   /*color: #206385; opacity: 1;*/
  .productLayout > .middle > .text > span { display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
  .productLayout > .middle_1 > .text_1 { display: none; }
  .productLayout:hover { box-shadow: none; background: none; }
  .productLayout:hover img { opacity: none; transition: all 0.3s; transform: none; }
  .productLayout:hover .middle { opacity: none; transition: all 0.3s; }
  .columnPanel { flex-flow: column wrap; }

  .layout_2 { padding: 10px 0px; }
  .secondPanel { width: 95%; }

  /* template 2 */
  #headerPanel_2 > .container { width: 100%; }
  .header-logo_2 { margin: 0px auto 0; width: 250px; }
  .header-menu_2 { width: 100%; float: none; line-height: 0px; }
  .header-menu_2 > ul { display: none; width: 100%; background: #191919; }
  .header-menu_2 > ul > li { margin: 0 auto; width: 80%; padding: 5px 0px; float: none; }    /*text-align: center;*/
  .header-menu_2 > ul > li > a.main { line-height: 20px; color: #D9D9DE; padding: 10px 50px; color: #B9B9B9; display: block; }
  .header-menu_2 > ul > li > a.main:hover { color: #fff; }
  .header-menu_2 > ul > li > a.main.active { color: #fff; }   /* border-bottom: 2px solid #D9D9DE;*/
  .drop1:hover .dropdown-content_2 { display:block; }
  .dropdown-content_2 { display: block; position: inherit; background: none; min-width: none; max-width: none; margin-top: 0; margin-left: 0; width: 100%; box-shadow: none; }   /*position: relative;*/
  .dropdown-content_2 > a { line-height: 20px; color: #D9D9DE; padding: 10px 50px; border-bottom: none; border-radius: 5px; font-size: 100%; }
  .dropdown-content_2 > a.active { color: #fff; background: #585858; }
  .dropdown-content_2 > a:hover { background: none; color: #fff; }
  .dropdown-content_2 > a::before { content: "\003e"; padding-right: 10px; }

  .open_toggle_2 { display: block; }
  .topTitlePanel_2 > img { height: 150px; }
  .top-text_2 > h1 { border: none; font-size: 180%; padding: 10px 15px; }

}

@media screen and (max-width: 850px){
  .productLayout_2 { width: 100%; margin: 0px; margin-bottom: 50px; }
  .layout_1 > .layout-col > header#top > img { width: 120px; height: 120px; }
  .layout_1 { flex-flow: column wrap; }
  .layout_1 > .layout-col { max-width: 500px; margin: auto; padding: 25px 0px; }
  .swiper-slide > .center { top: 50%; left: 0%; right: 0%; transform: translate(0%, -50%); max-width: 100%; text-align: left; }
  .swiper-slide > .left { top: 50%; left: 0%; right: 0%; transform: translate(0%, -50%); max-width: 100%; }
  .swiper-slide > .right { top: 50%; left: 0%; right: 0%; transform: translate(0%, -50%); max-width: 100%; }
}

/* For tablet */
@media screen and (max-width: 700px){
  .productLayout { width: 100%; }
  .gallertLayout { width: 44%; }
  .layout3-left { width: 100%; padding: 0; }
  .layout3-right { width: 100%; }
  .layout3-right-full { width: 100%; }
  .contactLayout > .left { width: 90%; float: none; padding-bottom: 50px; }
  .contactLayout > .right { width: 90%; float: none; }
  .topTitlePanel { padding: 10px 80px; text-align: center; }
  .sitemap { float: none; clear: left; display: block; margin-top: 10px; }
  #footerPanel > .container { text-align: center; }
  #footerPanel > .container > label { width: 100%; display: block; margin-top: 15px; text-align: center; }
  .bannerPanel > .container { height: 350px; }
  .postPanel > .left { width: 100%; }
  .postPanel > .right { width: 100%; }
  .postPanel > .right > .container { padding: 10px 0px; }
  .topTitlePanel > .container { padding: 20px 20px; }    /*padding: 40px 140px;*/

  /* template 2 */
  /* .top-text_2 > h1 { text-align: left; } */
  #footerPanel_2 > .container { text-align: center; }
  #footerPanel_2 > .container > label { width: 100%; display: block; margin: 15px 0px; text-align: center; }
}

/* For mobile */
@media screen and (max-width: 450px){
  .productLayout { width: 100%; }
  .gallertLayout { width: 100%; }
  .layout3-left { width: 100%; padding: 0; }
  .layout3-right { width: 100%; }
  .layout3-right-full { width: 100%; }
  .contactLayout > .left { width: 85%; float: none; padding-bottom: 50px; }
  .contactLayout > .right { width: 85%; float: none; }
  .topTitlePanel { padding: 20px 50px; text-align: center; }
  .bannerPanel > .container { height: 350px; }
}
