/*Add font ================================*/
@font-face {
  font-family: UTMHelvetIns;
  font-display: swap;
  src: local(UTMHelvetIns), local(UTMHelvetIns), url("../fonts/UTMHelvetIns.woff");
  src: local(UTMHelvetIns), local(UTMHelvetIns), url("../fonts/UTMHelvetIns.ttf") format("truetype"), url("../fonts/UTMHelvetIns.woff") format("woff"), url("../fonts/UTMHelvetIns.woff2") format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: local(Montserrat), url("../fonts/Montserrat-Italic-VariableFont_wght.ttf"), url("../fonts/Montserrat-VariableFont_wght.ttf");
}
/*End Add font ================================*/
@media (min-width: 576px) and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
.required_input:after {
  content: " (*)";
  color: red;
}

.ja_close .ficon-cancel {
  color: #ccc;
}

.js_none {
  display: none;
}

.js_none_op {
  opacity: 0;
}

* {
  line-height: 150%;
  box-sizing: border-box;
}

.none {
  display: none;
}

.error {
  color: #f00;
  font-style: italic;
  font-size: 12px;
}

.img_bo_t,
.img_bo_b {
  position: relative;
  height: 7px;
  margin: 0px 7px;
  background: url(../images/pic_bo_tb.gif) repeat-x top;
  z-index: 0;
}

.img_bo_b {
  background-position: bottom left;
}

.img_bo_t .img_bo_tl,
.img_bo_t .img_bo_tr,
.img_bo_b .img_bo_bl,
.img_bo_b .img_bo_br {
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(../images/pic_bo.png) no-repeat 0px 0px;
  top: 0px;
}

.img_bo_t .img_bo_tl {
  left: -7px;
}

.img_bo_t .img_bo_tr {
  background-position: right top;
  right: -7px;
}

.img_bo_b .img_bo_bl {
  background-position: left bottom;
  left: -7px;
}

.img_bo_b .img_bo_br {
  background-position: right bottom;
  right: -7px;
}

.img_bo_m {
  position: relative;
  z-index: 1;
  padding: 0px 7px;
}

.img_bo_m .img_bo_l,
.img_bo_m .img_bo_r {
  position: absolute;
  width: 7px;
  height: 100%;
  background: url(../images/pic_bo_lr.gif) repeat-y left;
  top: 0px;
  z-index: 0;
}

.img_bo_m .img_bo_l {
  left: 0px;
}

.img_bo_m .img_bo_r {
  background-position: right top;
  right: 0px;
}

.limit {
  overflow: hidden;
}

img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}

img.img_full_size {
  width: 100% !important;
  height: auto !important;
}

img.img_max_width {
  max-width: 100% !important;
  height: auto !important;
}

img.img_fleft {
  float: left;
}

img.img_fright {
  float: right;
}

.img > a {
  display: inline-block;
  overflow: hidden;
}

.product_item .img > a:first-child {
  padding-top: 125%;
  position: relative;
  overflow: hidden;
  height: 0px;
}

.product_item .img > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease-out 0s;
}

.product_item .img:hover > a > img {
  transform: translate(-50%, -50%) scale(1.1);
}

.img > a > img {
  transform: scale(1);
  transition: all 500ms ease-out 0s;
  max-width: 100%;
}

