﻿@import url(box.css);
@import url(pagging.css);
@import url(css/animate.css);
section, header, footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  max-width: 100%;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Dành cho điện thoại 
@media all and (min-width: 320px) {
    .wrapper {
        width: 100%;
        margin: 0;
    }
} */
/* Dành cho máy tính bảng chiều dọc
@media all and (min-width: 600px) {
    .wrapper {
        width: 100%;
        margin: 0;
    }
} */
/* Dành cho máy tính bảng chiều ngang */
@media all and (min-width: 1024px) {

} 
/* Dành cho màn hình desktop
@media all and (min-width: 1280px) {

}
.wrapper {
    width: 960px;
    margin: 0 auto;
}

    .wrapper > .content .left {
        display: inline-block;
        width: 24.9%;
        vertical-align: top;
    }

    .wrapper > .content .center {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }

    .wrapper > .content .right {
        display: inline-block;
        width: 24.9%;
        vertical-align: top;
    }

.content .left {
    display: inline-block;
    width: 24.9%;
    vertical-align: top;
}

.content .center {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.content .center-right {
    display: inline-block;
    width: 74%;
    vertical-align: top;
}

.content .right {
    display: inline-block;
    width: 24.9%;
    vertical-align: top;
}

@media only screen and (max-width: 700px) {
    .wrapper {
        width: 90%;
    }
}

@media only screen and (max-width: 500px) {
    .wrapper {
        width: 100%;
    }

        .wrapper > .content .left {
            width: 100%;
        }

        .wrapper > .content .center {
            width: 100%;
        }

        .wrapper > .content .right {
            width: 100%;
        }

    .content .left {
        width: 100%;
    }

    .content .center {
        width: 100%;
    }

    .content .center-right {
        width: 100%;
    }

    .content .right {
        width: 100%;
    }
}

.topmenu {
}

    .topmenu li {
        font-size: 13px;
        font-weight: bold;
        display: inline-block;
        padding: 3px;
    }

    .topmenu .submenus {
        display: none;
    } */

.hide {
    display: none;
}

.online_box {
    border: 1px solid #ccc;
}

    .online_box .header {
        font-size: 12px;
    }

.menu_top {
}

    .menu_top ul {
        list-style: none;
    }

        .menu_top ul li {
            display: inline-block;
            padding: 3px;
        }

            .menu_top ul li a {
                font-weight: bold;
                text-decoration: none;
                color: darkblue;
            }

                .menu_top ul li a:hover {
                    color: gray;
                }
/*photo*/
.photo_item .img {
    border: 1px solid #00a65a;
}

    .photo_item .img:hover {
        border: 1px solid #777;
    }

    .photo_item .img img {
        width: 100%;
        height: auto;
        padding: 6px;
    }

