@charset "UTF-8";
@font-face {
  font-family: 'fontthammisiam';
  src: url("../fonts/fontthammisiam.woff"); }
@font-face {
  font-family: 'Bebas';
  src: url("../fonts/UTMBEBAS.TTF"); }
@font-face {
  font-family: 'segoeui';
  src: url("../fonts/segoeuil.ttf");
  font-weight: 300; }
@font-face {
  font-family: 'segoeui';
  src: url("../fonts/segoeui.ttf");
  font-weight: 400; }
@font-face {
  font-family: 'segoeui';
  src: url("../fonts/segoeuib.ttf");
  font-weight: bold; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

  
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }
del {
  text-decoration: line-through; }
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0; }
input, select {
  vertical-align: middle; }
a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none; }
ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0; }
label {
  font-weight: normal; }
input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px; }
select {
  padding-left: 8px; }
input[type="number"] {
  padding-left: 5px; }
textarea {
  padding: 8px 12px 5px 12px; }
input, textarea, select, button, a {
  outline: none; }
button {
  border: none;
  background: none;
  padding: 0; }
* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top); }
.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
.carousel {
  z-index: 0; }
  .carousel .img img {
    display: block;
    width: 100%; }
  .carousel-fade.carousel .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .carousel-fade.carousel .carousel-inner .item, .carousel-fade.carousel .carousel-inner .active.left, .carousel-fade.carousel .carousel-inner .active.right {
    opacity: 0; }
  .carousel-fade.carousel .carousel-inner .active, .carousel-fade.carousel .carousel-inner .next.left, .carousel-fade.carousel .carousel-inner .prev.right {
    opacity: 1; }
  .carousel-fade.carousel .carousel-inner .next, .carousel-fade.carousel .carousel-inner .prev, .carousel-fade.carousel .carousel-inner .active.left, .carousel-fade.carousel .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel .carousel-indicators {
    z-index: 1;
    line-height: 1; }
    .carousel .carousel-indicators li {
      vertical-align: middle;
      background: #fff;
      width: 12px;
      height: 12px;
      margin: 0 4px; }
      .carousel .carousel-indicators li.active {
        background: #DCAF47;
        margin: 0 4px;
        border-color: #DCAF47; }
  .carousel .slider-arrow {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    text-align: center;
    top: 50%;
    opacity: 0.5; }
    .carousel .slider-arrow img {
      display: block;
      height: 100%; }
    .carousel .slider-arrow:hover {
      opacity: 1; }
    .carousel .slider-arrow.prev {
      left: 15px; }
    .carousel .slider-arrow.next {
      right: 15px; }
.yt-box {
  position: relative;
  z-index: 0; }
  .yt-box img {
    display: block;
    width: 100%;
    cursor: pointer;
    cursor: pointer; }
  .yt-box iframe {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .yt-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 1; }
  /*.yt-box:after {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    z-index: 1;
    position: absolute;
    pointer-events: none;
    font-family: "FontAwesome";
    content: "\f04b";
    top: 50%;
    left: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 7px 18px 7px 22px;
    border-radius: 11px 11px 11px 11px / 20px 20px 20px 20px;
    margin-top: -18px;
    margin-left: -26px; }*/
  .yt-box:hover:after {
    background: #f00; }
.buttonplay {
  margin-left: -35px !important;
  margin-top: -35px !important;
  width: 70px !important;
  height: 70px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 2 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.buttonplay:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.c-img {
  display: block;
  position: relative;
  padding-top: 100%; }
  .c-img img, .c-img .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit; }
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px; }
.s-content li {
  list-style: inherit;
  margin-bottom: 5px; }
.s-content p {
  margin-bottom: 10px; }
.s-content img {
  display: inline-block;
  max-width: 100%;
  margin: 10px 0;
  object-fit: inherit;
  height: auto; }
.s-content table, .s-content iframe {
  max-width: 100%; }
.s-content a {
  color: #DCAF47; }
.s-content table {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #ebebeb; }
  .s-content table td {
    border-collapse: collapse;
    border: solid 1px #ebebeb;
    padding: 3px; }
    .s-content h3 {
    font-size: 18px;
    color: black;
    line-height: 1.3;
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
    }
    .s-content h2 {
        border: 2px solid #fdf5ca;
        background: #ffeab9;
        padding: 10px 20px;
        margin: 20px 0;
        line-height: 30px;
        font-size: 16px;
    }
    .s-content h4 {
        font-size: 16px;
        color: #282425;
        line-height: 1.3;
        margin-top: 0;
        border-bottom: 1px dashed #282425;
        font-weight: 800;
        line-height: 24px;
        padding: 7px 0;
    }
    .s-content h2 span,.s-content h3 span,.s-content h4 span{
      font-weight: bold !important;
    }
    .s-content blockquote {
        background: #eff9e6 none repeat scroll 0 0;
        border: 1px dashed #7ab34c;
        border-radius: 0;
        height: auto;
        padding: 15px 20px;
    }

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px; }
.slick-list {
  margin: 0 -15px; }
  .slick-list .slick-slide {
    margin: 0 5px; }
.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute; }
.slick-dots {
  text-align: center; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: solid 2px #666;
    border-radius: 50%;
    cursor: pointer; }
    .slick-dots li.slick-active {
      background: #666; }
.table {
  display: table;
  margin: 0; }
  .table .line {
    display: table-row; }
  .table .cell {
    display: table-cell;
    vertical-align: middle; }
img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover; }
.col-xs-f20 {
  float: left;
  width: 20%; }
.add-video {
  max-height: 400px;
}
.add-video .c-img {
  padding-top: 60%;
}
@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%; } }
@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%; } }
.row-ibl {
  font-size: 0; }
  .row-ibl > [class^="col-"] {
    font-size: 14px;
    float: none;
    display: inline-block;
    vertical-align: top; }
  .row-ibl:after {
    content: '';
    display: inline-block;
    width: 100%; }
  .row-ibl.mid > [class^="col-"] {
    vertical-align: middle; }
  .row-ibl.bot > [class^="col-"] {
    vertical-align: bottom; }
  .row-ibl > [class^="col-"].i-mid {
    vertical-align: middle; }
  .row-ibl > [class^="col-"].i-top {
    vertical-align: top; }
  .row-ibl > [class^="col-"].i-bot {
    vertical-align: bottom; }
