:root{
  --calendar-bg:linear-gradient(
  160deg,
  rgba(217, 244, 250, 0),
  rgba(217, 244, 250, 1)
);
--calendar-text-color:rgb(0, 44, 54);
--calendar-btn-bg:linear-gradient(
  160deg,
  rgba(255, 243, 205, 0),
  #183153
),#ffffff;  ;
--calendar-bg:linear-gradient(
    160deg,
    rgba(255, 243, 205, 0),
    #183153
  ),#ffffff;  
 
  --border-color:#ffeeb8
}
body, html {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 15px;
  width: 100% !important;
  height: 100% !important;
  background-color: #fff;
}
@font-face {
  font-family: RobotoBold;
  src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'UVF Lavanderia Regular'; /*a name to be used later*/
  src: url('../fonts/fonts/UVF-Lavanderia-Regular.ttf'); /*URL to font*/
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
}
ul, ol {
  padding-left: 20px
}
hr {
  height: 1px;
  width: 50%;
  text-align: center;
  position: relative;
  background: #CCC;
  margin-bottom: 15px;
  border: 0;
}


/* Navigation */
#nav-maintop-top-nav {
  padding: 10px;
  transition: all 0.8s;
  border-bottom: 1px solid #eaeaea;
  box-shadow: 0px 4px 8px rgb(0 0 0 / 7%);

}
.navbar-toggle {
  border-color: #3fc997 !important;
  position: relative;
  float: right;
  padding: 5px 4px;
  margin-top: -2px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #3fc997 !important;
}
 
