/*--------Contact Home----------*/
.link_page ul li
{ display:inline-block}
.link_page ul li a { color:#aaa; font-size:16px}
.our-client-home.contact { padding-bottom:68px}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}
.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: bold;
}
.ui-datepicker-title { color:#000}
/*Chat face*/
#ff_cfacebook {
    position: fixed;
    bottom: 0;
    right: 10px;
    z-index: 9999;
    width: 265px;
    height: auto;
    box-shadow: 2px 2px 2px 4px rgba(0,0,0,0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

    #ff_cfacebook .fchat {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        display: none;
        background-color: #fff;
    }

#cfacebook .fchat .fb-page {
    margin-top: 0;
    float: left;
}

#ff_cfacebook a.chat_fb {
    float: left;
    padding: 0 15px;
    width: 300px;
    color: #fff;
    text-decoration: none;
    height: 36px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #3a5795;
    border: 0;
    border-bottom: 1px solid #133783;
    z-index: 9999999;
    margin-right: 12px;
    font-size: 16px;
}

    #ff_cfacebook a.chat_fb:hover {
        color: yellow;
        text-decoration: none;
    }
	.scroll_top{
    width: 34px;
    height: 34px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 9999;
    right: 10px;
    bottom: 50px;
    background:#C3996B;
    display: none;
}
.option2 .scroll_top:hover {
    background: #f6c48e;
	text-decoration:none
}
.scroll_top:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: block;
}
.right {
    float: right !important;
}
.mt-0{ margin-top:0px}
.mt-5{ margin-top:5px}
.mb-5{ margin-bottom:5px} 
.mt-10{ margin-top:10px}
.mb-10{ margin-bottom:10px} 
.mt-15{ margin-top:15px}
.mb-15{ margin-bottom:15px} 
.mt-20{ margin-top:20px}
.mb-20{ margin-bottom:20px}
.mt-25{ margin-top:25px}
.mb-25{ margin-bottom:25px} 
.mt-30{ margin-top:30px}
.mb-30{ margin-bottom:30px} 
.bold {
    font-weight: 700;
}
/*-----------Hotline------------*/
.phone-icon {color: #fff;margin: -3px auto;}
.fixed-phone-btn {color:#fff;height: 40px;width: 40px;position: fixed;bottom:5px;left:3px; z-index: 99999;padding: 9px;border-radius: 50%;background: #00B2F0;box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);}
.fixed-phone-btn:before, .fixed-phone-btn:after{content:'';display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0;border-radius: 50%;border: 1px solid #00B2F0;}
.hotline-background {position: fixed;font-size: 20px;font-weight: bold;padding: 8px 0px 1px 47px;bottom: 5px;left:3px;height: 40px;width: 182px;background-color: #00B2F0;border-radius: 40px;color: #fff;z-index: 88888;box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);}
a.hotline-background:hover {color: #fff;}
.fixed-phone-btn:before {animation: ripple 2s linear infinite;-webkit-animation: ripple 2s linear infinite;-moz-animation: ripple 2s linear infinite;}
.fixed-phone-btn:after {animation: ripple 2s linear 1s infinite;-webkit-animation: ripple 2s linear 1s infinite;-moz-animation: ripple 2s linear 1s infinite;}
@keyframes ripple{0% {transform:scale(1); }75% {transform:scale(1.75); opacity:1;}100% {transform:scale(2); opacity:0;}}
@-webkit-keyframes ripple{0% {-webkit-transform:scale(1); }75% {-webkit-transform:scale(1.75); opacity:1;}100% {-webkit-transform:scale(2); opacity:0;}}
@-moz-keyframes ripple{0% {-moz-transform:scale(1); }75% {-moz-transform:scale(1.75); opacity:1;}100% {-moz-transform:scale(2); opacity:0;}}
@-moz-keyframes ripple{0% {-o-transform:scale(1); }75% {-o-transform:scale(1.75); opacity:1;}100% {-o-transform:scale(2); opacity:0;}}

a {
    color: #333;
	text-decoration:none !important
}
ul, li, p, span, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}
.form-search-inner { display:inline-block}
.form-search-inner #keywords {
	padding: 0px 10px;
	height: 30px;
	border: none;
	outline:none}
.form-search-inner .btn-search
{
	position: relative;
	left: -5px;
	border-radius: 0;
	outline: none;
	border: none;
	height: 30px;
	top: 0px;
}
/*---------------Popup---------------*/
.popup-overlay{    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0,0,0,.8);}
.popup-content{    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -22%;
    margin-top: -289px;
	width: 625px;
	height: 588px;
    z-index: 99999;}
.popup-content .close{    
	position: fixed;
    right: 12px;
    cursor: pointer;
    top: 8px;
    color: #fff !important;
    font-size: 26px !important;
    opacity: 1 !important;
    text-shadow: none !important;}
.popup-content .close .fa{   
	margin: 0;
	font-size: 18px;
	color: #fff;
	line-height: 28px;}
.title-pp{font-size: 20px;color: #fff;}
.popup-content .post-content {
	line-height: 18px;
	color: #000;
	height: 495px;
	overflow: auto;
	background: #FFFFCC;
	padding: 10px;
	border-top: 2px solid #CA1907;
	border-left: 2px solid #CA1907;
	border-right: 2px solid #CA1907;
	border-bottom: 20px solid #ca1907;
	margin: 2px;}
.popup-content .cp-modal-body 
	{
	width: 625px;
	height: 588px;
	background: #2880BE;
	padding: 20px;}
.cp-flat-discount .cp-row {
    padding: 5px;
    margin: 0;
}
.cp-modal-body-inner
{
   border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border: 3px  dashed #fff499;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
	padding: 20px;
}
.popup-content .cp-title { font-weight:bold; margin:0; margin-bottom:15px;}
.popup-content .box_form img { max-width: 100%;}
.popup-content .box_form { color:#fff}
.popup-content .box_form p { line-height:20px}
@media (max-width: 768px){.popup-content .cp-modal-body {width: 100%;}}
/*-----------------Banner-------------*/

.title_become.hotline
{
	position:relative;
	    text-shadow: -1px 0 #C3996B, 0 1px #C3996B, 1px 0 #C3996B, 0 -1px #C3996B;
    color: #fff;
}
.title_become.hotline:after
{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #5a3f31;
    line-height: 40px;
    right: -15px;
    top: 3px;
}
.main-menu .sub-menu {
    position: static;
    display: none;
}
.main-menu .sub-menu.open {
    display: block !important;
}
.main-menu .arrow {
color: #000;
    line-height: 1;
    position: absolute;
    right: 10px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 0;
    text-align: center;
    top: 15px;
    width: 20px;
}
/* menu */
.modal-open .menu_web{padding-right: 17px;}
.nav-section-1{position: fixed;  top: 0px;left: 0px; right:0;background-color: transparent;z-index: 999; padding-top:15px;padding-bottom:15px; transition: 1s ease;    _box-shadow: 0 4px 5px 0 rgba(160, 155, 155, 0.2), 0 1px 1px 0 rgba(164, 157, 157, 0.19);
 }
.nav-section-1 .navbar-nav>li {color: #000 !important;padding: 6px 15px !important;font-size: 15px; cursor: pointer;float: right;}
.nav-section-1 .navbar-default{background-color: transparent !important; border:none !important;border-radius:0 !important;margin-bottom:-10px !important;padding:0px; margin-top:15px;}
.nav-section-1 .navbar-collapse{padding-left: 0 !important; padding-right: 0 !important}
.nav-section-1 .menu_web{width: 95%; margin: 0 auto}
/*scroll */
.nav-section-1.scrolled {background: #fff; box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);padding-top:8px;padding-bottom: 8px}
.nav-section-1.scrolled .navbar-nav>li .title_become, .nav-section-1.scrolled .navbar-nav>li .title_become a{color: #C3996B !important;}
/* menu popup*/
.close{opacity: 1 !important;}
.modal-header {padding: 15px;border-bottom: 0px solid #e5e5e5 !important;}
.modal-body{ padding: 0px !important; }
.ul-menu{list-style-type: none;padding: 0px}
.ul-menu li a{text-decoration: none; color: #333; font-size:17px; text-transform: uppercase; }
.ul-menu li a:hover{ color: #C3996B;}
.ul-menu li a.active{ color: #C3996B;}
.ul-menu li{    padding: 15px 15px;
    position: relative;}
.icon-menu{width: 30px; margin-right: 10px; float: left;cursor: pointer;}
.li-home{background-image: url("../images/menu/1.png");background-repeat: no-repeat;list-style-type: none;background-size: 150px 50px; color: #fff;}
.li-home a{color: #fff !important;}
.li-service{background-image: url("../images/menu/2.png");background-repeat: no-repeat;list-style-type: none;background-size: 90% 50px; color: #fff;}
.li-service a{color: #fff !important;}
.li-travel{background-image: url("../images/menu/3.png");background-repeat: no-repeat;list-style-type: none;background-size: 300px 50px; color: #fff;}
.li-travel a{color: #fff !important;}
.li-general{background-image: url("../images/menu/1.png");background-repeat: no-repeat;list-style-type: none;background-size: 200px 50px; color: #fff;}
.li-general a{color: #fff !important;}
.title_become{font-size: 16px; margin-top: 9px;text-align:right; text-transform: uppercase; }
.img-menu{float: right !important;margin-top: 10px;}
.video_banner{ position: relative; }
.ss-banner1{position: absolute !important ; top:30px;}
.ss-banner2{position: absolute !important; top:30%;text-align:center; }
.ss-banner3{position:absolute !important; bottom:50px; }
.content_banner{text-align:center; /*margin-top: 150px;*/margin-bottom: 200px; }
.div_35{width: 35% !important; float: left;}
.div_30{width: 30% !important; float: left;}
.content_why{padding-top:50px; padding-bottom: 50px; padding-left: 50px; }
.img-leaf{width: 120px;position: absolute;z-index: 2;}
.p_why{font-size: 16px; color: #333;}
.item_why strong{font-size: 16px !important; color: #333 !important;  font-weight:normal !important;}
.content_combo p{margin-bottom: 10px; line-height: 1.4}
.title_banner_page{ color: #fff; font-size: 75px;line-height: 0.7 !important;text-transform: uppercase; }
.modal-content{border: 0 solid}
a{text-decoration: none; color: #333;}
a:hover{text-decoration: none; color: #333;}
.img-lang{width: 25px;float:right; cursor: pointer; margin-right:10px; margin-top: 5px;}
.language a {
	display: inline-block !important;
    padding: 0 !important;
}
.hotline a, .book a { text-shadow: -1px 0 #C3996B, 0 1px #C3996B, 1px 0 #C3996B, 0 -1px #C3996B;
    color: #fff;}
.show_menu{width: 40px;float:right; cursor: pointer;}
.menu-d{background: #f3f3f3; padding: 40px 20px;}
.title_become{cursor: pointer;}
/*List Pro Home*/
.section8 .section-title {
    display: table;
    margin: 0 auto;
    font-size: 22px;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    height: 34px;
	text-align:center;
}

.section8 .section-title:before {
        content: '';
        width: 420px;
        height: 1px;
        background: #666;
        position: absolute;
        bottom: 0px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .section8 .section-title:after {
        content: '';
        width: 70px;
        height: 3px;
        background: #039ff9;
        position: absolute;
        bottom: -1px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
/*-----------------------
[7. Block Trending]
-----------------------*/
.block-trending {
    margin-top: 30px;
}

    .block-trending .products-style8 {
        margin-top: 10px;
    }

    .block-trending .owl-controls .owl-prev,
    .block-trending .owl-controls .owl-next {
        width: 36px;
        height: 36px;
        background: transparent;
        border: 1px solid #eaeaea;
        line-height: 35px;
        color: #333;
        top: 48%;
        -moz-transition: all 0.45s ease;
        -webkit-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        transition: all 0.45s ease;
        opacity: 0;
        visibility: hidden;
    }

    .block-trending .owl-controls .owl-prev {
        left: -36px;
    }

    .block-trending .owl-controls .owl-next {
        right: -36px;
    }

    .block-trending .owl-carousel:hover .owl-controls .owl-prev {
        left: -18px;
        opacity: 1;
        visibility: inherit;
    }

    .block-trending .owl-carousel:hover .owl-controls .owl-next {
        right: -18px;
        opacity: 1;
        visibility: inherit;
    }

    .block-trending .owl-controls .owl-prev:hover,
    .block-trending .owl-controls .owl-next:hover {
        background: #0088cc;
        border-color: #0088cc;
        color: #fff;
    }
/*Pro style*/

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.products-style8 .product-container{margin-bottom:30px;border: 1px solid #eaeaea;}
.products-style8 .product-thumb {
    position: relative;
    overflow: hidden;
}

    .products-style8 .product-thumb a {
        position: relative;
    }

    .products-style8 .product-thumb img {
         border-bottom: 1px solid #c1bcbc;
        _width: 100%;
		max-width:100%;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
        display: inherit;
    }

    .products-style8 .product-thumb .secondary_image {
        position: absolute;
        top: -2px;
        left: 0;
        opacity: 0;
    }

    .products-style8 .product-thumb .quick-view {
        position: absolute;
        left: 0;
        bottom: -36px;
        right: 0;
        height: 36px;
        background: rgba(0, 136, 204, 0.7);
        line-height: 35px;
        display: inline-block;
        text-transform: uppercase;
        color: #fff;
        margin: auto;
        text-align: center;
        -webkit-transition: all 0.3s ease-out 0.45s;
        -moz-transition: all 0.3s ease-out 0.45s;
        -o-transition: all 0.3s ease-out 0.45s;
        transition: all 0.3s ease-out 0.45s;
    }

.product-container:hover .product-thumb .quick-view {
    bottom: 0;
}

.products-style8 .tooltip .tooltip-inner {
    background: #0088cc;
    border-radius: 0;
    color: #fff;
    padding: 5px 10px;
}

.products-style8 .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #0088cc;
}

.products-style8 .product-info {
    line-height: 18px;
    text-align: center;
    border-top: solid 1px #ebebeb;
    transition: all .5s;
    -webkit-transition: all .5s;
    padding-bottom: 10px;
    padding-top: 10px;
}

.products-style8 .product-info .product-name {
    font-size: 14px;
    text-transform: uppercase;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.products-style8 .product-info .product-name a{
	color:#333;
	    font-weight: bold;
}
 .products-style8 .product-info .product-code
 {
	 	color:#C51A1D;
	    font-weight: bold;
		margin-bottom:5px;
	}
.products-style8 .product-info .product-name a:hover{
	color:#23527c;
}
.products-style8 .product-info .box-price {
	margin-top: 10px;
	font-size: 16px;
}

	.products-style8 .product-info .box-price .product-price {
		    color: #f7941d;
    font-weight: bold;
	}

	.products-style8 .product-info .box-price .old-price {
		color: #999;
		text-decoration: line-through;
		margin-left: 10px;
	}
.products-style8 .add-to-cart {
    padding: 0 20px;
}


.products-style8 .product-container:hover .secondary_image {
    opacity: 1;
}

.products-style8 .product-container:hover .primary_image {
    opacity: 0;
}

.list-vol{position:relative;text-align:center;margin:0 auto;display:block;padding-top: 15px;}
.list-vol li{    padding: 0 20px;
    display: inline-block;
    line-height: 30px;
    text-transform:uppercase;
    font-weight:600;
}
@media (max-width: 480px)
{
.list-vol li {
    padding: 0 5px !important;
}
.section8 .section-title:before, .section8 .section-title:after
{
	bottom:-16px
}
.section8 .section-title:before{ width:100%}
}
.list-vol li a{display:block; color:#333}
/*News- video*/
.nhom-bv {
    padding-top: 20px;
}
.block-title{
    font-size: 14px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 26px;
}
.nhom-bv h3.block-title {
    border-bottom: 2px solid #039ff9;
}
.nhom-bv h3.block-title span {
    padding: 9px 14px 7px 0px;
    background-color: #039ff9;
    color: #FFF;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0 35px 0 0;
}
.td_module_mx0 {
    margin-bottom: 26px;
    position: relative;
    padding-bottom: 0;
}
.td_module_mx0 img, .td_module_mx img, .nhom-bv .block-home img { max-width:100%;     vertical-align: top;}
.td_module_mx0 .td-module-thumb{	
	width: 100%;
    position: relative;
    width: calc(100% - 0px);
    overflow: hidden;
	height:271px
}
.td_module_mx0 .td-module-thumb a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: inherit !important;
}
.td_module_mx0 .td-module-thumb:before{
	content: "";
    display: block;
    padding-top: 100%;
}
.td_module_mx0 img
{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.nhom-bv .block-home .introhome{ margin-top:23px}
.youtube-vd .td-module-thumb a:before {
    position: absolute;
    margin: 0 auto;
    content: "\f16a";
    font-size: 20px;
    text-align: center;
    top: 45%;
    left: 45%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3db54a;
}
.youtube-vd .td_module_mx0 .td-module-thumb a:before{font: normal normal normal 30px/1 FontAwesome;}
.youtube-vd .td-module-thumb a:before {
    position: absolute;
    margin: 0 auto;
    content: "\f16a";
    font-size: 20px;
    text-align: center;
    top: 45%;
    left: 45%;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3db54a;
}
.youtube-vd .td_module_mx0 .td-module-thumb:hover a:before{color:#f00;}

.td_module_mx0 .td-module-meta-info {
    position: absolute;
    bottom: 0;
   padding: 5px 10px;
    z-index: 1;
    background: rgba(72, 72, 72, 0.53);
}
.td_module_mx0 .td-module-meta-info h3{
	margin:0;
	padding:0;
     font-weight: 400;
    color: #333333;
    font-size: 24px;
    line-height: 24px;
}
.td_module_mx0 .td-module-meta-info h3 a {
    color: #fff!important;
	text-decoration:none
}
.td_module_mx {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
    padding-bottom:10px;
}
.td_module_mx .item-details h3{font-size:16px; padding:0; margin:0;}
.td_module_mx .item-details h3 a{ color:#333; }
.td_module_mx .item-details h3 a:hover{ text-decoration:none; color:#23527c}
.no-padding{padding:0 !important;}
/***********Top header*************/

.option2 .top-header {
    padding: 5px 0;
    background: #2680b4;
}
.top-header .nav-top-links, .top-header .language, .top-header .currency, .top-header .user-info, .top-header .support-link, .top-header .top-bar-social {
    width: auto;
    display: inline-block;
    line-height: 34px;
}
.top-header a {
    border-left: 1px solid #e0e0e0;
    padding-left: 10px;
    margin-left: 10px;
}
.top-header a.first-item {
    margin-left: 0;
    font-size: 20px;
}
.option2 .top-header a .fa {
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    font-size: 14px;
    margin-top: 4px;
}

.option2 .top-header a.first-item .fa {
    margin-right: 10px;
}
.top-header .top-bar-social a {
    border: none;
    padding: 0;
    color: #999;
    font-size: 14px;
}
.option2 .top-header a {
    border-color: #ccc;
    color: #fff;
    font-weight: 300;
	margin-left: 10px;
}
.top-header .support-link {
    float: right;
}
.option2 .form-search .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    color: #f00;
    text-align: center;
    line-height: 40px;
    margin-right: 5px;
    cursor: pointer;
    font-size: 30px;
}
.option2 .form-search {
    width: auto;
    display: inline-block;
    float: right;
    padding-left: 30px;
    position: relative;
}
/*----------Mobile------------*/
@media (max-width: 767px) {
    .home.option2 .header{position:relative;}
    .slide9 .item-slide {
     background-size: cover;
        max-height: 245px;
    }
    .option2 .top-header{padding:0;text-align: center;border-bottom: 1px solid #eee;}
    .option2 .top-header a{border-right:none;}
    .option2 .header{height:auto;}
    .option2 .product-featured .product-list li{min-height:inherit;}
    .top-header .dropdown{display:block;}
     .option2 .top-header .currency {float:none;}
     .dropdown-menu{min-width:inherit;}
     .option2 #main-menu .navbar-collapse{z-index:3;}
     .option2 .form-search .form-search-inner{border:1px solid #eaeaea;}
     .option2 .form-search  .form-inline{padding-left:5px;}
}
@media (max-width: 768px){
	.navbar-default .navbar-nav>li>a {
    color: #fff !important;
	cursor:pointer;
	font-size:15px
}
.option2 .top-header .top-bar-social {
    display: none;
    width: 0;
	
}
.option2 .main-header .logo {
    margin-top: 0;
    position: absolute;
	text-align: right;
}
.option2 .main-header .logo img {
    height: auto;
    margin-top: 0;
    background: rgba(255, 255, 255, 0.91);
    padding: 5px;
    border-radius: 10px;
}
.option2 .mini-cart, .option2 .form-search { margin-top: 5px;}
.option2 .form-search .icon, .option2 .mini-cart .icon {background-color: transparent;}
.option2 #main-menu {
    margin-top: 2px;
    float: left;
}
#main-menu .navbar-collapse {
    padding: 0 15px;
    margin-left: 0px;
    margin-right: 0px;
    background: #eee;
}

.option2 #main-menu .navbar-header {
    background: transparent;
    font-size: 18px;
    margin-top: 3px;
    margin-left: 0;
}
#main-menu .navbar-header .navbar-brand {
    padding: 0;
    padding-right: 10px;
    line-height: 40px;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    float: left;
}
.option2 #main-menu .navbar {
    position: static;
}
#main-menu .navbar {
    border: none;
    margin: 0;
    background: none;
}
#main-menu .container-fluid {
    padding: 0;
}
#main-menu .navbar-header .fa {
    line-height: inherit;
    color: #f00;
}
#main-menu .navbar-header .navbar-toggle {
    border: none;
    padding: 0;
	    background-color: transparent;
}
.option2 .main-header {
    padding: 0 10px;
}
.option2 #main-menu .navbar-collapse {
    position: absolute;
    left: 15px;
    right: 15px;
}
.option2 #main-menu .navbar-collapse {
    z-index:999;
}
#main-menu .navbar-collapse.in {
    overflow-y: inherit;
}
.navbar-default .navbar-nav>.open>a { background:inherit !important}
#main-menu .navbar-collapse {
    padding: 0 15px;
    margin-left: 0px;
    margin-right: 0px;
    background: #1D4C9F;
}
.option2 .form-search .form-search-inner {
    min-width: 246px;
}
.option2 .form-search .form-search-inner {
    border: 1px solid #eaeaea;
}
.option2 .form-search .form-search-inner {
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 10;
}
.option2 .form-search .form-inline {
    padding-left: 5px;
	    background: #fff;
    padding: 8px 0;
    width: 100%;
}
.option2 .form-search .input-serach {
    font-size: 12px;
    display: table-cell;
    width: 100%;
}
.option2 .form-search .input-serach input {
    padding: 3px 10px;
	width: 100%;
	border:none;
	outline:none
}
.option2 .form-search .btn-search {
    width: 40px;
    height: 42px;
    display: inline-block;
    background-color: #333333;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: -2px;
}
.option2 .form-search .btn-search i
{
	position:relative;
	top:0px
}

}
/*------------------Introhome--------------------*/
.introhome { margin-top:25px}
.introhome .image img {
    width: 100%;
    height: 225px;;
    object-fit: cover;
	border:1px solid #D6D6D6;
}
.introhome .x-link {
    height: 64px;
	line-height:32px;
    color: #C3996B;
    font-size: 15px;
	font-size:16px;
	text-transform:uppercase;
	    font-family: 'roboto_bc';
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}
/*-----------------Footer------------------*/
.footer {
    background: #171717 none repeat scroll 0 0;
    padding-top: 40px;
	color:#fff
}
.icon-social ul li {
    display: inline-block;
    margin-right: 15px;
}
.icon-social ul li a {
    display: block;
    background-color: #4267B2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.icon-social ul li a .fa {
    color: #fff;
    font-weight: 500;
    line-height: 12px;
    vertical-align: middle;
    font-size: 16px;
}
.icon-social ul li a.instagram {
    background: #C69D71;
}
.icon-social ul li a.youtube {
    background: #DE2825;
}
.company-item {
    margin-bottom: 20px;
}
.company-item > h3, .company-items > h3{
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
    font-family: 'roboto_bc';
}
.company-item > p, .company-items > p{
    color: #fff;
    margin-bottom: 10px;
}
.company-item > p:before {
    color: #fff;
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    font-size: 18px;
    width: 25px;
    text-align: center;
	content:'';
}
.company-item > p:last-child:before {
	    content: "\f0e0";
}
.company-item > p:nth-last-of-type(2):before {
    content: "\f095";
}
.company-item > p:nth-last-child(3):before {

	    content: "\f041";
}
.company-item > p i
{
	    color: #E6A52D;
}
.copyright {
    padding: 20px 0;
    color: #9C9C9C;
}

/*--------------Advhome-------------------*/
.advhome {     margin: 50px 0;
    box-shadow: 0px 0px 5px #a09b9b;}
	
	
/*---------------Newshome------------------*/

.block-category-other .desc-wrap {
    padding-left: 115px;
}
.desc-wrap h3 {
    margin: 0;
}
.block-category-other .var-font-title {
	font-size: 16px;
	color: #383838;
	display: block;
	line-height: 20px;
	transition: 0.25s;
	font-family:'roboto_bc';
}
.block-category-other .var-font-title:hover { color:#0A408C}
.blog-item-summary {
    font-size: 13px;
    line-height: 24px;
    color: #383838;
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 14px;
}
.blog-item-summary p, .blog-item-summary a {
    margin: 0px;
    padding: 0px;
	line-height:20px
}
.hover_shine {
    width: 100%;
    height: 90%;
    background-image: url('../images/shine.png');
    position: absolute;
    background-position: -265px 0;
    left: 0px;
    top: 0px;
    background-repeat: no-repeat;
    -webkit-transition: background-position .9s ease;
    -moz-transition: background-position .9s ease;
    -o-transition: background-position .9s ease;
    transition: background-position .9s ease;}
.hover_shine:hover {
    background-position: 135px 0;}

.title_caption
{
    margin: 0;
    font-size: 45px;
  	font-family:'hadoospa';
    color: #C3996B;
}
.title_des {
	font-size: 15px;
    color: #383838;
    margin: 0;
    margin-bottom: 15px;}
.title_caption a{   font-family: 'roboto_bc'; color: #383838}


.post-upload-time {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    padding: 5px 0;
    margin-bottom: 7px;
}
.post-upload-time > span {
    color: #777777;
    font-size: 12px;
    margin-right: 30px;
}
.post-upload-time > span i
{
	color:#E6A52B
}
.content-post {
	line-height: 1.7;
    font-size: 13px;
}
.post-item {
	width: 100%;
	clear: both;
	overflow: hidden;
	background: #fff;
	border: 1px solid #D6D5D5;
	margin-bottom: 20px;
	padding: 8px;
}
.post-item .fleft.image-post
{
	width: 115px;
    position: relative;
    overflow: hidden;
    margin-right: 17px;
    float: left;
    height: 108px;
}
.post-item .fright.description-post
{
	display:table-cell
}
.post-item .fleft.image-post img {
    width: 110px;
    height: 105px;
    border-radius: 90%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;}
.feature-post > h4 a
{
	font-family:'roboto_bc';
	color:#383838
}
.list-home-project img
{
	z-index: 0;
	position: relative;
	-webkit-transition: all 1s;
	transition: all 1s;
	-os-transition: all 1s;
}
.list-home-project .feature-post:hover img {
    filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    z-index: 1;
}
.list-home-project .list-feature-post .post-item:hover img
{
	    filter: brightness(1.3);
    -webkit-filter: brightness(1.3);
    -moz-filter: brightness(1.3);
    z-index: 1;
}
.feature-post > h4 a:hover { color:#0a408c}
.description-post > h4 {
font-size: 14px;
    line-height: 23px;
    margin: 0 0 5px;
    overflow: hidden;
    color: #0a408c;
	    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 46px;
}
.description-post > h4 a
{
	font-family:'roboto_bc';
	font-size:16px;
	color:#000;
}
.description-post > h4 a:hover{ color:#383838}
.description-post > span {
    color: #777;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}
.section-content .blog-item .blog-item-thumbnail {
    overflow: hidden;
    padding: 0;
}
.section-content .blog-item .blog-item-thumbnail .category
{
	position: absolute;
	top: 15px;
	background: #DC1F27;
	padding: 4px 10px;
}
.section-content .blog-item .blog-item-thumbnail .category a
{
	color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'roboto_bc';
}
.section-content .blog-item .blog-item-thumbnail img {
    width: 100%;
    height: 155px;
    -o-object-fit: cover;
    object-fit: cover;
	transition: all 0.5s;
    webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.section-content .blog-item.first
{
	margin-bottom:30px;
	margin-top:20px
}
.section-content .blog-item.first .blog-item-thumbnail
{
	position:relative
}
.section-content .blog-item.first .blog-item-thumbnail img
{
	height:305px
}
.section-content .blog-item .blog-item-thumbnail img:hover {
    -webkit-transform: scale(1.2,1.2);
    -webkit-transform-origin: center center;
    -moz-transform: scale(1.2,1.2);
    -moz-transform-origin: center center;
    -o-transform: scale(1.2,1.2);
    -o-transform-origin: center center;
    transform: scale(1.2,1.2);
    transform-origin: center center;
}
.blog-item-name {
    margin: 0;
    position: relative;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item-name a {
    color: #000;
    font-size: 15px;
    font-family: 'roboto_bc';
}
.blog-item-name a:hover {
    color: #0a408c;
    text-decoration: none;
}
/*----------------Newshome-------------------*/
.section_service
{
	height:575px !important
}
.section_service .title_des
{
	position:relative
}
.section_service .title_des:before, .section_service .title_des:after {
    content: "";
    position: absolute;
    width: 2%;
    height: 2px;
    background: #C3996B;
    line-height: 40px;
}
.section_service .title_des:before
{
	left: 34%;
    top: 10px;
}
.section_service .title_des:after {
    right: 34%;
    top: 10px;
}
/*-------------Doi tac---------------*/
.our-client-home, .section_service
{
	background-position: 0px 0px, 50% 50%;
	background-repeat: repeat, no-repeat;
	display: block;
	overflow: hidden;
    padding-top: 0px;
	padding-bottom: 35px;
	background-color: #fff;
	background-size:cover;
}
.contact.section_service .content
{
	margin:auto 15%;
}
.our-client-home .block-title
{
	color: #fff;
    font-family: 'roboto_bc';
    font-size: 24px;
}
.our-client-home .block-title span
{
	display:block;
	font-size:15px;
}
.category-list .product-thumb
{
	position: relative;
    width: calc(100% - 0px);
    overflow: hidden;
	height:305px;
}
.video .product-container .product-thumb:before {
    content: "\f144";
    font-family: FontAwesome;
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    position: absolute;
    top: 8px;
    opacity: 0.5;
    right: 7px;
    z-index: 2;
    padding: 0;
    -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 1;
    top: 40%;
    right: 40%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 35px;
}

.category-list .product-thumb:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.category-list .product-thumb>a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: inherit !important;
}
.category-list .product-thumb img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
    webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
.category-list .product-thumb img:hover{
    -webkit-transform: scale(1.2,1.2);
    -webkit-transform-origin: center center;
    -moz-transform: scale(1.2,1.2);
    -moz-transform-origin: center center;
    -o-transform: scale(1.2,1.2);
    -o-transform-origin: center center;
    transform: scale(1.2,1.2);
    transform-origin: center center;
}
.category-list.category .product-name
{
    position: absolute;
    bottom: 40px;
    background: #DC1F28;
    padding: 5px;
    width: 80%;
    text-align: center;
    margin-left: -190px;
    left: 50%;
}
.category-list.category .product-name a
{
	color:#fff;
	font-size:14px;
	text-transform:uppercase
}
/*--------------Path----------------*/
.path-bound
{
    height: 465px;
    position: relative;
    background-position: 50% 50%;
    background-repeat: repeat, no-repeat;
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 35px;
    background-color: #fff;
    background-size: cover;
}
.path-bound .bottom {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    justify-content: space-around;
}
.title_banner_page {
    color: #fff;
    font-size: 75px;
    line-height: 0.7 !important;
    text-transform: uppercase;
}
.name_category 
{
	position: relative;
	z-index: 999;
	color: #fff;
	top: 70px;
	text-decoration: none !important;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'roboto_bc';
}
.name_category ul li{ display:inline-block}
.name_category ul li a
{
    text-decoration: none !important;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'roboto_bc';
}

.product-list .product-container, .category-list.product .product-container .product-thumb{
    border: 1px solid #DADADA;
    overflow: hidden;
}
.product-list .product-thumb
{
	_height:230px;
}
.product-list .product-info
{
	padding: 5px;
    background: #DB1C25;
    color: #fff;
}
.product-list .title h2
{
	margin:0;
	padding:0;
	margin:30px 0;
	font-size:18px;
		font-family:'roboto_c';
}
.product-list .product-info .product-name { margin:5px 0}
.product-price
{
	font-size:14px;
}
.product-price.discount { text-decoration:line-through; margin-right:25px;}
.product-list .product-info .product-name a { color:#fff}

.header-breadcrumbs { border-bottom:1px solid #E1E1E1; padding-bottom:5px; overflow:hidden}
.header-breadcrumbs ul { margin:0}
.header-breadcrumbs ul li { display:inline-block; margin-right:25px;}
.header-breadcrumbs ul li a
{ text-transform:uppercase; color:#7C7975; font-family:'roboto_bc'; font-size:16px; cursor:pointer}
.header-breadcrumbs ul li.active a
{
	border-bottom: 4px solid #E6A52E;
	padding-bottom: 5px;
	color:#E6A52E
}

.news-detail .brief {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 15px;
    padding-top: 10px;
}
.news_detail .title
{
    padding: 0;
    margin: 15px 0 15px 0;
    font-size: 22px;
    font-family: 'roboto_c';
}
.news-detail .description, .news-detail .description p {
    line-height: 20px;
    line-height: 22px;
}
.newslist-content .description img { max-width:100%; height:auto; margin:5px 0}
.media-item {
    margin-top: 10px;
}
.media-item a {
    color: #333333;
}
.media-item a .fa {
    color: #DC1F28;
    margin-right: 5px;
}
.newshome .block-title {
    margin: 0px;
    position: relative;
}
.newshome hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.newshome .introduce-title {
    text-align: center;
    font-size: 25px;
    padding: 10px 0px;
    position: absolute;
    top: -28px;
    left: 15%;
    right: 15%;
    background: #fff;
    color: #333;
    text-transform: uppercase;
}
/*-----------productdetail--------------------*/

#product .pb-right-column .product-name {

	margin: 0;
    padding: 0;
    font-size: 24px;
    font-family: 'roboto_m';
    margin-bottom: 15px;
	position: relative

}

#product .pb-right-column .form-share {

    border-top: 0px solid #eaeaea;

    padding: 10px 0;

}

.zoomWindow{

    left: 57% !important;

	}

#gallery_zoom a{

	position: relative;

    min-height: 1px;

    float: left;

    -webkit-backface-visibility: hidden;

    -webkit-tap-highlight-color: transparent;

    -webkit-touch-callout: none;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

	margin-right:3px}

#gallery_zoom a img {
	margin: 1px;
    border: 1px solid #eaeaea;
    padding: 7px 10px;
    display: inline-block;
    opacity: 1;
    width: 113px;
    object-fit: cover;
    height: 113px;
}
.thongtin-pro table tr td {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #EEE;
}
.product_detail .slick-prev { opacity:0; left:40%;     -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;}
.product_detail .slick-next { opacity:0; right:40%;     -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;}
.product_detail .product-slide:hover .slick-prev { opacity:1; left:-26px !important}
.product_detail .product-slide:hover .slick-next { opacity:1; right:-30px !important}


@media(max-width:768px){#gallery_zoom a img { width:100%; height:auto !important}}

.product_img_box img { width:100%; height:auto}
.product_img_box #full-img {
height: 350px;
    width: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product_tabs .thongtin-pro {

    padding: 15px 10px;

    border: 1px solid #ccc;

    text-align: justify;

}
.product_tabs .thongtin-pro h1, .product_tabs .thongtin-pro h2 { font-size:15px}
.thongtin-pro img{ max-width:100%}
.zoomLens{



    width: 100px !important;



    height: 100px !important;



    background-color: white;



    cursor: default;



    border: 1px solid rgb(0, 0, 0);



	}

.product-price-group .price
{
	font-size:18px;
	color:#EF0001;
}
.product-price-group .price.discount {
    text-decoration: line-through;
    padding-right: 10px;
	font-size:16px;
}
.info-other, .info-other p { line-height:22px}

/*-----------------Đối tác--------------------*/
.partner_list { margin-bottom:30px}
.partner_list .box
{
	background: #fff;
	padding: 15px 30px;
	border-radius: 5px;
	box-shadow: 0px -1px 5px #a09b9b;
}
.partner_list .blog-item-thumbnail{ margin-bottom:5px;}
.partner_list .blog-item-thumbnail img { margin:0 auto}
.partner_list .cotent-box .title, .partner_list .cotent-box #text
{
	line-height:22px;
	text-align:justify;
}
.partner_list .cotent-box .btn-view
{
	margin:5px 0;
	
}
.partner_list .cotent-box .btn-view a { color:#E8AB3F; font-family:13px}

/*------------------Mobile-------------------*/
@media(max-width:768px){
.mslide-home-bound .slide-items img{ width:0}
.flex-wrap.slide { height:280px}
.w-container {
    margin-right: auto;
    position: absolute;
    left: 15px !important;
    margin-left: 0 !important;
    top: 30% !important;
}
.introhome, .layout-bottom, .layout-center{ margin-top:15px; margin-left:0}
.introhome .box-1{ margin-bottom:15px;}
.advhome { margin:20px 0;}
.our-client-home { height:275px;}
.product-list .product-thumb { height:350px}
.header-breadcrumbs ul li.active a { border-bottom:none}
.name_category { top:15px;}
#product .pb-right-column .product-name { margin-top:15px;}
.path-bound { margin-bottom:5px;}
.header-breadcrumbs { margin-bottom:30px;}
.header-breadcrumbs ul li { line-height:28px;}
.backpage { float: inherit !important	}
@media screen and (max-width: 1200px){
    .main-menu li a {
        font-size: 13px;
        padding: 10px;
    }
    .search a {
        padding: 5px 10px;
    }
    .sidebar-block iframe {
        width: 100%;
    }
    .title-sidebar > h3 {
        font-size: 16px;
    }
    .description-post {
        width: 110px;
    }
    .support-content {
        width: 85%;
    }
    .list-home-product ul li a {
        font-size: 13px;
        padding: 0 0 0 35px;
    }
    .list-home-product li a img {
        height: 24px;
        left: 5px;
    }
    .list-home-product .nav.nav-tabs li {
        border-bottom: 2px solid #dddddd;
        display: table;
        float: none;
        height: 60px;
        width: 100%;
    }
    .category-content {
        width: 55%;
    }
    .filter-paging select {
        display: block;
    }
}
@media screen and (max-width: 980px){
    .main-menu li a {
        font-size: 11px;
        padding: 7px 4px;
    }
    .search a {
        font-size: 13px;
    }
    .btn-search {
        height: 21px;
        padding: 0 10px;
    }
    .search-form .form-control {
        height: 20px;
        width: 290px;
        padding: 0 0 0 10px;
    }
    .search-form {
        width: 420px;
    }
    .weather > h2 {
        font-size: 14px;
        margin: 11px 0 0;
    }
    .content-new-slider h3 {
        font-size: 14px;
    }
    .latest-item h2 {
        font-size: 12px;
    }
    .text-category {
        font-size: 13px;
        left: 0;
        top: 0;
    }
    .block-menu > h2 {
        font-size: 15px;
        padding: 10px 30px;;
    }
    .title-sidebar > h3 {
        padding: 8px 0 8px 50px;
        font-size: 13px;
    }
    .list-feature-post {
        padding-left: 0;
    }
    .image-post {
        width: 30%;
    }
    .feature-post > h4 {
        font-size: 16px;
    }
    .description-post > span {
        font-size: 10px;
    }
    .description-post > h4 {
        font-size: 13px;
    }
    .read-all {
        font-size: 13px;
    }
    .feature-block > h3 {
        font-size: 14px;
    }
    .media-item {
        font-size: 12px;
    }
    .media-item a .fa {
        font-size: 17px;
    }
    .title-sidebar > span {
        font-size: 15px;
        height: 40px;
        left: 0;
        top: 4px;
        width: 40px;
    }
    #media-widget-pager > a {
        margin-bottom: 5px;
        width: 25%;
        padding: 0 3px;
    }
    .support-content {
        width: 77%;
    }
    .support-content > a, .support-content > span {
        display: inline-block;
        width: 100%;
    }
    .support-content .fa {
        margin-left: 0;
    }
    .support-content > a::after {
        display: none;
    }
    .img-category {
        width: 35%;
    }
    .category-content {
        width: 65%;
    }
    .sidebar-menu li a {
        font-size: 14px;
        padding: 10px 0 10px 10px;
    }
    .title-page h1 {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px){
    .button-menu {
        float: left;
        margin: 0;
        display: block;
		    padding-bottom: 5px;
        cursor: pointer;
    }
    .icon_menu.open span:before {
        transform:translateY(0px) rotate(-45deg);
        -webkit-transform:translateY(0px) rotate(-45deg);
        -moz-transform:translateY(0px) rotate(-45deg);
        -o-transform:translateY(0px) rotate(-45deg);
        -ms-transform:translateY(0px) rotate(-45deg);
    }
    .icon_menu span:before {
        background: none repeat scroll 0 0 #ffffff;
        content: "";
        display: inline-block;
        height: 4px;
        left: 0;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        transform:translateY(10px) rotate(0deg);
        -webkit-transform:translateY(10px) rotate(0deg);
        -moz-transform:translateY(10px) rotate(0deg);
        -o-transform:translateY(10px) rotate(0deg);
        -ms-transform:translateY(10px) rotate(0deg);
        transition:0.5s all;
        -webkit-transition:0.5s all;
        -moz-transition:0.5s all;
        -o-transition:0.5s all;
        -ms-transition:0.5s all;
        width: 30px;
    }
    .icon_menu.open span:after {
        transform:translateY(0px) rotate(45deg);
        -webkit-transform:translateY(0px) rotate(45deg);
        -moz-transform:translateY(0px) rotate(45deg);
        -o-transform:translateY(0px) rotate(45deg);
        -ms-transform:translateY(0px) rotate(45deg);
    }
    .icon_menu span:after {
        background: none repeat scroll 0 0 #ffffff;
        content: "";
        display: inline-block;
        height: 4px;
        left: 0;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        transform:translateY(-10px) rotate(0deg);
        -webkit-transform:translateY(-10px) rotate(0deg);
        -moz-transform:translateY(-10px) rotate(0deg);
        -o-transform:translateY(-10px) rotate(0deg);
        -ms-transform:translateY(-10px) rotate(0deg);
        transition:0.5s all;
        -webkit-transition:0.5s all;
        -moz-transition:0.5s all;
        -o-transition:0.5s all;
        -ms-transition:0.5s all;
        width: 30px;
    }
    .icon_menu.open span {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    }
    .icon_menu span {
        background: none repeat scroll 0 0 #ffffff;
        display: inline-block;
        height: 4px;
        left: 5px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 30px;
    }
    .icon_menu {
        height: 33px;
        margin-top: 4px;
        position: relative;
        width: 36px;
        float: left;
    }
    .icon_menu.open {
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
    }
    .main-menu-wrap {
        display: inline-block;
        width: 100%;
    }
	.main-menu li { position:relative}
	.main-menu li a {
		display: block;
		text-transform: uppercase;
		transition: all 0.5s ease 0s;
		font-weight: bold;
		color:#fff
}
	.main-menu .arrow {
		color: #fff;
		line-height: 1;
		position: absolute;
		right: 10px;
	}
    .main-menu {
        position: absolute;
        left: 0;
        top: 92%;
        width: 290px;
        transform:translateX(100%);
        -webkit-transform:translateX(100%);
        transition:0.8s all;
        -webkit-transition:0.8s all;
        z-index: 9999;
        opacity: 0;
        display: none;
    }
	
	.main-menu li:hover > a, .main-menu li.active > a {
    text-decoration: none;
    outline: none;
    background: #ffc722;
    color: #212121;
}

    .main-menu .sub-menu {
        float: left;
        position: static;
        display: none;
    }
    .main-menu .sub-menu.open {
        display: block !important;
        padding-left: 10px;
        width: 100%;
    }
    .main-menu.open {
        background: #C3996B;
        border-top: 3px solid #fff;
        display: block;
        margin: 0 0 0 5px;
        opacity: 1;
        padding: 10px 0 5px;
        left: 15px;
        transform:translateX(0);
        -webkit-transform:translateX(0);
    }
    .main-menu ul {
        padding-left: 0;
    }
    .main-menu li {
        width: 100%;
        list-style: none;
		clear:both;
    }
    .main-menu li:hover > .sub-menu {
        display: none;
    }
    .main-menu  .sub-menu.open {
        display: block;
    }
    .main-menu .arrow {
        cursor: pointer;
        font-size: 20px;
        margin-top: 0;
        text-align: center;
        top: 5px;
        width: 20px;
    }
    .search a {
        font-size: 13px;
        display: none;
    }
    .search {
        float: left;
    }
    .search-form {
        width: auto;
        display: block !important;
        position: static;
    }
    .search .form-group {
        float: left;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .search-form .form-control {
        height: 27px;
    }
    .btn-search {
        height: 27px;
        padding: 0 10px;
    }
    .weather {
        display: none;
    }
    .list-language {
        border: medium none;
        margin: 0;
        padding-right: 0;
        position: absolute;
        right: 15px;
        top: -33px;
    }
    .hot-news-slider {
        display: inline-block;
        margin: 6px 0 0;
        width: 100%;
    }
    .search {
        margin-right: 100px;
        float: right;
    }
    .top-news-slider {
        display: inline-block;
        margin-bottom: 25px;
        width: 100%;
    }
    .latest-item {
        float: left;
        padding: 10px;
        width: 50%;
    }
    .latest-post {
        display: inline-block;
        margin: 0 -10px;
        padding-left: 15px;
    }
    .text-category {
        left: 10px;
        top: 10px;
    }
    .latest-item h2 {
        bottom: 10px;
        left: 10px;
    }
    .latest-item.achievement .text-category {
        bottom: 10px;
        right: 10px;
    }
    .feature-post {
        float: left;
    }
    .description-post {
        width: 65%;
    }
    .list-home-product .col-sm-12 {
        display: inline-block;
        width: 100%;
    }
    .list-feature-post {
        float: right;
        width: 37%;
        padding-left: 10px;
    }
    .list-home-product ul li a {
        font-size: 13px;
        padding: 7px 0 7px 35px;
        display: block;
    }
    .menu-category {
        padding-right: 15px;
        width: 100%;
    }
    .list-home-product .nav.nav-tabs li {
        border: medium none;
        display: table-cell;
        height: 52px;
        vertical-align: middle;
        width: 20%;
    }
    .list-product-cat {
        padding-left: 15px;
        width: 100%;
    }
    .list-product-cat .tab-content {
        width: 100%;
    }
    .product-item {
        padding: 6px;
        width: 50%;
        float: left;
    }
    .product-item img {
        height: auto;
        width: 100%;
    }

    .logo {
        width: 50%;
        padding: 10px 15px;
    }
    .header-image {
        top: 4px;
    }
}
@media screen and (max-width: 600px){
    .search{
        display: none;
    }
    .latest-item {
        width: 100%;
    }
    .feature-post {
        width: 100%;
    }
    .feature-post img {
        height: auto;
        width: 100%;
    }
    .list-feature-post {
        float: left;
        padding-left: 15px;
        padding-top: 15px;
        width: 100%;
    }
    .image-post {
        width: 25%;
    }
    .description-post {
        width: 75%;
    }
    .list-home-product .nav.nav-tabs li {
        border: medium none;
        float: left;
        height: 52px;
        width: 33.33%;
    }
    .product-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .sidebar-block {
        margin-right: 0;
        width: 100%;
    }
    .title-our-client > h2 {
        font-size: 18px;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .image-gallery img {
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 480px){
    .hot-news-slider .bx-wrapper {
        float: right;
        width: 70%;
    }
    .description-post {
        padding-left: 15px;
    }
    .company-item > h3 {
        font-size: 15px;
    }
    .list-home-product .nav.nav-tabs li {
        width: 50%;
    }
    .latest-item.achievement .text-category {
        height: 90px;
        width: 190px;
    }
    .top-news {
        padding-bottom: 0px;
    }
    .block-menu > h2 {
        font-size: 13px;
        padding: 10px;
    }
    .logo {
        padding: 10px 15px;
        width: 100%;
    }
    .header-image{
        display: none;
    }
    .footer {
        margin-top: 15px;
        padding-top: 15px;
    }
    .img-category {
        width: 100%;
    }
    .category-content {
        margin-top: 10px;
        padding-left: 0;
        width: 100%;
    }
    .title-category {
        font-size: 15px;
        margin: 0 0 10px;
    }
    .product-category-item {
        width: 100%;
    }
    .filter-paging select {
        margin-bottom: 10px;
    }
    .our-client-slider {
        padding: 0 17px;
    }


}