.justify {
  text-align: justify;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.nostart {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

br.clear {
  clear: both;
  margin-top: -15px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

a {
  outline: none;
  text-decoration: none;
  color: #444444;
  transition: all 300ms ease-out 0s;
}

.alert {
  padding: 0.55rem 1.25rem;
}

a:hover {
  color: #ed3237;
  text-decoration: none;
}

a {
  color: #2e86de;
}
a:hover, a:focus, a:visited {
  color: #2e86de;
}

.fl_left {
  float: left;
}

.fl_right {
  float: right;
}

.imgl, .imgr {
  border: 1px solid #C7C5C8;
  padding: 5px;
}

.imgl {
  float: left;
  margin: 0 8px 8px 0;
  clear: left;
}

.imgr {
  float: right;
  margin: 0 0 8px 8px;
  clear: right;
}

.input_hidden {
  height: 0px;
  border: none;
  font-size: 0px;
  background: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
}

h2 {
  color: #188a26;
}

h3 {
  color: #000;
}

p {
  margin: 0px 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 5px 0px;
}

ul.list_none {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.input_hidden {
  height: 0px !important;
  border: none !important;
  font-size: 0px !important;
  background: none !important;
  padding: 0px !important;
  margin: 0px !important;
}

table {
  border-collapse: collapse;
  max-width: 100% !important;
}
table tr, table th, table td {
  max-width: 100% !important;
}

.table-responsive {
  width: 100%;
  overflow: auto;
}

table.tablescroll > tbody,
table.tablescroll > thead,
table.tablescroll > tfoot {
  display: block;
  width: 100%;
}

table.tablescroll > thead,
table.tablescroll > tfoot {
  /*    padding-right: 17px;*/
}

table.tablescroll > tbody {
  overflow-y: scroll;
  overflow-x: hidden;
}

table.tablescroll > tbody > tr,
table.tablescroll > thead > tr,
table.tablescroll > tfoot > tr {
  display: table;
  width: 100%;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(5px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
.moveLeft {
  animation: scrollLeft 2s ease-in-out infinite;
}

/*--------------box-------------*/
.box {
  margin-bottom: 22px;
  background: #fff;
  padding: 15px 30px;
  padding-right: 20px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.box .box-title {
  position: relative;
  text-align: left;
}
.box .box-title:after {
  content: "";
  width: 60px;
  height: 2px;
  background: #ff9300;
  display: inline-block;
}
.box .box-title span {
  font-weight: bold;
  color: #002060;
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
  display: block;
}

.box .box-content {
  position: relative;
  margin-top: 15px;
}

.box_filter_rate li {
  margin-bottom: 11px;
}
.box_filter_rate li i:before {
  margin-left: -4px;
  color: #F17A0D;
}
.box_filter_rate li span {
  padding-left: 4px;
}

.box_filter_price .custom-control {
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
}
.box_filter_price .custom-control .custom-control-label::before {
  left: -30px;
  cursor: pointer;
}
.box_filter_price .custom-control .custom-control-label::after {
  left: -30px;
  cursor: pointer;
}

.box_video .item_first .img {
  position: relative;
}
.box_video .item_first .img:before {
  content: url("../images/icon_play_video.png");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 22;
}
.box_video .item_first .img a {
  display: block;
}
.box_video .item_first .img a:before {
  background: #000;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
}

.news_view_desc {
  padding: 15px 18px;
}
.news_view_desc .list_item_news .row_item {
  margin-right: 0px;
}
.news_view_desc .list_item_news .row_item .item {
  width: 100%;
  padding-right: 0px;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #f6f6f6;
}
.news_view_desc .list_item_news .row_item .item .img {
  width: 32%;
  float: left;
  margin-bottom: 0;
}
.news_view_desc .list_item_news .row_item .item .img a {
  display: block;
}
.news_view_desc .list_item_news .row_item .item .img img {
  max-width: 100%;
  width: 100%;
}
.news_view_desc .list_item_news .row_item .item .info {
  width: 68%;
  float: left;
  padding-left: 16px;
}
.news_view_desc .list_item_news .row_item .item .info h3 a {
  font-weight: 500;
  color: #000000;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}
.news_view_desc .list_item_news .row_item .item .info h3 a:hover {
  color: #FF9603;
}
.news_view_desc .list_item_news .row_item .item .info .date {
  font-size: 13px;
}
.news_view_desc .list_item_news .row_item .item .info .short {
  display: none;
}

/*-------------box_mid-------------*/
.box_mid {
  padding: 0px 17px;
  padding-bottom: 30px;
}
.box_mid .box_mid-title {
  position: relative;
  text-align: left;
  font-weight: normal;
}
.box_mid .box_mid-title .mid_title_l {
  font-size: 18px;
  font-weight: bold;
  color: #002060;
  line-height: normal;
  display: block;
  text-transform: uppercase;
}
.box_mid .box_mid-title .mid_title_l a {
  color: #08651e;
}
.box_mid .box_mid-title .mid_title_r {
  float: right;
}
.box_mid .box_mid-title > p {
  text-align: center;
}
.box_mid .box_mid-content {
  padding-top: 0px;
}

.box_menu_profile {
  background: #fff;
  padding: 14px;
}
.box_menu_profile ul > li {
  margin-bottom: 0px;
}
.box_menu_profile ul > li a {
  background: none;
  color: #333333;
  padding-left: 0px;
  display: block;
  padding: 5px 0px;
}
.box_menu_profile ul > li a:before {
  content: "\e8a7";
  font-family: "ficon";
  color: #000;
  padding-right: 5px;
}
.box_menu_profile ul > li ul {
  display: block;
  padding-left: 16px;
  margin-top: 0px;
}
.box_menu_profile ul > li ul li a {
  background: none;
  font-size: 13px;
  color: #333333;
  padding-left: 0px;
}
.box_menu_profile ul > li ul li a:before {
  content: "\e8a7";
  font-family: "ficon";
  color: #000;
  padding-right: 5px;
}
.box_menu_profile ul > li ul li input {
  display: none;
}
.box_menu_profile ul .ficon-angle-down {
  display: none;
}

.box_user_controler {
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding-top: 27px;
}
.box_user_controler .col-left {
  width: 90px;
  float: left;
  text-align: center;
}
.box_user_controler .col-left img {
  border: 1px solid #e2d8c7;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.box_user_controler .col-right {
  margin: 9px 0px 5px 105px;
  overflow: hidden;
}
.box_user_controler .col-right .col-title {
  font-size: 14px;
  text-transform: uppercase;
}
.box_user_controler .col-right .user_level {
  font-size: 13px;
  font-weight: 300;
}
.box_user_controler .col-right .col-money {
  background: #f0ecdd;
  padding: 6px 10px;
  line-height: 22px;
}
.box_user_controler .col-right .col-money strong {
  font-family: "Arial-Bold";
}
.box_user_controler .col-link {
  line-height: 22px;
  padding: 0px 15px;
  clear: both;
}
.box_user_controler .col-link a {
  white-space: nowrap;
  line-height: 14px;
  font-size: 13px;
}
.box_user_controler .col-link.col-link-first {
  margin-top: 20px;
  padding-bottom: 4px;
}
.box_user_controler ul {
  background: #fff;
  margin-top: 10px;
}
.box_user_controler ul li a {
  font-weight: 300;
  display: block;
  color: #545454;
  padding: 14px 20px;
  border-top: 1px solid #f5f5f5;
}
.box_user_controler ul li a.current {
  border-left: 4px solid #016db6;
}
.box_product_group .box-content ul li a {
  display: block;
  padding: 10px 0px;
  color: #7b7b7b;
}

/*-------------box_menu-------------*/
.box_menu .box-content {
  padding: 0px;
  margin: 0px;
  position: relative;
  background: #fff;
}

.box_menu .box-content > * {
  position: relative;
}

.box_menu li {
  display: block;
  width: 100%;
}

.box_menu .box-content > ul > li {
  padding-right: 0px;
}

.box_menu li a {
  display: block;
  position: relative;
  padding: 10px 10px 10px 15px;
  color: #444444;
  text-transform: uppercase;
  overflow: hidden;
  border-bottom: 1px dashed #eaeaea;
}

.box_menu li a > div {
  position: relative;
  display: block;
  padding-left: 25px;
}

.box_menu li a > div:before {
  font-family: "ficon";
  content: "\e806";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  color: #f7941e;
}

.box_menu li a:before {
  content: "";
  display: block;
  position: absolute;
  background: #484848;
  top: 0px;
  left: -100%;
  bottom: 0px;
  width: 100%;
  transition: all 300ms ease-out 0s;
}

.box_menu li:first-child a {
  border-top: none;
}

.box_menu li:last-child a {
  border-bottom: none;
}

.box_menu li a:hover,
.box_menu li a.current {
  color: #fff;
}

.box_menu li a:hover:before,
.box_menu li a.current:before {
  left: 0px;
}

.box_menu li a:hover:after,
.box_menu li a.current:after {
  display: none;
}

.box_menu li a:hover > div:before,
.box_menu li a.current > div:before {
  color: #fff;
}

.box_menu li ul {
  display: none;
  background: #fff;
  width: 12em;
}

.box_menu .sm-simple.sm-vertical a span.sub-arrow {
  right: 10px;
  margin-left: 0px;
}

/*product_focus============================================================ */
.box_product_focus .product_focus .product_focus-row .img {
  width: 30%;
  float: left;
}
.box_product_focus .product_focus .product_focus-row .img a {
  display: block;
}
.box_product_focus .product_focus .product_focus-row .img img {
  max-width: 100%;
  width: 100%;
}
.box_product_focus .product_focus .product_focus-row .info {
  width: 70%;
  float: left;
  padding-left: 10px;
}
.box_product_focus .product_focus .product_focus-row .info h3 a {
  font-weight: bold;
  color: #000;
  font-size: 13px;
}

#tth-column_left .banner_item {
  margin-bottom: 1px;
}
#tth-column_left .banner_item img {
  width: 100%;
}

.box_service .box-content {
  margin-top: 0px;
  padding: 0px;
}
.box_service .box-content ul li {
  color: #00AAE8;
}
.box_service .box-content ul li a {
  color: #00AAE8;
  display: block;
  margin-bottom: 0px;
  border-bottom: solid 1px #fff;
  padding: 4px 20px;
  font-size: 15px;
  position: relative;
}
.box_service .box-content ul li a:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #00AAE8;
  position: absolute;
  left: 10px;
  top: 12px;
}
.box_service .box-content ul li a:hover {
  background: #FF0202;
  color: #fff;
}
.box_service .box-content ul li a:hover:before {
  background: #fff;
}

.box_about {
  margin-bottom: 25px;
}

.box_about ul li {
  font-size: 14px;
  padding: 5px 0px;
  position: relative;
  padding-left: 20px;
}

.box_about ul li a:before {
  content: "";
  background: #4c4c4c;
  width: 6px;
  height: 6px;
  top: 11px;
  left: 3px;
  position: absolute;
  display: inline-block;
  border-radius: 50%;
}

.box_about ul li a.current {
  font-weight: bold;
}

.box_about .title span {
  background: #ed3338;
  display: inline-block;
  padding: 7px 10px 6px;
}

.box_about .title {
  margin-top: 0;
  border-bottom: 1px solid #ed3338;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
  background: #fff;
  padding: 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.row_item_first {
  position: relative;
}

.row_item_first .image {
  text-align: center;
}

.row_item_first .group_info {
  position: relative;
  bottom: 0;
  background: rgb(255, 255, 255);
  padding: 20px 0px;
  border-bottom: 1px #d4d4d4 solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.row_item_first .group_info .image img {
  max-width: 100%;
}

.row_item_first .group_info .title {
  color: #464646;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}

.row_item_first .group_info .title:hover {
  color: #ed3237;
}

.row_item_first .group_info .short {
  color: #2b2b2b;
}

.box_news_focus .news_focus-row:after {
  content: "";
  display: block;
  clear: both;
}

.box_news_focus .news_focus-row .img,
.box_news_focus .news_focus-row .info {
  float: left;
  width: 50%;
  padding-left: 7px;
  padding-right: 7px;
  margin: 10px 0px;
}

.box_news_focus .news_focus-row .img a,
.box_news_focus .news_focus-row .img img {
  display: block;
  width: 100%;
}

.box_news_focus .news_focus-row .info > h3 {
  font-weight: lighter;
}

/*product_scroll =============================================================*/
.product_scroll {
  /*background: #ebebeb;*/
  padding: 18px;
}

.product_scroll .product_item {
  margin-bottom: 2px;
}

.product_scroll.has_price .product_item .info-price {
  height: 40px;
  margin-top: 5px;
}

.product_scroll .owl-nav .owl-next i.angle-right {
  right: 0px;
  position: absolute;
  top: 40%;
  width: 30px;
  height: 58px;
  background: url("../../images/right.png");
}

.product_scroll .owl-nav .owl-prev {
  left: 0px;
  position: absolute;
  top: 40%;
  width: 30px;
  height: 58px;
  background: url("../../images/left.png");
}

/*-------------tth-statistic-------------*/
.tth-statistic > .srow:after {
  content: "";
  display: block;
  clear: both;
}

.tth-statistic > .srow > .rtitle,
.tth-statistic > .srow > .rcontent {
  float: left;
}

.tth-statistic > .srow > .rtitle {
  padding-right: 10px;
  font-weight: bold;
}

/*-------------tth_navigation-------------*/
.nav {
  background: #eeebe2;
  padding: 10px 15px;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .nav {
    /*padding: 11px 0px;*/
  }
}
.nav .tth_navigation {
  background: none;
}
.nav .tth_navigation ul {
  float: left;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav .tth_navigation ul li {
  float: left;
  padding-left: 24px;
  position: relative;
}
.nav .tth_navigation ul li a {
  color: #424141;
}
.nav .tth_navigation ul li a:hover {
  color: #00325b;
}
.nav .tth_navigation ul li.first {
  padding-left: 0;
}
.nav .tth_navigation ul li.first:before {
  display: none;
}
.nav .tth_navigation ul li.first a {
  font-size: 0px;
}
.nav .tth_navigation ul li.first a:before {
  content: "\f015";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #858585;
  padding-right: 5px;
  top: 1px;
  left: 0px;
  font-size: 15px;
}
.nav .tth_navigation ul li:before {
  display: block;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 9px;
  top: 1px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
}
@media (max-width: 678px) {
  .nav .tth_navigation ul li:nth-child(4) {
    display: none;
  }
  .nav .tth_navigation ul li:nth-child(5) {
    display: none;
  }
  .nav .tth_navigation ul li:nth-child(6) {
    display: none;
  }
}

/*upload-progress ------------------------------------------------------------*/
.fileupload .upload-progress {
  display: none;
  margin-bottom: 5px;
}

.fileupload .upload-progress.show {
  display: block;
}

.fileupload .upload-progress .progress-bar {
  background: #42b3e5;
  height: 4px;
}

.fileupload .list_uploaded {
  margin-left: -5px;
  margin-right: -5px;
}

.fileupload .list_uploaded:after {
  content: "";
  display: block;
  clear: both;
}

.fileupload .list_uploaded .pic-item {
  box-sizing: border-box;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  position: relative;
  max-width: 80px;
  width: 25%;
}

.fileupload .list_uploaded .pic-item img {
  width: 100%;
  border-radius: 3px;
  height: 45px;
}

.fileupload .list_uploaded .pic-item .btn-remove {
  color: #CE2C2C;
  display: inline-block;
  font-size: 19px;
  line-height: 22px;
  position: absolute;
  right: 0px;
  top: -5px;
  font-weight: normal;
  border: 1px solid #CE2C2C;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 11px;
  background-color: #fff;
}

.fileupload .btn-upload {
  background: #ffffff;
  border: 1px solid #42b3e5;
  color: #000;
  overflow: hidden;
  position: relative;
  padding: 3px 10px;
  display: inline-block;
}

.fileupload .btn-upload input[type=file] {
  cursor: pointer;
  font-size: 20px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*----------------list_share----------------*/
.list_share {
  text-align: right;
}

.owl-product .info-price {
  display: block;
  margin-top: 5px;
}

.owl-product .info-price .price_buy span.number {
  font-size: 16px;
  font-weight: bold;
  color: #ed3237;
  margin-top: 5px;
}

.owl-product .info-price .price span.number {
  font-size: 16px;
  color: #777;
  font-weight: normal;
  text-decoration: line-through;
}

.owl-product .price_buy {
  display: inline-block;
  float: left;
}

.owl-product .price_buy.none {
  display: none;
}

.owl-product .price {
  float: left;
  margin-right: 10px;
}

/* ------****------Body------****------*/
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "Arial", sans-serif;
  color: #444444;
}

#tth-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1500;
  background: rgba(96, 96, 96, 0.66) url(../images/loading.gif) no-repeat center center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  margin: 0px;
}

/* ------------------------------------*/
/* ------****------Wrapper------****------*/
#tth-wrapper {
  width: 100%;
  min-height: 70vh;
  overflow: hidden;
}

div.wrapper {
  display: block;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1230px) {
  div.wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1500px) {
  div.wrapper {
    max-width: 1400px;
  }
}

/* ---------------------------------------*/
/* ------****------Content------****------*/
.full {
  background: #fff;
}

.slider_nav {
  background: #faf7ee;
  min-height: 80px;
}

#main_slide {
  position: relative;
}
#main_slide .row_item {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
}
#main_slide .row_item.slick-initialized {
  display: block;
}
@media (min-width: 992px) {
  #main_slide .row_item {
    flex: 1 1 auto;
  }
  #main_slide .row_item .slick-list,
  #main_slide .row_item .slick-list *:not(img) {
    height: 100%;
  }
}
#main_slide .row_item .slick-dots {
  bottom: 0;
}
#main_slide .row_item .item:not(:first-of-type) {
  display: none;
}
#main_slide .item a img {
  width: 100%;
  height: auto;
}

