/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
}
body {
/*font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #513700; 
  font-family: 'Roboto', sans-serif;*/
  font-family: "Battambang", sans-serif;
  color:  #040404;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #ffffff00;
  
/*}.kantumruy-pro-<uniquifier> {
  font-family: "Kantumruy Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;*/

}.battambang-thin {
  font-family: "Battambang", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.battambang-light {
  font-family: "Battambang", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.battambang-regular {
  font-family: "Battambang", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.battambang-bold {
  font-family: "Battambang", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.battambang-black {
  font-family: "Battambang", sans-serif;
  font-weight: 900;
  font-style: normal;
}

a {
  color: #ffe600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:hover {
  color: #d1eb73;
  text-decoration: none;
}

/*--------------------------------------------------------------
# My CSS
--------------------------------------------------------------*/
.news-title a {
    color: #000000;
}
div#pills-tabContent {
    min-height: 280px;
}
.news-title {
    color: black;
}
.news-time.text-right {
    color: black;
}
.container {
  max-width: 1300px;
}
#navbar-main {
  position: sticky;
  top: 0;
  background: url(../img/navbar.png) no-repeat;
  z-index: 2;
}
.nav-link {
  color: #fff;
  text-transform: uppercase;
}
.navbar-brand-destop img {
  height: 135px;
  margin: -6px 28px 0;
}
.dropdown-menu {
  background-color: #B8890F;
  border-color: #333 !important;
  border-radius: 0;
  padding: 0;
  left: -50%;
}
.dropdown-item {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  border-bottom: 2px solid #674005;
  padding: 14px 10px;
  text-align: center;
}
.dropdown-item:last-child {border-bottom-width: 0;}
.dropdown-toggle::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/icon-drop.png) no-repeat;
  width: 15px;
  height: 19px;
  background-size: contain;
  border: 0;
  opacity: 0;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown:hover>.dropdown-toggle::after {opacity: 1;}
#banner {
  margin-top: -7%;
}
.banner-main {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 40%;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  background: url(../img/bg-btn.png) no-repeat;
  background-size: contain;
  overflow: hidden;
}
.banner-main a:hover, #myTab li a:hover {
  transform: scale(1.1);
}
.w-lg-60 {
  width: 60%;
}
.w-lg-40 {
  width: 40%;
}
.banner-left, .banner-right {
  display: flex;
}
.banner-left {
  transform: translate(-7px,-4px);
}
.banner-left a:first-child {
  padding-left: 0;
}
.banner-left a {
  padding: 0 2px;
}
.banner-right {
  flex-direction: column;
}
.banner-right a {
  margin-bottom: 10px;
}
.banner-right a:last-child {
  margin-bottom: 0;
}
#news .row.no-gutters .col-12:last-child {
  background: rgba(45, 31, 2, 0.9);
}
.news-right {
  padding: 20px;
}
.news-right .nav-pills .nav-link.active, .news-right .nav-pills .show>.nav-link {
  background: #9A6A00;
  border-radius: 0;
}
.news-right .nav-link {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #FFFFFF;
  text-transform: inherit;
  
}
#news .tab-content ul li .news-title i {
  width: 15px;
  margin-right: 7px;
  float: left;
}
#news .tab-content ul li .news-title span {
  width: calc(100% - 22px);
  float: left;
}
.news-left a img {
  object-fit: cover;
}
.tab-content ul {
  list-style: none;
}
.tab-content ul li {
  font-size: 18px;
  color: #fff;
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
}
.tab-content ul li:last-child {
  margin-bottom: 0;
}
.tab-content ul li .news-title i {
  position: relative;
  top: 1px;
}
.news-time {
  width: 90px;
}
#content {
  color: #000000;
  background: url(../img/bg-body.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#content::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background-color: #00000000;*/
  opacity: .9;
  z-index: -1;
}
.table-custom {
  /* background: url(../img/bg-bxh.png) no-repeat; */
  background-position: bottom;
  padding: 50px;
  background-color: #f9f0d5;
  border: 3px solid #a69353;
}
.table thead th, .table td, .table th {
  border: 0;
  color: #000;
}
#myTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#myTab li a {
  padding: 0;
}
#myTab li a img {
  width: 100px;
  height: 94px;
}
#myTab li a.active, #myTab li a:hover {
  background-color: transparent;
  border-width: 0 !important;
  border-color: transparent;
}
#myTabContent .tab-pane img {
  margin-bottom: 10px;
}
.prevtab, .nexttab {
  position: absolute;
  bottom: 36%;
  cursor: pointer;
}
.prevtab {
  left: -8%;
}
.nexttab {
  right: -8%;
}
#footer {
  background: url(../img/bg-footer.png) no-repeat;
  background-color: #ffffff00;
  opacity: .9;
  background-size: cover;
  position: relative;
  background-position: 50% 52%;
  padding: 30px 0;
}
#footer p {
  font-size: 18px;
  padding-top: 63px;
}
#page-tab .nav-link {
  background: url(../img/active-tabs.png) no-repeat;
  background-color: transparent;
  background-size: contain;
  font-size: 16px;
  font-weight: 500;
  color: #442B04;
  padding: 5px;
  width: 150px;
  height: 30px;
  text-align: center;
}
#page-tab .nav-link.active {
  color: #fff;
  background: url(../img/style-tab.png) no-repeat;
  background-size: cover;
}
.tab-content>.tab-pane, .dmk-content {
  padding: 30px;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
}
.noti {
  color: #9F351B;
  margin-bottom: 20px;
}
.form-group label {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.form-group input {
  color: #515151;
  background: #ffffff;
  /*border-radius: 0px;*/
}
.btn.btn-form {
  color: #fff;
  background: url(../img/menu-logo.png) no-repeat;
  background-size: contain;
  padding: 8px 17px;
  width: 150px;
  height: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.note, .note a {
  color: #0079ff;
  font-size: 18px;
  font-weight: 600;
}
.note a {
  text-decoration: underline;
}
.note img {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  transform: translateY(-1px);
}
.title-form {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  background: linear-gradient(90deg, #442B04 0%, rgba(154, 106, 0, 0) 100%);
  padding: 20px;
  margin-left: -30px;
  margin-bottom: 20px;
}
.menu-item {
  background: url(../img/active-tabs.png) no-repeat;
  background-size: cover;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 5px;
  text-align: center;
}
.menu-item.active {
  background: url(../img/style-tab.png) no-repeat;
  background-size: cover;
}
.menu-item a {
  color: #442B04;
}
.menu-item.active a {
  color: #fff;
}
.napxu-block {
  background: #0a080198;
  border-radius: 32px;
  padding: 20px 10px;
  margin-bottom: 18px;
  text-align: center;
}
.napxu-block .input-group-prepend .input-group-text, .napxu-block .input-group-append .input-group-text {
  background: transparent;
  border: 0;
  color: #674005;
  font-size: 18px;
  font-weight: 600;
}
.napxu-block form input {
  background: #674005;
  border-radius: 18.5px !important;
  color: #fff;
  box-shadow: none;
  border: 0;
  text-align: center;
}
.napxu-block h3 {
  color: #674005;
  font-size: 18px;
  font-weight: 600;
}
.napxu-block button[type=submit] {
  color: #674005;
  font-size: 18px;
  font-weight: 600;
  background: #FFFFFF;
  border-radius: 18.5px;
}
.napxu .note-block .note {
  margin-bottom: 12px;
}
.napxu .note-block .note span {
  color: #FF8A00;
}
.napxu .note-block .note:last-child {margin-bottom: 0;}
.text-yl {
  color: #FFB800;
}

/* Mobile */
@media (min-width: 992px) {
  #navbar-main {
    background-position: 50% -50px;
    background-size: cover;
  }
  .navbar-expand-lg .navbar-collapse {
    align-items: flex-start;
  }
  .navbar-nav {
    margin-top: 18px;
  }
  .navbar-nav:not(.flex-row) {
    margin-left: auto;
  }
  .navbar-nav.flex-row {
    margin-right: auto;
  }
  .navbar-nav li {
    position: relative;
    padding-right: 67px;
  }
  .navbar-nav li:last-child {padding-right: 0;}
  .navbar-nav li:nth-child(n+2):after {
    content: "";
    position: absolute;
    top: 12px;
    left: -41px;
    /*background: url(../img/icon-menu.png);*/
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  .nav-link {
    font-weight: 600;
    font-size: 14px;
  }
  #myTabContent .tab-pane img {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .title-form {width: 50%;}
  .info-account {
    position: absolute;
    right: 0;
    top: -5px;
	background: linear-gradient(272deg, #fffeb5 0%, rgba(134, 73, 73, 0) 100%);
  }
  .tab-menu {
    margin-top: 33px;
  }
  .dmk-content {
    margin-top: 33px;
  }
} 
@media (max-width: 991px) {
  .navbar-collapse {
  /* background-color: #674005; */
	background-color: #333;
    padding: 0 10px;
  }                
  .navbar-brand {
      margin: 0;
      width: 20%;
  }
  .navbar-brand:not(.navbar-brand-destop) img {
    width: 100%;
  }
  .navbar-nav.flex-row {
    flex-direction: column !important;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler-icon {
      color: #fff;
  }
  .row-custom {
    margin-top: -7px;
  }
  .banner-right a {
      margin-bottom: 3px;
  }
  .prevtab, .nexttab {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    float: left;
  }
  .prevtab {
    text-align: right;
  }
  #myTab li a {
    margin-bottom: 15px;
  } 
  .prevtab img, .nexttab img {
    width: 16%;
    padding: 0 5px;
  }
  .info-account {
    text-align: left;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  #page-tab li, #page-tab .nav-link {
    width: 100%;
  }
  #page-tab .nav-link, #page-tab .nav-link.active {
    background-size: cover;
    background-position: 75% 63%;
    margin-bottom: 10px;
  }
  .menu-item {
    font-size: 18px;
    padding: 30px 5px;
  }
}
@media (max-width: 600px) {
  .banner-main {
    bottom: 10%;
    padding: 14px 10px 10px;
    width: 68%;
  }
  .banner-left {
      transform: translate(0,0);
  }
}
th,td{
    border: 1px solid #d12c11;
    padding: 10px 5px;
    /* font-weight: normal; */
    text-align: center;
}

h4,h4 {
    background: url(../img/icon_h4.png) no-repeat left center;
    color: #3C3C3C;
    font-size: 20px;
    line-height: 30px;
    padding-left: 30px;
    margin: 10px auto 5px;
}

table thead tr th {
	background: #A6514E;
	font-weight: bold;
	padding: 7px 10px;
	border: 1px solid #beb59f;
	color:#FFF;
}

.downloadonpostfull {
	background: url(../../files/uploads/images/banner/btn_bandaydu1.png) no-repeat;
}
.downloadonpostfull:hover {
	background: url(../../files/uploads/images/banner/bandaydu2.png) no-repeat;
}

.downloadonpostpath {
	background: url(../../files/uploads/images/banner/banpatch1.png) no-repeat;

}
.downloadonpostpath:hover {
	background: url(../../files/uploads/images/banner/banpatch2.png) no-repeat;

}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  overflow-x: hidden;
}
body {
/*font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #513700; 
  font-family: 'Roboto', sans-serif;*/
  font-family: "Battambang", system-ui;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #ffffff00;
  
/*}.kantumruy-pro-<uniquifier> {
  font-family: "Kantumruy Pro", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;*/

}.battambang-thin {
  font-family: "Battambang", system-ui;
  font-weight: 100;
  font-style: normal;
}

.battambang-light {
  font-family: "Battambang", system-ui;
  font-weight: 300;
  font-style: normal;
}

.battambang-regular {
  font-family: "Battambang", system-ui;
  font-weight: 400;
  font-style: normal;
}

.battambang-bold {
  font-family: "Battambang", system-ui;
  font-weight: 700;
  font-style: normal;
}

.battambang-black {
  font-family: "Battambang", system-ui;
  font-weight: 900;
  font-style: normal;
}

a {
  color: #ffe600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:hover {
  color: #d1eb73;
  text-decoration: none;
}

/*--------------------------------------------------------------
# My CSS
--------------------------------------------------------------*/
.news-title a {
    color: #000000;
}
div#pills-tabContent {
    min-height: 280px;
}
.news-title {
    color: black;
}
.news-time.text-right {
    color: black;
}
.container {
  max-width: 1300px;
}
#navbar-main {
  position: sticky;
  top: 0;
  background: url(../img/navbar.png) no-repeat;
  z-index: 2;
}
.nav-link {
  color: #fff;
  text-transform: uppercase;
}
.navbar-brand-destop img {
  height: 135px;
  margin: -6px 28px 0;
}
.dropdown-menu {
  background-color: #B8890F;
  border-color: #333 !important;
  border-radius: 0;
  padding: 0;
  left: -50%;
}
.dropdown-item {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  border-bottom: 2px solid #674005;
  padding: 14px 10px;
  text-align: center;
}
.dropdown-item:last-child {border-bottom-width: 0;}
.dropdown-toggle::after {
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/icon-drop.png) no-repeat;
  width: 15px;
  height: 19px;
  background-size: contain;
  border: 0;
  opacity: 0;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}
