@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
	font-family: 'webfont';
	src: url('../assets/css/fonts/DB Heavent v3.2.1.eot');
	src: local('☺'), url('../assets/css/fonts/DB Heavent v3.2.1.woff') format('woff'), url('../assets/css/fonts/DB Heavent v3.2.1.ttf') format('truetype'), url('../assets/css/fonts/DB Heavent v3.2.1.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'webfont2';
	src: url('../assets/css/fonts/DB Heavent Bd v3.2.1.eot');
	src: local('☺'), url('../assets/css/fonts/DB Heavent Bd v3.2.1.woff') format('woff'), url('../assets/css/fonts/DB Heavent Bd v3.2.1.ttf') format('truetype'), url('../assets/css/fonts/DB Heavent Bd v3.2.1.svg') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'WebFont3';
	src: url('../assets/css/fonts/DB Helvethaica X Thin v3.2.eot');
	src: local('☺'), url('../assets/css/fonts/DB Helvethaica X Thin v3.2.woff') format('woff'), url('../assets/css/fonts/DB Helvethaica X Thin v3.2.ttf') format('truetype'), url('../assets/css/fonts/DB Helvethaica X Thin v3.2.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

*,
body {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
  font-style: normal;
}
body {
  background-color: #f0f0f0;
}
.header_desktop {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.headerDesktopTop {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #fe8705;
  padding-left: 150px;
  padding-right: 25px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.headerDesktopTop .headerTitle .titleTop {
  font-size: 28px;
  letter-spacing: -0.015em;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 22px;
  font-weight: 300;
  margin-top: 4px;
}
.headerDesktopTop .headerTitle .titleTop span {
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
}
.headerDesktopTop .headerTitle .subTitleTop {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
}
.headerDesktopTop .headerRight {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.txtLinkFAQ {
  font-style: normal;
  font-style: 18px;
  color: #ffffff;
  font-weight: 300;
}
.txtLinkFAQ:hover {
  color: #ffffff;
  text-decoration: underline;
}
.btn.btnLang {
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 0;
  margin-left: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 0;
  padding-top: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.btn.btnLang img {
  margin-right: 5px;
  margin-top: 3px;
}
.form-control.inputSearchNav {
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  margin: 0 0;
  margin-left: 10px;
  border-color: transparent;
  border-radius: 24px;
  background-image: url("../images/iconSearch.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 16px;
  transition: width 500ms ease-in-out;
}
.form-control.inputSearchNav:focus {
  width: 200px;
  border-radius: 100px;
  box-shadow: none;
  background-position: right 15px center;
}
.makeHide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 126px;
  overflow: hidden;
  transition: width 500ms ease-in-out;
  height: 48px;
}
.makeHide.hide {
  width: 0;
  transition: width 500ms ease-in-out;
}
.boxSizeFont {
  margin-left: 10px;
  background-color: #ffffff;
  border-radius: 24px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.btn.btnFont {
  box-shadow: none;
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 0;
  border-radius: 15px;
  margin: 5px 5px;
  line-height: 10px;
}
.btn.btnFont:hover {
  background-color: #fe8705;
}
.btn.btnFont.fontSmall {
  font-size: 16px;
}
.btn.btnFont.fontMed {
  font-size: 20px;
}
.btn.btnFont.fontLarg {
  font-size: 24px;
}
.btn.btnNavLogin {
  background-color: #ffffff;
  border-radius: 24px;
  margin: 0 0;
  margin-left: 10px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  padding: 0 22px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.btn.btnNavLogin:hover {
  color: #fe8705;
}
.imgcallingNavDesktop {
  width: auto;
  height: 43px;
  margin-left: 10px;
}
.headerDesktopBottom {
  height: 69px;
  background-color: #ffffff;
  padding-left: 150px;
}
.headerDesktopBottom .ulNavDesktop {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.headerDesktopBottom .ulNavDesktop li.linkNavDesktop,
.headerDesktopBottom .ulNavDesktop li.linkNavDesktop a {
  height: 70px;
  color: #000000;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -1px;
}
.headerDesktopBottom .ulNavDesktop li.linkNavDesktop {
  border-bottom: 1px solid #ffffff;
  margin-right: 15px;
  position: relative;
}
.headerDesktopBottom .ulNavDesktop li.linkNavDesktop:last-child {
  margin-right: 0;
}
.headerDesktopBottom .ulNavDesktop li.linkNavDesktop.hasDropdown {
  padding-right: 15px;
  background-image: url("../images//arrowDropdown.png");
  background-size: 8px auto;
  background-position: right 3px top 34px;
  background-repeat: no-repeat;
}
.headerDesktopBottom .ulNavDesktop li.linkNavDesktop:hover {
  border-bottom: 1px solid #fe8705;
}
.headerDesktopBottom .ulNavDesktop li.linkNavDesktop .listDropDownNav {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  min-width: 216px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(162, 175, 184, 0.4);
  border-radius: 0px 0px 10px 10px;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
  z-index: 99;
}
.headerDesktopBottom .ulNavDesktop li.linkNavDesktop:hover .listDropDownNav {
  display: flex;
}
.headerDesktopBottom
  .ulNavDesktop
  li.linkNavDesktop
  .listDropDownNav
  a.linkdrowdown {
  display: flex;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #e7edff;
  padding-left: 15px;
  padding-right: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
  font-size: 16px;
  white-space: nowrap;
}
.headerDesktopBottom
  .ulNavDesktop
  li.linkNavDesktop
  .listDropDownNav
  a.linkdrowdown:hover {
  background-color: #fe8705;
  color: #ffffff;
}
.headerDesktopBottom
  .ulNavDesktop
  li.linkNavDesktop
  .listDropDownNav
  a.linkdrowdown:last-child {
  border-bottom: none;
}
.header_desktop .logoNavDesktop {
  width: 89px;
  position: absolute;
  top: 13px;
  left: 30px;
}
.animated-icon2 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon2 span {
  background: #000000;
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
  top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
  top: 10px;
}

.animated-icon2 span:nth-child(4) {
  top: 20px;
}

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.header_mobile nav.navbar {
  background-color: #fe8705;
  padding: 0 0;
}
.header_mobile nav.navbar .boxNavbarMobile {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.header_mobile nav.navbar .navbar-brand {
  width: 80%;
}
.navbar-brand p {
  white-space: normal;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0; color: #FFF;
}
.navbar-brand p .logoMobile {
  float: left;
  width: 60px;
  margin-right: 8px;
}
.navbar-brand p .titleSubMobileNav {
  font-size: 14px;
}
.navbar-brand p .subMobileNav {
  font-size: 11px;
  line-height: 10px;
}
.boxMenuMobile {
  width: 100%;
  background-color: #000000;
}
.boxMenuMobile .btn.btnlangMobile {
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
  font-size: 18px;
  min-height: 58px;
  width: 100%;
  margin: 0 0;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
  text-align: left;
}
.boxMenuMobile .btn.btnlangMobile img {
  margin-right: 10px;
  margin-bottom: 5px;
  width: 20px;
  height: auto;
}
#accordionNavMobile .card {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}
#accordionNavMobile .card .card-header {
  padding: 0 0 !important;
  height: 58px;
}
#accordionNavMobile .card .card-header button.btn.btn-link {
  text-align: left;
  color: #fe8705;
  padding-left: 20px;
  padding-right: 25px;
  min-height: 58px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  margin: 0 0;
  font-size: 18px;
  background-image: url("../images/arrowUpMobile.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  font-weight: 300;
}
#accordionNavMobile .card .card-header a.btn.btn-link {
  text-align: left;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 25px;
  min-height: 58px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  margin: 0 0;
  font-size: 18px;
  font-weight: 300;
}
#accordionNavMobile .card .card-header button.btn.btn-link.collapsed {
  color: #ffffff;
  background-image: url("../images/arrowDownMobile.png");
}
#accordionNavMobile .card .card-body {
  padding: 0px 30px;
}
#accordionNavMobile .ulNavMobile {
  list-style: none;
  padding-left: 0;
}
#accordionNavMobile .ulNavMobile li {
  padding-left: 12px;
  background-image: url("../images/arrowRight.png");
  background-repeat: no-repeat;
  background-position: center left;
  width: 100%;
  margin-bottom: 0.25rem;
}
#accordionNavMobile .ulNavMobile li a {
  width: 100%;
  color: #ffffff;
}
.navbar-toggler.second-button.collapsed {
  background-color: transparent;
}
.navbar-toggler.second-button {
  background-color: #ffb059;
  height: 50px;
}
.boxMenuMobile .bottomBoxMenuMobile {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.boxMenuMobile .bottomBoxMenuMobile .btnBottomBoxMenuMobile {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  background-color: #fe8705;
  border-radius: 100px;
}
.sectionBanner {
  position: relative;
}
.sectionBanner .boxAnnounce {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.sectionBanner .boxAnnounce .iconAnnounce {
  width: 24px;
  margin-right: 10px;
}
.sectionBanner .boxAnnounce .boxDetailAnnounce {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.txtAnnounce {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.txtAnnounce a { color: #ffffff;}
.sectionContent {
  position: relative;
}
.sectionContent .detailContent {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.sectionContent .detailContent:nth-child(even) {
  background-color: #f0f0f0;
}
.sectionContent .detailContent:nth-child(odd) {
  background-color: #ffffff;
}
.detailContent .txtTitleSectionDetailContent {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  margin-bottom: 0;
  text-align: center; margin: 0 0 10px 0;
}
.detailContent .txtTitleSectionDetailContent span {
  font-weight: 500;
  color: #fe8705;
}
.detailContent .txtSubSectionDetailContent {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
.for16-9 {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.for16-9 .img-16-9 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.for16-9 .img-16-9-2 {
  position: absolute;
  top: 65%;
  left: 50%;
  /*width: 100%;
  height: 100%;*/
  transform: translate(-50%, -50%);
}
.txtTitleCardContent {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
.txtTitleCardContent a { color: #212529;}
.txtTitleCardContent a img { display: inline !important; width: auto !important;}

.timeCardContent {
  font-size: 16px;
  color: #fe8705;
  font-weight: 300;
  background-image: url("../images/iconTime.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto;
  padding-left: 22px;
}
.btn.btnSectionContent {
  background-color: #fe8705;
  color: #ffffff;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  border-radius: 100px;
  font-size: 16px;
}
.btn.btnLinkAll {
  padding: 0 0;
  margin: 0 0;
  box-shadow: none;
}
.btn.btnLinkAll img {
  margin-left: 5px;
  width: 15px;
  margin-bottom: 3px;
}
.btn.btnLinkAll span {
  font-size: 16px;
}
.btn.btnPrev {
  position: absolute;
  top: calc(35%);
  left: 0;
  width: 40px;
  height: 40px;
  padding: 0 0;
  margin: 0 0;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #f7f7f7;
  box-sizing: border-box;
}
.btn.btnNext {
  position: absolute;
  top: calc(35%);
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0 0;
  margin: 0 0;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #f7f7f7;
  box-sizing: border-box;
}
.owl-theme.carouselIndex .owl-dots .owl-dot span {
  background-color: #fe8705;
}
.owl-theme.carouselIndex .owl-dots .owl-dot.active span,
.owl-theme.carouselIndex .owl-dots .owl-dot:hover span {
  background-color: rgba(34, 34, 34, 0.5);
}
.cardIndexCarousel {
  width: 180px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 1rem;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}
.cardIndexCarousel img.imgArrow {
  width: 25px;
  margin-bottom: 0.5rem;
}
.cardIndexCarousel .titleCardIndexCarousel {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.cardIndexCarousel .subTitleCardIndexCarousel {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.sectionSubscribe {
  background-color: #fe8705;
  padding-top: 30px;
  padding-bottom: 30px;
}
.subscribeQR {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.subscribeQR .qrcode {
  margin-right: 15px;
}
.subscribeQR .txtSubscribe {
  margin-bottom: 0;
  margin-right: 15px;
}
.subscribeQR .txtSubscribe .title {
  font-size: 30px;
  font-weight: 500;
  color: #222222;
}
.subscribeQR .txtSubscribe .subTitle {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
}
.boxInputSubscribe{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.boxInputSubscribe form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%; width: 90%;
}
.form-control.inputSubscribe{
  border-radius: 100px;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: 5px;
  border: none;
}
.btn.btnSubmitSubscribe{
  width: 50px!important;
  height: 50px;
  padding: 0 0;
  margin: 0 0;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
}
.footerStyle{
  background-color: #222222;
  padding: 30px;
}
.footerStyle .titleFooter{
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 400;
}
.footerStyle .subTitleFooter{
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.footerStyle .addressFooter{
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.btn.btnFacebookFooter{
  box-shadow: none;
  padding: 0 0;
  margin: 0 0;
  font-size: 18px;
  color: #ffffff;
}
.btn.btnFacebookFooter img{
  margin-right: 10px;
}
.linkFooter{
  display: block;
  width: 100%;
  font-size: 16px;
  padding-left: 18px;
  background-image: url('../images/arrowFooter.png');
  background-repeat: no-repeat;
  background-position: left center;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.linkFooter:hover{
  color: #ffffff;
}
.callingFooter{
  width: 100%;
  max-width: 250px;
}
.btn.btnLinkMapFooter{
  background-color: #fe8705;
  color: #ffffff;
  font-size: 18px;
  border-radius: 100px;
  margin: 0.75rem 0;
}
.txtCopyRightFooter{
  font-size: 14px;
  color: #acabaa;
  margin-bottom: 0;
  text-align: center;
}
.FlaotAd_1 {position:fixed;z-index:1000; top:100px; right:10px; width:800px;}
.FlaotAd_1 .floadclose {text-align:left; color:#FFF; font-weight:normal; height:30px; line-height:30px; background:#252525; padding:0 0 0 10px;font-family:"Kanit"; font-size:18pt; font-style:normal;}
.FlaotAd_1 .floadclose a.Fclose { background:url(../images/float/close_30.png) center center; display:block; float:right; width:30px; height:30px;}
.FlaotAd_1 .floadclose span { color:#f99607}
.FlaotAd_1 .floadbg { width:800px; font-size: 16px;/*border:2px solid #ffa800; padding:1px;*/}
.FlaotAd_1 .floadbg * { font-size: 16px !important;}
.FlaotAd_2 {position:fixed;z-index:1000; top:100px; left:10px; width:800px;}
.FlaotAd_2 .floadclose { text-align:left; color:#FFF; font-weight:normal; height:30px; line-height:30px; background:#252525; padding:0 10px 0 0;font-family:"Kanit"; font-size:18pt; font-style:normal;}
.FlaotAd_2 .floadclose a.Fclose { background:url(../images/float/close_30.png) center center; display:block; float:left; width:30px; height:30px; margin-right:10px;}
.FlaotAd_2 .floadclose span { color:#f99607}
.FlaotAd_2 .floadbg { width:800px; font-size: 16px; /*border:2px solid #ffa800; padding:1px;*/}
.FlaotAd_2 .floadbg * { font-size: 16px !important;}

.ajax-loader {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0px;
  z-index: +10000 !important;
  width: 100%;
  height: 100%;
}
.ajax-loader img {
  position: relative;
  top: 50%;
  left: 50%;
}

.sp-box-nav {padding:5px 0; position:relative; z-index:1;}
.sp-box-nav ul.sp-nav { list-style:none; padding:0; margin:0; display: flex;flex-wrap: wrap; align-items: baseline; justify-content: flex-start;}
.sp-box-nav ul.sp-nav li {  margin:0 1px; width:auto;}
.sp-box-nav ul.sp-nav li::after {content: ">"; font-family: 'webfont'; font-weight:normal; color:#fff; font-size:18px;}
.sp-box-nav ul.sp-nav li.none::after {content: none;}
.sp-box-nav ul.sp-nav li a { font-family: 'webfont'; font-size:18px; line-height:16px; font-weight: bold;color:#fff; padding:2px 5px; cursor:pointer;}
.sp-box-nav ul.sp-nav li a:hover { color:#f99608;}
.sp-box-nav ul.sp-nav li a.active { color:#f99608;}

@media screen and (max-width: 767px) {
  .sectionBanner .boxAnnounce {
    position: relative;
    background-color: rgba(0, 0, 0, 1);
  }
  .detailContent .txtTitleSectionDetailContent {
    font-size: 30px;
  }
  .detailContent .txtSubSectionDetailContent {
    font-size: 16px;
  }
  .btn.btnPrev,
  .btn.btnNext {
    display: none;
  }
  .subscribeQR{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .subscribeQR .txtSubscribe{
    margin-top: 0.5rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .FlaotAd_1 { width: 95% !important; height: auto !important;}
  .FlaotAd_1 .floadbg { font-size: 14px !important; width: 100% !important; height: auto !important;}
  .FlaotAd_1 .floadbg * { font-size: 14px !important;}
  .FlaotAd_2 { width: 95% !important; height: auto !important;}
  .FlaotAd_2 .floadbg { font-size: 14px !important; width: 100% !important; height: auto !important;}
  .FlaotAd_2 .floadbg * { font-size: 14px !important;}
}
@media screen and (min-width: 768px) {
  .navbar-brand p {
    font-size: 24px;
  }
  .navbar-brand p .titleSubMobileNav {
    font-size: 18px;
  }
  .navbar-brand p .subMobileNav {
    font-size: 14px;
  }
  .header_mobile nav.navbar .navbar-brand {
    width: 400px;
  }
  .carouselIndex .owl-stage-outer {
    /*margin-left: 120px;*/
  }
  .owl-theme.carouselIndex .owl-nav {
    position: relative;
    top: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*width: 120px;*/
  }
  .owl-theme.carouselIndex .owl-dots {
    margin-top: 15px;
  }
  .owl-carousel.carouselIndex .owl-nav button.owl-next,
  .owl-carousel.carouselIndex .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background-color: #000000;
    color: #ffffff;
    font-size: 30px;  position: absolute;top: -70px;
  }
  .owl-carousel.carouselIndex .owl-nav button.owl-next { right: -55px;}
  .owl-carousel.carouselIndex .owl-nav button.owl-prev { left: -55px;}

}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .txtTitleCardContent {
    font-size: 16px;
  }
  .timeCardContent {
    font-size: 14px;
    background-size: 14px auto;
  }
  .btn.btnPrev,
  .btn.btnNext {
    top: 25%;
  }
}
@media screen and (max-width: 1199px) {
  .header_desktop {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header_mobile {
    display: none;
  }
  .sectionBanner .boxAnnounce {
    padding-left: 150px;
    padding-right: 150px;
  }
}
