@import url('https://fonts.googleapis.com/css?family=Kanit|Montserrat&display=swap&subset=thai');

body {
  overflow-x: hidden;
}
.aos-init:not(.aos-animate):after {
  position: fixed;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.5em;
  color: #21211f;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
    ----------------------------------------------------- */
    .main_color {
      color: #92b750 !important;
    }
    .text-center {
      text-align: center;
    }
    hr {
      border-top: 1px solid #21211f !important;
    }
    .img1 {
      width: 100%;
      max-width: 870px;
      margin: 15px 0;
    }
    .py-30 {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .mt-30 {
      margin-top: 30px;
    }
    .pt-30 {
      padding-top: 30px;
    }
    .logo_mobile {
      height: 100%;
      width: auto;
    }
    .mobile_bar {
      height: 60px;
      position: fixed;
      width: 100%;
      z-index: 99;
      background: #fff;
    }
    .logo {
      width: auto;
      height: 35px;
      position: absolute;
      top: 50%;
      transform: translate(0%, -50%);
      transition: all 0.5s;
      cursor: pointer;
    }
    #sidebar {
      width: 100vw;
      position: fixed;
      top: 0;
      left: -100vw;
      height: 100vh;
      z-index: 999;
      background: #000000e6;
      color: #fff;
      transition: all 0.3s;
      overflow-y: scroll;
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

    #sidebar.active {
      left: 0;
    }

    #dismiss {
      line-height: 35px;
      text-align: center;
      position: absolute;
      font-size: 26px;
      top: 18px;
      right: 20px;
      color: #fff;
      cursor: pointer;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }

    #dismiss:hover {
      color: #8a8a8a;
    }
    #dismiss:active {
      color: #8a8a8a;
    }

    .overlay {
      display: none;
      position: fixed;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.7);
      z-index: 998;
      opacity: 0;
      transition: all 0.5s ease-in-out;
    }
    .overlay.active {
      display: block;
      opacity: 1;
    }

    #sidebar .sidebar-header {
    }

    #sidebar ul.components {
      text-align: center;
      padding-top: 50%;
    }
    .topic {
      margin-top: 30px;
    }
    #sidebar ul p {
      color: #fff;
      padding: 10px;
    }
    #sidebar ul li {
      padding: 15px;
    }
    #sidebar ul li a {
      padding: 10px;
      font-size: 1.1em;
      display: inline-block;
      border-bottom: 5px solid #90cb25 !important;
    }
    #sidebar ul li .active {
      /*border-bottom : 5px solid #90cb25 !important;*/
    }

    #sidebar ul li a:hover {
      color: #90cb25;
    }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
      color: #fff;
      /*background: #6d7fcc;*/
    }

    a[data-toggle="collapse"] {
      position: relative;
    }

    .dropdown-toggle::after {
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
    }

    ul ul a {
      font-size: 0.9em !important;
      padding-left: 30px !important;
      background: #6d7fcc;
    }

    ul.CTAs {
      padding: 20px;
    }

    ul.CTAs a {
      text-align: center;
      font-size: 0.9em !important;
      display: block;
      border-radius: 5px;
      margin-bottom: 5px;
    }

    a.download {
      background: #fff;
      color: #7386d5;
    }

    a.article,
    a.article:hover {
      background: #6d7fcc !important;
      color: #fff !important;
    }
    .float_r {
      float: right !important;
    }
    .banner{
      background-size: cover;
      background-repeat: no-repeat;
    }
    .banner_tech{
      background-position: center;
    }
    .banner img {
      width: 100%;
    }
    .banner_info{
     position: absolute;
     top: 50%;
     transform: translate(0, -50%);
   }
   .banner_info2{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  .banner_info2 img{
    max-width: 300px;
  }

  .banner_detail h1{
    font-weight: 800;
  }
  .banner b {
    font-size: 8rem;
    font-weight: 800;
    line-height: 120px;
  }

  .b800{
    font-weight: 800;
  }

  /*NAV MENU*/
  .nav {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
  }
/*.nav-item {
  margin-left: 20px;
  transition: 0.3s all;
}
.nav-item:hover {
  border-bottom: 5px solid #92b750 !important;
}
.nav .active {
  border-bottom: 5px solid #92b750 !important;
  }*/
  .nav-item {
    color: #333;
    letter-spacing: 0.15em;
    display: inline-block;
    margin : 0 10px;
    position: relative;
  }
  .nav-item:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    background: #92b750;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .nav-item:hover:after { 
    width: 100%; 
    left: 0; 
  }
  .justify-content-end .active {    
    border-bottom : solid 4px #92b750;
  }
  .justify-content-end .active:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    background: none !important;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
