html body {
  /* font-family: 'Kanit-Medium'; */
}
html body .modal-filter .modal-header {
  border-bottom: 1px solid #4A9EDE;
}
html body .modal-filter .modal-header .modal-title {
  color: #4A9EDE;
  font-size: 16px;
  text-align: center;
  width: 100%;
}
html body .modal-filter .modal-footer {
  font-family: 'Kanit-Light';
}
html body .modal-filter .modal-footer .btn-cancel {
  border: solid 1px #6D6E71;
  color: #6D6E71;
  font-size: 16px;
}
html body .modal-filter .modal-footer .btn-cancel:hover {
  color: #ffffff;
  background-color: #4A9EDE;
  font-size: 16px;
  border: solid 1px #4A9EDE;
}
html body .modal-filter .modal-footer .btn-ok {
  background-color: #4A9EDE;
  font-size: 16px;
  border: solid 1px #4A9EDE;
}
html body .filter-control input[type="checkbox"] {
  display: none;
}
html body .filter-control input[type="checkbox"] + .shipad {
  background-image: url("../img/article/icon/chkb-filter.svg");
  background-size: 16px 20px;
  height: 19px;
  width: 16px;
  display: inline-block;
  padding: 0 0 0 0px;
  margin-bottom: 0;
  cursor: pointer;
}
html body .filter-control input[type="checkbox"]:checked + .shipad {
  background-image: url(../img/article/icon/chkb-filter-checked.svg);
}
html body .filter-control .head {
  border-bottom: solid 1px #98C8E8;
  padding: 20px 0;
}
html body .filter-control .head .title {
  font-size: 16px;
  color: #4A9EDE;
}
html body .filter-control .body .title {
  font-size: 16px;
}
html body .filter-control .body .list .form-check-label {
  font-family: 'Kanit-Light';
  font-size: 16px;
  margin-left: 5px;
}
html body .filter-control .body .list .shipad {
  float: left;
}
html body .filter-control .button {
  /* font-family: 'Kanit-Light'; */
}
html body .filter-control .button .btn-cancel {
  border: solid 1px #6D6E71;
  color: #6D6E71;
  font-size: 16px;
}
html body .filter-control .button .btn-cancel:hover {
  color: #ffffff;
  background-color: #4A9EDE;
  font-size: 16px;
  border: solid 1px #4A9EDE;
}
html body .filter-control .button .btn-ok {
  background-color: #4A9EDE;
  font-size: 16px;
  border: solid 1px #4A9EDE;
}
html body .filter-control-desktop .body .list .form-check-label {
  margin-left: 5px;
  font-size: 16px;
}
html body .filter-control-desktop .button .btn-cancel,
html body .filter-control-desktop .button .btn-ok {
  font-size: 16px;
}
html body .filter-control-desktop .button .btn-cancel:hover,
html body .filter-control-desktop .button .btn-ok:hover {
  font-size: 16px;
}
html body .container .header {
  background: url(../img/article/bg-header.svg) center center;
  background-size: 160%;
  text-align: center;
  padding: 20px 20px 80px 20px;
}
html body .container .header .row1 {
  color: #FFE17D;
  font-size: 16px;
}
html body .container .header .row2 {
  /* font-family: 'Kanit-Light'; */
  color: #ffffff;
  font-size: 16px;
}
html body .container .header-desktop .row1 {
  color: #FFE17D;
  font-size: 16px;
}
html body .container nav {
  margin-top: -60px;
}
html body .container nav .nav-item {
  background-color: #2677B4;
  border-radius: inherit;
  color: #ffffff !important;
  font-size: 16px;
  height: 60px;
  line-height: 45px;
}
html body .container nav .active {
  background-color: #ffffff !important;
  border-radius: 7px 7px 0 0;
  color: #2168B4 !important;
  height: 67px;
  margin-top: -7px;
  line-height: 52px;
}
html body .container .tab-content #nav-child .mobile-filter .btn-filter {
  background-color: #3990D3;
}
html body .container .tab-content #nav-child .mobile-filter .btn-filter .icon {
  background-size: 160%;
  background: url(../img/article/icon/filter.svg) center center;
  display: inline-block;
  height: 19px;
  margin: 0 5px 0;
  width: 18px;
}
html body .container .tab-content #nav-child .mobile-filter .btn-filter .text {
  line-height: 19px;
  font-size: 16px;
}
html body .container .tab-content #nav-child .mobile-filter .btn-filter-order {
  background-color: #3990D3;
}
html body .container .tab-content #nav-child .mobile-filter .btn-filter-order .icon {
  background-size: 160%;
  background: url(../img/article/icon/filter-order.svg) center center;
  display: inline-block;
  height: 15px;
  width: 14px;
}
html body .container .tab-content #nav-child .mobile-filter .tooltip-order {
  display: none;
  background: url(../img/article/bg-filter-order.png) top left;
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 15px;
  width: 175px;
  height: 200px;
  z-index: 1;
}
html body .container .tab-content #nav-child .mobile-filter .tooltip-order input[type="radio"] {
  display: none;
}
html body .container .tab-content #nav-child .mobile-filter .tooltip-order input[type="radio"] + .shipad {
  background-image: none;
  height: 10px;
  width: 14px;
  display: inline-block;
  padding: 0 0 0 0px;
  margin-bottom: 0;
  cursor: pointer;
}
html body .container .tab-content #nav-child .mobile-filter .tooltip-order input[type="radio"]:checked + .shipad {
  background-image: url(../img/article/icon/radio-order-checked.svg);
}
html body .container .tab-content #nav-child .mobile-filter .tooltip-order .title {
  border-bottom: solid 1px #CDCECE;
  margin: 0 4px;
  padding: 12px;
  position: relative;
}
html body .container .tab-content #nav-child .mobile-filter .tooltip-order .body {
  padding: 0 12px 12px 12px;
}
html body .container .tab-content #nav-child .mobile-filter .tooltip-order .body .form-check-label {
  margin-left: 5px;
}