#tth-content {
  display: block;
  min-height: 1px;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  #tth-content {
    flex: 0 0 70%;
    max-width: 70%;
  }
}

#tth-column_left {
  display: block;
  min-height: 1px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  #tth-column_left {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #tth-column_left {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 0;
  }
}

#tth-column {
  display: block;
  min-height: 1px;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #tth-column {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  #tth-column {
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 30px;
    padding-right: 0;
  }
}

/*--------------------------------------------*/
.fb-page {
  margin-bottom: 15px;
}

.waring_panel {
  margin-bottom: 20px;
  border: 1px #ef5e09 solid;
  padding: 9px 15px;
  border-radius: 2px;
  font-weight: 300;
}

.btn_custom {
  color: #fff;
  border: none;
  display: inline-block;
  box-shadow: none;
  outline: none !important;
  color: #fff;
  padding: 8px 18px;
  -webkit-transistion: all 0.5s linear;
  -moz-transistion: all 0.5s linear;
  -ms-transistion: all 0.5s linear;
  -o-transistion: all 0.5s linear;
  transistion: all 0.5s linear;
  margin-right: 5px;
  outline: none;
}

.btn_custom_1 {
  color: #fff;
  padding: 8px 12px;
  border: 1px solid #cd1233;
  outline-color: #ccc;
  background: #ed3237;
  background: linear-gradient(#ed3237, #b3161a);
  -webkit-transistion: all 0.5s linear;
  -moz-transistion: all 0.5s linear;
  -ms-transistion: all 0.5s linear;
  -o-transistion: all 0.5s linear;
  transistion: all 0.5s linear;
  margin-right: 5px;
}

.btn_custom:hover {
  color: #fff;
}

.btn_custom_1:hover {
  background: #e54d42;
  color: #fff;
}

#BactoTop {
  text-indent: -99999px;
  cursor: pointer;
  background: url(../../images/backtotop.png) no-repeat scroll 10px 8px #ffffff;
  overflow: hidden;
  position: fixed;
  right: 15px;
  bottom: 185px;
  height: 42px;
  width: 42px;
  z-index: 999;
  border: 3px #188a26 double;
  margin: 0px;
  border-radius: 50%;
}

