/*
Theme Name: Gooweb
Theme URI: http://gooweb.vn/
Author: Thanh Huu
Author URI: http://gooweb.vn/
Description: Đây là theme về dịch vụ - tin tức của Gooweb
Version: 1.0
 */
 @charset "UTF-8";
:root {
    --base-color: #f6c326;
}
.tuvan {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: block;
}

.tuvan, .footer__top {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
button{
  outline: none;
}
a, a:hover, a:focus, a:visited, img, .bang-gia__item, .bang-gia__item:hover {
  transition: all .5s linear;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
}

.box:hover .box__img a img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}

/*--- RESET CSS---*/
@font-face {
  font-family: Liberation;
  src: url("assets/fonts/LiberationSans-Regular.ttf");
}

@font-face {
  font-family: Liberation-Italic;
  src: url("assets/fonts/LiberationSans-Italic.ttf");
}

@font-face {
  font-family: Liberation-BoldItalic;
  src: url("assets/fonts/LiberationSans-BoldItalic.ttf");
}

@font-face {
  font-family: Liberation-Bold;
  src: url("assets/fonts/LiberationSans-Bold.ttf");
}

@font-face {
  font-family: SFUAuchon;
  src: url(assets/fonts/SFUAuchonRegular.TTF);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Liberation", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #424242;
  background-color: #fff;
}

a, a:hover, a:focus, a:visited {
  text-decoration: none;
  outline: none;
  color: #424242;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul, li {
  list-style-type: none;
  position: relative;
}

section {
  overflow: hidden;
}

.thumbnail {
  margin: 0;
}

.navbar {
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 0;
  position: relative;
}

.navbar-nav > li > a:focus {
  background-color: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
  font-family: Liberation-Bold;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    margin: auto;
    background: #ffffff47;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link:before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link:before{
    width: 80%;
}
#mega-menu-primary .fa-home{
  font-size: 18px;
}
.navbar-brand {
  display: block;
  width: 100%;
  height: 100%;
}

.navbar-nav > li > a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-nav > li > a:hover {
  color: #f6c326 !important;
  background-color: transparent;
}

/*.active {
  color: #f6c326 !important;
  background-color: transparent;
}*/

h1, h2, h3, h4, h5, h6, p, ul, li {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "SFUAuchon", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: #424242;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #f6c326;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #00356b;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1rem;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}*/

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width:576px) {


  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

}

@media (min-width:769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

}

@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

}

@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !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-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.btn {
  font-family: "Liberation", sans-serif;
  color: #fff;
  background-color: #f6c326;
  font-size: 1.4rem;
  z-index: 1;
  position: relative;
  padding: 0 0;
  outline: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
  border-radius: 10px;
  -webkit-transition: all linear  .4s;
  -webkit-transition: all linear .4s;
  -o-transition: all linear .4s;
  transition: all linear .4s;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 10px 15px;
}

.btn:hover {
  background-color: #00356b;
  color: #fff;
}

.btn--tv {
  padding: 10px 20px;
}

.text-primary {
  color: #f6c326 !important;
}

.text-second {
  color: #00356b !important;
}

.bg-primary {
  background-color: #f6c326 !important;
}

.bg-second {
  background-color: #00356b !important;
}

.th__bv {
  border: 1px solid red;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  overflow: hidden;
}

.th__bv:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  border-left: 2px solid #ff2c57;
  height: 50px;
  border-bottom: 2px solid #ff2c57;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: hidden;
}

.th__bv a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #f6c326;
}

.th__bv a:hover {
  color: #00356b;
}

.m-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 15px;
}

.pt-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*---- Class -----*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.title {
  font-size: 15px;
  font-weight: bold;
  color: #f6c326;
  text-transform: uppercase;
}