html body .container .tab-content #nav-adult .mobile-filter .btn-filter {
  background-color: #3990D3;
}
html body .container .tab-content #nav-adult .mobile-filter .btn-filter .icon {
  background-size: 160%;
  background: url(../img/article/icon/filter.svg) center center;
  display: inline-block;
  height: 19px;
  margin: 0 5px 0;
  width: 18px;
}
html body .container .tab-content #nav-adult .mobile-filter .btn-filter .text {
  line-height: 19px;
}
html body .container .tab-content #nav-adult .mobile-filter .btn-filter-order {
  background-color: #3990D3;
}
html body .container .tab-content #nav-adult .mobile-filter .btn-filter-order .icon {
  background-size: 160%;
  background: url(../img/article/icon/filter-order.svg) center center;
  display: inline-block;
  height: 15px;
  width: 14px;
}
html body .container .tab-content #nav-adult .mobile-filter .tooltip-order {
  display: none;
  background: url(../img/article/bg-filter-order.png) top left;
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 15px;
  width: 175px;
  height: 200px;
}
html body .container .tab-content #nav-adult .mobile-filter .tooltip-order input[type="radio"] {
  display: none;
}
html body .container .tab-content #nav-adult .mobile-filter .tooltip-order input[type="radio"] + .shipad {
  background-image: none;
  height: 10px;
  width: 14px;
  display: inline-block;
  padding: 0 0 0 0px;
  margin-bottom: 0;
  cursor: pointer;
}
html body .container .tab-content #nav-adult .mobile-filter .tooltip-order input[type="radio"]:checked + .shipad {
  background-image: url(../img/article/icon/radio-order-checked.svg);
}
html body .container .tab-content #nav-adult .mobile-filter .tooltip-order .title {
  border-bottom: solid 1px #CDCECE;
  margin: 0 4px;
  padding: 12px;
  position: relative;
}
html body .container .tab-content #nav-adult .mobile-filter .tooltip-order .body {
  padding: 0 12px 12px 12px;
}
html body .container .tab-content #nav-adult .mobile-filter .tooltip-order .body .form-check-label {
  margin-left: 5px;
}

