@charset "UTF-8";


@font-face {
  font-family: "OpenSansExtraBold";
  src: url("'../fonts/OpenSans-ExtraBold.woff2") format("woff2"),
   	 url("'../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoLight";
  src: url("'../fonts/Roboto-Light.woff2") format("woff2"),
    url("'../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoMedium";
  src: 	url("'../fonts/Roboto-Medium.woff2") format("woff2"),
    	url("'../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoBold";
  src: url("'../fonts/Roboto-Bold.woff2") format("woff2"),
    url("'../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensedBold";
  src: url("'../fonts/RobotoCondensed-Bold.woff2") format("woff2"),
    url("'../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansRegular";
  src: url("'../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("'../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UTMHelvetIns";
  src: url("'../fonts/UTMHelvetIns.woff2") format("woff2"),
    url("'../fonts/UTMHelvetIns.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoRegular";
  src: url("'../fonts/Roboto-Regular.woff2") format("woff2"),
    url("'../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("'../fonts/OpenSans-Bold.woff2") format("woff2"),
    url("'../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoCondensedRegular";
  src: url("'../fonts/RobotoCondensed-Regular.woff2") format("woff2"),
    url("'../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'SVNGothamRegular';
    src: url('../fonts/SVNGothamRegular.eot');
    src: url('../fonts/SVNGothamRegular.eot') format('embedded-opentype'),
         url('../fonts/SVNGothamRegular.woff2') format('woff2'),
         url('../fonts/SVNGothamRegular.woff') format('woff'),
         url('../fonts/SVNGothamRegular.ttf') format('truetype'),
         url('../fonts/SVNGothamRegular.svg#SVNGothamRegular') format('svg');
}

@font-face {
    font-family: 'SpectralRegular';
    src: url('../fonts/SpectralRegular.eot');
    src: url('../fonts/SpectralRegular.eot') format('embedded-opentype'),
         url('../fonts/SpectralRegular.woff2') format('woff2'),
         url('../fonts/SpectralRegular.woff') format('woff'),
         url('../fonts/SpectralRegular.ttf') format('truetype'),
         url('../fonts/SpectralRegular.svg#SpectralRegular') format('svg');
}



/* Main */
:root {
  --color: #0fa8e2;
  --color-red: #ec2d3f;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
}
body {
  background: #fff;
  font-size: 14px;
   font-family: "Source Sans 3", sans-serif;
       top: 0px !important;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a,
input,
textarea {
  outline: none;
  padding: 0px;
}
a:hover {
  text-decoration: none;
}
p,
label,
span,
h2,
h3 {
  margin-bottom: 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.w-clear:after {
  display: block;
  content: "";
  clear: both;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}
.wrap-main,
.wrap-content {
  max-width: 1220px;
  margin: 40px auto;
  padding: 0px 10px;
}
.wrap-home {
  max-width: 100%;
  padding: 0px;
  margin: 0px 0px;
}
.prodel{
  background: #dad6cf;
}
.content {
  padding: 40px 0px;
}
.wrap-content {
  margin: auto;
}
.footer{
  padding: 30px 0px;
}
/* General */
.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
  background: url(assets/images/title-main.png) bottom center no-repeat;
      padding-bottom: 11px;
    padding-top: 45px;
}
.title-main span {
display: block;
    font-size: 18px;
    color: #313131;
    position: relative;
    margin-bottom: 20px;
}
.title-main p {
  font-size: 15px;
  color: #85899e;
  font-family: "RobotoLight";
  line-height: 25px;
  max-width: 630px;
  margin: 0 auto;
}
.social {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.social li {
  display: inline-block;
  vertical-align: top;
}
.social li:last-child {
  margin-right: 0px;
}
.control-carousel {
  position: absolute;
  top: calc(50% - 30px / 2);
  margin-bottom: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #eee;
  z-index: 2;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
}
.control-carousel:hover {
  background-color: var(--color-red);
  border-color: var(--color-red);
  color: #fff;
}
.prev-carousel {
  left: 0px;
}
.next-carousel {
  right: 0px;
}

/* Left */
.block-left {
  margin-bottom: 20px;
}
.block-left:last-child {
  margin-bottom: 0px;
}
.title-left {
}
.content-left {
  padding: 10px;
  border: 1px solid #dedede;
}
.ddsmoothmenu-v ul {
  padding: 0px;
  background: #fff;
}
.ddsmoothmenu-v ul li {
  border-bottom: 1px solid #dedede;
  position: relative;
}
.ddsmoothmenu-v ul li:last-child {
  border-bottom: 0px;
}
.ddsmoothmenu-v ul li a {
  color: #000;
  padding: 13px 25px 10px 15px;
  text-transform: uppercase;
  display: block;
  background-image: url(assets/images/ar-list.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.ddsmoothmenu-v ul li:hover > a {
  background-color: #eee;
}
.ddsmoothmenu-v ul ul {
  width: 265px;
  position: absolute;
  left: 265px !important;
  top: 0px;
  visibility: hidden;
  border: 1px solid #dedede;
  background: #fff;
  margin-top: -1px;
}

/* Header */
.header {
  background-color: #fff;
}
.header-top {
  color: #fff;
  background-color: var(--color);
}
.header-top .wrap-content {
}
.info-header {
  margin-bottom: 0px;
  line-height: 40px;
  margin-right: 60px;
}
.info-header:nth-child(1) {
  background: url(assets/images/email.png) left center no-repeat;
  padding-left: 25px;
  position: relative;
}
.info-header:nth-child(2) {
  background: url(assets/images/phone.png) left center no-repeat;
  padding-left: 35px;
}
.info-header:nth-child(1):before {
  content: "";
  position: absolute;
  right: -34px;
  top: 11px;
  height: 20px;
  border-left: 1px dotted #fff;
}
.info-header b {
  font-family: "RobotoBold";
}
.social-header {
  background: #0189b9;
  position: relative;
}
.social-header:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  border-bottom: 40px solid #0189b9;
  border-left: 30px solid transparent;
}
.social-header li {
  width: 30px;
  margin-right: 13px;
  height: 40px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-header li a {
  display: inline-grid;
}
.header-bottom .wrap-content {
  padding: 20px 10px;
}
.hotline-header {
  display: inline-block;
  padding-left: 25px;
  background-image: url(assets/images/hotline.png);
  background-repeat: no-repeat;
  background-position: 0px 1px;
}
.hotline-header p {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: -2px;
  text-transform: capitalize;
}
.hotline-header span {
  font-weight: bold;
  color: var(--color-red);
  font-size: 20px;
  display: block;
}
.line-top {
  position: absolute;
  right: -100px;
  height: 40px;
  top: 0;
  background: #0189b9;
  width: 100px;
}

/* Menu */
.menu {
  background-color: #fff0;
  position: relative;
  z-index: 99999;
  left: 0px;
  right: 0px;
}
.ddsmoothmenu {
  line-height: 90px;
}
.ddsmoothmenu ul {
  padding: 0px;
  list-style: none;
}
.ddsmoothmenu ul li a {
  color: black;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
}
.ddsmoothmenu ul li a h2 {
  font-size: 14px;
  color: #413939;
  font-family: "Source Sans 3", sans-serif;	
  margin-bottom: 0px;
  line-height: normal;
  display: inline-block;

    padding: 5px 0px 0px 0px;
}
.slide_menu{
  position: absolute;
}
.menu_fixed .ddsmoothmenu ul li a h2 {
  color: #000;
}
.slide_menu .ddsmoothmenu ul li a h2{
   color: #413939;
   position: relative;
}

.ddsmoothmenu ul li.li-first > a {
  padding:12px 17px;
  background: url(assets/images/line.png) 7px center no-repeat;
}
.ddsmoothmenu ul li.li-first:hover > a h2,
.ddsmoothmenu ul li.li-first > a.active h2 {
  /*//color: #fff; */
/*    background: #30324b;
*/    border-radius: 6px;
}


.slide_menu .ddsmoothmenu ul li a h2:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    background: #413939;
    bottom: 0;
    transform: scale(0,1);
    transform-origin: left;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(.19,1,.22,1),all 1000ms cubic-bezier(.19,1,.22,1);
    transition: transform 1000ms cubic-bezier(.19,1,.22,1),all 1000ms cubic-bezier(.19,1,.22,1)
}

.slide_menu .ddsmoothmenu ul li a h2:hover:after {
    transform: scale(1)
}

.ddsmoothmenu ul li ul {
  width: 250px !important;
}
.ddsmoothmenu ul li ul li {
  background: var(--color);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ddsmoothmenu ul li ul li:last-child {
  border-bottom: 0px;
}
.ddsmoothmenu ul li ul li a {
  margin: 0;
  padding: 10px !important;
  text-align: left !important;
  background: none !important;
  line-height: normal;
}
.ddsmoothmenu ul li ul li a h2 {
  color: #fff;
}
.ddsmoothmenu ul li ul a.selected,
.ddsmoothmenu ul li ul li a:hover {
  background: #0189b9 !important;
}
.ddsmoothmenu ul li.line {
  width: 1px;
  height: 15px;
  background: #fff;
  opacity: 0.5;
}
.menu_fixed {
  /* position: fixed !important; */
      background: #ffffffdb;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: stuckMoveDown 0.6s;
  animation: stuckMoveDown 0.6s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18,Direction=0,Color=#141313)"; /*IE 8*/
  -moz-box-shadow: 0 0 18px rgba(20, 19, 19, 0.4); /*FF 3.5+*/
  -webkit-box-shadow: 0 0 18px rgba(20, 19, 19, 0.4); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
  box-shadow: 0 0 18px rgba(20, 19, 19, 0.4); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18,Direction=135,Color=#141313); /*IE 5.5-7*/
}
/*.menu_fixed .ddsmoothmenu ul li a h2{
  color: #000;
}*/
@keyframes stuckMoveDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.menu_fixed .ddsmoothmenu {
/*  line-height: 65px;*/
}
.menu_fixed .ddsmoothmenu ul ul {
  top: 67px !important;
}
.menu_top{
  display: inline-block;
  margin-top: 15px;
}

.logo_top{
display: inline-block;
    vertical-align: top;
    float: left;
    max-width: 163px;
    margin-top: 10px;
}
.right_top{
    float: right;
    margin-top: 18px;
    margin-right: 96px;
    width: 46%;
    text-align: right;

}
.right_top a{
  margin: 0px 5px;
}
.right_head_r{
  margin-top: 5px;
}
.right_head_r i{
  color: #313131;
}
.facebook_head i{
    color: #313131;
    font-size: 20px;
    border: 2px solid #313131;
    padding: 8px 12px;
    border-radius: 100%;
        opacity: 0.6;
}
.facebook_head i:hover{
  
    color: #313131;
        opacity: 1;
}
.head_whatapp{
      margin: 0px 5px;
    position: relative;
    width: 34px;
    height: 34px;
    display: inline-block;
    position: relative;
      
}
.head_whatapp i{
      font-size: 41px;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 8px;
     opacity: 0.6;
}
.head_whatapp i:hover{
  color: #313131;
     opacity: 1;
}
.book_now{
  color: #fff;
  background-color: #313131;
  padding: 10px 15px;
  border-radius: 20px; 
  display: inline-block;
  cursor:pointer;
}
.book_now:hover{
background-color: #78716b;
    color: #fff;
}
.book_del{
  width: 100%;
  border-radius: 0px;
      text-align: center;
      margin-top: 40px;
          max-width: 86px;
}
/* Search */
.search {
  width: 260px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
}

.search p {
  float: left;
  width: 35px;
  height: 33px;
  line-height: 33px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: var(--color-gray);
  font-size: 16px;
  background: url(assets/images/lk.png) center no-repeat;
  position: relative;
  bottom: -6px;
}
.search input {
  width: calc(100% - 35px);
  height: 33px;
  float: left;
  outline: none;
  padding: 0px;
  border: 0px;
  background: transparent;
  text-indent: 15px;
  font-size: 12px;
}
.search input::-webkit-input-placeholder {
  color: #ccc;
}
.search input:-moz-placeholder {
  color: #ccc;
}
.search input::-moz-placeholder {
  color: #ccc;
}
.search input:-ms-input-placeholder {
  color: #ccc;
}

/* Menu RP */
.menu-res {
  display: none;
  height: 50px;
  z-index: 99999;
  line-height: normal;
  position: fixed;
  top: 0px;
}
.menu-bar-res {
  height: 50px;
  padding: 0px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu {
  display: none;
}
#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}
#hamburger:before {
  top: 0px;
}
#hamburger span {
  top: 10px;
}
#hamburger:after {
  top: 20px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}
.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}
.mm-wrapper_opening #hamburger:before {
  transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}
.mm-menu_opened {
  display: block !important;
}

/* Search RP */
.search-res {
  position: relative;
}
.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 17px;
  margin: 0px;
}
.search-res .icon-search.active {
  color: var(--color-red);
  background: #fff;
  border-radius: 100%;
}
.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-red);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}
.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-red);
  line-height: 40px;
  text-align: center;
}
.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: var(--color-red);
}
.search-res .search-grid input::-webkit-input-placeholder {
  color: #ccc;
}
.search-res .search-grid input:-moz-placeholder {
  color: #ccc;
}
.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}
.search-res .search-grid input:-ms-input-placeholder {
  color: #ccc;
}

/* Slideshow */
.box-slide .theme-default .nivoSlider {
  background-color: transparent !important;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.box-slide .theme-default .nivo-directionNav a {
  width: 23px !important;
  height: 53px !important;
}
.box-slide .theme-default .nivo-directionNav .nivo-nextNav {
  background-position: -23px 0 !important;
  right: 20px !important;
}
.box-slide .theme-default .nivo-directionNav .nivo-prevNav {
  background-position: 0 !important;
  left: 20px !important;
}

/* about */
.wrap-about {
  background-color: #f3eee7;
}
.item-about {
  width: 100%;
}
/*.item-about:last-child {
  width: 47%;
  text-align: right;
  position: relative;
}*/
.item-about label {
  display: block;
  font-size: 18px;
  color: #313131;  
  position: relative;
  margin-bottom: 20px;
}
.about_max{
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}

.item-about span {
  font-size: 24px;
  display: block;
  font-family: "UTMHelvetIns";
  color: #2b324e;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.item-about p {
  font-size: 15px;
  color: #313131;
  line-height: 20px;
}
.item-about a.more {
  font-size: 14px;
  font-family: "RobotoBold";
  transition: 0.2s;
  text-transform: uppercase;
  color: black;
  display: inline-block;
  line-height: 55px;
  width: 150px;
  border: 1px solid var(--color);
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
}
.item_sl_ab{
  float: left;
  vertical-align: center;
   margin: 0px 14px;
   padding: 0px 10px;
}
.slick_dots_ab{
  
  margin: 0 auto;
    margin-top: 52px;
}
.slick_dots_ab li button{
    width: 100%;
    height: 1px;
    overflow: hidden;
    padding: 0px;
    border: 0px;
    background: #f3eee7;
    border-top: 1px solid #ccc;
        outline-top: 1px solid #000;
            outline: none;
}

.slick_dots_ab .slick-active button{
   border-top: 1px solid #000;
  height: 1px;
}

.slick_dots_ab li{
  /*  border: 1px solid #b8b5b0;
    background: #b8b5b0;*/
    color: #b8b5b0;
    /*height: 2px;*/
    width: 12px;
    /* overflow: hidden; */
    display: inline-block;
        cursor: pointer;
}

.item_sl_ab img{
  max-width: 217px !important;
  height: auto;
}
.slider_about{
      margin: 0 auto;
      max-width: 1349px;
          overflow: hidden;
          text-align: center;
}
.slider_about .slick-track {
        display: flex !important;
        align-items: center; /* Vertically centers the slides */
        justify-content: center; /* Horizontally centers the slides (if there's extra space) */
        text-align: center;
    }
.item-about a.more:hover {
  background: var(--color);
  color: #fff;
}
.line_tbotoom{
margin: 61px auto 10px auto;
    height: 1px;
    width: 56%;
    background: #b8b5b0;
}

.img {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 8px solid #fff;
}

/* Dich vu */
.wrap-dichvu .title-main span {
  font-size: 40px;
  color: #30324b;
  display: inline-block;
  font-family: "Cambria";
  font-weight: bold;
  position: relative;
  background: url(../images/icon_line_1.png) left no-repeat, url(../images/icon_line_1.png) right no-repeat;
      padding: 0px 64px;
}

.dichvu {
  width: 33.33%;
  float: left;
  padding: 0px 20px;
  margin: 10px 10px;
  text-align: center;
      transition: all 0.125s ease-in-out 0s;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px, rgba(0, 0, 0, 0.1) 0px -1px 5px;
   
}

.dichvu img {
  display: inline-block;
}
.name-dichvu {
  display: block;
  text-transform: capitalize;
  margin: 30px 15px;
  min-height: 40px;
  transition: 0.2s;
  font-size: 16px;
  color: #292929;
  font-weight: bold;
  font-family: "Cambria";


}
.name-dichvu:hover {
  color: var(--color);
}
.mota-dv {
  font-size: 16px;
  color: #787e98;
  line-height: 25px;
  font-family: "RobotoLight";
}

/* doi tac*/
.wrap-doitac .title-main {
  background: url(assets/images/title-main1.png) bottom center no-repeat;
}
.wrap-doitac .title-main span,
.wrap-doitac .title-main p {
  color: #fff;
}
.wrap-doitac {
  background: url(assets/images/bg.png) top center/cover no-repeat;
  padding-bottom: 100px;
}
.doitac {
  width: 33.33%;
  float: left;
  padding: 12px;
  text-align-last: ;
}
.doitac img {
  display: inline-block;
}
.name-doitac {
  font-size: 14px;
  display: block;
  font-family: "RobotoBold";
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #1990c8;
  transition: 0.2s;
}
.name-doitac:hover {
  color: var(--color);
}
.mota-dv {
  font-size: 16px;
  color: #787e98;
  line-height: 25px;
  font-family: "RobotoLight";
}
.info-doitac {
  background: #fff;
  padding: 20px;
}
.info-doitac p {
  color: black;
  line-height: 25px;
}
.slick-doitac .slick-prev {
  background: url(assets/images/btn1.png) center no-repeat;
  left: 552px;
}
.slick-doitac .slick-next {
  background: url(assets/images/btn2.png) center no-repeat;
  right: 552px;
}
.slick-doitac .slick-prev:before,
.slick-doitac .slick-next:before {
  display: none;
}
.slick-doitac .slick-prev,
.slick-doitac .slick-next {
  width: 42px;
  height: 42px;
  top: 107%;
}

/* tai sao*/
.wrap-why {
  background: url(assets/images/visao.png) bottom center no-repeat;
  padding-bottom: 100px;
}
.item-why {
  width: 52%;
  text-align: center;
}
.item-why:last-child {
  width: 46%;
  text-align: left;
}
.pic-visao {
  width: 70px;
}
.info-visao {
  width: calc(100% - 80px);
}
.box-visao {
  margin-bottom: 40px;
}
.name-visao {
  font-size: 16px;
  font-family: "OpenSansBold";
  color: var(--color);
  display: block;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.name-visao:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47px;
  border-bottom: 2px solid var(--color);
}
.mota-visao {
  font-size: 15px;
  color: #5d6363;
  line-height: 24px;
}

/* form*/
.wrap-form {
  max-width: 1366px;
  margin: 0 auto;
  background: url(assets/images/b.png) bottom right no-repeat;
}
.item-form {
  width: 50%;
}
.item-form:nth-child(1) {
  background: var(--color);
  padding: 40px 100px;
}
.item-form:nth-child(2) {
  position: relative;
  height: 555px;
}
.title-form {
  text-align: center;
  line-height: 72px;
}
.title-form span {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  font-family: "RobotoBold";
  color: #fff;
  display: inline-block;
  background: url(assets/images/mail.png) left center no-repeat;
  padding-left: 30px;
}
.dangky-input {
  width: 50%;
  padding: 5px;
  float: left;
  position: relative;
}
.dangky-input input {
  height: 60px;
  border: none;
  background: #fff;
  border-radius: 0px;
  font-size: 14px;
  text-indent: 32px;
  font-style: italic;
  color: #97969b;
}
.box-dangky:nth-child(2) {
  padding: 5px;
  position: relative;
}
.box-dangky textarea {
  padding: 16px;
  border: none;
  background: #fff url(assets/images/t5.png) 16px 13px no-repeat !important;
  height: 178px;
  border-radius: 0px;
  font-size: 14px;
  font-style: italic;
  text-indent: 35px;
}
.dangky-button {
  padding: 5px;
  width: 100%;
}
.dangky-button input {
  width: 100%;
  height: 60px;
  background: #eebc0f url(assets/images/maybay.png) 100px center no-repeat !important;
  font-size: 18px;
  font-family: "OpenSansBold";
  text-transform: uppercase;
  color: #fff;
  border: none;
  transition: 0.2s;
}
.dangky-button input:hover {
  background: #0189b9 url(assets/images/maybay.png) 100px center no-repeat;
}
.dangky-input:nth-child(1) input {
  background: #fff url(assets/images/t1.png) 15px center no-repeat !important;
}
.dangky-input:nth-child(2) input {
  background: #fff url(assets/images/t2.png) 15px center no-repeat !important;
}
.dangky-input:nth-child(3) input {
  background: #fff url(assets/images/t3.png) 15px center no-repeat !important;
}
.dangky-input:nth-child(4) input {
  background: #fff url(assets/images/t4.png) 15px center no-repeat !important;
}
.box-dangky textarea::-webkit-input-placeholder {
  color: #97969b;
  font-size: 14px;
  font-style: italic;
}
.box-dangky textarea:-moz-placeholder {
  color: #97969b;
  font-size: 14px;
  font-style: italic;
}
.box-dangky textarea::-moz-placeholder {
  color: #97969b;
  font-size: 14px;
  font-style: italic;
}
.box-dangky textarea:-ms-input-placeholder {
  color: #97969b;
  font-size: 14px;
  font-style: italic;
}
.title-sp {
  text-align: center;
}
.title-sp label {
  display: block;
  font-size: 18px;
  color: #2b3152;
}
.title-sp span {
  display: block;
  font-size: 30px;
  font-family: "UTMHelvetIns";
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.title-sp h3 {
  display: block;
  font-size: 60px;
  font-family: "OpenSansExtraBold";
  color: red;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff,
    1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  margin-top: 20px;
}
.box-dangky .invalid-tooltip {
  position: absolute;
  top: 62%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 5px 10px;
  margin-top: 0px;
  font-size: 11px;
  line-height: 1.5;
  color: #ee0035;
  background-color: #fff0 !important;
  border-radius: 0.25rem;
}
.box-dangky:nth-child(2) .invalid-tooltip {
  top: 84%;
}

/* du an */
.wrap-duan .title-main {
  background: #fff0;
  padding-bottom: 0px;
}
.title-list {
  text-align: center;
  margin-bottom: 20px;
}
.title-list span {
  display: inline-block;
  padding: 11px 21px;
  color: black;
  border: 1px solid #dedde2;
  border-radius: 7px;
  margin: 1px;
}
.title-list span.active,
.title-list span:hover {
  border: 1px solid var(--color);
  cursor: pointer;
}
.duan {
  width: 25%;
  float: left;
  padding: 4px;
}
.box-duan {
  display: block;
  position: relative;
}
.info-duan {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(0 0 0 / 42%);
  opacity: 0;
  transition: 0.5s;
}
.name-duan {
  color: #fff;
  font-family: "RobotoBold";
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding: 10px 0px;
}
.name-duan:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  border-bottom: 1px solid #fff;
}
.name-duan:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  border-bottom: 1px solid #fff;
}
.box-duan:hover .info-duan {
  opacity: 1;
}

/* Crumbtrail */
.crumbtrail {
  margin-bottom: 3rem;
  line-height: normal;
  background: #eee;
  padding: 10px 10px 14px 10px;
}
.crumbtrail ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.crumbtrail ul li {
  display: inline-block;
  vertical-align: middle;
}
.crumbtrail ul li.crumbtrail_br {
  margin: 4px 5px 0px 5px;
  width: 6px;
  height: 5px;
  background: url(assets/images/navi.png) no-repeat center center;
}
.crumbtrail ul li a {
  font-size: 13px;
  color: var(--color-black);
  cursor: pointer;
  text-decoration: none !important;
}
.crumbtrail ul li a:hover {
  color: var(--color-red);
}
.crumbtrail ul li a.crumbtrail_lst {
  color: var(--color-gray);
}

/* Intro */
.wrap-intro {
  margin-bottom: 30px;
}
.wrap-intro .title-main {
  background: url(assets/images/title-main1.png) bottom center no-repeat;
}
.item-intro {
  width: 48%;
}
.title-intro {
  border-bottom: 1px solid var(--color-red);
  margin-bottom: 1.5rem;
}
.title-intro span {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
}
.title-intro span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0px;
  background-color: var(--color-red);
}
.newshome-best {
  width: 43%;
  display: block;
  float: left;
  margin-right: 1.5%;
}
.pic-newshome-best img {
  width: 100%;
}
.name-newshome {
  color: var(--color-black);
  font-size: 14px;
  font-family: "RobotoBold";
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}
.name-newshome.text-split {
  -webkit-line-clamp: 2;
}
.time-newshome {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  background: #ffc000;
  color: #fff;
  width: 44px;
  height: 47px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.time-newshome span {
  display: block;
}
.time-newshome span.day {
  font-size: 17px;
  font-family: "RobotoBold";
  border-bottom: 1px solid #fff;
}
.time-newshome span.month {
  font-size: 13px;
}
.desc-newshome {
  font-size: 14px;
  color: #67686a;
  margin-bottom: 0px;
  text-align: justify;
}
.view-newshome {
  display: inline-block;
  border: 1px solid var(--color-black);
  padding: 8px 15px;
  color: var(--color-black);
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 1rem;
}
.view-newshome:hover {
  background-color: var(--color-black);
  color: #fff;
}
.newshome-scroll {
  width: calc(100% - 44.5%);
  height: 450px;
  overflow: hidden;
}
.newshome-scroll ul li {
  margin-bottom: 15px !important;
}
.newshome-normal {
  display: block;
  margin-bottom: 24px;
}
.pic-newshome-normal {
  float: left;
  width: 37%;
  margin-right: 3%;
  margin-bottom: 0px;
  position: relative;
}
.pic-newshome-normal img {
  width: 100%;
}
.info-newshome-normal {
  float: left;
  width: calc(100% - 40%);
}
.video-main {
  position: relative;
  height: 400px;
}
.video-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.listvideos {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  font-size: 13px;
  border: 1px solid #ccc;
  color: var(--color-black);
  margin-top: 10px;
  cursor: pointer;
}
.sole {
  float: right;
  margin-right: 0px;
  margin-left: 3%;
}

/* Video */
.video {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  text-align: center;
  cursor: pointer;
}
.video:nth-child(4n + 1) {
  clear: both;
}
.video:nth-child(4n) {
  margin-right: 0px;
}
.pic-video {
  position: relative;
}
.pic-video:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(assets/images/play.png);
}
.pic-video img {
  width: 100%;
}
.name-video {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

/* Album */
.album {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  text-align: center;
  cursor: pointer;
}
.album:nth-child(4n + 1) {
  clear: both;
}
.album:nth-child(4n) {
  margin-right: 0px;
}
.pic-album {
  position: relative;
}
.pic-album img {
  width: 100%;
}
.name-album {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

/* Sản Phẩm */
.wrap-product {
  margin-bottom: 50px;
}
.product {
  float: left;
  margin: 0 2% 2% 0;
      transition: all 0.125s ease-in-out 0s;
    background-color: rgb(255, 255, 255);

}

.box-product {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.pic-product {
  background: #fff;

}
.pic-product img {
  width: 100%;
}
.name-product {
  font-size: 14px;
  color: #313131;
  margin: 15px 0px;
  text-align: center;
}
#static-thumbnails a {
  display: inline-block;

}
#static-thumbnails a img{
  max-width: 300px;
}
.mainthumbnails{
position: relative;
}
.name-product.text-split {
  -webkit-line-clamp: 1;
      padding: 0px 10px;
}
.price-product {
  margin-bottom: 0px;
}
.price-product span {
  font-weight: 700;
}
.price-new {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-red);
}
.price-old {
  padding-left: 10px;
  font-size: 12px;
  color: var(--color-gray);
}
.price-per {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: var(--color-red);
  font-size: 11px;
  border-radius: 2px;
  width: 45px;
  height: 25px;
  text-align: center;
  line-height: 25px;
}
.cart-product {
  margin-bottom: 0px;
}
.cart-product span {
  cursor: pointer;
  width: 49%;
  float: left;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}
.cart-add {
  margin-right: 2%;
  background-color: var(--color-red);
}
.cart-add:hover {
  background-color: var(--color-dark-red);
}
.cart-buy {
  background-color: var(--color-green);
}
.cart-buy:hover {
  background-color: var(--color-dark-green);
}
.mota-product{
  color: #8d8c8c;
  font-size:15px;
  padding: 0px 10px;
}
/* Sản Phẩm Detail */
.grid-pro-detail {
    background: #fff;
    padding: 25px;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.quaylaitrang{
    position: absolute;
    width: 27px;
    height: 27px;

    right: -29px;
    top: -31px;
    background: url(../images/dau_x.png);
}
.left-pro-detail {
  position: relative;
  float: left;
  width: 60%;
  text-align: center;
 
  background: white;
}
.left-pro-detail .MagicZoom {
/*  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;*/
}
.tienichphong_a ul{
      display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    padding-left: 0px;
        margin-top: 25px;
        margin-bottom: 25px;
}
.tienichphong_a ul li{
list-style: none;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: .3px;
    text-transform: uppercase;
    position: relative;
    padding-right: 5px;
  }
  .tienichphong_a ul li:nth-child(1):after,.tienichphong_a ul li:nth-child(2):after {

    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin:-1px 12px;
    flex-shrink: 0;
    background: #c2c2c2;

  }  

  .tienichphong_a ul li span{
    line-height: 10px;
  }



.right-pro-detail {
  width: 40%;
  float: left;
      padding-left: 25px;
}
.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}
.slick-thumb-pro {
/*  margin: 0px !important;*/
  /*padding: 0px 30px;*/
}
.control-thumb-pro {
position: absolute;
    bottom: 16px;
    margin-bottom: 0px;
    width: 32px;
    /* height: 25px; */
    padding: 6px 2px 3px 3px;
    font-size: 13px;
    text-align: center;
    line-height: 23px;

    border-radius: 100%;
    z-index: 2;
    /* background-color: #fff; */
    color: #fff;
    cursor: pointer;
}
.control-thumb-pro:hover {

  color: #fff;
      border: 1px solid #eee;
}
.prev-thumb-pro {
  left: 26px;
}
.next-thumb-pro {
  left: 123px;
}
.thumb-pro-detail {
  display: block !important;
  margin: auto;
  max-width: 90%;
  border: 1px solid #eee;
  padding: 5px;
}
.thumb-pro-detail.mz-thumb-selected.mz-thumb {
  border-color: rgba(0, 0, 0, 0.2);
}
.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  padding-top: 18px;
}
.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}
.desc-pro-detail {
  margin-bottom: 38px;
}
.attr-pro-detail {
  list-style: none;
  padding: 0px;
}
.attr-pro-detail li {
  margin-bottom: 0.5rem;
}
.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}
.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}
.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-red);
}
.price-old-pro-detail {
  font-weight: 500;
  color: var(--color-gray);
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
}
.size-pro-detail {
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}
.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}
.color-pro-detail.active:before,
.size-pro-detail.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  background-image: url(assets/images/check-cart.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  outline: none;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border: 0px;
  top: 0px;
  left: 0px;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}