.photo_item .desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.photo_item {
    padding: 6px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .photo_item {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .photo_item {
        width: 100%;
    }
}
/*end photo*/
/*header*/
div.header > h3 {
    margin: 0;
}

div.header > div.neoleft {
    display: none;
}

div.header > div.neoright {
    display: none;
}
/*end header*/
/*survey*/
.votetoll a {
    cursor: pointer;
}

.voters {
    display: none;
}

    .vpanel ul, .voters ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

.votetoll {
    text-align: center;
}

    .votetoll a {
    }

.btn {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    font-family: Arial;
    font-size: 15px;
    padding: 3px 4px;
    margin: 2px;
    text-decoration: none;
    /*text-shadow: 0px 1px 0px #ffee66;*/
}

a.btndefault, a.vote, a.result {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
    background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
    background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
    background-color: #ffec64;
}

a.result {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
    background: -moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
    background-color: #f9f9f9;
    color: #666666;
    border: 1px solid #dcdcdc;
}

.btn:hover {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
    background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
    background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
    background-color: #ffab23;*/
}

.btn:active {
    position: relative;
    top: 1px;
}
/*end survey*/
.def_box {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .def_box > .content {
        width: 100%;
        margin: 0;
        padding: 0;
        min-height: auto;
    }
/*start product*/
.content .smallproductitem {
    padding: 5px;
    text-align: center;
}

    .content .smallproductitem .img {
        max-width: 99%;
    }

    .content .smallproductitem .name {
        font-weight: normal;
    }

.content .productitem {
    padding: 5px;
    text-align: center;
    margin: 3px;
    width: 32%;
    float: left;
    border: 1px solid #ddd;
}

    .content .productitem .img {
        max-width: 99%;
    }

    .content .productitem .name {
        font-weight: bold;
    }

    .content .productitem .price {
        float: left;
    }

    .content .productitem .buy {
        float: right;
        border: 1px solid #ddd;
        border-radius: 2px;
        cursor: pointer;
        padding: 2px;
    }

.cat_item {
    width: 100%;
    display: block;
}
/*end product*/
/*start news*/
.content .news_item {
    padding: 5px;
    text-align: left;display:table;width:100%;
}

    .content .news_item:after {
        padding-bottom: 5px;
    }

    .content .news_item .img {
        max-width: 25%;
        border: 1px solid #ccc;
        margin: 2px;
        text-align: left;
        margin-right: 5px;
    }

    .content .news_item .title {
        font-weight: bold;
        display: block;
        width: 100%;
    }

    .content .news_item .summary {text-align:justify;
    }
    
.content .news_item2 {
    padding: 5px;
    text-align: left;list-style:none;display:table;width:100%;
}
 
.content .news_item2 li{
    display:table;width:100%;
}
    .content .news_item2:after {
        padding-bottom: 5px;
    }

    .content .news_item2 .img {
        max-width: 80px;
        border: 1px solid #ccc;
        margin: 2px;
        text-align: left;
        margin-right: 5px;
    }
/*end news*/
/*start faq*/
.content .faq_item {
    padding: 5px;
    text-align: left;
}

    .content .faq_item:after {
        padding-bottom: 5px;
    }

    .content .faq_item .title {
        font-weight: bold;
        display: block;
        width: 100%;
        cursor: pointer;
    }

    .content .faq_item .summary {
    }
/*end news*/
.gocarousel .name-slide {
    width: 500px;
    height: auto;
    text-align: center;
    position: absolute;
    left: 120px;
    top: 80px;
    font-size: 33px;
    color: #399b26;
    z-index: 2;
}

.gocarousel .line-slide {
    width: 500px;
    height: 24px;
    text-align: center;
    position: absolute;
    left: 120px;
    top: 170px;
    color: #399b26;
    z-index: 2;
}

.gocarousel .code-slide {
    width: 620px;
    height: auto;
    text-align: center;
    position: absolute;
    left: 70px;
    top: 200px;
    font-size: 14px;
    color: #399b26;
    z-index: 2;
}
ol,ul{padding:0;margin:0;list-style-type:none;}
.fixed{opacity:.99;}

 .owl-carousel {
position: relative;
}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;opacity:.6;
margin-top: -10px;width:20px;height:20px;
}
.owl-prev {
left: 0;
}
.owl-next {
right: 0;
}
.grequired{color:red;}
.validationMessage{display:block;width:100%;color:red;font-size:13px;text-decoration:wavy;}
.color-white {color: #ffffff;}
.color-black {color: #000;}
.color-dim-gray {color: #9d9d9d;}
.color-charcoal-light {color: #676767;}
.color-brand {color: #b57e1f;}
.color-light-silver {
    color: #c6c6c6;
}.color-light-orange {
    color: #ff841b;
}
.color-charcoal-light {
    color: #676767;
}
.color-indigo-blue {
    color: #001a53;
}
img {vertical-align: middle;max-width: 100%;}
.background-light {background: #f4f6f8;}
.bg-very-dark-cobalt-blue {background-color: #171f2c;}
.bg-gray-darker {background-color: #252525;}
.dark-blue-overlay {background-color: rgba(0, 25, 76, 0.8);}
.bg-light-gray {
    background-color: #fafafa;
}
.border-dim-gray-top {
    border-top: 1px solid #eaeaea;
}
.width-100 {width: 100%;}
.img-100 {width: 100% !important;}
.height-100 {height: 100%;}
.float-left {float: left;}
.float-right {float: right;}
.text-center {text-align: center;}
.text-align-center {text-align: center;}
.text-justify {text-align: justify;}
.text-medium-38 {font-size: 38px;line-height: 48px;}
.text-medium-22 {font-size: 22px;line-height: 28px;}
.text-small-16 {font-size: 16px;line-height: 26px;}
.text-large-50 {
    font-size: 50px;
    line-height: 60px;
}
.position-relative {position: relative;z-index: 5;}
.word-wrap {word-wrap: break-word;}
.text-transform-capitalize {text-transform: capitalize;}
.font-weight-600 {font-weight: 600;}
.font-weight-500 {font-weight: 500;}
.font-weight-400 {font-weight: 400;}
.font-weight-300 {font-weight: 300;}
.no-padding{padding:0 !important;}
.padding-100 {padding: 100px 0;}
.padding-tb-84-54 {padding: 84px 0 54px;}
.padding-tb-96-92 {padding: 96px 0 92px;}
.padding-tb-94-100 {
    padding: 94px 0 100px;
}
.no-margin{margin:0 !important;}
.margin-auto {margin: auto;}
.margin-bottom-4 {
    margin-bottom: 4px;
}.margin-bottom-5 {
    margin-bottom: 5px;
}.margin-bottom-37 {
    margin-bottom: 37px;
}.margin-bottom-22 {
    margin-bottom: 22px;
}
.margin-bottom-10 {margin-bottom: 10px;}
.margin-bottom-15{margin-bottom: 15px !important;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-33 {margin-bottom: 33px;}
.margin-bottom-35 {margin-bottom: 35px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-43 {margin-bottom: 43px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-right-30 {margin-right: 30px;}
.margin-bottom-14 {margin-bottom: 14px;}
.margin-bottom-29 {margin-bottom: 29px;}
.display-table {display: table;}
.display-flex {-webkit-box-align: center;-ms-flex-align: center;align-items: center;display: -webkit-flex;display: -ms-flexbox;display: flex;-ms-flex-flow: wrap;flex-flow: wrap;}
.display-inline-block {display: inline-block;}
.display-table-cell-vertical-middle {display: table-cell;vertical-align: middle;}
.fixed-top {position:fixed !important;top: 0;right: 0;left: 0;z-index: 1030;}
.list-style-none {list-style: none;padding: 0;margin: 0;}
.center {
    text-align: center !important;
}.offset-md-2 {
    margin-left: 16.666667%;
}.col-sm-offset-1 {
    margin-left: 8.33333333%;
}

.pricing {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	margin: 0 auto 3em;
}

.pricing__item {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: stretch;
	align-items: stretch;
	text-align: center;
	-webkit-flex: 0 1 330px;
	flex: 0 1 330px;
}

.pricing__feature-list {
	text-align: left;
}

.pricing__action {
	color: inherit;
	border: none;
	background: none;
}

.pricing__action:focus {
	outline: none;
}
.box-zone{position:relative;}
a,a:hover{text-decoration:none !important;}
.relative {
    position: relative;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #691cff;
  -webkit-animation: spin 1s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f51dac;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 0.75s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 0.75s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: green;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.35s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.35s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.35s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.35s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.35s 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.15s 1s ease-out;
  -o-transition: all 0.15s 1s ease-out;
  transition: all 0.15s 1s ease-out;
}
.text-bold{font-weight:bold;}
.text-bol{font-weight:bold;}
.padding10,.pd10{padding: 10px;}
.paddingr10,.pdr10{padding-right: 10px;}
.paddingl10,.pdl10{padding-left: 10px;}
.paddingt10,.pdt10{padding-top: 10px;}
.paddingb10,.pdb10{padding-bottom: 10px;}
.padding15,.pd15{padding: 15px;}
.paddingr15,.pdr15{padding-right: 15px;}
.paddingl15,.pdl15{padding-left: 15px;}
.paddingt15,.pdt15{padding-top: 15px;}
.paddingb15,.pdb15{padding-bottom: 15px;}
.padding20,.pd20{padding: 20px;}
.paddingr20,.pdr20{padding-right: 20px;}
.paddingl20,.pdl20{padding-left: 20px;}
.paddingt20,.pdt20{padding-top: 20px;}
.paddingb20,.pdb20{padding-bottom: 20px;}
.padding25,.pd25{padding: 25px;}
.paddingr25,.pdr25{padding-right: 25px;}
.paddingl25,.pdl25{padding-left: 25px;}
.paddingt25,.pdt25{padding-top: 25px;}
.paddingb25,.pdb25{padding-bottom: 25px;}
.padding30,.pd30{padding: 30px;}
.paddingr30,.pdr30{padding-right: 30px;}
.paddingl30,.pdl30{padding-left: 30px;}
.paddingt30,.pdt30{padding-top: 30px;}
.paddingb30,.pdb30{padding-bottom: 30px;}

@media(max-width:960px) and (min-width:750px){
    .hidden-md.hidden-md{display:none!important}
    .hidden-xl{opacity:1!important}
    .hidden-sm{opacity:1!important}

}
@media(min-width:960px){
    .hidden-xl.hidden-xl{display:none!important}
    .hidden-md{opacity:1!important}
    .hidden-sm{opacity:1!important}

}
@media(max-width:750px){
    .hidden-sm.hidden-sm{display:none!important}
    .hidden-md{opacity:1!important}
    .hidden-xl{opacity:1!important}
}
.section-container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
}
.dtablei{display: table !important;}
.dblocki{display: block !important;}
.dflexi{display: flex !important;}
.dgridi{display: grid !important;}
.dinlinei{display: inline !important;}
.dtable{display: table;}
.dblock{display: block;}
.dflex{display: flex;}
.dgrid{display: grid;}
.dinline{display: inline;}
.ispopup .hideispopup{display:none !important;}
.blurbottom{position: relative;}
.blurbottom:after{content:"";background-image: url(/skins/default/bg/bg/bg_pro.pg);background-repeat: no-repeat;background-size: cover;width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;opacity: 1;z-index: 1;}
.gocontainer.container-fluid {padding-right: 0;padding-left: 0;margin-right: 0;margin-left: 0;}
.box-shadow-border{
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border-radius: 7px;
}
.box-shadow-border-padding{
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border: 1px solid #e6e6e6;
    padding: 25px 25px 30px !important;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    border-radius: 7px;
}
body {overflow-x: hidden;}