.pad-0 {
  padding-left: 0px;
  padding-right: 0px; }
.pad-5 {
  padding-left: 5px;
  padding-right: 5px; }
.pad-8 {
  padding-left: 8px;
  padding-right: 8px; }
.pad-10 {
  padding-left: 10px;
  padding-right: 10px; }
.margin-auto {
  margin-left: auto;
  margin-right: auto; }
.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px; }
.col-mar-0 > div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px; }
.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px; }
.col-mar-5 > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px; }
.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px; }
.col-mar-8 > div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px; }
.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px; }
.col-mar-10 > div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px; }
.relative {
  position: relative; }
.static {
  position: static; }
.absolute {
  position: absolute; }
.text-justify {
  text-align: justify; }
.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both; }
.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
@media all and (max-width: 1199px) {
  .md-left {
    text-align: left; }
  .md-center {
    text-align: center; }
  .md-right {
    text-align: right; } }
@media all and (max-width: 991px) {
  .sm-left {
    text-align: left; }
  .sm-center {
    text-align: center; }
  .sm-right {
    text-align: right; } }
@media all and (max-width: 767px) {
  .xs-left {
    text-align: left; }
  .xs-center {
    text-align: center; }
  .xs-right {
    text-align: right; }
  .xs-pad-7 {
    margin: 0 -7px; }
    .xs-pad-7 > div[class^="col-"] {
      padding: 0 7px; }
  .xs-pad-5 {
    margin: 0 -5px; }
    .xs-pad-5 > div[class^="col-"] {
      padding: 0 5px; } }
.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.delay08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.delay10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }
.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s; }
.dura5 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s; }
.dura15 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s; }
.dura20 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s; }
.dura100 {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s; }
#header .menu > ul > li {
	background-color: #DCAF47 !important;
    border-right: solid 1px #fff;
    text-align: center;
    width: 12.5%;
   }
  #header .menu > ul > li:hover {
    background-color: #ca9826 !important; }
#header.menu_fix .menu > ul > li > a {
  background-image: none !important;
  line-height: normal;
  padding: 20px 10px; }
.header-support {
  padding-top: 1px; }
  .header-support a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 0;
    font-size: 16px;
    background-color: #fff; }
  .header-support .t-regis {
    background-color: #DCAF47;
    color: #fff; }
.menu_fix .header-support {
  padding-top: 1px; }
  .menu_fix .header-support a {
    line-height: 37px;
    padding: 0; }
#header .logo a {
  padding-top: 10px; }