.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}
.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cart-pro-detail a {
  width: auto;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 3px;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  background: #fd6e1d;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fd6e1d),
    to(#f59000)
  );
  background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
}
.cart-pro-detail a.buynow {
  background-color: var(--color-green);
}
.cart-pro-detail a.buynow:hover {
  background-color: var(--color-dark-green);
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}
.tags-pro-detail {
  margin: 1rem 0px 2rem 0px;
}
.tags-pro-detail a {
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: var(--color-red);
  border-radius: 3px;
}
.tags-pro-detail a:hover {
  background-color: var(--color-medium-red);
}
.tabs-pro-detail {
  margin-top: 20px;
}
.tags-pro-detail a i {
  font-size: 10px;
  float: left;
  margin: 5px 5px 0px 0px;
}
.tabs-pro-detail .ul-tabs-pro-detail {
  padding: 0px;
  list-style: none;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  float: left;
  font-size: 13px;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  padding: 5px 10px;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
  background: #333;
  color: #fafafa;
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}

/* Bài viết */
.news {
  width: 49%;
  float: left;
  margin-bottom: 25px;
  display: block;
}
.news:nth-child(2n) {
  float: right;
}
.news:nth-child(2n + 1) {
  clear: both;
}
.pic-news {
  float: left;
  margin-right: 4%;
  width: 36%;
}
.pic-news img {
  width: 100%;
}
.info-news {
  float: left;
  width: 60%;
}
.name-news {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: normal;
  margin-bottom: 5px;
  font-family: "RobotoBold";
  text-transform: uppercase;
}
.name-news:hover {
  color: #c2a02e;
}
.time-news {
  color: var(--color-gray);
  font-size: 13px;
  margin-bottom: 0.25rem;
}
.desc-news {
  color: #333333;
  margin-top: 5px;
  font-size: 13px;
  line-height: 22px;
}
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
  text-align: center;
}
.share .book_del{
  margin-top: 0px;
}
.share b {
  display: block;
  margin-bottom: 5px;
  font-family: "RobotoBold";
}
.othernews{
  text-align: left;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
  font-size: 13px;
}
.list-news-other li a:hover {
  color: var(--color-red);
}