.block {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.w-100 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.btn {
  font-family: "Liberation", sans-serif;
  color: #fff;
  background-color: #f6c326;
  font-size: 1.4rem;
  z-index: 1;
  position: relative;
  padding: 0 0;
  outline: none;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  border-radius: 3px;
  border-radius: 10px;
  -webkit-transition: all linear  .4s;
  -webkit-transition: all linear .4s;
  -o-transition: all linear .4s;
  transition: all linear .4s;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 10px 15px;
}

.btn:hover {
  background-color: #00356b;
  color: #fff;
}

.btn--tv {
  padding: 10px 20px;
}

/*---- Wrapper ----*/
.wrapper {
  max-width: 1566px;
  margin: auto;
  overflow: hidden;
}

/****** Header ******* */
.header__social li a {
  background-color: #f6c326;
  color: #fff;
  margin-right: 5px;
  border-radius: 4px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.header__social li a i {
    font-size: 16px;
}

.header__social li a:hover {
  background-color: #00356b !important;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 55px;
  top: 20px;
  z-index: 999;
}
.main-menu{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    float: none !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 120px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.header .container {
  position: relative;
}

@media (min-width:1024px) {
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 120px !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
.widget-map iframe {
    height: 185px;
    border: 2px solid #f6c326 !important;
}

}

@media (min-width:993px) and (max-width:1024px) {
  .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid red;
    float: none !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 120px !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
.widget-map iframe {
    height: 185px;
    border: 2px solid #f6c326 !important;
}

}

/* ******* Banner ********** */
.banner__img {
  max-height: 500px;
  overflow: hidden;
}

/* **** BANG GIA **** */
.bang-gia {
  padding-top: 30px;
  padding-bottom: 40px;
}

.bang-gia__item {
  background-color: #006ac4;
  padding: 5px 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bang-gia__item:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.bang-gia__item__img {
  margin-right: 17px;
}

.bang-gia__item__content p:last-child {
  color: #fff;
}

.bang-gia__item__content p:first-child {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #f6dc26;
}

/* ******* DICH VU ******** */
.dich-vu , .suachua{
  background-color: #dfdfdf;
}

/* *********** THIET KE *********/
.thietke {
  background-color: #f8f5ee;
}

/******** Tin tuc **********/
.tintuc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  max-height: 200px;
  height: 200px;
  overflow: hidden;
}

.tintuc__content {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.tintuc__img {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  height: 180px;
  overflow: hidden;
}

.tintuc__title {
  color: #00356b !important;
  font-size: 1.4rem;
  line-height: 16px !important;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
}

.tintuc__title:hover {
  color: #f6c326 !important;
}

time {
  color: #00356b;
  display: inline-block;
  margin-bottom: 10px;
}

time i {
  display: inline-block;
  margin-right: 10px;
}

/*time:hover {
  color: #f6c326 !important;
}*/
/*.content p {
    font-size: 15px;
}*/
.btn-xt {
  color: #00356b !important;
  font-style: italic;
}

.btn-xt:hover {
  color: #f6c326 !important;
}

.tintuc__img a img {
  display: block;
  height: 185px;
  max-height: 185px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content {
  margin-bottom: 10px;
}

.tintuc__img:hover a img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.tintuc__img a {
  overflow: hidden;
}

.tuyendung__item .box .box__img a img {
  display: block;
  height: 170px;
  max-height: 170px;
  width: 100%;
}

/***** SLIDER ***** */
.owl-carousel .item h4 {
  border: 1px solid #00356b;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
#owl-partner .owl-item img{
  -o-object-fit: scale-down;
     object-fit: scale-down;
  height: 120px;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.owl-nav button span{
  font-size: 45px;
}
button.owl-next {
    right: -25px;
}
button.owl-prev {
    left: -25px;
}
/* *********** TƯ VẤN *************** */
.tuvan {
  padding-top: 40px;
  padding-bottom: 40px;
  max-height: 450px;
  overflow: hidden;
  background: url("https://phamphan.com/wp-content/uploads/2019/07/tuvan.jpg");
}

.tuvan__title {
  color: #fff;
  margin-bottom: 20px;
}

.tuvan__title h4 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.block-content input[type="text"], .block-content input[type="email"], .block-content input[type="tel"] {
    width: 48%;
    float: left;
    margin-right: 2%;
    padding: 10px 0;
    background: transparent;
    color: #fff;
    border-top: none;
    border-right: none;
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255);
    outline: none;
    margin-bottom: 25px;
}
.block-content input[type="tel"], .block-content input[name="your-address"] {
    margin-right: 0;
    margin-left: 2%;
}
.block-content input[type="submit"] {
    font-family: "Liberation-Bold", sans-serif;
    color: #fff;
    background-color: #f6c326;
    font-size: 1.4rem;
    z-index: 1;
    position: relative;
    padding: 0 0;
    outline: none;
    border: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 3px;
    border-radius: 10px;
    -webkit-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.block-content br {
    display: none;
}
.block-content input::-webkit-input-placeholder, .block-content input textarea::-webkit-input-placeholder{
    color: rgba(255, 255, 255);
}
.block-content input::-moz-placeholder, .block-content input textarea::-moz-placeholder{
    color: rgba(255, 255, 255);
}
.block-content input:-ms-input-placeholder, .block-content input textarea:-ms-input-placeholder{
    color: rgba(255, 255, 255);
}
.block-content input::-ms-input-placeholder, .block-content input textarea::-ms-input-placeholder{
    color: rgba(255, 255, 255);
}
.block-content input::placeholder, .block-content input textarea::placeholder{
    color: rgba(255, 255, 255);
}
.block-content input[name="your-message"]{
    width: 100%;
    margin-right: 0%;
}

.form-control:focus, .form-control {
  -webkit-box-shadow: 0px 0px;
          box-shadow: 0px 0px;
}

@media (max-width:576px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:before,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover > a.mega-menu-link:before{
    width: 100%;
  }
  
    .section__title h4 {
    font-size: 2rem !important;
  }
  span.icon-bar {
    background-color: #fff;
  }

  nav.navbar {
    top: -30px;
  }

  button.navbar-toggle {
    top: 92px;
    background-color: #000;
  }

  div#myNavbar {
    border-top: 1px solid #bbb;
    -webkit-transition: 0.4s linear all;
    -o-transition: 0.4s linear all;
    transition: 0.4s linear all;
  }

  .bang-gia {
    padding: 0 !important;
  }

  .bang-gia__item {
    margin-bottom: 20px;
  }

  .dich-vu__item, .thietke__item, .suachua__item, .tuyendung__item {
    margin-bottom: 20px;
  }

  .tintuc__item {
    height: auto;
    max-height: 400px;
    overflow: visible;
    /*flex-direction: column;*/
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 20px;
  }

  .footer__top__item {
    text-align: center;
  }

  h4.footer__title {
    font-size: 1.6rem !important;
    margin-bottom: 10px !important;
  }

  ul.footer__info li {
    line-height: 20px;
    font-size: 1.3rem;
  }

  .footer__top {
    padding: 30px 0;
    background-image: url(https://phamphan.com/wp-content/uploads/2019/07/bg-footer.png);
  }

  .box {
    border-bottom: 1px solid #efefef;
  }

}

@media (min-width:577px) and (max-width:992px) {
  .bang-gia__item.d-flex {
    padding: 10px 5px;
  }

  .bang-gia__item__img img {
    max-width: 45px;
  }

  .bang-gia__item__img {
    margin-right: 7px;
  }

  .bang-gia__item__content p:first-child {
    margin-bottom: 0px !important;
    font-size: 1.4rem !important;
  }

  .bang-gia__item__content p:last-child {
    font-size: 1.2rem !important;
  }

  .box__img a img {
    height: 195px !important;
    max-height: 195px !important;
  }

  .tuyendung__item {
    margin-bottom: 30px;
  }

  .tintuc {
    padding-top: 0px;
  }

  /*.tintuc__img a img {
    height: 154px;
  }*/

}

/********* START FOOTER ***********/
.footer__top {
  padding: 30px 0;
  /*background-image: url("http://xaydung-phamphan.com/wp-content/uploads/2019/07/bg-footer.png");*/
  background-color: #585959;
}

h4.footer__title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 2rem;
}

ul.footer__info li {
  line-height: 30px;
  color: #fff;
}

ul.thongke li {
  list-style-type: square;
  line-height: 30px;
  list-style-position: inside;
  color: #fff;
}
  .footer__top__item p {
    margin: 5px 0;
  }
  .footer__top__item h4 {
    color: #ff0;
}
.footer__top__item h5 {
    margin-bottom: 10px;
}

marquee.p-10 img {
    width: 80px;
}

.p__limit p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.p__limit p {
    color: #000;
}
.tuyendung__item{
  padding: 0 15px;
}
.h__limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.border__inside {
  text-shadow: 2px 1px 0 #fff, 1px 2px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 4px 4px 4px #808080;
}

.a__block {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

/*.border-primary {
  border: 1px solid #f6c326;
}*/

.font-bold {
  font-weight: bold;
}

.section__title {
  margin-bottom: 30px;
}

.section__title h4 {
  font-size: 2.5rem;
}

.border {
  height: 1px;
  width: 100%;
  background-color: #f6c326;
  margin-top: 20px;
  position: relative;
}

.border:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 260px;
  height: 3px;
  background-color: #f6c326;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 999px;
}

.box__title {
  margin-top: 10px;
}

.box {
  position: relative;
}

.dich-vu__item {
    border: 1px solid #f14a16;
}

.box__img a {
  /*padding: 4px;*/
  /*background-color: #fff;*/
  /*border: 1px solid var(--base-color);*/
}
.box__img{
/*  padding: 5px;
  background: #fff;
  border: 1px solid var(--base-color);*/
}
.box__img a {
  overflow: hidden;
}
.box__title {
    padding: 8px 6px;
    min-height: 17rem;
    padding-bottom: 12px;
}
.excerpt_post {
    margin-bottom: 15px;
}

.box:hover .box__title p a {
  color: #f6c326;
}

.box__img a img {
  display: block;
  height: 250px;
  max-height: 250px;
  width: 100%;
}

/*---- Class -----*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.title {
  font-size: 15px;
  font-weight: bold;
  color: #f6c326;
  text-transform: uppercase;
}

.block {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.w-100 {
  width: 100%;
  max-width: 100%;
  position: relative;
}
/*CUSTOM*/
.owl-block .owl-item {
    padding: 0 15px;
}
.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.widget-map {
    margin: 20px 0;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev{
  background: #000;
}
.sidebar__support {
    position: relative;
    margin-bottom: 3rem;
}

.sidebar__support__title {
    position: relative;

    background-color: #f6c326;
    padding: 10px 20px;
}

.sidebar__support__title h6 {
    font-size: 1.8rem;
    margin: 0;
    color: #fff;
    font-family: Roboto Condensed;
    font-weight: 600;

}

.sidebar__support__content {
    position: relative;
    background-color: #fff;
    padding: 1rem;
    padding-bottom: 0;
}

.sidebar__support__item {
    position: relative;
    border-bottom: 1px dashed #424242;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.sidebar__support__item * {
    margin: 0;
}

.sidebar__support__item .support__img {
    position: relative;
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
}

.sidebar__support__item .support__img img {
    height: 5rem;
    -o-object-fit: contain;
    object-fit: contain;
}

.sidebar__support__item .support__right {
    position: relative;
}

.sidebar__support__item .support__right h6 {
  font-family: Roboto Condensed;
  font-size: 1.4rem;
  font-weight: 600;
  padding-bottom: 5px;
}

.sidebar__support__item .support__right p {
    font-size: 1.4rem;
}

.sidebar__support__item .support__right p strong {
    color: #ec1c25;
}

.sidebar__support__item:last-of-type {
    border: 0;
}
.vert .simply-scroll-list li {
    width: 256px;
    height: 70px;
}
div#owl-realated .box-tin .box-text {
    padding-left: 0;
    padding-right: 0;
}
div#owl-realated .box-tin {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.toggle-menu{
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #f6c326;
  /*border-bottom: 1px solid #9a9a9a;*/
  /*border-left: 1px solid #9a9a9a;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f6c326;
}
ul#crumbs {
    padding: 10px 0;
}
.breadcrumb-archive {
    background-color: #e5e5e5;
}
.title-archive {
    margin-top: 3rem;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before {
    font-family: fontawesome;
    content: '\f0da';
    margin-right: 6px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
.box-image img {
    height: 230px;
}
.tuyendung__item .box .box__img a img {
    height: 230px;
    max-height: 250px;
}
}

.row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

div#owl-realated .owl-nav button,div#owl-realated-1 .owl-nav button,div#owl-realated-2 .owl-nav button,div#owl-news .owl-nav button,div.owl-carousel .owl-nav button{
    -webkit-box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
            box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12), 0 1px 1px 0 rgba(0,0,0,.24);
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: rgba(255,255,255,.75)!important;
    border: 0;
    border-radius: 50%!important;
    color: #999;
    display: inline-block;
    font-weight: 400;
    height: 40px;
    line-height: normal;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    -o-transition: background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    width: 40px;
    will-change: background-color,box-shadow;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 3;
    opacity: 1;
    -webkit-transition: opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    -o-transition: opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1);
    transition: opacity .2s cubic-bezier(.4,0,.2,1),background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .2s cubic-bezier(.4,0,.2,1);
    opacity: 0;
}
div.owl-carousel:hover .owl-nav button,div#owl-realated:hover .owl-nav button, div#owl-realated-1:hover .owl-nav button,div#owl-realated-2:hover .owl-nav button,div#owl-news:hover .owl-nav button{
    opacity: 1;
}
div.owl-carousel .owl-nav button i,div#owl-realated .owl-nav button i, div#owl-realated-1 .owl-nav button i,div#owl-realated-2 .owl-nav button i,div#owl-news .owl-nav button i{
    color: #f6c326;
    font-size: 25px;
}
div.owl-carousel button.owl-next,div#owl-realated button.owl-next,div#owl-realated-1 button.owl-next,div#owl-realated-2 button.owl-next,div#owl-news button.owl-next{
    right: -30px;
}
div.owl-carousel button.owl-prev,div#owl-realated button.owl-prev,div#owl-realated-1 button.owl-prev,div#owl-realated-2 button.owl-prev,div#owl-news button.owl-prev{
    left: -30px;
}
button{
    outline: none!important;
}

h4.title__news {
    border-bottom: 2px solid #f6c326;
    padding-bottom: 10px;
}
h4.title__news span {
    background-color: #f6c326;
    color: #fff;
    font-size: 2.2rem;
    padding: 8px 20px;
    line-height: 1;
}
.excerpt_post p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    text-align: left;
    margin-top: 5px;
}


div#owl-realated {
    background-color: #000000;
    padding: 15px;
    max-height: 325px;
    margin-bottom: 2rem;
    color: #fff;
}
div#owl-realated-1 {
    background-color: #9c9a9c;
    padding: 15px;
    max-height: 325px;
    margin-bottom: 2rem;
    color: #fff;
}
div#owl-realated-2 {
    background-color: #737373;
    padding: 15px;
    max-height: 325px;
    margin-bottom: 2rem;
    color: #fff;
}
div#owl-realated-1 .owl-item a,div#owl-realated-2 .owl-item a,div#owl-realated .owl-item a {
    color: #ffffff !important;
}
.owl-item .box-text {
    color: #fff;
}

div#owl-realated-1 .box-tin,div#owl-realated-2 .box-tin {
    margin-bottom: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}
div#owl-realated-1 .box-image img,div#owl-realated .box-image img,div#owl-realated-2 .box-image img {
    height: 180px;
}

h4.title__related span:before {
    content: "";
    position: absolute;
    top: 0;
    right: -14px;
    border-top: 19px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 19px solid #f6c326;
    border-left: 7px solid #f6c326;
}
h4.title__related span {
    position: relative;
    background: #f6c326;
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    display: inline-block;
    min-width: 130px;
    font-size: 20px;
}
h4.title__related {
    border-bottom: 2px solid #f6c326;
    margin-bottom: 1.5rem;
}
.related__title__post {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    position: relative;
}

h4.related__title__post:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background-color: #f6c326;
    bottom: -10px;
}
.realted-post {
    margin-top: 2rem;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
div#owl-realated-1 .box-image img, div#owl-realated .box-image img,div#owl-realated-2 .box-image img {
    height: 150px;
}
div#owl-realated,div#owl-realated-1,div#owl-realated-2 {
    max-height: 285px;
    padding: 5px; 
}
}


.fixed nav.main-menu {
    height: 80px;
}
.fixed .navbar-brand>img {
    width: 110px;
}
.fixed ul.header__social {
    display: none;
}
.fixed.header-mobile .col-xs-12 {
    display: none;
}
.box-text {
    min-height: 16rem;
    padding-bottom: 15px;
}


.news__left {
    display: block;
}

.news__left__title {
    position: relative;
    margin-bottom: 3rem;
}

.news__left__title h5 {
    position: relative;
    font-size: 2.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.3rem;
}

.news__left__title h5:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #424242;
}

.news__left__content__left article .article__img {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}

.news__left__content__left article .article__img img {
    height: 30rem;
    width: 100%;
}

.news__left__content__left article .article__content h5 a {
    font-size: 1.5rem;
    color: #00356b;
    font-family: "Liberation-Bold";
}

.news__left__content__left article:hover .article__content h5 a {
    color: #424242;
}

.news__left__content__right__item article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news__left__content__right__item article .article__img {
    margin-right: 1rem;
    border: 1px solid #dee2e6;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
}

.news__left__content__right__item article .article__img img {
    height: 140px;
}

.news__left__content__right__item article .article__content h5 a {
    font-size: 1.6rem;
    color: #00356b;
    font-family: "Liberation-Bold";
}

.news__left__content__right__item article .article__content p,.news__left__content__left .article__content p{
    font-size: 1.4rem;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news__left__content__left .article__content {
    padding-top: 10px;
}
.article__content>h5 {
    margin-bottom: 1rem;
}
.news__left__content__right__item {
    margin-bottom: 1rem;
}
.news__left__content__left {
    margin-bottom: 15px;
}

.news__left__content__right__item article:hover h5 a {
    color: #424242 !important;
}
.vert .simply-scroll-clip, .vert {
  width: 100%;
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 768px) {
#owl-news article.article__inner {
    margin-top: -30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    white-space: nowrap;
    min-width: 190px;
}
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #f6c326;
    color: #fff;
}
.footer__top__item img {
    width: 20px;
}
.partner .simply-scroll.simply-scroll-container, .partner .simply-scroll-clip {
    width: 100%;
}
ul#scroller2 li img {
    height: 15rem;
    border: 1px solid #3333;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
    padding: 10px;
}
.simply-scroll .simply-scroll-list li {
    height: 15rem;
    margin: 0 8px;
}

.middle {
    height: 8.2rem;
}
.middle img {
    width: 60px;
}

.realted-post .owl-item .box-text {
    color: #fff;
    padding: 10px 0;
}


@media only screen and (max-width: 1023px){
#mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item {
    display: inline-block;
    position: relative;
}
#mega-menu-wrap-mobile .mega-menu-toggle + #mega-menu-mobile {
    display: block;
    position: relative;
}
#mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-flyout ul.mega-sub-menu {
    position: absolute;
    min-width: 250px;
}
#mega-menu-wrap-mobile .mega-menu-toggle {
   height: 0;
}
li#mega-menu-item-637>ul {
    right: 10% !important;
}
li#mega-menu-item-636>ul {
    right: -75px !important;
}
#mega-menu-wrap-mobile .mega-menu-toggle + #mega-menu-mobile {
    background: #f6c326;
}
#mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-mobile #mega-menu-mobile > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #fff;
    background: #f6c326;
}
div#mega-menu-wrap-primary {
    width: 100%;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 a img, #mega-menu-wrap-primary .mega-menu-toggle #mega-toggle-block-2 a img {
   background-color: #fff;
    padding: 5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #f6c326;
    color: #fff;
}

}

a.btn-more:hover {
    background-color: #333;
}
a.btn-more {
    background-color: #f6c326;
    color: #fff;
    padding: 8px 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
}



ul#scroller5,ul#scroller6,ul#scroller7,ul#scroller8,ul#scroller9,ul#scroller10,.realted-post .simply-scroll.simply-scroll-container,.simply-scroll .simply-scroll-clip {
    height: 31rem;
    width: 100%;
}
.scroll-xd {
    background-color: #9c9c9c;    
}
.scroll-sc {
    background-color: #737373;
}
.scroll-nt {
    background-color: #9c9c9c;
}
.scroll-xd,.scroll-sc,.scroll-nt {
    padding: 10px;
    margin-bottom: 2rem;
}
.realted-post p {
    color: #fff;
}
.realted-post h4.title-text a {
   color: #f6c326;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
ul#scroller5, ul#scroller6, ul#scroller7,ul#scroller8,ul#scroller9,ul#scroller10,.realted-post .simply-scroll.simply-scroll-container, .simply-scroll .simply-scroll-clip {
    height: 34rem;
    width: 100%;
}
h4.title__news span {
    font-size: 1.5rem;
}
}

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 320px) {
h4.title__news span {
    font-size: 1.5rem;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
  .menu-menu-mobile-container {
      width: 100%;
      height: 100%;
  }
  ul#menu-menu-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      position: relative;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  ul#menu-menu-mobile>li {
    position: static;
    width: 33.3%;
    height: 100%;
    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;
    border: 1px solid #ffffff7d;
  }
  ul#menu-menu-mobile>li>a {
      color: #fff;
  }
  ul.sub-menu {
      display: none;
      position: absolute;
      left: 0;
      top: 31px;
      background-color: #f6c326;
      width: 100%;
      text-align: left;
      z-index: 99;
      border-top: 1px solid #ffffff70;
  }
  ul.sub-menu>li>a {
      padding: 8px;
      display: block;
      border-bottom: 1px solid #ffffff78;
      font-size: 14px;
      color: #fff;
  }
  .open_sub ul {
      display: block !important;
  }
  ul.sub-menu>li>a:before {
    font-family: fontawesome;
    content: '\f105';
    margin-left: 5px;
    margin-right: 8px;
  }
  ul#menu-menu-mobile>li.open_sub>a {
    color: #000;
  } 
}    


/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 767px) {
  .menu-menu-mobile-container {
      width: 100%;
      height: 100%;
  }
  ul#menu-menu-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      position: relative;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  ul#menu-menu-mobile>li {
    position: static;
    width: 33.3%;
    height: 100%;
    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;
    border: 1px solid #ffffff7d;
  }
  ul#menu-menu-mobile>li>a {
      color: #fff;
  }
  ul.sub-menu {
      display: none;
      position: absolute;
      left: 0;
      top: 31px;
      background-color: #f6c326;
      width: 100%;
      text-align: left;
      z-index: 99;
      border-top: 1px solid #ffffff70;
  }
  ul.sub-menu>li>a {
      padding: 8px;
      display: block;
      border-bottom: 1px solid #ffffff78;
      font-size: 14px;
      color: #fff;
  }
  .open_sub ul {
      display: block !important;
  }
  ul.sub-menu>li>a:before {
    font-family: fontawesome;
    content: '\f105';
    margin-left: 5px;
    margin-right: 8px;
  }
  ul#menu-menu-mobile>li.open_sub>a {
    color: #000;
  }
  .mega-toggle-blocks-center,div#mega-toggle-block-2 {
    text-align: center;
  }

  .hotline_ic span, .zalo_ic span {
    display: none;
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) {
}    


#owl-slide-home button.owl-prev {
    left: 30px;
}
#owl-slide-home button.owl-next {
    right: 30px;
}