/* main */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=vietnamese');

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&subset=vietnamese');

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,300i,400,400i,700,700i&amp;subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&display=swap&subset=vietnamese');
body {

    color: #1f1f1f;

    line-height: 1.6;

    font-family: 'HyundaiSansVNHeadOffice-Regular', sans-serif;

}
@font-face {
  font-family: SVN Dancing script;
  src: url(../fonts/SVN-Dancing-script.ttf);
}
@font-face {
  font-family: HyundaiSansVNHeadOffice-Regular;
  src: url(../fonts/HyundaiSansVNHeadOffice-Regular.ttf);
}
@font-face {
  font-family: HyundaiSansVNHeadOffice-Medium;
  src: url(../fonts/HyundaiSansVNHeadOffice-Medium.ttf);
}
@font-face {
  font-family: HyundaiSansVNHeadOffice-Bold;
  src: url(../fonts/HyundaiSansVNHeadOffice-Bold.ttf);
}


a {

    color: #1f1f1f;

    text-decoration: none;

}

h1, h2, h3, h4, h5, h6 {

    margin-top: 0;

}

ol, ul {

  margin: 0;

}



ol li, ul li {

  list-style: inside;

}



a, a:hover, a:focus {

    text-decoration: none;

}

input {

  outline: none;

}

img {

  vertical-align: middle;

  max-width: 100%;

  height: auto;

}

blockquote {

  border-right: 4px solid rgba(51, 51, 51, 0.7);

  border-left: 0;

  padding-right: 0.7778em;

  padding-left: 0;

}

caption,

th,

td {

  text-align: left;
  padding: 5px;

}

::-webkit-input-placeholder {

  font-family: Arial, Tahoma, sans-serif;

}



:-moz-placeholder {

  font-family: Arial, Tahoma, sans-serif;

}



::-moz-placeholder {

  font-family: Arial, Tahoma, sans-serif;

}



:-ms-input-placeholder {

  font-family: Arial, Tahoma, sans-serif;

}

/* css default */

* {

  margin: 0;

  padding: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

}

.clear {

    clear: both;

}

.ui-tooltip {

  max-width: 30%;

}

.alignleft {

  display: inline;

  float: left;

  margin-right: 1.5em;

  margin-bottom: 1em;

}

.alignright {

  display: inline;

  float: right;

  margin-left: 1.5em;

  text-align: right;

  margin-bottom: 1em;

}

.aligncenter {

  clear: both;

  display: block;

  margin: 1em auto;

  text-align: center;

}

.rt-breadcrumbs {

  color: #333;

  padding-bottom: 10px;

  margin-bottom: 15px;

  border-bottom: 1px solid #dcdcdc;

}

.metaslider {


}

/** Navigation **/

.wp-pagenavi {
  clear: both;
  margin: 20px 0;

  text-align: center;

}

.wp-pagenavi ul {

  margin: 0;

  padding: 0;

}

.wp-pagenavi ul li {

  list-style: none;

  display: inline-block;

}

.wp-pagenavi a, .wp-pagenavi span {

  color: #333;

  border: 1px solid #BFBFBF;

  text-decoration: none;

  display: block;

  width: 30px;

  height: 30px;

  line-height: 27px;

  text-align: center;

  border-radius: 50%;

}

.wp-pagenavi li a.page-numbers:hover, .wp-pagenavi .page-numbers.current {

  border-color: #E34E48;

  background: #E34E48;

  color: #fff;

}

/*

 * Carousel CSS

*/

/* clearfix */

.owl-carousel .owl-wrapper:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}

/* display none until init */

.owl-carousel{

  display: none;

  position: relative;

  width: 100%;

  -ms-touch-action: pan-y;

}

.owl-carousel .owl-wrapper{

  display: none;

  position: relative;

  -webkit-transform: translate3d(0px, 0px, 0px);

}

.owl-carousel .owl-wrapper-outer{

  overflow: hidden;

  position: relative;

  width: 100%;

}

.owl-carousel .owl-wrapper-outer.autoHeight{

  -webkit-transition: height 500ms ease-in-out;

  -moz-transition: height 500ms ease-in-out;

  -ms-transition: height 500ms ease-in-out;

  -o-transition: height 500ms ease-in-out;

  transition: height 500ms ease-in-out;

}

.owl-carousel .owl-item{

  float: left;

}

.owl-controls .owl-page,

.owl-controls .owl-buttons div{

  cursor: pointer;

}

.owl-controls {

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}



/* fix */

.owl-carousel  .owl-wrapper,

.owl-carousel  .owl-item{

  -webkit-backface-visibility: hidden;

  -moz-backface-visibility:    hidden;

  -ms-backface-visibility:     hidden;

  -webkit-transform: translate3d(0,0,0);

  -moz-transform: translate3d(0,0,0);

  -ms-transform: translate3d(0,0,0);

}

/* back top */

.backtotop {

  position: fixed;

  bottom: 10px;

  left: 10px;

  cursor: pointer;

  font-size: 30px;

  display: block;

}

.mt-0 {

    margin-top: 0;

}



.screen-reader-text, .sr-only {

    position: absolute;

    width: 1px;

    height: 1px;

    margin: -1px;

    padding: 0;

    overflow: hidden;

    clip: rect(0, 0, 0, 0);

    border: 0;

}



/*--------------------------------------------------------------

#  Layout

--------------------------------------------------------------*/

.site.boxed {

    margin: 0 auto;

    background: transparent;

}



.site.boxed.w1000 {

    max-width: 1000px;

}



.site.boxed.w1170 {

    max-width: 1170px;

}



.site.boxed.w1200 {

    max-width: 1200px;

}

/*.site.full > .site-content > .container {

  width: 100%;

}



.site.full > .site-content > .container > .row {

  margin: 0 auto; 

}*/





#layout {

    padding-top: 20px;

}



@media (min-width: 992px) {

    .content-area {

        width: 75.5%;

        float: left;

    }



    .widget-area {

        width: 24.5%;

        float: left;

    }



    .sidebar-left .content-area {

        left: 24.5%;

        padding-left: 10px;

        padding-right: 0;

    }



    .sidebar-left .widget-area {

        right: 75.5%;

        padding-left: 0;
        padding-right: 10px;

    }



    .sidebar-both .content-area {

        width: 60%;

    }



    .sidebar-both .content-area {

        left: 20%;

        padding-left: 10px;

        padding-right: 10px;

    }



    .sidebar-both #secondary-1.widget-area {

        right: 60%;

        padding-left: 0;

        width: 20%

    }



    .sidebar-both #secondary-2.widget-area {

      padding-right: 0;

      float: right;

      width: 20%

    }



    .sidebar-right .widget-area {

        float: right;

        padding-right: 0;

        padding-left: 10px;

    }



    .sidebar-right .content-area {

        padding-left: 0;

        padding-right: 10px;

    }

}



.sidebar-none .widget-area {

    display: none;

}



.no-sidebar .content-area {

    width: 100%;

}



.content-area, .widget-area {

    position: relative;

    min-height: 1px;

    /*padding-left: 10px;

    padding-right: 10px;*/

    /*padding-bottom: 20px;*/

    word-wrap: break-word;

}



/*--------------------------------------------------------------

#  Header

--------------------------------------------------------------*/





.fixed-nav-menu .fix-no-logo .main-navigation {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 1000;

}