/* Contact */
.top-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.top-contact .article-contact {
  width: 48%;
}
.form-contact {
  width: 47%;
}
.input-contact {
  position: relative;
  margin-bottom: 15px;
}
.input-contact input,
.input-contact textarea {
  width: 100%;
  padding: 0px;
  outline: none;
  font-size: 13px;
}
.input-contact input {
  text-indent: 10px;
}
.contact_show{
  float: right;
}
.row_contact .input-contact input {
    text-indent: 0px; 
    border: none;
    border-bottom: 1px solid #c1c1c1;
    border-radius: 0px;
    line-height: 10px;
        box-shadow: 0px 0px 0px;
        height: 17px;
  }
.row_contact_bk .input-contact input {
     border: 1px solid #ccc;
    height: 39px;
    text-indent: 10px;
}
.btn_contact{
   background: #e2dcd3;
    float: right;
    border-radius: 28px;
    padding: 3px 21px;
  }
  .btn_contact:hover{
    background: #000;
    color: #fff;
  }

.input-contact textarea {
  resize: none;
  height: 150px;
  padding: 10px;
}
.input-contact .custom-file-label::after {
  content: attr(title);
}
.bottom-contact {
  position: relative;
  height: 500px;
}
.bottom-contact iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/* Footer */
.title_footer{
  font-family: "SVNGothamRegular";
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.footer-article {
  max-width: 1366px;
  margin: 0 auto;
  background: url(assets/images/bgf.png) top left no-repeat;
}
.footer-article .wrap-content {
  padding: 35px 10px;
}
.footer-news:nth-child(1) {
  width: 40%;
  padding:3px 36px 0px 0px;
}
.footer-news:nth-child(2) {
  width: 20%;
}.footer-news:nth-child(3) {
  width: 40%;
}.footer-news:nth-child(4) {
  width: 20%;
}
.footer-news ul{
  padding-left: 0px;
}
.footer-news ul li{
  list-style: none;
  padding-bottom: 10px;
}
.footer-news ul li a{
  font-size: 18px;
  color: #30324b;
    width: 40px;
    padding: 5px 4px 8px 5px;
}
.footer-news ul li a img{
  max-width: 30px;
}
.footer-news ul li a:hover{
 box-shadow: inset 0 0 0 1px #d5d1c8;
     border-radius: 50%;
    background-color: #ebe8e5;
}
.footer-news .contact_show{
   width: 75%;
}
.contact_show h4{
 font-size: 14px;
}
.title-footer {
  text-transform: uppercase;
  font-size: 26px;
  font-family: "UTMHelvetIns";
  color: #ffc000;
  margin-bottom: 0.75rem;
}
.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-ul li {
  margin-bottom: 10px;
}
.footer-ul li:last-child {
  margin-bottom: 0px;
}
.footer-ul li a {
  color: var(--color-black);
}
.slogan-newsletter {
  margin-bottom: 0.5rem;
  color: var(--color-gray);
}
.newsletter-input {
  position: relative;
}
.newsletter-input input {
  padding: 0px;
  font-size: 13px;
  text-indent: 10px;
  border-radius: 0px;
}
.newsletter-button {
  margin-top: 5px;
}
.newsletter-button input[type="submit"] {
  border: 0px;
  background-color: var(--color-red);
  color: #fff;
  display: inline-block;
  padding: 5px 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
}
.footer-tags {
  background: #eee;
}
.footer-tags .wrap-content {
  padding: 30px 10px;
}
.label-tags {
  font-weight: 600;
  font-size: 15px;
}
.list-tags {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-tags li {
  float: left;
  margin: 0px 5px 5px 0px;
}
.list-tags li a {
  color: #fff;
  background-color: var(--color-red);
  padding: 6px 15px 8px 15px;
  border-radius: 3px;
  display: block;
  font-size: 13px;
}
.list-tags li a:hover {
  background-color: var(--color-medium-red);
}
.footer-powered {
  font-size: 14px;
  color: #fff;
  background-color:#30324b;
  position: relative;
}
.footer-powered .wrap-content {
  padding: 13.5px 10px;
}
.copyright {
  margin-bottom: 0px;
}
.copyright ul{
      padding-left: 0px;
    margin-bottom: 0px;
}
.copyright ul li{
  display: inline-block;
  list-style: none;
  padding-left: 10px;
}
.copyright ul li a{
  color: #fff;
  font-size: 16px;
}
.copyright ul li a:hover{
  color: #ff0; 
}
.statistic {
  margin-bottom: 0px;
}
.statistic span {
  padding-right: 10px;
}
.statistic span:last-child {
  padding-right: 0px;
}
#footer-map {
  position: relative;
  height: 200px;
}
#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}
.info-footer {
  color: #30324b;
}
.social-footer {
  margin-top: 30px;
}
.social-footer li {
  margin-right: 5px;
}

/* Like Share */
.social-plugin {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
  margin-left: 3px;
}

/* Phân Trang */
.pagination {
  text-align: center;
  margin-top: 15px;
}
.pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0px;
  width: 100%;
}
.pagination ul > li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2px 3px 2px;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  cursor: default;
  background: #333;
  color: white;
}
.pagination ul > li > a,
.pagination ul > li > span {
  display: inline-block;
  vertical-align: top;
  color: #888;
  background: #eee;
  font-size: 13px;
  cursor: pointer;
  min-width: 30px;
  padding: 5px 10px 7px 10px;
  border-radius: 3px;
  text-decoration: none !important;
}
.pagination ul > li > a:hover,
.pagination ul > li > span:hover {
  background: #333;
  color: #fff;
  border-color: #333;
}

