html,
body {
    font-size: 14px;
    font-family:Helvetica,Arial,sans-serif;
    line-height: 1.3em;
    font-weight: normal;
    margin: 0;
}
body{padding-top: 52px;}
a {
    color: #313c42;
    text-decoration: none;
    cursor: pointer;
}
.btn-lucky {background: #fe7903; color: #fff;border-color: #fe7903}
.btn-lucky:hover {background: #fe7903;border-color: #fe7903}
.btn-lucky-dark {background:#313c42; color: #fff;border-color: #313c42}
.btn-lucky-dark:hover {background: #313c42;border-color: #313c42}
ul,span,p,div,h1, .h1, h2, .h2, h3, .h3 {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.no-margin-left {
    margin-left: 0 !important;
}
.no-margin-right {
    margin-right: 0 !important;
}
a,a:focus,a:hover {
    text-decoration: none;
}
.bgcolor1{background:#fffcf4;}
.bgcolor2{background:#6f4720;}
.bgcolor3{background:#fffcf4;}
.bgcolor4{background:#f3c811;}
.bgcolor2 .t, .bgcolor2 .t a{color: #fefefe !important}
.btn-color{
    color: #fff;
    background-color:#fa5b0f;
    border-color:#fa5b0f; 
}
.btn-color:hover{
    background-color: #f15409;
    border-color: #f15409; 
    color: #fff;
}
.container-fluid {max-width: 1170px;}
#header{
    background: #313c42;
    height: 52px;
    transition: top 0.7s;
}

#header .header-left{
    float:left;
    margin-right: 15px;
}
#main-search {
    background: #6f4720;
    padding: 25px 0;
}
#search-form input, #search-form button {
    color: #333333;
}
#search-form button {
    background: transparent;
    border: 2px solid #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 20px;
    font-weight: bold;
}
#search-form button:hover {
    color: #f3c716;
}
.search-form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #333333;
    opacity: 1; /* Firefox */
}

.search-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #333333;
}

.search-form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #333333;
}
#header a {
    display: inline-block;
    height: 52px;
    line-height: 52px;
}
.header-right{
    line-height: 48px;
    position: absolute;
    right: 10px;
    top: 0;
    padding-top: 10px;
}
.header-right img {width:32px; height:20px;}
.header-right .dropdown-menu {
    top: 30px;
    transform: none;
    min-width: initial;
}
.header-right .dropdown-toggle {
    font-weight: bold;
    background: transparent;
    color: #fff;
    outline: none;
    border: none;
    box-shadow: none;
}
.header-right .dropdown-toggle:hover {color:#313c42}
.header-right .hi-msisdn {
    position: absolute;
    right: 65px;
    color: #fff;
    font-weight: bold;
    top: 1px;
    display: inline-block;
    width: 100px;
    font-size: 12px;
}
.header-right .dropdown-item {
    height: initial !important;
    line-height: initial !important;
    padding: 0.75rem 1.5rem;
}
#header a:hover, #header a.active, #header a:focus {
    color: #f3c716;
}
.main-menu-mobile{
    display: none;
    float: left;
}
#header .header-middle{
    float: left;
}
#header .btn-menu-mobile{
    display: none;
}
#toggle-search-icon {
    color: #f5f5f5;
    z-index: 3;
    right: 16px;
    font-size: 22px !important;
    display: none;
}
#logo {height: 24px;margin-top: 15px;}
@media (max-width: 992px){
    #toggle-search-icon {
        color: #f5f5f5;
        display: inline-block;
    }
}
@media (max-width: 820px){
    #header .header-left{
        float: none;
        text-align: center;
        margin: 0;
    }

    #header .header-middle .main-menu{
        display: none;
    }
    #header .btn-menu-mobile,
    .main-menu-mobile{
        display: block;
        
    }
    #header .btn-menu-mobile{
        display: inline-block;
        position: absolute;
        top:10px;
        left: 10px;
    }
    .header-right .hi-msisdn {display:none !important;}
    
}
@media (max-width: 560px){
    .post-item {width:100%}
    .post-list-2 .post-item .img-wrapper, .post-list-2 .post-item .img-wrapper img {width:100%}
}
@media (max-width: 390px){
    .show-search-form .search-form {

    }
}
@media (max-width: 320px){
    .show-search-form .search-form {

    }
}
@media (max-width: 300px){
    .show-search-form .search-form {

    }
}
.main-menu-mobile{
    width: 75%;
    max-width: 320px;
    position: fixed;
    top: 0;
    bottom: 0;
    transform: translate(-101%,0);
    -webkit-transform: translate(-101%,0);
    -ms-transform: translate(-101%,0);
    visibility: visible;
    transition: transform .2s,visibility .2s;
    -webkit-transition: -webkit-transform .2s,visibility .2s;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-scrolling: touch;
    left: 0;
    z-index: 1033;
    opacity: 0.97;
    background:#313c42;
}
.main-menu-mobile >ul>li>ul>li>a,
.main-menu-mobile >ul>li>a{
    font-weight: bold;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 10px 10px;
    text-decoration: none;
    position: relative;
    color:#ffffff;
    text-align: left;
}
.overlay{
    background: rgba(0,0,0,0.4);
    position: fixed;
    width: 0;
    right:0;
    bottom:0;
    top:0;
    transition:0.3s all ease-in-out;
}
.overlay.open{
    width: 100%;
    z-index: 1032;
}
#header > .container {
    position: relative;
    margin-top: 10px;
}
.main-menu-mobile >ul>li>ul>li>a{
    padding-left: 30px;
    font-size: 13px;
}
.main-menu-mobile.open{
    transform: translate(0,0); 
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    visibility: visible;
    transition: transform .3s,visibility 0s;
    -webkit-transition: -webkit-transform .3s,visibility 0s;
}
.main-menu-mobile .glyphicon{font-size: 12px; margin-right: 4px;}
.main-menu-mobile .main-icon {
    padding: 10px 5px;
    text-align: center;
    background: #F0E68C;
}
.main-menu-mobile .main-icon .glyphicon {font-size: 22px}
.main-menu-mobile .main-icon a {margin-right: 15px;color: #800000;}
.main-menu-mobile .main-icon a:hover {color: #3C9CD7;}
.btn-close-menu{
    cursor: pointer;
    text-align: center;
    color: rgba(255,255,255,1.00);
}
#header .btn-menu-mobile a{
    font-weight: bold;
    color:#fff;
    display: block;
}
#header .btn-menu-mobile a:hover{border: none;}
#header .btn-menu-mobile a .fa{
    margin-right: 3px;
    font-size: 32px;
    color:#ffac00;
}
#header .main-menu > ul > li{
    float: left;
    position: relative;
    margin-right: 2px;
}
#header .main-menu > ul > li > a{
    text-decoration: none;
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: bold;
    font-size: 13px;
}
#header .main-menu > ul > li:hover > a{
    background:#313c42;
}
#header .main-menu > ul > li > ul{
    width: 240px;
    visibility: hidden;
    opacity: 0.9 !important;
    position: absolute;
    background: #313c42;
    top: 52px;
    left: 0;
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    z-index: 2;
    padding: 15px 0px;
    border-radius: 0 0 6px 6px;
}
#header .main-menu > ul > li:hover > ul{
    visibility: visible;
    opacity: 0.8;
}
#header .main-menu > ul > li > ul > li > a{
    display: block;
    text-decoration: none;
    height: auto;
    line-height: 30px;
    cursor: pointer;
    color: #fff;
    text-transform: capitalize;
}
#header .main-menu > ul > li > ul > li > a:hover{
    border: none;
    color: #f3c716;
}
#personal-box {background: #fff; padding: 15px;}
#main-slideshow {max-height: 290px}
#main-slideshow .swiper-slide a {display: block;margin:0;padding:0;width:100%}
#main-slideshow img {max-width: 100%;max-height: 300px;}