/* ---------------------------------------------------
    CONTENT STYLE
    ----------------------------------------------------- */

    #content {
      width: 100%;
      min-height: 100vh;
      transition: all 0.3s;
      position: absolute;
      top: 0;
      right: 0;
    }
    .header_large {
      position: fixed;
      width: 100%;
      background: none;
    }

    .header_small {
      position: fixed;
      width: 100%;
      background: #fff;
    }
    .header_small .h-topbar {
      height: 60px !important;
    }
/*.header_small .logo {
  height: 40px;
  width: auto;
  } */
  .header_small,
  .header_large,
  .header_small .logo,
  .header_small .h-topbar {
    transition: 0.5s all !important;
    -moz-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
  }
  .con2 {
    background-image: url("../img/bg.jpg");
    background-size: cover;
  }
  .con3 {
    background-image: url("../img/bg3.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .con4:nth-child(odd) {
    background: #e7e7e7;
  }

  .con4:nth-child(even){
    background: #a6a6a6;
  }
  .con5{
    background: #fff;
  }

  .con6:nth-child(odd) {
    background: rgb(255, 255, 255);
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 1) 35%,
      rgba(204, 204, 204, 1) 100%
      );
  }
  .con6:nth-child(even) {
    background: none;
  }

/*.con6:nth-child(even) img{
  padding-top : 0;
  }*/

  .do {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .do .col-1,
  .do_plus {
    color: #92b750;
  }
  .do_mobile {
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
  }
  .do_mobile_detail {
    line-height: 75px;
    vertical-align: middle;
  }

  /*==============================TECHNOLOGY============================*/
  .bg_tech {
    background: #a6a6a6;
  }
  .bg_tech h1 {
    color: #fff;
    padding: 10px 0;
  }
  .product_tech {
    background-image: url("../img/bg2.jpg");
    background-size: cover;
    background-position: center;
  }
  .product_tech_inner {
    max-width: 100%;
    width: 555px;
    float: right;
  }
  .product_tech img {
    width: 100%;
    margin: auto;
    max-width: 1140px;
    height: auto;
    display: block;
  }
  .con_tech .con_tech_detail {
    padding: 15px 30px;
    background: #ebebeb;
  }

  .con_tech2 .con_tech_detail {
    min-height: 400px;
    padding: 15px 30px;
    background: #fff;
  }
  .border_bt {
    border-bottom: 2px solid #666666;
  }
  .con_tech2 .con_tech_detail .con_tech_detail_inner {
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    padding : 15px;
    transform: translate(-50%, -50%);
  }

  .con_tech2 .img_tech_w {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .padding-none {
    padding: 0 !important;
  }
  .con_tech2 .img_tech_h {
    max-width: 100%;
    height: 85%;
    width: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .con_tech .img_tech_w {
    width: 85%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .con_tech .img_tech_h {
    height: 85%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .con_tech .img_tech_h2 {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  /* ====================================== PRODUCT ========================================= */
  .product_bg{
    background: #fff;
  }
  .blade_amount {
    border : solid 1px #727272;
    border-radius: 50%;
    padding : 2px 10px;
    margin : 10px;
    margin-left : 0;
  }

  .product_info {
    display: flex;
    color : #727272 !important;
  }

  .product_info p{
    color : #727272;
  }

  .product_info p {
    margin: 0;
    align-self: center;
  }

  .button_info {
    background: #6f6f6f;
    border-style: solid;
    border-width: 0;
    padding : 5px 30px;
    padding-left  :8px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
  }

  .button_info:hover {
    background: #92b750;
  }

  .product_img {
    width: 100%;
    height: auto;
    /*padding-top : 15px;*/
  }
  .product_img p img{
    margin-right : 5px;
    width : 30px; 
  }
  .product_model {
    background: #92b750;
    color: #fff;
  }
  .product_model_2 {
    background: none;
    color : #21211f;
    border-bottom: 1px solid #92b750;
  }
  .logo_detail_2{
    position: absolute;
    max-width : 150px;
    right: 0;
    top: 0;
    background: #fff;
    padding : 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.63);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.63);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.63);
  }

  .razor_model {
    text-align: right;
    margin: 0;
  }

  .razor_model_2 {
    text-align: left;
    margin: 0;
  }

  /*PRODUCTS*/
  .con_detail_product b{
    font-size: 3rem;
    line-height: 4rem;
    display: block;
    margin-bottom : 1.2rem;
  }
  .con_detail_product hr{
    margin-top : 2rem;
    margin-bottom:  2rem;
  }
/*.con_detail_product p b{
  line-height: 2.4rem !important;
  }*/
  .middel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .middle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .con_detail{
    width : 100%;
    padding : 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .test_pro_img{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }
 .product_list_detail img{
  width : 100%;
  max-width: 350px;
}
.product_name{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}


/*MOBILE RESPONSIVE*/
@media only screen and (max-width: 768px) {
  .dis_pc {
    display: none !important;
  }
  .m_mt15{
    margin-top : 15px;
  }
  .logo {
    width: 100%;
    height: auto;
  }
  #sidebarCollapse {
    font-size: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
  }
  .h-topbar {
    height: 60px !important;
    transition: all 0.5s;
  }
  .header_large {
    background: #fff;
  }
  .banner, .blog_content {
    margin-top: 60px;
  }
  .product_list:first-child {
    margin-top: 60px;
  }
  .con_tech .img_tech_w,
  .con_tech .img_tech_h,
  .con_tech .img_tech_h2 {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
  }
/*  .product_img{
    margin-top : 30px;
    }*/

    /*PRODUCTS*/
    .main_detail{
      font-size: 2.4rem;
    }
    .middel, .product_name{
      position: relative;
    }
    .con_detail{
      position: relative;
      padding : 0;
    }
    .test_pro_img{
     position: relative;
   }
   .product_bg{
    margin-top : 60px;
  }
  /*BANNER*/
  .banner_info,.banner_info2{
    position: relative;
  }
  .banner_tech{
    background-image: url('http://www.dorcothailand.com/dorco/assets/frontend/img/banner/technology_banner2.jpg');
    background-position: center;
  }
  .banner_info2{
    text-align: center;
    margin-top : 15px;
  }
  .banner_tech_detail{
    background-image: url('http://www.dorcothailand.com/dorco/assets/frontend/img/banner/bg_banner_tech.png');
    background-size: cover;
    background-position: center;
    padding : 15px;
    margin : 0 -15px;
  }
  .con_tech2 .con_tech_detail .con_tech_detail_inner{
    position: relative;
    padding : 0;
  }
}
/*FOOTER*/
.copyright {
  text-align: center;
  background-image: linear-gradient(to right, #b4b4b4, #fff, #b4b4b4);
  padding: 10px;
  font-weight: bolder;
}
.social {
  font-size: 18px;
}

/*PC*/
@media only screen and (min-width: 769px) {
  .dis_mobile {
    display: none !important;
  }
  .h-topbar {
    height: 80px !important;
    transition: all 0.3s;
  }
  .con2 {
    padding-top: 80px;
  }
  .product_bg{
    padding-top: 80px;
  }
}

/*OWL*/

.owl-item .detail {
  padding: 10px;
  background: #a6a6a6;
  height: 360px;
}
.owl-item .detail img {
  margin-bottom: 15px;
}
.owl-item.active.center .detail {
  background: #92b752;
}
.owl-item h1 {
  padding: 15px 0;
  text-align: center;
}
.owl-nav {
  width: 100%;
  z-index: 3;
  margin-top: -78px;
  position: absolute;
  font-size: 2.5rem;
  color: #a6a6a6;
}
.owl-nav button{
  border: none !important;
  outline: none;
  background: none;
}
.owl-prev {
  float: left;
  display: inline-block;
}
.owl-next {
  float: right;
  display: inline-block;
}
.owl-prev:hover,
.owl-next:hover {
  color: #92b752;
  transition: 0.3s all;
}

/*LANGUAGE*/
.language{
  position: absolute;
  float: right;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.language button{
  background : none;
  outline:none;
  border : none;
  border-radius: 50%;
}
.language button img{
  width : 24px;
  height : auto;
}
.justify-content-end{
  margin-right : 85px;
  margin-top : 4px;
}

.language_mobile button{
  background : none;
  border : none;
}

.language_mobile button a img{
  width : 24px;
}

.icon_social{
  max-width : 25px;
}
@media only screen and (max-width: 1200px) {
  .con_detail_product b{
    font-size: 2.3rem;
    line-height: 2.8rem;
    margin-bottom : 0;
  }
  .product_img p{
    font-size: 0.8rem;
  }
  .product_img p img{
    width : 24px;
  }
}

@media only screen and (max-width: 992px) {
  .logo{
    height : 30px;
  }
  .justify-content-end{
    font-size: 0.8rem !important;
    margin-right : 50px;
  }
  .nav-item {
    margin : 0 2px !important;
  }
  .language button img{
    width : 20px;
  }
  .banner_info b{
    font-size: 5rem;
    line-height : 80px;
  }
  .banner_info h1{
    font-size: 2rem;
  }
  .banner_info p{
    font-size: 0.8rem;
  }
  .con_detail{
    position: relative;
  }
  .con_detail_product b{
    font-size: 1.8rem;
    line-height: 100%;
  }
  .con_detail_product p{
    font-size: 0.9rem;
  }
  .product_img{
    position: relative;
  }
  .product_img p{
    font-size: 1.1rem;
  }
  .product_img p img{
    width : 30px;
  }
  .product_list_detail img{
    max-width : 250px;
  }
  .language{
    right : -20px;
  }
}

@media only screen and (max-width: 768px) {
  .logo {
    width: auto;
    height: 25px;
  }
  .banner_info{
    padding-top : 15px;
  }
  .banner_info b{
    font-size: 8rem;
    line-height : 120px;
  }
  .banner_info h1{
    font-size: 2.5rem;
  }
  .banner_info p{
    font-size: 1.1rem;
  }
  .banner_tech{
    background-image: url('http://www.dorcothailand.com/dorco/assets/frontend/img/banner/technology_banner2.jpg') !important;
    background-position: center;
  }
  .con_detail_product b{
    font-size: 3rem;
    line-height: 4rem;
  }
  .con_detail_product p{
    font-size: 1rem;
  }
}
.new_product_url{
  background-color: #c9dc44;
  outline: none;
  color : #fff;
  text-align: center;
  display: block;
  margin : auto;
  border : none;
  font-size: 1.2rem;
  border-radius: 15px;
  padding :8px 15px;
  transition: all .2s;
  outline: none;
}
.new_product_url:hover{
  background-color: #c2c2c2;
  /*color : red;*/
}


/* ====================================== NEW SECTION ========================================= */
.new_sec_desc{
  padding: 15px;
  background: #fff;
  height: 100%;
}

/* ====================================== BLOCK DETAIL ========================================= */
.newroom{
  font-size: 3.5rem;
  color : #87b940;
  font-weight: bold;
  letter-spacing: 0.0625em;
}
.block_list .desc{
  text-align: center;
  font-size: 1.5rem;
}
.block_list figure{
  overflow: hidden;
}
.block_list figure img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.block_list figure:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.content_block_desc .block_desc b{
  font-weight: bold !important;
}
.content_block_desc button{
  border: 1px solid #d9ded9;
  background: #f2f5f9;
  color: #000;
  padding: 5px 15px;
  transition: ease .2s;
  outline: none;
}
.content_block_desc button:hover{
  background: #d9ded9;
}
.btn-list{
  float: right;
}
.search_block button{
  border: none;
  background: #fff;
  border-right: 1px solid #ccc;
  border-top : 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
}
.search_block input{
  padding: 5px 15px;
  background: #fff;
  border-left: 1px solid #ccc;
  border-top : 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: none;
  outline: none;
}

#pagination-content_blog{
  width: 100%;
}
.paginationjs-pages {
    text-align: center;
}
.paginationjs-pages ul{
    padding: 0;
}
.paginationjs-pages ul li {
    display: inline-block;
}
.paginationjs-pages .paginationjs-prev.disabled a, .paginationjs-pages .paginationjs-next.disabled a {
    color: #a1a1a1 !important;
}
.paginationjs-pages ul li.paginationjs-page:hover a, .paginationjs-pages ul li.paginationjs-page.active a {
    background: #45637d;
    color: #fff !important;
    cursor: pointer;
}
.paginationjs-pages .paginationjs-prev a, .paginationjs-pages .paginationjs-next a {
    padding: 0 5px !important;
}
.paginationjs-pages ul li a {
    color: #333 !important;
    display: inline-block;
    transition: all .2s;
    /*border-radius: 50%;*/
    width: 3rem;
    height: 3rem;
    margin: 0 3px;
    line-height: 3rem;
}
.data-container{
  height: 100% !important;
  width: 100%;
}
.loading_pagination{
  height: 100%;
  width:100%;
  position: relative;
  min-height: 300px;
}

.loading_pagination img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}