/* Phân Trang Ajax */
.pagination-ajax {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 0px;
}
.pages_ajax {
  display: inline-block;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}
.pages_ajax li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2px 3px 2px;
  color: #333;
  background: #eee;
  border: 1px solid rgba(161, 161, 161, 0.4);
  font-size: 12px;
  cursor: pointer;
  padding: 3px 10px 5px 10px;
  border-radius: 2px;
}
.pages_ajax li.actived,
.pages_ajax li:hover {
  background: var(--color-red);
  color: #fff;
  border-color: var(--color-red);
}
span.total {
  display: none;
}

/* Popup */
#popup .modal-body {
  padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.scrollToTop {
  width: 43px;
  height: 48px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  right: calc(50% - 41px / 2);
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.text-split-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 7;
}
.text-split-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}
.scale-img img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.scale-img:hover > img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-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;
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
}
.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

/* Zalo */
.btn-zalo {
  bottom: 315px;
}

/* Phone */
.btn-phone {
  bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
  display: none !important;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-tooltip {
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1e30;
}
.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: #1182fc;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  transform: rotate(0deg);
}
.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
  transform: rotate(-45deg);
}
.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}
.js-facebook-messenger-top-header {
  width: 220px;
}
.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182fc;
}
.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 220px;
  background: #1182fc;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-top-header {
  color: #fff;
  background: #1182fc;
}
.js-facebook-messenger-top-header {
  width: 220px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}