.captcha {
  line-height: 30px;
}

.captcha input {
  max-width: 150px;
  display: inline-block;
  margin-left: 10px;
  color: #404041;
}

.captcha span {
  display: inline-block;
  background-color: #6d6e71;
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #969696;
  position: relative;
  top: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.button {
  display: inline-block;
  padding: 5px 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  background: #f1f2f2;
  color: #404041;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-image: none;
  border: none;
  border-radius: 0;
}

.button-blue {
  background: #ed3237;
  color: #fff;
}

.button-blue:hover {
  background: red;
  color: #fff;
}

/*----------------------------------------fixed_menu*/
.resp-tabDrop {
  display: none;
}

.resp-headings {
  display: none;
}

.resp-contents {
  margin-top: 15px;
}

@media (max-width: 1080px) {
  .resp-tablist {
    display: none;
  }
  .resp-tabDrop {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 1.2em;
    margin: 1em 0 0 0;
    padding-left: 10px !important;
  }
}
.resp-contents table tr td {
  padding: 10px;
  word-wrap: break-word;
}

.title_top {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 30px;
}
.title_top .text {
  font-size: 26px;
}
.title_top .text .title {
  color: #005d1c;
  font-weight: bold;
  text-transform: uppercase;
}
.title_top .note {
  font-size: 14px;
  color: #777777;
}

/*tth-column - right*/
#tth-column .box_group {
  margin-bottom: 25px;
}
#tth-column .box_group .title {
  background: #095821;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-transform: uppercase;
}
#tth-column .box_group .content {
  background: #f7f7f7;
  border: 1px #d9d9d9 solid;
  border-bottom: 0px;
}
#tth-column .box_group .content .group a {
  font-size: 14px;
  color: #484848;
  padding: 8px 15px;
  border-bottom: 1px #d9d9d9 solid;
  display: inline-block;
  width: 100%;
}
#tth-column .box_group .content .group a .img {
  min-width: 25px;
  display: inline-block;
}
#tth-column .box_group .content .group a i {
  color: #888888;
}
#tth-column .box_hotline {
  margin-bottom: 25px;
}
#tth-column .box_hotline .title {
  background: #ffdd00;
  color: red;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-transform: uppercase;
}
#tth-column .box_hotline .content {
  background: #095821;
  padding: 25px 20px 5px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#tth-column .box_hotline .content .item {
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px #cccccc dotted;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#tth-column .box_hotline .content .item:last-child {
  border-bottom: 0px;
}
#tth-column .box_hotline .content .item .icon {
  font-size: 20px;
  margin-top: 5px;
  float: left;
  margin-right: 6px;
}
#tth-column .box_hotline .info .bottom {
  font-weight: bold;
}
#tth-column .list_item_news {
  margin-bottom: 25px;
}
#tth-column .list_item_news > .title {
  background: #095821;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 9px 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-transform: uppercase;
}
#tth-column .list_item_news .content {
  padding: 25px 20px 10px;
  background: #f7f7f7;
  border: 1px #d9d9d9 solid;
}
#tth-column .list_item_news .content .col_item {
  margin-bottom: 20px;
}
#tth-column .list_item_news .content .col_item .info {
  margin-top: 8px;
}

