
/* Transition All */

.control-owl button,
.carousel-comment-media .carousel-control a span,
.scale-img img,
.scale-img:hover>img,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
    -webkit-transition: 0.3s all; 
    transition: 0.3s all; 
}


/* Scale IMG */

.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover>img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}


/* Blink */

.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


/* TRANSLATE */
.skiptranslate iframe { display: none !important; } 
.header_google_tran { margin-bottom: 10px; } 
.header_google_tran a { padding: 0 3px; } 
.header_google_tran_lang { opacity: .6; transition: all .3s ease; } 
.header_google_tran_lang.active { opacity: 1; transition: all .3s ease; } 
.goog-logo-link { display:none !important; } 
.goog-te-gadget { color: transparent !important; height: 30px !important; } 
.goog-te-gadget .goog-te-combo { color: #000 !important; padding: 4px 2px; font-size: 11px; max-width: 120px; } 
.goog-te-banner-frame { display: none; } 
.goog-logo-link { display:none !important; } 
.goog-te-gadget { color: transparent !important; height: 35px !important; } 
.goog-te-gadget .goog-te-combo { color: #3b3b3b !important; padding: 9px 4px; font-size: 13px; width: 125px; border: 1px solid var(--c1); border-radius: 3px; } 
div#google_translate_element a {
  height: unset;
  line-height: unset;
}

/* WRAP HEADER */
ul.social {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'font1';
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
}
.head-top .slogan-head {
    padding-left: 150px;
}
.header_logo {
    position: relative;
    left: 0px;
    z-index: 99;
}
.flex_header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}
.head-top .wrap-content {
    height: 40px;
}
.hotline {
    background: url(../imgs/icon_hl.png)top 20px left 0px no-repeat;
    min-height: 36px;
    padding-left: 45px;
    margin-top: 6px;
}
.hotline span {
    font-size: 14px;
    font-weight: 500;
}
.hotline p {
    font-size: 20px;
    font-family: 'font1';
    font-weight: bold;
}
/* WRAP MENU */

.menu.fix_head {
  background: #045a89;
}
.menu.fix_head ul.menu-main {
  height: 50px;
  background: transparent;
  padding: 0;
  margin: 0;
  transition: all .2s linear;
}
.menu.fix_head ul.menu-main::before {
display: none;
}
/* .menu.fix_head .header_logo {
  display: none;
} */
.menu.fix_head ul.menu-main li a {
line-height: 50px;
}
.indi .menu {
  position: relative;
  background: #045a89;
}
.indi .menu ul.menu-main{
  background: transparent;
}
.indi .menu ul li a{
  color: white;
}
.indi .menu ul.menu-main::before{display: none;}
.indi .menu ul li ul{
  background: var(--c1);
}
.menu.fix_head ul.menu-main li ul{
  background: var(--c1);

}
.menu ul li ul li a {
  line-height: unset !important;
}
.menu ul li ul li {
  padding: 0 5px;
}
.fix_head .menu {
  background: var(--c1);
}
.fix_head .menu .flex_menu {
  padding-left: 0px;
}
.menu ul.menu-main {
    height: 60px;
    flex: 1;
    position: relative;
}

.menu > .wrap-content > .flex_menu> ul.menu-main > li > a i {
    padding: 0 15px;
    font-size: 20px;
}
.menu ul li a {
    line-height: 60px;
}
.menu ul li a {
    line-height: 60px;
    padding: 0;
}
.menu ul li a.hosonangluc {
    background: var(--c2);
    color: black;
}
.flex_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.menu.fix_head ul.menu-main li a {
  color: white;
}
/* WRAP GIOI THIEU */
.wrap_gioithieu {
  padding: 70px 0 100px;
}
.flex_gthieu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left_gthieu {
  width: 40%;
}
.right_gthieu {
  width: 55%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.img_gthieu.gt1 {
  width: 410px;
  position: relative;
  z-index: 2;
}
.img_gthieu.gt2 {
  position: absolute;
  right: 0;
  bottom: -100px;
}
.txt_gthieu {
  font-size: 18px;
  color: #F57935;
  font-weight: bold;
}
.name_gthieu {
  font-size: 40px;
  color: var(--c1);
  font-weight: bold;
  text-transform: uppercase;
}
p.linef {
  margin: 0;
  width: 150px;
  height: 1px;
  background: var(--c1);
}
.desc_gthieu {
  margin: 10px 0;
  font-size: 14px;
  color: black;
  font-family: 'font1';
}
.btn_xthem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: var(--c1);
  font-family: 'font1';
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
}