html body .container .tab-content .tags .tag {
  /* font-family: 'Kanit-Light'; */
  border-radius: 5px;
  border: solid 1px #A2A2A4;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 10px 0;
  padding: 5px 18px;
}
html body .container .tab-content .tags .tag .btn-close {
  background-size: 160%;
  background: url(../img/article/icon/tag-btn-close.svg) center center;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  height: 8px;
  margin: 0 0 0 10px;
  width: 8px;
}
html body .container .tab-content .head-title {
  font-family: 'Kanit-Regular';
  font-size: 16px;
}
html body .container .tab-content .description {
  background-color: #F8FBFE;
  border-radius: 6px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 10px 40px 20px;
  position: relative;
}
html body .container .tab-content .description .display-date .date {
  /* font-family: 'Kanit-Light'; */
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}
html body .container .tab-content .description .display-date .date .icon {
  background-size: 160%;
  background: url(../img/article/icon/date.svg) center center;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin-right: 3px;
}
html body .container .tab-content .description .display-date .views {
  /* font-family: 'Kanit-Light'; */
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}
html body .container .tab-content .description .display-date .views .icon {
  background-size: 160%;
  background: url(../img/article/icon/views.svg) center center;
  display: inline-block;
  height: 10px;
  width: 16px;
  margin-right: 3px;
}
html body .container .tab-content .description .text {
  font-size: 16px;
  cursor: pointer;
}
html body .container .tab-content .description .text:hover {
  color: #4A9EDE;
  text-decoration: underline;
}
html body .container .tab-content .display-list .right .desktop-filter .btn-filter-order {
  color: black;
  font-family: 'Kanit-Regular';
}
html body .container .tab-content .display-list .right .desktop-filter .btn-filter-order .icon {
  background-size: 160%;
  background: url(../img/article/icon/filter-order-black.svg) center center;
  display: inline-block;
  height: 15px;
  width: 14px;
}
html body .container .tab-content .display-list .right .desktop-filter .tooltip-order {
  display: none;
  background: url(../img/article/bg-filter-order.png) top left;
  font-size: 16px;
  margin-top: 2px;
  position: absolute;
  right: 15px;
  width: 175px;
  height: 200px;
  z-index: 1;
}
html body .container .tab-content .display-list .right .desktop-filter .tooltip-order input[type="radio"] {
  display: none;
}
html body .container .tab-content .display-list .right .desktop-filter .tooltip-order input[type="radio"] + .shipad {
  background-image: none;
  height: 10px;
  width: 14px;
  display: inline-block;
  padding: 0 0 0 0px;
  margin-bottom: 0;
  cursor: pointer;
}
html body .container .tab-content .display-list .right .desktop-filter .tooltip-order input[type="radio"]:checked + .shipad {
  background-image: url(../img/article/icon/radio-order-checked.svg);
}
html body .container .tab-content .display-list .right .desktop-filter .tooltip-order .title {
  border-bottom: solid 1px #CDCECE;
  margin: 0 4px;
  padding: 12px;
  position: relative;
}
html body .container .tab-content .display-list .right .desktop-filter .tooltip-order .body {
  padding: 0 12px 12px 20px;
}
html body .container .tab-content .display-list .right .desktop-filter .tooltip-order .body .form-check-label {
  margin-left: 0px;
}
html body .container .tab-content .display-list .right .desktop-order {
  /* font-family: 'Kanit-Light'; */
}
html body .container .tab-content .display-list .right .list .display-date .date {
  /* font-family: 'Kanit-Light'; */
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
html body .container .tab-content .display-list .right .list .display-date .date .icon {
  background-size: 160%;
  background: url(../img/article/icon/date.svg) center center;
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 3px;
}
html body .container .tab-content .display-list .right .list .display-date .views {
  /* font-family: 'Kanit-Light'; */
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}
html body .container .tab-content .display-list .right .list .display-date .views .icon {
  background-size: 160%;
  background: url(../img/article/icon/views.svg) center center;
  display: inline-block;
  height: 10px;
  width: 16px;
  margin-right: 3px;
}
html body .container .tab-content .display-list .right .list .text {
  font-size: 16px;
  cursor: pointer;
}
html body .container .tab-content .display-list .right .list .text:hover {
  color: #4A9EDE;
  text-decoration: underline;
}
html body .container .more {
  font-family: 'Kanit-Light';
}
.header-desktop label{
  font-size: 20px;
}
@media (max-width: 991.98px) {
  html body .container .tab-content .display-list .right .list {
    border-bottom: solid 1px #EAEAEA;
  }
}
@media (max-width: 575.98px) {
  html body {
    padding: 0;
    overflow-x: hidden;
  }
  html body .container {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }
  html body .container .tab-content {
    padding: 0 18px;
  }
  html body .container .tab-content .description {
    margin-top: -40px;
    margin-right: 30px;
    margin-left: 30px;
  }
  html body .container .tab-content .description .display-date .date {
    font-size: 12px;
  }
  html body .container .tab-content .description .display-date .views {
    font-size: 12px;
  }
}