.dropdown:hover>.dropdown-toggle::after {opacity: 1;}
#banner {
  margin-top: -7%;
}
.banner-main {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  z-index: 1;
  width: 40%;
  height: auto;
  padding: 20px;
  margin: 0 auto;
  background: url(../img/bg-btn.png) no-repeat;
  background-size: contain;
  overflow: hidden;
}
.banner-main a:hover, #myTab li a:hover {
  transform: scale(1.1);
}
.w-lg-60 {
  width: 60%;
}
.w-lg-40 {
  width: 40%;
}
.banner-left, .banner-right {
  display: flex;
}
.banner-left {
  transform: translate(-7px,-4px);
}
.banner-left a:first-child {
  padding-left: 0;
}
.banner-left a {
  padding: 0 2px;
}
.banner-right {
  flex-direction: column;
}
.banner-right a {
  margin-bottom: 10px;
}
.banner-right a:last-child {
  margin-bottom: 0;
}
#news .row.no-gutters .col-12:last-child {
  background: rgba(45, 31, 2, 0.9);
}
.news-right {
  padding: 20px;
}
.news-right .nav-pills .nav-link.active, .news-right .nav-pills .show>.nav-link {
  background: #9A6A00;
  border-radius: 0;
}
.news-right .nav-link {
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #FFFFFF;
  text-transform: inherit;
  
}
#news .tab-content ul li .news-title i {
  width: 15px;
  margin-right: 7px;
  float: left;
}
#news .tab-content ul li .news-title span {
  width: calc(100% - 22px);
  float: left;
}
.news-left a img {
  object-fit: cover;
}
.tab-content ul {
  list-style: none;
}
.tab-content ul li {
  font-size: 18px;
  color: #fff;
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
}
.tab-content ul li:last-child {
  margin-bottom: 0;
}
.tab-content ul li .news-title i {
  position: relative;
  top: 1px;
}
.news-time {
  width: 90px;
}
#content {
  color: #ffffff;
  background: url(../img/bg-body.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#content::after {
  /*content: "";*/
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /*background-color: #00000000;*/
  opacity: .9;
  z-index: -1;
}
.table-custom {
  /* background: url(../img/bg-bxh.png) no-repeat; */
  background-position: bottom;
  padding: 50px;
  background-color: #f9f0d5;
  border: 3px solid #a69353;
}
.table thead th, .table td, .table th {
  border: 0;
  color: #000;
}
#myTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#myTab li a {
  padding: 0;
}
#myTab li a img {
  width: 100px;
  height: 94px;
}
#myTab li a.active, #myTab li a:hover {
  background-color: transparent;
  border-width: 0 !important;
  border-color: transparent;
}
#myTabContent .tab-pane img {
  margin-bottom: 10px;
}
.prevtab, .nexttab {
  position: absolute;
  bottom: 36%;
  cursor: pointer;
}
.prevtab {
  left: -8%;
}
.nexttab {
  right: -8%;
}
#footer {
  background: url(../img/bg-footer.png) no-repeat;
  background-color: #ffffff00;
  opacity: .9;
  background-size: cover;
  position: relative;
  background-position: 50% 52%;
  padding: 30px 0;
}
#footer p {
  font-size: 18px;
  padding-top: 63px;
}
#page-tab .nav-link {
  background: url(../img/active-tabs.png) no-repeat;
  background-color: transparent;
  background-size: contain;
  font-size: 14px;
  font-weight: 500;
  color: #442B04;
  padding: 5px;
  width: 150px;
  height: 30px;
  text-align: center;
}
#page-tab .nav-link.active {
  color: #fff;
  background: url(../img/style-tab.png) no-repeat;
  background-size: cover;
}
.tab-content>.tab-pane, .dmk-content {
  padding: 30px;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
}
.noti {
  color: #9F351B;
  margin-bottom: 20px;
}
.form-group label {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
}
.form-group input {
  color: #515151;
  background: #ffffff;
  /*border-radius: 0px;*/
}
.btn.btn-form {
  color: #fff;
  background: url(../img/menu-logo.png) no-repeat;
  background-size: contain;
  padding: 8px 17px;
  width: 150px;
  height: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.note, .note a {
  color: #0079ff;
  font-size: 18px;
  font-weight: 600;
}
.note a {
  text-decoration: underline;
}
.note img {
  width: 14px;
  height: 14px;
  margin-right: 7px;
  transform: translateY(-1px);
}
.title-form {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  background: linear-gradient(90deg, #442B04 0%, rgba(154, 106, 0, 0) 100%);
  padding: 20px;
  margin-left: -30px;
  margin-bottom: 20px;
}
.menu-item {
  background: url(../img/active-tabs.png) no-repeat;
  background-size: cover;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 5px;
  text-align: center;
}
.menu-item.active {
  background: url(../img/style-tab.png) no-repeat;
  background-size: cover;
}
.menu-item a {
  color: #442B04;
}
.menu-item.active a {
  color: #fff;
}
.napxu-block {
  background: #0a080198;
  border-radius: 32px;
  padding: 20px 10px;
  margin-bottom: 18px;
  text-align: center;
}
.napxu-block .input-group-prepend .input-group-text, .napxu-block .input-group-append .input-group-text {
  background: transparent;
  border: 0;
  color: #674005;
  font-size: 18px;
  font-weight: 600;
}
.napxu-block form input {
  background: #674005;
  border-radius: 18.5px !important;
  color: #fff;
  box-shadow: none;
  border: 0;
  text-align: center;
}
.napxu-block h3 {
  color: #674005;
  font-size: 18px;
  font-weight: 600;
}
.napxu-block button[type=submit] {
  color: #674005;
  font-size: 18px;
  font-weight: 600;
  background: #FFFFFF;
  border-radius: 18.5px;
}
.napxu .note-block .note {
  margin-bottom: 12px;
}
.napxu .note-block .note span {
  color: #FF8A00;
}
.napxu .note-block .note:last-child {margin-bottom: 0;}
.text-yl {
  color: #FFB800;
}

/* Mobile */
@media (min-width: 992px) {
  #navbar-main {
    background-position: 50% -50px;
    background-size: cover;
  }
  .navbar-expand-lg .navbar-collapse {
    align-items: flex-start;
  }
  .navbar-nav {
    margin-top: 18px;
  }
  .navbar-nav:not(.flex-row) {
    margin-left: auto;
  }
  .navbar-nav.flex-row {
    margin-right: auto;
  }
  .navbar-nav li {
    position: relative;
    padding-right: 67px;
  }
  .navbar-nav li:last-child {padding-right: 0;}
  .navbar-nav li:nth-child(n+2):after {
    content: "";
    position: absolute;
    top: 12px;
    left: -41px;
    /*background: url(../img/icon-menu.png);*/
    width: 16px;
    height: 16px;
    background-size: cover;
  }
  .nav-link {
    font-weight: 600;
    font-size: 14px;
  }
  #myTabContent .tab-pane img {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .title-form {width: 50%;}
  .info-account {
    position: absolute;
    right: 0;
    top: -5px;
	background: linear-gradient(272deg, #fffeb5 0%, rgba(134, 73, 73, 0) 100%);
  }
  .tab-menu {
    margin-top: 33px;
  }
  .dmk-content {
    margin-top: 33px;
  }
} 
@media (max-width: 991px) {
  .navbar-collapse {
  /* background-color: #674005; */
	background-color: #333;
    padding: 0 10px;
  }                
  .navbar-brand {
      margin: 0;
      width: 20%;
  }
  .navbar-brand:not(.navbar-brand-destop) img {
    width: 100%;
  }
  .navbar-nav.flex-row {
    flex-direction: column !important;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .navbar-toggler-icon {
      color: #fff;
  }
  .row-custom {
    margin-top: -7px;
  }
  .banner-right a {
      margin-bottom: 3px;
  }
  .prevtab, .nexttab {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    float: left;
  }
  .prevtab {
    text-align: right;
  }
  #myTab li a {
    margin-bottom: 15px;
  } 
  .prevtab img, .nexttab img {
    width: 16%;
    padding: 0 5px;
  }
  .info-account {
    text-align: left;
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  #page-tab li, #page-tab .nav-link {
    width: 100%;
  }
  #page-tab .nav-link, #page-tab .nav-link.active {
    background-size: cover;
    background-position: 75% 63%;
    margin-bottom: 10px;
  }
  .menu-item {
    font-size: 18px;
    padding: 30px 5px;
  }
}
@media (max-width: 600px) {
  .banner-main {
    bottom: 10%;
    padding: 14px 10px 10px;
    width: 68%;
  }
  .banner-left {
      transform: translate(0,0);
  }
}
th,td{
    border: 1px solid #d12c11;
    padding: 10px 5px;
    /* font-weight: normal; */
    text-align: center;
}

h4,h4 {
    background: url(../img/icon_h4.png) no-repeat left center;
    color: #3C3C3C;
    font-size: 20px;
    line-height: 30px;
    padding-left: 30px;
    margin: 10px auto 5px;
}

table thead tr th {
	background: #A6514E;
	font-weight: bold;
	padding: 7px 10px;
	border: 1px solid #beb59f;
	color:#FFF;
}

.downloadonpostfull {
	background: url(../../files/uploads/images/banner/btn_bandaydu1.png) no-repeat;
}
.downloadonpostfull:hover {
	background: url(../../files/uploads/images/banner/bandaydu2.png) no-repeat;
}

.downloadonpostpath {
	background: url(../../files/uploads/images/banner/banpatch1.png) no-repeat;

}
.downloadonpostpath:hover {
	background: url(../../files/uploads/images/banner/banpatch2.png) no-repeat;

}