#header .logo img {
  width: auto;
  height: 75px;
  display: block;
  margin: auto; }
.list-slide-dich-vu .item a .ten-dich-vu {
  color: #DCAF47; }
.list-slide-dich-vu .item a:hover .ten-dich-vu {
  background: #ca9826;
  color: #fff; }
.tai-sao-lua-chon .content .list .item a .name {
  background-color: rgba(220, 175, 71, 0.5);
  color: #222d6b; }
  .tai-sao-lua-chon .content .list .item a .name:hover {
    background-color: #DCAF47;
    color: #fff; }
#footer .form-ho-tro .mini-form a {
  background-color: #DCAF47; }
.khach-hang-before-after {
  background-color: rgba(220, 175, 71, 0.5); }
  .khach-hang-before-after .section-title {
    color: #222d6b; }
.slide-nhanxet .item .content a {
  box-shadow: inset 0 0 0 40px #DCAF47; }
  .slide-nhanxet .item .content a:hover {
    box-shadow: inset 0 0 0 2px #DCAF47;
    color: #DCAF47; }
.khach-hang-before-after .text {
  color: #222d6b; }
.news .list-news .item .content a:hover {
  color: #DCAF47; }
.hoi-dap .inner .right .list-hoi-dap .item a {
  box-shadow: inset 0 0 0 40px #DCAF47; }
  .hoi-dap .inner .right .list-hoi-dap .item a:hover {
    box-shadow: inset 0 0 0 2px #DCAF47;
    color: #DCAF47; }
    footer {
      background: #e49505;
      color: white;
  }
#footer .footer ul.menu li a:hover {
  color: #DCAF47; }
.doi-ngu-chuyen-gia .section-title {
  color: #ffffff; }
.breadcrumb {
  background: none;
  padding: 13px 0 15px 0;
  border-radius: 0;
  color: #707070;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'segoeui';
  font-size: 13px; }
.breadcrumb a:hover {
  color: #DCAF47; }
.breadcrumb > li + li:before {
  color: inherit;
  font-family: FontAwesome;
  content: "\f101"; }
.t-page {
  font-family: 'segoeui';
  font-size: 16px;
  color: #707070;
  line-height: 1.6;
  font-weight: 400;
  margin: 10px 0 30px 0; }
.post-intro .title-intro {
  text-transform: uppercase;
  color: #DCAF47;
  font-family: 'Bebas';
  font-size: 30px;
  margin-bottom: 5px; }
.post-intro .info {
  color: #434040;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 40px; }
  .post-intro .info i {
    margin-right: 4px; }
.post-intro .s-content {
  text-align: justify;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }
.post-intro .social { }
  .post-intro .social a {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: solid 2px #c0c0c0;
    color: #c0c0c0;
    text-align: center;
    line-height: 30px;
    font-size: 18px; }
    .post-intro .social a:hover {
      color: #fff; }
  .post-intro .social .facebook:hover {
    background-color: #3a589d;
    border-color: #3a589d; }
  .post-intro .social .twitter:hover {
    background-color: #2478ba;
    border-color: #2478ba; }
  .post-intro .social .envelope:hover {
    background-color: #000;
    border-color: #000; }
  .post-intro .social .pinterest:hover {
    background-color: #cb2320;
    border-color: #cb2320; }
  .post-intro .social .google:hover {
    background-color: #dd4e31;
    border-color: #dd4e31; }
  .post-intro .social .linkedin:hover {
    background-color: #0072b7;
    border-color: #0072b7; }
.sb-title {
  text-transform: uppercase;
  color: #DCAF47;
  font-family: 'Bebas';
  font-size: 30px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 13px; }
  .sb-title:before {
    content: '';
    width: 90px;
    height: 3px;
    background: #DCAF47;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .sb-title:after {
    content: '';
    height: 1px;
    background: #D6D6D6;
    position: absolute;
    left: 0;
    bottom: 1px;
    right: 0; }
.sb-service li a {
  display: block;
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid #D9d9d9; }
  .sb-service li a:hover {
    color: #DCAF47; }
.sidebar .sb-qc {
  display: block;
  margin-bottom: 30px; }
.sidebar .sb {
  margin-bottom: 25px; }
.sb-video .c-img {
  padding-top: 60%; }
.sb-tags a {
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 3px;
  color: #fff;
  background-color: #DCAF47;
  font-size: 14px; }
  .sb-tags a:hover {
    color: #222d6b; }
.dktv {
    width: 100%;
    padding: 20px;
    border: 1px solid #ccc;
}
.dktv h5 {
    text-transform: uppercase;
    color: #DCAF47;
    font-family: 'Bebas';
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
}
.dktv form input {
    width: 100%;
    border-radius: 3px;
    height: 35px;
    margin: 10px 0;
    border: 1px solid #ccc;
}
.dktv form textarea {
    width: 100%;
    border-radius: 3px;
    margin: 10px 0;
    border: 1px solid #ccc;
}
.dktv form button {
    width: 250px;
    background: #e49f05;
    height: 35px;
    margin: 0 auto;
    display: block;
    color: #fff;
}
@media (min-width: 768px) {
  /*.modal-dialog {
    width: 350px;
    margin: 30px auto; } }
.popup {
  font-family: 'segoeui'; }
  .popup .modal-dialog {
    max-width: 350px;
    margin: 30px auto; }
    .popup .modal-dialog .modal-content {
      padding: 0; }
    .popup .modal-dialog .modal-body {
      padding: 0; }
  .popup .img-popup{
    text-align: center;
    padding: 10px;
  }
  .popup .img-popup img {
    max-height: 130px;}
  .popup form {
    padding: 15px 25px 5px 25px; }
    .popup form input {
      width: 100%;
      height: 36px;
      margin-bottom: 10px; }
    .popup form textarea {
      height: 115px;
      width: 100%;
      margin-bottom: 10px;
      resize: none; }
    .popup form button {
      text-align: center;
      width: 100%;
      background-color: #DCAF47;
      color: #fff;
      padding: 10px 0;
      text-transform: uppercase;
      margin-bottom: 5px; }
      .popup form button:hover {
        background-color: #ca9826; }
  .popup .text {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px; }
    .popup .text a {
      display: inline-block;
      color: #222D6B;
      font-size: 14px;
      font-weight: bold;
      margin-left: 4px; }*/
.foot-tab {
  background-color: #DCAF47; }
  .foot-tab ul li {
    display: inline-block; }
    .foot-tab ul li a {
      display: block;
      font-family: 'Bebas';
      font-size: 16px;
      text-transform: uppercase;
      color: #fff;
      padding: 14px 10px; }
      .foot-tab ul li a:hover {
        color: #222d6b; }
    .foot-tab .button-tab{
      text-align: right;
      padding-top: 4px;
    }
  .foot-tab .button-tab a.set-calendar {
    display: inline-block;
    font-family: 'Bebas';
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 25px;
    color: #707070;
    background-color: #fff;
    border-radius: 3px; }
    .foot-tab .button-tab a.set-calendar:hover {
      color: #DCAF47; }
.footer-logo {
  margin-bottom: 10px; }
  .footer-logo img {
    display: block;
    margin: auto;
    height: 80px; }
.back-to-top {
  display: none;
  position: fixed;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  background: rgba(220, 175, 71, 0.8);
  color: #fff; }
  .back-to-top:hover {
    background: #dcaf47; }
@media all and (min-width: 1200px) {
  .container {
    width: 1200px; }
  #header.menu_fix .menu > ul > li {
    height: 75px; }
  #header .menu > ul > li > a {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 60px 10px 5px;
    background-position: center -5px;
    background-repeat: no-repeat; } }
@media all and (max-width: 1199px) {
  #header .menu {
    background-color: #DCAF47; }
  #header .menu > ul > li > a {
    border-bottom: 1px solid #222d6b; }
  #header .menu ul li .sub-menu, #header.menu_fix .menu ul li .sub-menu {
    background-color: #DCAF47; }
    #header .menu ul li .sub-menu li, #header.menu_fix .menu ul li .sub-menu li {
      border-bottom: solid 1px #222d6b; }
  #header .menu ul li .sub-menu ul li a {
    padding: 10px 10px 10px 30px; }
    #header .menu ul li .sub-menu ul li a:hover {
      background-color: #ca9826; } }
@media all and (min-width: 992px) {
  .content-page {
    padding-right: 30px;
    border-right: 1px solid #D9d9d9; }
  .sidebar {
    padding-left: 30px;
    border-left: 1px solid #D9d9d9;
    margin-left: -1px; } }
@media (max-width: 480px) {
  .breadcrumb{
        padding: 10px;
        text-transform: inherit;
    }
}


/*//////*/

.menu-web .menu{
  bottom: 0px;
}