.logan-box {margin: 15px 0;}
.logan-box .table {margin-bottom:0;}
.logan-box .card-header {    
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}
.game-box {margin: 0 0 15px 0}
.game-box table td, .game-box table th {vertical-align: middle; text-align: center;}
.game-box .fa-play {font-size: 22px;color:#ccc;cursor: pointer}
.game-box .fa-play:hover,.game-box .fa-play:focus {color:#fe7903;font-size: 24;}
.game-box .card-header {text-align: center;font-weight: bold}
#game-bg {position:relative;background:#152759;}
#game-bg .game-button {position:absolute;bottom: 15px;width:100%;margin: 0;}
#game-bg .game-button .col-lg-6 {margin-bottom: 10px;}
.table tr th {vertical-align: middle;}
.kq-table #gdb {font-weight: bold;color:tomato;}
.kq-table .odd {background: #efefef}
.kq-table .even {}
.kq-table tr td.kq-title{text-align: left;vertical-align: middle;}
#kq-filter {text-align: center;position: relative;}
.btn-group .btn {background: #313c42;color: #fff;padding: 8px 15px;font-weight: bold;border:none;box-shadow: none;}
.active-tab {background: #fe7903 !important}
.kqxs-form {padding: 15px 0 0 0;display:none;}
.kqxs-data {display:none;}
.kqxs-show {display:block;}
#ajax-loader{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 85px;
    text-align: center;
    z-index: 9999;
}












.box {
    position:relative;
    margin-bottom: 60px;
    margin-top: 60px;
    border-top: none;
}
.box .t, .box .t a,.box .t a:hover {color: #4f4f4f; text-transform: uppercase; font-weight: bold;font-size:24px;margin-bottom: 20px}

ul.cate_list li {
    background:none repeat scroll 0 0 transparent;
    margin:0;
    padding:6px 10px 6px 5px;
    line-height:160%;
    overflow:hidden;
}
ul.cate_list li a {
    text-decoration: none;
    display: block;
}
ul.cate_list li h2 {font-size: 14px;font-weight: bold;}
ul.cate_list li a:hover, ul.cate_list li a.active {color: #333;}
ul.cate_list li.first_item {
    border-top: 0;
}
ul.cate_list li.last_item {
    border-bottom: 0;
}

ul.cate_list li ul.child {
    padding-left: 20px;
}

.box7 ul.cate_list li a {color: #ffffff;}
.box7 ul.cate_list li {padding-left: 0; padding-right: 0;}
.box7 ul.cate_list li ul.child {padding-left: 0;padding: 0 0;margin: 5px 0;}
.box7 ul.cate_list li ul.child li {padding-left: 50px;padding-top: 0;padding-bottom: 0;padding-right: 2px;font-size:14px;}
.box7 ul.cate_list li.level0{padding: 0;}
.box7 ul.cate_list li.level0 a.alevel0 {padding: 8px 0 8px 15px;line-height: 26px;}
.box7 ul.cate_list li.level0 a.alevel0 .fa {width: 32px;font-size: 26px;vertical-align: middle;color:#ffac00}
.box7 ul.cate_list li.level0 a.alevel0 .fa-home {font-size: 30px;color:#ffac00}
.box7 ul.cate_list li.level0 a.alevel0:hover, .box7 ul.cate_list li a.active{color:#ffac00;}
.box7 ul.cate_list li ul.child li:hover,.box7 ul.cate_list li ul.child li.active, .box7 ul.cate_list li ul.child li a:hover {color:#ffac00;}
.box7 ul.cate_list li ul.child li a {padding-top: 8px; padding-bottom: 8px;}

.box7 ul.cate_list li a:hover, .box7 ul.cate_list li a.active {
    text-decoration: none;
}
#personal-box ul.cate_list li a {color: #212529;font-size: 14px;}
#personal-box ul.cate_list li.level0 {padding: 5px 0;}
.left-menu-icon {height: 26px;margin-right: 5px;}
.has-sub .child-item-list li {padding: 0 10px; border: none;}
.has-sub .child-item-list li.level0 {width: 100%;float:left; }
.has-sub .child-item-list li h2{font-size: 14px;font-weight: bold;}
.has-sub .child-item-list li a {}
.has-sub .child-item-list li a:hover {}
.has-sub .child-item-list li ul li.level1 {width: 50%; float:left;}

#home-adv {width:100%;margin: 20px 0 50px 0;}
#home-adv .circle {
    position: absolute;
    height: 60px;
    width: 60px;
    background: #f3c716;
    top: 38%;
    left: -30px;
    z-index: 9999;
    border-radius: 75px;
}
#home-adv .adv-item {padding:0; margin:0;text-align: center}
#home-adv .adv-item-2 {position:relative}
.adv-btn-1, .adv-btn-2 {position:absolute; top:38%;text-align: center; font-weight: bold; text-transform: uppercase;z-index: 3;width:100%}
.adv-btn-1 a, .adv-btn-2 a{
    color: #fff;
    padding: 10px;
    width: 150px;
    height: 60px;
    display: inline-block;
}
.adv-btn-1 a {    background: #f3c716;

    display: inline-block;
}
.adv-btn-2 a {border:1px solid #fff;background:transparent;    line-height: 40px;}
.img-wrapper {
    display: inline-block;
    max-height: 200px;
    overflow: hidden;
    padding: 0;
}
.img-wrapper-2 {width: 100px;height:100px}
.img-wrapper-2 img {max-width: 100px;max-height:100px}
.main-menu-mobile #mobile-post-cate {margin-bottom: 0;background:#F0E68C;}
.box2 .box-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.box3 .box-title {
    clear: both;
    color: #800000;
    font-size: 26px;
}

.sale-list-1 .sale-item {

    margin-bottom: 25px;
}

/**Product LIST**/
ul.product_list {text-align: center;}
ul.product_list li {
    margin: 0 5px;
    overflow: hidden;
    text-align: center;
    width: 129px;
    display: inline-block;
}
ul.product_list li.first_item_of_row {clear: both;}
ul.product_list li.last {margin-right: 0;}
ul.product_list li a {
    display: block;
    text-align:center;
    text-decoration:none;
}
ul.product_list li a.pd_link {
    max-height: 96px;
    border-radius: 6px;
    overflow: hidden;
}
ul.product_list li a img {
    width: 100%;
    height: 100%;
}
ul.product_list li a.pd_name {color: #B86D02;margin-top: 3px;margin-bottom: 3px; height: 55px;  overflow: hidden;;}
ul.product_list li a.pd_price {color: #343434;}
ul.product_list li a.pd_link:hover img, ul.product_list li:hover a.pd_link img {
    /*border: 3px solid #E4BD3F;*/
}
@media (max-width: 1199px){
    ul.product_list li {
        width: 148px;
        margin: 0 14px;
    }
    ul.product_list li a.pd_link{max-height: 111px}
}
@media (max-width: 992px) {
    ul.product_list li {
        width: 148px;
        margin: 0 18px;
    }
}
@media (max-width: 747px) {
    ul.product_list li {
        width: 148px;
        margin: 0 12px;
    }
}
@media (max-width: 710px) {
    ul.product_list li {
        width: 148px;
        margin: 0 6px;
    }
}
@media (max-width: 676px) {
    ul.product_list li {
        width: 132px;
        margin: 0 5px;
    }
    ul.product_list li a.pd_link{max-height: 100px}
}
@media (max-width: 610px) {
    ul.product_list li {
        width: 155px;
        margin: 0 15px;
    }
    ul.product_list li a.pd_link{max-height: 116px}
    .toast-top-right {width: 100% !important;
        right: 0 !important;
    }
    #toast-container.toast-top-right > div {
        width: 96%;
        margin: auto;
    }
}
@media (max-width: 563px) {
    ul.product_list li {
        width: 180px;
        margin: 0 15px;
    }
    ul.product_list li a.pd_link{max-height: 135px}
}
@media (max-width: 430px) and (min-width: 399px){
    ul.product_list li {
        width: 175px;
        margin: 0 10px;
    }
    ul.product_list li a.pd_link{max-height: 130px}
}
@media (max-width: 399px){
    ul.product_list li {
        width: 136px;
        margin: 0 5px;
    }
    ul.product_list li a.pd_link{max-height: 100px}
}
@media (max-width: 310px){
    ul.product_list li {
        width: 130px;
        margin: 0 4px;
    }
    ul.product_list li a.pd_link{max-height: 100%}
}
@media (max-width: 309px){
    ul.product_list li {
        width: 275px;
        margin: 0;
    }
    ul.product_list li a.pd_name {height:auto;}
}
/** begin blog **/
#post-list #page-title {margin-bottom: 15px;}
.post-item {padding-bottom: 15px;
    padding-top: 15px;}
.post-item h3 a {color: #300; font-size: 18px; }
.post-item h3 a:hover {color: #23527c; font-size: 18px; }
.post-item .short-desc {padding-top: 10px; font-size:13px}
.post-item .row-line {margin-bottom: 12px; margin-top: 12px; border-bottom: 1px solid #ccc;margin-left: 15px;margin-right: 15px;clear:both}
#post-content {max-width: 600px;}
#post-content *{font-size: 12pt !important;
    }
#post-short_desc {
    font-weight: bold;
    font-size: 12pt;
    margin-bottom: 15px;
    margin-top: 10px;
}
#page-body img, #post-content img, #product-content img {
    max-width: 600px;
    height: auto;
    vertical-align: middle;

    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    margin: 0 auto;
}
#product-content #main-image {
    float: right;
    max-width: 400px;
}
#pd-price {display: inline-block;}
.price-label, .price-val {font-size: 18px}
.price-val,.keyword {color: #800;}
@media (max-width: 680px){
    #product-content #main-image {
        max-width: 300px;
    }
}
@media (max-width: 560px){
    #product-content #main-image {
        max-width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}
.contact-ajax {margin-left: 15px;}
#ajax-form .btn-close {display: inline-block;float: right;}
.fixed-icon {
    position: fixed;
    bottom: 10px;
    right: 170px;
    z-index: 3;
    font-size: 32px;
    margin: 0;
}
.call-now-icon {right: 110px}
.post-list-1 .post-item h3 {
    font-size: 13px;
    margin-bottom: 10px;
}
.post-list-1 h3 a {color: #4f4f4f;}
.post-list-1 .post-item {
}
.post-list-1 .post-short-desc {font-size:13px; margin-bottom: 15px;    display: block;
    height: 54px;
    overflow: hidden;}
.post-list-1 .post-item {margin: 0;}
.post-list-1 .post-item a {
    color: #333333;
    display: block;
}
.post-list-1 .post-item h3 a {
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.post-list-1 .post-item a.img-wrapper {
    margin-bottom: 15px;
}
.post-list-1 .post-item a.readmore {
    color: #107fca;
    text-transform: uppercase;
}
.post-list-1 .post-item a:hover{color: #b22222}
.post-list-2 .post-item h3 {
    background: #f3c716;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    overflow: hidden;
    text-align: center;
}
.post-list-2 .post-item h3 a{color:#4f4f4f;font-size: 13px;}
.post-list-2 .post-item .img-wrapper {border: none;border-radius: 0;}
.post-list-3 .post-item h3 {    text-align: left;
    padding: 10px;
    font-size: 13px;
    line-height: inherit;
    height: 55px;}
.post-list-3 .post-item h3 a {}
.post-list-3 .post-item h3 a.title {    text-transform: uppercase;
    height: 22px;
    display: block;
    overflow: hidden;
    font-weight:bold;
}
.post-list-3 .post-item h3 .price {float:right;font-weight: bold}
.post-list-4 .post-item .post-wrapper {border:1px solid #d7d7d7;padding:0;position:relative}
.post-list-4 .post-item .img-wrapper-2 {border-right:1px solid #d7d7d7;float: left;margin-right: 10px;}
.post-list-4 .post-item .recruit {
    padding: 10px 0 10px 10px;
    font-size: 13px;
    line-height: 16px;
}
.post-list-4 .post-item .recruit>a {
    color: #298dcf;
    text-transform: capitalize;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}
.post-list-4 .post-item .salary-expired {
    margin-top:6px;
}
.post-list-4 .post-item .salary {
    font-weight: bold;
    color: #298dcf;
}
#breadcrumb-box {width:100%;overflow: hidden;position: relative}
#breadcrumb-box img {opacity: 0.3}
#breadcrumb-box #breadcrumb {
    opacity: 1;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}
#breadcrumb-box #breadcrumb, #breadcrumb-box #breadcrumb a {
    color: #4f4f4f;
    opacity: 1;
    font-weight: bold;
}

.list_news .item {
    list-style: square;
    color: #08ace9;
    padding-right: 10px;
    margin-bottom: 8px;
}
.list_news .image_box {display: block; margin-right: 10px; float: left;}
.list_news .item h3 a {color: #1489DB;}
.list_news .item h3 span {color: #707375; font-weight: normal;}
.list_news .item .short_desc {line-height: 18px;margin-top: 10px;color: #3E3E3E;}
.list_news .item h3 span.comment {padding-left: 20px}
.list_news .item h3 span.comment img {height: 10px;}

ul.list_news {margin-left: 20px;}
.cate-list .item {color: #800}
.cate-list .item a {color: #800}

/** end blog **/
/** register, login **/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label{
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
    color:red;
}
.field-loginform-captcha .help-block {margin-left:15px;}
.captcha-refresh-icon {font-size: 20px;cursor: pointer;color:#313c42;vertical-align: middle;margin-left: 10px;}
.captcha-img {border: 1px solid #ccc;border-radius: 4px;}
/** end of register, login **/

/** Search **/
#search-suggestion {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 5px 5px;
    display: none;
}

#search-suggestion .s-item {
    display: block;
    padding: 4px 3px 4px 3px;
    border-bottom: 1px dashed #ccc;
    height: auto;
    color: #000;
    line-height: initial;
    float: left;
    width: 100%;
}
#search-suggestion a.s-item:hover,#search-suggestion a.s-item:active,#search-suggestion a.s-item:focus {
    border-bottom: 1px dashed #ccc;

}
#search-suggestion .last {
    border-bottom: none;
}
#search-suggestion .s-item img {
    vertical-align: text-top;
    width: 35px;
    float: left;
    margin-right: 5px;

}
#search-suggestion .s-item .s-item-name {
    display: block;
}
#search-suggestion .s-item .s-item-author {
    display: block;
    color: #ccc;
    font-size: 11px;
    font-style: italic;
}
.toast-top-right {
    top: 60px;
}
.swiper-pagination-bullet {width: 12px !important; height: 12px !important;}
.swiper-pagination-bullet-active {background:#fe7903 !important;}
#page-title, .box8 .box-title {
    font-size: 20px;
    text-transform: uppercase;
}

.circle {
    position: relative;
    padding: 0;
    margin: 0;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    list-style: none;
    overflow: hidden;
    background: url(/tuvi/images/12-cung.png) center center ;
    background-size: contain;
}
.circle li {
    overflow: hidden;
    position: absolute;
    top: 0; right: 0;
    width: 50%; height: 50%;
    transform-origin: 0% 100%;      
}
.circle li .text {
    position: absolute;
    left: -100%;
    width: 200%; height: 200%;
    text-align: center;
    -webkit-transform: skewY(60deg) rotate(15deg);
    -ms-transform: skewY(60deg) rotate(15deg);
    transform: skewY(60deg) rotate(15deg);
    padding-top: 20px;
    cursor: pointer;
}

.circle li:first-child {
    -webkit-transform: rotate(-15deg) skewY(-60deg);
    -ms-transform: rotate(-15deg) skewY(-60deg);
    transform: rotate(-15deg) skewY(-60deg);     
}
.circle li:nth-child(2) {
    -webkit-transform: rotate(15deg) skewY(-60deg);
    -ms-transform: rotate(15deg) skewY(-60deg);
    transform: rotate(15deg) skewY(-60deg);     
}
.circle li:nth-child(3) {
    -webkit-transform: rotate(45deg) skewY(-60deg);
    -ms-transform: rotate(45deg) skewY(-60deg);
    transform: rotate(45deg) skewY(-60deg);    
}
.circle li:nth-child(4) {
    -webkit-transform: rotate(75deg) skewY(-60deg);
    -ms-transform: rotate(75deg) skewY(-60deg);
    transform: rotate(75deg) skewY(-60deg);    
}
.circle li:nth-child(5) {
    -webkit-transform: rotate(105deg) skewY(-60deg);
    -ms-transform: rotate(105deg) skewY(-60deg);
    transform: rotate(105deg) skewY(-60deg);    
}
.circle li:nth-child(6) {
    -webkit-transform: rotate(135deg) skewY(-60deg);
    -ms-transform: rotate(135deg) skewY(-60deg);
    transform: rotate(135deg) skewY(-60deg);    
}
.circle li:nth-child(7) {
    -webkit-transform: rotate(165deg) skewY(-60deg);
    -ms-transform: rotate(165deg) skewY(-60deg);
    transform: rotate(165deg) skewY(-60deg);    
}
.circle li:nth-child(8) {
    -webkit-transform: rotate(195deg) skewY(-60deg);
    -ms-transform: rotate(195deg) skewY(-60deg);
    transform: rotate(195deg) skewY(-60deg);    
}
.circle li:nth-child(9) {
    -webkit-transform: rotate(225deg) skewY(-60deg);
    -ms-transform: rotate(225deg) skewY(-60deg);
    transform: rotate(225deg) skewY(-60deg);    
}
.circle li:nth-child(10) {
    -webkit-transform: rotate(255deg) skewY(-60deg);
    -ms-transform: rotate(255deg) skewY(-60deg);
    transform: rotate(255deg) skewY(-60deg);    
}
.circle li:nth-child(11) {
    -webkit-transform: rotate(285deg) skewY(-60deg);
    -ms-transform: rotate(285deg) skewY(-60deg);
    transform: rotate(285deg) skewY(-60deg);    
}
.circle li:nth-child(12) {
    -webkit-transform: rotate(315deg) skewY(-60deg);
    -ms-transform: rotate(315deg) skewY(-60deg);
    transform: rotate(315deg) skewY(-60deg);    
}
.circle li .text {
    /*background:#fff;
    opacity: 0.2;*/
    font-size: 18px;
}
.circle li .text:hover,.circle li:hover .text, .circle li .active {background:#fff;opacity: 0.2;}
.tuvi-bg {
    background: #e69e18 url(/tuvi/images/bg.png) repeat-x center bottom;
    background-repeat-y: no-repeat;
    background-size: auto 616px;
}
.tuvi-bg2 {
    background: url(/tuvi/images/statue_buddah.png) no-repeat center bottom;
    background-repeat-y: no-repeat;
    background-size: auto 480px;
}
.tuvi-link {
    line-height: 80px;
    display: block;
    padding-left: 20px;
    color: #313c42;
    font-size: 18px;
}
.tuvi-icon{
    width: 48px;margin-right: 5px;
}
.box-title {padding-top:25px;padding-bottom: 15px;}
.box-title h2{padding-bottom: 10px;text-align: center;}
.box-title2 h2{font-size:22px;}
.tuvi-links {
    width: 80%;
    max-width: 600px;
    display: inline-block;
    margin: 35px 0;
}
.tuvi-links li{
    height: 80px;
    background: #f9e89f;
    margin-bottom: 3px;
    text-align: left;
    border-radius: 10px;
    opacity: 0.8;
}
.boi-bg {background: #fe7903 url(/tuvi/images/boi-bg.png) no-repeat right bottom;min-height: 500px;background-size: auto 90% !important;}
.boi-links {width: auto;margin-top: 10px;}
.boi-links li {height:auto;margin: 10px 0;background: none;width: 100%;float: left;position: relative;}
.boi-icon {
    width: 110px;
    position: absolute;
    left: 0;
    top: 0;
}
.boi-link {padding-left: 120px;line-height: initial;height: 110px;padding-top: 15px;}
.boi-links li span {display: block;color:#ffffff;font-size: 14px;}
.boi-links li span.boi-title {font-size: 16px;font-weight: bold;text-transform: capitalize;margin-bottom: 5px;}
.boi-links li span.boi-desc {overflow: hidden;height: 50px;}
.boi-links li a:hover span.boi-title, .boi-links li a span.boi-title:hover {color:#313c42;}
.tb-icon:before {
    content: "";
    background: url(/tuvi/images/icon-merger.png) no-repeat top left;
    width: 25px;
    height: 25px;
    float: left;
    background-position: 0 -45px;
    background-size: 26px;
    margin-right: 10px;
    vertical-align: middle;
}
.tb-icon-home:before {background-position: 0 0;}
.tb-icon-horos:before {background-position: 0 -78px;}
.tb-icon-fortune:before {background-position: 0 -27px;}
.tb-icon-login:before {background-position: 0 -130px;}
.tb-icon-user:before{background-position: 0 -105px}
.datepicker1:hover,.datepicker1:focus {border-color: #80bdff;}
/*sim */
.phonenumber-list {border-collapse: collapse; margin:10px auto;max-width: 500px;text-align: center;}
.phonenumber-list td {padding:5px 0;}
.highlight {color: #313c42;font-weight: bold}
.highlight2 {color:red;font-weight: bold;}
#ages-and-colors .card{margin-top: 20px}
#ages-and-colors .tb-table td{border:none}
#ages-and-colors .tb-table{margin: 5px 0;}
/*view more*/
.view-more {
    background: #ffac00;
    border-radius: 4px;
    padding: 15px;
}
.view-more a {font-weight: bold;text-transform: capitalize;color: #333;text-decoration: underline;}
/** boi **/
.nr2 {
    position: absolute;
    font-size: 9px;
    color: #000;
}

.nr {
    display: inline-block;
    margin: 5px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #EB5767;
    color: #fff;
    cursor: pointer;
}
.nr:hover, .nr:active, .nr:focus {color: yellow;}

#ket_qua {
    margin: 10px 0;
}
.nr_active {color: yellow;}







.footer-adv {margin: 20px 0;}
#footer-contact {
    color: #4f4f4f;
    padding: 40px 0 30px 0;
}
#footer-contact h3{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.c-row{float:left; width:100%;margin-bottom:30px;}
.c-row a {color:#4f4f4f}
.c-row img {
    margin-right: 20px;
    vertical-align: middle;
}
.contact-btn{border:1px solid #fff;background:#6f4720;color:#fff;text-transform: uppercase;font-weight: bold;padding-left:30px; padding-right: 30px;}
.contact-btn:hover{color: #f3c811;}
#footer{
    font-size: 14px;
}
.footer-adv img {
    max-height: 190px;max-width: 100%;
}
#footer1 {padding: 20px 0;}
#footer1 a {color:#030b31}
#footer2 {background: #313c42;color: #ffac00;}
#footer2 a {color: #ffac00;}
#footer-btn .row{padding: 15px 0 ;}
#footer-btn .col-6 {padding: 5px 0;}
#footer-btn .btn-outline-secondary:hover {background:#fe7903;border-color:#fe7903}
#social-adv {text-align: center;padding: 20px 15px;}
.list-1 li a {
    display: block;
    line-height: 28px;
}
.list-1 li a::before {
    content: "\2022";
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
    color:#495057;
}
.list-1 li a:hover,.list-1 li a:active {}
.hotline {font-size: 20px;}
.last {padding-right: 0 !important; margin-right:0 !important}
.scroll {
    opacity: 0.3;
    background-color: #313c42;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 40px;
    border: none;
    z-index: 9999999;
}
.scroll:hover {
    opacity: 1;
}
.arrow-up {
    color: white;
    position: absolute;
    top: 18px;
    left: 15px;
    margin-top: -9px;
    margin-left: -5px;
    font-size: 22px;
}
.gj-datepicker .input-group-append .btn {background: #fff;}
.blink_me a:before{animation: blinker 1s linear infinite;color: #ffac00;}
@keyframes blinker {  
  50% { opacity: 0.2; }
  100% {
        color: #ffac00;
    }
}
@media (max-width: 979px){
    .right-content,
    .left-content{
        width: 100%;
        float: none;
    }
    .right-content{
        padding: 0 5px;
    }
}
@media (min-width: 992px) {
    .slick-next {
        right: -25px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    #sale-policy {
        clear: both;
    }
}
@media (max-width: 876px) {
    #header .main-menu > ul > li > a {
        font-size:12px;
    }
}
@media (max-width: 820px) {
    #header .main-menu > ul > li > a {
        font-size:11px;
    }
}
@media (max-width: 767px) {
    #main-search .col-sm-5 {margin-bottom: 10px;}

}
@media (max-width: 767px){
    .post-item h3  {}
    #page-body img, #post-content img, #product-content img, #page-body iframe, #post-content iframe, #product-content iframe {max-width: 100%; }
    .post-item .col-xs-12 {float: none;}
}

@media (max-width: 676px){
    .list-hot-item ul li{
        width:50%;
    }
    .list-hot-item ul li:first-child img{
        height: auto;
    }
    .list-hot-item ul li:last-child{
        display: none;
    }
    .post-detail .image{
        float: none;
        width: 100%;
        text-align: center;
    }
    .post-detail .text{
        float: none;
        width: 100%;
        margin: 20px 0 0 0;
        text-align: center;
    }
}
@media (max-width: 640px){
    .post-list-1 .post-short-desc {height: 55px;  text-overflow: ellipsis;  overflow: hidden;}
}
@media (min-width: 576px){
    #footer2, #social-adv {
        text-align: center;
    }
}
@media (max-width: 575px){
    .gender .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (max-width: 568px){
    .col-xss-6 {
        width: 50%;
    }
}
@media (max-width: 560px) and (min-width: 447px){
    #first-post .col-xs-4 {
        width: 40%;
        padding-right: 0;
    }
    #first-post .col-xs-8 {
        width: 60%;
    }
}
@media (max-width: 530px){
    .circle {width:400px;height: 400px}
}
@media (max-width: 446px){
    #footer-btn .col-6 {width: 100%; max-width: 100%;flex: none;}
    #first-post .col-xs-4 {
        width: 100%;
        text-align: center;
    }
    .img-wrapper {max-height: 100%;}
    #first-post .col-xs-4 img {
        max-width: 300px;
    }
    #first-post .col-xs-8 {
        width: 100%;
    }
    #ajax-form .btn-close {
        float: none;
        margin-top: 15px;
        display: block;
    }
}
@media (max-width: 430px){
    .circle {width:300px;height: 300px}
}
@media (max-width: 420px){
    .post-detail .text{
        text-align:left;
    }
    .post-list-4 .post-item .img-wrapper-2 {display:none}
}
@media (min-width: 400px){
    #footer .navbar-nav > li{
        float: left;
        display: inline-block;
    }

}
@media (max-width: 400px) {
    .tuvi-links li{height: 60px;}
    .tuvi-link{line-height: 60px;padding-left: 15px;font-size: 16px;}
    .tuvi-icon{width:36px;}
    .boi-links li {height: auto;margin: 8px 0;}
    .boi-links .boi-link {line-height: initial;padding-left: 110px;padding-top: 5px;}
    .boi-icon{width: 100px}
    .tuvi-bg {background-size: auto 440px !important;}
    .tuvi-bg2{background-size: auto 360px !important;}
}
@media (max-width: 380px){
    #pd-price {display: block; margin-bottom: 10px;}
    .contact-ajax {margin-left: 0}

}
@media (max-width: 330px){
    #first-post .col-xs-4 img {
        max-width: 100%;
    }
    .tuvi-links li{height: 50px;}
    .tuvi-link{line-height: 50px;padding-left: 15px;font-size: 14px;}
    .tuvi-icon{width:32px;}
    .boi-links li {height: auto;margin: 8px 0;}
    .boi-links .boi-link {line-height: initial;padding-left: 110px;padding-top: 5px;}
    .boi-icon{width: 100px}
    .tuvi-bg2 {background-size: auto 320px !important;}
}
@media (max-width: 330px){
    .circle {width:250px;height: 250px}
    
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #BC531B;
    border-color: #BC531B;
}
.modal .modal-header {border-top-left-radius: 25px;border-top-right-radius: 25px;border-color: #ffac00}
.modal-content {border-radius: 10px;background: #f9e89f url(/tuvi/images/yin-yang.png) center no-repeat;background-size: 200px;}
.modal-header .close {color:#313c42;opacity: 1;}
.modal-footer {border-color: #ffac00;display: block;text-align: center;}
.modal-title {line-height: initial;}
.breadcrumb{background: none;padding:5px 0;}
.breadcrumb-item.active,.breadcrumb-item.active a{color: #cc3300;}