.box_contact {
  background: #2a9337;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 20px 15px;
  padding-left: 134px;
  position: relative;
}
.box_contact:before {
  content: "";
  background: url(../../images/support.png) center center no-repeat;
  background-size: contain;
  width: 83px;
  height: 75px;
  position: absolute;
  top: 15%;
  left: 25px;
  animation: phonering-circle-img-anim 1s infinite ease-in-out;
}
.box_contact .info label {
  font: 400 1.4666666667rem/150% "Arial", sans-serif;
  color: #fff;
  margin: 0;
}
.box_contact .info b {
  font: 700 2rem/1.2 "UTMHelvetIns", sans-serif;
  color: #ffdd00;
  display: block;
  cursor: pointer;
  animation: color-change 3s infinite;
}

.box_advisory {
  margin-bottom: 25px;
}
.box_advisory .title {
  font: 600 1.2rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #2a9337;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 9px 20px;
}
.box_advisory .content {
  padding: 25px 20px 10px;
  background: #dadada;
  border: 1px #d9d9d9 solid;
}
.box_advisory .content .form-group input {
  height: unset;
  padding: 7px 15px;
}
.box_advisory .content button {
  background: #eb201b;
  border-color: transparent;
  width: 100%;
}

.box_news_ot .title {
  font: 600 1.2rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #2a9337;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 9px 20px;
}
.box_news_ot .title i {
  padding-right: 5px;
}
.box_news_ot .list_item_news {
  background: #fff;
}
.box_news_ot .list_item_news .row_item .col_item {
  padding: 0 5px;
}
.box_news_ot .list_item_news .row_item .col_item + .col_item .item {
  border-top: 1px solid #f2f2f2;
}
.box_news_ot .list_item_news .row_item .col_item .item {
  margin: 0 -5px;
}
.box_news_ot .list_item_news .row_item .col_item .item .img {
  flex: 0 0 31%;
  max-width: 31%;
  padding-right: 5px;
}
.box_news_ot .list_item_news .row_item .col_item .item .info {
  flex: 0 0 69%;
  max-width: 69%;
  padding-left: 10px;
}
.box_news_ot .list_item_news .row_item .col_item .item .info a {
  font: 600 0.9333333333rem/150% "Arial", sans-serif;
  color: #1a1a1a;
}