#logo {
  width: 200px;
}
@media only screen and (max-width: 479px) {
  #logo {
    width: 100px;
  }
  #menu {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 600px) {
   
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.detail-page-text h1 {font-size: 20px;}
.detail-page-text h2 {font-size: 18px;}
.detail-page-text h3 {font-size: 16px;}
.detail-page-text h4 {font-size: 14px;}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title h2::after {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  height: 4px;
  width: 60px;
  bottom: 0;
  margin-left: -30px;
  left: 50%;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Menu */
.horizontal-menu-wrapper {
  height: 40px;
}
.horizontal-menu {
  background: none;
  position: relative;
  width: 100%;
  /* background: #1152c7; */
}
.navigation .navbar {
  position: static;
  border: none;
  -webkit-box-shadow: 0 0 0 transparent;
  -ms-transform: 0 0 0 transparent;
  -o-transform: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  min-height: 40px;
  margin:0
}
.navigation .navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  position: static;
  display: block !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navigation .navbar .navbar-collapse .main-nav {
  position: relative;
  margin: 0 auto;
  border-radius: 0 0px 0px 0px;
  -moz-border-radius: 0 0px 0px 0px;
  -webkit-border-radius: 0 0px 0px 0px;
  border: none;
  /* background: #1152c7; */
  border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -webkit-border-radius: 0px 0px 0 0;
  width: 100%;
  max-width: 1150px;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-nav li .nav-home i {
  font-size: 30px;
}
 
.navigation .navbar .navbar-collapse .main-nav > li {
  display: inline-block;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px;
  position: relative;
  text-transform: uppercase;
}

.navigation .navbar .navbar-collapse .main-nav li:last-child {
  border-right: 0;
}

#mainSub > li {
  list-style: none;
}
#mainSub > li > a:hover {
  color:#006e33
}
.navigation .navbar .navbar-collapse .main-nav > li > a {
  font-size: 18px;
  display: inline-block;
  text-decoration: none;
  line-height: 40px;
  padding: 0 5px;
  font-weight: 400;
  /* color: #247457; 2f80ed*/
  color:#c20000;
  /* font-family: "Roboto Condensed", sans-serif; */
  font-family: RobotoBold;
  font-weight: 700;
  position: relative;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
/*Begin Main Nav*/
.main-nav {
  position: relative;
  z-index: 1001;
}
.main-nav > ul {
  font-size: 0;
  list-style: outside none none;
  padding: 0;
  margin: 0;
  position: relative;
}
.main-nav > ul > li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
.main-nav > ul > li > a {
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  padding: 0 15px;
  position: relative;
  text-transform: uppercase;
}
.main-nav > ul > li.menu-item-has-children > a::after,
.main-nav > ul > li.has-mega-menu > a::after {
  content: "\f107";
  font-family: fontAwesome;
  margin-left: 5px;
  font-weight: 400;
}
.main-nav li.menu-item-has-children {
  position: relative;
}
.main-nav li.menu-item-has-children:hover > .sub-menu {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.main-nav .sub-menu {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  left: 0;
  list-style: outside none none;
  margin: 30px 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 200px;
  z-index: 999;
  text-align: left;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
}
.main-nav > ul > li .sub-menu > li {
  padding: 0 20px;
}
.main-nav > ul > li .sub-menu > li > a {
  border-top: 1px solid #e5e5e5;
  display: block;
  padding: 10px 0;
  position: relative;
  text-transform: capitalize;
}
.main-nav > ul > li .sub-menu > li:first-child > a {
  border: none;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a {
  padding-right: 10px;
  position: relative;
}
.main-nav > ul > li .sub-menu > li.menu-item-has-children > a::after {
  content: "\f105";
  font-family: "fontAwesome";
  position: absolute;
  right: 0;
  top: 11px;
}
.main-nav > ul > li.menu-item-has-children li.menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0;
}
.main-nav > li:hover > .mega-menu {
  display: block;
}
.main-nav li ul li a {
  display: block;
  white-space: nowrap;
  color:#000;
  font-size: 14px;
  width: 100%;
  flex-direction: row;
  padding: 5px 20px;
}
.main-nav > li > .mega-menu > li > a {
  line-height: 22px;

}
.menu-mobile-nav {
  align-items: center;  justify-content: space-between; flex-direction: row;
}
.menu-mobile-nav a {
  color: #247457;
}
.menu-mobile-nav img {
  height: 30px;
  width: auto;
}
@media (min-width: 800px) {
  #menu-navi-mobile {display: none;}
  .main-nav > li > .mega-menu  {
      display: none;
      position: absolute;
      background-color: #fff;
      /* width: 100%; */
      padding: 0;
      background: #fff;
      box-shadow: 0 0 20px rgba(75,75,75,.3);
      padding: 10px 0;

      min-height: 100%;
 
      z-index: 999;
  }
}
/*Sub menu */

/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/intro-bg.jpg) center center no-repeat;
  background-color: #e5e5e5;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0,0,0,0.2);
}
.intro h1 {
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-size: 82px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.intro h1 span {
  font-weight: 800;
  color: #5ca9fb;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto;
  margin-bottom: 60px;
}
header .intro-text {
  padding-top: 350px;
  padding-bottom: 200px;
  text-align: center;
}
.hightline-ngayam {
  border: 1px solid #ccc;
  color: #c20000;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 10px;
      display: initial;
}
.hightline-giohientai {
  border: 1px solid #ccc;
  color: #008000;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 10px;
      display: initial;
}
.hightline-ngayduong {
  border: 1px solid #ccc;
  color: #FC624D;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 10px;
  display: initial;
}
.hightline-blue {
  border: 1px solid #ccc;
  color: #247457;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  display: inline-table;
}
/* Footer Section*/
#footer {
  margin-top: 10px;
  background: #000000;
  padding: 15px 0 5px;
  color: #FFF;
}
#footer p {
  color: #FFF;
  font-size: 14px;
}
#footer a {
  color: #608dfd;
}
#footer a:hover {
  border-bottom: 2px solid #608dfd;
}
#footer ul {margin: 0; padding:0px}
#footer .title-block {color: #c20000; text-align: left; margin-bottom: 20px; text-transform: uppercase; font-weight: bold;}
#footer li {list-style: none; 
  text-align: left;
  padding:5px 0;
}
#footer a {color:#fff; line-height: 24px;}

/*
*
* END FOOTER
*
*/