.admin-bar .fixed-nav-menu .fix-no-logo .main-navigation {

  margin-top: 32px;

}

.fixed-nav-menu .layout-header.fix-with-logo {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  z-index: 1000;

  background: #fff;

}

.admin-bar .fixed-nav-menu .layout-header.fix-with-logo {

  margin-top: 32px;

}

.fixed-nav-menu .animated {

  -webkit-animation-duration: .5s;

  -moz-animation-duration: .5s;

  -o-animation-duration: .5s;

  animation-duration: .5s;

  -webkit-animation-fill-mode: both;

  -moz-animation-fill-mode: both;

  -o-animation-fill-mode: both;

  animation-fill-mode: both;

  will-change: transform,opacity;

}



/*.animated.slideDown {

  -webkit-animation-name: slideDown;

  -moz-animation-name: slideDown;

  -o-animation-name: slideDown;

  animation-name: slideDown;

}



.animated.slideUp {

  -webkit-animation-name: slideUp;

  -moz-animation-name: slideUp;

  -o-animation-name: slideUp;

  animation-name: slideUp;

}*/



@-webkit-keyframes slideDown{

  0% {

    -webkit-transform: translateY(-100%);

  }

  100% {

    -webkit-transform: translateY(0);

  }

}



@-moz-keyframes slideDown{

  0% {

    -moz-transform: translateY(-100%);

  }

  100% {

    -moz-transform: translateY(0);

  }

}



@-o-keyframes slideDown{

  0% {

    -o-transform: translateY(-100%);

  }

  100% {

    -o-transform: translateY(0);

    }

}



@keyframes slideDown{

  0% {

    transform: translateY(-100%);

  }

  100% {

    transform: translateY(0);

  }

}



@-webkit-keyframes slideUp {

  0% {

    -webkit-transform: translateY(0);

  }

  100% {

    -webkit-transform: translateY(-100%);

  }

}



@-moz-keyframes slideUp {

  0% {

    -moz-transform: translateY(0);

  }

  100% {

    -moz-transform: translateY(-100%);

  }

}



@-o-keyframes slideUp {

  0% {

    -o-transform: translateY(0);

  }

  100% {

    -o-transform: translateY(-100%);

  }

}



@keyframes slideUp {

  0% {

    transform: translateY(0);

  }

  100% {

    transform: translateY(-100%);

  }

}



/*--------------------------------------------------------------

##  Header Search

--------------------------------------------------------------*/

.header-search .search-form, .header-search .woocommerce-product-search {

    position: relative;

    height: 50px;

}



.header-search .search-form .search-field, .header-search .woocommerce-product-search .search-field {

    width: 100%;

    border: 1px solid #79a7f4;

    padding: 4px 10px;
    color: #fff;

    position: absolute;
    background-color: #fff;

    border-radius: 30px;

    outline: none;

    top: 50%;

    right: 0;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

    -webkit-transition: all 2.5s ease-in-out;

    transition: all .25s ease-in-out;

}



.header-search .search-form .search-submit, .header-search .woocommerce-product-search .search-submit {

    border: 0;

    background: transparent;

    color: #333;

    font-weight: 600;

    padding: 4px 10px;

    border-radius: 0 30px 30px 0;

    position: absolute;

    top: 50%;

    right: 0;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    transform: translateY(-50%);

}

.header-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.header-search ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.header-search :-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.header-search :-moz-placeholder { /* Firefox 18- */
  color: #333;
}



/*--------------------------------------------------------------

##  Main Navigation & Primary Menu

--------------------------------------------------------------*/

