:root {
    --bg-main: #0E1317;
    --color-1: #676866;
    --color-2: #1ADDF8;
    --color-3: #CE7F4D;
    --color-4: #090C0F;
    --white-color: #a8a6a6;
    --black-color: #000000;
    --white-color--2: #fff;
}
body{
    background: var(--white-color--2) !important;
}
.icon_web {
    background: url(../images/icon_web.png) no-repeat;
    position: relative;
    display: inline-block;
}
@keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
/* Header */
#header {
    display: none;
}
.header {
    position: relative;
    z-index: 101;
}
.header .top-bar .box-inner{
    position: relative;
    padding: 1px 0;
}
.header .top-bar .box-inner .logo-website {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    margin: auto;
    width: auto;
    background: url(../images/bg_logo.png) no-repeat;
}
.header .top-bar .box-inner .logo-website img {
    display: block;
    width: 100%;
    max-width: 160px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.header .top-bar .box-inner .infor-top-bar{
    float: left;
    overflow: hidden;
    list-style: none;
    margin-bottom: 0 !important;
}
.header .top-bar .box-inner .infor-top-bar li:first-child {
    padding-left: 0;
}
.header .top-bar .box-inner .infor-top-bar > li:first-child::after {
    content: "";
    width: 1px;
    height: 12px;
    background: #ddd;
    position: absolute;
    top: 14px;
    right: 0;
}
.header .top-bar .box-inner .infor-top-bar li{
    float: left;
    font-size: 14px;
    color: var(--color-3);
    line-height: 40px;
    padding: 0 16px 0 15px;
    position: relative;
    margin-bottom: 0 !important;
}
.icon_hotline_hea {
    width: 12px;
    height: 12px;
    background-position: 0 0;
    margin-right: 5px;
    top: 2px;
}
.icon_email_hea {
    width: 12px;
    height: 12px;
    background-position: 0 -12px;
    margin-right: 5px;
    top: 2px;
}
.header .top-bar .box-inner .infor-top-bar li a{
    color: var(--color-1);
}
.header .top-bar .box-inner .infor-top-bar > li:last-child {
    padding-right: 0;
}
.header .menu-main-menu-left-container .sub-menu {
    position: relative;
    display: none;
    opacity: 0; 
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    padding: 10px;
    margin: 0;
    background: var(--color-1);
}
.header .menu-main-menu-left-container .sub-menu li a{
    color: var(--color-3);
}
.header .menu-main-menu-left-container .sub-menu li:hover{
    background: var(--color-2);
}
.header .menu-main-menu-left-container .menu-item:hover .sub-menu {
    position: absolute;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

}
.tool_hea1 {
    float: right;
    overflow: hidden;
}
.search {
    float: left;
    position: relative;
    padding: 7px 10px 0 0;
}
.search form{
    margin-bottom: 0 !important;
}
.ipt_s {
    width: 250px !important;
    height: 32px !important;
    border: 1px solid #b9b5b5 !important;
    background: var(--white-color--2) !important;
    color: #000 !important;
    font-size: 13px !important;
    padding: 0 28px 0 5px !important;
    font-weight: 400 !important;
    vertical-align: middle !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
}
.btn_s {
    height: 22px !important;
    border: 0 !important;
    position: absolute !important;
    top: 1px !important;
    right: -12px !important;
    cursor: pointer !important;
    background: var(--color-3) !important;
    padding: 0px 5px !important;
    color: var(--white-color--2) !important;
    display: inline-block !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    vertical-align: middle !important;
}
.search input{
    margin-bottom: 0 !important;
}
.ul_lang {
    line-height: 12px;
    border-left: 1px solid #ddd;
    overflow: hidden;
    padding: 0 0 0 10px;
    margin-top: 9px;
    list-style-type: none;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}
.ul_lang > li.active, .ul_lang > li:hover {
    opacity: 1;
}
.ul_lang > li a {
    display: block;
}
.ul_lang > li img {
    vertical-align: top;
}
.ul_lang > li + li {
    margin-left: 8px;
}
.icon_lang_mobile {
    display: none;
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../images/lang_mobile.png) no-repeat center center;
    position: absolute;
    top: 16px;
    right: 90px;
}
.icon_search_mobile {
    display: none;
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: url(../images/icon_search.png) no-repeat center center;
    position: absolute;
    top: 16px;
    right: 45px;
}
.icon_menu_mobile {
    visibility: hidden;
    width: 36px;
    height: 36px;
    background: url(../images/menu_mobile.png) no-repeat center;
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 10;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.hea2 {
    height: 44px;
    background: #fff;
    position: relative;
}
.mn_1 {
    float: left;
    padding-right: 115px;
}
.mn_hea2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
.clearfix {
    display: block;
}
.ul_hea2 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.ul_hea2_1 {
    float: right;
}
.ul_hea2 > li.li_singe {
    position: relative;
}
.ul_hea2 > li {
    float: left;
}
.ul_hea2 > li.li_singe {
    position: relative;
}
.ul_hea2 > li {
    float: left;
}
.ul_hea2 > li > a {
    color: var(--color-1);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 0 12px;
    line-height: 36px;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.mn_2 {
    float: right;
    padding-left: 115px;
}
.hea2 ul{
    list-style-type: none !important;
}
.ul_hea2 > li.active > a, .ul_hea2 > li:hover > a {
    color: var(--color-1);
    background: var(--color-2);
}
.home-two {
    position: relative;
    overflow: hidden;
}
.home-two .col-left,
.home-two .col-right{
    padding: 0 !important;
}
.home-two .row{
    position: relative;
}
.home-two .col-left .col-inner::after{
    content: "";
    position: absolute;
    bottom: -222px;
    left: 0;
    background: #dde6eb;
    width: 100%;
    height: 300px;
    z-index: 1;
    -webkit-transform: skewy(8.3deg);
    -moz-transform: skewy(8.3deg);
    -o-transform: skewy(8.3deg);
    -ms-transform: skewy(8.3deg);
    transform: skewy(8.3deg);
}
.home-two .col-right{
    background: var(--color-1) !important;
}
.home-two .col-right .col-inner::after{
    content: "";
    position: absolute;
    bottom: -422px;
    right: 0;
    background: #dde6eb;
    width: 100%;
    height: 300px;
    z-index: 1;
    -webkit-transform: skewy(-8.3deg);
    -moz-transform: skewy(-8.3deg);
    -o-transform: skewy(-8.3deg);
    -ms-transform: skewy(-8.3deg);
    transform: skewy(-8.3deg);
}
.home-two .img-video .img-inner{
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 70.25%;
}
.home-two .img-video .img-inner img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}
.home-two .col-left .col-inner .video-button-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
}
.home-two .col-left .col-inner .video-button-wrapper a{
    border: 2px solid var(--color-2) !important;
}
.home-two .col-left .col-inner .video-button-wrapper a:hover{
    background: var(--color-1);
}
.home-two .col-left .col-inner .video-button-wrapper a i{
    color: var(--color-2) !important;
}
.home-two .col-right .t_intro_h {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 30px 30px 20px 30px;
}
.home-two .col-right  .nd_intro_h {
    color: #e1f6ff;
    padding: 0 40px;
    height: 300px;
    overflow-y: auto;
}
.f-detail {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 22px;
}
.btn-readmore{
    margin-left: 40px;
    color: var(--color-2) !important;
}
.three-home {
    background: var(--white-color--2);
}
.h-title{
    color: var(--color-1);
    text-align: center;
    position: relative;
    font-weight: 700;
    line-height: 30px;
    font-size: 30px;
    text-transform: uppercase;
}
.h-title::after {
    content: "";
    width: 80px;
    height: 2px;
    background: var(--color-2);
    margin: 10px auto 0 auto;
    display: block;
}
.list-post-category{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 30px;
}
.list-post-category .item  a{
    text-align: center;
    position: relative;
    visibility: visible;
    animation-delay: 0.1s;
    animation-name: fadeInUp;
}
.list-post-category .item a .img{
    width: 130px;
    height: 130px;
    border: 5px solid #fff;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.list-post-category .item a .img img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.list-post-category .item .content{
    background-image: url(../images/bg_category.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 177px 35px 20px;
    min-height: 60px;
    line-height: 18px;
}
.list-post-category .item .content .title-product{
    color: #048031;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 5px;
    line-height: 25px;
}
.list-post-category .item:hover .img {
    border-color: #048031;
    top: -10px;
}
.list-post-category .item:hover .img img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.list-post-category .item:hover .content {
    background: #F1F1F1;
}
.list-outstanding-product .slick-track{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-outstanding-product .item {
    margin: 0px 12px;
    transition: all 1s;
    border: 7px solid #2c2f30;
    height: 300px;
    cursor: pointer;
}
.list-outstanding-product .item.slick-current {
    height: max-content;
}
.list-outstanding-product .item .img-wrap{
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 68.25%;
    transition: all 1s;
}
.list-outstanding-product .item .img-wrap img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}
.list-outstanding-product .item .title_product {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.list-outstanding-product .item .content {
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    height: 0;
    text-align: center;
    padding: 12px;
}
.list-outstanding-product .item.slick-current .content {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.list-outstanding-product .item .content .btn {
    margin: 24px auto;
    border: 1px solid var(--color-1);
    box-sizing: border-box;
    width: max-content;
    padding: 5px;
}
.list-outstanding-product .item .content .btn a {
    background: var(--color-1);
    color: var(--color-2);
    font-weight: 700;
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    transition: all .5s;
    text-decoration: none !important;
    font-family: 'Petrona', serif;
}
.list-outstanding-product .item .content .btn a:hover {
    background-color: var(--color-2);
    color: var(--color-1);
}
.list-outstanding-product .slick-dots{
    display: none !important;
}
.slider_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider_bottom  .button-slick {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px 24px;
    padding: 12px;
    cursor: pointer;
}
.slider_bottom  .button-slick.prev {
    background-image: url(../images/left-arrow.png);
}
.slider_bottom  .button-slick.next {
    background-image: url(../images/right-arrow.png);
}

.idx_h2 {
    color: var(--color-2);
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 30px;
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
@keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
}
.idx_h2 .small:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 70px;
    height: 1px;
    margin-right: 10px;
    background: var(--color-2);
}
.idx_h2 .small:after {
    content: '';
    position: relative;
    display: inline-block;
    background: var(--color-2);
    width: 70px;
    height: 1px;
    margin-left: 10px;
}
.idx_h2 .small {
    display: flex;
    align-items: center;
    justify-content: center;
}
.idx_h2 .lager {
    display: block;
    color: var(--color-1);
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 5px;
    text-align: center;
}
.b05_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
 }
 .b05_item {
    background: #fff;
    border-bottom: 2px solid var(--color-2);
    position: relative;
 }
 .b05_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
 }
 .b05_itm_img.img-wrap {
    padding-top: 91.25%;
 }
 .b05_itm_img img {
    transition: 0.7s;
 }
 .b05_itm_main {
    padding: 20px 30px 30px;
    text-align: start;
 }
 .b05_itm_date {
    font-size: 14px;
    margin: 0 0 10px;
 }
 .b05_itm_date:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(../images/b06_date.png) no-repeat center center / 100% auto;
    width: 13px;
    height: 13px;
    margin-right: 10px;
    top: 1px;
 }
 .b05_itm_ttl {
    font-size: 20px;
    color: #0e516f;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
    transition: all 0.3s;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
 }
 .b05_itm_btn {
    margin: 0;
    font-size: 14px;
    color: #0e516f;
 }
 .b05_itm_btn:after {
    width: 20px;
    height: 20px;
    content: '+';
    position: relative;
    display: inline-block;
    background: #fff;
    text-align: center;
    margin-left: 10px;
    line-height: 1em;
    top: -2px;
    transition: all 0.3s;
 }
 .b05_item:hover .b05_itm_img img {
    transform: scale(1.1, 1.1);
 }
 .b05_item:hover .b05_itm_btn:after {
    background: var(--color-2);
    color: #fff;
 }
 .list-infor span {
    color: var(--color-2);
    margin: 7px 0;
    display: inline-block;
}
.list-infor .f_info:before {
    content: '';
    position: relative;
    display: inline-block;
    background-size: cover;
    background: url(../images/f_add.png) no-repeat center center / 100% auto;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 1px;
}
.list-infor .f_info:before {
    content: '';
    position: relative;
    display: inline-block;
    background-size: cover;
    background: url(../images/f_add.png) no-repeat center center / 100% auto;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 1px;
}
.list-infor .f_phone:before {
    content: '';
    position: relative;
    display: inline-block;
    background-image: url(../images/f_tel.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 1px;
}
.list-infor .f_email:before {
    content: '';
    position: relative;
    display: inline-block;
    background-image: url(../images/f_mail.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 1px;
}
.list-infor .f_tele:before {
    content: '';
    position: relative;
    display: inline-block;
    background-image: url(../images/telegram.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 1px;
}
.list-infor .f_website:before {
    content: '';
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/f_web.png);
    width: 18px;
    height: 18px;
    margin-right: 10px;
    top: 1px;
}
.ux-menu-link a{
    color: var(--color-2);
}
.section-banner{
    padding: 30px 0;
}
.section-banner .global-title .widget-title{
    text-align: center;
    font-size: 30px;
    color: var(--color-3);
}
.main-category-post, .main-taxonomy-product {
    padding-bottom: 30px;
}
.main-category-post .list-item-category {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
}
.list-item-category .item {
   border: 1px dashed #d7b359;
   padding: 10px;
   background: whitesmoke;
   background-image: linear-gradient(#fff, #e0e0e0);
   list-style-type: none;
   transition: all 0.5s;
}
.list-item-category .img-wrap {
   padding-top: 100.25%;
}
.list-item-category .title-category {
   font-size: 20px;
   text-align: center;
   text-transform: capitalize;
   color: var(--brown);
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2;
}
.list-item-category .is-divider {
   background-color: #E8720D !important;
   margin: 1em auto;
}
.list-item-category .desc p {
   color: #000;
   font-size: 14px;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
}
.list-item-category .item:hover {
   transform: translateY(-10px);
}
.navigation.pagination{
   display: flex;
   justify-content: center;
   padding-top: 20px;
}
.navigation.pagination .page-numbers {
   border: dashed 1px var(--red);
   padding: 5px 15px;
   color: var(--brown);
}
.navigation.pagination .page-numbers.current {
   border: dashed 1px var(--red);
   background-color: var(--brown);
   color: #fff;
}
.navigation.pagination .nav-links {
   display: flex;
   justify-content: center;
   padding: 25px 0 0 0;
   gap: 20px;
}
.section-single-post{
   margin-bottom: 30px;
}
.list-item-related .list-item-category {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 20px;
}
.box-gallerys .box-image{
    position: relative;
    height: auto;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 80%;
}
.box-gallerys .box-image img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    transform: translateZ(0);
    margin: 0 auto;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}
.section-contact .input-contact {
    width: 100% !important;
    background-color: #EDEDED !important;
    text-indent: 25px !important;
    padding: 12px 0 !important;
    font-size: 16px !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 3px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}
.section-contact .btn-contact {
    text-decoration: none !important;
    display: block !important;
    border: none !important;
    margin: 0 auto !important;
    font-size: 14px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    background: var(--color-1) !important;
    padding: 9px 30px !important;
    cursor: pointer !important;
    border-radius: 30px !important;
    min-width: 200px !important;
    -webkit-box-shadow: 0px 5px 0px 0px rgb(208 141 148) !important;
    -moz-box-shadow: 0px 5px 0px 0px rgba(208, 141, 148, 1) !important;
    box-shadow: 0px 5px 0px 0px var(--sky-bule) !important;
    transition: all 0.3s !important;
    text-align: center !important;
}

.supports {
    position: fixed;
    left: 17px;
    bottom: 26px;
    z-index: 999;
 }
 .iconsupport {
    margin-top: 22px;
    margin-bottom: 22px;
    cursor: pointer;
    position: relative;
 }
 .iconsupport a {
    display: block;
 }
 .iconsupport img {
    width: 30px;
    margin-left: 13px;
    transition: .3s;
    position: relative;
    z-index: 9;
 }
 .cmoz-alo-circle {
    width: 50px;
    height: 50px;
    top: -10px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #0115c7;
    opacity: .1;
    border-color: #2201dd;
    opacity: .5;
    z-index: 3;
 }

 .animated_zalo.infinite {
    animation-iteration-count: infinite;
 }
 .animated_zalo {
    animation-duration: 1s;
    animation-fill-mode: both;
 }
 .zoomIn_zalo {
    animation-name: zoomIn_zalo;
 }
 @keyframes zoomIn_zalo {
    from {
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
 
    50% {
        opacity: 1
    }
 }
 .animated_zalo.infinite {
    animation-iteration-count: infinite;
 }
 .pulse_zalo {
    -webkit-animation-name: pulse_zalo;
    animation-name: pulse_zalo;
 }
 .cmoz-alo-circle-fill {
    width: 50px;
    height: 50px;
    top: -10px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #cadaef;
    opacity: .75;
    right: -3px;
    z-index: 2;
 }
 .animated_zalo {
    animation-duration: 1s;
    animation-fill-mode: both;
 }
 .iconsupport ul {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    visibility: hidden;
    margin: 0;
 }
 .iconsupport ul li {
    margin: 10px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transform: translateY(-20px);
 }
 .iconsupport ul li:nth-child(2) {
    transition-delay: .2s;
 }
 .iconsupport ul li a {
    display: inline-block;
    padding: 10px;
    border-radius: 20px;
    background: rgb(35, 127, 247);
    background: linear-gradient(180deg, rgb(35, 109, 247) 30%, rgb(115 198 249) 85%);
    color: #fff;
    margin: 0;
    min-width: 186px;
 }
 .iconsupport.opened ul {
    visibility: visible;
 }
 .iconsupport.opened ul li {
    opacity: 1;
    visibility: visible;
    transform: none;
 }
 .list-phone{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
 }
 .list-phone a img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
 }
 .icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
 }
 .list-infor-sosal{
    display: flex;
    flex-direction: column;
    gap: 12px;
 }
 .section-single-post .detail-ttl{
    font-size: 30px;
    color: var(--color-3);
    margin-bottom: 10px !important;
 }
 .absolute-footer{
    display: none !important;
 }
.btn-redmore{
	margin-top: 30px!important; 
}
.section-banner{
	padding-top: 30px
} 
.global-title {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.global-title:before, .global-title:after {
    content: "";
    width: 100%;
    background-color: var(--color-3);
    height: 2px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
}
.global-title:before, .global-title:after {
    content: "";
    width: 100%;
    background-color: var(--color-3);
    height: 2px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
}
.global-title div {
    font-family: "Roboto-Regular";
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    float: left;
    z-index: 2;
    position: relative;
    margin-bottom: 2px;
    padding: 0;
    padding-right: 20px;
    line-height: 39px;
    text-indent: 56px;
    background: var(--color-1);
    height: 40px;
    margin: 0;
    width: max-content;
}
.global-title div:after, .global-title div:before {
    content: "";
    position: absolute;
    background: var(--color-3);
    z-index: 5;
    transform: rotate(40deg);
}
.global-title div:before {
    width: 10px;
    height: 54px;
    left: 7px;
    top: -9px;
}
.global-title div::after {
    width: 20px;
    height: 54px;
    left: -6px;
    top: -28px;
}
.global-title div i {
    width: 35px;
    height: 40px;
    background:  var(--color-1);
    display: inline-block;
    position: absolute;
    transform: skew(33deg);
    right: -23px;
    opacity: 1;
}
.section-single-post .box-content {
    padding: 12px 15px 2px;
    background: #fff;
    position: relative;
    margin: 0 10px 10px 0;
    -moz-box-shadow: 0px 1px 4px rgba(173, 170, 170, 0.8);
    -webkit-box-shadow: 0px 1px 4px rgba(173, 170, 170, 0.8);
    box-shadow: 0px 1px 4px rgba(173, 170, 170, 0.8);
}
.box-title .title {
    display: block;
    color: var(--color-3);
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 5px;
    text-align: center;
}