/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@font-face{
  font-family: "SVN-Unthrift";
  src:url(font/SVN-Unthrift.otf);
}
body{
	font-family: 'Roboto', sans-serif !important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif !important;
}
#logo img{
	width: 100%;
	object-fit: cover;
}
.content__left{
	list-style: none;
}
.header-main{
	height: auto !important;
}
.news__tb {
    background: url(img/nc.png) no-repeat;
    background-size: cover;
    padding: 20px;
}
.home .news__tb {
	background: none;
	padding: 0;
}
.item__tb {
	margin-bottom: 15px;
}
.item__tb a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
}
.icon-menu{
	color: #000;
}
.off-canvas-left.mfp-ready .mfp-content, .off-canvas-right.mfp-ready .mfp-content{
	background: #fff;
}
.img{
	overflow: hidden;
}
/*header-wrapper*/
/*.header-main{
	padding: 25px 0;
  font-size: 14px;
  background: url(img/bg-header-v2.png) no-repeat right top #F3F4F5;
  position: relative;
}*/
.header-bottom-nav .header-language-dropdown .nav-dropdown a i,
.header-bottom-nav .header-language-dropdown::after,
.header-bottom-nav .header-language-dropdown::before{
	display: none;
}
.header-bottom-nav .header-language-dropdown > a{
	display: none !important;
}
.header-bottom-nav .header-language-dropdown .nav-dropdown a{
	font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
    border-top: 0;
}
.header-bottom-nav .header-language-dropdown > .nav-dropdown{
	display: flex !important;
    height: 100%;
    top: -11px;
    border: none;
    z-index: 99;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    left: -45px !important;
	transform: translateY(0px);
	margin-left: 0 !important;
	min-width: 60px;
}
.header-bottom-nav .header-language-dropdown > .nav-dropdown > li{
	position: relative;
}
.header-bottom-nav .header-language-dropdown > .nav-dropdown > li:last-child::after{
	content: "";
	position: absolute;
	top: 3px;
    left: -5px;
    width: 1px;
    height: 12px;
	background: #fff;
}
.header-bottom-nav .header-language-dropdown:hover > .nav-dropdown{
	transform: translateY(0px);
}
.header-main .html_01{
	text-align: center;
}
.header-main .html_01 h4{
	font-size: 20px;
	color: #E40F18;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 8px;
}
.header-main .html_01 h2{
	font-size: 40px;
	color: #2A6EBB;
	font-weight: 900;
	line-height: 40px;
	margin-bottom: 6px;
}
.header-main .html_01 p{
	font-size: 16px;
	color: #2A6EBB;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 0;
}
#content{
	background: #ffffff;
}
/*form_dk*/
.wpcf7-spinner{
	display: none;
}
.rt_form_dk  .small-12{
	padding-bottom: 15px;
}
.form_dk > div:nth-child(1){
	width: 50%;
	float: left;
	text-align: center;
	color: #f6f6f6;
	font-size: 14px;
}
.form_dk > div form{
	overflow: hidden;
	margin-bottom: 0;
}
.form_dk > div:nth-child(1) p{
	margin-bottom: 0 !important;
}
.form_dk > div:nth-child(1) h2{
 	font-size: 25px;
 	margin-bottom: 5px;
 	color: #f6f6f6;
 	font-weight: 400;
}
.form_dk > div:nth-child(2){
	width: 50%;
	float: right;
	position: relative;
	margin: 7px 0;
}
.form_dk > div:nth-child(2) input{
	width: 100%;
	height: 44px;
	margin:0;
}
.form_dk > div:nth-child(2) .wpcf7-submit{
	position: absolute;
	top: -10px;
	right: 0;
	width: 44px;
	height: 44px;
	text-transform: initial;
	background: #f39303;
	padding: 0;
}
.wpcf7-mail-sent-ok{
	color: #fff;
}
.img_fb img{
	width: 100%;
}
.footer-1{
	border: unset !important;
	padding-top: 50px !important;
}
.footer-1 p{
	margin-bottom: 0 !important;
	line-height: 30px;
}
.footer-1 p i{
	color: #f39303;
}
.footer-1 .menu li{
	border-top: unset;
}
.footer-1 .menu li a{
	line-height: 30px !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #959595 !important;
	position: relative;
	font-size: 15px;
}
.footer-1 .menu li a:after{
	position: absolute;
	content: "";
	top: 8px;
	left: 0;
	height: 5px;
	width: 5px;
	border-radius: 40px;
	background: #fec70a;
	display: none;
}
.footer-2 .widget-title{
	color: #636363;
	margin-bottom: 20px !important;
	display: block;
}
.footer ul.menu > li:nth-child(1){
	border:none !important;
}
.footer .custom-html-widget{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.footer p{
	color: #333;
	font-size: 20px;
	line-height: 34px;
}
.footer p i{
	padding: 8px 9px;
	background: #fec70a;
	color: #333 !important;
	border-radius: 30px;
	margin-right: 5px;
}
.footer p .fa-map-marker{
    padding: 8px 11px;
}
.footer p .fa-phone{
    padding: 8px 10px;
}
.footer p .fa-globe{
	padding: 8px 9px;
}
.absolute-footer{
	display: none !important;
}
.is-divider{
	display: none !important;
}
.rt_icon_hd{
	overflow: hidden;
}
.rt_icon_hd1{
	margin-right: 25px;
}
.rt_icon_hd1 img{
	padding: 6px 0;
}
.rt_icon_hd2{
	margin-right: 25px;
}
.rt_icon_hd2 img{
	padding-top: 9px;
}
.rt_icon_hd3 img{
	padding: 8px 0;
}
.rt_icon_hd > img{
	float: left;
	margin-right: 7px;
}
.rt_icon_hd > div{
	float: right;
	font-size: 14px;
	line-height: 21px;
	color: #33496d;
}
#wide-nav > .flex-row > .flex-left{
	width: 90% !important;
	margin-right: 0 !important;
}
.nav-dropdown-default{
	padding: 0;
}
.header-bottom{
	margin-bottom: 1px;
}
.header-bottom .html_01 a{
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
.search-form{
	width: 100% !important;
}
.clear {
	clear: both;
}
.image-tools.top.right {
	z-index: 9;
}
.badge-container {
	display: none;
}
.product-title a {
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    display: block;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 5px;
}
.product-small:hover .product-title a {
	color: #000;
}
.block-product-col {
	margin: 0 -10px;
	clear: both;
}
.block-product-col .col-4 {
	width: 25%;
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}
.block-product-col .col-3 {
	width: 33.333333%;
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}
.block-product-1 .col-inner {
	background-color: #ffffff;
	padding: 0;
	border-radius: 0px;
	border: 1px solid #ebebeb;
}
/*** loop price **/
.block-product-1{
	margin: 0 -8px;
}
.block-product-1 .col-3{
	padding: 0 8px;
	margin-bottom: 15px;
}
.block-product-1 .spd1_box_left{
	width: 460px;
	overflow: hidden;
	float: left;
	clear: none;
}
.block-product-1  .box-image{
	width: 100%;
	height: 154px;
}
.block-product-1 .box-image img{
	width: 100%;
	height: 154px;
	object-fit: cover;
}
.block-product-1 del{
	display: none !important;
}
.block-product-1 ins{
	width: 100% !important;
}
.block-product-1 .price{
	text-align: center !important;
}
.block-product-1 .box-text span.amount{
	font-size: 16px !important;
	font-weight: 600 !important;
}
.block-product-1 .spd1_box_left > div{
	width: 100% !important;
	margin-top: 0;
}
.block-product-1 .spd1_box_left .box-text{
	padding: 15px 20px 20px 20px;
}
.block-product-1 .spd1_box_left .box-text .product-title a{
	font-size: 21px;
	color: #33496d;
	line-height: 25px;
	display: block;
	height: 25px;
	overflow: hidden;
	margin-bottom: 6px;
}
.block-product-1 .spd1_box_right{
	width: calc(100% - 460px);
	float: right;
	clear: none;
}
.block-product-1 .spd1_box_right .box-text{
	padding:10px;
}
.block-product-1 .spd1_box_right .box-text .product-title a{
	display: block;
	font-size: 15px;
	color: #33496d;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 6px;
}
.block-product-1 .spd1_box_right .box-text span.amount{
	font-size: 15px;
}
.block-product-1 .spd1_box_right > div{
	margin-top: 0;
}
.block-product-1 .spd1_box_right .box-image{
	height: 170px;
	width: 100%;
}
.block-product-1 .spd1_box_right .box-image img{
	width: 100%;
	height: 170px;
	object-fit: cover;
}
.block-product-1 .box-text {
	padding:5px 10px 20px 10px !important;
	background: url(img/star.png) 52px 55px no-repeat;
}
.block-product-1 .box-text a{
	display: block;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #333333;
	text-align: center;
}
.box-text .price-wrapper {
	margin: 0 0 6px 0;
	line-height: 22px;
	width: 47%;
	float: left;
	height: unset;
	overflow: hidden;
}
.block-product-2 .box-text .added_to_cart {
    background: #fff !important;
    color: #000;
    font-weight: 500;
    text-transform: inherit;
    line-height: 32px;
    height: 32px;
    border: 2px solid #fccb4e;
    padding: 0 10px !important;
    margin-top: 18px;
    font-size: 14px;
    text-align: right;
    border-radius: 40px;
    float: right;
    margin-right: 0 !important;
}
.block-product-2 .box-text .added_to_cart:after{
	display: none;
}
.box-text del, 
.box-text ins {
	width: 100%;
	display: block;
}
.box-text  del span.amount {
  	color: #333;
  	font-size: 14px !important;
  	line-height: 28px;
  	font-weight: 400;
}
.box-text  span.amount {
  	color: #ee1f1f;
  	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}
.block-product-1 .box-text .star-rating {
	display: block;
	width: 100%;
	margin:0 0 10px 0;
	padding:0;
	font-size: 11px;
}
.star-rating span:before{
    color: #f39402 !important;
}
/*** product single price **/
.product-info .price-wrapper span.amount, .product-info .price-wrapper ins .amount {
	font-size: 36px;
	color: #f54444;
}
.product-info .price-wrapper del, .product-info .price-wrapper ins {
	display: block;
	margin-bottom: 10px;
}
.product-info .price-wrapper del {
	color: #a8a8a8;
	font-size: 15px;
}
.product-info .price-wrapper del .amount {
	font-size: 15px;
	color: #a8a8a8;
}
.block-product-col  a.view_product {
	position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 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;
    font-size: .8em;
    margin-bottom: 0;
    margin-top: 1em;
    background-color: #dedede;
}
.block-product-col a.wc-forward {
	position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 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;
    font-size: .8em;
    margin-bottom: 0;
    margin-top: 1em;
    background-color: #446084;
    color: #fff;
}

/***************** block product 2 ********************************/
.block-product-2 .col-inner {
	background: #ffffff;
	position: relative;
	border-radius: 4px;
}
.block-product-2 .col-inner .rt-description {
	position: absolute;
	top: 0;
	left: -245px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
	font-size: 14px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: left 1s; 
    -moz-transition: left 1s; 
}
.block-product-2 .col-inner:hover .rt-description {
	opacity: 1;
	left: 0;
}
.block-product-2 .col-inner .rt-description a {
	color: #fff;
}
.block-product-col .rt-description a.view_product {
	margin-top: 0;
	color: #000;
}
.block-product-2 .rt-description a.wc-forward {
	margin-top: 0;
	margin-right: 0;
}
.block-product-2 .box-image{
	height: 245px;
	width: 100%;
}
.block-product-2 .box-image img{
	width: 100%;
	height: 245px;
	object-fit: cover;
}
.block-product-2 .box-text{
	padding: 15px !important;
	overflow: hidden;
	text-align: left;
}
.block-product-2 .box-text .product-title a{
    font-size: 15px;
    color: #333333;
    line-height: 25px;
    display: block;
    font-weight: 500;
    height: 25px;
    overflow: hidden;
    margin-bottom: 5px;
}
.block-product-2 .box-text > a{
	background: #fff !important;
	color: #000;
	margin-top: 8px !important;
	font-weight: 500;
	float: right;
	line-height: 32px;
	height: 32px;
	border: 2px solid #fccb4e;
	padding: 0 15px;
	font-size: 15px;
	border-radius: 40px;
}
.star-rating{
	font-size: 11px !important;
	margin-top: 3px !important;
    margin-bottom: 6px !important;
}
.block-product-2 .box-text span.amount{
	font-size: 16px;
}
.block-product-2-edit .block-product-2 > div{
	width: 50%;
}
.block-product-2-edit .block-product-2 .col-4:nth-child(2n+1){
	clear: both;
}
.block-product-2-edit .slider-wrapper{
	margin-top: 23px;
}
.block-product-2-edit .slider-wrapper .text-inner h2{
	font-size: 60px;
	font-family: "SVN-Unthrift";
	margin-bottom: 30px;

}
.block-product-2-edit .slider-wrapper .text-inner p{
	font-size: 15px;
	line-height: 24px;
}
/***************** block product 3 ********************************/
.block-product-3{
	padding-bottom: 40px;
	overflow: hidden;
}
.block-product-3 .col-inner {
	border: 1px solid #ebebeb;
	background: #fff;
	overflow: hidden;
}
.block-product-3 .col-inner .box-text {
	padding-bottom: .4em;
}

.block-product-3 .price-wrapper {
	padding: 0;
	display: block;
}
.block-product-3 .price-wrapper .star-rating{
	width: 100%;
}
.block-product-3 .price-wrapper .price, .block-product-3 .price-wrapper .rt_view_product {
	width: 100%;
	margin: 0 auto;
}
.block-product-3 .price-wrapper .price, .block-product-3 .price-wrapper .rt_view_product .view_product {
	margin-top: 0;
	margin-right: 0;
}
.block-product-3 .price-wrapper .price del, .block-product-3 .price-wrapper .price ins {
	display: block;
	width: 100%;
	margin: 2px 0;
}
.block-product-3 .title-wrapper {
	text-align: left;
}
.block-product-3 .title-wrapper p a{
	font-size: 18px;
	display: block;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #2c4162;
}
.block-product-3 .col-4{
	width: 50%;
}
.block-product-3 .col-4:nth-child(2n+1){
	clear: both;
}
.block-product-3 .box-image{
	width: 240px;
	height: 200px;
	float: left;
}
.block-product-3 .box-image img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.block-product-3 .box-text{
	width: calc(100% - 240px);
	float: right;
	background: #fff;
	text-align: left;
	padding: 20px 15px;
}
.block-product-3 .box-text .rt-des p{
	font-size: 14px;
	line-height: 22px;
	display: block;
	height: 66px;
	overflow: hidden;
	color: #6e6e6e;
}
/*them*/
.heading{
	margin-bottom: 20px;
}
.heading a , .heading span{
	display: inline-block;
	color: #fff;
	font-size: 15px;
	padding: 0 15px;
	border-radius: 6px 6px 6px 0;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
	line-height: 42px;
	background: #2A6EBB;
	position: relative;
	position: relative;
}
.heading a:after , .heading span:after{
	content: "";
	position: absolute;
	top: 42px;
	left: 0;
	height: 10px;
	width: 19px;
	background: url(img/vec.png) no-repeat;
}
.grid-tools a{
	display: none !important;
	background: #f28f06 !important;
}
input[type='submit'], input[type='submit'].button, input[type='submit'], .primary{
	/*margin-top: 10px !important;*/
	margin-right: 0 !important;
	text-transform: initial;
	font-weight: 400;
}
.block-product-col a.wc-forward{
	text-transform: none !important;
}
.box_new > div{
	padding-bottom: 0;
}

/*
Hoang Cuong
*/
.box__colum__commitment {
	clear: both;
}
.box__colum__commitment h3 {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.box__colum__commitment p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}
.box__colum__commitment .col  {
	padding-bottom: 0;
}
ul.ul-reset>li{
  margin-left: 0 !important;
}
/*
news-widget-sidebar-widget
*/
.news-widget-sidebar-widget {
}
.news-widget-sidebar-widget .news-item-sidebar  {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.news-widget-sidebar-widget .news-item-sidebar h4 {
    margin: 10px 0 5px 0;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-widget-sidebar-widget .news-item-sidebar h4 a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 22px;
}
.news-widget-sidebar-widget .news-item-sidebar .date {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 500;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner {
    overflow: hidden;
    clear: both;
    padding-top: 20px;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb {
  float: left;
  width: 100px;
  border-radius: 8px;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb a {
  display: block;
  line-height: 0;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb a img {
  width: 100%;
  height: 75px;
    object-fit: cover;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider {
  float: right;
  width: calc(100% - 110px);
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider h4 {
  margin: 0 0 3px 0;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider h4 a {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    display: block;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}
.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner  .box__slider .date {
  color: #9c9c9c;
  font-size: 13px;
  font-weight: 400;
}
/*
block 2
*/
.box_first_posts {
  clear: both;
  overflow: hidden;
}
.box_first_posts .news-item-posts {
  float: left;
  width: 100%;
}
.box__second_posts {
  overflow: hidden;
}
.news-style-2 .box_first_posts .boxx__innner{
  position: relative;
  overflow: hidden;
}
.news-style-2 .box_first_posts .boxx__innner .news-thumb img{
  width: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-2 .box_first_posts .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-2 .box_first_posts .boxx__innner .box__slider{
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 15px;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider h4{
  margin-bottom: 0;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider h4 .news-title{
  font-size: 15px;
  line-height: 22px;
  color: #fff;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider .date{
  color: #fff;
  display: none;
  font-size: 13px;
}
.news-style-2 .box_first_posts .boxx__innner .box__slider .date i{
  padding-right: 5px;
  color: #fff;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear{
  padding-top: 11px;
  margin-top: 11px;
  border-top: 1px solid #e3e3e3;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb{
  width: 105px;
  height: 70px;
  overflow:hidden;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(1),.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(2){
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb img{
  width: 100%;
  height: 70px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider h4{
  margin-bottom: 5px;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider h4 .news-title{
  font-size: 15px;
  line-height: 22px;
  color: #333333;
  font-weight: 600;
  display: block;
  max-height: 44px;
  overflow:hidden;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date{
  font-size: 13px;
  color: #6b6b6b;
}
.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date i{
  color: #f4ae43;
}
/*
block 3
*/
.news-style-3{
	margin: 0 -12px;
}
.news-style-3 .news-item-top ,
.news-style-3 .news-item-bottom{
  width: 33.33%;
  float: left;
  clear: none;
  padding: 0 12px;
}
.news-style-3 .news-item-bottom .boxx__innner{
	position: relative;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb{
  width: 100%;
  position: relative;
  overflow:hidden;
  height: 452px;
  border-radius: 6px;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb img{
  width: 100%;
  height: 452px;
  object-fit: cover;
  border-radius: 6px;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-3 .news-item-bottom .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider{
  overflow: hidden;
  padding: 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding-top: 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.17%, rgba(0, 0, 0, 0.8) 85.55%);
	border-radius: 0px 0px 6px 6px;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider h4{
  margin-bottom: 5px;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider h4 .news-title{
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  line-height: 30px;
  display: block;
  font-weight: 500;
  overflow:hidden;
  margin-bottom: 10px;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider .date{
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider .box__description p{
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #838383;
  text-align: justify;
  max-height: 44px;
  overflow: hidden;
}
.news-style-3 .news-item-bottom .boxx__innner .box__slider .views_all{
  font-size: 14px;
  text-decoration: underline;
  color: #657f93;
}
/*
block 4
*/
.news-block-widget-style-4  .news-thumb img{
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
  border-radius: 12px;
}
.news-block-widget-style-4  .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
  border-radius: 12px;
}
.news-block-widget-style-4{
  overflow:hidden;
  margin: 0 -10px;
}
.news-block-widget-style-4 .box__colum__left{
  width: 50%;
  padding: 0 10px;
  float: left;
}
.news-block-widget-style-4 .box__colum__left .news-item{
	background: #fff;
  border-radius: 12px;
}
.news-block-widget-style-4 .box__colum__left .boxx__innner{
  overflow: hidden;
  border-radius: 12px;
  display: block;
}
.news-block-widget-style-4 .box__colum__left .news-thumb{
    width: 100%;
	overflow: hidden;
	display: block;
	border-radius: 12px;
}
.news-block-widget-style-4 .box__colum__left .news-thumb img{
  width: 100%;
  height: 425px;
  border-radius: 12px;
  object-fit: cover;
}
.news-block-widget-style-4 .box__colum__left .box__slider {
    padding: 20px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.news-block-widget-style-4 .box__slider h4{
  margin-bottom: 0;
}
.news-block-widget-style-4 .box__slider h4 a{
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  overflow: hidden;
  display: block;
}
.news-block-widget-style-4 .box__slider .date{
  color: #7a7a7a;
  font-size: 13px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
  display: block;
  font-weight: 400;
}
.news-block-widget-style-4 .box__slider .box__description p{
  color: #7a7a7a;
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
.news-block-widget-style-4 .box__colum__left .box__slider .views__all a{
  color: #2a6ebb;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  overflow: hidden;
  display: block;
}
.news-block-widget-style-4 .box__colum__right{
  width: 50%;
  padding: 0 10px;
  float: right;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear{
  margin-bottom: 22px;
  overflow-y: hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb{
  width: 160px;
  height: 125px;
  float: left;
  overflow: hidden;
  border-radius: 12px;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb img{
  width: 100%;
  height: 125px;
  object-fit: cover;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider{
  width: calc(100% - 175px);
  float: right;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider h4{
  margin-bottom: 0px;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider h4 .news-title{
  font-size: 17px;
  color: #333333;
  font-weight: 500;
  line-height: 24px;
  display: block;
  height: 48px;
  overflow:hidden;
} 
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .box__description p{
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  color: #8f8f8f;
  display: block;
  max-height: 44px;
  overflow:hidden;
}
.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .views__all a{
  font-size: 14px;
  color: #37a7a9;
  font-weight: 400;
  text-decoration: underline;
}
/*
block 5
*/
.news-widget-style-5{
  overflow:hidden;
}
.news-widget-style-5 .news-item-clear{
  width: 100%;
  float: left;
  margin-top: 20px;
}
.news-widget-style-5 .news-item-clear:nth-child(1){
  border-top: 0;
  margin-top: 0;
}
.news-widget-style-5 .news-item-clear .boxx__innner{
	overflow: hidden;
	display: block;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb{
  width: 100px;
  height: 70px;
  float: left;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb a{
	overflow: hidden;
	display: block;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb img{
  width: 100%;
  height: 70px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider{
  width: calc(100% - 115px);
  float: right;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider h4{
  margin-bottom: 5px;
  margin-top: 5px;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider h4 .news-title{
  font-size: 15px;
	color: #333;
	font-weight: 500;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	display: block;
}
.news-widget-style-5 .news-item-clear .boxx__innner .box__slider .date{
  margin-bottom: 0;
  font-size: 13px;
  line-height: 22px;
  color: #9c9c9c;
  display: block;
}
/*
block 6
*/
.news-thumb{
  position: relative;
}
.news-block-widget-style-6{
  overflow:hidden;
}
.news-block-widget-style-6 .box__colum__left{
  width: 32%;
  float: left;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner{
  background: #f7f7f7;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb{
  width: 100%;
  height: 255px;
  overflow:hidden;
  position: relative;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb img{
  width: 100%;
  height: 255px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date{
  position: absolute;
  top: 0;
  left: 0;
  background:rgba(0, 0, 0, 0.36);
  color: #fff;
  text-align: center;
  padding: 10px 5px 0px 5px;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(1){
  font-size: 10px;
  text-transform: uppercase;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(2){
  font-size: 15px;
  border-bottom: 3px solid #fff;
  padding-bottom: 5px;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(3){
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.news-block-widget-style-6 .boxx__innner .news-thumb .date p{
  margin-bottom: 0;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-text{
  background: #37a7a9;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .news-text a{
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  line-height:30px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider{
  padding: 25px 20px;
  min-height: 255px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider h4{
  margin-bottom: 10px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider h4 a{
  font-size: 18px;
  line-height: 22px;
  display: block;
  max-height: 44px;
  overflow:hidden;
  color: #3c3c3c;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider .box__description p{
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #838383;
  height: 110px;
  overflow-y: hidden;
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider .views_all{
  font-size: 14px;
  text-decoration: underline;
  color: #37a7a9;
}
.news-block-widget-style-6 .box__colum__right{
  width: 66%;
  float: right;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner{
  background: #f7f7f7;
  margin-bottom: 30px;
  overflow-y: hidden;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb{
  width: 325px;
  height: 255px;
  float: left;
  overflow-y: hidden;
  position: relative;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb img{
  width: 100%;
  height: 255px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider{
  width: calc(100% - 325px);
  float: right;
  padding: 20px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p{
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p > span{
  font-size: 14px;
  color: #919191;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider > p > span a{
  color: #37a7a9;
  border-right: 1px solid #919191;
  padding-right: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider h4{
  margin-bottom: 5px;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider h4 a{
  font-size: 18px;
  line-height: 22px;
  display: block;
  max-height: 44px;
  overflow:hidden;
  color: #3c3c3c;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .box__description p{
  font-size: 14px;
  margin-bottom: 0;
  color: #838383;
  line-height: 25px;
  display: block;
  max-height: 75px;
  overflow-y: hidden;
}
.news-block-widget-style-6 .box__colum__right .boxx__innner .views_all{
  font-size: 13px;
  line-height: 25px;
  color: #37a7a9;
  text-decoration: underline;
}
/*them*/
.header-main .header-inner{
	padding: 0 !important;
	max-width: 100% !important;
}
.header-main .header-inner .logo{
	width: 100% !important;
	margin: 0 !important;
}
.header-main  .rt_html_01 span ,
.header-main  .rt_html_01 a{
	font-size: 18px;
	color:  #333;
	font-weight: 500;
	line-height: 32px;
	padding: 0 20px;
}
.header-main  .rt_html_01 a i{
    padding: 9px 10px 9px 12px;
}
.header-main  .rt_html_01 i{
	border: 2px solid #fec70a;
	color: #333;
    padding: 9px 8px 9px 10px;
	font-size: 15px;
	margin-right: 4px;
	border-radius: 50px;
}
.header-main .search-field{
    border-radius: 40px !important;
    border: 1px solid #fec70a !important;
    height: 40px !important;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    background: #fff !important;
    line-height: 40px !important;
}
.header-main .searchform .submit-button{
	right: 10px;
}
.header-bottom .nav > li{
	margin: 0 4px;
}
.header-bottom .nav > li:nth-child(1) > a{
	padding: 0 15px;
}
.header-bottom .nav > li > a{
    font-size: 14px !important;
    padding: 0 4px;
    line-height: 50px;
    display: inline-block;
    text-transform:uppercase;
}
.header-bottom .nav > li > a i{
	margin-right: 0;
}
.header-bottom .nav > .current-menu-item > a ,
.header-bottom .nav > li > a:hover{
	background: #344E86;
}
.header-bottom .nav > li > a span{
	display: none;
}
.stuck #logo img{
	padding: 5px 0 !important;
}
.new_row_3 > .col{
	padding-bottom: 0;
}
.rt_slider .flickity-viewport{
	background: #fff !important;
}
.rt_slider .slider-nav-light .flickity-prev-next-button svg,.rt_slider .slider-nav-light .flickity-prev-next-button .arrow{
	fill:#f39303;
}
.footer-1 .widgettitle{
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 30px;
	display: block;
	text-transform: uppercase;
}
.footer-1 .is-divider{
	display: none !important;
	background-color:#fca91e;
}
hr{
	border:0.5px solid #5c3d4a !important;
	opacity: 1 !important;
}
.widget_custom_html p{
}
.widget_custom_html p i{
	color: #fff;
}
.widget_custom_html div.rt_icon{
	float: right;
}
.widget_custom_html div.rt_icon i{
	color: #fca91e;
	font-size: 16px;
	padding-left: 5px;
}
.rt_form{
	position: relative;
	margin-top: 10px;
}
.rt_form input{
	width: 100%;
	height: 35px;
	border-radius: 4px;
	margin-bottom: 0;
}
.rt_form .wpcf7-submit{
	height: 35px;
	padding: 0;
	border-radius: 0;
	margin-top: 0 !important;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #aa2328 !important;
}
.footer-2{
	padding: 0 !important;
}
.footer-2 .widget {
	padding : 0;
	margin-bottom: 0 !important;
}
.footer-2 p{
	color: #7d7d7d;
	font-size: 15px;
	border-top: 1px solid #7d7d7d;
	line-height: 44px;
	margin-bottom: 0;
}
.footer-2 ul.menu{
	float: right;
}
.footer-2 ul.menu li{
	float: left;
	border:none;
}
.footer-2 ul.menu li a{
	color: #fca91e;
	padding: 0 10px;
	border-left: 1px solid #fca91e;
}
.footer-2 ul.menu li:nth-child(1) a{
	border:none;
}
.footer-2 ul.menu li ul{
	display: none;
}
.single-product .box-text{
	overflow: hidden;
	display: block;
}
.single-product .add_to_cart_button{
    background: #fff !important;
    color: #000;
    font-weight: 500;
    line-height: 32px;
    height: 32px;
    border: 2px solid #fccb4e;
    padding: 0 15px;
    float: right;
    text-align: right;
    font-size: 15px;
    border-radius: 40px;
}
.single-product .added_to_cart{
    background: #fff !important;
    color: #000;
    font-weight: 500;
    text-transform: inherit;
    line-height: 37px;
    height: 37px;
    border: 2px solid #fccb4e;
    padding: 0 10px !important;
    margin-top: 12px;
    font-size: 14px;
    text-align: right;
    border-radius: 40px;
    float: right;
}
.single-product .added_to_cart:after{
	display: none;
}
.added_to_cart:hover , .ajax_add_to_cart:hover{
	background: #fec70a !important;
	color: #333 !important;
    box-shadow: inset 0 0 0 100px rgb(254 199 10);
}
.single-product .box-text{
	padding: 15px !important;
    overflow: hidden;
    text-align: left;
}
.single-product .box-text .product-title{
}
.single-product .box-text .price{
}
.single-product .page-title{
	background: #ffffff;
}
a.devvn_buy_now_style{
	background: #fe9960 !important;
}
.quantity+.button,.devvn-popup-title,.popup-customer-info-group .devvn-order-btn{
	font-size: 19px;
    color: #000;
    line-height: 46px;
    height: 46px;
    border-radius: 8px;
    padding: 0 20px;
    padding-left: 50px !important;
    font-weight: bold;
    background: url(img/gh.png) 10px 10px no-repeat #feb90c !important;
}
.single-product h1.entry-title{
	font-size: 28px;
	color: #000;
	font-weight: 500;
	text-transform: uppercase;
}
.single-product .rt_msp{
	margin-bottom: 5px;
	font-size: 14px;
	color: #404040;
}
.single-product .price2{
	margin-bottom: 5px;
}
.single-product .salep{
	font-size: 14px;
	color: #ef0c0c;
}
.single-product ins{
	font-size: 16px;
	line-height: 32px;
	color: #ee0d0d;
	font-weight: 400 !important;
}
.rt_woocommerce_single_product_summary .price2 ins span{
	font-size: 22px;
}
.rt_woocommerce_single_product_summary .sale{
	    font-size: 14px;
    color: #999999;
    font-weight: 400 !important;
}
.rt_woocommerce_single_product_summary .price2 del{
	padding: 0 5px;
}
.price2 ins span{
	color: red;
	font-size: 17px;
	font-weight: 500;
}

.single-product del{
	font-size: 14px;
	color: #999999;
	font-weight: 400 !important;
}

.single-product .cart{
	clear: both;
	margin-bottom: 5px;
}
.single-product .product-main{
	padding-bottom: 0;
}
.single-product .widget_custom_html{
	margin-bottom: 10px;
}
#main{
	background: #ffffff;
}
.percent{
	display: none;
}
.product-summary .percent{
	display: contents !important;
}
.price2 > span{
	font-size: 16px;
	color: #ee0d0d;
	font-weight: 700;
}

/* 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: #00aced;
}
.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;
}
.row_img_new > .col{
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-nav > li .nav-dropdown{
	width: 100%;
	display: none;
    transform: translateY(20px);
    transition: all 0.8s ease 0s;
}
.header-nav > li:hover .nav-dropdown{
    display: block;
    transform: translateY(0px);
}
.header-nav > li .nav-dropdown > li{
	display: block;
	width: 100%;
	position: relative;
}
.header-nav > li .nav-dropdown li{
	white-space: unset !important;
}
.header-nav > li .nav-dropdown > li a{
	color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-transform: unset;
    border-bottom: none;
    border-top:1px solid #fff;
    margin: 0 !important;
    padding-left: 10px;
}
.header-nav > li .nav-dropdown > li a:hover{
	color: yellow;
}
.header-nav > li .nav-dropdown li ul{
	position: absolute !important;
    top: 0;
    left: 100% !important;
    width: 100%;
    border:0;
    opacity: 0;
}
.header-nav > li .nav-dropdown li:hover > ul{
	opacity: 1;
	z-index: 9999;
}
.header-nav > li .nav-dropdown li ul li{
	margin-top: 0 !important;
	position: relative;
}
.nav-dropdown-default {
    padding: 0;
    background: #2a6ebb;
    top: 50px;
    border: 0;
    left: 0 !important;
}
.single-product .product-container .product-gallery-slider{
	border: 1px solid #ccc;
}

.row> div.slick-arrow:not(.col):not([class^="col-"]){
	width: 20px  !important;
}

/*box__content__rights */
.box__content__left .menu {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 6px;
}
.box__content__left .menu li a{
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.box__content__left  .widget_recent_entries ul li a {
	color: #fff;
}
.box__content__left .menu li a:hover{
	color: #2a6ebb;
}
.box__content__rights{
	margin-bottom: 30px;
}
.box_width{
	padding-top: 30px;
}
.heading_td_rt{
  font-size: 25px;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: inherit;
}
.box__content__rights .headings{
	display: inline-block;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  position: relative;
  border-bottom: 2px solid #ddd;
  margin-bottom: 17px;
}
.box__content__rights .headings:after{
	content: "";
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 2px;
	width: 50px;
	background: #f20d0d;
}
.box__content__rights .box__colum__nth2{
	overflow: hidden;
	display: block;
	margin: 0 -10px;
}
.box__content__rights .news-post-news{
	width: 50%;
	float: left;
	padding: 0 10px;
	margin-bottom: 20px;
}
.box__content__rights .news-post-news img{
	height: 250px;
	width: 100%;
	object-fit: contain;
	border-radius: 6px;
}
.box__content__rights .news-post-news{
	position: relative;
}
.box__content__rights .news-post-news .box__content h3{
	text-align: center;
}
.box__content__rights .news-post-news .box__content h3 a{
    font-size: 20px;
    color: #000;
    line-height: 24px;
    display: block;
    font-weight: 600;
	margin-top: 10px;
}
.box__content__rights .news-post-news .box__content .box__des p{
	   margin-bottom: 5px;
    font-size: 15px;
    line-height: 22px;
    color: #838383;
    text-align: justify;
    max-height: 88px;
    overflow: hidden;
}
.box__content__left  .is-divider{
	display: none;
}
.box__content__left .menu{
	border: 1px solid #ccc;
	padding: 0 12px;
	border-radius: 0 0 6px 6px;
}
.box__content__left .menu li a{
	color: #000;
}
.box__content__left .menu li a:hover{
	color: #2a6ebb;
}
.box__content__left .news-widget-style-5{
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 0 0 6px 6px;
}
.date_rt_icon{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.date_rt_icon span{
	font-size: 18px;
}
.date_rt_icon .rt_icon_news{
	display: inline-block;
	float: right;
}
.date_rt_icon .rt_icon_news li{
	list-style: none;
}
.date_rt_icon .rt_icon_news li i{
	font-size: 18px;
	color: #333;
}
.date_rt_icon .rt_icon_news li a:hover i{
	color: #2a6ebb;
}
.date_rt_icon .rt_icon_news li a{
    border-radius: 40px;
    background-color: #f2f2f2;
    width: 37px;
    height: 37px;
    line-height: 37px;
    color: #1a1a1a;
    display: inline-block;
    text-align: center;
}
#related-post1 .box__colum__news h3 a{
	color: #333;
	font-size: 17px;
}
#related-post1 .box__colum__news li a{
	color: #333;
	font-weight: 500;
	font-size: 17px;
	line-height: 25px;
}
#related-post1 .box__colum__news li a:hover{
	color: #2A6EBB;
}
.product-summary .quantity{
	margin-top: 5px;
}
.shop-container .products > .product-small {
    padding: 0 15px 30px !important;
}
.shop-container .products .box-text{
	overflow: hidden;
	display: block;
}

.rt_thuong_hieu li{
	list-style: none;
	text-align: center;
	margin: 0;
}
.thuong_hieu .rt_thuong_hieu{
	display: block;
}
/*section_slider_new*/
.section_slider_new{
	border-bottom: 1px solid #e1e1e1;
}
.section_slider_new .col{
	padding-bottom: 0 !important;
}
.section_slider_new .box-image{
	display: none;
}
.section_slider_new  .box-bounce .box-text{
	padding: 0;
}
.box-bounce:hover .box-text{
	transform:unset;
}
.section_slider_new .box-text .post-title{
	display: inline-block;
	float: left;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
	position: relative;
	font-weight: 500;
	line-height: 38px;
	width: auto;
}
.section_slider_new .box-text .post-title:after{
	position: absolute;
	content: "";
	top: 15px;
	left: 0;
	height: 6px;
	width: 6px;
	border-radius: 40px;
	background: #2a6ebb;
}
.section_slider_new .box-text .is-divider{
	display: none;
}
.section_slider_new .box-text .post-meta {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #2a6ebb;
	font-weight: 500;
	line-height: 38px;
	width: auto;
}
.section-title-container{
	margin-bottom: 0px;
}
.section-title-normal span{
	border: unset;
	font-size: 23px;
	color: #000;
	font-weight: bold;
	line-height: 36px;
}
.heading__cate >a {
	border: unset;
	font-size: 23px;
	color: #000;
	font-weight: bold;
	line-height: 45px;
	text-transform: uppercase;
}
.heading__cate {
    border-bottom: 2px solid #2a6ebb;
    position: relative;
    margin-bottom: 20px;
}
.heading__cate  .list__child {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
}.heading__cate  .list__child a {
	margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #8f8f8f;
    display: block;
    max-height: 44px;
    overflow: hidden;
    font-weight: 400;
}
.heading__cate  .list__child a:after {
	content: "|";
	color: #8f8f8f;
	padding: 0 10px;
}
.heading__cate  .list__child li:last-child a:after {
	display: none;
}
.heading__cate  .list__child li {
	margin: 0 auto;
}
.flickity-button{
	background-color: unset !important;
	box-shadow: unset !important;
}
.section_noi_bat{
	padding-bottom: 0 !important;
}

/*section__news*/
.section__news .large-4 {
	padding:0 8px!important;
}
.section__news .rt_img_news{
	padding: 0 7px;
	margin-bottom: 30px;
}
.section__news .rt_img_news .image-zoom{
    border-radius: 10px;
}
.section__news .post-title {
	font-size: 16px;
	font-weight: 600;
	color: #333;
	text-transform: inherit;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	display: block;
}
.section__news  .from_the_blog_excerpt {
	font-size: 14px;
	font-weight: 400;
	color: #7a7a7a;
	line-height: 18px;
}
.section__news  .post-meta {
	font-size: 13px;
	color: #7a7a7a;
	line-height: 28px;
	margin-bottom: 5px;
}
.section__news .is-divider {
	display: none;
}
.section__news .box-image .image-cover{
	display: block;
	border-radius: 8px;
	overflow: hidden;
}
.section__news  .large-12 {
	padding-bottom: 0!important
}
.section__news {
	padding-bottom: 0!important;
}
/*ph_05*/
.ph_05 .sidebar_left{
    max-width: 70%;
    flex-basis: 70%;
}
.ph_05 .sidebar_right{
	max-width: 30%;
    flex-basis: 30%;
}
.ph_05 .box-image .image-cover {
	display: block;
	border-radius: 5px;
	overflow: hidden;
}
.ph_05 .post-title {
	font-size: 15px;
	font-weight: 600;
	color: #333;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	display: block;
	text-align: left;
}
.ph_05   .post-meta {
	font-size: 13px;
	color: #7a7a7a;
	padding-top: 10px;
	margin-bottom: 5px;
	text-align: left;
}
.sidebar-wrapper   .is-divider {
	display: none;
}
.ph_05 .box-text {
	padding: 12px 0;
}
.sidebar_left  .blog_news_01 .post-item{
	padding-bottom: 10px !important;
}
/* Nien giam */

/*sidebar-wrapper*/

.sidebar-wrapper .widget_mynew3 > span{
	border: unset;
}
.sidebar-wrapper .widget_mynew3 .widget-title  span {
 	background-color: #2a6ebb;
 	color: #fff;
 	font-size: 20px;
 	display: inline-block;
 	line-height: 38px;
 	height: 38px;
 	padding: 0 20px;
 	font-weight: 500;
 	border-radius: 60px;
}
.sidebar-wrapper .sidebar-wrapper {
 	position: relative;
}
.sidebar-wrapper .news-item-posts {
	 display: block;
	 overflow: hidden;
	 margin-bottom: 20px;
	 border-radius: 8px;
	 
}
.sidebar-wrapper .news-style-2 .box_first_posts .boxx__innner .box__slider{
	background-image: linear-gradient(to right, #eb090cc7 , #fff0);
}
.sidebar-wrapper .news-style-2 .news-item-posts:nth-child(3) .boxx__innner .box__slider ,
.sidebar-wrapper .news-style-2 .news-item-posts:nth-child(4) .boxx__innner .box__slider{
	background-image: linear-gradient(to right, #229696 , #fff0);
}
.sidebar-wrapper .widget_mynew3 .box_first_posts .boxx__innner .box__slider h4{
	line-height: 22px;
	position: relative;
	top: 60%;
}
.sidebar-wrapper .widget_mynew3 .box_first_posts .boxx__innner .news-thumb img{
	height: 145px;
	width: 100%;
	object-fit: cover;
}
.sidebar-wrapper .news-widget-sidebar-widget .news-item-sidebar img{
	border-radius: 10px;
	object-fit: cover;
}
.sidebar-wrapper .widget_mynew2 .box__slider h4 a{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
}
.sidebar-wrapper .widget-title {
	font-size: 22px;
	font-weight: 600;
	color: #353434;
	line-height: 36px;
	display: block;
	border-bottom: 2px solid #2a6ebb;
	margin-bottom: 20px;
}

.sidebar-wrapper  .news-widget-style-5{
	background: #f7f7f7;
	padding: 20px;
}
.sidebar-wrapper .news-widget-style-5 img{
	border-radius: 8px;
}
/*new*/
.blog_news_02 .box__colum__right ,
.blog_news_02 .box__colum__left{
	width: 100%;
}
.blog_news_02 .box__colum__left{
	margin-bottom: 25px;
}
.blog_news_02 .box__colum__left .boxx__innner{
	overflow: hidden;
	display: block;
	background: #f7f7f7;
}
.blog_news_02 .news-block-widget-style-4 .box__colum__left .news-thumb{
	width: 49%;
	float: left;
} 
.blog_news_02 .news-block-widget-style-4 .box__colum__left .box__slider{
	width: 49%;
	float: right;
	padding: 70px 10px;
}
.blog_news_02 .news-block-widget-style-4 .box__colum__left .news-thumb img{
	height: 320px;
	width: 100%;
	object-fit: cover;
}
.blog_news_02 .news-block-widget-style-4 .box__slider h4 a{
	height: auto;
}
.blog_news_02 .news-block-widget-style-4 .box__slider .date{
	line-height: 30px;
	height: 30px;
}
.blog_news_02 .news-block-widget-style-4 .box__slider .box__description p{
	height: 88px;
}
.blog_news_02 .news-block-widget-style-4 .box__colum__left .box__slider .views__all{
	display: none;
}
.blog_news_02 .box__colum__right{
	width: 100%;
	overflow: hidden;
	padding: 0;
	display: block;
}
.blog_news_02 .box__colum__right .news-item-clear{
	width: 50%;
	float: left;
	padding: 0 10px;
}
.blog_news_02 .news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb{
	width: 110px;
	height: 80px;
}
.blog_news_02 .news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider{
	width: calc(100% - 125px);
	padding: 0;
}
.blog_news_02 .news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .box__description{
	display: none;
}
.blog_news_01 , .blog_news_02 , .blog_news_03 , .blog_news_04{
	padding-bottom: 20px !important;
}
/*tai_lieu*/

.tits {
    border-bottom: 1px solid #d0d0d0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 10px;
}
.new-list3{
	margin: 0 -18px;
}
.new-list3 .news-item-sidebar-clear{
	width: 50%;
	float: left;
	padding: 0 18px;
	margin-bottom: 36px;
}
.new-list3 .news-item-sidebar-clear .boxx__innner{
	background: #f6f6f6;
}
.new-list3 .news-item-sidebar-clear .boxx__innner .news-thumb{
	width: 180px;
	float: left;
	border: 4px solid #e7e7e7;
	height: 258px;
}
.new-list3 .news-item-sidebar-clear .boxx__innner .news-thumb img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.new-list3 .news-item-sidebar-clear .boxx__innner .box__slider{
	width: calc(100% - 180px);
	float: right;
	padding: 30px;
}
.new-list3 .news-item-sidebar-clear .boxx__innner .box__slider .slogan{
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	color: #727272;
}
.new-list3 .news-item-sidebar-clear .boxx__innner .box__slider h4{
	margin-bottom: 10px;
}
.new-list3 .news-item-sidebar-clear .boxx__innner .box__slider .news-title{
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #484848;
}
.new-list3 .news-item-sidebar-clear .boxx__innner .box__slider .down_load{
	display: inline-block;
	line-height: 28px;
	padding: 0 13px;
	border: 1px solid #2a6ebb;
	text-transform: uppercase;
	color: #2a6ebb;
	font-size: 14px;
	background: #fff;
	font-weight: 500;
}
.new-list3 .news-item-sidebar-clear .boxx__innner .box__slider .down_load:hover{
	background: #2a6ebb;
	color: #fff;
}
/*rt_form_tcc */
.rt_form_tcc {
	padding-bottom: 0 !important;
}
.rt_form_tcc .section-title-normal{
	border: unset;
}
.rt_form_tcc .section-title-normal span{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 32px;
}
.menu-chinh-sach-ban-hang-container ul {
	list-style: none;
}

/*rt_ft_lien_ket*/
.slide_logo .slick-list .large-3{
	flex-basis: 100%;
	max-width: 100%;
}
.rt_ft_lien_ket {
	display: flex;
	flex-direction: column;
}
.rt_ft_lien_ket a {
	color: #959595!important;
	border: 1px solid #959595;
	border-radius: 8px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.footer-1 a:hover, .footer-1 a.remove:hover, .footer-1 a.icon-circle:hover {
    color: #2a6ebb!important;
}
.footer-1 .menu li a:hover {
    color: #2a6ebb!important;
}
.rt_ft_lien_ket i {
	float: right;
}
.footer-1 .row .large-3:nth-child(1) {
    max-width: 30%;
    flex-basis: 30%;
}
.footer-1 .row .large-3:nth-child(2) {
    max-width: 20%;
    flex-basis: 20%;
    padding-left: 0;
}
.footer-1 .row .large-3:nth-child(3){
    max-width: 20%;
    flex-basis: 20%;
}
.footer-1 .row .large-3:nth-child(4){
    max-width: 30%;
    flex-basis: 30%;
}
.footer-1 .row .large-3 {
	padding-bottom: 10px!important;
}

.footer-2 .large-12 {
	padding-bottom: 0!important;
}
/* rt-breadcrumbs*/
.home .rt-breadcrumbs {
	display: none;
}
.rt-breadcrumbs a {
	font-size: 14px;
	line-height: 35px;
	color: #838383;
}
.breadcrumb_last{
	font-size: 14px;
	line-height: 35px;
	color: #000;
}
/*box__right__layout */

.sidebar-wrapper  .news-item-posts h4 {
	display: block;
    overflow: hidden;
    height: 45px;
}
.sidebar_right .widget_media_image img {
	width: 100%;
}
.page-numbers{
	overflow: hidden;
	display: block;
	width: 100%;
}
/*section_01*/
.section_01{
	padding-bottom: 0 !important;
}
.section_01 .sidebar_left{
	max-width: 68%;
    flex-basis: 68%;
}
.section_01 .sidebar_right {
	max-width: 32%;
    flex-basis: 32%;
}
.section_01 .left_right .slider-for{
	margin-bottom: 24px;
}
.sidebar_right .widget_media_image{
  position: relative;
  margin-bottom: 15px;
}
.section_01 .rt_01_blog_img .large-4:nth-child(1) .col-inner ,
.section_01 .rt_01_blog_img .large-4:nth-child(3) .col-inner{
	padding-top: 26px;
}
.section_01 .rt_01_blog_img .large-4 .col-inner{
	background: #2A6EBB;
  padding: 20px;
  border-radius: 6px;
  height: 96px;
  position: relative;
  background: url(img/n1.png) no-repeat;
  background-size: cover;
}
.section_01 .rt_01_blog_img .box-text{
	padding: 0 12px;
	padding-right: 0;
}
.section_01 .rt_01_blog_img .box-text h4{
	font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
}
.section_01 .rt_01_blog_img .box-text p{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
.section_01 .large-4 .img{
	box-shadow: 0px 0px 8px #a7a7a7;
    border-radius: 10px;
}
.slick-prev {
  position: absolute;
  top: -95%;
  left: -4px;
  z-index: 9;
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.slider-nav .slick-next {
  position: absolute;
  top: -95%;
  right: -2px;
  z-index: 9;
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.slick-arrow i {
  color: #fff;
  background: #2A6EBB;
  font-size: 25px;
  padding: 5px 14px;
  border-radius: 50px;
}
.news-style-3 .news-item-top .boxx__innner .news-thumb {
	height: 162px;
	overflow: hidden;
	display: block;
	border-radius: 6px;
	margin-bottom: 15px;
}
.news-style-3 .news-item-top .boxx__innner .news-thumb img{
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease; 
  -moz-transition: -moz-transform 0.5s ease; 
  transition: transform 0.5s ease;
}
.news-style-3 .news-item-top .boxx__innner .news-thumb:hover img{
  -webkit-transform: scale(1); 
  -moz-transform: scale(1); 
  -o-transform: scale(1.1); 
  transform: scale(1.1);
}
.news-style-3 .news-item-top .box__slider h4 a{
	font-size: 16px;
	font-weight: 500;
	height: 54px;
	overflow: hidden;
	display: block;
	color: #333;
	line-height: 27px;
}
.news-style-3 .news-item-top .box__slider .date{
	font-size: 14px;
	color: #888888;
	font-weight: 400;
	line-height: 22px;
}
/*section_02*/
.section_02 .tabbed-content .tab-panels{
	padding-top: 0;
}
.section_02 , .section_02 .large-8{
	padding-bottom: 0 !important;
}
.section_02 .large-8 > .col-inner > .row > .large-6{
	padding-bottom: 15px;
}
.section_02 .news-widget-sidebar-widget:nth-child(1) ,
.section_02 .news-widget-sidebar-widget:nth-child(2){
	margin-bottom: 15px;
}
.section_02 .news-widget-sidebar-widget .news-item-sidebar .boxx__innner{
	overflow: hidden;
	display: block;
}
.section_02 .news-widget-sidebar-widget .news-item-sidebar .news-thumb{
  float: left;
  width: 130px;
  border-radius: 8px;
}
.section_02 .news-widget-sidebar-widget .news-item-sidebar .news-thumb img{
	height: 100px;
	width: 100%;
	object-fit: cover;
}
.section_02 .news-widget-sidebar-widget .news-item-sidebar .box__slider{
	float: right;
  width: calc(100% - 145px);
}
.section_02 .news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .box__slider{
	width: 100%;
	height: 47px;
}
.section_02 .news-widget-sidebar-widget .news-item-sidebar{
	padding-bottom: 15px;
	border: unset;
}
.section_02 .news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner {
    overflow: hidden;
    clear: both;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #ddd;
}
.section_02 .slider_nxp style{
	display: none !important;
}
.section_02 .section-title-normal{
	border: unset;
}
.section_02 .section-title-normal span{
	background: #2A6EBB;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	line-height: 42px;
	border-radius: 8px 25px 0 0px;
	height: 42px;
	padding: 0 20px;
	margin-right: 0 !important;
}
.section_02 .tabbed-content .nav{
	position: relative;
  top: -53px;
  margin-bottom: -40px;
  border-bottom: 1px solid #DDDDDD;
}
.section_02 .tabbed-content .nav li a{
	font-size: 16px;
	font-weight: 500;
	line-height: 42px;
	color: #333;
	padding: 0;
}
.section_02 .tabbed-content .nav li:hover a ,
.section_02 .tabbed-content .nav li.active a{
	color: #004390 !important;
}
.section_02 .slider_nxp .rt_slider_01 .large-4 .col-inner{
	position: relative;
}
.section_02 .slider_nxp .rt_slider_01 .large-4 .col-inner .video-button-wrapper{
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  height: 100%;
	width: 100%;
}
.section_02 .slider_nxp .rt_slider_01 .large-4 .col-inner .video-button-wrapper a{
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    margin: 0 auto;
	border: unset;
}
.section_02 .slider_nxp .rt_slider_01 .large-4 .col-inner .video-button-wrapper a:hover{
	background-color: unset !important;
}
.section_02 .slider_nxp .rt_slider_01 .large-4 .col-inner .video-button-wrapper i{
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 34px;
}
.section_02 .slider_nxp .rt_slider_01 .large-4 .col-inner .video-button-wrapper i:hover{
	color: #2489db;
	border: 2px solid #2489db;
}
.section_02 .slider_nxp .img{
	margin-bottom: 0 !important;
}
.section_02 .slider_nxp .rt_slider_01 .img-inner{
	padding-top: 384px !important;
}
.section_02 .slider_nxp .slick-prev{
	top: -85%;
}
.section_02 .slider_nxp .slick-next{
	right: 12px;
	top: -85%;
}
.section_02 .slider_nxp .rt_slider_02 .col {
	padding-bottom: 0;
}
.section_02 .slider_nxp .rt_slider_01 img{
	height: 384px;
	width: 100%;
	object-fit: cover;
}
.section_02 .slider_nxp .rt_slider_02 img{
	height: 167px;
	width: 100%;
	object-fit: cover;
}
.section_02 .slider_nxp .rt_slider_02 .large-4 .col-inner{
	position: relative;
}
.section_02 .slider_nxp .rt_slider_02 .large-4 .col-inner .video-button-wrapper{
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  height: 73%;
	width: 100%;
}
.section_02 .slider_nxp .rt_slider_02 .large-4 .col-inner .video-button-wrapper a{
  margin: 0 auto;
	border: unset;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
}
.section_02 .slider_nxp .rt_slider_02 .large-4 .col-inner .video-button-wrapper a:hover{
	background-color: unset !important;
}
.section_02 .slider_nxp .rt_slider_02 .large-4 .col-inner .video-button-wrapper i{
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 34px;
    font-size: 27px !important;
}
.section_02 .slider_nxp .rt_slider_02 .large-4 .col-inner .video-button-wrapper i:hover{
	color: #2489db;
	border: 2px solid #2489db;
}
.section_02 .slider_nxp .rt_slider_02 .large-4 .col-inner h4{
	font-size: 17px;
	color: #333;
	font-weight: 500;
	line-height: 26px;
	margin-top: 12px;
	margin-bottom: 0;
}
.section_02 .slider_nxp .rt_slider_02 .large-4 .col-inner p{
	font-size: 14px;
	color: #888888;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
}
.section_02 .slider_nxp .img{
	margin-bottom: 0;
}
.flickity-button {
	opacity: 1;
}
.flickity-button svg{
	background: #2A6EBB;
	color: #fff;
	border-radius: 40px;
	margin-top: 0 !important;
}
.slider-nav-reveal .flickity-prev-next-button.next{
  right: 4px !important;
}
.slider-nav-reveal .flickity-prev-next-button.previous{
	left: 4px !important;
}
.hoi_dap_01 .sidebar-wrapper .widget,
.content__left .sidebar-wrapper .widget,
.box__content__left .sidebar-wrapper .widget {
	margin-bottom: 30px;
}
.box__content__left .sidebar-wrapper .widget:last-child{
	margin-bottom: 0;
}
.content__left .sidebar-wrapper .widget{
	padding-left: 30px;
}

.widget .widgettitle,
.box__content__left .sidebar-wrapper .widget-title{
	background: #2A6EBB;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 40px;
	color: #fff;
	margin-bottom: 0;
	padding: 0 20px;
	border-radius: 6px 6px 0 0;
}
.widget_countperday_widget .cpd,
.box__content__left .sidebar-wrapper .cpd{
	border: 1px solid #E3E3E3;
	padding: 10px 20px;
	border-radius: 0 0 6px 6px;
}
.widget_countperday_widget .cpd li,
.box__content__left .sidebar-wrapper .cpd li{
	line-height: 38px;
	padding-left: 25px;
}
.widget_countperday_widget .cpd li:nth-child(1),
.box__content__left .sidebar-wrapper .cpd li:nth-child(1){
	background: url(img/tk1.png) 0 10px no-repeat;
}
.widget_countperday_widget .cpd li:nth-child(2),
.box__content__left .sidebar-wrapper .cpd li:nth-child(2){
	background: url(img/tk2.png) 0 10px no-repeat;
}
.widget_countperday_widget .cpd li:nth-child(3),
.box__content__left .sidebar-wrapper .cpd li:nth-child(3){
	background: url(img/tk3.png) 0 10px no-repeat;
}
.widget_countperday_widget .cpd li:nth-child(4),
.box__content__left .sidebar-wrapper .cpd li:nth-child(4){
	background: url(img/tk4.png) 0 10px no-repeat;
}
.widget_countperday_widget .cpd li:nth-child(5),
.box__content__left .sidebar-wrapper .cpd li:nth-child(5){
	background: url(img/tk5.png) 0 10px no-repeat;
}
.widget_countperday_widget .cpd li span,
.widget_countperday_widget .cpd li span,
.box__content__left .sidebar-wrapper .cpd li span{
	padding: 0;
}
.widget_media_gallery .gallery,
.box__content__left .sidebar-wrapper .gallery{
	margin-left: -4px !important;
	padding-top: 5px;
	margin-right: -4px !important;
} 
.widget_media_gallery .gallery-item,
.box__content__left .sidebar-wrapper .gallery-item{
	padding: 0 4px;
}
.widget_media_gallery .gallery .slick-prev,
.box__content__left .sidebar-wrapper .gallery .slick-prev{
  left: unset;
  right: 30px;
  top: -33px;
  width: 20px;
}
.widget_media_gallery .gallery .slick-next,
.box__content__left .sidebar-wrapper .gallery .slick-next{
	right: 5px;
  top: -33px;
  width: 20px;
  left: unset;
  display: inline-block;
  position: absolute;
}
.widget_media_gallery .gallery .slick-arrow i,
.box__content__left .sidebar-wrapper .gallery .slick-arrow i{
	padding: 0;
	background: unset;
}
.box__content__left .sidebar-wrapper .widget_media_image img{
	width: 100%;
}
#custom_html-13.widget,
.box__content__left .widget:nth-child(1){
	background: url(img/nc.png) no-repeat;
	background-size: cover;
	padding: 20px;
}
.box__content__left .widget:nth-child(1) .widget-title{
	background: unset;
	text-align: center;
	margin-bottom: 15px;
	border: unset;
	font-size: 26px;
}
#custom_html-13.widget .widgettitle,
.box__content__left .widget:nth-child(1) .widget-title span{
	background: url(img/ch.png) 0px 2px no-repeat;
	padding: 0 30px;
	color: #fff;
}
#custom_html-13.widget p,
.box__content__left .widget:nth-child(1) p{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	margin-bottom: 20px;
	padding-left: 72px;
	height: 42px;
	background: url(img/news.png) 0px 8px no-repeat;
}
.box__content__left .widget:nth-child(1) p a,
#custom_html-13.widget p a{
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
}
#custom_html-13.widget .widgettitle{
	text-align: center;
	margin-bottom: 15px;
	border: unset;
	font-size: 26px;
	background-position-x: 64px;
    background-position-y: 7px;
}
.box__content__left .widget:nth-child(1) p:last-child{
	margin-bottom: 8px;
}
.box__cont .boxx__content__single{
	background: url(img/td-gt.png) no-repeat center -410px;
	position: relative;
}
.box__cont .boxx__content__single .bg-ft-top{
	position: absolute;
	top: 2px;
	left: 0px;
	padding: 0 2px;
}
.bg-ft-bottom{
	position: absolute;
	bottom: 2px;
	left: 0px;
}
.box__cont{
	border: solid 3px #e3393c;
}
.box__cont .heading_td_rt{
	text-align: center;
    color: Red;
    font-size: 18px;
    text-decoration: none;
    text-transform: uppercase;
	padding: 30px 50px 0;
	position: relative;
	z-index: 1;
}
.box__cont .boxx__content__single .box__nth_2{
	padding: 20px 40px 40px 40px;
}
.box__cont .boxx__content__single .box__nth_2 p{
	text-align: justify;
	position: relative;
	z-index: 1;
}
/*section_03*/
.section_03 , .section_03 .post-item{
	padding-bottom: 0 !important;
}
.section_03 .news_01 .section-title-normal{
  height: 18px;
  margin-bottom: 30px;
}
.section_03 .section-title-normal span{
	background: #F3F4F5;
  padding-right: 15px;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  font-weight: 700;
}
.section_03 .news_02 .section-title-normal{
  height: 32px;
  margin-bottom: 44px;
}
.section_03 .post-item .box-text{
	display: none;
}
.bm_01 .bo_may{
	display: flex;
    justify-content: center;
	margin-bottom: 27px;
}
.bo_may span{
	border: 1px solid #2A6EBB;
	filter: drop-shadow(0px 0px 42px rgba(0, 0, 0, 0.1));
	border-radius: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #2A6EBB;
	padding: 14px 133px;
}
.bm_01 .block__element_head.box{
	width: 380px;
	margin-bottom: 30px;
}
.bm_01 .box .heading{
	margin-bottom: 0;
}
.bm_01 .box .heading span{
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px 0;
}
.bm_01 .box .heading span::after{
	display: none;
}
.bm_01 .box .box_tt{
	background: #FFFFFF;
    border: 1px solid #DDDDDD;
	border-top: none;
}
.bm_01 .box .box_tt .img_left{
	width: 31%;
    display: inline-block;
	padding: 15px 0px 15px 18px;
}
.bm_01 .box .box_tt .text_right{
	width: 67%;
    display: inline-block;
	vertical-align: top;
	padding-top: 15px;
    padding-left: 5px;
}
.bm_01 .box .box_tt .img{
	width: 98px;
}
.bm_01 .box .box_tt .text_right > div{
	font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
}
.bm_01 .box .box_tt .text_right .hotline{
	border-bottom: 1px dashed #BBBBBB;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.bm_01 .large-12,
.bm_01 .large-6{
	padding-bottom: 0;
}
.bm_01 .large-6 .block__element_head.box{
	margin-bottom: 0;
}
.bm_01 .large-6:nth-child(1) .box{
	margin-right: 0;
}
.bm_01 .large-6:nth-child(2) .box{
	margin-left: 0;
}
.bm_02 .col-inner{
	height: 100%;
}
.bm_02 .block__element_head.box{
	height: 100%;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
}
.bm_02 .heading span{
	font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 54px;
	border-radius: 10px 10px 0 0;
}
.bm_02 .heading{
	height: 93px;
	margin-bottom: 0;
}
.bm_02 .heading span::after{
	display: none;
}
.bm_02 .list_ds{
	background: #FFFFFF;
	padding: 23px 10px;
}
.bm_02 .list_ds .text_nd{
	padding-bottom: 12px;
	margin-bottom: 14px;
	border-bottom: 1px dashed #BBBBBB;
	display: flex;
}
.bm_02 .list_ds .text_nd:last-child{
	border-bottom: none;
}
.bm_02 .list_ds .text_nd img{
	height: 11px;
	margin-right: 8px;
	margin-top: 7px
}
.bm_02 .list_ds .text_nd .text{
		font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
	color: #444444;
}
.hoi_dap_01 .accordion-title.active{
	background-color: #fff;
}
.hoi_dap_01 .accordion .toggle{
	opacity: 1;
}
.hoi_dap_01 .accordion .accordion-title span{
	font-weight: 600;
}
.hoi_dap_01 .large-4 ul.sidebar-wrapper {
	margin-left: 30px;
}
.gioithieu_01 h3{
	font-size: 20px;
    color: #000;
    line-height: 24px;
    display: block;
	overflow: hidden;
	height: 48px;
	margin-top: 10px;
}
.gioithieu_01 .headings{
	display: inline-block;
    color: #000;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    border-bottom: 2px solid #ddd;
    margin-bottom: 17px;
}
.gioithieu_01 .headings:after{
	content: "";
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    width: 50px;
    background: #f20d0d;
}
.gioithieu_01 .box-text{
	padding: 0 15px;
}
.wpcf7 .form-group .col{
	padding-bottom: 0;
}
.wpcf7 .form-group .text-danger{
	color: red;
}
.box__content__rights .news-post-news .thumb{
	position: relative;
}
.box__content__rights .news-post-news .thumb::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.box__content__rights .news-post-news:hover .thumb::after{
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.box__content__rights .news-post-news:hover .box__thumb h3{
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.box__content__rights .news-post-news .box__thumb h3{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	color: #2a6ebb;
    padding: 0 20px;
    z-index: 9;
    text-align: center;
	font-weight: 600;
}
.baiviet{
	margin-left: 30px;
}
.baiviet ul{
	list-style: none;
	border: 1px solid #ddd;
    padding: 5px 15px 0;
}
.baiviet ul a{
	font-weight: 600;
	font-size: 15px;
	color: #222;
}
.baiviet ul a:hover{
	color: #2a6ebb;
	text-decoration: revert;
}
.question-item{
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}
.question-item h2{
	color: #222;
}
.question-item > p{
	margin-bottom: 10px;
}
.question-item > p > b{
	font-size: 17px;
}
.question-item .question-date{
	font-size: 14px;
    color: #a9a7a7;
    padding: 10px 0;
}
.question-item .question-body{
	font-weight: 600;
	font-size: 17px;
	color: #000;
}
.question-item  .question-answer > b{
	color: #2a6ebb;
	padding: 5px 0;
    display: block;
}
#nien-giam-list .col{
	padding-bottom: 10px;
}
#nien-giam-list .form-group label{
	display: block;
    font-size: 1.2em;
    font-weight: 500;
}
#nien-giam-list .form-group input{
	border-radius: 5px;
}
#nien-giam-list .form-group .control-label{
	font-size: 14px;
	color: #000;
    font-weight: 500;
}
#nien-giam-list .form-group .btn-white{
	color: #fff;
	background-color: #2a6ebb;
}
#nien-giam-list .form-group.text-right{
	display: flex;
	justify-content: flex-end;
}
#nien-giam-list .form-group .btn-info{
	height: 40px;
	padding: 10px;
	color: #fff;
	background-color: #f20d0d;
	line-height: 18px;
}
.data_bind_niengiam table{
	border: 1px solid #f1f1f1;
}
.data_bind_niengiam thead tr td{
	border-left: 1px solid #ddd;
	text-align: center;
    padding-right: 5px;
    padding-left: 5px;
	color: #222;
    font-weight: 600;
}
.data_bind_niengiam tbody tr td:nth-child(1){
	text-align: center;
}
.data_bind_niengiam tbody tr td{
	padding-right: 5px;
    padding-left: 5px;
	border-left: 1px solid #ddd;
	color: #222;
}
.data_bind_niengiam tbody tr td:last-child,
.data_bind_niengiam thead tr td:last-child{
	border-left: none;
}
.paginationjs .paginationjs-pages li.active>a{
	background-color: #2a6ebb !important;
}
.paginationjs .paginationjs-pages li >a{
	padding: 0 3px;
}
.paginationjs .paginationjs-pages li{
	margin-left: 0;
}
.hoi_dap_01 .row{
	max-width: 1300px;
}
@media (max-width: 1200px) {
	#wide-nav > .flex-row > .flex-right,
	#wide-nav > .flex-row > .flex-left{
		    display: block !important;
	}
	#wide-nav > .flex-row > .flex-col:nth-child(3){
		display: none;
	}
	.header-bottom .nav > li > a{
		font-size: 12px !important;
	}
	#logo img{
		max-height: 210px !important;
	}
	.heading a, .heading span{
		font-size: 13px;
		padding: 0 11px;
	}
	.box__content__left .widget:nth-child(1) .widget-title span{
		padding: 0 28px;
		font-size: 24px;
	}
	#custom_html-13.widget .widgettitle{
		background-position-x: 7px;
	}
	#custom_html-13.widget p{
		padding-left: 65px;
	}
	.news-style-3 .news-item-bottom .boxx__innner .news-thumb{
		height: 280px;
	}
	.news-style-3 .news-item-bottom .boxx__innner .news-thumb img{
		height: auto;
	}
	.slider-nav .slick-next,
	.slick-prev{
		top: -70%;
	}
	.section_02 .slider_nxp .rt_slider_01 .img-inner{
		padding-top: 337px !important;
	}
	.box__content__left .widget:nth-child(1) .custom-html-widget{
		padding-bottom: 20px;
	}
	.box__content__left .widget:nth-child(1) p{
		line-height: 20px;
    	margin-bottom: 30px;
	}
}