.top_bar {
	background-color: #000000;
	color: #fff;
	padding: 6px 0;
}
.top_bar .box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_bar .box a {
	color: #fff;
}
.top_bar .box .widget {
	margin: 3px 0;
	position: relative;
}
.top_bar .box .widget.widget_product_search {
	width: 230px;
}
.header-search .search-form, .header-search .woocommerce-product-search {

    position: relative;

    height: 50px;

}
.top_bar .search-form .search-field, .top_bar .woocommerce-product-search .search-field {
    width: 100%;
    border: 1px solid rgba(255,255,255,0.09);
    padding: 2px 10px;
    color: #fff;
    position: absolute;
    background-color: rgba(255,255,255,0.2);
    border-radius: 30px;
    outline: none;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 2.5s ease-in-out;
    transition: all .25s ease-in-out;
}
.top_bar .search-form .search-submit, .top_bar .woocommerce-product-search .search-submit {
    border: 0;
    background: transparent;
    color: #fff;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top_bar ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.top_bar ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.top_bar :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.top_bar :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/* style nav logo // menu */

.header-layout {
  text-align: left;
  width: 22%;
  position: relative;
  float: left;

}
.header-layout img {
  padding: 5px 0;
}
.nav-layout {
	width: 76%;
  	float: right;
  	margin: 31px 0;
}

.main-navigation {
  position: relative;
  background: #459bd6;
  background: -moz-linear-gradient(top,#459bd6 0%,#173e79 100%);
  background: -webkit-linear-gradient(top,#459bd6 0%,#173e79 100%);
  background: linear-gradient(to bottom,#459bd6 0%,#173e79 100%);
}

.main-navigation > .container {

  padding: 0;

}

.primary-menu {

    padding-left: 0;

    margin-bottom: 0;

    list-style: none;

}



.primary-menu li {

    position: relative;

    list-style: none;

}



.primary-menu > li {

  float: left;
  margin: 5px 10px;

}



.primary-menu > li:last-child {

    border-right: none;
   

}

/*.primary-menu > li > a {
  line-height: 88px;
}*/

.primary-menu li a {
    font-size: 16px;
    display: block;
    line-height: 20px;
    padding: 6px 15px;  
    transition: all .25s ease-in-out;
    text-transform: uppercase;
    color: #fff;
}

.primary-menu > li > a {
  padding: 6px 10px;
  border-radius: 6px;
}
.primary-menu > li:last-child > a {
  border-right: none;
}

/*.primary-menu > li:not(:last-child) a {
    padding-left: 10px;
    padding-right: 10px;
    
}*/


.primary-menu li > a:hover,
.primary-menu li.current-menu-item > a {
  background-color: #d6770d;
  color: #fff;
}

.primary-menu li.menu-item-has-children > a:after {
	content: '\f107';
	margin-left: 5px;
	font-family: 'FontAweSome';
}
.primary-menu li ul.sub-menu {
    z-index: 9999;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: transparent;
    padding-top: 10px;
    width: 240px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
    -webkit-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    -o-transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
    transition: opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}

.primary-menu li ul.sub-menu li {
  border-top: 1px solid #ccc;
  -moz-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -webkit-transition: opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  -o-transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  transition: opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
  margin-top: -15px;
}

.primary-menu li ul.sub-menu li a {
  color: #333;
  text-transform: none;
  background-color: #f9f9f9;
  line-height: 25px;
}

.primary-menu li ul.sub-menu li a:hover {
  color: #fff;
  background-color: #d6770d;
  font-weight: normal;
}

.primary-menu > li > ul.sub-menu {
    left: 0;
    top: auto;
}

.primary-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

.primary-menu li:hover > ul.sub-menu li {
    margin-top: 0;
    opacity: 1;
}

.rt-navbar-toggle {

    background: #fff;

    padding: 0;

    margin: 18px 0;

    border: none;

    outline: none;

    cursor: pointer;

    float: right;

}

.primary-menu ul ul {

    float: left;

    list-style: none;

    z-index: 9999;

    margin: 0;

    padding: 0;

    position: absolute;

    left: 80%;

    top: 0px;

    background: #222;

    width: 100%;

    opacity: 0;

    visibility: hidden;

    -moz-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

    -webkit-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

    -o-transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

    transition: opacity 0.2s 0.01s ease-in-out, left 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;

}

.primary-menu ul ul li {

    border: none;

    border-bottom: 1px solid #ccc;

    clear: both;

    margin: 0;

    padding: 0;

    width: 100%;

    opacity: 1;

}

.primary-menu ul li:hover ul {

    opacity: 1;

    left: 100%;

    visibility: visible;

}

.rt-navbar-toggle .icon-bar {

    background: #fff;

    display: block;

    position: relative;

    width: 24px;

    height: 2px;

    border-radius: 1px;

    outline: none;

}



.rt-navbar-toggle .icon-bar + .icon-bar {

    margin-top: 4px;

}

.mobile-menu-no-search {

    display: block;

    line-height: 30px;

    color: #fff;

}

.mobile-menu-no-search span {

    font-size: 16px;

    text-transform: uppercase;

    font-weight: bold;

    display: none;

}

.mobile-menu-no-search .rt-navbar-toggle {
  margin-top: 9px;
    margin: 0;
    padding: 12px 12px;

}

.mobile-menu-no-search .rt-navbar-toggle .icon-bar {

    background: #fff;

}



/*--------------------------------------------------------------

#  Vertical Mega Menu

--------------------------------------------------------------*/

.vertical-mega-menu {

    position: relative;

}



.vertical-mega-menu .vertical-mega-menu-title {

    margin-bottom: 0;

    border-radius: 0;

    text-align: center;

    font-size: 16px;

    line-height: 43px;

    color: #fff;

    text-transform: uppercase;

    font-weight: bold;

    cursor: pointer;

    position: relative;

    text-align: center;

       background: #333;

}

.home .vertical-mega-menu .vertical-mega-menu-title {

   margin-bottom: 0;
       border-radius: 0;
       text-align: center;
       font-size: 16px;
       line-height:43px;
       color: #fff;
       text-transform: uppercase;
       font-weight: bold;
       cursor: pointer;
       position: relative;
       text-align: left;
       background-color: inherit;
       height: 44px;
           background: #d6770d;
           padding-left: 10px;
   }

}

.vertical-mega-menu .vertical-mega-menu-title:before {

    /*content: "\f039";

    float: right;

    font-family: fontawesome;

    font-weight: 100;*/

    content: '';

    position: absolute;

    background: url(images/wave_2.png) no-repeat;

    width: 33px;

    height: 11px;

    top: 15px;

    left: 5px;

}

.home .vertical-mega-menu .vertical-mega-menu-title:before {

  background: url(images/wave.png) no-repeat;

}

.vertical-mega-menu .rt_mega_menu .menu {

    position: absolute;

    z-index: 9999;

    background: #4ba3ea;

    width: calc(100% - 30px);

    opacity: 0;

    visibility: hidden;

    margin-top: 30px;

    list-style: none;

    margin-bottom: 0;

    padding: 0;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    margin-top: 15px;

    border-radius: 10px;

}

.home .site:not(.fixed-nav-menu) .vertical-mega-menu .rt_mega_menu .menu,

.vertical-mega-menu .rt_mega_menu:hover .menu {

    opacity: 1;

    visibility: visible;

    /*margin-top: 0;*/

}



.vertical-mega-menu .rt_mega_menu .menu ul.sub-menu {

    margin-bottom: 0;

    padding-left: 0;

}



.vertical-mega-menu .rt_mega_menu .menu li {

    list-style: none;

}



.vertical-mega-menu .rt_mega_menu .menu > li {

    border-bottom: 1px dashed #fff;

}

.vertical-mega-menu .rt_mega_menu .menu > li:last-child {

  border: none;

}

.vertical-mega-menu .rt_mega_menu .menu li a {

    display: block;

    padding: 15px 10px;

    color: #fff;

    transition: all .25s ease-in-out;

    font-size: 17px;

}

.vertical-mega-menu .rt_mega_menu .menu li a:hover {

  color: #ffee29301;

}

.vertical-mega-menu .rt_mega_menu .menu li a img {

   width: 18px;

    /* position: sticky; */

    /* top: 40.5%; */

    height: 25px;

    object-fit: contain;

    /*float: left;*/

    text-align: center;

     margin-right: 1em; 

}

.vertical-mega-menu .rt_mega_menu .menu > li.menu-item-has-children > a:after {

  content: '\f105';

  font-family: 'FontAweSome';

  float: right;

}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu {

    opacity: 0;

    visibility: hidden;

    margin-left: 30px;

    -webkit-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

}



.vertical-mega-menu .rt_mega_menu .menu > li:hover > .sub-menu {

    opacity: 1;

    visibility: visible;

    margin-left: 0;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu {

    position: absolute;

    width: 900px;

    height: 100%;

    left: 100%;

    top: -1px;

    background-color: white;

    background-image: url(images/bg-submenu.png);

    background-repeat: no-repeat;

    background-position: right bottom;

    border: 1px solid #ccc;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li {

    padding: 0 20px;

    width: 100%;

    float: left;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li > a {

  font-weight: 600;

}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li > a:after {

  content: '';

  display: block;

  width: 75px;

  height: 1px;

  background-color: #086ee2930;

}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li > .sub-menu > li {

  width: 50%;

  float: left;

}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li > .sub-menu > li a {

  font-size: 13px;

}



.vertical-mega-menu .rt_mega_menu .menu .w3c {

    width: calc(100% / 3);

    float: left;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li a {

    padding-left: 0;

    color: #333;

}

.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li a:hover {

  padding-left: 5px;

  color: #009900;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li.w3c > a {

    text-transform: uppercase;

    color: #404040;

    font-weight: bold;

    border-bottom: 1px solid #ccc;

    position: relative;

}



.vertical-mega-menu .rt_mega_menu .menu > li > .sub-menu > li.w3c > a:after {

    content: '';

    display: block;

    position: absolute;

    width: 100px;

    height: 1px;

    background: blue;

    bottom: -1px;

    left: 0;

}



.vertical-mega-menu #mega-menu-toggle {

    float: left;

}



/*--------------------------------------------------------------

#  Content

--------------------------------------------------------------*/

.home .site-content {
}

/* post */

.rt-news .new-list {
}
.rt-news .new-list .news-post {
    margin: 15px 0;
}

.rt-news .new-list .news-post .rt-post-info {

    border-top: 1px solid #cccccc;

    border-bottom: 1px solid #cccccc;

    padding: 10px 0;

    margin-bottom: 10px;

}

.rt-news .new-list .news-post .rt-post-info span {

    margin-right: 30px;

}

.rt-news .new-list .news-post .title {

    font-size: 15px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    display: block;
    margin-bottom: 6px;

}
.rt-news .new-list .news-post:hover .title {
  color: #000000;
}

.rt-news .new-list .news-post .rt-post-image {
  overflow: hidden;
  margin-bottom: 10px;
}
.rt-news .new-list .news-post .rt-post-image img {
  height: 230px;
  object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.rt-news .new-list .news-post:hover .rt-post-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.rt-news .new-list .news-post .rt-post-content {


}

.rt-news .new-list .news-post .more-link {

    font-size: 12px;

    color: #fff;

    font-weight: 600;

    background: #000000;

    padding: 5px 10px;
    margin-top: 8px;

    display: inline-block;

}

/* related-post */

.related-post ul {

    padding: 0;

    margin: 0;

}

.related-post ul li {

    list-style: inside;

}

.related-post ul li a {

    color: #333;

    font-size: 15px;

    font-weight: 600;

}

.thumbnail-left {

    float: left;

    width: 35%;

    margin-right: 10px;

}



.slider_item {

    outline: none;

}



.slick-slide,

.slick-slide a {

    outline: none;

}

.slick-slide img {

  display: inline-block;

}

.slick-arrow {

    background: none;

    border: none;

    padding: 0;

    width: 100%;

    height: 20px;

    outline: none;

    position: absolute;

    cursor: pointer;
    display: none !important;

}
.slick-initialized:hover .slick-arrow {
  display: block !important;
}

.slick-prev {

    top: 45%;

    left: 0;

    width: 20px;

    z-index: 1;

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    transform: translateY(-50%);

}

.slick-prev:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f104";

    left: 0px;

    top: 3px;

    font-size: 35px;
    color: #000000;

    /*background: url(images/prev.png) no-repeat;*/

    height: 42px;

    width: 20px;

    text-align: center;

    line-height: 20px;

}

.slick-next {

    top: 50%;

    right: 0;

    width: 20px;

    -webkit-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    transform: translateY(-50%);

}

.slick-next:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f105";

    right: 0px;

    top: 3px;

/*    background: url(images/next.png) no-repeat;*/
    font-size: 35px;
    color: #000000;
    height: 42px;

    width: 20px;

    text-align: center;

    line-height: 20px;

}

.slick-vertical .slick-arrow {

    position: static;

    height: 21.5px;

    /*width: 100%;*/

    margin: 0 auto;

    transform: translate(0);

    display: block !important;

}

.slick-vertical .slick-prev:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f106";

    left: 3px;

    top: 0px;

    color: #333;

}

.slick-vertical .slick-next:before {

    position: absolute;

    font-family: 'FontAweSome';

    content: "\f107";

    left: 3px;

    top: 0px;

    color: #333;

}



/*--------------------------------------------------------------

#  Widgets

--------------------------------------------------------------*/

.sidebar .widget {

    clear: both;

    background-color: #fff;

}



.sidebar .widget ul {

    padding-left: 0;

    list-style: none;

}



.sidebar .widget-title {
    background: #21528d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 10px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-family: 'Oswald', sans-serif;
}



.sidebar .widget-title a {

    color: #fff;

}

/*--------------------------------------------------------------

#  Widget Nav Menu

--------------------------------------------------------------*/



.sidebar .widget_nav_menu .menu {

    border: 1px solid #efefef;

}



.sidebar .widget_nav_menu .menu li:not(:first-child) {

    border-top: 1px solid #efefef;

}

.sidebar .widget_nav_menu ul li, .sidebar ul.menu li {

  margin: 0 15px;

  position: relative;

  list-style: none;

}



.sidebar .widget_nav_menu .menu li a {

    padding: 10px 0px 10px 0px;

    display: block;

    font-weight: 600;

}

.sidebar ul.menu li:first-child > a {

  border: none;

}

.sidebar ul.menu li li:last-child a:after {

  display: none !important;

}

.sidebar ul.menu li ul {

  display: none;

  /*height: 0;*/

  background: #fff;

  z-index: 9999;

  transition: all 4s ease-in-out;

  -webkit-transition: all 4s ease-in-out;

  -moz-transition: all 4s ease-in-out;

  -o-transition: all 4s ease-in-out;

}

.sidebar .widget_nav_menu .menu ul.sub-menu li a {

  font-weight: normal;

}

.sidebar ul.menu li ul ul {

  top: -1px;

}



.touch {

    height: 43px;

    position: absolute;

    right: 0px;

    top: 0px;

    width: 43px;

    display: block;

}

.touch i {

    width: 20px;

    height: 20px;

    position: absolute;

    top: 10px;

    right: 5px;

    z-index: 999;

    color: #4ba3ea;

    font-size: 14px;

    line-height: 20px;

    font-weight: bold;

    text-align: center;

}

.sidebar .menu-item-has-children.active > .sub-menu {

    display: block;

    height: auto;

}

.sidebar ul.menu li a:before {
  content: '\f101';
  font-family: 'FontAweSome';
  margin-right: 10px;
  color: #000000;
}

/*--------------------------------------------------------------

#  Rt Post Slider Widgets

--------------------------------------------------------------*/

.rt-posts-slider-widget .slick-slider:not(.slick-vertical) .slider_item {

    margin: 0 5px;

    padding: 0 10px;

    border: 1px solid #ccc;

}



/*--------------------------------------------------------------

#  Rt Post Slider Widgets

--------------------------------------------------------------*/

.sidebar .rt_best_seller_products_widget .rt__best_seller_products li.product {

    width: 100%;

    margin-right: 0;

    margin-bottom: 10px;

}



.sidebar .rt_best_seller_products_widget .rt__best_seller_products li.product:last-child {

    margin-bottom: 0;

}



/*--------------------------------------------------------------

#  Meta Slider Widget

--------------------------------------------------------------*/

.widget_metaslider_widget:hover a.rslides_nav {

    opacity: 1;

    visibility: visible;

}



a.rslides_nav {

    text-indent: -9999px;

    padding: 0;

    margin-top: 0;

    width: 55px;

    height: 55px;

    background: rgba(5, 128, 193, 0.7);

    opacity: 0;

    visibility: hidden;

    transition: all .25s ease-in-out;

}



a.rslides_nav:after {

    content: '';

    display: block;

}



a.rslides_nav.prev {

    border-radius: 0 5px 5px 0;

}



a.rslides_nav.next {

    border-radius: 5px 0 0 5px;

}



a.rslides_nav:after {

    text-indent: 0;

    content: "";

    font-size: 35px;

    width: 55px;

    height: 55px;

    color: white;

    font-family: fontawesome;

    position: absolute;

    top: 0;

    line-height: 55px;

    text-align: center;

}



a.rslides_nav.prev:after {

    content: "\f104";

}



a.rslides_nav.next:after {

    content: "\f105";

}



/*--------------------------------------------------------------

#  Count Per Day Widgets

--------------------------------------------------------------*/

.widget_countperday_widget .cpd {

    background: #f9f9f9;

    padding: 10px;

    border-radius: 5px;

}

/* partner widget */

.img-partner .image-item {

    text-align: center;

}



/*--------------------------------------------------------------

#  Contact Form 7

--------------------------------------------------------------*/

.wpcf7-form-control:not(.wpcf7-submit) {

    width: 100%;

    outline: none;

}

.wpcf7-form-control.wpcf7-submit {

    background: #4ba3ea;
    margin-top: 10px;
    color: #fff;

    border: none;

    padding: 5px 40px;

    border-radius: 10px;

}

.nhantinkhuyenmai {

    background: #f9f9f9;

    padding: 10px;

    border-radius: 5px;

}



.nhantinkhuyenmai .wpcf7-form-control:not(.wpcf7-submit) {

    padding: 5px 13px;

    margin-bottom: 13px;

    border-radius: 4px;

    border: 1px solid #eee;

    background: url(../images/ctf-input.png);

}



.wpcf7-form-control::placeholder,

.wpcf7-form-control::-webkit-input-placeholder,

.wpcf7-form-control::-moz-placeholder,

.wpcf7-form-control:-moz-placeholder,

.wpcf7-form-control:-ms-input-placeholder {

    color: #fff;

}



.nhantinkhuyenmai .ajax-loader {

    display: none !important;

}



.nhantinkhuyenmai .wpcf7-submit {

    background: #e02129;

    border: 1px solid #b60e15;

    border-radius: 4px;

    padding: 1px 19px;

    font-size: 13px;

    color: white;

    text-transform: uppercase;

    font-weight: 600;

}

/* product slider */

.rt-product-category .product-widget ul.products  {

  border: 1px solid #e1e1df;

}

.rt-product-category .product-widget ul.products .item {

  padding: 0px 0px;

  text-align: center;

  display: table;

  table-layout: fixed;

  width: 100%;

  margin: 0;

  border-bottom: 1px solid #e1e1df;

}

.rt-product-category .product-widget ul.products .item:last-child {

  border-bottom: none;

}

.rt-product-category .product-widget ul.products .item img {

  margin-bottom: 5px;

  height: 200px;

  width: auto;

  margin: 0 auto;

}

.rt-product-category .product-widget ul.products .item .price {
  margin-bottom: 0;
  justify-content: end;
}


.rt-product-category .product-widget ul.products .item h3 {

  color: #454545;

  text-align: center;

  font-weight: 600;

  display: block;

  margin-top: 3px;

  font-size: 18px;

  padding: 5px 0;

}

.rt-product-category .product-widget ul.products .price {

  margin-bottom: 0;

}

.products-slider-widget .woocommerce .bt-enable-slide {

  padding-top: 26px;

  margin: 0;

}

.rt-product-category .product-widget ul.products .item .product_item {
  border: none;
  overflow: hidden;
  padding: 10px;
}

.rt-product-category .product-widget ul.products .item .product_item .rt-thumb {

  width: 30%;

  float: left;

  height: auto;

  margin-right: 10px;

}

.rt-product-category .product-widget ul.products .item .product_item .rt-thumb img {

  height: auto;

}

.rt-product-category .product-widget ul.products .item .product_item .content {

  width: 66%;

  float: right;

}

.rt-product-category .product-widget ul.products .item .product_item .content .rt_woocommerce_title {

  text-align: left;

  margin: 0;

}
.rt-product-category .product-widget ul.products .item .product_item .rt_add_to_cart {
  display: none;
}
.rt-product-category .product-widget ul.products .item .product_item .star-rating {
  display: none;
}

.rt-maps {

  margin-bottom: 20px;

}

.rt-maps iframe {

  width: 100%;

  height: auto;

  min-height: 400px;

}

/*--------------------------------------------------------------

#  Footer

--------------------------------------------------------------*/

.site-footer {

    padding: 30px 0 0px;
    background-color: #000;

}

.site-footer .rt-footer {

    float: left;

}

.site-footer .footer-row-2 .rt-footer {

    width: 50%;

}

.site-footer .footer-row-3 .rt-footer {

    width: 33.33%;
    margin-bottom: 30px;
    padding: 0 15px;

}

.site-footer .footer-row-4 .rt-footer {
    padding: 0 15px;
    width: 25%;
    margin: 10px 0;
}
.site-footer .footer-row-4 .footer-1 {
  padding-left: 0;
}
.site-footer .footer-row-4 .footer-4 {
  padding-right: 0;
}

.site-footer .rt-footer,
.site-footer .widget {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
}

.site-footer .widget {
  margin-bottom: 20px;
}
.facebook_like {
  display: block;
  overflow: hidden;
}

.site-footer .widget-title {
    font-size: 17px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.site-footer .widget-title:after {
  content: '';
  width: 52px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 10px 0;
}
.site-footer .widget a {
	color: #fff;
}

/*.site-footer .widget-title:before {

    content: '';

    position: absolute;

    width: 30%;

    min-width: 40px;

    height: 3px;

    background: #4ba3ea;

    left: 0;

    bottom: 0px;

}*/

.site-footer .widget .fa {
  width: 20px;
  text-align: center;
}
.site-footer .widget_nav_menu ul {

  margin: 0;

  padding: 0;

}

.site-footer .widget_nav_menu ul li {

  list-style: none;
  position: relative;
  padding: 5px 0;
  padding-left: 15px;

}
.site-footer .widget_nav_menu ul li:before {
  content: '\f105';
  font-family: 'FontAweSome';
  position: absolute;
  left: 0;
  top: 5px;
}

.site-footer .widget_nav_menu ul li a {

  color: #fff;

}
.site-footer .widget_nav_menu ul li a:hover {
  color: #f9f9f9;
}
.site-footer .widget_nav_menu ul li ul {
  display: none;
}

.site-footer .rt-form {

  border: 1px solid #dbdbdb;

  padding: 2px;

  border-radius: 25px;

  overflow: hidden;

  margin-bottom: 10px;

}

.site-footer .wpcf7-form-control:not(.wpcf7-submit) {



  border: none;

  padding: 0 5px;
  margin: 5px 0;
  line-height: 37px;

}

.site-footer .wpcf7-form-control.wpcf7-submit {


  padding: 7px 25px;



}

/*--------------------------------------------------------------

##  Copyright

--------------------------------------------------------------*/

.copyright {
    padding: 15px 0;
    position: relative;
    background-color: #1e1e1e;
    color: #fff;
}
.copyright .container {
}

.copyright p {
  margin-bottom: 0;
}
.copyright a {

    color: #fff;

    font-size: 14px;

}



.copyright .container {

    position: relative;

    max-width: 100%;

}



.copyright-left {

    color: white;

}







.copyright-right a {

    color: white;

}



/*--------------------------------------------------------------

##  Mobile Menu

--------------------------------------------------------------*/

.mobile-menu-container,

.vertical-mega-mobile-menu {

    background: #222;

    position: fixed;

    width: 250px;

    top: 0;

    bottom: 0;

    left: 0;

    -webkit-transform: translate(-250px);

    -transform: translate(-250px);

    -o-transform: translate(-250px);

    transform: translate(-250px);

    -webkit-transition: all .25s ease-in-out;

    -moz-transition: all .25s ease-in-out;

    -o-transition: all .25s ease-in-out;

    transition: all .25s ease-in-out;

    z-index: 999999;

    overflow: auto;

}



.vertical-mega-mobile-menu {

    left: auto;

    right: 0;

     -webkit-transform: translate(250px);

    -transform: translate(250px);

    -o-transform: translate(250px);

    transform: translate(250px);

}



.close-menu {

    background: #000000;

    text-align: center;

    color: white;

    padding: 10px;

    cursor: pointer;

}



.vertical-mega-mobile-menu ul,

.mobile-menu-container ul.mobile-menu {

    padding-left: 0;

    list-style: none;

}



.vertical-mega-mobile-menu ul li,

.mobile-menu-container ul.mobile-menu li {

    position: relative;

    list-style: none;

}



.vertical-mega-mobile-menu ul li a,

.mobile-menu-container ul.mobile-menu li a {

    border-bottom: 1px solid #ffffff;

}



.vertical-mega-mobile-menu ul li a,

.mobile-menu-container ul.mobile-menu li a {

    color: white;

    display: block;

    padding: 10px;

}



.vertical-mega-mobile-menu ul li ul.sub-menu,

.mobile-menu-container ul.mobile-menu li ul.sub-menu {

    display: none;

    padding-left: 0;

    list-style: none;

}



.vertical-mega-mobile-menu ul li.active > ul.sub-menu,

.mobile-menu-container ul.mobile-menu li.active > ul.sub-menu {

    background: #3a3a3a;

    display: block;

}



.vertical-mega-mobile-menu-active .vertical-mega-mobile-menu,

.mobile-menu-active .mobile-menu-container {

    -webkit-transform: translate(0);

    -o-transform: translate(0);

    -moz-transform: translate(0);

    transform: translate(0);

}



.vertical-mega-mobile-menu-active .overlay,

.mobile-menu-active .overlay {

    position: fixed;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.15);

}



.menu-item-has-children > i {

  position: absolute;

  right: 0;

  top: 0;

  width: 42px;

  height: 44px;

  background: #000000;

  cursor: pointer;

}



.vertical-mega-mobile-menu .menu-item-has-children > i.fa:before,

.mobile-menu-container .menu-item-has-children > i.fa:before {

    width: 0;

    height: 0;

    border-left: 5px solid transparent;

    border-right: 5px solid transparent;

    border-top: 5px solid #a9a9a9;

    content: '';

}



.vertical-mega-mobile-menu .menu-item-has-children.active > i.fa:before,

.mobile-menu-container .menu-item-has-children.active > i.fa:before {

  transform: rotate(-180deg);

  -webkit-transform: rotate(-180deg);

  -moz-transform: rotate(-180deg);

  -o-transform: rotate(-180deg);

  -ms-transform: rotate(-180deg);

}



.menu-item-has-children > i:before {

  position: absolute;

  top: 20px;

  left: 15px;

}



/* Product */
.box_heading span.title1 {
  color: #000000;
  font-size: 18px;
  text-transform: uppercase;
}
.home .heading {
	display: flex;
    align-items: baseline;
    justify-content: center;
    text-transform: uppercase;
}
.heading, .page-title {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
}
.home .heading:before,.home  .page-title:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ddd;
  display: block;
  position: relative;
  bottom: 7px;
  margin-right: 3px;
}
.home .heading:after, .home .page-title:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #ddd;
  display: block;
  position: relative;
  bottom: 7px;
  margin-left: 3px;
}
.heading a, .heading span {
	white-space: nowrap;
  	color: #0089e2;
  	padding: 0 10px;
  /*background: #4ba3ea;*/

  position: relative;

}
.home_about .heading {
  font-size: 69px;
  font-weight: normal;
  font-family: SVN Dancing script;
  color: #000000;
}


.heading-sale {

  background: url(images/fire.png) no-repeat;

  text-indent: 45px;

}

.heading-sale a:before {

  left: -45px;

}

/* News post*/
.list {
  padding: 30px 0;
  overflow: hidden;
}
.list .news-post {

    margin-bottom: 10px;

    overflow: hidden;

}

.list .news-post p {


}

.list .news-post .news-title, .list .news-post .news-title a {

    color: #0083ca;

    font-size: 15px;


}

.list .news-post .more-link {

    display: none;

    font-size: 13px;

    color: #0083ca;

}

.list .news-post .post-thumbnail {

    overflow: hidden;

}

.list .news-post .post-thumbnail img {

    background-color: #fff; 

    -webkit-transition: -webkit-transform 0.5s ease;

    -moz-transition: -moz-transform 0.5s ease;

    transition: transform 0.5s ease;

} 

.list .news-post:hover .post-thumbnail img {

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}

/*content_style_1*/



.content_style_1 .news-post {

    width: 50%;

    float: left;

}

.content_style_1 .news-post .post-thumbnail {

    width: 25%;

    float: left;

    margin-right: 10px;

}





/*content_style_2*/

.content_style_2 .left, .content_style_2 .right {

    margin-bottom: 10px;

}

.content_style_2 .news-post .post-thumbnail {

  width: 25%;

  float: left;

  margin-right: 10px;

}



.content_style_2 .news-post-big .post-thumbnail {

  width: 100%;

  margin-right: 0;

}

.content_style_2 .news-post-big .post-thumbnail img {

  width: 100%;

  float: none;

  margin: 0;

}

.content_style_2 .news-post-big .more-link {

  display: block;

}



/*content_style_3*/

.content_style_3 .news-post {

  margin: 15px 0;

  padding: 15px 0;

  border-bottom: 1px dashed #eee;

  width: 100%;

}

.content_style_3 .news-post:first-child {

    margin-top: 0;

}

.content_style_3 .news-post .post-thumbnail {

    width: 30%;

    float: left;

    margin-right: 10px;

}

.content_style_3 .news-post .more-link {

    display: block;

    font-style: italic;

}



/*content_style_4*/
.content_style_4 .slick-slider .slick-list {
	margin: 0 -15px;
}
.content_style_4 .list-news {



}

.content_style_4 .news-post {

    width: 25%;
    margin: 15px 0px;
    float: left;

    padding: 0 15px;

}


.content_style_4 .news-post .box {

	text-align: center;
}

.content_style_4 .news-post .box .post-thumbnail img {
    width: 100%;
    border: none;
    height: 200px;
    object-fit: cover;
}

.content_style_4 .news-post .box .content {
    padding: 15px 15px 5px;
    background-color: #fff;
    border: 1px solid #c4c4c4;
    border-top: none;
}
.content_style_4 .news-post .box .content p {
}
.content_style_4 .news-post .box .content .news-title {
  font-weight: 600;
  color: #0089e2;
  font-size: 15px;
  display: block;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
.content_style_4 .news-post .box:hover .content .news-title {
  color: #0089e2;
}

.content_style_4 .news-post .more-link {
    display: inline-block;
    color: #0089e2;
    font-size: 13px;
    border-bottom: 1px solid #0089e2;
    margin-top: 10px;
}



/*content_style_5*/

.content_style_5 .news-post {

    width: 50%;

    float: left;

    margin-bottom: 10px;

}

.content_style_5 .news-post .post-thumbnail {

    width: 25%;

    float: left;

    margin-right: 10px;

}



.content_style_5 .news-post-big {

    padding-right: 25px;

}

.content_style_5 .news-post-big .box {

    position: relative;

    padding: 3px;

    border: 1px solid #e4e4e4;

    overflow: hidden;

}

.content_style_5 .news-post-big .post-thumbnail {

    width: 100%;

    margin-right: 0;

}

.content_style_5 .news-post-big .post-thumbnail img {

    width: 100%;

    float: none;

    margin: 0;

    padding: 0;

    border: none;

}

.content_style_5 .news-post-big .news-title {

    position: absolute;

    bottom: 3px;

    padding: 15px 10px;

    width: 100%;

    background: rgba(34, 34, 34, 0.62);

    margin-bottom: 0;

}

.content_style_5 .news-post-big .news-title a {

    color: #fff;

}

/* social */

.rt-social {

    margin: 20px 0px 25px 0px;

    -webkit-font-smoothing: antialiased;

    font-size: 12px;

    clear: both;

}

.rt-link {

    padding: 2px 8px 4px 8px !important;

    color: white;

    font-size: 12px;

    border-radius: 2px;

    margin-right: 2px;

    cursor: pointer;

    -moz-background-clip: padding;

    -webkit-background-clip: padding-box;

    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);

    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);

    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);

    margin-top: 2px;

    display: inline-block;

    text-decoration: none;

}