.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0;
}
.js-facebook-messenger-box.rotate.open svg#close-icon {
  transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}

/* Cart fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  z-index: 10;
  background: #4b4f56;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-fixed i {
  font-size: 20px;
}
.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #fff;
  width: 25px;
  height: 25px;
  background: var(--color-red);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

/* Toolbar */
.toolbar {
  background: var(--color);
  width: 100%;
  padding: 3vw;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
  display: none;
}
.toolbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
.toolbar ul li {
  text-align: center;
  width: 25%;
}
.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}
.toolbar ul li a img {
  height: 6vw;
  width: auto;
}
.toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 3.5vw;
  display: none;
}

/* Fixbar */
.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}
.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.fixbar ul li {
  display: inline-block;
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
  float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
  background: url(assets/images/cart-mobile.png) no-repeat;
}
.cart-total-header-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}
.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}
.fixbar ul li a i {
  font-size: 20px;
}

/* Plugbar */
.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #fff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}
.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plugbar ul li {
  width: 20%;
  float: left;
}
.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}
.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px / 2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}

/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 0px;
}
.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}
.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}
.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: rgb(103, 182, 52);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}
.support-online a:hover span {
  display: block;
}
.support-online a {
  display: block;
}
.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(103, 182, 52) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
.support-online .kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75;
  right: -10px;
}
.support-online .kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #0089b9;
  opacity: 0.5;
}
.support-online .support-online .btn-support {
  cursor: pointer;
}
.support-online .mes i {
  background: orange;
}
.support-online .sms i {
  background: red;
}
.support-online .call-now i {
  background: green;
}