.btn_xthem:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--c2);
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.btn_xthem:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.btn_xthem span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 18px 25px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.3em;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.btn_xthem:hover span {
  color: var(--c1);
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}
/* WRAP SAN PHAM */
.grid_product {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
}
.gr_product {
  padding: 10px;
  border: 1px solid var(--c1);
} 
.name_product {
  font-size: 18px;
  font-family: 'font1';
  text-transform: uppercase;
  color: black;
  margin-bottom: 10px;
}
.grname_product {
  padding: 10px 0 0;
}
.btn_xtsp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.wrap_sanphambchay {
  padding: 50px 0;
}
.gr_product:hover .name_product{color: var(--c1);transition: all .2s linear;}
/* WRAP Y KIEN KHACH HANG */
.gr_ykienkhang {
  position: relative;
  margin: 60px 1px 1px;
  padding: 80px 30px 30px;
  box-shadow: 0px 0px 4px #0000005e;
  border-radius: 20px;
  cursor: pointer;
}
.img_ykienkhang {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid var(--c2);
  border-radius: 100%;
  overflow: hidden;
}
.grname_ykienkhang {
  text-align: center;
}
.contentykienkhang {
  font-size: 14px;
  color: black;
  font-family: 'font1';
  margin-bottom: 20px;
  height: 63px;
}
.name_ykienkhang {
  font-size: 14px;
  font-family: 'font1';
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}
.desc_ykienkhang {
  font-size: 14px;
  font-family: 'font1';
  font-weight: 500;
  color: black;
  margin-top: 5px;
}
.wrap_ykienkhang {
  padding: 80px 0;
  position: relative;
}
.gr_ykienkhang:hover .name_ykienkhang{
  color: var(--c1);
  transition: all .2s linear;
}
/* WRAP THONG KE */
.wrap_thongke {
  padding: 50px 0;
  background: url(../imgs/thongke_bg.jpg) no-repeat;
  background-size: 100% 100%;
}
.flexthongke {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.left_thongke {
  width: 50%;
}
.right_thongke {
  width: 49%;
}
.name_tkeitem {
  font-size: 18px;
  color: white;
  font-family: 'font1';
  text-transform: uppercase;
  margin-bottom: 10px;
}
.progress-item.animated {
  position: relative;
}
p.percentageText {
  position: absolute;
  top: 50%;
  margin: 0;
  left: 20px;
  color: white;
  font-size: 16px;
  font-family: 'font1';
  transform: translateY(-50%);
  pointer-events: none;
}
.gr_tke {
  display: flex;
  flex-direction: column;
  gap: 30px;
}



/* WRAP ALBUM HINH ANH */
.grid_albumanh {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 0;
}
a.albuma.al1 {
  grid-column: 1/7;
  grid-row: 1/4;
}
a.albuma.al2 {
  grid-column: 7/10;
  grid-row: 1/4;
}
a.albuma.al3 {
  grid-column: 10/14;
  grid-row: 1/7;
}
a.albuma.al4 {
  grid-column: 1/4;
  grid-row: 4/10;
}
a.albuma.al5 {
  grid-column: 4/7;
  grid-row: 4/7;
}
a.albuma.al6 {
  grid-column: 7/10;
  grid-row: 4/7;
}
a.albuma.al7 {
  grid-column: 4/7;
  grid-row: 7/10;
}
a.albuma.al8 {
  grid-column: 7/10;
  grid-row: 7/10;
}
a.albuma.al9 {
  grid-column: 10/14;
  grid-row: 7/10;
}
a.albuma{
  display: block;
  width: 100%;
  height: 100%;
}
a.albuma img{
  display: block;
  width: 100%;
  height: 100%;
}
a.albuma .c4-izmir {
  width: 100%;
  height: 100%;
}
.wrap_albumanh {
  padding: 0 0 70px;
}
/* WRAP DOI TAC */
.grid_doitac {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
  margin-top: 30px;
}
.slick_doitac .slick-slide {
  margin-right: 30px;
}
.gr_doitac {
  margin-bottom: 30px;
}
.wrap_doitac {
  padding: 50px 0;
  background: #f6f6f6;
}
/* WRAP TIN TUC */
.wrap_tintucskien {
  padding: 70px 0;
}
.flex_tintuc {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}
.left_tintuc ,
.right_tintuc{
  width: 49%;
}
.grname_ltintuc {
  padding: 20px 0px;
}
.date_tintuc {
  color: #000000a1;
  font-size: 14px;
  font-family: 'font1';
}
.name_ltintuc {
  font-size: 20px;
  font-family: 'font1';
  font-weight: bold;
  border-bottom: 1px solid black;
  color: black;
}
.desc_ltintuc {
  margin-top: 15px;
  color: black;
  font-family: 'font1';
}
.gr_ltintuc:hover .name_ltintuc{
  color: var(--c1);
  transition: all .2s linear;
}
.gr_rtintuc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.img_rtintuc {
  width: 190px;
}
.grname_rtintuc {
  width: calc(100% - 190px - 30px);
}
.name_rtintuc {
  font-size: 16px;
  color: black;
  font-weight: bold;
  font-family: 'font1';
  margin-bottom: 15px;
}
.slick_tintuc .slick-slide {
  margin-bottom: 30px;
}
.slick_tintuc .slick-slide:last-child {
  margin-bottom: 0px;
}
/* WRAP FOOTER */
.footer-news:nth-child(1) {
  width: 33%;
}
.footer-news:nth-child(2) {
  width: 33%;
}
/* .padding-top-bottom {
  padding: 0;
} */
.name-company {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 700;
  color: white;
  margin-top: 1rem;
}
.footer-info {
  color: white;
  font-family: 'font1';
}
.footer-copyright.col-md-6 {
  color: var(--c2);
}
.footer-copyright a {
  color: white;
}
.title_ft {
  font-size: 16px;
  color: #F57935;
  font-family: 'font1';
  font-weight: bold;
}
/* NEWS FOOTER */
.gr_newsft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
}
.img_newsft {
  width: 80px;
}
.grname_newsft {
  width: calc(100% - 80px - 25px);
}
.name_newsft {
  font-size: 15px;
  color: white;
  font-family: 'font1';
}

.date_newsft {
  font-size: 14px;
  color: #989898;
  margin-top: 10px;
}
.gr_newsft:hover .name_newsft{
  color: var(--c2);
  transition: all .2s linear;
}
/* TRANG TRONG */
.name-product {
  font-size: 14px;
  color: var(--color-black);
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
/*  */
.progress-bar {
  width: 100%;
  height: 35px;
  background-color: white;
  border-radius: 0;
  overflow: hidden;
}

.progress {
  width: 0;
  height: 100%;
  background-color: var(--c3);
  border-radius: 0;
}

#percentageText {
  margin-top: 10px;
  font-size: 18px;
}
.slick_tintuc1 {
  max-height: 430px;
  overflow: hidden;
}
/*  */
.flex_slider {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.left_slider {
  width: calc(100% - 350px - 10px);
}
.right_slider {
  width: 350px;
}
.gr_dichvu {
  position: relative;
  margin: 5px 0;
}
.grname_dichvu {
  padding: 5px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: 'font1';
  background: var(--c1);
  color: white;
  pointer-events: none;
}
.gr_btniconsubmit input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}