.rt-link:hover,.rt-link:active {

    color: white;

}

.rt-twitter {

    background: #4ba3ea;

}

.rt-twitter:hover,.rt-twitter:active {

    background: #0084b4;

}

 

.rt-facebook {

    background: #3B5997;

}

 

.rt-facebook:hover,.rt-facebook:active {

    background: #2d4372;

}

 

.rt-googleplus {

    background: #D64937;

}

.rt-googleplus:hover,.rt-googleplus:active {

    background: #b53525;

}

.rt-pinterest {

    background: #bd081c;

}

 

.rt-pinterest:hover,.rt-pinterest:active {

    background: #bd081c;

}



.post-social-wrap ul li {

    float: left;

    margin-right: 10px;

}

.post-social-wrap ul li.print {

    background: #bd081c;

    padding: 0 5px;

    border-radius: 5px;

}

.post-social-wrap ul li.print a {

    color: #fff;

}

/* shortcode social */

.social-bar a {

  display: inline-block;

  width: 30px;

  height: 30px;

  text-align: center;

  line-height: 30px;

  margin-right: 10px;

  border-radius: 50%;

  background: #314b7e;

  color: #fff;

}

.social-bar a.facebook {

  background: #314b7e;

}

.social-bar a.twitter {

  background: #339dc4;

}