.box_video_ot .title {
  font: 600 1.2rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #fff;
  background: #2a9337;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 9px 20px;
}
.box_video_ot .title i {
  padding-right: 5px;
}
.box_video_ot .list_item_video {
  background: #fff;
  padding: 15px;
}
.box_video_ot .list_item_video .row_item .col_item {
  flex: 0 0 100%;
  max-width: 100%;
}

.zalo.sticky {
  position: fixed;
  bottom: 13px;
  left: 24px;
  display: none;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 !important;
  cursor: pointer;
  z-index: 99999;
}
@media (min-width: 100px) {
  .zalo.sticky {
    display: flex;
  }
}
.zalo.sticky a img {
  width: 51px;
  height: 51px;
}

/*-----------------------------hotline.sticky*/
.hotline.sticky {
  position: fixed;
  bottom: 77px;
  left: 23px;
  display: none;
  align-items: center;
  border-radius: 50%;
  margin: 0 !important;
  cursor: pointer;
  z-index: 99999;
}
@media (min-width: 100px) {
  .hotline.sticky {
    display: flex;
  }
}
.hotline.sticky .phone {
  width: 60px;
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline.sticky .phone .phone-circle {
  width: 150%;
  height: 150%;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #f3a000;
  opacity: 0.6;
  position: absolute;
  animation: phonering-circle-anim 1.2s infinite ease-in-out;
  transition: all 0.5s;
}
.hotline.sticky .phone .phone-circle-fill {
  width: 100%;
  height: 100%;
  background-color: #fcddde;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: 0.1;
  position: absolute;
  animation: phonering-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all 0.5s;
}
.hotline.sticky .phone .phone-img-circle {
  width: 90%;
  height: 90%;
  background: #f3a000 url(../../images/hotline.png) center center no-repeat;
  background-size: 70%;
  border-radius: 100%;
  border: 2px solid transparent;
  position: absolute;
  animation: phonering-circle-img-anim 1s infinite ease-in-out;
}
.hotline.sticky span {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  background: #005d14;
  border-radius: 25px;
  display: none;
  opacity: 0;
  padding: 2px 15px;
  transition: all 300ms ease;
}
.hotline.sticky:hover span, .hotline.sticky:focus span {
  display: block;
  opacity: 1;
}

@keyframes phonering-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@keyframes phonering-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes phonering-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes color-change {
  0% {
    color: yellow;
  }
  33% {
    color: white;
  }
  66% {
    color: #ff121a;
  }
  100% {
    color: yellow;
  }
}
@keyframes glowing {
  0% {
    background-color: #ff121a;
    box-shadow: 0 0 3px #ff121a;
  }
  50% {
    background-color: #0dbc22;
    box-shadow: 0 0 10px #0dbc22;
  }
  100% {
    background-color: #ff121a;
    box-shadow: 0 0 3px #ff121a;
  }
}
/*-----------------------------hotline.sticky*/
@media (max-width: 990px) {
  #container .box_mid {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media (max-width: 599px) {
  .title_top .text {
    font-size: 18px;
  }
}
.section_newsfooter {
  padding: 30px 0;
  padding-bottom: 0;
}
.section_newsfooter .title_header {
  text-align: center;
}
.section_newsfooter .title_header h2 {
  font: 600 1.6666666667rem/150% "Arial", sans-serif;
  text-transform: uppercase;
  color: #464646;
}
.section_newsfooter .list_item_newspaper_home .row_item {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
@media (min-width: 576px) {
  .section_newsfooter .list_item_newspaper_home .row_item .col_item {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .section_newsfooter .list_item_newspaper_home .row_item .col_item {
    flex: 0 0 24.9999%;
  }
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item {
  background: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin-bottom: 20px;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item .img {
  margin-bottom: 0px;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item .img a {
  display: inline-block;
  border-radius: 4px;
  width: 100%;
  padding-top: 81%;
  overflow: hidden;
  position: relative;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item .info h2 a, .section_newsfooter .list_item_newspaper_home .row_item .col_item .item .info h3 a {
  font: 600 1.0666666667rem/150% "Arial", sans-serif;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item .info h2 a:hover, .section_newsfooter .list_item_newspaper_home .row_item .col_item .item .info h3 a:hover {
  color: #2a9337;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item .info .date {
  font: 400 0.8rem/150% "Arial", sans-serif;
  color: #909090;
  margin-bottom: 9px;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item .info .date span,
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item .info .date a {
  color: #005d1c;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item .info .short {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #484848;
  max-height: 2.8rem;
  overflow: hidden;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .item .info .more {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #fff;
  background: #ec1c2a;
  border-radius: 4px;
  display: inline-block;
  padding: 9px 22px;
  margin-top: 10px;
  display: none;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item {
  width: 100%;
  padding: 0px 0px 25px 0px;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 1px #bebebe dashed;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .img {
  width: 250px;
  float: left;
  margin-bottom: 0px;
  padding-right: 30px;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .img a {
  display: block;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .img img {
  max-width: 100%;
  width: 100%;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .info {
  width: calc(100% - 250px);
  float: left;
  padding-left: 0px;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .info h3 a {
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  display: block;
  margin-bottom: 9px;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .info h3 a:hover {
  color: #ff9603;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .info .more {
  background: #005d1c;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 10px;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .info .date {
  font-size: 12px;
  margin-bottom: 9px;
}
.section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .info .short {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 300;
  color: #484848;
  line-height: 23px;
}
@media (max-width: 599px) {
  .section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .info .short {
    display: none;
  }
}
@media (max-width: 599px) {
  .section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .img {
    width: 32%;
  }
  .section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .info {
    width: 68%;
  }
  .section_newsfooter .list_item_newspaper_home .row_item .col_item .other .item .info h3 a {
    font-weight: normal;
  }
}
.section_newsfooter .list_item_newspaper_home .slick-arrow {
  background: #ed1c24;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.section_newsfooter .list_item_newspaper_home .slick-arrow:before {
  font: 400 0.9333333333rem/150% "Font Awesome 5 Pro";
  color: #fff;
}
.section_newsfooter .list_item_newspaper_home .slick-arrow.slick-prev:before {
  content: "\f053";
}
.section_newsfooter .list_item_newspaper_home .slick-arrow.slick-next:before {
  content: "\f054";
}
.section_newsfooter .list_item_news_home .row_item {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.section_newsfooter .list_item_news_home .row_item .col_item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
@media (min-width: 576px) {
  .section_newsfooter .list_item_news_home .row_item .col_item {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .section_newsfooter .list_item_news_home .row_item .col_item {
    flex: 0 0 24.9999%;
  }
}
.section_newsfooter .list_item_news_home .row_item .col_item .item {
  background: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin-bottom: 20px;
}
.section_newsfooter .list_item_news_home .row_item .col_item .item .img {
  margin-bottom: 0px;
}
.section_newsfooter .list_item_news_home .row_item .col_item .item .img a {
  display: inline-block;
  border-radius: 4px;
  width: 100%;
  padding-top: 62%;
  overflow: hidden;
  position: relative;
}
.section_newsfooter .list_item_news_home .row_item .col_item .item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.section_newsfooter .list_item_news_home .row_item .col_item .item .info h2 a, .section_newsfooter .list_item_news_home .row_item .col_item .item .info h3 a {
  font: 600 1.0666666667rem/150% "Arial", sans-serif;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.section_newsfooter .list_item_news_home .row_item .col_item .item .info h2 a:hover, .section_newsfooter .list_item_news_home .row_item .col_item .item .info h3 a:hover {
  color: #2a9337;
}
.section_newsfooter .list_item_news_home .row_item .col_item .item .info .date {
  font: 400 0.8rem/150% "Arial", sans-serif;
  color: #909090;
  margin-bottom: 9px;
}
.section_newsfooter .list_item_news_home .row_item .col_item .item .info .date span,
.section_newsfooter .list_item_news_home .row_item .col_item .item .info .date a {
  color: #005d1c;
}
.section_newsfooter .list_item_news_home .row_item .col_item .item .info .short {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #484848;
  max-height: 2.8rem;
  overflow: hidden;
}
.section_newsfooter .list_item_news_home .row_item .col_item .item .info .more {
  font: 400 0.9333333333rem/150% "Arial", sans-serif;
  color: #fff;
  background: #ec1c2a;
  border-radius: 4px;
  display: inline-block;
  padding: 9px 22px;
  margin-top: 10px;
  display: none;
}
.section_newsfooter .list_item_news_home .row_item .col_item .other .item {
  width: 100%;
  padding: 0px 0px 25px 0px;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: 1px #bebebe dashed;
}
.section_newsfooter .list_item_news_home .row_item .col_item .other .item .img {
  width: 250px;
  float: left;
  margin-bottom: 0px;
  padding-right: 30px;
}
.section_newsfooter .list_item_news_home .row_item .col_item .other .item .img a {
  display: block;
}
.section_newsfooter .list_item_news_home .row_item .col_item .other .item .img img {
  max-width: 100%;
  width: 100%;
}
.section_newsfooter .list_item_news_home .row_item .col_item .other .item .info {
  width: calc(100% - 250px);
  float: left;
  padding-left: 0px;
}
.section_newsfooter .list_item_news_home .row_item .col_item .other .item .info h3 a {
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  display: block;
  margin-bottom: 9px;
}
.section_newsfooter .list_item_news_home .row_item .col_item .other .item .info h3 a:hover {
  color: #ff9603;
}
.section_newsfooter .list_item_news_home .row_item .col_item .other .item .info .more {
  background: #005d1c;
  display: inline-block;
  color: #ffffff;
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 10px;
}
.section_newsfooter .list_item_news_home .row_item .col_item .other .item .info .date {
  font-size: 12px;
  margin-bottom: 9px;
}
.section_newsfooter .list_item_news_home .row_item .col_item .other .item .info .short {
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 300;
  color: #484848;
  line-height: 23px;
}
@media (max-width: 599px) {
  .section_newsfooter .list_item_news_home .row_item .col_item .other .item .info .short {
    display: none;
  }
}
@media (max-width: 599px) {
  .section_newsfooter .list_item_news_home .row_item .col_item .other .item .img {
    width: 32%;
  }
  .section_newsfooter .list_item_news_home .row_item .col_item .other .item .info {
    width: 68%;
  }
  .section_newsfooter .list_item_news_home .row_item .col_item .other .item .info h3 a {
    font-weight: normal;
  }
}
.section_newsfooter .list_item_news_home .slick-arrow {
  background: #ed1c24;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.section_newsfooter .list_item_news_home .slick-arrow:before {
  font: 400 0.9333333333rem/150% "Font Awesome 5 Pro";
  color: #fff;
}
.section_newsfooter .list_item_news_home .slick-arrow.slick-prev:before {
  content: "\f053";
}
.section_newsfooter .list_item_news_home .slick-arrow.slick-next:before {
  content: "\f054";
}

#sidebar {
  position: relative;
}
#sidebar.stick_bottom {
  position: fixed;
  bottom: 0;
}
#sidebar.fixed_bottom {
  position: absolute;
}
#sidebar .box_banner img {
  width: 100%;
}
#sidebar .box_banner .banner_item {
  margin-bottom: 5px;
}

figure.align-left {
  float: left;
}

figure.align-right {
  float: right;
}

figure.image.align-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

figure.image {
  display: inline-block;
  margin: 0 2px 0 1px;
}

figure.image img {
  padding: 0 !important;
}

figure.image figcaption {
  margin: 6px 8px 6px 8px;
  text-align: center;
}

img.lazy:not([src]) {
  visibility: hidden;
}

#entry {
  padding: 1rem;
  background: #f3f3f3;
  border: 1px solid #dcdada;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: none;
}
#entry.show {
  display: block;
}
#entry .category_title {
  font-size: 16px;
  color: #000;
}
#entry .category_title .toggle {
  cursor: pointer;
}
#entry ul {
  display: none;
  color: #000;
}
#entry ul li:first-child {
  padding-top: 5px;
}
#entry ul li:not(:last-child) {
  padding-bottom: 5px;
}
#entry ul li.nodeH2 {
  font-weight: bold;
}
#entry ul li.nodeH3 {
  padding-left: 15px;
}
#entry ul li.nodeH4 {
  padding-left: 30px;
}
#entry ul li.nodeH5 {
  padding-left: 45px;
}
#entry ul li.nodeH6 {
  padding-left: 60px;
}
#entry ul li a {
  line-height: 18px;
  color: inherit;
}
#entry ul li a:hover {
  color: #2a9337;
}

#banner-footer .banner_item {
  width: 100%;
}
#banner-footer .banner_item a {
  display: block;
}
#banner-footer .banner_item a img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=layout.css.map */