/*== Begin Style All Page Travel Mgz ==*/
/*== Custom Font ==*/
@font-face {
  font-family: 'NotoSerif-Regular';
  src: url(../css/fonts/Noto_Serif/NotoSerif-Regular.ttf);
}
@font-face {
  font-family: 'NotoSerif-Bold';
  src: url(../css/fonts/Noto_Serif/NotoSerif-Bold.ttf);
}
@font-face {
  font-family: 'NotoSerif-Italic';
  src: url(../css/fonts/Noto_Serif/NotoSerif-Italic.ttf);
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url(../css/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url(../css/fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url(../css/fonts/Playfair_Display/PlayfairDisplay-Regular.ttf);
}
@font-face {
  font-family: 'PlayfairDisplay-Bold';
  src: url(../css/fonts/Playfair_Display/PlayfairDisplay-Bold.ttf);
}
/*== End Custom Font ==*/

/*== Reset ==*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}
body {
  font-family: "Roboto-Regular";
  overflow-x: hidden;
}
p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}
input, select, textarea, button {
  outline: none;
}
ul li {
  list-style: none;
}
a {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  text-decoration: none !important;
}
p:empty {
  display: none;
}
img {
  -webkit-transition: all ease-in 1s;
  transition: all ease-in 1s;
}
hr {
  margin: 30px 0;
  border: none;
  border-bottom: 1px solid #f0f0f0;
}
.clear {
  clear: both;
}
.img-cover {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.img-scale-down {
  width: 100%;
  height: 100% !important;
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* Loại bỏ khoảng trắng của ảnh */
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.flex-dir-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center;
  }
}
.text-warning {
  color: #fa7014 !important;
}
.text-primary {
  color: #3e9807 !important;
}
.text-danger,.colorRed {
  color: #ec2028 !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.bg-white {
  background: #fff;
}
.animated {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.pos-rel {
  position: relative;
}
.pos-ab {
  position: absolute;
}
.margin-auto {
  margin: 0 auto;
}
.margin-10 {
  margin: 10px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-15 {
  margin: 15px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-20 {
  margin: 20px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-25 {
  margin: 25px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-30 {
  margin: 30px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-top-60 {
  margin-top: 60px !important;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 991px) {
  .margin-bottom-15-md {
    margin-bottom: 15px !important;
  }

  .margin-bottom-30-md {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .margin-bottom-20-sm {
    margin-bottom: 20px !important;
  }

  .margin-bottom-30-sm {
    margin-bottom: 30px !important;
  }
}
.no-margin {
  margin: 0px !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding {
  padding: 0px !important;
}
.no-bodder-bottom {
  border-bottom: none !important;
}
@media screen and (max-width: 767px) {
  .no-padding-sm {
    padding: 0 !important;
  }

  .no-margin-bottom-sm {
    margin-bottom: 0 !important;
  }
}
/*== Hidden/Visible div ==*/
@media screen and (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .travel-mgz-art-ten-narr-table-result .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}
/*== End Hidden/Visible div ==*/

/*== Custom display mobile ==*/
@media screen and (max-width: 767px) {
  .d-sm-block {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .d-xs-block {
    display: block !important;
  }
}
/*== End Custom display mobile ==*/
/*== End Reset ==*/

/*== Custom Container/Row ==*/
.container {
  margin: auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
[class*=col-] {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 567px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
/*== End Custom Container/Row ==*/

/*== Title Common ==*/
.travel-mgz-title-home h2 a, .travel-mgz-title-home h3 a, .travel-mgz-title-home span{
  font-size: 30px;
  color: #252525;
  font-family: "PlayfairDisplay-Bold";
  padding: 0 10px;
  border-left: 5px solid #ec2028;
}
.travel-mgz-title-home span a{
  color: #252525;
}
.travel-mgz-title-home-line hgroup {
  padding: 0 0 15px;
}
.travel-mgz-title-home-line h2, .travel-mgz-title-home-line h3, .travel-mgz-title-home-line span {
  position: relative;
  display: inline-block;
}
.travel-mgz-title-home-line h2 a, .travel-mgz-title-home-line h3, .travel-mgz-title-home-line span {
  color: #252525;
  font-size: 42px;
  font-family: "PlayfairDisplay-Bold";
}
.travel-mgz-title-home-line h2:before, .travel-mgz-title-home-line h2:after, .travel-mgz-title-home-line h3:before, .travel-mgz-title-home-line h3:after, .travel-mgz-title-home-line span:before, .travel-mgz-title-home-line span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  width: 81px;
  height: 2px;
  background: #252525;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.travel-mgz-title-home-line h2:after, .travel-mgz-title-home-line h3:after, .travel-mgz-title-home-line span:after {
  left: unset;
  right: -100px;
}
.travel-mgz-title-block.bg-blue h2, .travel-mgz-title-block.bg-blue h3 {
  background: #0072bc;
}
.travel-mgz-title-block.bg-red h2, .travel-mgz-title-block.bg-red h3 {
  background: #bb1414;
}
.travel-mgz-title-block h2, .travel-mgz-title-block h3 {
  position: absolute;
  display: inline-block;
  top: -20px;
  left: 50%;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  border-radius: 999px;
  font-family: "Roboto-Bold";
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.travel-mgz-title-block h2 a, .travel-mgz-title-block h3 a{
  color: #fff;
}
/*== Reponsive ==*/
@media screen and (max-width: 1024px) {
  .travel-mgz-title-home h2 a, .travel-mgz-title-home h3 a, .travel-mgz-title-home span{
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .travel-mgz-title-home {
    display: block !important;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-title-home-line h2 a, .travel-mgz-title-home-line h3, .travel-mgz-title-home-line span {
    font-size: 40px;
  }
  .travel-mgz-title-home h2 a, .travel-mgz-title-home h3 a, .travel-mgz-title-home span{
    font-size: 32px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-title-home-line h2 a, .travel-mgz-title-home-line h3, .travel-mgz-title-home-line span {
    font-size: 38px;
  }
  .travel-mgz-title-home h2 a, .travel-mgz-title-home h3 a, .travel-mgz-title-home span{
    font-size: 30px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-title-home-line h2 a, .travel-mgz-title-home-line h3, .travel-mgz-title-home-line span {
    font-size: 36px;
  }
  .travel-mgz-title-home h2 a, .travel-mgz-title-home h3 a, .travel-mgz-title-home span{
    font-size: 28px;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-title-home-line h2 a, .travel-mgz-title-home-line h3, .travel-mgz-title-home-line span {
    font-size: 38px;
  }
  .travel-mgz-title-home h2 a, .travel-mgz-title-home h3 a, .travel-mgz-title-home span{
    font-size: 30px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-title-home-line h2 a, .travel-mgz-title-home-line h3, .travel-mgz-title-home-line span {
    font-size: 36px;
  }
  .travel-mgz-title-home h2 a, .travel-mgz-title-home h3 a, .travel-mgz-title-home span{
    font-size: 28px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-title-home-line h2 a, .travel-mgz-title-home-line h3, .travel-mgz-title-home-line span  {
    font-size: 34px;
  }
  .travel-mgz-title-home h2 a, .travel-mgz-title-home h3 a, .travel-mgz-title-home span{
    font-size: 26px;
  }
}
/*== End Reponsive ==*/
/*== End Title Common ==*/

/*== Custom Img All Article ==*/
.travel-mgz-art-ten-narr-table-result-img img,
.travel-mgz-art-details-related-news .travel-mgz-box-list-news-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.travel-mgz-art-details-info img{
  /* max-width: 100%; */
  display: block;
  margin: 10px auto;
}
/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-art-footb-narr-exp-team-list__ava img.minus-margin-m,
  .travel-mgz-art-footb-narr-table-result-score__ava img.minus-margin-m,
  .travel-mgz-art-ten-narr-box-develop-items__info img.minus-margin-m,
  .travel-mgz-art-ten-narr-table-result-img img.minus-margin-m{
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
}
/*== End Reponsive ==*/
/*== End Custom Img All Article ==*/

/*== Menu ==*/
.travel-mgz-icon-hum {
  position: relative;
  width: 24px;
  height: 18px;
  cursor: pointer;
  margin: 0 30px 0 0;
}
.travel-mgz-icon-hum img {
  position: absolute;
  top: 0;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.travel-mgz-icon-hum .img-close-menu {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  visibility: hidden;
  opacity: 0;
  display: inherit !important;
}
.travel-mgz-icon-hum .img-hum-menu {
  opacity: 1;
  visibility: visible;
  display: inherit !important; 
}
.travel-mgz-icon-hum.active .img-close-menu {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  visibility: visible;
  display: inherit !important;
}
.travel-mgz-icon-hum.active .img-hum-menu {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  opacity: 0;
  visibility: hidden;
}
.travel-mgz-menu {
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.travel-mgz-menu.hidden-menu {
  -webkit-transform: translateY(-1000%);
          transform: translateY(-1000%);
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.travel-mgz-menu > ul > li:hover > a:after, .travel-mgz-menu > ul > li.active > a:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.travel-mgz-menu > ul > li.active > a {
  color: #ec2028;
}
.travel-mgz-menu > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ec2028;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.travel-mgz-menu ul li {
  position: relative;
  padding: 14px 25px 14px 0;
}
.travel-mgz-menu ul li:hover > a {
  color: #ec2028;
  cursor: pointer;
}
.travel-mgz-menu ul li a {
  position: relative;
  font-size: 14px;
  color: #252525;
  text-transform: uppercase;
  font-family: "Roboto-Bold";
}
.travel-mgz-menu ul li:hover ul.travel-mgz-menu__sub {
  visibility: visible;
  opacity: 1;
}
.travel-mgz-menu ul li .travel-mgz-menu__sub {
  position: absolute;
  top: 55px;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
  z-index: 9;
  border-radius: 0 0 4px 4px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.travel-mgz-menu ul li .travel-mgz-menu__sub li {
  list-style: circle inside;
  padding: 8px 10px;
}
.travel-mgz-menu ul li .travel-mgz-menu__sub li:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
.travel-mgz-menu ul li .travel-mgz-menu__sub li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  margin: 0 0 0 -5px;
}
.travel-mgz-menu ul li .travel-mgz-menu__sub li a:hover {
  color: #ec2028;
}
.travel-mgz-menu-m {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  max-width: 480px;
  max-height: 600px;
  overflow-y: auto;
  background: #fff;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 9;
  scrollbar-width: thin;
  scrollbar-color: #a1a1a1 #ebebeb;
}
.travel-mgz-menu-m::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ebebeb;
  border-radius: 6px;
  background-color: #ebebeb;
}
.travel-mgz-menu-m::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  background-color: #ebebeb;
}
.travel-mgz-menu-m::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px #ebebeb;
  background-color: #a1a1a1;
}
.travel-mgz-menu-m > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 36px 30px 16px;
}
.travel-mgz-menu-m > ul > li {
  width: calc(100%/2);
}
.travel-mgz-menu-m > ul > li > a {
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
  color: #252525;
  text-transform: uppercase;
  font-family: "Roboto-Bold";
}
.travel-mgz-menu-m > ul > li ul.travel-mgz-menu-m__sub {
  margin: 0 0 20px;
}
.travel-mgz-menu-m > ul > li ul.travel-mgz-menu-m__sub li {
  margin: 0 0 7px;
}
.travel-mgz-menu-m > ul > li ul.travel-mgz-menu-m__sub li a {
  font-size: 16px;
  color: #252525;
}
.travel-mgz-menu-m > ul > li ul.travel-mgz-menu-m__sub li a:hover {
  color: #ec2028;
}

/*== Reponsive ==*/
@media screen and (max-width: 1024px) {
  .travel-mgz-menu ul li {
    padding: 0 10px 0 0;
  }
}
@media screen and (max-width: 991px) {
  .travel-mgz-icon-hum {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .travel-mgz-menu-m {
    top: 53px;
    max-width: 100%;
    max-height: inherit;
    height: 100vh;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .travel-mgz-menu-m > ul {
    height: calc(100% - 60px);
    overflow-y: scroll;
    padding: 30px 15px;
  }
  .travel-mgz-menu-m > ul > li {
    width: 100%;
  }
  .menu-overlay.active {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-menu-m > ul > li > a, .travel-mgz-menu-m > ul > li ul.travel-mgz-menu-m__sub li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-menu-m > ul > li > a, .travel-mgz-menu-m > ul > li ul.travel-mgz-menu-m__sub li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-menu-m > ul > li > a, .travel-mgz-menu-m > ul > li ul.travel-mgz-menu-m__sub li a {
    font-size: 16px;
  }
}
/*== End Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-menu-m {
    max-width: 300px;
  }
}
@media screen and (max-width: 414px) {
  .travel-mgz-menu-m > ul > li > a, .travel-mgz-menu-m > ul > li ul.travel-mgz-menu-m__sub li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-menu-m > ul > li > a, .travel-mgz-menu-m > ul > li ul.travel-mgz-menu-m__sub li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-menu-m > ul > li > a, .travel-mgz-menu-m > ul > li ul.travel-mgz-menu-m__sub li a {
    font-size: 14px;
  }
}
/*== End Reponsive ==*/
/*== End Menu ==*/

/*== Search ==*/
.travel-mgz-search {
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.travel-mgz-search img{
  width: 100%;
  height: 100% !important;
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.travel-mgz-search-box {
  position: absolute;
  right: 10px;
  width: 580px;
  -webkit-transform: translateY(-1000%);
          transform: translateY(-1000%);
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.travel-mgz-search-box.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}
.travel-mgz-search-box .img-fluid {
  position: absolute;
  top: 50%;
  width: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.travel-mgz-search-box .icon-close-search-header {
  right: 15px;
  cursor: pointer;
}
.travel-mgz-search-box .icon-search-header {
  left: 15px;
}
.travel-mgz-search-box input {
  width: 100%;
  height: 40px;
  font-size: 16px;
  padding: 0 50px;
  border-radius: 0;
  border: 1px solid #ebebeb;
  background: #ebebeb;
  color: #898989;
  font-style: italic;
  -webkit-appearance: none;
}

/*== Reponsive ==*/
@media screen and (max-width: 991px) {
  .travel-mgz-search-box {
    width: 100%;
    left: 0;
  }
  .travel-mgz-search-box.active {
    -webkit-transform: translateY(27px);
            transform: translateY(27px);
  }
}
/*== End Reponsive ==*/
/*== End Search ==*/

/*== Scroll To top ==*/
.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  height: 40px;
  width: 40px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ec2028;
  border-radius: 5px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  z-index: 9;
}
.scroll-top svg {
  width: 20px;
  transform: rotate(360deg);
}
.scroll-top.fixed {
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
}
.scroll-top:hover {
  opacity: .8;
  cursor: pointer;
}
/*== End Scroll To top ==*/

/*== Breadcrumb ==*/
.travel-mgz-breadcrumb {
  margin: 10px 0;
}
.travel-mgz-breadcrumb ul li {
  padding: 0 5px 0 0;
}
.travel-mgz-breadcrumb ul li:after {
  content: "/";
  padding: 0 0 0 5px;
}
.travel-mgz-breadcrumb ul li:last-child:after {
  content: none;
}
.travel-mgz-breadcrumb ul li, .travel-mgz-breadcrumb ul li a {
  color: #959595;
  font-size: 14px;
}
/*== Reponsive ==*/
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-breadcrumb ul li, .travel-mgz-breadcrumb ul li a {
    color: #888;
    font-size: 18px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-breadcrumb ul li, .travel-mgz-breadcrumb ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-breadcrumb ul li, .travel-mgz-breadcrumb ul li a {
    font-size: 14px;
  }
}
/*== End Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-breadcrumb ul li, .travel-mgz-breadcrumb ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-breadcrumb ul li, .travel-mgz-breadcrumb ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-breadcrumb ul li, .travel-mgz-breadcrumb ul li a {
    font-size: 12px;
  }
}
/*== End Reponsive ==*/
/*== End Breadcrumb ==*/

/*== Pagination ==*/
.travel-mgz-box-pagi ul li a,.travel-mgz-box-pagi ul li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e1e1e1;
  text-align: center;
  margin: 0 5px;
  font-size: 16px;
  color: #898989;
}
.travel-mgz-box-pagi ul li a:hover,.travel-mgz-box-pagi ul li span:hover {
  background: #ec2028;
  border-color: #ec2028;
  color: #fff;
}
.travel-mgz-box-pagi ul li.atv a,.travel-mgz-box-pagi ul li.atv span,
.travel-mgz-box-pagi ul li.active a,.travel-mgz-box-pagi ul li.active span {
  background: #ec2028;
  border-color: #ec2028;
  color: #fff;
}
.travel-mgz-box-pagi ul li.pagi-prev img, .travel-mgz-box-pagi ul li.pagi-next img {
  position: relative;
  top: -2px;
  width: 8px !important;
}
.travel-mgz-box-pagi ul li.pagi-next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.travel-mgz-box-pagi ul li.pagi-readmore {
  width: 40px;
  text-align: center;
  font-size: 16px;
  color: #898989;
}
/*== End Pagination ==*/

/*== Table Article Page ==*/
.travel-mgz-art-details-info table {
  width: 100%!important;
  max-width: 100%!important;
  border-collapse: collapse!important;
  border: 1px solid #D7D7D7!important;
  white-space: initial!important;
  margin: 15px 0 !important;
}
.travel-mgz-art-details-info table tr,.travel-mgz-art-details-info table td {
  border: 1px solid #d7d7d7!important;
}
.travel-mgz-art-details-info table td,.travel-mgz-art-details-info table th {
  font-weight: inherit;
  padding: 5px;
  font-size: 15px;
}
/*== Reponsive ==*/
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-art-details-info table td,.travel-mgz-art-details-info table th {
    font-size: 20px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-art-details-info table td,.travel-mgz-art-details-info table th {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-art-details-info table td,.travel-mgz-art-details-info table th {
    font-size: 16px;
  }
}
/*== Hoz ==*/
/*== Vertical ==*/
@media screen and (max-width: 414px){
  .travel-mgz-art-details-info table td,.travel-mgz-art-details-info table th {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px){
  .travel-mgz-art-details-info table td,.travel-mgz-art-details-info table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px){
  .travel-mgz-art-details-info table td,.travel-mgz-art-details-info table th {
    font-size: 14px;
  }
}
/*== End Vertical ==*/
/*== End Reponsive ==*/
/*== End Table Article Page ==*/

/*== Header ==*/
.travel-mgz-header {
  position: relative;
  padding: 7px 0;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  -webkit-animation: fadeInUp ease .5s;
  animation: fadeInUp ease .5s;
  z-index: 99 !important;
}
.travel-mgz-header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-animation: fadeInDown ease .5s;
  animation: fadeInDown ease .5s;
}
.travel-mgz-logo {
  width: 138px;
  height: 47px;
  margin: 0;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*== Reponsive ==*/
@media screen and (max-width: 1024px) {
  .travel-mgz-logo{
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .travel-mgz-header .col-lg-2 {
    padding: 0 15px !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
/*== End Reponsive ==*/
/*== End Header ==*/

/*== Footer ==*/
.travel-mgz-footer-top {
  background: #c4e4e7;
  padding: 37px 0 0;
}
.travel-mgz-footer-top-list span a, .travel-mgz-footer-top-list ul li a {
  font-size: 16px;
  color: #252525;
}
.travel-mgz-footer-top-list span {
  display: block;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: "Roboto-Bold";
}
.travel-mgz-footer-top-list ul li a {
  display: block;
  margin: 0 0 7px;
}
.travel-mgz-footer-top-list ul li a:hover,.travel-mgz-footer-top-list span a:hover,
.travel-mgz-footer-bottom-menu li a:hover {
  color: #ec2028;
}
.travel-mgz-footer-top-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 30px 0 0;
  -webkit-transition: all ease .6s;
  transition: all ease .6s;
}
.travel-mgz-footer-top-social a:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.travel-mgz-footer-top-code-qr a {
  display: block;
  max-width: 150px;
}
.travel-mgz-footer-mid {
  background: #aed7da;
  padding: 30px 0 0;
  color: #252525;
  font-size: 12px;
}
.travel-mgz-footer-mid .padding-left-40 {
  padding-left: 40px;
}
.travel-mgz-footer-mid-logo {
  max-width: 275px;
}
.travel-mgz-footer-mid span {
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto-Bold";
}
.travel-mgz-footer-mid p {
  margin: 0 0 5px;
  line-height: 15px;
}
.travel-mgz-footer-bottom {
  background: #354446;
  padding: 10px 0;
}
.travel-mgz-footer-bottom p {
  font-size: 12px;
  color: #7d9295;
}
.travel-mgz-footer-bottom-menu li {
  padding: 0 30px 0 0;
}
.travel-mgz-footer-bottom-menu li a {
  font-size: 14px;
  color: #b1d8db;
  text-transform: uppercase;
}
/*== Reponsive ==*/
@media screen and (max-width: 1024px) {
  .travel-mgz-footer-top-social a {
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .travel-mgz-footer-top {
    background: #cce4e6;
  }

  .travel-mgz-footer-mid {
    background: #bad6d9;
  }
  .travel-mgz-footer-mid .padding-left-40 {
    padding-left: 15px;
  }

  .travel-mgz-footer-bottom {
    background: #3c4648;
  }
  .travel-mgz-footer-bottom .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    padding: 10px 15px 0;
  }
  .travel-mgz-footer-bottom-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .travel-mgz-footer-bottom-menu li {
    padding: 0 15px;
  }

  .travel-mgz-footer-mid-logo {
    max-width: 151px;
    margin: auto;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-footer-mid, .travel-mgz-footer-bottom p, .travel-mgz-footer-mid span {
    font-size: 16px;
  }

  .travel-mgz-footer-top-list span a, .travel-mgz-footer-top-list ul li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-footer-mid, .travel-mgz-footer-bottom p, .travel-mgz-footer-mid span {
    font-size: 14px;
  }

  .travel-mgz-footer-top-list span a, .travel-mgz-footer-top-list ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-footer-mid, .travel-mgz-footer-bottom p, .travel-mgz-footer-mid span {
    font-size: 12px;
  }

  .travel-mgz-footer-top-list span a, .travel-mgz-footer-top-list ul li a {
    font-size: 16px;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-footer-mid, .travel-mgz-footer-bottom p, .travel-mgz-footer-mid span {
    font-size: 14px;
  }

  .travel-mgz-footer-top-list span a, .travel-mgz-footer-top-list ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-footer-mid, .travel-mgz-footer-bottom p, .travel-mgz-footer-mid span {
    font-size: 12px;
  }

  .travel-mgz-footer-top-list span a, .travel-mgz-footer-top-list ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-footer-mid, .travel-mgz-footer-bottom p, .travel-mgz-footer-mid span {
    font-size: 10px;
  }

  .travel-mgz-footer-top-list span a, .travel-mgz-footer-top-list ul li a {
    font-size: 14px;
  }
}
/*== End Reponsive ==*/
/*== End Footer ==*/

/*== Page Home ==*/
/*== Adv Bg Top ==*/
.travel-mgz-adv-top {
  max-width: 975px;
  margin: auto;
  padding: 0 15px;
}
/*== End Adv Bg Top ==*/

/*== Menu Cate News Home ==*/
.travel-mgz-menu-cate ul {
  max-width: 600px;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #a1a1a1 #ebebeb;
}
.travel-mgz-menu-cate ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #ebebeb;
  border-radius: 2px;
  background-color: #ebebeb;
}
.travel-mgz-menu-cate ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
  border-radius: 2px;
  background-color: #ebebeb;
  display: none;
}
.travel-mgz-menu-cate ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  height: 2px;
  -webkit-box-shadow: inset 0 0 2px #ebebeb;
  background-color: #a1a1a1;
}
.travel-mgz-menu-cate ul:hover::-webkit-scrollbar {
  display: block;
}
.travel-mgz-menu-cate ul li:last-child a:after {
  content: none;
}
.travel-mgz-menu-cate ul li a {
  position: relative;
  padding: 0 10px;
  color: #7d7d7d;
  font-size: 14px;
  text-transform: uppercase;
}
.travel-mgz-menu-cate ul li a:after {
  content: "|";
  position: relative;
  right: -10px;
}
.travel-mgz-menu-cate ul li a:hover {
  color: #ec2028;
}
.travel-mgz-menu-cate-line li a {
  color: #252525;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 15px;
}
.travel-mgz-menu-cate-line li a:hover {
  color: #ec2028;
}

/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-menu-cate {
    margin: 10px 0 0;
  }
  .travel-mgz-menu-cate ul {
    white-space: nowrap;
    overflow-x: auto;
  }
  .travel-mgz-menu-cate-line ul {
    white-space: nowrap;
    overflow-x: auto;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-menu-cate-line ul li a,.travel-mgz-menu-cate ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-menu-cate-line ul li a,.travel-mgz-menu-cate ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-menu-cate-line ul li a,.travel-mgz-menu-cate ul li a {
    font-size: 14px;
  }
}
/*== End Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-menu-cate-line ul li a,.travel-mgz-menu-cate ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-menu-cate-line ul li a,.travel-mgz-menu-cate ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-menu-cate-line ul li a,.travel-mgz-menu-cate ul li a {
    font-size: 12px;
  }
}
/*== End Reponsive ==*/
/*== End Menu Cate News Home ==*/

/*== Menu Cate New Mobile Home ==*/
.travel-mgz-menu-cate-m {
  padding: 9px 0;
  border-bottom: 1px solid #ebebeb;
}
.travel-mgz-menu-cate-m ul {
  max-width: 300px;
  overflow-x: auto;
  margin: auto;
  white-space: nowrap;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.travel-mgz-menu-cate-m ul::-webkit-scrollbar {
  display: none;
}
.travel-mgz-menu-cate-m ul li a {
  font-size: 14px;
  text-transform: uppercase;
  color: #252525;
  font-family: "Roboto-Bold";
  padding: 0 40px 0 0;
}

/*== Reponsive ==*/
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-menu-cate-m ul li a {
    font-size: 18px;
    padding: 0 25px 0 0;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-menu-cate-m ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-menu-cate-m ul li a {
    font-size: 14px;
    padding: 0 40px 0 0;
  }
}
/*== End Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-menu-cate-m ul li a {
    font-size: 16px;
    padding: 0 25px 0 0;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-menu-cate-m ul li a {
    font-size: 14px;
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-menu-cate-m ul li a {
    font-size: 12px;
    padding: 0 20px 0 0;
  }
}
/*== End Reponsive ==*/
/*== End Menu Cate New Mobile Home ==*/

/*== Box News Highlight ==*/
.travel-mgz-box-news-hightl-big {
  position: relative;
}
.travel-mgz-box-news-hightl-big a.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.travel-mgz-box-news-hightl-big:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  bottom: 0;
  background: url("../images/2014/du_lich/bg-nen-den-mo-box-new-hightlight.png") center center/cover no-repeat;
  opacity: .8;
}
.travel-mgz-box-news-hightl-big__img {
  position: relative;
  height: 569px;
  overflow: hidden;
}
.travel-mgz-box-news-hightl-big__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.travel-mgz-box-news-hightl-big__info {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 1;
}
.travel-mgz-box-news-hightl-big__cate,.travel-mgz-box-news-hightl-big__cate a {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin: 0 0 5px;
}
.travel-mgz-box-news-hightl-big__cate a:hover{
  color: #ec2028;
}
.travel-mgz-box-news-hightl-big__title {
  margin: 0 0 20px;
}
.travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-hightl-big__title span a {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  font-family: "PlayfairDisplay-Bold";
}
.travel-mgz-box-news-hightl-big__title h2:hover, .travel-mgz-box-news-hightl-big__title h2 a:hover, .travel-mgz-box-news-hightl-big__title h3:hover, .travel-mgz-box-news-hightl-big__title h3 a:hover, .travel-mgz-box-news-hightl-big__title span:hover, .travel-mgz-box-news-hightl-big__title span a:hover {
  text-decoration: underline !important;
}
.travel-mgz-box-news-hightl-big__sum {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}
.travel-mgz-box-news-hightl-list-item__title {
  margin: 0 0 6px;
}
.travel-mgz-box-news-hightl-list-item {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
}
.travel-mgz-box-news-hightl-list-item__img {
  position: relative;
  max-width: 163px;
  width: 163px;
  height: 119px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 163px;
          flex: 0 0 163px;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.travel-mgz-box-news-hightl-list-item__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.travel-mgz-box-news-hightl-list-item__cate,.travel-mgz-box-news-hightl-list-item__cate a {
  font-size: 11px;
  color: #ec2028;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.travel-mgz-box-news-hightl-list-item__cate a:hover{
  text-decoration: underline !important;
}
.travel-mgz-box-news-hightl-list-item__title h2, .travel-mgz-box-news-hightl-list-item__title h2 a, .travel-mgz-box-news-hightl-list-item__title h3, .travel-mgz-box-news-hightl-list-item__title h3 a, .travel-mgz-box-news-hightl-list-item__title span, .travel-mgz-box-news-hightl-list-item__title span a {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 76px;
  font-size: 16px;
  color: #252525;
  font-family: "Roboto-Bold";
}
.travel-mgz-box-news-hightl-list-item__title h2:hover, .travel-mgz-box-news-hightl-list-item__title h2 a:hover, .travel-mgz-box-news-hightl-list-item__title h3:hover, .travel-mgz-box-news-hightl-list-item__title h3 a:hover, .travel-mgz-box-news-hightl-list-item__title span:hover, .travel-mgz-box-news-hightl-list-item__title span a:hover {
  color: #ec2028;
}
.travel-mgz-box-news-hightl-list-box li:first-child article {
  padding-top: 0;
}
.travel-mgz-box-news-hightl-list-box li:last-child article {
  border: none;
}

/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate,
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate a {
    color: #ec2028;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__info {
    padding: 15px 15px 0;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-list-box {
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-list-item__title h2, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-list-item__title h2 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-list-item__title h3, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-list-item__title h3 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-list-item__title span, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-list-item__title span a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .travel-mgz-box-news-hightl-big {
    background: #fff;
  }
  .travel-mgz-box-news-hightl-big:after {
    display: none;
  }
  .travel-mgz-box-news-hightl-big__img {
    border-radius: 0;
    height: auto;
  }
  .travel-mgz-box-news-hightl-big__img:hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .travel-mgz-box-news-hightl-big__img a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .travel-mgz-box-news-hightl-big__info {
    position: static;
  }
  .travel-mgz-box-news-hightl-big__sum {
    color: #555;
  }
  .travel-mgz-box-news-hightl-list-item__img {
    max-width: 135px;
    width: 135px;
    height: 110px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    margin: 0 15px 0 0;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-box-news-hightl-list-item__title h2, .travel-mgz-box-news-hightl-list-item__title h2 a, 
  .travel-mgz-box-news-hightl-list-item__title h3, .travel-mgz-box-news-hightl-list-item__title h3 a, 
  .travel-mgz-box-news-hightl-list-item__title span, .travel-mgz-box-news-hightl-list-item__title span a {
    font-size: 20px;
  }
  .travel-mgz-box-news-hightl-list-item__cate, .travel-mgz-box-news-hightl-list-item__cate a {
    font-size: 15px;
  }
  .travel-mgz-box-news-hightl-big__sum {
    font-size: 18px;
    line-height: 23px;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate,
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate a {
    font-size: 16px;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span a {
    color: #252525;
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-box-news-hightl-list-item__title h2, .travel-mgz-box-news-hightl-list-item__title h2 a, 
  .travel-mgz-box-news-hightl-list-item__title h3, .travel-mgz-box-news-hightl-list-item__title h3 a, 
  .travel-mgz-box-news-hightl-list-item__title span, .travel-mgz-box-news-hightl-list-item__title span a {
    font-size: 18px;
  }
  .travel-mgz-box-news-hightl-list-item__cate, .travel-mgz-box-news-hightl-list-item__cate a {
    font-size: 13px;
  }
  .travel-mgz-box-news-hightl-big__sum {
    font-size: 16px;
    line-height: 21px;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate,
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate a {
    font-size: 14px;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span a {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-box-news-hightl-list-item__title h2, .travel-mgz-box-news-hightl-list-item__title h2 a, 
  .travel-mgz-box-news-hightl-list-item__title h3, .travel-mgz-box-news-hightl-list-item__title h3 a, 
  .travel-mgz-box-news-hightl-list-item__title span, .travel-mgz-box-news-hightl-list-item__title span a {
    font-size: 16px;
  }
  .travel-mgz-box-news-hightl-list-item__cate, .travel-mgz-box-news-hightl-list-item__cate a {
    font-size: 11px;
  }
  .travel-mgz-box-news-hightl-big__sum {
    font-size: 14px;
    line-height: 19px;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate,
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate a {
    font-size: 12px;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span a {
    font-size: 28px;
    line-height: 36px;
  }
}
/*== End Hoz ==*/

@media screen and (max-width: 480px) {
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate,
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate a{
    font-size: 14px;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span a {
    font-size: 30px;
    line-height: 38px;
  }
  .travel-mgz-box-news-hightl-big__sum {
    font-size: 16px;
    line-height: 21px;
  }
  .travel-mgz-box-news-hightl-list-item__cate, .travel-mgz-box-news-hightl-list-item__cate a {
    font-size: 13px;
  }
  .travel-mgz-box-news-hightl-list-item__title h2, .travel-mgz-box-news-hightl-list-item__title h2 a, .travel-mgz-box-news-hightl-list-item__title h3, .travel-mgz-box-news-hightl-list-item__title h3 a, .travel-mgz-box-news-hightl-list-item__title span, .travel-mgz-box-news-hightl-list-item__title span a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 66px;
    font-size: 18px;
    margin: 0 0 3px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate,
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate a {
    font-size: 12px;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span a {
    font-size: 28px;
    line-height: 36px;
  }
  .travel-mgz-box-news-hightl-big__sum {
    font-size: 14px;
    line-height: 19px;
  }
  .travel-mgz-box-news-hightl-list-item__cate, .travel-mgz-box-news-hightl-list-item__cate a {
    font-size: 11px;
  }
  .travel-mgz-box-news-hightl-list-item__title h2, .travel-mgz-box-news-hightl-list-item__title h2 a, .travel-mgz-box-news-hightl-list-item__title h3, .travel-mgz-box-news-hightl-list-item__title h3 a, .travel-mgz-box-news-hightl-list-item__title span, .travel-mgz-box-news-hightl-list-item__title span a {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 76px;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate,
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__cate a {
    font-size: 10px;
  }
  .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-hightl .travel-mgz-box-news-hightl-big__title span a {
    font-size: 26px;
    line-height: 34px;
  }
  .travel-mgz-box-news-hightl-big__sum {
    font-size: 12px;
    line-height: 17px;
  }
  .travel-mgz-box-news-hightl-list-item__cate, .travel-mgz-box-news-hightl-list-item__cate a {
    font-size: 9px;
  }
  .travel-mgz-box-news-hightl-list-item__img {
    max-width: 140px;
    width: 140px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
  .travel-mgz-box-news-hightl-list-item__title h2, .travel-mgz-box-news-hightl-list-item__title h2 a, .travel-mgz-box-news-hightl-list-item__title h3, .travel-mgz-box-news-hightl-list-item__title h3 a, .travel-mgz-box-news-hightl-list-item__title span, .travel-mgz-box-news-hightl-list-item__title span a {
    font-size: 14px;
  }
}
/*== End Reponsive ==*/
/*== End Box News Highlight ==*/

/*== Box News 2 col & Adv Right & Block ==*/
.travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__img {
  border-radius: 0;
  height: 269px;
}
.travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name {
  margin: 17px 0 6px;
}
.travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3 a {
  font-size: 22px;
  line-height: 28px;
  max-height: 57px;
}
.travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__sum {
  margin: 7px 0 0;
  font-size: 14px;
  line-height: 19px;
}
.travel-mgz-box-news-block-adv-fixed {
  max-width: 300px;
  margin: auto;
}
.travel-mgz-box-news-block-box {
  position: relative;
  border: 1px solid #ebebeb;
  padding: 40px 20px 20px;
}
.travel-mgz-box-news-block-box.border-blue {
  border-top: 2px solid #0172bc;
}
.travel-mgz-box-news-block-box.border-red {
  border-top: 2px solid #bb1414;
}
.travel-mgz-box-news-block-box .travel-mgz-box-news-hightl-list-item {
  padding: 0 0 15px;
  border: none;
}
.travel-mgz-box-news-block-box .travel-mgz-box-news-hightl-list-item__img {
  width: 127px;
  height: 95px;
  max-width: 127px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 127px;
          flex: 0 0 127px;
}
.travel-mgz-box-news-block-box .travel-mgz-box-news-hightl-list-item__title h3, .travel-mgz-box-news-block-box .travel-mgz-box-news-hightl-list-item__title h3 a, .travel-mgz-box-news-block-box .travel-mgz-box-news-hightl-list-item__title span, .travel-mgz-box-news-block-box .travel-mgz-box-news-hightl-list-item__title span a {
  font-size: 15px;
}
.travel-mgz-box-news-block-box .travel-mgz-box-news-block-box-list li:last-child article {
  padding: 0;
}

/*== Reponsive ==*/
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2, 
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2 a, 
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3, 
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 24px;
    line-height: 30px;
  }
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__sum {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2, 
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2 a, 
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3, 
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 22px;
    line-height: 28px;
  }
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__sum {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2, 
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2 a, 
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3, 
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 20px;
    line-height: 26px;
  }
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__sum {
    font-size: 14px;
    line-height: 19px;
  }
}
/*== End Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__img {
    height: 245px;
  }
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2 a,
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 22px;
    line-height: 28px;
  }
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-hightl-list-box {
    border-top: 1px solid #ebebeb;
    padding: 20px 0 0;
  }
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__sum {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2 a,
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 20px;
    line-height: 26px;
  }
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__sum {
    font-size: 14px;
    line-height: 19px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h2 a,
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 18px;
    line-height: 24px;
  }
  .travel-mgz-box-news-2-collum-adv-right-box .travel-mgz-box-news-fest-big__sum {
    font-size: 12px;
    line-height: 17px;
  }
}
/*== End Reponsive ==*/
/*== End Box News 2 col & Adv Right & Block ==*/

/*== Block News right featured ==*/
.travel-mgz-box-news-block-featured {
  background: #d4f7f7;
  border: none;
  padding: 30px 20px 20px;
  margin-bottom: 30px;
}
.travel-mgz-box-news-block-featured .travel-mgz-title-home-line hgroup {
  padding: 0 0 25px;
}
.travel-mgz-box-news-block-featured .travel-mgz-title-home-line h3, .travel-mgz-box-news-block-featured .travel-mgz-title-home-line span {
  font-family: "PlayfairDisplay-Bold";
  font-size: 28px;
  color: #252525;
}
.travel-mgz-box-news-block-featured .travel-mgz-title-home-line h3:before, .travel-mgz-box-news-block-featured .travel-mgz-title-home-line h3:after, .travel-mgz-box-news-block-featured .travel-mgz-title-home-line span:before, .travel-mgz-box-news-block-featured .travel-mgz-title-home-line span:after {
  width: 50px;
}
.travel-mgz-box-news-block-featured .travel-mgz-title-home-line h3:before, .travel-mgz-box-news-block-featured .travel-mgz-title-home-line span:before {
  left: -70px;
}
.travel-mgz-box-news-block-featured .travel-mgz-title-home-line h3:after, .travel-mgz-box-news-block-featured .travel-mgz-title-home-line span:after {
  right: -70px;
}
.travel-mgz-box-news-block-featured .travel-mgz-box-news-block-box-list {
  max-height: 440px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #7b8c8c #b4d0d0;
}
.travel-mgz-box-news-block-featured .travel-mgz-box-news-block-box-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #b4d0d0;
  border-radius: 6px;
  background-color: #b4d0d0;
}
.travel-mgz-box-news-block-featured .travel-mgz-box-news-block-box-list::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  background-color: #b4d0d0;
}
.travel-mgz-box-news-block-featured .travel-mgz-box-news-block-box-list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px #b4d0d0;
  background-color: #7b8c8c;
}
.travel-mgz-box-news-block-featured .travel-mgz-box-news-hightl-list-item {
  padding: 0 0 20px;
}

/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-box-news-block-featured {
    background: #def6f7;
    padding: 35px 15px 20px;
  }
  .travel-mgz-box-news-block-featured .row {
    margin: 0 -8px;
  }
  .travel-mgz-box-news-block-featured .row [class*=col-] {
    padding: 0 8px;
  }
}
@media screen and (max-width: 480px) {
  .travel-mgz-box-news-block-featured .travel-mgz-title-home-line h3, .travel-mgz-box-news-block-featured .travel-mgz-title-home-line span {
    font-size: 38px;
  }
  .travel-mgz-box-news-block-featured .travel-mgz-box-list-news-img {
    height: 116px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-box-news-block-featured .travel-mgz-title-home-line h3, .travel-mgz-box-news-block-featured .travel-mgz-title-home-line span {
    font-size: 36px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-box-news-block-featured .travel-mgz-title-home-line h3, .travel-mgz-box-news-block-featured .travel-mgz-title-home-line span {
    font-size: 34px;
  }
}
/*== End Block News right featured ==*/

/*== Box News festival ==*/
.travel-mgz-box-news-fest {
  padding: 40px 0 0;
  background: #d4f7f7;
}
.travel-mgz-box-news-fest-big__img {
  position: relative;
  height: 429px;
  border-radius: 9px;
  overflow: hidden;
}
.travel-mgz-box-news-fest-big__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.travel-mgz-box-news-fest-big__name {
  margin: 20px 0 18px;
}
.travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-news-fest-big__name h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 65px;
  color: #252525;
  font-size: 25px;
  line-height: 34px;
  font-family: "Roboto-Bold";
}
.travel-mgz-box-news-fest-big__name h2:hover, .travel-mgz-box-news-fest-big__name h2 a:hover, .travel-mgz-box-news-fest-big__name h3:hover, .travel-mgz-box-news-fest-big__name h3 a:hover {
  color: #ec2028;
}
.travel-mgz-box-news-fest-big__sum {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 67px;
  margin: 16px 0 0;
  font-size: 16px;
  color: #555;
  line-height: 23px;
}
.travel-mgz-box-news-fest-small__img {
  position: relative;
  height: 200px;
  border-radius: 9px;
  overflow: hidden;
}
.travel-mgz-box-news-fest-small__img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.travel-mgz-box-news-fest-small__name {
  margin: 10px 0 8px;
}
.travel-mgz-box-news-fest-small__name h2, .travel-mgz-box-news-fest-small__name h2 a, .travel-mgz-box-news-fest-small__name h3, .travel-mgz-box-news-fest-small__name h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 68px;
  color: #252525;
  font-size: 18px;
  line-height: 23px;
  font-family: "Roboto-Bold";
}
.travel-mgz-box-news-fest-small__name h2:hover, .travel-mgz-box-news-fest-small__name h2 a:hover, .travel-mgz-box-news-fest-small__name h3:hover, .travel-mgz-box-news-fest-small__name h3 a:hover {
  color: #ec2028;
}
.icon-cate-abl {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}
/*== Reponsive ==*/
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-box-news-fest-big__sum {
    font-size: 18px;
    line-height: 23px;
  }
  .travel-mgz-box-news-fest-small__name h2, .travel-mgz-box-news-fest-small__name h2 a, 
  .travel-mgz-box-news-fest-small__name h3, .travel-mgz-box-news-fest-small__name h3 a {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-box-news-fest-big__sum {
    font-size: 16px;
    line-height: 21px;
  }
  .travel-mgz-box-news-fest-small__name h2, .travel-mgz-box-news-fest-small__name h2 a, 
  .travel-mgz-box-news-fest-small__name h3, .travel-mgz-box-news-fest-small__name h3 a {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-box-news-fest-big__sum {
    font-size: 14px;
    line-height: 19px;
  }
  .travel-mgz-box-news-fest-small__name h2, .travel-mgz-box-news-fest-small__name h2 a, 
  .travel-mgz-box-news-fest-small__name h3, .travel-mgz-box-news-fest-small__name h3 a {
    font-size: 16px;
    line-height: 21px;
  }
}
/*== End Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-box-news-fest .row-m {
    margin: 0 -8px;
  }
  .travel-mgz-box-news-fest .row-m [class*=col-] {
    padding: 0 8px;
  }
  .travel-mgz-box-news-fest .travel-mgz-art-details-btn-readmore a {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    border-color: #747c7c;
  }
  .travel-mgz-box-news-fest-big__img {
    height: 245px;
  }
  .travel-mgz-box-news-fest-small__img {
    height: 130px;
  }
  .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 22px;
    line-height: 32px;
  }
  .travel-mgz-box-news-fest-small__name h2, .travel-mgz-box-news-fest-small__name h2 a, .travel-mgz-box-news-fest-small__name h3, .travel-mgz-box-news-fest-small__name h3 a {
    font-size: 18px;
    line-height: 23px;
  }
  .travel-mgz-box-news-fest-big__sum {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-box-news-fest-big__sum {
    font-size: 14px;
    line-height: 19px;
  }
  .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 20px;
    line-height: 30px;
  }
  .travel-mgz-box-news-fest-small__name h2, .travel-mgz-box-news-fest-small__name h2 a, .travel-mgz-box-news-fest-small__name h3, .travel-mgz-box-news-fest-small__name h3 a {
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-box-news-fest-big__name {
    margin: 10px 0 0;
  }
  .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 18px;
    line-height: 28px;
  }
  .travel-mgz-box-news-fest-big__sum {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
  }
  .travel-mgz-box-news-fest-small__name h2, .travel-mgz-box-news-fest-small__name h2 a, .travel-mgz-box-news-fest-small__name h3, .travel-mgz-box-news-fest-small__name h3 a {
    font-size: 14px;
    line-height: 19px;
  }
  .travel-mgz-box-news-fest-small__img {
    height: 120px;
  }
}
/*== End Reponsive ==*/
/*== End Box News festival ==*/

/*== Box News Tour ==*/
.travel-mgz-box-news-tour {
  background: #4ccdda;
  padding: 54px 0 10px;
}
.travel-mgz-box-news-tour .padding-20 {
  padding: 19px 10px 19px 19px;
}
.travel-mgz-box-news-tour .bod-radi-6 {
  border-radius: 0 6px 6px 0;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span a {
  line-height: 47px;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__img {
  height: 563px;
  border-radius: 6px 0 0 6px;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__img a{
  position: relative;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big:after {
  border-radius: 0 0 0 6px;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-list-item__info {
  padding: 0 10px 0 0;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-list-box {
  max-height: 525px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #a1a1a1 #ebebeb;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-list-box li:last-child article {
  padding-bottom: 0;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-list-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ebebeb;
  border-radius: 6px;
  background-color: #ebebeb;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-list-box::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  background-color: #ebebeb;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-list-box::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px #ebebeb;
  background-color: #a1a1a1;
}
.travel-mgz-box-news-tour .travel-mgz-box-news-hightl-list-item__img {
  max-width: 149px;
  width: 149px;
  height: 108px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 163px;
  flex: 0 0 149px;
  border-radius: 6px;
}

/*== Reponsive ==*/
@media screen and (min-width: 1025px) {
  .travel-mgz-box-news-tour .col-lg-8 {
      -webkit-box-flex: 0;
      flex: 0 0 750px;
      max-width: 750px;
  }
  .travel-mgz-box-news-tour .col-lg-4 {
      flex: 1;
      max-width: inherit;
  }
}
@media screen and (max-width: 991px) {
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
  }
  .travel-mgz-box-news-tour .bod-radi-6 {
    border-radius: 0 0 6px 6px;
  }
}
@media screen and (max-width: 767px) {
  .travel-mgz-box-news-tour {
    padding: 40px 0 10px;
  }
  .travel-mgz-box-news-tour .padding-20 {
    padding: 15px 10px 15px 15px;
  }
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-list-item__img {
    max-width: 141px;
    width: 141px;
    height: 106px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 141px;
            flex: 0 0 141px;
    margin: 0 15px 0 0;
  }
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big-list-item__img {
    max-width: 143px;
    width: 143px;
    height: 108px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 143px;
            flex: 0 0 143px;
  }
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__info {
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
  }
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__img,
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__img a,
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__img img {
    border-radius: 0;
    height: auto !important;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span a {
    color: #252525;
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span a {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span a {
    font-size: 24px;
    line-height: 32px;
  }
}
/*== End Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span a {
    font-size: 26px;
    line-height: 34px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span a {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-list-item__img {
    max-width: 120px;
    width: 120px;
  }
  .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title h3 a, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span, .travel-mgz-box-news-tour .travel-mgz-box-news-hightl-big__title span a {
    font-size: 22px;
    line-height: 30px;
  }
}
/*== End Reponsive ==*/
/*== End Box News Tour ==*/

/*== Box List News ==*/
.travel-mgz-box-list-news-img {
  height: 203px;
  margin: 0 0 15px;
  overflow: hidden;
}
.travel-mgz-box-list-news-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.travel-mgz-box-list-news-name {
  margin: 0 0 10px;
}
.travel-mgz-box-list-news-name h3, .travel-mgz-box-list-news-name h3 a, .travel-mgz-box-list-news-name span, .travel-mgz-box-list-news-name span a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 63px;
  color: #252525;
  font-size: 16px;
  line-height: 21px;
  font-family: "Roboto-Bold";
}
.travel-mgz-box-list-news-name h3:hover, .travel-mgz-box-list-news-name h3 a:hover, .travel-mgz-box-list-news-name span:hover, .travel-mgz-box-list-news-name span a:hover {
  color: #ec2028;
}
.travel-mgz-box-list-news-time time {
  font-size: 11px;
  color: #a1a1a1;
}
.travel-mgz-box-list-news hr,.hr_home hr {
  margin-top: 0;
}
/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-box-list-news .row {
    margin: 0 -8px;
  }
  .travel-mgz-box-list-news .row [class*=col-] {
    padding: 0 8px;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-box-list-news-time time {
    font-size: 15px;
  }
  .travel-mgz-box-list-news-name h3, .travel-mgz-box-list-news-name h3 a, .travel-mgz-box-list-news-name span, .travel-mgz-box-list-news-name span a {
    max-height: 75px;
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-box-list-news-time time {
    font-size: 13px;
  }
  .travel-mgz-box-list-news-name h3, .travel-mgz-box-list-news-name h3 a, .travel-mgz-box-list-news-name span, .travel-mgz-box-list-news-name span a {
    max-height: 72px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-box-list-news-time time {
    font-size: 11px;
  }
  .travel-mgz-box-list-news-name h3, .travel-mgz-box-list-news-name h3 a, .travel-mgz-box-list-news-name span, .travel-mgz-box-list-news-name span a {
    max-height: 63px;
    font-size: 16px;
    line-height: 21px;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-box-list-news .travel-mgz-box-list-news-img {
    height: 116px;
  }
  .travel-mgz-box-list-news-img {
    height: 150px;
  }
  .travel-mgz-box-list-news-time time {
    font-size: 13px;
  }
  .travel-mgz-box-list-news-name h3, .travel-mgz-box-list-news-name h3 a, .travel-mgz-box-list-news-name span, .travel-mgz-box-list-news-name span a {
    max-height: 72px;
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-box-list-news-time time {
    font-size: 11px;
  }
  .travel-mgz-box-list-news-name h3, .travel-mgz-box-list-news-name h3 a, .travel-mgz-box-list-news-name span, .travel-mgz-box-list-news-name span a {
    max-height: 63px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-box-list-news-img {
    margin: 0 0 10px;
    height: 120px;
  }
  .travel-mgz-box-list-news-time time {
    font-size: 9px;
  }
  .travel-mgz-box-list-news-name h3, .travel-mgz-box-list-news-name h3 a, .travel-mgz-box-list-news-name span, .travel-mgz-box-list-news-name span a {
    font-size: 14px;
    line-height: 19px;
  }
}
/*== End Reponsive ==*/
/*== End Box List News ==*/
/*== End Page Home ==*/

/*== Page Cate Level 1 ==*/
.travel-mgz-box-cate-level-title h1,.travel-mgz-box-cate-level-title h1 a {
  font-size: 42px;
  color: #252525;
  font-family: "PlayfairDisplay-Bold";
}
.travel-mgz-box-cate-level-title h1 a:hover{
  color: #ec2028;
} 
.travel-mgz-box-cate-level-link li a {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 4px 7px;
  background: #ebebeb;
  font-size: 13px;
  color: #7d7d7d;
  border-radius: 5px;
  text-transform: uppercase;
}
.travel-mgz-box-cate-level-link li a:hover {
  background: #ec2028;
  color: #fff;
}
.travel-mgz-box-news-hightl-big__title .img-tags {
  display: inline-block;
  width: 31px;
  height: 31px;
  margin: 0 0 0 5px;
}
.travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__img.no-bor-radi {
  border-radius: 0;
  height: 276px;
}
.travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3 a {
  max-height: 56px;
  font-size: 22px;
  line-height: 28px;
}
.travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__sum {
  max-height: 60px;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0 0;
}
.travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name {
  margin: 10px 0 4px;
}
/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-box-cate-level-link {
    margin: 10px 0 0;
  }
  .travel-mgz-box-cate-level-link ul {
    max-width: 100%;
    white-space: nowrap;
    overflow-x: auto;
  }
  .travel-mgz-box-cate-level-link ul li a {
    margin: 0 10px 0 0;
  }
  .travel-mgz-box-cate-level-hightl-big.travel-mgz-box-news-hightl-big {
    margin: 0 -15px;
  }
  .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title {
    margin: 24px 0 10px;
  }
  .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__info {
    padding: 0 15px;
  }
  .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3 a{
    color: #252525;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-box-cate-level-title h1,.travel-mgz-box-cate-level-title h1 a {
    font-size: 42px;
  }
  .travel-mgz-box-cate-level-link ul li a {
    font-size: 17px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__sum {
    font-size: 18px;
    line-height: 23px;
    max-height: 69px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__img.no-bor-radi {
    height: 245px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 24px;
    line-height: 34px;
    max-height: 67px;
  }
  .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3 a {
    font-size: 32px;
    line-height: 40px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-box-cate-level-title h1,.travel-mgz-box-cate-level-title h1 a {
    font-size: 40px;
  }
  .travel-mgz-box-cate-level-link ul li a {
    font-size: 15px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__sum {
    font-size: 16px;
    line-height: 21px;
    max-height: 67px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 22px;
    line-height: 32px;
    max-height: 65px;
  }
  .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3 a {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-box-cate-level-title h1,.travel-mgz-box-cate-level-title h1 a {
    font-size: 38px;
  }
  .travel-mgz-box-cate-level-link ul li a {
    font-size: 13px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__sum {
    font-size: 14px;
    line-height: 19px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 20px;
    line-height: 30px;
  }
  .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3 a {
    font-size: 28px;
    line-height: 36px;
  }
}
/*== End Hoz ==*/

@media screen and (max-width: 480px) {
  .travel-mgz-box-cate-level-title h1,.travel-mgz-box-cate-level-title h1 a {
    font-size: 40px;
  }
  .travel-mgz-box-cate-level-link ul li a {
    font-size: 15px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__sum {
    font-size: 16px;
    line-height: 21px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 22px;
    line-height: 32px;
  }
  .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3 a {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-box-cate-level-title h1,.travel-mgz-box-cate-level-title h1 a {
    font-size: 38px;
  }
  .travel-mgz-box-cate-level-link ul li a {
    font-size: 13px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__sum {
    font-size: 14px;
    line-height: 19px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 20px;
    line-height: 30px;
  }
  .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3 a {
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-box-cate-level-title h1,.travel-mgz-box-cate-level-title h1 a {
    font-size: 36px;
  }
  .travel-mgz-box-cate-level-link ul li a {
    font-size: 11px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__sum {
    font-size: 12px;
    line-height: 17px;
  }
  .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 18px;
    line-height: 28px;
  }
  .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h2 a, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3, .travel-mgz-box-cate-level-hightl-big .travel-mgz-box-news-hightl-big__title h3 a {
    font-size: 26px;
    line-height: 34px;
  }
}
/*== End Reponsive ==*/

/*== Box News-List-Collum-Cate-level-1 ==*/
.travel-mgz-box-cate-level-list-collum ul li {
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
}
.travel-mgz-box-cate-level-list-collum__img {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 276px;
          flex: 0 0 276px;
  max-width: 276px;
  height: 205px;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.travel-mgz-box-cate-level-list-collum__img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.travel-mgz-box-cate-level-list-collum .travel-mgz-box-cate-level-2-collum .travel-mgz-box-news-fest-big__name {
  margin: 0 0 4px;
}
/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-box-cate-level-list-collum ul li {
    padding: 15px 0;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 71px;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 3px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3 a {
    max-height: 69px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3 a {
    -webkit-line-clamp: 4;
    max-height: 79px;
    line-height: 20px;
    font-size: 16px;
  }
}
/*== End Hoz ==*/
@media screen and (max-width: 480px) {
  .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3 a {
    -webkit-line-clamp: 3;
    max-height: 69px;
    font-size: 18px;
    line-height: 22px;
  }
  .travel-mgz-box-cate-level-list-collum__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    max-width: 135px;
    height: 102px;
    margin: 0 15px 0 0;
  }
  .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__sum {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3 a {
    -webkit-line-clamp: 4;
    max-height: 79px;
    line-height: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h2 a, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3, .travel-mgz-box-cate-level-list-collum .travel-mgz-box-news-fest-big__name h3 a {
    font-size: 14px;
  }
}
/*== End Reponsive ==*/
/*== Box News-List-Collum-Cate-level-1 ==*/

/*== Box Adv & View News ==*/
.travel-mgz-box-adv-view-news__box--title {
  position: relative;
  display: block;
  margin: 0 0 16px;
}
.travel-mgz-box-adv-view-news__box--title span, .travel-mgz-box-adv-view-news__box--title h3{
  display: inline-block;
  padding: 0 10px 0 10px;
  border-left: 6px solid #ec2028;
  font-size: 26px;
  color: #252525;
  font-family: "PlayfairDisplay-Bold";
  background: #fff;
}
.travel-mgz-box-adv-view-news__box--title span:after, .travel-mgz-box-adv-view-news__box--title h3:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ec2028;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.travel-mgz-box-adv-view-news__box--img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  max-width: 90px;
  height: 70px;
  margin: 0 15px 0 0;
}
.travel-mgz-box-adv-view-news__box--name span, .travel-mgz-box-adv-view-news__box--name span a {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 62px;
  font-size: 15px;
  line-height: 20px;
  color: #252525;
  font-family: "Roboto-Bold";
}
.travel-mgz-box-adv-view-news__box--name span:hover, .travel-mgz-box-adv-view-news__box--name span a:hover {
  color: #ec2028;
}
.travel-mgz-box-adv-view-news .row {
  margin: 0 -30px;
}
.travel-mgz-box-adv-view-news [class*=col-] {
  padding: 0 30px;
}
.travel-mgz-box-adv-view-news [class*=col-]:nth-child(2) {
  border-left: 1px solid #f0f0f0;
}
.travel-mgz-box-adv-view-news__box--list {
  max-height: 236px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #a1a1a1 #ebebeb;
}
.travel-mgz-box-adv-view-news__box--list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ebebeb;
  border-radius: 6px;
  background-color: #ebebeb;
}
.travel-mgz-box-adv-view-news__box--list::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  background-color: #ebebeb;
}
.travel-mgz-box-adv-view-news__box--list::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px #ebebeb;
  background-color: #a1a1a1;
}
.travel-mgz-box-adv-view-news__box--list li {
  margin: 0 0 15px;
}

/*== Reponsive ==*/
@media screen and (min-width: 1023px) and (max-width: 1025px) {
  .travel-mgz-box-adv-view-news__box--list {
    max-height: 193px;
  }
}
@media screen and (max-width: 767px) {
  .travel-mgz-box-adv-view-news__box--list {
    max-height: 100%;
  }
  .travel-mgz-box-adv-view-news__box--img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    max-width: 135px;
    height: 102px;
  }
  .travel-mgz-box-adv-view-news__box--list li {
    border-top: 1px solid #ebebeb;
    padding: 15px 0;
    margin: 0;
  }
  .travel-mgz-box-adv-view-news__box--list li:first-child {
    border: none;
    padding-top: 0;
  }
  .travel-mgz-box-adv-view-news__box--list li:last-child {
    padding-bottom: 0;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-box-adv-view-news__box--title span, .travel-mgz-box-adv-view-news__box--title h3{
    font-size: 32px;
  }
  .travel-mgz-box-adv-view-news__box--name span, .travel-mgz-box-adv-view-news__box--name span a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 71px;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 3px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-box-adv-view-news__box--title span, .travel-mgz-box-adv-view-news__box--title h3{
    font-size: 30px;
  }
  .travel-mgz-box-adv-view-news__box--name span, .travel-mgz-box-adv-view-news__box--name span a {
    max-height: 69px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-box-adv-view-news__box--title span, .travel-mgz-box-adv-view-news__box--title h3 {
    font-size: 28px;
  }
  .travel-mgz-box-adv-view-news__box--name span, .travel-mgz-box-adv-view-news__box--name span a {
    -webkit-line-clamp: 4;
    max-height: 79px;
    line-height: 20px;
    font-size: 16px;
  }
}
/*== End Hoz ==*/

@media screen and (max-width: 480px) {
  .travel-mgz-box-adv-view-news__box--title span, .travel-mgz-box-adv-view-news__box--title h3{
    font-size: 30px;
  }
  .travel-mgz-box-adv-view-news__box--name span, .travel-mgz-box-adv-view-news__box--name span a {
    -webkit-line-clamp: 3;
    max-height: 69px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-box-adv-view-news__box--title span, .travel-mgz-box-adv-view-news__box--title h3{
    font-size: 28px;
  }
  .travel-mgz-box-adv-view-news__box--name span, .travel-mgz-box-adv-view-news__box--name span a {
    -webkit-line-clamp: 4;
    max-height: 79px;
    line-height: 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-box-adv-view-news__box--title span, .travel-mgz-box-adv-view-news__box--title h3{
    font-size: 26px;
  }
  .travel-mgz-box-adv-view-news__box--name span, .travel-mgz-box-adv-view-news__box--name span a {
    font-size: 14px;
  }
}
/*== End Reponsive ==*/
/*== End Box Adv & View News ==*/

/*== Box Clip Hot Cate Level 1 ==*/
.travel-mgz-box-news-video {
  background: #1e2627;
  padding: 49px 0 40px;
}
.travel-mgz-box-news-video .row {
  background: #fff;
  border-radius: 6px;
}
.travel-mgz-box-news-video .col-lg-4{
  margin-bottom: 0 !important;
}
.travel-mgz-box-news-video .travel-mgz-title-home-line h2 a, .travel-mgz-box-news-video .travel-mgz-title-home-line h3, .travel-mgz-box-news-video .travel-mgz-title-home-line span {
  color: #fff;
}
.travel-mgz-box-news-video .travel-mgz-title-home-line h2:before, .travel-mgz-box-news-video .travel-mgz-title-home-line h2:after, .travel-mgz-box-news-video .travel-mgz-title-home-line h3:before, .travel-mgz-box-news-video .travel-mgz-title-home-line h3:after, .travel-mgz-box-news-video .travel-mgz-title-home-line span:before, .travel-mgz-box-news-video .travel-mgz-title-home-line span:after {
  background: #fff;
}
.travel-mgz-box-news-video .travel-mgz-box-news-hightl-list-item__img .icon-play-box-video {
  width: 46px;
  height: 46px;
}
.icon-play-box-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 100px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-box-news-video {
    padding: 30px 0;
  }
  .travel-mgz-box-news-video .travel-mgz-box-news-hightl-big .icon-play-box-video {
    top: 27%;
  }
}
/*== End Reponsive ==*/
/*== End Box Clip Hot Cate Level 1 ==*/

/*== End Page Cate Level 1 ==*/

/*== Page Article Details ==*/
.travel-mgz-art-details-title h1 {
  font-size: 42px;
  line-height: 58px;
  color: #252525;
  font-family: "PlayfairDisplay-Bold";
  margin: 0 0 30px;
}
.travel-mgz-art-details-time time {
  font-size: 14px;
  color: #898989;
}
.travel-mgz-art-details-social p {
  font-size: 14px;
  color: #898989;
}
.travel-mgz-art-details-social span {
  width: 33px;
  margin: 0 0 0 10px;
}
.travel-mgz-art-details-event-link span {
  font-size: 14px;
  color: #252525;
}
.travel-mgz-art-details-event-link span a {
  color: #ec2028;
  text-decoration: underline !important;
}
.travel-mgz-art-details-event-link span a:hover {
  color: #252525;
}
.travel-mgz-art-details-info .viewVideoPlay{
  margin: 15px 0;
}
.travel-mgz-art-details-info:not(.liveCnt p,.liveCnt span,.liveCnt strong, .liveCnt a),.travel-mgz-art-details-info p, .travel-mgz-art-details-info .travel-mgz-art-details-sum,
.travel-mgz-art-details-info h3,.travel-mgz-art-details-info h4,
.travel-mgz-art-details-info h5,.travel-mgz-art-details-info ol li {
  color: #252525;
  font-size: 18px;
  line-height: 30px;
  font-family: "NotoSerif-Regular";
  margin: 0 0 10px;
}
.travel-mgz-art-details-info:not(.liveCnt) h4 {
  margin: 20px 0;
}
.travel-mgz-art-details-info span.dropcap.dropcap2 {
  margin: 0 9px 0 0;
  padding: 0 13px 0 0;
  float: left;
  font-size: 95px;
  line-height: 85px;
  min-width: 62px;
  min-height: 62px;
  background-color: transparent;
  color: #4B4B4B;
}
.travel-mgz-art-details-info .has-background{
  background: none !important;
}
.travel-mgz-art-details-info p strong, .travel-mgz-art-details-info .travel-mgz-art-details-sum strong {
  font-family: "NotoSerif-Bold";
}
/*== Minhdt 15/10/2021 Fix-style-chu-thich-anh ==*/
.travel-mgz-art-details-info p.travel-mgz-art-details-img__cap,
.travel-mgz-art-details-info .img_chu_thich_0407,
.travel-mgz-art-details-info .wp-block-image figcaption{
  font-size: 15px;
  line-height: 21px;
  color: #252525;
  font-family: "Roboto-Regular";
  margin: 10px 0;
  font-style: italic;
  text-align: center;
}
/*== End Minhdt 15/10/2021 Fix-style-chu-thich-anh ==*/													   
.travel-mgz-art-details-info .wp-block-image figcaption br{
  display: none;
}
.travel-mgz-art-details-text strong {
  font-size: 22px;
}
.travel-mgz-art-details-random {
  background: #def7f7;
  border-top: 2px solid #4ccdda;
}
.travel-mgz-art-details-random-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
  max-width: 240px;
  height: 184px;
}
.travel-mgz-art-details-random-img img{
  margin: 0;
}
.travel-mgz-art-details-random-info {
  padding: 15px 30px;
}
.travel-mgz-art-details-random-info span {
  display: block;
  max-height:78px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.travel-mgz-art-details-random-info span, .travel-mgz-art-details-random-info span a {
  color: #252525;
  font-size: 20px;
  line-height: 26px;
  font-family: "Roboto-Bold";
}
.travel-mgz-art-details-random-info span:hover, .travel-mgz-art-details-random-info span a:hover {
  color: #ec2028;
}
.travel-mgz-art-details-info .travel-mgz-art-details-random-info p {
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  margin: 10px 0 0;
  line-height: 20px;
  color: #252525;
  font-family: "Roboto-Regular";
}
.travel-mgz-art-details-author-source p {
  font-size: 16px;
  color: #252525;
  margin: 0 0 5px 0;
  font-family: "NotoSerif-Bold";
}
.travel-mgz-art-details-author-source p em {
  font-family: "NotoSerif-Italic";
}
.travel-mgz-art-details-link-source {
  font-size: 14px;
  padding: 0 0 15px;
  line-height: 22px;
  color: #757575;
  font-style: italic;
}
.travel-mgz-art-details-tags span {
  height: 30px;
  margin: 0 10px 10px 0;
}
.travel-mgz-art-details-tags span a {
  display: inline-block;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 999px;
  font-size: 14px;
  color: #252525;
  background: #ddd;
}
.travel-mgz-art-details-tags span a:hover {
  background: #ec2127;
  color: #fff;
}
.travel-mgz-art-details-related-news {
  /* border-top: 1px solid #f0f0f0; */ /* Minhdt 15/03/2022 Fix-bo-boder-top-toi-uu-phan-comment-moi-them */
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 30px; /* Minhdt 15/03/2022 Fix-bo-padding-top-toi-uu-phan-comment-moi-them */
  margin:30px 0; /* Minhdt 15/03/2022 Fix-chinh-margin-top-toi-uu-phan-comment-moi-them */
}
.travel-mgz-art-details-related-news .travel-mgz-box-list-news-img {
  height: 280px;
}
.travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span, .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span a {
  max-height: 65px;
  font-size: 18px;
  line-height: 23px;
}
.travel-mgz-art-details-btn-readmore a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 160px;
  padding: 0 20px;
  height: 48px;
  border: 1px solid #d7d7d7;
  font-size: 16px;
  color: #ec2028;
  text-transform: uppercase;
}
.travel-mgz-art-details-btn-readmore a:hover {
  border-color: #ec2028;
}
.travel-mgz-art-details-btn-readmore a img {
  width: 18px;
  margin: 0 10px;
}
.travel-mgz-art-details-info ol {
  list-style-position: inside;
}
/*== Muc Luc Bai Viet ==*/
.mucluc {
  width: 100%;
  margin: 15px 0;
}
.muclucCtn {
  padding: 20px;
  background: #fffec7;
  border: 1px solid #fecb2e;
}
.muclucTit {
  text-align: center
}
.muclucTit span {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "NotoSerif-Bold";
}
.mucluc a {
  display: block;
  font-size: 15px;
  line-height: 28px;
  color: #252525;
  font-family: "Roboto-Bold";
}
.mucluc a:hover {
  color: #ec2028;
}
.stepMl {
  padding-left: 15px
}
.stepMl a {
  position: relative
}
.stepMl a:before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: -15px;
  top: 11px;
  background-color: #ec2028;
}
.addInfo {
  padding-left: 30px
}
.addInfo .addInfoLk {
  position: relative
}
.addInfoLk:before {
  position: absolute;
  content: "";
  display: block;
  left: -15px;
  top: 8px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #ec2028;
}
/*== End Muc Luc Bai Viet ==*/

/*== Box Xem them cac ky ==*/
.xemThemCacKy {
  position: relative;
  margin: 15px 0 10px;
  font-size: 18px;
  color: #ec2028;
  text-align: center;
  text-transform: uppercase;
  font-family: "NotoSerif-Bold";
}
.xemThemCacKy:before,.xemThemCacKy:after {
  content: '';
  position: absolute;
  width:35%;
  height: 1px;
  top: 50%;
  background: #ddd;
  transform: translateY(-50%);
}
.xemThemCacKy:before{
  left:0;
}
.xemThemCacKy:after{
  right:0;
}
.paging-S2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}
.paging-S2 select {
  width: auto;
  height: 30px;
  margin: 0 5px;
  border: 1px solid #ddd !important;
  font-size: 16px;
  font-family: "Roboto-Regular";
}
.paging-S2 a {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0px 15px !important;
  margin: 0 5px;
  color: #252525;
  font-size: 16px;
  border: 1px solid #ddd;
}
.paging-S2 a:hover {
  background: #ec2028;
  color: #fff;
  border-color: #ec2028;
}
/*== End Box Xem them cac ky ==*/

/*== Article Poll ==*/
.pollContainer {
  border: 1px solid #d0d0d0;
}
.pollContainer .marT10{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f3f3f3;
}
.pollContainer .pollAnswer {
  padding: 5px 10px 5px 0;
  text-align: right;
}
.pollContainer .pollAnswerBar {
  height: 16px;
  float: left;
  margin-right: 10px;
  background: #ACE526;
}
.pollContainer table tr{
  font-size: 14px;
  vertical-align: middle;
}
.pollContainer table tr b{
  font-family: 'Roboto-Bold';
}
.pollContainer .line-grey {
  border-top: #e6e6e6 solid 1px;
  overflow: hidden;
  height: 1px;
  margin:4px 0;
}
.pollContainer .text-search {
  margin: 10px 0;
  padding: 0 5px;
  height: 30px;
  border: 1px solid #ddd;
}
.pollTop {
  background: #ec2028;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-family: 'Roboto-Bold';
}
.pollContent {
  padding: 10px;
}
.pollQA {
  font-family: 'Roboto-Bold';
  margin: 0 0 10px;
  font-size: 15px;
}
.pollQA span{
  display: block;
  text-align: center;
}
.pollContent label {
  display: block;
  margin: 0 0 5px;
  font-size: 14px;
}
.btnGrn, .btn-green,
.pollContent .link-green {
  background-color: #ec2028;
  padding: 5px 15px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
}
.pollContent .link-green {
  background-color: #4ccdda;
  color: #fff;
}
.pollContent .link-green:hover,.btnGrn:hover, .btn-green:hover{
  background-color: #ec2028 !important;
}
.data-embed-code-poll form > div {
  margin: 20px auto 10px !important;
}
/*== End Article Poll ==*/

/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-art-details-content-main .minus-margin-m {
    margin: 10px -15px;
    width: 100vw;
    max-width: inherit;
  }
  .travel-mgz-art-details-info img {
      max-width: 100%;
  }
  #tttt-container .tttt-set .time img.minus-margin-m{
    width: inherit;
    margin: 10px auto;
  }
  .travel-mgz-art-details-info .viewVideoPlay {
    margin: 15px -15px;
  }
  .travel-mgz-art-details-related-news .row {
    margin: 0 -8px;
  }
  .travel-mgz-art-details-related-news .row [class*=col-] {
    padding: 0 8px;
  }
  .travel-mgz-art-details-random-img {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    height: auto;
  }
  .travel-mgz-art-details-random-info {
    padding: 15px;
  }
  .travel-mgz-art-details-random-info span {
    max-height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .travel-mgz-art-details-author-source {
    margin-top: 10px;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .muclucTit span{
    font-size: 24px;
  }
  .mucluc a {
    font-size: 21px;
    line-height: 34px;
  }
  .travel-mgz-art-details-random-info span, .travel-mgz-art-details-random-info span a {
    font-size: 24px;
    line-height: 30px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-details-random-info p {
    max-height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    line-height: 26px;
  }
  .travel-mgz-art-details-info p, .travel-mgz-art-details-info .travel-mgz-art-details-sum,
  .travel-mgz-art-details-info h3,.travel-mgz-art-details-info h4,
.travel-mgz-art-details-info h5 {
    font-size: 22px;
    line-height: 34px;
  }
  .travel-mgz-art-details-info p.travel-mgz-art-details-img__cap,
.travel-mgz-art-details-info .img_chu_thich_0407,
.travel-mgz-art-details-info .wp-block-image figcaption {
    font-size: 18px;
    line-height: 23px;
  }
  .travel-mgz-art-details-text strong {
    font-size: 26px;
  }
  .travel-mgz-art-details-author-source p,.xemThemCacKy  {
    font-size: 20px;
  }
  .travel-mgz-art-details-title h1 {
    font-size: 38px;
    line-height: 46px;
  }
  .travel-mgz-art-details-btn-readmore a {
    width: 100%;
    font-size: 20px;
  }
  .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span, .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span a {
    max-height: 75px;
    font-size: 20px;
    line-height: 25px;
  }
  .travel-mgz-art-details-time time, .travel-mgz-art-details-event-link span,.paging-S2 select,.paging-S2 a {
    font-size: 18px;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club__ava img{
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 667px){
  .data-embed-code-poll iframe {
    margin: 20px auto 0 !important;
    width: 100% !important;
  }
  .muclucTit span{
    font-size: 22px;
  }
  .mucluc a {
    font-size: 19px;
    line-height: 32px;
  }
  .travel-mgz-art-details-random-info span, .travel-mgz-art-details-random-info span a {
    font-size: 22px;
    line-height: 28px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-details-random-info p {
    font-size: 18px;
    line-height: 24px;
  }
  .travel-mgz-art-details-info p, .travel-mgz-art-details-info .travel-mgz-art-details-sum,
  .travel-mgz-art-details-info h3,.travel-mgz-art-details-info h4,
.travel-mgz-art-details-info h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .travel-mgz-art-details-info p.travel-mgz-art-details-img__cap,
.travel-mgz-art-details-info .img_chu_thich_0407,
.travel-mgz-art-details-info .wp-block-image figcaption {
    font-size: 16px;
    line-height: 21px;
  }
  .travel-mgz-art-details-text strong {
    font-size: 24px;
  }
  .travel-mgz-art-details-author-source p,.travel-mgz-art-details-btn-readmore a,.xemThemCacKy  {
    font-size: 18px;
  }
  .travel-mgz-art-details-title h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .travel-mgz-art-details-time {
    margin: 0 0 15px;
  }
  .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span, .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span a {
    max-height: 72px;
    font-size: 18px;
    line-height: 23px;
  }
  .travel-mgz-art-details-related-news .travel-mgz-box-list-news-img {
    height: 116px;
  }
  .travel-mgz-art-details-time time, .travel-mgz-art-details-event-link span,.paging-S2 select,.paging-S2 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 568px){
  .xemThemCacKy:before, .xemThemCacKy:after{
    width: 18%;
  }
  .muclucTit span{
    font-size: 20px;
  }
  .mucluc a {
    font-size: 17px;
    line-height: 28px;
  }
  .travel-mgz-art-details-title h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .travel-mgz-art-details-time time, .travel-mgz-art-details-event-link span,.paging-S2 select,.paging-S2 a {
    font-size: 14px;
  }
  .travel-mgz-art-details-random-info span, .travel-mgz-art-details-random-info span a {
    font-size: 20px;
    line-height: 26px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-details-random-info p {
    font-size: 16px;
    line-height: 21px;
  }
  .travel-mgz-art-details-info p, .travel-mgz-art-details-info .travel-mgz-art-details-sum,
  .travel-mgz-art-details-info h3,.travel-mgz-art-details-info h4,
.travel-mgz-art-details-info h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .travel-mgz-art-details-info p.travel-mgz-art-details-img__cap,
.travel-mgz-art-details-info .img_chu_thich_0407,
.travel-mgz-art-details-info .wp-block-image figcaption {
    font-size: 14px;
    line-height: 19px;
  }
  .travel-mgz-art-details-text strong {
    font-size: 22px;
  }
  .travel-mgz-art-details-author-source p, .travel-mgz-art-details-btn-readmore a,.xemThemCacKy {
    font-size: 16px;
  }
  .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span, .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span a {
    max-height: 63px;
    font-size: 16px;
    line-height: 21px;
  }
}
/*== End Hoz ==*/

@media screen and (max-width: 480px) {
  .muclucTit span{
    font-size: 22px;
  }
  .mucluc a {
    font-size: 19px;
    line-height: 32px;
  }
  .travel-mgz-art-details-random-info span, .travel-mgz-art-details-random-info span a {
    font-size: 22px;
    line-height: 28px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-details-random-info p {
    font-size: 18px;
    line-height: 24px;
  }
  .travel-mgz-art-details-info p, .travel-mgz-art-details-info .travel-mgz-art-details-sum,
  .travel-mgz-art-details-info h3,.travel-mgz-art-details-info h4,
.travel-mgz-art-details-info h5 {
    font-size: 20px;
    line-height: 32px;
  }
  .travel-mgz-art-details-info p.travel-mgz-art-details-img__cap,
.travel-mgz-art-details-info .img_chu_thich_0407,
.travel-mgz-art-details-info .wp-block-image figcaption {
    font-size: 16px;
    line-height: 21px;
  }
  .travel-mgz-art-details-text strong {
    font-size: 24px;
  }
  .travel-mgz-art-details-author-source p,.xemThemCacKy  {
    font-size: 18px;
  }
  .travel-mgz-art-details-title h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .travel-mgz-art-details-btn-readmore a {
    font-size: 18px;
  }
  .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span, .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span a {
    max-height: 72px;
    font-size: 18px;
    line-height: 23px;
  }
  .travel-mgz-art-details-time time, .travel-mgz-art-details-event-link span,.paging-S2 select,.paging-S2 a {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .muclucTit span{
    font-size: 20px;
  }
  .mucluc a {
    font-size: 17px;
    line-height: 28px;
  }
  .travel-mgz-art-details-title h1 {
    font-size: 34px;
    line-height: 42px;
  }
  .travel-mgz-art-details-time time, .travel-mgz-art-details-event-link span,.paging-S2 select,.paging-S2 a {
    font-size: 14px;
  }
  .travel-mgz-art-details-random-info span, .travel-mgz-art-details-random-info span a {
    font-size: 20px;
    line-height: 26px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-details-random-info p {
    font-size: 16px;
    line-height: 21px;
  }
  .travel-mgz-art-details-info p, .travel-mgz-art-details-info .travel-mgz-art-details-sum,
  .travel-mgz-art-details-info h3,.travel-mgz-art-details-info h4,
.travel-mgz-art-details-info h5 {
    font-size: 18px;
    line-height: 30px;
  }
  .travel-mgz-art-details-info p.travel-mgz-art-details-img__cap,
.travel-mgz-art-details-info .img_chu_thich_0407,
.travel-mgz-art-details-info .wp-block-image figcaption {
    font-size: 14px;
    line-height: 19px;
  }
  .travel-mgz-art-details-text strong {
    font-size: 22px;
  }
  .travel-mgz-art-details-author-source p, .travel-mgz-art-details-btn-readmore a,.xemThemCacKy  {
    font-size: 16px;
  }
  .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span, .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span a {
    max-height: 63px;
    font-size: 16px;
    line-height: 21px;
  }
}
@media screen and (max-width: 320px) {
  .muclucTit span,.travel-mgz-art-details-random-info span, .travel-mgz-art-details-random-info span a{
    font-size: 18px;
  }
  .mucluc a {
    font-size: 15px;
    line-height: 26px;
  }
  .paging-S2{
    white-space: nowrap;
  }
  .travel-mgz-art-details-title h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-details-random-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .travel-mgz-art-details-info p, .travel-mgz-art-details-info .travel-mgz-art-details-sum,
  .travel-mgz-art-details-info h3,.travel-mgz-art-details-info h4,
.travel-mgz-art-details-info h5 {
    font-size: 16px;
    line-height: 28px;
  }
  .travel-mgz-art-details-info p.travel-mgz-art-details-img__cap,
.travel-mgz-art-details-info .img_chu_thich_0407,
.travel-mgz-art-details-info .wp-block-image figcaption {
    font-size: 12px;
    line-height: 17px;
  }
  .travel-mgz-art-details-text strong {
    font-size: 20px;
  }
  .travel-mgz-art-details-author-source p, .travel-mgz-art-details-btn-readmore a,.xemThemCacKy  {
    font-size: 14px;
  }
  .travel-mgz-art-details-time time, .travel-mgz-art-details-event-link span,.paging-S2 select,.paging-S2 a {
    font-size: 12px;
  }
  .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span, .travel-mgz-art-details-related-news .travel-mgz-box-list-news-name span a {
    font-size: 14px;
    line-height: 19px;
  }
}
/*== End Reponsive ==*/
/*== End Page Article Details ==*/

/*== Page Article Details Info ==*/
.travel-mgz-header-art-details-info {
  padding: 8px 0;
  background: #fff;
  -webkit-animation: fadeInUp ease .5s;
  animation: fadeInUp ease .5s;
  z-index: 9;
}
.travel-mgz-header-art-details-info.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid #ebebeb;
  -webkit-animation: fadeInDown ease .5s;
  animation: fadeInDown ease .5s;
}
.travel-mgz-header-art-details-info-logo {
  width: 85px;
  height: 47px;
  margin: auto;
}
.travel-mgz-header-art-details-info-back {
  width: 25px;
  height: 25px;
  margin: 0 25px 0 0;
}
.travel-mgz-art-details-info-bg-adv-top {
  background: #e9f3f3;
  padding: 20px 0;
}
.travel-mgz-art-details-info-content-main .container-770px {
  max-width: 770px;
  padding: 0 15px;
  margin: 0 auto !important;
}
.travel-mgz-art-details-info-content-main .container-1035px {
  max-width: 1035px;
  padding: 0 15px;
  margin: 0 auto !important;
}
.travel-mgz-art-details-info-content-top {
  background: #c3eeed;
  padding: 35px 15px;
}
.travel-mgz-art-details-info-content-top h1 {
  max-width: 885px;
  margin: 0 auto 15px;
  font-size: 42px;
  line-height: 58px;
  font-family: "PlayfairDisplay-Bold";
  color: #252525;
}
.travel-mgz-art-details-info-content-top time {
  color: #707070;
}
.travel-mgz-art-details-info-content-tags-cate {
  font-size: 14px;
  color: #ec2028;
  margin: 0 0 18px;
  font-family: "Roboto-Bold";
}
.travel-mgz-box-news-video-ar-info .travel-mgz-box-news-video [class*=col-] {
  flex: 100%;
}
.travel-mgz-box-news-video-ar-info .travel-mgz-box-news-video .travel-mgz-box-news-hightl-big:after {
  border-radius: 0;
}
.travel-mgz-box-news-video-ar-info .travel-mgz-box-news-video .bod-radi-6 {
  border-radius: 0 0 6px 6px;
}
.travel-mgz-box-news-video-ar-info .travel-mgz-box-news-video .travel-mgz-box-news-hightl-big__img {
  border-radius: 6px 6px 0 0;
}
.travel-mgz-box-news-video-ar-info .travel-mgz-box-news-video {
  padding: 30px 0;
}
/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-header-art-details-info-logo {
    margin: inherit;
  }
  .travel-mgz-header-art-details-info-back {
    width: 100%;
    margin: 0;
  }
  .travel-mgz-header-art-details-info .col-2:after {
    content: "";
    position: absolute;
    top: -17px;
    right: 0;
    width: 1px;
    height: 60px;
    background: #ebebeb;
  }
  .travel-mgz-art-details-info-content-top {
    background: #cfedec;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-art-details-info-content-top h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .travel-mgz-art-details-info-content-tags-cate {
    font-size: 18px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-art-details-info-content-top h1 {
    font-size: 34px;
    line-height: 48px;
  }
  .travel-mgz-art-details-info-content-tags-cate {
    margin: 20px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-art-details-info-content-top h1 {
    font-size: 32px;
    line-height: 46px;
  }
  .travel-mgz-art-details-info-content-tags-cate {
    font-size: 14px;
  }
}
/*== End Hoz ==*/

@media screen and (max-width: 480px) {
  .travel-mgz-header-art-details-info-logo {
    width: 100%;
    margin: auto;
  }
  .travel-mgz-art-details-info-content-top {
    padding: 19px 15px;
  }
  .travel-mgz-art-details-info-content-top h1 {
    font-size: 34px;
    line-height: 48px;
  }
  .travel-mgz-art-details-info-content-tags-cate {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-art-details-info-content-top h1 {
    font-size: 32px;
    line-height: 46px;
  }
  .travel-mgz-art-details-info-content-tags-cate {
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-art-details-info-content-top h1 {
    font-size: 30px;
    line-height: 44px;
  }
  .travel-mgz-art-details-info-content-tags-cate {
    font-size: 12px;
  }
}
/*== End Reponsive ==*/
/*== End Page Article Details Info ==*/

/*== Page Article Details Mgz ==*/
.travel-mgz-header-art-details-mgz {
  padding: 8px 0;
  background: #000;
  -webkit-animation: fadeInUp ease .5s;
  animation: fadeInUp ease .5s;
  z-index: 9;
}
.travel-mgz-header-art-details-mgz.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-animation: fadeInDown ease .5s;
  animation: fadeInDown ease .5s;
}
.travel-mgz-header-art-details-mgz-logo {
  width: 142px;
  height: 45px;
  margin: auto;
}
.travel-mgz-header-art-details-mgz-back {
  width: 25px;
  height: 25px;
  margin: 0 25px 0 0;
}
/*== Code New BTV Mgz ==*/
.mg-author {
  padding: 20px 0 !important;
}
.imgFullPageDefault {
    padding-top: 0 !important;
}
/*== End Code New BTV Mgz ==*/
/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-header-art-details-mgz-logo {
    width: 100%;
  }
  .travel-mgz-header-art-details-mgz-back {
    width: 100%;
    margin: 0;
  }
  .travel-mgz-header-art-details-mgz .col-2:after {
    content: "";
    position: absolute;
    top: -17px;
    right: 0;
    width: 1px;
    height: 60px;
    background: #393939;
  }
}
/*== End Reponsive ==*/
/*== End Page Article Details Mgz ==*/

/*== Box Bai chua textlink ==*/
.paging-S3 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0;
}
.paging-S3 a {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #e1e1e1;
    text-align: center;
    margin: 0 5px;
    font-size: 16px;
    color: #898989;
}
.paging-S3 a.active,.paging-S3 a:hover {
    background: #ec2127;
    color: #fff;
    border-color: #ec2127;
}
/*== End Box Bai chua textlink ==*/

/*== Bai Tuong Thuat Thuong ==*/
.travel-mgz-art-details-info .rlt {
  position: relative;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.travel-mgz-art-details-info .rlt .time {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 45px;
  line-height: 23px;
  font-size: 17px;
  float: left;
  text-align: center;
  font-family: 'NotoSerif-Regular';
}
.travel-mgz-art-details-info .rlt .livetit {
  max-width: 500px;
  margin: 0 0 10px;
}
.travel-mgz-art-details-info .linD {
  display: none;
}
/*== Bai Tuong Thuat Thuong ==*/

/*== Bai Tuong Thuat Tennis ==*/
.travel-mgz-art-ten-narr-link-targ .row {
  margin: 0 -5px;
}
.travel-mgz-art-ten-narr-link-targ [class*=col-] {
  padding: 0 5px;
}
.travel-mgz-art-ten-narr-link-targ a,.liveCnt .diem .row2 span{
  display: block;
  height: 39px;
  line-height: 39px;
  border: 1px solid #e1e1e1;
  color: #018566;
  font-size: 14px;
  font-family: "Roboto-Bold";
}
.travel-mgz-art-ten-narr-link-targ a:hover,.liveCnt .diem .row2 span:hover {
  background: #018566;
  color: #fff;
  border-color: #018566;
}
.travel-mgz-art-ten-narr-table-result .w14,
.liveCnt .diem .fl.w15 {
  max-width: 14%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14%;
          flex: 0 0 14%;
}
.travel-mgz-art-ten-narr-table-result .w72,
.liveCnt .diem .fl.w70 {
  max-width: 72%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
}
.travel-mgz-art-ten-narr-table-result-img,
.liveCnt .diem .fl.w15 a{
  height: 160px;
}
.travel-mgz-art-ten-narr-table-result-img img {
    margin: 0;
}
.travel-mgz-art-ten-narr-table-result table,.liveCnt .diem .fl.w70 table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  margin: 0 !important;
}
.travel-mgz-art-ten-narr-table-result table td, .travel-mgz-art-ten-narr-table-result table th {
  border: 1px solid #fff;
}
.travel-mgz-art-ten-narr-table-result table tr,
.liveCnt .diem .row1 table tr {
  background: #018566;
}
.travel-mgz-art-ten-narr-table-result table td,
.liveCnt .diem .row1 table tr td {
  font-size: 16px;
  color: #fff;
}
.travel-mgz-art-ten-narr-table-result table th,
.liveCnt .diem .row1 table tr.head td {
  background: #00503c;
  font-size: 14px;
  color: #fff;
  padding: 13px 10px;
  font-weight: inherit;
}
.travel-mgz-art-ten-narr-table-result table .color-yellow-copper,
.liveCnt .diem .row1 table tr td.colorGreen {
  color: #c85a19;
}
.travel-mgz-art-ten-narr-table-result table .bg-yellow-copper,
.liveCnt .diem .row1 table tr td.bgGreen {
  background: #c85a19;
}
.travel-mgz-art-ten-narr-table-result table .name-player,
.liveCnt .diem .row1 table tr td.namePlayer {
  padding: 0 20px;
}
.travel-mgz-art-ten-narr-table-result table strong {
  font-family: "Roboto-Bold";
}
.travel-mgz-art-ten-narr-box-develop{
  margin: 0 0 10px;
}
.travel-mgz-art-ten-narr-box-develop-title h3,.doihinhCustom header .tit h3,
#scoredAllList header h3.tit,.travel-mgz-art-details-info .db {
  position: relative;
  font-size: 24px;
  color: #252525;
  font-family: "Roboto-Bold";
  text-align: center;
}
.travel-mgz-art-details-info .db{
  margin: 40px 0;
  text-transform: uppercase;
}
.travel-mgz-art-ten-narr-box-develop-title h3:after,
.doihinhCustom header .tit h3:after,
#scoredAllList header h3.tit:after,.travel-mgz-art-details-info .db:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 60px;
  height: 2px;
  background: #c85a19;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.travel-mgz-art-ten-narr-box-develop-set-title span,
.tttt-set .set {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #f7e0d2;
  font-size: 18px;
  color: #252525;
  font-family: "Roboto-Bold";
  text-align: center;
}
.travel-mgz-art-ten-narr-box-develop-items {
  padding: 20px 0;
}
.travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__num,
.travel-mgz-art-details-info .tttt-th-container .fl .new1,
.travel-mgz-art-details-info .tttt-th-container .fl,
.travel-mgz-art-details-info .liveCnt .dbCont .fl,
.travel-mgz-art-details-info .liveCnt .dbCont .fl .new1,
#tttt-container .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67px;
          flex: 0 0 67px;
  max-width: 67px;
  height: 37px;
  line-height: 37px;
  margin: 0 20px 0 0;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Roboto-Bold";
  text-align: center;
}
.travel-mgz-art-details-info .tttt-th-container .fl .new1,
.travel-mgz-art-details-info .liveCnt .dbCont .fl .new1{
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 0 10px; 
}
.travel-mgz-art-ten-narr-box-develop-items__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.travel-mgz-art-ten-narr-box-develop-items__info p,
.travel-mgz-art-details-info .rlt .inner p {
  font-size: 16px;
  line-height: 24px;
  color: #252525;
  font-family: "Roboto-Regular";
}
.travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__title,
.travel-mgz-art-details-info .rlt .livetit {
  font-family: "Roboto-Bold";
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #292929;
}
.travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__title.livetit,
.travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__title:not(.livetit){
  margin: 0;
}
.travel-mgz-art-ten-narr-box-develop-items__btn-video a,#tttt-container .livetit_wrap .viewbtn,.scoredCustom .bgr div:nth-child(4) .viewbtn {
  position: relative;
  width: 101px;
  height: 26px;
  line-height: 26px;
  background: #ec2028;
  font-size: 12px;
  color: #fff;
  border-radius: 999px;
  font-family: 'Roboto-Regular';
}
.travel-mgz-art-ten-narr-box-develop-items__btn-video a:before,
#tttt-container .livetit_wrap .viewbtn:before,.scoredCustom .bgr div:nth-child(4) .viewbtn:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 12px;
  background: url(../images/2014/du_lich/icon-btn-xem-video-trang-tuong-that-tennis.png) center center/contain no-repeat;
}
.travel-mgz-art-ten-narr-box-develop-items__btn-video a:hover,
#tttt-container .livetit_wrap .viewbtn:hover,.scoredCustom .bgr div:nth-child(4) .viewbtn:hover {
  background: #018566;
}
.travel-mgz-art-ten-narr-box-develop-items__btn-video a.close-video {
  background: none;
  border: 1px solid #d7d7d7;
  color: #555;
}
.travel-mgz-art-ten-narr-box-develop-items__btn-video a.close-video:before {
  background: url(../images/2014/du_lich/icon-btn-dong-video-trang-tuong-that-tennis.png) center center/contain no-repeat;
}
.travel-mgz-art-ten-narr-box-develop-items__btn-video a.close-video:hover {
  background: #d4f7f6;
  border-color: #d4f7f6;
}
.travel-mgz-art-ten-narr-box-develop-items .bg-red,
.travel-mgz-art-details-info .liveCnt .dbCont .fl .new1.colorRed {
  background: #ec2028;
}
.travel-mgz-art-ten-narr-box-develop-items .bg-green,
.travel-mgz-art-details-info .tttt-th-container .fl .new1,
.travel-mgz-art-details-info .liveCnt .dbCont .fl .new1{
  background: #018566;
}
.travel-mgz-art-ten-narr-box-develop-items .bg-yellow-copper {
  background: #c85a19;
}
.travel-mgz-art-details-info .liveCnt .dbCont .fl .new1.colorRed{
  color: #fff !important;
}
.travel-mgz-art-ten-narr-box-develop-items .color-red {
  color: #ec2028 !important;
}
.travel-mgz-art-ten-narr-box-develop-items .color-yellow-copper {
  color: #c85a19;
}
.travel-mgz-art-ten-narr-box-develop-items.border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.travel-mgz-art-ten-narr-out-sit,.tabTThuat {
  border-bottom: 2px solid #c85a19;
}
.travel-mgz-art-ten-narr-out-sit-title.active h3 img, .travel-mgz-art-ten-narr-out-sit-title.active span img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.travel-mgz-art-ten-narr-out-sit-title h3, .travel-mgz-art-ten-narr-out-sit-title span,.tabTThuat .sf,
.tabTThuat .sf h3{
  width: 210px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  background: #c85a19;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto-Bold";
  cursor: pointer;
}
.travel-mgz-art-ten-narr-out-sit-title h3 img, .travel-mgz-art-ten-narr-out-sit-title span img {
  display: inline-block;
  width: 10px;
  height: 10px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin: 0 5px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.travel-mgz-art-ten-narr-out-sit-box,.tabTThuat .popupTH {
  position: absolute;
  top: 47px;
  left: 0;
  min-width: 460px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 3;
  display: none;
}
.tabTThuat .popupTH .travel-mgz-art-ten-narr-out-sit-box#popupTHContainer {
    top: 0;
    margin: 0;
    padding: 0;
}
.travel-mgz-art-ten-narr-out-sit-box .padding-15{
  padding: 15px;
}
.travel-mgz-art-ten-narr-out-sit-box__time,
.tabTThuat .popupTH #popupTHContainer .choise .popupTime {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 67px;
  flex: 0 0 60px;
  max-width: 60px;
  height: 36px;
  line-height: 36px;
  margin: 0 15px 0 0;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Roboto-Bold";
  background: #441b97;
  text-align: center;
}
.travel-mgz-art-ten-narr-out-sit-box__time.bg-danger {
  background: #ec2028;
}
.travel-mgz-art-ten-narr-out-sit-box__time.bg-yellow-copper {
  background: #c85a19;
}
.travel-mgz-art-ten-narr-out-sit-box__time.bg-green {
  background: #018566;
}
.tabTThuat .popupTH #popupTHContainer .travel-mgz-art-ten-narr-out-sit-box__time.choise{
  margin: 0 15px 0 0;
}
.travel-mgz-art-ten-narr-out-sit-box__list,
.tabTThuat .popupTH .fl {
  max-height: 204px;
  overflow-y: auto;
}
.travel-mgz-art-ten-narr-out-sit-box__list::-webkit-scrollbar-track,
.tabTThuat .popupTH .fl::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #ebebeb;
  border-radius: 6px;
  background-color: #ebebeb;
}
.travel-mgz-art-ten-narr-out-sit-box__list::-webkit-scrollbar,
.tabTThuat .popupTH .fl::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  background-color: #ebebeb;
}
.travel-mgz-art-ten-narr-out-sit-box__list::-webkit-scrollbar-thumb,
.tabTThuat .popupTH .fl::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px #ebebeb;
  background-color: #a1a1a1;
}
.travel-mgz-art-ten-narr-out-sit-box__list li,
.tabTThuat .popupTH #popupTHContainer .choise {
  margin: 0 0 20px;
}
.travel-mgz-art-ten-narr-out-sit-box__list li:last-child,
.tabTThuat .popupTH #popupTHContainer .choise:last-child {
  margin: 0;
}
.travel-mgz-art-ten-narr-out-sit-box__list li a,
.tabTThuat .popupTH #popupTHContainer .choise a {
  max-width: 340px;
  font-size: 16px;
  color: #252525;
  font-family: "Roboto-Bold";
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.travel-mgz-art-ten-narr-out-sit-box__list li a:hover,
.tabTThuat .popupTH #popupTHContainer .choise a:hover {
  color: #ec2028 !important;
}
.travel-mgz-art-ten-narr-out-sit-box__list li a.color-yellow-copper {
  color: #c85a19;
}
.travel-mgz-art-ten-narr-out-sit-box__list li a.color-green {
  color: #018566;
}
.travel-mgz-art-ten-narr-out-sit-box__close,.tabTThuat .popupClose {
  background: #ebebeb;
  padding: 5px;
  text-align: center;
}
.travel-mgz-art-ten-narr-out-sit-box__close span,.tabTThuat .popupClose span {
  font-size: 14px;
  color: #555;
  font-family: "Roboto-Regular";
  text-transform: uppercase;
}
.travel-mgz-art-ten-narr-out-sit-box__close span img {
  width: 12px;
  margin: 0 7px 0 0;
  display: none;
}
.travel-mgz-art-ten-narr-out-sit-box__close:hover,.tabTThuat .popupClose:hover {
  background: #d4f7f6;
  cursor: pointer;
}
.travel-mgz-art-ten-narr-out-sit-filter select,.tabTThuat .popupFilter select {
  width: inherit;
  height: 44px;
  padding: 0 15px 0 0;
  border: 0;
  font-size: 16px;
  color: #555;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  background: url(../images/2014/du_lich/icon-down-moi-nhat-trang-tuong-that-tennis.png) center right/10px no-repeat;
}
/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-art-ten-narr-out-sit-title h3 img.minus-margin-m, .travel-mgz-art-ten-narr-out-sit-title span img.minus-margin-m{
    margin: 0 5px;
    width: 10px;
    max-width: 100%;
  }
  .travel-mgz-art-ten-narr-out-sit-box__close span img.minus-margin-m{
    width: 12px;
    margin: 0 7px 0 0;
  }
  .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__info .viewVideoPlay {
      margin: 15px 0;
  }
  .travel-mgz-art-ten-narr-box-develop-items__info p {
    line-height: 26px;
  }
  .travel-mgz-art-ten-narr-box-develop-items__btn-video a {
    max-width: 120px;
    width: 100%;
    margin: 10px 0 0;
  }
  .travel-mgz-art-ten-narr-table-result .w25 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .travel-mgz-art-ten-narr-table-result .w50 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .travel-mgz-art-ten-narr-table-result .w100 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .travel-mgz-art-ten-narr-table-result-img {
    height: 123px;
  }
  .travel-mgz-art-ten-narr-table-result table {
    border-spacing: 0 !important;
  }
  .travel-mgz-art-ten-narr-table-result table td {
    padding: 17px 10px;
  }
  .travel-mgz-art-ten-narr-table-result table .name-player {
    padding: 10px;
  }
  .travel-mgz-art-ten-narr-table-result table th {
    padding: 14px 10px;
  }
}
@media screen and (max-width: 640px) {
  .travel-mgz-art-ten-narr-out-sit-box {
    min-width: 100%;
  }
  .tabTThuat .popupTH .travel-mgz-art-ten-narr-out-sit-box#popupTHContainer{
    width: 100%;
  }
}
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-art-ten-narr-table-result table th,.travel-mgz-art-ten-narr-out-sit-filter select, .travel-mgz-art-ten-narr-out-sit-box__close span, .travel-mgz-art-ten-narr-box-develop-items__btn-video a {
    font-size: 18px;
  }
  .travel-mgz-art-ten-narr-table-result table td,.travel-mgz-art-ten-narr-out-sit-title h3, .travel-mgz-art-ten-narr-out-sit-title span, .travel-mgz-art-ten-narr-out-sit-box__list li a, .travel-mgz-art-ten-narr-out-sit-box__time, .travel-mgz-art-ten-narr-box-develop-items__info p, .travel-mgz-art-ten-narr-box-develop-set-title span {
    font-size: 20px;
  }
  .travel-mgz-art-ten-narr-box-develop-title h2 {
    font-size: 28px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__title, .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__num {
    font-size: 22px;
  }
  .travel-mgz-art-ten-narr-box-develop-items.news .travel-mgz-art-ten-narr-box-develop-items__btn-video a {
      max-width: 150px;
      padding: 0 10px;
  }
  .travel-mgz-art-ten-narr-box-develop-items.news .travel-mgz-art-ten-narr-box-develop-items__title{
      max-width: 220px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-art-ten-narr-table-result table th,.travel-mgz-art-ten-narr-out-sit-filter select, .travel-mgz-art-ten-narr-out-sit-box__close span, .travel-mgz-art-ten-narr-box-develop-items__btn-video a {
    font-size: 16px;
  }
  .travel-mgz-art-ten-narr-table-result table td,.travel-mgz-art-ten-narr-out-sit-title h3, .travel-mgz-art-ten-narr-out-sit-title span, .travel-mgz-art-ten-narr-out-sit-box__list li a, .travel-mgz-art-ten-narr-out-sit-box__time, .travel-mgz-art-ten-narr-box-develop-items__info p, .travel-mgz-art-ten-narr-box-develop-set-title span {
    font-size: 18px;
  }
  .travel-mgz-art-ten-narr-box-develop-title h2 {
    font-size: 26px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__title, .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__num {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-art-ten-narr-table-result table th,.travel-mgz-art-ten-narr-out-sit-filter select, .travel-mgz-art-ten-narr-out-sit-box__close span, .travel-mgz-art-ten-narr-box-develop-items__btn-video a {
    font-size: 14px;
  }
  .travel-mgz-art-ten-narr-table-result table td,.travel-mgz-art-ten-narr-out-sit-title h3, .travel-mgz-art-ten-narr-out-sit-title span, .travel-mgz-art-ten-narr-out-sit-box__list li a, .travel-mgz-art-ten-narr-out-sit-box__time, .travel-mgz-art-ten-narr-box-develop-items__info p, .travel-mgz-art-ten-narr-box-develop-set-title span {
    font-size: 16px;
  }
  .travel-mgz-art-ten-narr-box-develop-title h2 {
    font-size: 24px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__title, .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__num {
    font-size: 18px;
  }
}
/*== End Hoz ==*/

@media screen and (max-width: 480px) {
  .travel-mgz-art-ten-narr-table-result table th,.travel-mgz-art-ten-narr-out-sit-filter select, .travel-mgz-art-ten-narr-out-sit-box__close span, .travel-mgz-art-ten-narr-box-develop-items__btn-video a {
    font-size: 16px;
  }
  .travel-mgz-art-ten-narr-table-result table td,.travel-mgz-art-ten-narr-out-sit-title h3, .travel-mgz-art-ten-narr-out-sit-title span, .travel-mgz-art-ten-narr-out-sit-box__list li a, .travel-mgz-art-ten-narr-out-sit-box__time, .travel-mgz-art-ten-narr-box-develop-items__info p, .travel-mgz-art-ten-narr-box-develop-set-title span {
    font-size: 18px;
  }
  .travel-mgz-art-ten-narr-box-develop-title h2 {
    font-size: 26px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__title, .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__num {
    font-size: 20px;
  }
  .travel-mgz-art-ten-narr-out-sit-box__list li {
    margin: 0 0 15px;
  }
  .travel-mgz-art-ten-narr-out-sit-title h3, .travel-mgz-art-ten-narr-out-sit-title span {
    width: 190px;
  }
  .travel-mgz-art-ten-narr-box-develop-items{
    display: block !important;
  }
  .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63px;
            flex: 0 0 63px;
    max-width: 63px;
    margin: 0 0 15px 0;
  }
  .travel-mgz-art-ten-narr-out-sit-box, .tabTThuat .popupTH{
    min-width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-art-ten-narr-out-sit-filter select, .travel-mgz-art-ten-narr-out-sit-box__close span, .travel-mgz-art-ten-narr-box-develop-items__btn-video a, .travel-mgz-art-ten-narr-table-result table th {
    font-size: 14px;
  }
  .travel-mgz-art-ten-narr-out-sit-title h3, .travel-mgz-art-ten-narr-out-sit-title span, .travel-mgz-art-ten-narr-out-sit-box__list li a, .travel-mgz-art-ten-narr-out-sit-box__time, .travel-mgz-art-ten-narr-box-develop-items__info p, .travel-mgz-art-ten-narr-box-develop-set-title span, .travel-mgz-art-ten-narr-table-result table td {
    font-size: 16px;
  }
  .travel-mgz-art-ten-narr-box-develop-title h2 {
    font-size: 24px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__title, .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__num {
    font-size: 18px;
  }
  .travel-mgz-art-ten-narr-box-develop-items__info p {
    line-height: 24px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-art-ten-narr-out-sit-filter select, .travel-mgz-art-ten-narr-out-sit-box__close span, .travel-mgz-art-ten-narr-box-develop-items__btn-video a, .travel-mgz-art-ten-narr-table-result table th {
    font-size: 12px;
  }
  .travel-mgz-art-ten-narr-out-sit-title h3, .travel-mgz-art-ten-narr-out-sit-title span, .travel-mgz-art-ten-narr-out-sit-box__list li a, .travel-mgz-art-ten-narr-out-sit-box__time, .travel-mgz-art-ten-narr-box-develop-items__info p, .travel-mgz-art-ten-narr-box-develop-set-title span, .travel-mgz-art-ten-narr-table-result table td {
    font-size: 14px;
  }
  .travel-mgz-art-ten-narr-box-develop-title h2 {
    font-size: 22px;
  }
  .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__title, .travel-mgz-art-details-info .travel-mgz-art-ten-narr-box-develop-items__num {
    font-size: 16px;
  }
  .travel-mgz-art-ten-narr-box-develop-items__info p {
    line-height: 22px;
  }
  .travel-mgz-art-ten-narr-out-sit-title span {
    width: 160px;
  }
  .travel-mgz-art-ten-narr-box-develop-items.news .travel-mgz-art-ten-narr-box-develop-items__title{
      max-width: 190px;
  }
}
/*== End Reponsive ==*/
/*== End Bai Tuong Thuat Tennis ==*/

/*== Bai Tuong Thuat Bong Da ==*/
.travel-mgz-art-footb-narr-table-result {
  background: url(../images/2014/du_lich/bg-bang-ti-so-trang-tuong-thuat-bong-da.jpg) center center/cover no-repeat;
  padding: 0 20px;
  color: #fff;
}
.travel-mgz-art-footb-narr-table-result-info,.tbErIf.tbErIfD .head .stadium {
  color: #fff;
  font-size: 14px;
  font-family: "Roboto-Regular";
  padding: 30px 0;
}
.travel-mgz-art-footb-narr-table-result-score,
.liveCnt .tbErIf.tbErIfD table tr {
  background: #441b97;
}
.travel-mgz-art-footb-narr-table-result-score__ava,.liveCnt .tbErIf.tbErIfD table td img {
  background: #fff;
  width: 100px;
  height: 100px;
  padding: 10px;
  margin: 0 15px 0 0;
}
.travel-mgz-art-footb-narr-table-result-score__ava img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  margin: 0;
}
.travel-mgz-art-footb-narr-table-result-score__name span, 
.liveCnt .tbErIf.tbErIfD table tr:nth-child(2) td a span {
  display: block;
  max-width: 140px;
  overflow: hidden;
  font-size: 18px;
  font-family: "Roboto-Bold";
  color: #fff;
}
.travel-mgz-art-footb-narr-table-result-score__center,
.liveCnt .tbErIf.tbErIfD table tr td:nth-child(2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 152px;
          flex: 0 0 152px;
  max-width: 152px;
  height: 100px;
  background: #f9513f;
}
.travel-mgz-art-footb-narr-table-result-score__center span,
.liveCnt .tbErIf.tbErIfD table tr:nth-child(1) td:nth-child(2) .ftSce {
  display: block;
  font-size: 54px;
  line-height: 50px;
  font-family: "Roboto-Bold";
}
.travel-mgz-art-footb-narr-table-result-score__center p,
.liveCnt .tbErIf.tbErIfD table tr:nth-child(2) td:nth-child(2) span#ftSceResultH1 {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto-Regular";
  margin: 0;
}
.travel-mgz-art-footb-narr-table-result-score__left,.travel-mgz-art-footb-narr-table-result-score__right,
.liveCnt .tbErIf.tbErIfD table tr td {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
}
.travel-mgz-art-footb-narr-table-result-score__right .travel-mgz-art-footb-narr-table-result-score__ava,
.liveCnt .tbErIf.tbErIfD table tr:nth-child(1) td:nth-child(3) img {
  margin: 0 0 0 15px;
}
.travel-mgz-art-footb-narr-table-result-score__finished {
  width: 152px;
  margin: auto;
  background: #7e44f5;
}
.travel-mgz-art-footb-narr-table-result-score__finished p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto-Regular";
}
.travel-mgz-art-footb-narr-table-result-tab {
  margin: 50px 0 0;
}
.travel-mgz-art-footb-narr-table-result-tab ul {
  margin: 0 -3px;
}
.travel-mgz-art-footb-narr-table-result-tab li {
  max-width: 181px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 3px;
  line-height: initial;
}
.travel-mgz-art-footb-narr-table-result-tab li span,
.erGpLnk span {
  display: block;
  width: 100%;
  height: 47px;
  line-height: 47px;
  text-align: center;
  font-size: 16px;
  color: #252525;
  font-family: "Roboto-Regular";
  background: #ccc;
  border-radius: 5px 5px 0 0;
  border-top: 2px solid transparent;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  cursor: pointer;
}
.travel-mgz-art-footb-narr-table-result-tab li.active-tab span, 
.travel-mgz-art-footb-narr-table-result-tab li:hover span,
.erGpLnk span.act,.erGpLnk span:hover{
  border-top: 2px solid #f9513f;
  background: #fff !important;
  color: #f9513f;
  font-family: "Roboto-Bold";
}
.travel-mgz-art-footb-narr-table-result-tab-content li.items {
  display: none;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club {
  color: #252525;
  font-family: "Roboto-Regular";
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club-center,
#tblDoihinh .head .vs {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  margin: 0 20px;
  text-align: center;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club-left, 
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club-right,
#tblDoihinh .head .fl,#tblDoihinh .head .fr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club__ava,#tblDoihinh .head img {
  width: 62px;
  height: 81px;
  object-fit:scale-down;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club span {
  padding: 0 30px;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point,
#tblDoihinh .list1{
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point p,
#tblDoihinh .list1 p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  text-transform: capitalize;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point p strong,
 #tblDoihinh .list1 .bld,#tblDoihinh .list1 strong{
  font-family: "Roboto-Bold";
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point span,
#tblDoihinh .list1 .colR .soAo,#tblDoihinh .list1 .colL .soAo {
  min-width: 44px;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point-left, 
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point-right,
#tblDoihinh .list1 .colL,#tblDoihinh .list1 .colR {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point-left,
#tblDoihinh .list1 .colL {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 25px 0 0;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point-left .point,
#tblDoihinh .list1 .colL .soAo {
  padding: 0 0 0 20px;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point-right,
#tblDoihinh .list1 .colR {
  padding: 0 0 0 25px;
} 
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point-right p span,
#tblDoihinh .list1 .colR .soAo {
  float: left;
  padding: 0 20px 0 0;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-cap{
  margin-top: 15px;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-subst {
  border: none;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-subst p em {
  display: block;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-cap p,
#tblDoihinh .list1.txtLeft p {
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 16px;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart {
  max-width: 650px;
  margin: auto;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart p {
  font-family: "Roboto-Regular";
  font-size: 14px;
  line-height: 16px;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart .number {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  font-family: "Roboto-Bold";
  font-size: 16px;
  color: #252525;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart .number.text-right {
  padding: 0 10px 0 0;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart .number.text-left {
  padding: 0 0 0 10px;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart .chart {
  position: relative;
  top: -2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart .chart [class*=c] {
  display: inline-block;
  width: 49%;
  height: 6px;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart .chart .c-left {
  background: #434279;
}
.travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart .chart .c-right {
  background: #9a95bf;
}
.travel-mgz-art-footb-narr-info-goal-list {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  color: #252525;
  font-size: 16px;
}
.travel-mgz-art-footb-narr-info-goal-list li,.scoredCustom .bgr {
  padding: 7px;
}
.travel-mgz-art-footb-narr-info-goal-list li.bg-even,.scoredCustom .bgr:nth-child(even) {
  background: #f0f0f0;
}
.travel-mgz-art-footb-narr-info-goal-center,.scoredCustom .bgr div:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47px;
  flex: 0 0 47px;
  max-width: 47px;
  margin: 0 20px;
  font-family: "Roboto-Bold";
  text-align: center;
}
.travel-mgz-art-footb-narr-info-goal-left, .travel-mgz-art-footb-narr-info-goal-right,
.scoredCustom .bgr div:nth-child(1),.scoredCustom .bgr div:nth-child(3) {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  line-height: inherit;
  font-family: "Roboto-Regular";
}
.travel-mgz-art-footb-narr-box-develop .travel-mgz-art-ten-narr-out-sit,
.tabTThuat {
  border-bottom-color: #f9523e;
}
.travel-mgz-art-footb-narr-box-develop .travel-mgz-art-ten-narr-out-sit-title h3,
.tabTThuat .sf,.tabTThuat .sf h3 {
  background: #f9513f;
}
.travel-mgz-art-details-info .travel-mgz-art-footb-narr-box-develop-match .travel-mgz-art-ten-narr-box-develop-items__num {
  position: relative;
  color: #252525;
  line-height: inherit;
  height: auto;
  margin: 0;
}
.travel-mgz-art-footb-narr-box-develop-match .travel-mgz-art-ten-narr-box-develop-items__num img {
  position: absolute;
  top: 31px;
  left: 50%;
  width: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.travel-mgz-art-footb-narr-exp-team-list {
  border-top: 1px solid #ebebeb;
  margin: 20px 0 50px;
}
.travel-mgz-art-footb-narr-exp-team-list li,
.doihinhCustom .itemDoihinhCustom {
  padding: 25px 0;
  border-bottom: 1px solid #ebebeb;
}
.travel-mgz-art-footb-narr-exp-team-list__ava,
.doihinhCustom .itemDoihinhCustom .imgDoihinhCustom {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 67px;
          flex: 0 0 67px;
  max-width: 67px;
  height: 50px;
  margin: 0 20px 0 0;
}
.travel-mgz-art-footb-narr-exp-team-list__ava img,
.doihinhCustom .itemDoihinhCustom .imgDoihinhCustom img {
  width:100%;
  height: 100%;
  object-fit: scale-down;
  margin: 0;
}
.travel-mgz-art-footb-narr-exp-team-list__info,
.doihinhCustom .itemDoihinhCustom .txtDoihinhCustom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.travel-mgz-art-details-info .travel-mgz-art-footb-narr-exp-team-list__info{
  text-align: left;
}
.travel-mgz-art-footb-narr-exp-team-list__info p,
.doihinhCustom .itemDoihinhCustom .txtDoihinhCustom {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 21px;
  color: #252525;
  margin: 0;
  text-transform: capitalize;
}
.travel-mgz-art-footb-narr-guess {
  background: #d9f0ef;
  padding: 27px;
}
.travel-mgz-art-footb-narr-guess p {
  font-family: "Roboto-Regular";
  font-size: 16px;
  line-height: 20px;
}
.travel-mgz-art-footb-narr-guess p strong {
  font-family: "Roboto-Bold";
  font-size: 16px;
}

/*== Reponsive ==*/
@media screen and (max-width: 767px) {
  .travel-mgz-art-footb-narr-info-goal-list .travel-mgz-art-ten-narr-box-develop-items__btn-video a {
    width: 31px;
    height: 31px;
    margin: 0 0 0 10px;
  }
  .travel-mgz-art-footb-narr-box-develop-match .travel-mgz-art-ten-narr-box-develop-items__num img {
    top: 34px;
    margin: 0;
  }
  .travel-mgz-art-footb-narr-guess p, .travel-mgz-art-footb-narr-guess p strong {
    font-size: 18px;
    line-height: 23px;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-cap p, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point p, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club,
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart p, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart .number {
    font-size: 16px;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point p {
    line-height: 27px;
  }
  .travel-mgz-art-footb-narr-table-result-info {
    font-size: 16px;
    padding: 25px 0;
  }
  .travel-mgz-art-footb-narr-table-result-tab li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: unset;
    font-size: 16px;
  }
  .travel-mgz-art-footb-narr-table-result-score__finished p {
    font-size: 14px;
    text-transform: uppercase;
  }
  .travel-mgz-art-footb-narr-table-result-score__center p {
    line-height: unset;
    margin: 5px 0 0;
    font-size: 14px;
  }
  .travel-mgz-art-footb-narr-table-result-score__center span {
    font-size: 38px;
    line-height: 32px;
  }
  .travel-mgz-art-footb-narr-info-goal-list, .travel-mgz-art-footb-narr-exp-team-list__info p,
  .travel-mgz-art-footb-narr-table-result-score__name span {
    font-size: 18px;
  }
  .travel-mgz-art-footb-narr-box-develop-title h2 {
    font-size: 26px;
  }
  .travel-mgz-art-footb-narr-exp-team-list__info p {
    line-height: 23px;
  }
}
@media screen and (max-width: 640px) {
  .travel-mgz-art-footb-narr-info-goal-left span, .travel-mgz-art-footb-narr-info-goal-right span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .travel-mgz-art-footb-narr-box-develop-match .travel-mgz-art-ten-narr-box-develop-items__num {
    flex: auto;
    max-width: initial;
    text-align: left;
  }
  .travel-mgz-art-footb-narr-box-develop-match .travel-mgz-art-ten-narr-box-develop-items__num img{
    position: static;
    display: block;
    margin: 10px 0;
    transform: translateX(0);
  }
  .travel-mgz-art-footb-narr-guess {
    padding: 15px;
  }
  .travel-mgz-art-footb-narr-exp-team-list__ava {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 63px;
            flex: 0 0 63px;
    max-width: 63px;
    margin: 0 15px 0 0;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point-left {
    padding: 0 10px 0 0;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point-left .point,
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point-right {
    padding: 0 0 0 10px;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point-right p span {
    padding: 0;
    min-width: 35px;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club span {
    padding: 10px 15px 0;
    text-align: center;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club__ava {
    width: 75px;
    height: 89px;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club-center {
    margin: 0 5px;
  }
  .travel-mgz-art-footb-narr-table-result-tab {
    margin: 25px 0 0;
  }
  .travel-mgz-art-footb-narr-table-result-score {
    padding: 0 0 15px;
  }
  .travel-mgz-art-footb-narr-table-result-score > div {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .travel-mgz-art-footb-narr-table-result-score__finished {
    width: 110px;
  }
  .travel-mgz-art-footb-narr-table-result-score__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .travel-mgz-art-footb-narr-table-result-score__center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
            flex: 0 0 110px;
    max-width: 110px;
    height: 70px;
    line-height: initial;
  }
  .travel-mgz-art-footb-narr-table-result-score__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .travel-mgz-art-footb-narr-table-result-score__right .travel-mgz-art-footb-narr-table-result-score__ava {
    margin: 0 0 10px;
  }
  .travel-mgz-art-footb-narr-table-result-score__right span {
    text-align: left;
  }
  .travel-mgz-art-footb-narr-table-result-score__ava {
    width: 70px;
    height: 70px;
    margin: 0 0 10px;
  }
  .travel-mgz-art-footb-narr-info-goal-left span, .travel-mgz-art-footb-narr-info-goal-right span {
    max-width: 96px;
  }
  .travel-mgz-art-footb-narr-info-goal-center {
    margin: 0 5px;
  }
  .travel-mgz-art-footb-narr-info-goal-list .travel-mgz-art-ten-narr-box-develop-items__btn-video a:before{
    margin: 0;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-art-footb-narr-guess p, .travel-mgz-art-footb-narr-guess p strong {
    font-size: 16px;
    line-height: 21px;
  }
  .travel-mgz-art-footb-narr-table-result-info, .travel-mgz-art-footb-narr-table-result-tab li span, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-cap p, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point p, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart p, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart .number {
    font-size: 14px;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point p {
    line-height: 20px;
  }
  .travel-mgz-art-footb-narr-table-result-score__finished p,
  .travel-mgz-art-footb-narr-table-result-score__center p {
    font-size: 12px;
  }
  .travel-mgz-art-footb-narr-table-result-score__center span {
    font-size: 36px;
    line-height: 30px;
  }
  .travel-mgz-art-footb-narr-info-goal-list, .travel-mgz-art-footb-narr-exp-team-list__info p,
  .travel-mgz-art-footb-narr-table-result-score__name span {
    font-size: 16px;
  }
  .travel-mgz-art-footb-narr-exp-team-list__info p {
    line-height: 21px;
  }
  .travel-mgz-art-footb-narr-box-develop-title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-art-footb-narr-guess p, .travel-mgz-art-footb-narr-guess p strong {
    font-size: 14px;
  }
  .travel-mgz-art-footb-narr-table-result-info, .travel-mgz-art-footb-narr-table-result-tab li span, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-cap p, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point p, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-club, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart p, .travel-mgz-art-footb-narr-table-result-tab-content .tabs-statistical-chart .number {
    font-size: 12px;
  }
  .travel-mgz-art-footb-narr-table-result-tab-content .tabs-formation-info-point p {
    line-height: 15px;
  }
  .travel-mgz-art-footb-narr-table-result-score__finished p,
  .travel-mgz-art-footb-narr-table-result-score__center p {
    font-size: 10px;
  }
  .travel-mgz-art-footb-narr-table-result-score__center span {
    font-size: 34px;
    line-height: 28px;
  }
  .travel-mgz-art-footb-narr-table-result-score__name span,
  .travel-mgz-art-footb-narr-info-goal-list, .travel-mgz-art-footb-narr-exp-team-list__info p {
    font-size: 14px;
  }
  .travel-mgz-art-footb-narr-exp-team-list__info p {
    line-height: 19px;
  }
  .travel-mgz-art-footb-narr-box-develop-title h2 {
    font-size: 22px;
  }
}
/*== End Reponsive ==*/
/*== End Bai Tuong Thuat Bong Da ==*/

/*== Style Bai tuong thuat thuong lay ben 24h ==*/
.tabTThuat{
  margin: 20px 0 0;
}
.tabTThuat .sf,.tabTThuat{
  position: relative;
}
.tabTThuat .sf:after,.tabTThuat .sf h3:after{
  content: "";
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: url(../images/2014/du_lich/icon-down-tinh-huong-noi-bat-trang-tuong-that-tennis.png) center center/contain no-repeat;
}
.tabTThuat .popupFilter{
  position: absolute;
  top: 0;
  right: 0;
}
.tabTThuat .popupTH {
  display: block;
}
.tabTThuat .popupClose span:before{
  content: "";
  display: inline-block;
  width: 12px;
  margin: 0 7px;
  height: 12px;
  background: url(../images/2014/du_lich/icon-btn-dong-video-trang-tuong-that-tennis.png) center center/contain no-repeat;
}
#tttt-container .time{
  position: static;
  text-transform: uppercase;
  height: auto;
  line-height: unset;
}
#tttt-container .time .timeStep{
  font-size: 18px;
  font-family: "Roboto-Bold";
}
/*== End Style Bai tuong thuat thuong lay ben 24h ==*/

/*== Style Bai tuong thuat Tenis lay ben 24h ==*/
.liveCnt .diem .fl.w70 table td:not(.namePlayer){
  text-align: center;
}
.liveCnt .diem .row2,.liveCnt .diem .row1{
  display: flex;
}
.liveCnt .diem .row2 a span{
  flex: 0 0 100%;
  max-width: 100%;
}
.liveCnt .diem .row2 span,.liveCnt .diem .row2 a{
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  text-transform: uppercase;
}
.liveCnt .diem .row1{
  margin: 0 0 10px;
}
.liveCnt .diem .fl.w15 a img {
  margin: 0;
  height: 100%;
  object-fit: scale-down;
}
#tttt-container .livetit_wrap .viewbtn,.scoredCustom .bgr div:nth-child(4) .viewbtn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
#tttt-container .inner .livetit_wrap{
  display: flex;
  justify-content: space-between;
}
/*== End Style Bai tuong thuat Tenis lay ben 24h ==*/

/*== Style Bai Tuong Thuat Bong Da lay ben 24h ==*/
.scoredCustom .bgr{
  display: flex;
  align-items: center;
  margin:0;
  flex-wrap: inherit;
  position: relative;
}
.scoredCustom {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 30px;
}
.scoredCustom .bgr div:nth-child(4) {
  position: absolute;
  top: 50%;
  right: 0;
  margin:0;
  transform: translateY(-50%);
}
.scoredCustom .bgr div:nth-child(4) .viewbtn{
  margin:0;
}
.scoredCustom .bgr div:nth-child(1){
  text-align:right;
}
.doihinhCustom .itemDoihinhCustom,
#tblDoihinh .head{
  display: flex;
  align-items: center;
}
.doihinhCustom header{
  margin: 30px 0 0;
  padding: 0 0 30px;
  border-bottom: 1px solid #ebebeb;
}
.doihinhCustom header .tit h3{
  text-align: center;
}
div#scoredAllList header h3 {
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0;
}
.liveCnt .tbErIf.tbErIfD{
  display: block;
  padding: 0 20px;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.liveCnt .tbErIf.tbErIfD table,.liveCnt .tbErIf.tbErIfD table td,
.liveCnt .tbErIf.tbErIfD table tr{
  border: none !important;
  padding: 0;
}
.erGpLnk {
  margin: 50px -3px 0;
  display: flex !important;
  justify-content: center;
}
.erGpLnk span {
  max-width: 181px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 3px;
  margin: 0 3px!important;
  width: 100% !important;
  background: #ccc !important;
}
.erGpLnk a.w100{
  max-width: 181px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tbErIf.tbErIfD .head .stadium{
  text-align: center;
  margin: 0;
}
.tbErIfD .status.end {
  width: 69px;
  background-image: url(//cdn.24h.com.vn/images/ketthuc_tt.gif);
}
.tbErIfD .status.now {
  width: 91px;
  background-image: url(//cdn.24h.com.vn/images/dangdienra_tt.gif);
}
.tbErIfD .status.before {
  width: 79px;
  background-image: url(//cdn.24h.com.vn/images/sapdienra_tt.gif);
}
.tbErIfD .status {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
}
#tblDoihinh .head{
  margin:30px 0;
  justify-content: center;
}
#tblDoihinh .head .fl{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
#tblDoihinh .head img{
  display:inline-block;
  margin: 0 20px;
}
#tblDoihinh .list1{
  display:flex;
  justify-content:center;
}
#tblDoihinh .list1 .colL{
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end !important;
}
#tblDoihinh .list1.list2{
  border-top: none;
}
#tblDoihinh .list1.txtLeft{
  display: block;
  border-top: none;
}
#tblDoihinh .list1.txtLeft p{
  text-transform: inherit;
}
.liveCnt .tbErIf.tbErIfD table{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.liveCnt .tbErIf.tbErIfD table tbody{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.liveCnt .tbErIf.tbErIfD table tr,.liveCnt .tbErIf.tbErIfD table tr:nth-child(1) td:nth-child(2){
  width: 100%;
  display: flex;
}
.liveCnt .tbErIf.tbErIfD table tr:nth-child(1) td:nth-child(2){
  align-items: center;
}
.liveCnt .tbErIf.tbErIfD table tr:nth-child(2) td:nth-child(2){
  position: absolute;
  bottom: 10px;
  left: 50%;
  height: auto;
  background: none;
  transform: translateX(-50%);
}
.liveCnt .tbErIf.tbErIfD table tr:nth-child(2) td:nth-child(1), .liveCnt .tbErIf.tbErIfD table tr:nth-child(2) td:nth-child(3) {
  position: absolute;
  top: 50%;
  left: 115px;
  text-align: left;
  transform: translateY(-50%);
}
.liveCnt .tbErIf.tbErIfD table tr:nth-child(2) td:nth-child(3) {
  right: 115px;
  left: unset;
}
.liveCnt .tbErIf.tbErIfD table tr:nth-child(1) td:nth-child(1){
  text-align: left;
}
.liveCnt .tbErIf.tbErIfD table tr:nth-child(1) td:nth-child(3) img,
.liveCnt .tbErIf.tbErIfD table tr:nth-child(2) td:nth-child(3) span{
  float: right;
}
.liveCnt .tbErIf.tbErIfD table td img{
  object-fit: scale-down;
}
.tabTThuat .popupTH #popupTHContainer{
  width: calc(100% - 15px);
  margin: 15px 0;
  padding: 0 15px;
}
.tabTThuat .popupTH #popupTHContainer .choise{
  display: flex;
  align-items: center;
}
/*== End Style Bai Tuong Thuat Bong Da lay ben 24h ==*/

/*== Page 404 ==*/
.travel-mgz-404-main {
  background: #d9f0ef;
}
.travel-mgz-404-img {
  max-width: 630px;
  padding: 80px 0 50px;
  margin: 0 auto;
}
.travel-mgz-404-cap p {
  font-size: 26px;
  color: #252525;
  margin: 0 0 63px;
}
.travel-mgz-404-back {
  padding: 0 0 75px;
}
.travel-mgz-404-back a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 302px;
  height: 63px;
  border-radius: 999px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Roboto-Bold";
  color: #fff;
  background: #ec2028;
}
.travel-mgz-404-back a img {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.travel-mgz-404-back a:hover {
  opacity: .8;
}
/*== Reponsive ==*/
/*== Hoz ==*/
@media screen and (max-width: 738px){
  .travel-mgz-404-cap p {
    font-size: 24px;
  }
  .travel-mgz-404-back a {
    font-size: 22px;
  }
}
@media screen and (max-width: 667px){
  .travel-mgz-404-cap p {
    font-size: 22px;
  }
  .travel-mgz-404-back a {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px){
  .travel-mgz-404-cap p {
    font-size: 20px;
  }
  .travel-mgz-404-back a {
    font-size: 18px;
  }
}
/*== End Hoz ==*/

@media screen and (max-width: 480px) {
  .travel-mgz-404-cap p {
    font-size: 22px;
    margin: 0 0 40px;
  }
  .travel-mgz-404-back {
    padding: 0 0 33px;
  }
  .travel-mgz-404-back a {
    max-width: 241px;
    height: 50px;
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  .travel-mgz-404-cap p {
    font-size: 20px;
  }
  .travel-mgz-404-back a {
    font-size: 18px;
  }
}
@media screen and (max-width: 320px) {
  .travel-mgz-404-cap p {
    font-size: 18px;
  }
  .travel-mgz-404-back a {
    font-size: 16px;
  }
}
/*== End Reponsive ==*/
/*== End Page 404 ==*/

/*== Plugin Article css twentytwenty ==*/
.twentytwenty-handle {
  cursor: col-resize;
}
.twentytwenty-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.twentytwenty-container img {
  transition: all ease .0s;
}
.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0,0,0,0);
}
.twentytwenty-overlay {
  display: none;
  -webkit-transition-property: background;
  -moz-transition-property: background;
  transition-property: background;
  background: rgba(0,0,0,0);
  z-index: 25;
}
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}
.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 0 0 12px rgba(51,51,51,0.5);
  -moz-box-shadow: 0 0 12px rgba(51,51,51,0.5);
  box-shadow: 0 0 12px rgba(51,51,51,0.5);
  z-index: 40;
}
.twentytwenty-handle:before, .twentytwenty-handle:after {
  content: " ";
  display: block;
  width: 3px;
  background: #fff;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  z-index: 30;
  -webkit-box-shadow: 0 0 12px rgba(51,51,51,0.5);
  -moz-box-shadow: 0 0 12px rgba(51,51,51,0.5);
  box-shadow: 0 0 12px rgba(51,51,51,0.5);
}
.twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0 0 12px rgba(51,51,51,0.5);
  -moz-box-shadow: 0 3px 0 white,0 0 12px rgba(51,51,51,0.5);
  box-shadow: 0 3px 0 white, 0 0 12px rgba(51,51,51,0.5);
}
.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}
.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}
/*== End Plugin Article css twentytwenty ==*/

/*== Begin Css TuyenNT custom ==*/
@media screen and (min-width: 768px){
  #tabThongke span {
    display: block !important;
  }
}
#button_video_tt_mobile{
    display: none !important;
}
.bv-lq-inner img{
  margin: 0px auto !important;
}
@media screen and (max-width: 738px){
    #button_video_tt_pc{
        display: none !important;
    }
    #button_video_tt_mobile{
        display: block !important;
    }
    .travel-mgz-art-ten-narr-box-develop-items__btn-video a:before{
        padding-top: 30px;
        width: 10px;
        margin: 0 5px 0 0;
    }
    #button_video_tt_mobile a {
        margin: 0 auto;
    }
    .logo_mga_info,.icon_xem_video_ban_thang{
        display: none;
    }
}
/*== End Css TuyenNT custom ==*/

/*== Begin Css DanCC custom ==*/
.travel-mgz-art-details-info figcaption{
    text-align: center;
}
blockquote {
    font-style: italic;
    font-family: Georgia,Times,"Times New Roman",serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
    font-size: 15px;
    margin-left: 20px;
}
blockquote > p {
    font-size: 16px !important;
}
.check-quiz-question-item p {
    margin-left: 25px;
}
.quiz1-item-img-after {
    display: none;
}
.body-quiz-question-inner a.quiz-question-item-link.active .quiz1-item-img-before {
    display: none !important;
}
/*== End Css DanCC custom ==*/

/*== Page Album Clone 24h ==*/
  /* Show Img */
    .travel-mgz-alb-slide .show-img img {
      display: block;
      margin: auto;	 
      max-width: 100%;
      max-height: 850px;
      width: auto;
      height: auto;
    }
    .travel-mgz-alb-slide .btn-slide-alb {
      position: absolute;
      top: 50%;
      width: 60px;
      height: 60px;
      background: #00000080;
      padding: 0 !important;
      opacity: 1 !important;
      border-radius: 999px;
      transition: all ease .3s;
      transform: scale(0) translateY(-50%);
    }
    .travel-mgz-alb-slide .btn-slide-alb.btnPre {
      left: 20px;
    }
    .travel-mgz-alb-slide .btn-slide-alb.btnNxt {
      right: 20px;
    }
    .travel-mgz-alb-slide .btn-slide-alb:before {
      content: "";
      display: inline-block;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      padding: 7px;
      margin: 0 0 0 9px;
      vertical-align: middle;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transition: all ease .3s;
      z-index: 1;
  }
  .travel-mgz-alb-slide .btn-slide-alb.btnNxt:before {
      margin: 0 9px 0 0;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
  }
  .travel-mgz-alb-slide .show-img:hover .btn-slide-alb {
      transform: scale(1) translateY(-50%);
  }
  .travel-mgz-alb-slide .icons-full-scren {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 32px;
      height: 32px;
      background: #00000080;
      border-radius: 999px;
      cursor: pointer;
      transform: scale(0);
      transition: all ease .3s;
  }
  .travel-mgz-alb-slide .icons-full-scren:before {
      content: "";
      display: inline-block;
      width: 15px;
      height: 15px;
      background: url(https://cdn.24h.com.vn/images/2014/fullscreen.png) center center/contain no-repeat;
  }
  .travel-mgz-alb-slide:hover .icons-full-scren{
      transform: scale(1);
  }
  .travel-mgz-alb-slide .btn-slide-alb:hover, 
  .travel-mgz-alb-slide .icons-full-scren:hover {
      background: #ec2028;
  }
  /* End Show Img */

  /* Show Action */
  .travel-mgz-alb-slide-b {
    padding: 15px 0;
  }
  .travel-mgz-alb-slide .show-action .row{
    margin: 0 -10px;
  }
  .travel-mgz-alb-slide .show-action .col-3 {
    flex: 0 0 220px;
    max-width: 220px;
    padding: 0 10px;
  }
  .travel-mgz-alb-slide .show-action .col-6 {
    flex: 1;
    max-width: inherit;
    min-width: 0;
    padding: 0 10px;
  }
  .travel-mgz-alb-slide .show-ful-screen .show_album_slide, /* Show Full Screen */
  .travel-mgz-alb-slide .view-auto-slide a, /* Show Auto Slide */
  .travel-mgz-alb-slide .pagi-slide a{ /* Show Phan Trang Slide */
    margin: 0 10px 0 0;
    padding: 6px 10px;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    font-family: 'Roboto-Regular';
  }
  .travel-mgz-alb-slide .show-ful-screen .show_album_slide:hover, /* Show Full Screen */
  .travel-mgz-alb-slide .pagi-slide .seImgAtv.xemAnhActive, /* Show Phan Trang Slide */ 
  .travel-mgz-alb-slide .pagi-slide a:hover,  /* Show Phan Trang Slide */
  .travel-mgz-alb-slide .view-auto-slide a:hover {  /* Show Auto Slide */
      border-color:  #ec2028;
      background:  #ec2028;
      color: #fff;
  }
  .travel-mgz-alb-slide .show-ful-screen .show_album_slide .gg-arrows-expand-right {
    --ggs: 1;
    position: relative;
    left: -5px;
    display: block;
    width: 14px;
    height: 14px;
    margin: 2px;
    box-shadow:
        -6px 6px 0 -4px,
        6px -6px 0 -4px;
    transform: scale(var(--ggs,1));
  }
  .travel-mgz-alb-slide .show-ful-screen .show_album_slide .gg-arrows-expand-right::before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 22px;
    top: -4px;
    left: 6px;
    border-top: 9px solid;
    border-bottom: 9px solid;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  /* End Show Action */

  /* Show View Auto vs Show Pagi */
  .travel-mgz-alb-slide .view-auto-slide a, /* Show Auto Slide */
  .travel-mgz-alb-slide .pagi-slide a{ /* Show Phan Trang Slide */
    margin: 0 0 0 5px;
  }
  .travel-mgz-alb-slide .pagi-slide a { /* Show Phan Trang Slide */
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
  }
  .travel-mgz-alb-slide .pagi-slide .arrow:hover:before{ /* Show Phan Trang Slide */
    border-color: #fff;
  }
  .travel-mgz-alb-slide .view-auto-slide a:before { /* Show Auto Slide */
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin: 0 5px 0 0;
  }
  .travel-mgz-alb-slide .view-auto-slide a:hover:before{ /* Show Auto Slide */
    border-left-color: #fff;
  }
  .travel-mgz-alb-slide .pagi-slide .arrow:before,  /* Show Phan Trang Slide */
  .travel-mgz-alb-slide-b .show-thumbs .icon-act-album:before {
    content: "";
    display: inline-block;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 4px;
    vertical-align: middle;
  }
  .travel-mgz-alb-slide .pagi-slide .arrow-l:before, /* Show Phan Trang Slide */
  .travel-mgz-alb-slide-b .show-thumbs .ico-prev-album:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  .travel-mgz-alb-slide .pagi-slide .arrow-r:before,  /* Show Phan Trang Slide */
  .travel-mgz-alb-slide-b .show-thumbs .ico-next-album:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  /* End Show View Auto vs Show Pagi */

  /* Show Thums Slide And Info Slide Page Album */
    /* Show Thumbs */
    .travel-mgz-alb-slide-b.show-thums-vs-info {
      background: #F2F2F2;
      padding: 15px 30px 15px 0;
    }
    .travel-mgz-alb-slide-b.show-thums-vs-info:before {
      content: "";
      position: absolute;
      top: 0;
      left: -30px;
      width: 30px;
      height: 100%;
      background: #F2F2F2;
    }
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb {
      position: relative;
      width: 330px;
      height: 96px;
      overflow: hidden;
    }
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb .baongoai {
      position: absolute;
      top: 0;
      width: 871px !important;
    }
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb .noidung {
      width: 70px;
      margin: 0 15px 0 0;
      float: left;
      overflow: hidden;
    }
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb img{
      transition: all ease .3s;
    }
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb img, 
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb .image-thumb, 
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb .thumb-active,
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb .thmbAtv {
      width: 100%;
      height: 96px;
      border: 1px solid #ddd;
      opacity: .7;
    }
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb .thmbAtv,
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb .thumb-active,
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb img:hover,
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb .image-thumb:hover, 
    .travel-mgz-alb-slide-b .show-thumbs #slidethumb .thumb-active:hover{
      border:1px solid #ec2028;
      opacity: 1;
    }
    .travel-mgz-alb-slide-b .show-thumbs .icon-act-album:hover:before {
      border-color: #ec2028!important;
    }
    .travel-mgz-alb-slide-b .show-thumbs .ico-prev-album {
      left: -12px;
    }
    .travel-mgz-alb-slide-b .show-thumbs .ico-next-album {
      right: -12px;
    }
    .travel-mgz-alb-slide-b .show-thumbs .ico-prev-album, 
    .travel-mgz-alb-slide-b .show-thumbs .ico-next-album {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
    }
    .travel-mgz-alb-slide-b .show-thumbs .thmbImg .alb-dif {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }
    .travel-mgz-alb-slide-b .show-thumbs .thmbImg .alb-dif span {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        font-size: 15px;
        text-align: center;
        transform: translate(-50%,-50%);
    }
    /* End Show Thumbs */

    /* Show Info */
    .travel-mgz-alb-slide-b.show-thums-vs-info .show-des * {
      font-size: 15px;
      line-height: 25px;
      color: #252525;
    }
    /* End Show Info */
  /* End Show Thums Slide And Info Slide Page Album */

  /* Box Xem Them Anh Khac */
  .travel-mgz-alb-other .show-other-alb {
    background: #f2f2f2;
    padding: 20px 20px 0;
  }
  .travel-mgz-alb-other .show-other-alb-tit * {
    font-size: 25px;
    color: #ec2028;
    font-family: "PlayfairDisplay-Bold";
  }
  .travel-mgz-alb-other .show-other-alb .row {
    margin: 0 -5px;
  }
  .travel-mgz-alb-other .show-other-alb .col-5 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
  }
  .travel-mgz-alb-other .show-other-alb-img {
    height: 125px;
  }
  .travel-mgz-alb-other .show-other-alb-name * {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    font-family: 'Roboto-Regular';
  }
  .travel-mgz-alb-other .show-other-alb-name a:hover {
    color: #ec2028;
  }
  /* End Box Xem Them Anh Khac */
/*== End Page Album Clone 24h ==*/

/*== Minhdt 09/03/2022 Fix-iframe-youtube-facebook-livestream-trang-bai-viet ==*/
  .embed-responsive.embed-responsive-16by9 {
      position: relative;
      width: 100%;
      padding: 0;
      margin: 0 0 10px;
      overflow: hidden;
  }
  .embed-responsive.embed-responsive-16by9::before {
      display: block;
      content: "";
      padding-top: 56.25%;
  }
  .embed-responsive.embed-responsive-16by9 iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border: 0;
  }
  @media screen and (max-width: 767px){
      /* FullVideo sang 2 ben */
      .embed-responsive.embed-responsive-16by9 {
        width: 100vw;
        max-width: inherit;
        margin: 0 -15px 10px;
      }
      /* End FullVideo sang 2 ben */
    }
/*== End Minhdt 09/03/2022 Fix-iframe-youtube-facebook-livestream-trang-bai-viet ==*/

/*== Minhdt 15/03/2022 Fix-box-comment-trang-bai-viet ==*/
  .commentNewsContainer {
      padding: 25px 25px 20px;
      border: 1px solid #e6e6e6;
      border-radius: 5px;
  }
  .commentNewsContainer .binhluan-top {
      margin: 0 0 20px;
  }
  .commentNewsContainer .binhluan-top-tit {
      font-size: 17px;
      font-family: "Roboto-Bold";
  }
  .commentNewsContainer .binhluan-top-r * {
      font-size: 15px;
      line-height: 21px;
      color: gray;
  }
  .commentNewsContainer .binhluan-top-r a:hover,
  .commentNewsContainer .div-xem-tiep-bl a, /* View Binh Luan Phan Trang */
  .goc-binhluan-list .subcommentRight a:hover, /* View Binh Luan */
  .goc-binhluan-list .subcommentRight a:hover .bl-phanHoi-num{ /* View Binh Luan */
      color: #ec2028 !important;
  }
  .commentNewsContainer .divGuiYKien textarea {
      width: 100% !important;
      min-height: 107px;
      margin: 0 0 10px;
      padding: 12px;
      background: #f1f5f9;
      border-radius: 5px;
      font-size: 15px;
      color: #333;
      border: 0;
      font-family: "Roboto-Regular";
  }
  .commentNewsContainer .divGuiYKien .btnGui {
      display: inline-block;
      padding: 9px 13px;
      text-align: center;
      background: #ec2028;
      font-size: 15px;
      color: #fff;
      font-family: "Roboto-Bold";
      border-radius: 5px;
  }
  .commentNewsContainer .divGuiYKien .btnGui:hover{
      background: #252525;
  }
  .commentNewsContainer .bar-bl-sort {
      position: relative;
      border-bottom: 1px solid #e6e6e6;
      padding: 0 0 10px;
      margin: 15px 0;
      font-size: 15px;
  }
  .commentNewsContainer .bar-bl-sort select {
      max-width: max-content;
      height: 30px;
      margin: 0 0 0 5px;
      border: 1px solid #e1e1e1;
      border-radius: 5px;
      font-size: 15px;
      color: #252525;
      cursor: pointer;
  }
  .commentNewsContainer .bar-bl-sort:after {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 70px;
      height: 3px;
      background: #ec2127;
  }
  .commentNewsContainer #anxemthembinhluan{
      display: none;
  }
  /* Form Binh Luan */
    div#div_binh_luan b{
      display: block;
      margin: 5px 0;
    }
    div#div_binh_luan table tbody tr
    div#div_binh_luan input,
    div#div_binh_luan textarea {
        border: 1px solid #ddd;
        font-size: 14px;
        font-family: "Roboto-Regular";
        color: #252525;
        margin: 0 0 10px;
    }
    div#div_binh_luan input {
        padding: 0 10px;
        height: 30px;
    }
    div#div_binh_luan textarea{
        padding: 10px;
    }
    div#div_binh_luan .padTB10 {
      padding: 20px 0 10px !important;
    }
   div#div_binh_luan .CopyLink b{
      display: inline-block;
      margin: 0;
   }
    div#div_binh_luan .btnGrey,
    div#div_binh_luan .btnWhite,
    div#div_binh_luan .CopyLink {
        padding: 9px 10px;
        border-radius: 5px;
        font-family: "Roboto-Bold";
        font-size: 14px;
        color: #fff;
    }
    div#div_binh_luan .btnGrey,
    div#div_binh_luan .CopyLink{
        background: #ec2127;
    }
    div#div_binh_luan .btnWhite {
        background: #5e5e5e;
    }
    div#div_binh_luan .btnGrey:hover,
    div#div_binh_luan .btnWhite:hover,
    div#div_binh_luan .CopyLink:hover{
       opacity: .8;
    }
    div#div_binh_luan .commentSuccess {
        border: 1px solid #ddd;
        padding: 10px 10px 20px;
        text-align: center;
        overflow: hidden;
    }
  /* End Form Binh Luan */

  /* View Binh Luan */
    .goc-binhluan-list:not(:last-child),
    .goc-binhluan-list .bl-sub-list:not(:last-child) {
        border-bottom: 1px solid #e1e1e1;
    }
    .goc-binhluan-list {
        display: flex;
        padding: 10px 0;
    }
    .goc-binhluan-list .goc-binhluan-ava {
        flex: 0 0 40px;
        width: 40px;
        margin: 0 15px 0 0;
    }
    .goc-binhluan-list .goc-binhluan-info {
        flex: 1;
        min-width: 0;
    }
    .goc-binhluan-list .goc-binhluan-ava img {
        max-width: 100%;
        vertical-align: middle;
    }
    .goc-binhluan-list .bl-title,
    .goc-binhluan-list .bl-title *,
    .goc-binhluan-list .comment_desc,
    .commentNewsContainer .div-xem-tiep-bl *,
    div#div_binh_luan .title-sub { /* Form Gui Binh Luan Thanh Cong */
        font-size: 15px;
        line-height: 21px;
        color: #000;
        font-family: 'Roboto-Bold';
    }
    .goc-binhluan-list .bl-title{
        margin: 0 0 10px;
    }
    .goc-binhluan-list .comment_desc {
        margin: 0 0 5px;
    }
    .goc-binhluan-list .bl-agree-disagree {
        display: none;
    }
    .goc-binhluan-list .comment_desc,
    .goc-binhluan-list .bl-title,
    .goc-binhluan-list .bl-title .commentlink,
    .commentNewsContainer .div-xem-tiep-bl * {
        font-family: 'Roboto-Regular';
    }
    .goc-binhluan-list .subcommentRight {
        margin: 10px 0 0;
    }
    .goc-binhluan-list .subcommentRight * {
        font-size: 14px;
        color: #252525;
    }
    .goc-binhluan-list .subcommentRight .bl-phanHoi-num{
       font-family: 'Roboto-Bold';
    }
    .goc-binhluan-list .bl-traLoi:before {
        content: "'";
        position: relative;
        top: 6px;
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0 5px;
        background: #252525;
        border-radius: 999px;
    }
    .goc-binhluan-list .bl-sub-bg {
        padding: 0 20px;
        border-left: 1px solid #e1e1e1;
    }
    .goc-binhluan-list .bl-sub-list{
        padding: 10px 0;
    }
    .commentNewsContainer .div-xem-tiep-bl {
        border-top: 1px solid #e1e1e1;
        padding: 15px 0 0;
        text-align: center;
    }
    .commentNewsContainer .titNocomment {
        display: block;
        text-align: center;
        margin: 20px 0 0;
        font-size: 15px;
        line-height: 21px;
    }
  /* End View Binh Luan */

  /*== Reponsive Mobile ==*/
    @media screen and (max-width: 480px){
      /* Form Binh Luan */
        div#div_binh_luan {
            max-width: 100%;
            width: 100%;
        }
        div#div_binh_luan .pollAnswer {
            min-width: 80px;
        }
      /* End Form Binh Luan */
      .commentNewsContainer .binhluan-top .d-flex{
        display: block !important;
      }
      .commentNewsContainer .binhluan-top-r{
        margin: 10px 0 0;
      }
      .commentNewsContainer {
        padding: 15px;
      }
    }
    @media screen and (max-width: 375px){
      .commentNewsContainer .bar-bl-sort {
          display: flex;
          align-items: center;
      }
      .commentNewsContainer .bar-bl-sort select {
          max-width: 190px;
      }
    }
  /*== End Reponsive Mobile ==*/
/*== End Minhdt 15/03/2022 Fix-box-comment-trang-bai-viet ==*/

/*== End Style All Page Travel Mgz ==*/ 
.banner-mobile{
	text-align: center !important;  
}