.social-bar a.skype {

  background: #214bc1;

}

.social-bar a.youtube {

  background: #e52c27;

}

.social-bar a.prin {

  background: #b31217;

}

/* customer */

.rt-customer {

  background:url(images/bg-custom.png);

  background-size:cover;

  background-position:center center;

  background-attachment:fixed;

  padding: 20px 0;

  color: #fff;

}

.rt-customer .title {

  text-transform: uppercase;

  margin-bottom: 30px;

  text-align: center;

  font-size: 30px;

}

.rt_customers {

  margin-left: -15px;

  margin-right: -15px;

}

.rt_customers .item-customer {

  padding: 0 15px;

}

.rt_customers .slick-arrow {

  height: 45px;

}

.rt_customers .slick-prev {

  background:url(images/prev.png) center center no-repeat;

  width: 35px;

  left: -20px;

}

.rt_customers .slick-next {

  background:url(images/next.png) no-repeat;

  width: 35px;

  right: -20px;

}

.rt_customers .slick-prev:before, .rt_customers .slick-next:before {

  display: none;

}

.rt_customers .item-customer .cus-thumb {

  text-align: center;

  margin-bottom: 20px;

}

/* style 1 */

.rt_customers.rt_customer_style_1 .item-customer .cus-thumb img {

  width: 200px;

  height: 200px;

  border-radius: 50%;

  border: 5px solid #fff;

}