a::after {
  content: " "; 
}
a.current {color: #c20000 !important}
a:hover::after {
}
.normal {
  font-weight: 500 !important
}
.m0 {margin:0}
.txt-uppercase, .uppercase {
  text-transform: uppercase;
}
.color-default{color: #c20000 !important;}
.left {float: left}
.right {float: right}
.txt-right {
  text-align: right !important;
}
.txt-left {
  text-align: left !important;
}
.flex {
  display: flex;
}
.align-items {
  align-items: center;
}
.relative {
  position: relative !important;
}
.list-item {
  display: list-item;
}
.flex-row {
  flex-wrap: wrap;
  align-items: center;
}
.line_border_b {
  border-bottom: 1px solid #e0e0e0 ;
}
.line_border_l {
  border-left: 1px solid #e0e0e0 ;
}
.border_left_no_line {
  border-left: 0 !important;
}
.none_border_right {
  border-right: 0 !important;
}
.text-center {
  text-align: center !important;
}
.inline {
  display: inline-block;
}
.pagecenter {
   margin: 0 auto;
}
h1,h2,h3,h4,h5 {
  font-family: RobotoBold;
}
.per5 {height: 5%;}
.per7 {height: 7%;}
.per10 {height: 10%;}
.per80 {height: 80%;}
.per85 {height: 85%;}
.flex-left {    justify-content: flex-start;}
.flex-right {    justify-content: flex-end;}
.flex-all {    justify-content: flex-end;}
.pt0 {padding-top: 0 !important;}
.p0 {padding: 0 !important;}
.p5 {padding: 5px;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}
.m0 {margin: 0;}
.mt10{margin-top:10px}
.nomargin{margin: 0}
.p0{padding: 0px}
.p5{padding: 5px}
.p15{padding: 15px}
.p10{padding: 10px}
.p20{padding: 20px}
.pt4{padding-top: 4px}
.pt0{padding-top: 0px}
.pt5{padding-top: 5px}
.p5{padding: 5px}
.pt8{padding-top: 8px}
.pt10{padding-top: 10px}
.pt12{padding-top: 12px}
.pt15{padding-top: 15px}
.pl4{padding-left: 4px}
.pl5{padding-left: 5px}
.pl8{padding-left: 8px}
.pl10{padding-left: 10px}
.pl12{padding-left: 12px}
.pl15{padding-left: 15px}
.pr4{padding-right: 4px}
.pr5{padding-right: 5px}
.pr8{padding-right: 8px}
.pr10{padding-right: 10px}
.pr12{padding-right: 12px}
.pr15{padding-right: 15px}
.pr15{padding-right: 15px}
.plr15{padding-right: 15px; padding-left: 15px;}
.plr20{padding-right: 20px; padding-left: 20px;}
.plr25{padding-right: 25px; padding-left: 25px;}
.ptb15{padding-top: 15px; padding-bottom: 15px;}
.ptb20{padding-top: 20px; padding-bottom: 20px;}
.ptb25{padding-top: 25px; padding-bottom: 25px;}
.pb0{padding-bottom: 0px}
.pb5{padding-bottom: 5px}
.pb10{padding-bottom: 10px}
.pb12{padding-bottom: 12px}
.pb15{padding-bottom: 15px}
.mt0{margin-top: 0px}
.mt5{margin-top: 5px}
.mt10{margin-top: 10px}
.mt12{margin-top: 12px}
.mt15{margin-top: 15px}
.ml5{margin-left: 5px}
.ml10{margin-left: 10px}
.ml12{margin-left: 12px}
.ml15{margin-left: 15px}
.mr5{margin-right: 5px}
.mr10{margin-right: 10px}
.mr12{margin-right: 12px}
.mr15{margin-right: 15px}
.mb0{margin-bottom: 0px}
.mt5{margin-top: 5px}
.mt10{margin-top: 10px}
.mt15{margin-top: 15px}
.mt20{margin-top: 20px}
.mb5{margin-bottom: 5px}
.mb10{margin-bottom: 10px !important}
.mb12{margin-bottom: 12px !important}
.mb15{margin-bottom: 15px !important}
.mb20{margin-bottom:20px !important}
.mb25{margin-bottom:25px !important}
.mb30{margin-bottom:30px !important}
.w15p {
  width: 15px;}
.w20p {
  width: 20px;}
.w25p {
  width: 25px;}
.w30p {
  width: 30px;}
.w35p {
  width: 35px;}
.w40p {
  width: 40px;}
  .w50p {
    width: 50px;}
    .w60p {
      width: 60px;}
.w45p {
  width: 45px;}
  .w25 {
    width: 25%;}
.w30 {
  width: 30%;}
.w35{
  width: 35%;}
.w40{
  width: 40%;}
.w45{
  width: 45%;}
.w50{
  width: 50% !important;}
.w55{
  width: 55%;}
.w60{
  width: 60%;}
.w65{
  width: 65%;}
.w70{
  width: 70%;}
.w75{
  width: 75%;}
.w80{
  width: 80%;}
.w85{
  width: 85%;}
.w90{
  width: 90%;}
.w100{
  width: 100%;}
.txt-uppercase  {
  text-transform:uppercase;
}
.normal {font-weight: normal;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font18 {font-size: 18px !important;}
.font20 {font-size: 20px !important;}
.font22 {font-size: 22px !important;}
.font24 {font-size: 24px !important;}
.font26 {font-size: 26px !important;}
.font28 {font-size: 28px !important;}
.italic {font-style: italic;}
.uppercase {
   text-transform: uppercase;;
}
.normal {font-weight: 500 !important;}
.warning {color: #a38908;}
.boderb1 {
  border-bottom: 1px solid #ccc;
}
.boderb2 {
  border-bottom: 2px solid #ccc;
}
.style_none {
  list-style: none;
}
.fontbold {
  font-family: RobotoBold;
}
li.line_border:last-child {
  border-bottom: 1px solid #e0e0e0;
}
.tab-head-title {
  margin: 20px 0 15px;
  color: #c20000;
  position: relative;
  padding-bottom: 10px;
  font-family: RobotoBold;
  font-size: 18px;
  border-bottom: 4px solid #f0f0f0;
  
}
#chi-tiet-ngay-amduong {
  margin-top: 15px;
}
.header-content, #chi-tiet-ngay-amduong, .chi-tiet-nam-duong-lich, .detail-content, #danh-sach-ngay-tot {
  background: #fffefe;
  padding: 5px;
  margin-bottom: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 24px;
}
.header-content p:before {
  content: "✦ ";
  color: #c20000;
}
.iconDot:before {
  content: "✦ ";
  color: #c20000;
}
.tab-head-title:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 90px;
  height: 4px;
  background: #c20000;
  display: block;
}

.block-title-tab {
  margin: 20px 0 15px;
  color: #324554;
  position: relative;
  padding-bottom: 10px;
  font-family: RobotoBold;
  font-size: 16px;
  border-bottom: 2px solid #f0f0f0;
}
.block-title-tab:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  width: 90px;
  height: 2px;
  background: #324554;
  display: block;
}
.lhnormal {
  line-height: normal;
}
.bgwhite {
  background-color: #fff;
}
.white {
  color: #fff !important;
}
.pink {
  color: #CC0066 !important;
}
.blue {
  color: #49a3ae !important;
}
.black {
  color: #333 !important;
}
.blue2 {
  color: #1f8133  !important;
}
.blue3 {
  color: #324554  !important;
}
.blue4 {
  color: #1152c7  !important;
}
.blue5 {
  color: #006e33  !important;
}
.green {
  color: #007540  !important;
}
.yellow {
  color: rgb(236, 99, 60)
}
.pink {
  color:#eb0a79;
}
.red {
  color: #c20000 !important;
}
.gray {
  color: rgb(143, 142, 142)
}
.violet {color: #95149a;}
.day_good_1 {
  color: #c20000
}
.day_good_0{
  color: #95149a
}
.tagh2 {
  font-size: 18px;
  margin: revert;
  font-weight: bold;
  color: #49a3ae;
  line-height: 1.4;
}
.nametagh1{
  color:#324554;
  margin-top: 10px;
  font-size: 21px;
  font-weight: bold;
  line-height: 35px;
  font-family: RobotoBold;
}
.divtagh3{
  color:#324554;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 35px;
}
.title-page, .page-title {
  color: #324554;
  font-family: RobotoBold;
}
.hdbar a {
  display: inline;
  color: #6f6f6f;
}
.table-bordered p {
  text-align: center !important;
}
/* 
* TAG
*/
.blockquote-link {
  border-left: 3px solid #247457;
  color: #1a1a1a;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.10em;
  line-height: 1.8em;
  padding: 5px 10px;
  margin-top: 10px;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
  background: #f9f9f9;
}
.list-related-blockquote {
  border-radius: 4px;
  border-bottom: 1px solid #d7eef1;
  color: #1a1a1a;
  /* font-family: Georgia, Times, "Times New Roman", serif; */
  font-size: 1.10em;
  line-height: 1.8em;
  padding: 5px 10px;
  margin-top: 10px;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
  background: #f9f9f9;
  border-left: #fff;
  
  box-shadow: 0px 2px 2px rgb(0 0 0 / 4%) !important
}
.list-related-blockquote .fa {
  color:#d62222;
  margin-right: 5px;
}
.list-related-blockquote ul {list-style: none;}
.list-related-blockquote a{
  color:#d62222;
  font-weight: bold;
  font-size: 13px;
}
.list-related-blockquote a.one  {
  color:#324554 !important;
}
.image-post figcaption{
  text-align: center;
  font-size: 21px;
  color: #7456dd;
  font-family: "UVF Lavanderia Regular";
}
/* .blockquote-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5em;
  color: #00CC8F;
  font-family: "Ionicons";
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-indent: -2px;
  width: 1em;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
} */
.otro-blockquote {
  align-items: center;
  margin: 10px auto;
  color: #555555;
  padding: 0.5em 30px 0.5em 15px;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-left: 8px solid #78C0A8;
}
.ul-tags-list-itemt li {
  padding: 3px 12px;
  margin: 2px 8px 0 0;
  vertical-align: middle;
  background: #c20000;
  border-radius: 20px;
  color: #fff;
  line-height: 20px;
  position: relative;
  display: inline-block;
  box-shadow: 0 2px 8px rgb(3 44 71 / 12%);
}
.list-tags-item li {
  padding: 3px 12px;
  margin: 2px 8px 0 0;
  vertical-align: middle;
  background: #006e33;
  border-radius: 20px;
  color: #fff;
  line-height: 20px;
  position: relative;
  display: inline-block;
  box-shadow: 0 2px 8px rgb(3 44 71 / 12%);
}
.ul-list li {
  vertical-align: middle;
  color: rgb(44, 47, 54);
  line-height: 20px;
  position: relative;
  display: inline-block;
  box-shadow: rgba(3, 44, 71, 0.12) 0px 2px 8px;
  text-align: center;
  padding: 6px 12px;
  margin: 5px;
  background: rgb(255, 255, 255);
  border-radius: 20px;
}
.ul-list li a {
  color: rgb(127, 127, 127);
}
.ul-list li a i {
  color: rgb(204, 0, 102);
  padding-right: 10px;
}
.ull, .wpb_text_column ul {
  list-style: square;
}
.ul-list li {color: #247457;}
/* .ul-tags-list-itemt li {color: #247457;} */
.ul-tags-list-itemt li a {color: #fff;}
.list-tags-item li a {color: #fff;}
.list-tags-item li a:hover {color: #183153;}
.tag-month li {
  padding: 3px 12px;
  margin: 2px 8px 0 0;
  vertical-align: middle;
  border-radius: 5px;
  color: #fff;
  position: relative;
  display: inline-block;
  border: 1px solid #FFF;
  outline: 1px solid #183153;
  margin-bottom: 5px;
}
.tag-month li  a {color: #333;}
  /* Customize the label (the container) */
.group_radio {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
}

/* Hide the browser's default radio button */
.group_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border:2px solid #ccc;
}

/* On mouse-over, add a grey background color */
.group_radio:hover input ~ .checkmark {
  background-color: #fff;
 
}

/* When the radio button is checked, add a blue background */
.group_radio input:checked ~ .checkmark {
  /* background-color: #d9001b; */
  border:2px solid #d9001b;
}
.group_radio input:checked ~ .text-radio {
  color:#d9001b
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.group_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.group_radio .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d9001b;
}
.group_radio label {
  margin-bottom:0
}
.text-radio {font-size: 14px; font-weight: normal; padding-right: 10px;}
.view-detail-lich-am-duong{
  text-transform: uppercase;
  font-weight: 400;
  text-shadow: rgb(0 0 0 / 13%) 0 0.4px 0.9px, rgb(0 0 0 / 11%) 0 0 2.22px;
  background-color: #08a66c;
  padding: 2px 15px;
  border-radius: 25px;
  font-size: 13px;
  white-space: nowrap;
  margin-top: 5px;
  display: inline-block;
  color: #fff !important;
}
.box-bad .view-detail-lich-am-duong{
  background-color: #000;
}
.view-detail-lich-am-duong.fa{color: #fff;}
.calendar-view-detail:hover {
  font-weight: 400;
  background-color: #fff3cd;
  font-size: 13px;
  color: #362900;
}
 /**
 *
 * 
 *
 **/
 
 .title-page {font-size: 22px;
  color: #0e64dc; 
  display: flex;
  font-weight: bold;
  align-items: center;
}
.content-detail h2 {font-size: 20px;}
.content-detail h3 {font-size: 18px;}
.content-detail h4 {font-size: 16px;}
.less_more {
  display: inline-block;
  max-height: none;
  height: 200px;
  overflow: hidden;
}
.read-more-plus {
  display: block;
  border-radius: 4px;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 5px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  width: 100px;
  font-size: 13px !important;
  box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
  cursor: pointer;
}
[class*="tnc-label-"][class*="-tag"] {
  margin-left: 9px;
  background-color: #ff4500;
  padding-bottom: 10px;
}
[class*="tnc-label"] {
  display: inline-block;
  position: relative;
  background-color: #ff4500;
  padding: 0 6px;
  height: 22px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
[class*="tnc-label-"][class*="-tag"]:before {
  position: absolute;
  content: "";
  border: 11px solid transparent;
  border-right-color: #ff4500;
  left: -21px;
  height: 22px;
}
/*
*
* block tab 
*
**/
.tag-month {padding-left: 0;}
.box-sidebar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.ccr-gallery-ttile {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f2f2f4;
  border-right: 5px solid #3fc997;
  border-left: 8px solid #3fc997;
}
.ccr-gallery-ttile span {
  margin: 13px 0;
  float: left;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 5px solid #4CC552;
  margin-right: 10px;
}
.sidebar-popular-post ul {position: relative;  padding: 0;}
.sidebar-popular-post li, #sidebar-older-post li {
  list-style: none;
  padding: 8px;
  width: 100%;
  float: left;
  border-left: 1px solid #e3e2e2;
  border-right: 1px solid #e3e2e2;
}
.sidebar-popular-post li:last-child, #sidebar-older-post li:last-child {
  border-bottom: 1px solid #e3e2e2;
  margin-bottom: 10px;
}
.sidebar-popular-post li:nth-child(even), #sidebar-older-post li:nth-child(even) {
  background-color: #f2f2f4;
}
.sidebar-popular-post ul li {
  background: url(../images/xem-tuoi-icon-list-1.png) 8px 9px no-repeat;
}
.sidebar-popular-post ul li a{ padding-left: 25px;
  color:#222;
  font-size: 13px;
  font-weight: bold;
}
ul li a:hover{
  color:#FC624D;
}
.skin-orange  {
  color: #FC624D;
}
.title-change-am-duong {
  background: #c20000;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding: 8px;
}
.tool-change-amduong {
  padding: 10px;
  padding-top: 5px;
  border: 2px solid #c20000;
  border-radius: 0px;
  background: #fff;
  /* background: #FFFFEE; */
}
.tool-change-amduong .form-group {margin-bottom: 0px;}
.tabar-sort-title {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.detail_page_view h1{
  line-height: 1.5
}
.detail_page_view {line-height: 1.5;}
.detail_page_view h2 {font-size: 1.3rem; font-weight:bold; color:#1152c7;line-height: 1.4;}
.detail_page_view h3, .divtagh3 {font-size: 1.1rem; font-weight:bold; color:#d62222;line-height: 1.4;}
.detail_page_view h4, .tagh4 {font-size: 1.0rem; font-weight:bold;color: #e67e22;line-height: 1.4;}
.detail_page_view p {
	margin: 0 0 10px;
  text-align: justify;
}
.detail_page_view p a {
	font-weight: bold;
	color: #1152c7;
}
.detail_page_view p a:hover {
  color: #d62222 !important;
}
.detail_page_view figure {
	text-align: center;
}
.detail_page_view figure img{
	width: unset ;
  max-width: 1024px;
  width: 100% !important;
  height: auto ;
}

@media (max-width: 769px) {
  .menu_pc {
    display: none;
  }
}
/* MOBILE*/
@media (max-width: 769px) {
  #about img {
    margin: 50px 0;
  }
  .tabar-sort-title {
    flex-direction: column;
  }
  a.menu-horos {
    background-image: url(/img/common/menu-icon-4.svg);
  }
  .nitem {
    width: 25%
  }
  .nitem a{
    /* color:#d9001b; */
    font-weight: 500;
  }
  .navbar-header  {width: 100%; margin: 0 !important;}
  .navbar-toggle  {display: block; margin-right:0}
  .link-tu-vi-daily, .view-item-congiap, .view-skip-section  {
    top:100px !important;
  }
  .type-change-date-am-to-duong {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }
}

.fader {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.87);
  z-index: 999;
}
.fader img {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}
.fader img {
  max-width: 100%;
  height: auto;
}

.table,
.detail_page_view table {
	--table-bg: transparent;
	--table-accent-bg: transparent;
	--table-striped-color: #3f3424;
	--table-striped-bg: rgba(0, 0, 0, .05);
	--table-active-color: #3f3424;
	--table-active-bg: rgba(0, 0, 0, .1);
	--table-hover-color: #3f3424;
	--table-hover-bg: rgba(0, 0, 0, .075);
	width: 100%;
	margin-bottom: 1rem;
	color: #3f3424;
	vertical-align: top;
	border-color: #dee2e6
}

.table>:not(caption)>*>*,
.detail_page_view table>:not(caption)>*>* {
	padding: .5rem .5rem;
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--table-accent-bg)
}

.table>tbody,
.detail_page_view table>tbody {
	vertical-align: inherit
}

.table>thead,
.detail_page_view table>thead {
	vertical-align: bottom
}

.table>:not(:last-child)>:last-child>*,
.detail_page_view table>:not(:last-child)>:last-child>* {
	border-bottom-color: #6c757d
}

.caption-top {
	caption-side: top
}

.table-sm>:not(caption)>*>* {
	padding: .25rem .25rem
}

.table-bordered>:not(caption)>*,
.detail_page_view table>:not(caption)>* {
	border-width: 1px 0;
 
}
.detail_page_view td, .detail_page_view tr{
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.table-bordered>:not(caption)>*>*,
.detail_page_view table>:not(caption)>*>* {
	border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
	border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
	--table-accent-bg: var(--table-striped-bg);
	color: #6c757d
}

.table-active {
	--table-accent-bg: var(--table-active-bg);
	color: #6c757d
}

.table-hover>tbody>tr:hover {
	--table-accent-bg: var(--table-hover-bg);
	color: #6c757d
}
figure {margin: 0 auto;}
.event-holiday {
  font-size: 8pt;
  color: #d9001b;
  text-align: center;
  height: 36px;
}
.is_good,.is_middle,.is_bad {
  padding: 2px 5px;
  color: #fff;
  border-radius: 5px;
}
.is_good {
  background-color: #88c685;
}
.is_middle {
  background-color: #ffc107;
}
.is_bad {
  background-color: #d9001b;
}
.image-post  {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin: 0 auto;
 width: fit-content; text-align: center;
}
.image-post img {width:100%; max-width: 1024;
  }
  .image-post p{text-align: center;}
.quote-panel{
  text-align: center;
  font-size: 3.3rem;
  margin: auto;
  border-style: solid;
  border-color: #247457;
  border-width: 1px;
  max-width: 70%;
  position: relative;
}
.blockquote-panel{
  position: relative;
  margin: 0;
  border: 0;
}
.left-panel{
  position: absolute;
  top: -20px;
  left: -3px;
  text-align: left;
  z-index: 10;
  padding: 5px;
  background-color: #fff;
}
.right-panel{
  position: absolute;
  right: -3px;
  bottom: -5px;
  width: 100px;
  text-align: right;
  z-index: 10;
  font-size: 14px;
  color: #336699;
  background-color: #fff;
}
.small-panel{
  font-size: 1.7rem;
  color: #336699;
  position: relative;
  z-index: 20;
}
.small-panel:before{
  content: "\2014 \0020";
  width: 5px;
}
/** Hover images */
.item-hover1:hover .icon-item-hover1 {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.item-hover {
  position: relative;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.item-hover img {
  width: 40%;
  height: auto;
  transition: all 0.4s;
}
.item-hover:hover img {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  -moz-filter: brightness(80%);
  -ms-filter: brightness(80%);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.item-hover2 {
  overflow: hidden;
  position: relative;
  display: inline-block;
}
/**
**
* table toc offcontent
*
*/
#toc_container {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #aaa;
  display: table;
  font-size: 95%;
  padding: 10px;
  width: auto;
  margin-bottom: 20px
}

.toc_title {
  font-weight: 700;
  text-align: center;
  margin: 0px !important;
}

#toc_container li,
#toc_container ul,
#toc_container ul li {
  list-style: outside none none !important;
}

#toc_container li {
  line-height: 23px
}

#toc_container li.toc2 a {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

#toc_container li a {
  font-size: 14px;
}

.toc3 {
  padding-left: 10px;
}

.toc4 {
  padding-left: 20px;
}

#toc_container .toc2:before {
  content: "*";
  color: #0F88A1;
  padding-right: 3px
}

.toc_toggle {
  cursor: pointer;
  color: #ff0000;
  font-weight: bold
}

#listoffcontent.bounce {
  display: none;
}
/**
*
*
*/
.widget {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  margin-bottom: 15px;
}
.widget  .widget-title._violet {
  background-color: #434693;
}
.widget  .widget-title._blue-1 {
  background-color: #2d9cdb;
}
.widget .widget-title._blue-2 {
  background-color: #2f80ed;
}
.widget .widget-title._red {
  background-color: #e32a26;
}
.widget .widget-title._green {
  background-color: #27ae60;
}
.widget  .widget-title {
  text-transform: uppercase;
  color: #fff;
  border-radius: 9px 0 9px 0;
  font-weight: 500;
  padding: 8px 20px;
  margin-bottom: 0;
  display: table-cell;
}
.widget a {
  color: #222;
}
/**
* 
* SHARE SOCIAL
*
*/
.share-post {
  width: 100%;
  margin: 10px 0;
  margin: 10px 0;
    display: inline-block;
}

.share-post ul {
  width: 100%;
  float: left;
}

.share-post li {
  list-style: none !important;
  float: left;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px !important;
  padding: 4px 8px;
  margin: 2px 5px 2px 0;
  line-height: 16px;
  font-family: Oswald !important;
  text-transform: uppercase;
}

.share-post li a {
  color: #FFF;
}

.share-post li a:hover {
  text-decoration: none !important;
}

.share-post li a i {
  margin-right: 4px;
}

.share-post li.facebook {
  border: 0px solid #314b83;
  background-color: #4769A5;
}

.share-post li.twitter {
  border: 0px solid #0092ba;
  background-color: #65CCEF;
}

.share-post li.googleplus {
  border: 0px solid #ab2b1d;
  background-color: #bf3727;
}

.share-post li.linkedin {
  border: 0px solid #278cc0;
  background-color: #2ba3e1;
}

.share-post li.tumblr {
  border: 0px solid #2C3C4C;
  background-color: #34495e;
}

.share-post li.pinterest {
  border: 0px solid #ae1319;
  background-color: #cd252b;
}

.share-post li.mail {
  border: 0px solid #18AE91;
  background-color: #1abc9c;
}
.shadowtext{
  text-shadow: 1px 1px 1px #a59c9c,
      1px 2px 1px white,
      1px 3px 1px white,
      1px 4px 1px white,
      1px 5px 1px white,
      1px 6px 1px white,
      1px 7px 1px #a59c9c,
      1px 8px 1px white,
      1px 9px 1px white,
      1px 10px 1px white,
   1px 30px 60px rgb(255 255 255 / 0%);

}