/* Phone Switch */
.widget-mobile {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9999999;
}
#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
  content: "\f00d";
}
.wcircle-icon {
  background: #1282fc;
  border-radius: 50%;
  display: flex !important;
  display: -ms-flex !important;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative !important;
}
.wcircle-icon:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(18, 130, 252, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  -webkit-animation: pulse 1s infinite ease-in-out;
  -moz-animation: pulse 1s infinite ease-in-out;
  -ms-animation: pulse 1s infinite ease-in-out;
  -o-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}
.wcircle-icon:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(18, 130, 252, 0.5);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  -webkit-animation: zoomIn 2s infinite ease-in-out;
  -moz-animation: zoomIn 2s infinite ease-in-out;
  -ms-animation: zoomIn 2s infinite ease-in-out;
  -o-animation: zoomIn 2s infinite ease-in-out;
  animation: zoomIn 2s infinite ease-in-out;
}
.wcircle-menu {
  position: absolute !important;
  left: 0;
  top: 0;
  display: none;
}
.wcircle-menu-item {
  width: 50px;
  height: 50px;
  background: #1282fc;
  border-radius: 50%;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wcircle-menu-item img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}
.wcircle-menu-item i,
.wcircle-icon i {
  font-size: 25px;
  color: #fff;
  position: relative;
  z-index: 9999;
}
.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  -moz-animation: shake-anim 1s infinite ease-in-out;
  -ms-animation: shake-anim 1s infinite ease-in-out;
  -o-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@-moz-keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes shake-anim {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
@-o-keyframes shake-anim {
  0%,
  100%,
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
.info-header{
  color: #fff;
  background: #fc0303;
  font-family: "Cambria";
    text-align: center;
    padding: 0px 10px;
    line-height: 25px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 14px;
}
.list_pro{
padding-left: 0px;
}
.list_pro li{
    width: 48%;
    margin-bottom: 14px;
  float: left;
  padding: 0px 15px;
  list-style: none;
    background-color:#fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
    list-style: none;
    padding-left: 0px;
}
.list_pro li:nth-child(2n){
  float: right;
}
.list_pro li a{
font-size: 18px;
    border-left: 3px solid #4d4d4d;
        margin-left: 15px;
    padding-left: 15px;
    margin-top: 5px;
    color: #4d4d4d;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Cambria";
}
.list_pro li a:hover{
  color: #f00;
}
.pic-dichvu img{
  width: 100%;
  height: auto;
}
.xemthem_id{
  text-align: center;
}
.xemthem_id a{
    font-size: 18px;
    color: #30324b;
    border: 2px solid #30324b;
    padding: 8px 17px;
    border-radius: 10px;
    font-weight: bold;
    font-family: "Cambria";
}
.xemthem_id a:hover{
  background: #0393D7;
    color: #fff;
    border: 2px solid #d5d5e4;
}
/*css Ý kiến khách hàng*/

.col_fb{
  width: 390px;
  float: right;
}
#ykien img{
  border-radius:50%;
}
#ykien .bg_span{
  position: relative;
      display: inline-block;
      padding: 10px;
}
#ykien .bg_span:after{
position: absolute;
    content: "";
    width: 90%;
    height: 100%;
    display: inline-block;
    background: url(../images/boder_anh_ykkh.png) 0px bottom no-repeat;

    transition: transform .7s ease-in-out;
    bottom: 0px;
}
.bg_span:hover:after {
    transform:rotate(360deg);
}
#ykien{
  border:none!important;
}
#ykien .slider-for{
    padding: 20px 20px 20px 63px;
    color: #4a4949;
    font-size: 15px;
    margin-top: 20px;
    text-align: left;
    border: 1px solid #214dd2;
    border-radius: 12px;
    background: url(../images/icon_ykkh.png) 10px 10px no-repeat #fff;
}
#ykien .slider-for h3{
  font-size:19px;
  color:#292929;
  font-weight:bold;
      padding: 10px 0px;
}
.slider_img_ykkh{
  float: left;
  margin-bottom: 10px;
}
.slider_img_ykkh img{
  max-width:160px;
  height: auto;
  border: 8px solid #a5bde6; 
}