.rt_customers.rt_customer_style_1 .item-customer .cus-content {

  text-align: center;

}

.rt_customers.rt_customer_style_1 .item-customer .cus-content .cus-name {

  text-transform: uppercase;

  font-size: 16px;

}

.rt_customers .item-customer .box {

  position: relative;

}

/* style 2 */

.rt_customers.rt_customer_style_2 .item-customer .box {

  padding-top: 100px;

}

.rt_customers.rt_customer_style_2 .item-customer .box .cus-content {

  background: #fff;

  position: relative;

  color: #333;

  padding: 100px 20px 20px 20px;

}

.rt_customers.rt_customer_style_2 .item-customer .cus-thumb {

  position: absolute;

  top: 20px;

  left: 10px;

  right: 10px;

  z-index: 9;

}

.rt_customers.rt_customer_style_2 .item-customer .cus-thumb img {

  width: 140px;

  height: 140px;

  border-radius: 50%;

  border: 5px solid #fff;

}

/* style 3 */

.rt_customers.rt_customer_style_3 .item-customer .box .cus-thumb {

  width: 25%;

  float: left;

  position: absolute;

  top: 20%;

  left: 10%;

}

.rt_customers.rt_customer_style_3 .item-customer .box .cus-thumb img {

  width: 100px;

  height: 100px;

  border-radius: 50%;

  border: 3px solid #fff;

}

