/* Responsive CSS */

/* 768px - 849px */
@media (min-width: 768px) and (max-width: 849px){
  /* Menu Icon Bar ด้านบน */
  .menubar {
    margin-top: -25px;
    margin-left:-10px;
    font-size: 14px;
  }
  .menubar > li {
    margin-left: 0px;
  }
  .navbar-nav > li > a {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /*Icon Navbar*/
  .nav-icon {
    width:20px;
  }
  /* ปุ่มเปลี่ยนภาษา */
  .navbar-default .navbar-nav > li > a.th-lang {
    margin-top: -20px;
    margin-right:50px;
    font-size: 16px;
  }
  .navbar-default .navbar-nav > li.dropdown > ul.en-lang { 
    margin-top: 15px;
    margin-right: 50px;
    width: 150px;
  }
  .header-bg1 {
    background-image: url('../../images/details/header-1.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg2 {
    background-image: url('../../images/details/header-2.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg3 {
    background-image: url('../../images/details/header-3.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg4 {
    background-image: url('../../images/details/header-4.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
}

/* 850px - 991px */
@media (min-width: 850px) and (max-width: 991px){
  /* Menu Icon Bar ด้านบน */
  .menubar {
    margin-top: -20px;
    margin-left:0px;
    font-size: 16px;
  }
  .menubar > li {
    margin-left: 0px;
  }
  .navbar-nav > li > a {
    margin-left: 10px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dropdown-menu {
    left: 0px;
  }
  /*Icon Navbar*/
  .nav-icon {
    width:30px;
  }
  /* ปุ่มเปลี่ยนภาษา */
  .navbar-default .navbar-nav > li > a.th-lang {
    margin-top: -20px;
    margin-right:50px;
    font-size: 16px;
  }
  .navbar-default .navbar-nav > li.dropdown > ul.en-lang { 
    margin-top: 15px;
    margin-right: 50px;
    width: 100px;
  }
  .header-bg1 {
    background-image: url('../../images/details/header-1.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg2 {
    background-image: url('../../images/details/header-2.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg3 {
    background-image: url('../../images/details/header-3.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg4 {
    background-image: url('../../images/details/header-4.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
}

/* 992px - 1199px */
@media (min-width: 992px) and (max-width: 1199px){
  /* Menu Icon Bar ด้านบน */
  .menubar {
    margin-top: -12px;
    margin-left:0px;
    font-size: 24px;
  }
  .menubar > li {
    margin-left: 0px;
  }
  .navbar-nav > li > a {
    margin-left: 10px;
    margin-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dropdown-menu {
    left: 0px;
  }
  /*Icon Navbar*/
  .nav-icon {
    width:30px;
  }
  /* ปุ่มเปลี่ยนภาษา */
  .navbar-default .navbar-nav > li > a.th-lang {
    margin-top: -12px;
    margin-right:50px;
    font-size: 24px;
  }
  .navbar-default .navbar-nav > li.dropdown > ul.en-lang { 
    margin-top: 15px;
    margin-right: 50px;
    width: 80px;
  }
  .dropdown-menu > li > a.en-lang {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #breadcrumb {
    margin-top: 10px;
  }
  #breadcrumb li {
    font-size: 18px;
  }
  #detail-header {
    height: 170px;
    margin-top: 90px;
  }
   #sort-header {
    height: 120px;
    margin-top: 90px;
  }
  .detail-header-en {
    margin-top:42px;
  }
  .detail-header {
    margin-top:45px;
    font-size: 28px;
  }
  .header-bg1 {
    background-image: url('../../images/details/header-1.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg2 {
    background-image: url('../../images/details/header-2.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg3 {
    background-image: url('../../images/details/header-3.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg4 {
    background-image: url('../../images/details/header-4.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
}

/* 1200px - 1365px */
@media (min-width: 1200px) and (max-width: 1365px){
  /* Menu Icon Bar ด้านบน */
  .menubar {
    margin-top: -10px;
    margin-left:30px;
    font-size: 28px;
  }
  .menubar > li {
    margin-left: 0px;
  }
  .navbar-nav > li > a {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dropdown-menu {
    left: 0px;
  }
  /*Icon Navbar*/
  .nav-icon {
    width:40px;
  }
  /* ปุ่มเปลี่ยนภาษา */
  .navbar-default .navbar-nav > li > a.th-lang {
    margin-top: -8px;
    margin-right:50px;
    font-size: 24px;
  }
  .navbar-default .navbar-nav > li.dropdown > ul.en-lang { 
    margin-top: 15px;
    margin-right: 50px;
    width: 80px;
  }
  .dropdown-menu > li > a.en-lang {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #breadcrumb {
    margin-top: 10px;
  }
  #detail-header {
    height: 150px;
    margin-top: 100px;
    background-repeat: no-repeat; background-size:100%;
  }
  .detail-header-en {
    margin-top:42px;
  }
  .detail-header {
    margin-top:35px;
  }
  #industry-header {
    height: 200px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  #sort-header {
    height: 200px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .check-box {
    left: 0;
    top: 0;
  }

  .header-bg1 {
    background-image: url('../../images/details/header-1.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg2 {
    background-image: url('../../images/details/header-2.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg3 {
    background-image: url('../../images/details/header-3.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg4 {
    background-image: url('../../images/details/header-4.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
}

/* 1366px - 1679px */
@media (min-width: 1366px) and (max-width: 1679px){
  /* Menu Icon Bar ด้านบน */
  .menubar {
    margin-top: -8px;
    margin-left:30px;
    font-size: 28px;
  }
  .menubar > li {
    margin-left: 0px;
  }
  .navbar-nav > li > a {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dropdown-menu {
    left: 0px;
  }
  /*Icon Navbar*/
  .nav-icon {
    width:40px;
  }
  /* ปุ่มเปลี่ยนภาษา */
  .navbar-default .navbar-nav > li > a.th-lang {
    margin-top: -8px;
    margin-right:50px;
    font-size: 24px;
  }
  .navbar-default .navbar-nav > li.dropdown > ul.en-lang { 
    margin-top: 15px;
    margin-right: 50px;
    width: 80px;
  }
  .dropdown-menu > li > a.en-lang {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #breadcrumb {
    margin-top: 20px;
  }
  #detail-header {
    margin-top: 120px;
  }
  .detail-header {
    margin-top:30px;
  }
  .detail-header-en {
    margin-top:35px;
  }
  .detail-header-2 {
    margin-top:8px;
  }
  .header-bg1 {
    background-image: url('../../images/details/header-1.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg2 {
    background-image: url('../../images/details/header-2.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg3 {
    background-image: url('../../images/details/header-3.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg4 {
    background-image: url('../../images/details/header-4.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .detail-header {
    margin-top:30px;
  }
  #industry-header {
    height: 250px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .industry-header {
    margin-top:120px;
    border-radius: 16px;
  }
  #sort-header {
    height: 250px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .sort-header {
    margin-top:120px;
    border-radius: 16px;
  }
}

/* 1680px - 1919px */
@media (min-width: 1680px) and (max-width: 1919px){
  /* Menu Icon Bar ด้านบน */
  .menubar {
    margin-top: 0px;
    margin-left:30px;
    font-size: 28px;
  }
  .menubar > li {
    margin-left: 0px;
  }
  .navbar-nav > li > a {
    margin-left: 20px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .dropdown-menu {
    left: 10px;
  }
  /*Icon Navbar*/
  .nav-icon {
    width:40px;
  }
  /* ปุ่มเปลี่ยนภาษา */
  .navbar-default .navbar-nav > li > a.th-lang {
    margin-top: 8px;
    margin-right:50px;
    font-size: 24px;
  }
  .navbar-default .navbar-nav > li.dropdown > ul.en-lang { 
    margin-top: 15px;
    margin-right: 50px;
    width: 80px;
  }
  .dropdown-menu > li > a.en-lang {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #breadcrumb {
    margin-top: 30px;
  }
  #detail-header {
    height: 200px;
    margin-top: 160px;
  }
  .detail-header {
    margin-top:55px;
  }
  .header-bg1 {
    background-image: url('../../images/details/header-1.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg2 {
    background-image: url('../../images/details/header-2.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg3 {
    background-image: url('../../images/details/header-3.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg4 {
    background-image: url('../../images/details/header-4.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  #industry-header {
    height: 200px;
    margin-top: 160px;
    margin-bottom: 10px;
  }
  #sort-header {
    height: 200px;
    margin-top: 160px;
    margin-bottom: 10px;
  }
}

/* 1920px - 2559px */
@media (min-width: 1920px) and (max-width: 2559px){
  /* Menu Icon Bar ด้านบน */
  .menubar {
    margin-top: 5px;
    margin-left:30px;
    font-size: 28px;
  }
  .menubar > li {
    margin-left: 0px;
  }
  .navbar-nav > li > a {
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .dropdown-menu {
    left: 30px;
  }
  /*Icon Navbar*/
  .nav-icon {
    width:50px;
  }
  /* ปุ่มเปลี่ยนภาษา */
  .navbar-default .navbar-nav > li > a.th-lang {
    margin-top: 10px;
    margin-right:50px;
    font-size: 24px;
  }
  .navbar-default .navbar-nav > li.dropdown > ul.en-lang { 
    margin-top: 15px;
    margin-right: 50px;
    width: 80px;
  }
  .dropdown-menu > li > a.en-lang {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #breadcrumb {
    margin-top: 30px;
  }
  #detail-header {
    height: 150px;
    margin-top: 160px;
  }
  .detail-header > .line2 {
    margin-top:10px;
  }
  .detail-header {
    margin-top:30px;
  }
  .header-bg1 {
    background-image: url('../../images/details/header-1.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg2 {
    background-image: url('../../images/details/header-2.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg3 {
    background-image: url('../../images/details/header-3.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg4 {
    background-image: url('../../images/details/header-4.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  #industry-header {
    height: 200px;
    margin-top: 160px;
    margin-bottom: 20px;
  }
  #sort-header {
    height: 200px;
    margin-top: 160px;
  }
}
@media (min-width: 2560px) {
  /* Menu Icon Bar ด้านบน */
  .menubar {
    margin-top: 5px;
    margin-left:30px;
    font-size: 40px;
  }
  .menubar > li {
    margin-left: 0px;
  }
  .navbar-nav > li > a {
    margin-left: 40px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .dropdown-menu {
    left: 30px;
  }
  /*Icon Navbar*/
  .nav-icon {
    width:50px;
  }
  /* ปุ่มเปลี่ยนภาษา */
  .navbar-default .navbar-nav > li > a.th-lang {
    margin-top: 10px;
    margin-right:50px;
    font-size: 24px;
  }
  .navbar-default .navbar-nav > li.dropdown > ul.en-lang { 
    margin-top: 15px;
    margin-right: 50px;
    width: 80px;
  }
  .dropdown-menu > li > a.en-lang {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 25px;
  }
  #breadcrumb {
    margin-top: 30px;
  }
  #detail-header {
    height: 150px;
    margin-top: 160px;
  }
  .detail-header > .line2 {
    margin-top:10px;
  }
  .detail-header {
    margin-top:30px;
  }
  .header-bg1 {
    background-image: url('../../images/details/header-1.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg2 {
    background-image: url('../../images/details/header-2.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg3 {
    background-image: url('../../images/details/header-3.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  .header-bg4 {
    background-image: url('../../images/details/header-4.svg');
    background-repeat: no-repeat;
    background-size:100%;
    height: 150px;
  }
  #industry-header {
    height: 200px;
    margin-top: 160px;
    margin-bottom: 20px;
  }
  #sort-header {
    height: 200px;
    margin-top: 160px;
  }
}