/*End css Ý kiến khách hàng*/



.videohome-intro{
  margin-top: 42px;
}
.height_menu{
      min-height: 95px;

}

.bg_gallery{
  background: #f3eee7;
  padding: 30px 0px;
}

.noidung_bk{}
.ctslhvb{
  font-size: 14px;
}

/* popup */
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  padding-top: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, .4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;
    z-index: 999999999;
    position: relative;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    z-index: 9999;
    position: absolute;
    right: 20px;
    top: 10px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.hinhanhbook{
  width: 50%;
  float: left;
}
.hinhanhbook img{
  width: 100%;
  height: auto;
}

.form_booknow{
  width: 50%;
  float: right;
  padding: 0px 30px;
}
.tienichphong{
  margin: 0px;
  padding: 0px;
}
.tienichphong li{
  list-style: none;
  width: 50%;
  float: left;font-size: 12px;
}
.tienichphong img{
  padding-right: 5px;
    max-width: 33px;
    max-height: 35px;
    height: auto;
}
.tienichphong span{
  display: inline-block;
  padding-top: 6px;
}
.langCon{
float: right;
    margin-top: 18px;
    /* width: 20px; */
    cursor: pointer;
    position: relative;
    width: 67px;
    margin-left: 13px;
    padding-right: 24px;
    text-align: left;
}
.execphpwidget{
  float: right;
}

/*slicjpage*/
.btn_ghidanh_pro {
    width: 100%;
    max-width: 100%;
    margin-top: 167px;
}


    
  .slick-prev {
    left: 10vw;
  }

  .slick-next {
    right: 10vw;
  }

.slider__item {
  position: relative;
 

}

.slider__counter {
    position: absolute;
    bottom: 19px;
    left: 78px;
    z-index: 99;
    font-size: 18px;
    color: #fff;
}

/*End slicjpage*/


.imglang_gu{
	max-width: 26px;
}


/*cssmobile*/

/* Một số CSS cơ bản để tạo kiểu */
.navbar {
display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding: 1px 4px;
    position: fixed;
    left: 9px;
    top: 10px;
    z-index: 99999999;
}

.menu_mb {
    list-style: none;
    display: flex; /* Hiển thị menu_mb theo chiều ngang trên desktop */
    margin: 0;
    padding: 0;
}

.menu_mb li a {
    color: #313131;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
}