.rt_customers.rt_customer_style_3 .item-customer .box .cus-content {

  width: 75%;

  float: right;

  background: #fff;

  color: #333;

  padding: 30px 30px 30px 60px;

}

.rt_customers.rt_customer_style_3 .item-customer .cus-content .cus-name {

  font-size: 16px;

  text-transform: uppercase;

  color: #4ba3ea;

}

.rt_customers.rt_customer_style_3 .item-customer .cus-content .cus-work {

  font-style: italic;

}

/********************* Custom CSS ***********************/
/********************* Custom CSS ***********************/
.site-branding {
/*  background-image: linear-gradient(#6bb3ee, #5cabec, #4ba2ea);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.37);*/
  position: relative;
  z-index: 1;
  background-color: #f9f9f9;
}
.site-branding .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bt_hotline {
  border: 1px solid #fff;
  background-color: #f89903;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 16px;
}
.bt_hotline a {
  color: #fff;
}
.banner-box img:hover {
  opacity: .8;
}

.home_about {
  padding: 60px 0;
}
.home_about .page_list .col-left {
  padding-right: 40px;
  float: left;
  width: 46%;
}
.home_about .page_list .col-right {
  float: left; 
  width: 54%;
}
.home_about .page_list .content_abs {
  font-size: 15px;
  color: #333333;
  text-align: justify;
  line-height: 25px;
}
.home_about .page_list .content_abs p {
  margin-bottom: 0px;
}
.home_about .page_list .btn-button {
  color: #fff;
  background-color: #f89903;
}
.home_about .page_list .btn-button .fa {
  margin-right: 5px;
}
.home_about .page_list .btn-hotline {
  background-image: url(images/bg-hl.png);
  background-color: transparent;
  width: 135px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
.home_about .page_list .btn-facebook {
  background-image: url(images/bg-fb.png);
  background-color: transparent;
  width: 150px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
}

.home_banner {
  padding: 60px 0;
  background-size: cover;
  background-position: bottom center;
}
.banner_item {
  position: relative;
}
.container-custom {
  max-width: 1330px;
  margin: 0 auto;
}
.banner_item .banner-box {
  text-align: center;
}
.banner_item .banner-cnt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner_item .banner-cnt h1, .banner_item .banner-cnt h2, .banner_item .banner-cnt h3, .banner_item .banner-cnt h4 {
  text-transform: uppercase;
  font-size: 17px;
}
.banner_item .banner-cnt .cnt-box {
  font-size: 15px;
  width: 26%;
}
.banner_item .banner-cnt .cnt-1, .banner_item .banner-cnt .cnt-2, .banner_item .banner-cnt .cnt-3 {
  text-align: right;
}

.banner_item .banner-cnt .cnt-1 {
  position: absolute;
  left: 0;
  top: 22px;
} 
.banner_item .banner-cnt .cnt-2 {
  left: -80px;
  top: 41%;
  position: absolute;

}
.banner_item .banner-cnt .cnt-3 {
  position: absolute;
  left: 0;
  bottom: 19px;
}
.banner_item .banner-cnt .cnt-4 {
  position: absolute;
  right: 0;
  bottom: 19px;
}
.banner_item .banner-cnt .cnt-5 {
  right: -80px;
  top: 40%;
  position: absolute;
}
.banner_item .banner-cnt .cnt-6 {
  position: absolute;
  right: 0;
  top: 22px;
}

.customer_home {
  padding: 60px 0;
}
.customer_home .customer_list {
  margin: 0 -30px;
}
.customer_home .customer_list .customer-item {
  width: 50%;
  float: left;
  padding: 0 30px;
  margin-bottom: 30px;
  padding-top: 2px;
}
.customer_home .customer_list .customer-item .box {
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 1px 1px 3px 1px #dad9da;
  overflow: hidden;
  min-height: 250px;
  display: flex;
}
.customer_home .customer_list .customer-item .post-thumbnail {
  width: 135px;
  float: left;
  margin-right: 20px;
}
.customer_home .customer_list .customer-item .post-thumbnail img {
  height: 135px;
  object-fit: cover;
  width: 100%;
  border-radius: 50%;
}
.customer_home .customer_list .customer-item .content {
  color: #6b6a6a;
  width: 69%;
  text-align: justify;
  float: left;
}
.customer_home .customer_list .customer-item .content .fa {
  color: #f4a712;
}
.customer_home .customer_list .customer-item .content h4 {
  margin-top: 10px;
  font-size: 15px;
  color: #6b6a6a;
}
.customer_home .customer_list .customer-item .content h4 a {
  color: #6b6a6a;
}

.list-customer .list-customer-item {
  margin: 15px 0;
}
.list-customer .list-customer-item .box_img {
  position: relative;
  overflow: hidden;
}
.list-customer .list-customer-item .box_img h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 15px;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}
.list-customer .list-customer-item .box_img img {
  height: 300px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  transition: transform 0.5s ease;
}
.list-customer .list-customer-item .box_img:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.heading-single-customer {
  font-size: 25px;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.heading-single-customer:before {
    content: '';
    width: 60px;
    height: 2px;
    background-color: #000000;
    display: block;
    position: relative;
    bottom: 7px;
    margin-right: 3px;
}
.headings {
  text-align: center;
  font-size: 35px;
  padding-bottom: 10px;
  color: #333333;
  text-transform: uppercase;
  background-image: url(images/heading.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.service_group .item {
  text-align: center;
}
.service_group .item .icon i {
  font-size: 50px;
  color: #fff;
  background-color: #000000;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.service_group .item .title {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  margin: 10px 0;
}
.service_group .item .des {
  font-size: 14px;
  color: #222222;
}

.home_cate_prod {
  padding: 50px 0 30px;
}
.cate-info .item {
  text-align: center;
  margin: 15px 0;
}
.cate-info .item img {
  height: 144px;
}

.cate-info h3.title {
  font-size: 18px;
  font-family: 'HyundaiSansVNHeadOffice-Medium';
  text-transform: uppercase;
  margin: 10px 0;
}
.cate-info .item:hover h3.title a {
  color: #000000;
}
.partner-row li.item {
  list-style: none;
  margin: 0 -15px;
  padding: 0;
}
.partner-row li.item .post-inner {
  width: 50%;
  float: left;
  margin: 10px 0;
  padding: 0 15px;
}
.partner-row li.item .post-inner .img {
  margin-right: 15px;
  width: 131px;
  float: left;
}
.partner-row li.item .post-inner img {
  width: 100%;
  height: 93px;
  object-fit: cover;
}
.partner-row li.item .post-inner .cont {
  width: 74%;
  float: left;
}
.partner-row li.item .post-inner .title {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 8px;
}
.partner-row li.item .post-inner .title a {
  color: #333333;
}
.partner-row li.item .post-inner .des {
  font-size: 14px;
  color: #8f8f8f;
}
.partner-row li.item .post-inner .des p {
  margin-bottom: 3px;
}
.partner-row li.item .post-inner .des a.readmore {
  color: #3cae3f;
  font-size: 14px;
  border-bottom: 1px solid;
}

.home_customer {
}
.customer_group .item {
  text-align: center;
}
.customer_group .item .img {
  margin-bottom: 10px;
}
.customer_group .item .img img {
  height: 80px;
  object-fit: scale-down;
}
.customer_group .item .des {
  font-size: 16px;
  color: #333333;
}
.customer_group .item h4.title {
  font-size: 18px;
  font-family: 'HyundaiSansVNHeadOffice-Bold';
  color: #333333;
  text-transform: uppercase;
}
.btn-button {
    position: relative;
    display: block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 3px 1.2em;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    border-bottom: 3px solid #ee2930;
    background: #000000;
    box-shadow: 0 1px 5px #b3aeae;
    color: white;
    font-family: 'HyundaiSansVNHeadOffice-Bold';
}
.btn-button:hover {
	color: #fff;
}
.btn-button .fa {
	margin-right: 5px;
}

.limit-text {
    padding: 0 16px 16px 16px;
    font-family: utm avo;
    font-size: 18px;
    line-height: 28px;
}
.cftitle {
    background: #f0f0f0;
    border-radius: 99px 0 0 99px;
    height: 45px;
    margin-bottom: 10px;
    font-size: 17px;
}
.cftitle img {
    display: inline-block;
    height: 45px;
    position: relative;
    width: 45px;
    padding: 5px;
}
.row.form-tra-gop {
	width: 800px;
}
.row.form-tra-gop h3 {
	font-size: 20px;
	margin-top: 10px;
}
.wpcf7-form-control:not(.wpcf7-submit) {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 1em;
    height: 38px;
    font-size: 16px;
}
.wpcf7-form-control.wpcf7-textarea:not(.wpcf7-submit) {
	height: 120px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: #446084;
}
.wpcf7 .wpcf7-not-valid-tip {
    margin-top: -10px;
    position: relative;
    padding: 5px 8px;
    line-height: 1.2em;
    border-radius: 3px;
    opacity: .8;
    background-color: #f1f1f1;
    color: #b20000;
}
.wpcf7 .wpcf7-not-valid-tip:after {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-bottom-color: #f1f1f1;
    border-width: 10px;
    margin-left: -10px;
}
.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    background-color: #FFF;
    border-radius: 99px;
}
span.phone {
    color: #1e67d4;
    font-weight: bold;
}
.tv-button {
    margin-top: 14px;
    background: #173e79;
    font-family: 'HyundaiSansVNHeadOffice-Medium';
    color: #fff;
    width: 100%;
    border-radius: 18px;
    padding: 10px 0px 5px;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
    animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    display: block;
}
.tv-button:hover {
	color: #fff;
}
.showroom {
    font-size: 14px;
    text-align: center;
    background: #459bd6;
    border-radius: 14px;
    color: white;
    padding: 3px 0px;
    width: 50%;
        margin: 0 auto;
}
.showroom a {
  color: #fff;
}
.showroom .fa {
	margin-right: 5px;
}
.row-sl-home .sldr {
  margin-top: 10px;
  padding: 0;
}