.menu-toggle {
    display: none; /* Ẩn nút toggle trên desktop */
    background: none;
    border: none;
    color: #313131;
    font-size: 30px;
    cursor: pointer;
    z-index: 99999999;
        outline: none !important;
}
.logo_mb{
  text-align: center;
  margin-bottom: 28px;
      padding-top: 20px;
}
.logo_mb img{
  max-width: 222px;
}
/* --- Mobile Styles (Ví dụ: dưới 768px) --- */
@media (max-width: 768px) {
    .menu-toggle {
        display: block; /* Hiện nút toggle trên mobile */

    }
    .menu_top{
      display: none;
    }
    .menu_mb {
        display: none;
        position: fixed;
        right: 0;
        top: -10px;
        background-color: #fffffffc;
        flex-direction: column;
        width: 100%;
        z-index: 99999;
        left: -9px;
        width: 100px;
        width: 100vw;
        height: 100vh;
        bottom: 0px;
                padding-left: 15px;
    }

    .is-active {
        display: flex !important; /* Hiển thị menu khi có class is-active */
    }
    .right_top {
        float: none;
        width: 100%;
      }
}

/*End cssmobile*/


/* Responsive */
@media (min-width: 1001px) {
.product {
  float: left;
  width: 17.5%;
}
.product:nth-child(5n + 1) {
  clear: both;
}
.product:nth-child(5n) {
  margin-right: 0px;
}


}
@media (max-width: 1230px) {
  .right_top{
    margin-right: 15px;
  }
}
@media (max-width: 1110px) {
  .menu_top{
      width: 100%;
      text-align: center;
  }
  .menu_top .d-flex{
      margin: 0 auto;
      display: inline-block !important;
  }
}

@media (max-width: 1001px) {

  .product {
    float: left;
    width: 47.5%;
  }
  .product:nth-child(4n + 1) {
    clear: both;
  }
  .product:nth-child(4n) {
    margin-right: 0px;
  }

  .menu-res {
    display: block;
  }
  .height_menu{
           min-height: auto;
  }
  .info-header:nth-child(1),
  .social-header,
  .search {
    display: none;
  }
  .info-header:nth-child(2) {
    margin-right: 0px;
  }
  .header-top .d-flex {
    justify-content: center !important;
  }
  .ddsmoothmenu {
    display: block !important;
            line-height: 16px;
  }
  .menu .d-flex {
    justify-content: center !important;
  }
  .menu {
    padding: 10px;
    background-color: #F3EEE7;
    position: relative;
  }
  .slideshow{
    background: #F3EEE7;
  }
  .nivo-directionNav,
  .scrollToTop {
    display: none !important;
  }
  .menu_fixed {
    position: inherit !important;
  }
  .btn-zalo,
  .btn-phone {
    display: none;
  }

}
@media (max-width: 850px) {
  .wrap-dichvu .title-main span,
  .title-main span {
    font-size: 20px;
  }
  .news {
    width: 100%;
    float: none !important;
  }
  .item-form {
    width: 100%;
  }
  .wrap-form {
    justify-content: center !important;
    flex-wrap: wrap;
  }
  .item-form:nth-child(1) {
    background: var(--color);
    padding: 20px 10px;
  }
  .wrap-form {
    background: #fff;
  }
  .duan {
    width: 33.33%;
  }
  .wrap-intro .d-flex {
    justify-content: center !important;
    flex-wrap: wrap;
  }
  .item-intro {
    width: 100%;
  }
  .footer-news:nth-child(1) {
    width: 40%;
    padding: 10px;
  }
  .footer-powered .wrap-content {
    justify-content: center !important;
    flex-wrap: wrap;
  }
  .toolbar {
    display: block;
  }
    .hinhanhbook,.form_booknow{
    width: 100%;
  }

}
@media (max-width: 769px) {
  .footer-article {
    justify-content: center !important;
    flex-wrap: wrap;
  }
  .footer-news:nth-child(1),
  .footer-news:nth-child(2), 
  .footer-news:nth-child(3), 
  .footer-news:nth-child(4){
    width: 100%;
    text-align: center;
  }
  .contact_show{
    float: none;
        margin: 0 auto;
  }
  .desc-newshome {
    font-size: 12px;
  }
  .name-duan {
    font-size: 13px;
  }
  .dangky-input {
    width: 100%;
  }
  .dangky-button input {
    background: #eebc0f url(assets/images/maybay.png) 10px center no-repeat !important;
  }
  .item-about a.more {
    font-size: 14px;
    font-family: "RobotoBold";
    transition: 0.2s;
    text-transform: uppercase;
    color: black;
    display: inline-block;
    line-height: 39px;
    width: 100px;
    border: 1px solid var(--color);
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
  }
  .title-sp span {
    font-size: 20px;
  }
  .item-form:nth-child(2) {
    height: auto;
    padding: 20px 0px;
  }
  .title-sp h3 {
    font-size: 30px;
  }
  .item-why,
  .item-why:last-child {
    width: 100%;
  }
  .wrap-about .d-flex,
  .box-why {
    justify-content: center !important;
    flex-wrap: wrap;
  }
  .item-about,
  .item-about:last-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-contact {
    flex-wrap: wrap;
  }
  .left-pro-detail,
  .right-pro-detail,
  .top-contact .form-contact,
  .top-contact .article-contact {
    width: 100%;
    margin: 0px;
  }
  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }
  .btn_ghidanh_pro {

    margin-top: 25px;
}



}
@media (max-width: 500px) {
  .right_top{
           width: 100%;
        margin-right: 0px;
        text-align: center;
        margin-top: 0px;
  }
  .ddsmoothmenu ul li.li-first > a{
    padding: 0px;
  }
  .modal-content{
    width: 90%;
  }
}
@media (max-width: 440px) {
  .duan {
    width: 50%;
  }
  .pic-news,
  .info-news {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
  }
  .info-news {
    margin-top: 15px;
  }
  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }
  .logo_top{
    width: 100%;
    text-align: center;
            max-width: 100%;
        float: none;
  }
}
@media (max-width: 369px) {
  .cart-pro-detail {
    flex-wrap: wrap;
  }
  .cart-pro-detail a {
    width: 100%;
    text-align: center;
    margin: 0px !important;
    font-size: 12px;
  }
  .cart-pro-detail a:first-child {
    margin-bottom: 5px !important;
  }
  .cart-pro-detail a i {
    display: none;
  }
}



  .goog-te-banner-frame{visibility:hidden !important !important;}
     #google_language_translator { width:auto !important; }
    .goog-te-gadget .goog-te-combo {margin: 4px 0px !important;}
    .goog-tooltip {display: none !important;}
    .goog-tooltip:hover {display: none !important;}
    .goog-text-highlight {background-color: transparent !important; border: none !important; box-shadow: none !important;}
    
    p.hello { font-size:12px; color:darkgray; }
    #google_language_translator { clear:both; width:auto !important; text-align:right; display:none; }
    #flags { 
    text-align: left;
    margin-top: 8px;
    width: 39px;
    margin-left: 13px;
    display: none;
    position: absolute;
    left: 17px;
    top: -6px;
     }
     .langCon:hover #flags{
        display: block;
     }
    p.hello { text-align:right; float:right; clear:both; color:#666; }
    .glt-clear { height:0px; clear:both; margin:0px; padding:0px; }          
    #flags a { 
      display: inline-block;
    width: 35px;
    height: 19px;
    margin-left: 2px;
    color: #413939;
    font-size: 13px;

     } 
     #flags a:hover {
      font-weight:bold;
      color: #fff;
     } 
     .skiptranslate{
      height: 0px;
      display: none;
      overflow: hidden;
     }


     ?>   