@font-face {
    font-family: 'HelveticaNeue-Regular';
    src: url(../fonts/HelveticaNeue-Regular.otf)
}

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url(../fonts/HelveticaNeue-Bold.otf)
}

@font-face {
    font-family: 'HelveticaNeue-CondensedBold';
    src: url(../fonts/HelveticaNeue-CondensedBold.otf)
}

@font-face {
    font-family: 'HelveticaNeue-Medium';
    src: url(../fonts/HelveticaNeue-Medium.otf)
}

.center {
    text-align: center
}

.wl {
    width: 100%;
    float: left
}

.upper {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.primary-color {
    color: #2ecaf7!important
}

.space-header {
    float: left;
    width: 100%;
    margin: 67px 0 0 0
}

.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

body {
    font-size: 14px;
    line-height: 100%;
    color: #4a4a4a;
    background: #f2f3f7;
    font-family: 'HelveticaNeue-Regular'
}

.btn {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    background: transparent;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    border: 1px solid #E0E0E0
}

.btn a {
    padding: 8px 0 10px;
    display: block
}

.btn a {
    color: #fff
}

a {
    color: #4a4a4a
}

a:hover {
    color: #2d7495
}

a:focus {
    color: #2f9df2
}

.btn:focus {
    outline: none;
    outline-offset: none
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 1;
    display: none
}

.overlay.active {
    display: block
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input {
    width: 100%;
    height: 38px;
    color: #ffffff;
    border-radius: 50px;
    border: 1px solid #656a75;
    padding-left: 20px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.seach input[type=text]::-webkit-input-placeholder {
    font-size: 13px
}

.seach input[type=text]:-moz-placeholder {
    font-size: 13px
}

.seach input[type=text]:-ms-input-placeholder {
    font-size: 13px
}

input:focus {
    outline: none;
    outline-offset: none
}

select:focus {
    outline: none;
    outline-offset: none
}

button:focus {
    outline: none;
    outline-offset: none
}

.slick-initialized .slick-slide:focus {
    outline: none;
    outline-offset: none
}

input[type=text] {
    color: #fff;
    font-size: 20px
}

input::-webkit-input-placeholder {
    color: #fff;
    font-size: 18px
}

input::-moz-placeholder {
    color: #fff;
    font-size: 18px
}

input:-ms-input-placeholder {
    color: #fff;
    font-size: 18px
}

input:-moz-placeholder {
    color: #fff;
    font-size: 18px
}

.btn-style1 {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: rgba(117, 192, 67, 0.3);
    padding: 10px 0;
    border: 0;
    font-size: 20px;
    height: 40px;
    line-height: 22px;
    color: #fff;
    text-transform: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px
}

.btn-style1:focus,.btn-style1:hover {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 156, 225, 0.3);
    color: #fff
}

.btn-style11 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fb1ca4;
    padding: 17px 24px;
    border: 0;
    color: #fff;
    text-transform: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-align: center;
    min-width: 170px;
    max-width: 100%;
    display: inline-block
}

.btn-style11:focus,.btn-style11:hover {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #fb1ca4;
    color: #fff
}

.btn-style2 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #12ca64;
    padding: 15px 24px;
    border: 0;
    color: #fff;
    text-transform: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    text-align: center;
    min-width: 150px;
    max-width: 100%;
    display: inline-block
}

.btn-style2:focus,.btn-style2:hover {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    background-color: #12ca64;
    color: #fff
}

.btn-style2 span {
    background: #bae516;
    padding: 12px 35px;
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(45, 77, 0, 0.26);
    color: #fff
}

.btn-style2:hover span {
    background: #B7DD45;
    color: #fff
}

.btn-style3 {
    display: inline-block;
    border: 2px solid #2fc7f7;
    color: #2fc7f7;
    padding: 9px 23px;
    border-radius: 30px;
    font-weight: 600;
    text-transform: uppercase
}

.btn-style3:after {
    -o-transition: background-image 0.3s;
    -moz-transition: background-image 0.3s;
    -webkit-transition: background-image 0.3s;
    transition: background-image 0.3s;
    content: '';
    background: url(../images/icons.html) 0 -451px no-repeat;
    width: 9px;
    height: 12px;
    display: inline-block;
    margin-left: 13px
}

.btn-style3:hover:after {
    background-image: url(../images/icons-hover.html)
}

.btn-style3:focus,.btn-style3:hover {
    color: #68ddff;
    border-color: #68ddff
}

.box-shadow {
    width: 100%;
    float: left;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(245, 166, 35, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(245, 166, 35, 0.1)
}

.container {
    max-width: 1170px;
    padding: 0 15px;
    position: relative
}

.navbar-toggle {
    display: block
}

.images a {
    background: url(../images/demo-image.jpg) no-repeat center center / 110%
}

.image a {
    background: url(../images/demo-image.jpg) no-repeat center center / 110%
}

.images:before {
    padding-bottom: 150%
}

.owl-carousel .owl-item img {
    width: auto
}

.navbar-collapse.collapse {
    display: none!important
}

.navbar-collapse.collapse.in {
    display: block!important
}

.navbar-toggle .icon-bar {
    background: #fff
}

@media (max-width: 767px) {
    .reader .header .seach {
        display:none
    }

    .reader .header .setting {
        position: absolute;
        z-index: 10;
        right: 0
    }

    .reader .header .setting .button {
        font-size: 0;
        padding: 18px 30px
    }

    .reader .header .setting .setup {
        right: 0
    }
}

.reader .section-content {
    padding: 0 5px
}

.header {
    width: 100%;
    float: left;
    background: #006f91;
    margin-bottom: 20px
}

.header .col-md-2 {
    position: relative
}

.header .col-md-2 .logo {
    float: left
}

.header .col-md-2 .logo img {
    max-width: 164px;
    margin-top: 2px
}

.header .col-md-2 .des {
    position: absolute;
    z-index: 1;
    top: 25px;
    font-size: 20px;
    font-family: 'HelveticaNeue-Bold';
    color: #fff
}

@media (max-width: 767px) {
    .header .col-md-10 {
        width:100%
    }
}

@media (max-width: 991px) {
    .header .navbar {
        margin-bottom:0
    }

    .header .navbar .navbar-toggle {
        margin-right: 0;
        padding: 10px;
        float: left
    }

    .header .seach {
        margin-top: 0;
        margin-bottom: 10px
    }
}

@media (max-width: 991px) and (max-width:767px) {
    .header .navbar .navbar-toggle {
        margin-top:5px
    }
}

@media (max-width: 991px) and (max-width:767px) {
    .header .seach {
        max-width:100%!important
    }
}

@media (min-width: 767px) {
    .header .navbar {
        float:left;
        margin: 0;
        margin-top: 0;
        border: 0;
        border-radius: 0
    }

    .header .navbar .navbar-toggle {
        float: left;
        margin-right: 0
    }

    .header .navbar .navbar-header {
        padding-right: 20px
    }

    .header .navbar .navbar-header.active {
        background: #425B6E
    }

    .header .navbar .navbar-brand {
        padding: 15px 0;
        float: right;
        font-size: 15px;
        color: #fff;
        font-family: 'HelveticaNeue-Bold'
    }

    .header .in ul {
        position: absolute;
        top: 100%;
        width: 600px;
        background: #fff;
        z-index: 3;
        left: 0
    }

    .header .in ul li {
        width: 33.3%;
        float: left
    }

    .header .in ul li a {
        color: #333;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block
    }

    .header .in ul li a:hover {
        color: #000
    }
}

@media (min-width: 767px) and (max-width:767px) {
    .header .navbar .navbar-brand {
        display:none;
        font-size: 0
    }
}

.header .seach {
    max-width: 230px;
    width: 100%;
    float: right;
    position: relative;
    margin-top: 10px
}

.header .seach input[type=submit] {
    background: url(../images/icon/search.png) center center no-repeat;
    background-size: 70%;
    position: absolute;
    border: 0;
    font-size: 0;
    right: 10px;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 31px
}

.header .seach input[type=text] {
    height: 30px;
    font-size: 13px
}

@media (max-width: 767px) {
    .header .seach {
        margin:0
    }

    .header .seach input[type=text] {
        display: none
    }

    .header .seach input[type=submit] {
        top: -40px;
        display: none
    }
}

.header .seach span.submit {
    background: url(../images/icon/search.png) center center no-repeat;
    background-size: 70%;
    position: absolute;
    border: 0;
    font-size: 0;
    right: 10px;
    top: -40px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    text-align: center;
    line-height: 31px;
    cursor: pointer
}

.header .seach .in {
    display: block!important;
    position: absolute;
    background: #2f9df2;
    z-index: 1;
    max-width: 200px;
    right: 0;
    top: 5px
}

.header .setting {
    float: left;
    position: relative
}

.header .setting .button {
    font-size: 15px;
    font-family: 'HelveticaNeue-Bold';
    color: #fff;
    display: block;
    padding: 18px 25px 18px 55px;
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
    cursor: pointer
}

.header .setting .button.bg {
    background: #425B6E
}

.header .setting .button i {
    font-size: 25px;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 15px
}

@media (max-width: 767px) {
    .header .setting .button i {
        top:13px
    }
}

.header .setup {
    position: absolute;
    z-index: 10;
    top: 100%;
    width: 320px;
    background: #fff;
    padding: 25px 30px;
    display: none
}

.header .setup.bg-in {
    display: block
}

.header .setup label {
    color: #000;
    width: 40%;
    float: left;
    margin-top: 10px
}

.header .setup select {
    width: 60%;
    float: left;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    height: 30px;
    font-size: 12px;
    margin-bottom: 10px
}

.header .setup select option {
    padding-left: 10px;
    color: #000
}

.header .setup .font-size {
    width: 60%;
    float: left
}

.header .setup .font-size button {
    width: 30%;
    height: 40px;
    float: left
}

.header .setup .font-size input {
    width: 40%;
    height: 40px;
    float: left;
    color: #000;
    text-align: center;
    padding: 0;
    padding-left: 10px
}

.header .setup .Line-size {
    width: 60%;
    float: left
}

.header .setup .Line-size button {
    width: 30%;
    height: 40px;
    float: left
}

.header .setup .Line-size .input {
    width: 40%;
    height: 40px;
    float: left;
    color: #000;
    text-align: center;
    padding: 0;
    font-size: 20px;
    line-height: 40px
}

.header .setup .font {
    width: 100%;
    float: left
}

.header .setup .backgroud .title {
    color: #000;
    display: block;
    margin-bottom: 15px
}

.header .setup .backgroud ul {
    width: 100%;
    float: left;
    margin-left: -5px;
    margin-right: -5px
}

.header .setup .backgroud ul li {
    width: 25%;
    padding: 0 5px;
    float: left
}

.header .setup .backgroud ul li .btn {
    height: 50px
}

.header .setup .backgroud ul li .btn:focus {
    border: 3px solid #2f9df2
}

.header .setup .backgroud ul li .btn:hover {
    border: 3px solid #2f9df2
}

.header .setup .backgroud ul li .active {
    border: 3px solid #2f9df2
}

.header .setup .backgroud ul li .btn-1 {
    background: #d8d8d8
}

.header .setup .backgroud ul li .btn-2 {
    background: #ceb78e
}

.header .setup .backgroud ul li .btn-3 {
    background: #4a4a4a
}

.header .setup .backgroud ul li .btn-4 {
    background: #0d0d0d
}

.fb_iframe_widget,.fb_iframe_widget span,.fb_iframe_widget span iframe[style] {
    min-width: auto!important;
    width: auto!important
}

.btn-share {
    width: 170px;
    float: left
}

.btn-share .class-google {
    float: left;
    width: 25%
}

.btn-share .class-fb {
    float: left;
    width: 72%
}

.section-head {
    position: relative;
    margin-bottom: 15px
}

.section-head .btn-share {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    width: 170px
}

.section-head .btn-share .class-google {
    float: left;
    width: 30%
}

.section-head .btn-share .class-fb {
    float: left;
    width: 70%
}

@media (max-width: 400px) {
    .section-head .btn-share {
        top:-20px
    }
}

.section-head-title {
    padding: 10px 100px 10px 30px;
    display: inline-block;
    border-bottom: 1px solid #2f9df2;
    position: relative
}

.section-head-title .title {
    font-size: 20px;
    font-family: 'HelveticaNeue-CondensedBold';
    text-transform: uppercase;
    color: #4a4a4a
}

@media (max-width: 767px) {
    .section-head-title {
        font-size:15px
    }
}

.section-head-title:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 30px solid #2f9df2;
    border-right: 30px solid transparent
}

.section-head-title a {
    font-size: 20px;
    font-family: 'HelveticaNeue-CondensedBold';
    text-transform: uppercase;
    color: #4a4a4a
}

@media (max-width: 767px) {
    .section-head-title a {
        font-size:15px
    }
}

.section1 {
    width: 100%;
    float: left;
    margin-bottom: 25px
}

.section1 .section-head {
    position: relative;
    margin-bottom: 15px
}

.section1 .section-head-title {
    padding: 10px 100px 10px 30px;
    display: inline-block;
    border-bottom: 1px solid #2f9df2;
    position: relative
}

.section1 .section-head-title:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 30px solid #2f9df2;
    border-right: 30px solid transparent
}

.section1 .section-head-title a {
    font-size: 20px;
    font-family: 'HelveticaNeue-CondensedBold';
    text-transform: uppercase;
    color: #4a4a4a
}

.section1 .section-head-seclect {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 15px
}

.section1 .section-head-seclect select {
    border: 1px solid #2f9df2;
    border-radius: 4px;
    width: 161px;
    height: 28px
}

.section1 .section-head-seclect select option {
    font-size: 15px;
    color: #4a4a4a;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase
}

.section1 .section-bottom .slider1 {
    padding: 25px 30px 0 25px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    margin-bottom: 0
}

@media (max-width: 600px) {
    .section1 .section-bottom .slider1 {
        padding:20px 0
    }
}

.section1 .section-bottom .slider1 .item {
    padding: 0 10px;
    margin-bottom: 20px;
    max-width: 300px
}

@media (max-width: 600px) {
    .section1 .section-bottom .slider1 .item {
        padding:0 5px
    }
}

.section1 .section-bottom .slider1 .item-top {
    margin-bottom: 20px
}

.section1 .section-bottom .slider1 .item .images {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 7px;
    position: relative
}

.section1 .section-bottom .slider1 .item .images>span {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-size: 100%
}

.section1 .section-bottom .slider1 .item .images .moi {
    width: 60px;
    height: 60px;
    background: url(../images/icon/moi.png) no-repeat center center / 100%
}

@media (max-width: 767px) {
    .section1 .section-bottom .slider1 .item .images .moi {
        width:30px;
        height: 30px
    }
}

.section1 .section-bottom .slider1 .item .images .full {
    width: 60px;
    height: 60px;
    background: url(../images/icon/full.png) no-repeat center center / 100%
}

@media (max-width: 767px) {
    .section1 .section-bottom .slider1 .item .images .full {
        width:30px;
        height: 30px
    }
}

.section1 .section-bottom .slider1 .item .images .hot {
    width: 60px;
    height: 60px;
    background: url(../images/icon/hhot.png) no-repeat center center / 100%
}

@media (max-width: 767px) {
    .section1 .section-bottom .slider1 .item .images .hot {
        width:30px;
        height: 30px
    }
}

.section1 .section-bottom .slider1 .item .title {
    text-align: center
}

.section1 .section-bottom .slider1 .item .title a {
    line-height: 130%;
    display: block;
    height: 30px;
    overflow: hidden;
    font-size: 12px
}

.section1 .section-bottom .slider1 .item .item-top:hover .images {
    border: 1px solid #2f9df2
}

.section1 .section-bottom .slider1 .item .item-top:hover .title a {
    color: #2f9df2
}

.section1 .section-bottom .slider1 .item .item-bottom:hover .images {
    border: 1px solid #2f9df2
}

.section1 .section-bottom .slider1 .item .item-bottom:hover .title a {
    color: #2f9df2
}

.section1 .owl-nav {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0
}

.section1 .owl-nav .owl-next {
    font-size: 0;
    border: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section1 .owl-nav .owl-prev {
    width: 36px;
    height: 60px;
    left: 0;
    border-radius: 8px;
    background: #d8d8d8 url(../images/icon/prew.png) no-repeat center center;
    background-size: 50%;
    margin-left: -15px
}

.section1 .owl-nav .owl-prev:hover {
    background: #2f9df2 url(../images/icon/prew.png) no-repeat center center;
    background-size: 50%
}

@media (max-width: 767px) {
    .section1 .owl-nav .owl-prev {
        width:25px;
        height: 40px;
        margin: 0
    }
}

.section1 .owl-nav .owl-next {
    width: 36px;
    height: 60px;
    right: 0;
    border-radius: 8px;
    background: #d8d8d8 url(../images/icon/next.png) no-repeat center center;
    background-size: 50%;
    margin-right: -15px
}

.section1 .owl-nav .owl-next:hover {
    background: #2f9df2 url(../images/icon/next.png) no-repeat center center;
    background-size: 50%
}

@media (max-width: 767px) {
    .section1 .owl-nav .owl-next {
        width:25px;
        height: 40px;
        margin: 0
    }
}

.xemthem {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 25px;
    color: #425B6E
}

.xemthem a {
    color: #425B6E;
    font-family: 'HelveticaNeue-Medium'
}

.xemthem a:hover {
    color: #2f9df2
}

.like-share {
    width: 125px;
    margin: 0 auto
}

.section-left .capnhat {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.section-left .capnhat .section-bottom {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(245, 166, 35, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(245, 166, 35, 0.1);
    background: #fff;
    padding: 10px 10px 10px;
}

.section-left .capnhat .section-bottom .table {
    padding: 15px 0 10px;
    margin: 0;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #e5e5e5
}

.section-left .capnhat .section-bottom .table:last-child {
    border-bottom: 0
}

.section-left .capnhat .section-bottom .table>div {
    float: left;
    text-align: left
}

@media (max-width: 767px) {
    .section-left .capnhat .section-bottom .table>div {
        text-align:left
    }
}

.section-left .capnhat .section-bottom .table .left {
    width: 4%;
    text-align: center
}

@media (max-width: 767px) {
    .section-left .capnhat .section-bottom .table .left {
        width:8%
    }
}

.section-left .capnhat .section-bottom .table .left a {
    background: url(../images/icon/book.png) no-repeat center center / 100%;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 2px
}

.section-left .capnhat .section-bottom .table .left .icon {
    background: url(../images/icon/book.png) no-repeat center center / 100%;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 2px
}

.section-left .capnhat .section-bottom .table .-center {
    width: 80%
}

@media (max-width: 600px) {
    .section-left .capnhat .section-bottom .table .-center {
        width:70%;
        padding-right: 20px
    }
}

.section-left .capnhat .section-bottom .table .-center .title {
    width: 60%
}

@media (max-width: 600px) {
    .section-left .capnhat .section-bottom .table .-center .title {
        width:100%;
        padding: 0;
        padding-right: 20px
    }
}

.section-left .capnhat .section-bottom .table .-center .theloai {
    width: 40%;
    padding-left: 20px
}

@media (max-width: 600px) {
    .section-left .capnhat .section-bottom .table .-center .theloai {
        width:100%;
        padding: 0;
        padding-right: 10px
    }
}

.section-left .capnhat .section-bottom .table .-center>div {
    float: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-right: 10px
}

@media (max-width: 767px) {
    .section-left .capnhat .section-bottom .table .-center>div {
        width:100%;
        margin-bottom: 5px
    }
}

.section-left .capnhat .section-bottom .table .-center .theloai a {
    font-size: 12px
}

.section-left .capnhat .section-bottom .table .right {
    width: 15%
}

.section-left .capnhat .section-bottom .table .right>div {
    width: 100%;
    float: left
}

@media (max-width: 767px) {
    .section-left .capnhat .section-bottom .table .right>div {
        width:100%;
        margin-bottom: 5px
    }
}

@media (max-width: 767px) {
    .section-left .capnhat .section-bottom .table .right {
        width:12%
    }
}

@media (max-width: 600px) {
    .section-left .capnhat .section-bottom .table .right {
        width:22%
    }
}

.section-left .capnhat .section-bottom .table .title {
    text-align: left
}

@media (min-width: 767px) {
}

.section-left .capnhat .section-bottom .table .title a {
    font-size: 16px;
    color: #425B6E;
    font-family: 'HelveticaNeue-CondensedBold';
    display: inline-block;
    position: relative;
    line-height: 130%
}

.section-left .capnhat .section-bottom .table .title a:hover {
    color: #2f9df2
}

.section-left .capnhat .section-bottom .table .title .hot {
    width: 25px;
    height: 15px;
    background: url(../images/icon/icon-hot.png) no-repeat center center / 100%;
    display: inline-block
}

@media (max-width: 767px) {
    .section-left .capnhat .section-bottom .table .title .hot {
        display:none
    }
}

.section-left .capnhat .section-bottom .table .title .full {
    width: 25px;
    height: 15px;
    background: url(../images/icon/icon-full.png) no-repeat center center / 100%;
    display: inline-block
}

@media (max-width: 767px) {
    .section-left .capnhat .section-bottom .table .title .full {
        display:none
    }
}

.section-left .capnhat .section-bottom .table .chap a {
    color: #2d7495;
    font-family: 'HelveticaNeue-Medium';
    font-size: 12px
}

.section-left .capnhat .section-bottom .table .trangthai {
    font-size: 12px;
    color: #9b9b9b
}

.section-left .capnhat .section-bottom .table .trangthai a {
    font-size: 12px;
    color: #9b9b9b
}

.section-left .chucai {
    padding: 10px;
    margin-bottom: 30px
}

.section-left .chucai ul li {
    float: left;
    margin: 0 9px
}

@media (min-width: 767px) and (max-width:991px) {
    .section-left .chucai ul li {
        margin:0 8px
    }
}

@media (min-width: 991px) and (max-width:1200px) {
    .section-left .chucai ul li {
        margin:0 6px
    }
}

.section-left .chucai ul li:last-child {
    margin-right: 0
}

.section-left .chucai ul li a {
    font-size: 15px;
    color: #425B6E;
    font-family: 'HelveticaNeue-Medium'
}

.section-left .chucai ul li a:hover {
    color: #2f9df2
}

.section-left .hoanthanh {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.section-left .hoanthanh .section-bottom {
    padding: 10px 10px 50px;
    position: relative
}

.section-left .hoanthanh .section-bottom .list-item {
    margin-bottom: 10px
}

.section-left .hoanthanh .section-bottom .list-item:nth-child(odd) {
    clear: both
}

.section-left .hoanthanh .section-bottom .list-item .images {
    width: calc(36% - 10px);
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    overflow: hidden;
    float: left;
    margin-right: 10px
}

.section-left .hoanthanh .section-bottom .list-item .images img {
    display: block;
    width: auto
}

.section-left .hoanthanh .section-bottom .list-item .tt {
    margin-top: 5px;
    width: 64%;
    float: left
}

.section-left .hoanthanh .section-bottom .list-item .tt:nth-child(odd) {
    clear: both
}

.section-left .hoanthanh .section-bottom .list-item .tt .title {
    margin-bottom: 7px;
    padding-right: 30px
}

.section-left .hoanthanh .section-bottom .list-item .tt .title a {
    font-size: 16px;
    color: #425B6E;
    font-family: 'HelveticaNeue-CondensedBold';
    display: inline-block;
    position: relative;
    line-height: 130%
}

.section-left .hoanthanh .section-bottom .list-item .tt .title a:hover {
    color: #2f9df2
}

.section-left .hoanthanh .section-bottom .list-item .tt .title a .hot {
    width: 25px;
    height: 15px;
    background: url(../images/icon/hot.png) no-repeat center center / 100%;
    display: inline-block
}

.section-left .hoanthanh .section-bottom .list-item .tt ul li {
    margin-bottom: 7px;
    font-size: 12px
}

.siderbar .hoanthanh {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

@media (min-width: 767px) and (max-width:991px) {
    .siderbar .hoanthanh {
        width:50%;
        padding-right: 10px
    }
}

.siderbar .hoanthanh .section-bottom {
    padding: 10px 10px 50px;
    position: relative
}

.siderbar .hoanthanh .section-bottom .list-item {
    margin-bottom: 10px
}

.siderbar .hoanthanh .section-bottom .list-item:nth-child(odd) {
    clear: both
}

.siderbar .hoanthanh .section-bottom .list-item .images {
    width: calc(36% - 10px);
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    overflow: hidden;
    float: left;
    margin-right: 10px
}

.siderbar .hoanthanh .section-bottom .list-item .images img {
    width: auto;
    background: url(../images/demo-image.jpg) no-repeat center center / 150%
}

.siderbar .hoanthanh .section-bottom .list-item .tt {
    margin-top: 5px;
    display: table
}

@media (max-width: 600px) {
    .siderbar .hoanthanh .section-bottom .list-item .tt {
        margin-top:0
    }
}

.siderbar .hoanthanh .section-bottom .list-item .tt .title {
    margin-bottom: 7px;
    padding-right: 30px
}

.siderbar .hoanthanh .section-bottom .list-item .tt .title a {
    font-size: 16px;
    color: #425B6E;
    font-family: 'HelveticaNeue-CondensedBold';
    display: inline-block;
    position: relative;
    line-height: 130%
}

@media (max-width: 600px) {
    .siderbar .hoanthanh .section-bottom .list-item .tt .title a {
        font-size:15px
    }
}

.siderbar .hoanthanh .section-bottom .list-item .tt .title a:hover {
    color: #2f9df2
}

.siderbar .hoanthanh .section-bottom .list-item .tt .title a .hot {
    width: 25px;
    height: 15px;
    background: url(../images/icon/hot.png) no-repeat center center / 100%;
    position: absolute;
    right: -30px;
    top: 0
}

@media (max-width: 600px) {
    .siderbar .hoanthanh .section-bottom .list-item .tt .title a .hot {
        display:none
    }
}

.siderbar .hoanthanh .section-bottom .list-item .tt ul li {
    margin-bottom: 7px;
    font-size: 12px
}

@media (max-width: 600px) {
    .siderbar .hoanthanh .section-bottom .list-item .tt ul li {
        font-size:12px
    }
}

.siderbar .loaitruyen {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

@media (min-width: 767px) and (max-width:991px) {
    .siderbar .loaitruyen {
        width:50%;
        padding-right: 10px
    }
}

.siderbar .loaitruyen .section-bottom {
    padding: 10px
}

.siderbar .loaitruyen .section-bottom ul li {
    margin-bottom: 15px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block
}

.siderbar .loaitruyen .section-bottom ul li a {
    font-family: 'HelveticaNeue-Medium';
    font-size: 12px
}

.siderbar .dangdoc {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.siderbar .dangdoc .section-bottom {
    padding: 10px 10px 50px;
    position: relative
}

.siderbar .dangdoc .section-bottom ul li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative
}

.siderbar .dangdoc .section-bottom ul li a {
    font-size: 12px;
    font-family: 'HelveticaNeue-Medium';
    float: left;
    padding-right: 100px;
    line-height: 20px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    padding-right: 30px;
    width: 90%
}

.siderbar .dangdoc .section-bottom ul li span {
    display: inline-block;
    font-size: 13px;
    color: #9b9b9b;
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 20px
}

.siderbar .xemnhieu {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

@media (min-width: 767px) and (max-width:991px) {
    .siderbar .xemnhieu {
        width:50%;
        padding-left: 10px
    }
}

.siderbar .xemnhieu .section-bottom {
    padding: 10px 0px 50px 65px;
    position: relative;
    width: 100%;
    float: left
}

.siderbar .xemnhieu .section-bottom ul {
    width: 100%;
    float: left
}

.siderbar .xemnhieu .section-bottom ul li {
    padding: 5px 5px 5px 0px;
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

.siderbar .xemnhieu .section-bottom ul li a {
    display: block
}

.siderbar .xemnhieu .section-bottom ul li .title {
    font-family: 'HelveticaNeue-Medium';
    margin-bottom: 5px;
    font-size: 13px
}

.siderbar .xemnhieu .section-bottom ul li .theloai {
    color: #515151
}

.siderbar .xemnhieu .section-bottom ul li span {
    font-size: 12px;
    color: #9b9b9b;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 0
}

.siderbar .xemnhieu .section-bottom ul li:last-child {
    border-bottom: 0
}

.siderbar .xemnhieu .section-bottom ul li:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: 5px;
    left: -40px
}

.siderbar .xemnhieu .section-bottom ul li:first-child:before {
    background: url(../images/icon/1.png) no-repeat center center / 100%
}

.siderbar .xemnhieu .section-bottom ul li:nth-child(2):before {
    background: url(../images/icon/2.png) no-repeat center center / 100%
}

.siderbar .xemnhieu .section-bottom ul li:nth-child(3):before {
    background: url(../images/icon/3.png) no-repeat center center / 100%
}

.siderbar .xemnhieu .section-bottom ul li:nth-child(4):before {
    background: url(../images/icon/4.png) no-repeat center center / 100%
}

.siderbar .xemnhieu .section-bottom ul li:nth-child(5):before {
    background: url(../images/icon/5.png) no-repeat center center / 100%
}

.siderbar .xemnhieu .section-bottom ul li:nth-child(6):before {
    background: url(../images/icon/6.png) no-repeat center center / 100%
}

.siderbar .xemnhieu .section-bottom ul li:nth-child(7):before {
    background: url(../images/icon/7.png) no-repeat center center / 100%
}

.siderbar .xemnhieu .section-bottom ul li:nth-child(8):before {
    background: url(../images/icon/8.png) no-repeat center center / 100%
}

.siderbar .xemnhieu .section-bottom ul li:nth-child(9):before {
    background: url(../images/icon/9.png) no-repeat center center / 100%
}

.siderbar .xemnhieu .section-bottom ul li:nth-child(10):before {
    background: url(../images/icon/10.png) no-repeat center center / 100%
}

.siderbar .facebook {
    margin-top: 60px;
    width: 100%;
    float: left
}

.siderbar .facebook iframe {
    width: 100%;
    height: 240px
}

.siderbar .facebook iframe ._2p3a {
    min-width: 100%!important
}

#toTop {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 100;
    width: 50px;
    height: 50px;
    background: url(../images/top.png) no-repeat center center / 100%
}

@media (max-width: 767px) {
    #toTop {
        display:none!important
    }
}

._2p3a {
    width: 100%!important
}

.footer {
    background: #425B6E;
    width: 100%;
    float: left;
    padding: 50px 0
}

.footer .footer-block-header {
    position: relative;
    margin-bottom: 30px
}

.footer .footer-block-header .title {
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

.footer .footer-block-header .title:after {
    position: absolute;
    content: ' ';
    height: 2px;
    width: 30px;
    background-color: #fff;
    bottom: -12px;
    left: 0
}

.footer .footer-block-content {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: justify
}

.footer .footer-block-content p a {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 24px;
    position: relative;
    display: inline-block;
    text-decoration: none
}

.footer .footer-block-content p a:hover {
    color: #2f9df2
}

.footer .footer-block-content li a {
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 24px;
    position: relative;
    display: block;
    text-decoration: none
}

.footer .footer-block-content li a:hover {
    color: #2f9df2
}

.duongdan {
    padding: 10px 25px;
    margin-bottom: 30px;
    margin-top: 5px
}

.duongdan ul li {
    float: left;
    position: relative;
    margin-right: 18px
}

.duongdan ul li:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1;
    right: -13px;
    top: 0;
    color: #425B6E
}

.duongdan ul li:last-child:before {
    display: none
}

.duongdan ul li a {
    font-size: 15px;
    font-family: 'HelveticaNeue-CondensedBold';
    color: #425B6E
}

@media (max-width: 600px) {
    .duongdan ul li a {
        font-size:13px
    }
}

.duongdan ul li p {
    font-size: 15px;
    font-family: 'HelveticaNeue-CondensedBold';
    color: #425B6E
}

@media (max-width: 600px) {
    .duongdan ul li p {
        font-size:13px
    }
}

.duongdan ul li .title {
    font-size: 15px;
    font-family: 'HelveticaNeue-CondensedBold';
    color: #425B6E
}

@media (max-width: 600px) {
    .duongdan ul li .title {
        font-size:13px
    }
}

.btn-danhsach {
    width: 100%;
    float: left
}

.dschuong {
    padding: 6px 12px;
    border-radius: 2px;
    background: #2f9df2;
    color: #FFF;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 20px
}

@media (max-width: 500px) {
    .dschuong {
        margin-top:5px;
        padding: 4px;
        font-size: 10px
    }
}

.danhmuc {
    width: 100%;
    float: left;
    padding: 30px 0
}

.danhmuc ul {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    display: table
}

.danhmuc ul li {
    float: left!important;
    text-align: center;
    background: #b9b9b9;
    border-radius: 2px;
    margin-right: 10px
}

@media (max-width: 767px) {
    .danhmuc ul li {
        margin-right:2px;
        width: 28px!important
    }
}

.danhmuc ul li:hover {
    background: #2f9df2
}

.danhmuc ul li:hover a {
    color: #fff
}

.content .gioithieu {
    width: 100%;
    float: left;
    padding: 20px 25px 15px;
    position: relative;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .content .gioithieu {
        padding:10px
    }
}

.content .gioithieu .images {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    width: 30%;
    overflow: hidden;
    margin-right: 25px;
    float: left
}

@media (max-width: 767px) {
    .content .gioithieu .images {
        margin-right:10px
    }
}

@media (max-width: 600px) {
    .content .gioithieu .images {
        width:40%;
        margin-right: 10px
    }
}

.content .gioithieu .desc {
    width: calc(70% - 25px);
    float: left
}

@media (max-width: 600px) {
    .content .gioithieu .desc {
        width:40%;
        width: calc(60% - 10px)
    }
}

.content .gioithieu .desc .title {
    margin-top: 10px;
    margin-bottom: 30px
}

@media (max-width: 767px) {
    .content .gioithieu .desc .title {
        margin-bottom:15px
    }
}

@media (max-width: 600px) {
    .content .gioithieu .desc .title {
        margin-bottom:5px;
        margin-top: 0
    }
}

.content .gioithieu .desc .title a {
    font-size: 24px;
    color: #425B6E;
    font-family: 'HelveticaNeue-CondensedBold'
}

@media (max-width: 767px) {
    .content .gioithieu .desc .title a {
        font-size:20px;
        line-height: 100%
    }
}

@media (max-width: 600px) {
    .content .gioithieu .desc .title a {
        font-size:17px;
        line-height: 150%
    }
}

.content .gioithieu .desc .title h1 {
    font-size: 24px;
    color: #425B6E;
    font-family: 'HelveticaNeue-CondensedBold'
}

@media (max-width: 767px) {
    .content .gioithieu .desc .title h1 {
        font-size:20px;
        line-height: 100%
    }
}

@media (max-width: 600px) {
    .content .gioithieu .desc .title h1 {
        font-size:17px;
        line-height: 150%
    }
}

.content .gioithieu .desc ul {
    width: 100%;
    float: left
}

.content .gioithieu .desc ul li {
    margin-bottom: 20px;
    float: left
}

.content .gioithieu .desc ul li span:nth-child(2) {
    font-family: 'HelveticaNeue-Medium'
}

.content .gioithieu .desc ul li:first-child {
    width: 100px;
    display: inline-block
}

.content .gioithieu .desc ul li:nth-child(2) {
    width: calc(100% - 100px);
    display: inline-block
}

.content .gioithieu .desc ul li:nth-child(2) span {
    font-family: 'HelveticaNeue-Medium'
}

@media (max-width: 500px) {
    .content .gioithieu .desc ul li:nth-child(2) {
        display:inline-block
    }

    .content .gioithieu .desc ul li:nth-child(2) span {
        font-family: 'HelveticaNeue-Medium'
    }
}

.content .gioithieu .desc ul li a {
    font-family: 'HelveticaNeue-Medium';
    color: #2f9df2;
    line-height: 170%
}

@media (max-width: 767px) {
    .content .gioithieu .desc ul li {
        margin-bottom:10px;
        font-size: 13px
    }
}

@media (max-width: 600px) {
    .content .gioithieu .desc ul li {
        margin-bottom:5px;
        font-size: 12px
    }
}

.content .gioithieu .desc ul.tacgia li:first-child {
    display: none
}

.content .gioithieu .desc ul.tacgia li:nth-child(2) {
    width: 100%;
    display: inline-block
}

.content .gioithieu .desc ul.theloai li:first-child {
    display: none
}

.content .gioithieu .desc ul.theloai li:nth-child(2) {
    width: 100%;
    display: inline-block
}

.content .gioithieu .noidung {
    width: 100%;
    float: left;
    margin: 20px 0;
    line-height: 130%
}

.content .gioithieu .noidung p {
    overflow: hidden;
    -webkit-animation: all 3s ease;
    animation: all 3s ease;
    text-align: justify
}

.content .gioithieu .noidung p a {
    display: block;
    margin-top: 5px;
    color: #425B6E;
    font-family: 'HelveticaNeue-Medium'
}

.content .gioithieu .noidung p a:hover {
    color: #2f9df2
}

.content .gioithieu .noidung .mota a {
    display: block;
    margin-top: 5px;
    color: #425B6E;
    font-family: 'HelveticaNeue-Medium'
}

.content .gioithieu .noidung .mota a:hover {
    color: #2f9df2
}

.content .gioithieu .noidung.descript {
    display: block!important
}

.content .gioithieu .noidung.descript p {
    height: auto;
    -webkit-animation: all 3s ease;
    animation: all 3s ease
}

.content .gioithieu .noidung label {
    font-family: 'HelveticaNeue-CondensedBold';
    display: block;
    margin-bottom: 20px
}

.content .gioithieu .noidung label h1 {
    display: inline-block
}

.content .gioithieu .noidung label h2 {
    display: inline-block
}

.content .gioithieu .noidung label h3 {
    display: inline-block
}

.content .gioithieu .noidung label h4 {
    display: inline-block
}

.content .gioithieu .noidung label h5 {
    display: inline-block
}

.content .gioithieu .docthem {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 20px
}

.content .gioithieu .docthem a {
    font-family: 'HelveticaNeue-Medium';
    color: #2f9df2
}

.content .danhsach {
    padding: 20px 25px;
    margin-bottom: 20px;
    position: relative
}

.content .danhsach .title {
    font-family: 'HelveticaNeue-CondensedBold';
    display: block;
    margin-bottom: 23px
}

.content .danhsach .chuong li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    line-height: 21px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    padding-right: 10px
}

.content .danhsach .chuong li span {
    min-width: 50px;
    display: inline-block
}

@media (max-width: 767px) {
    .content .danhsach .chuong li span {
        min-width:30px
    }
}

.content .danhsach .danhmuc {
    padding: 15px 0
}

.content .danhsach .form {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 25px
}

@media (max-width: 600px) {
    .content .danhsach .form {
        top:50px
    }
}

.content .danhsach .form label {
    float: left;
    margin-right: 10px;
    margin-top: 5px
}

.content .danhsach .form input {
    width: 50px;
    height: 25px;
    border: 1px solid #979797;
    border-radius: 4px;
    font-size: 14px;
    padding: 0;
    color: #333;
    text-align: center;
    font-family: 'HelveticaNeue-CondensedBold'
}

.content .danhsach .form input[type=submit] {
    background: #2f9df2;
    color: #fff;
    border: 1px solid #2f9df2
}

.section3 .content .content-head {
    text-align: center
}

.section3 .content .content-head .title a {
    font-size: 24px;
    font-family: 'HelveticaNeue-CondensedBold';
    color: #425B6E;
    margin-bottom: 10px;
    display: block
}

@media (max-width: 600px) {
    .section3 .content .content-head .title a {
        font-size:22px
    }
}

.section3 .content .content-head .des a {
    font-size: 15px;
    font-family: 'HelveticaNeue-CondensedBold';
    margin-bottom: 20px;
    display: block
}

.section3 .content .content-head .des h2 {
    font-size: 15px;
    font-family: 'HelveticaNeue-CondensedBold';
    margin-bottom: 20px;
    display: block
}

.section3 .content .content-button {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.section3 .content .content-button .mobile {
    width: 100%;
    float: left
}

.section3 .content .content-button .fb-like {
    min-width: auto!important;
    float: left;
    width: 40%!important
}

@media (max-width: 767px) {
    .section3 .content .content-button .fb-like {
        width:100%!important;
        position: absolute;
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.section3 .content .content-button .form {
    float: right
}

@media (max-width: 767px) {
    .section3 .content .content-button .form {
        float:none;
        margin: 0 auto;
        text-align: center;
        display: table
    }
}

.section3 .content .content-button .form .bao {
    float: left;
    background: #f0f0f0;
    border: 1px solid #dadada;
    border-radius: 4px;
    padding: 7px 10px;
    margin-right: 5px
}

@media (max-width: 600px) {
    .section3 .content .content-button .form .bao {
        padding:7px 5px
    }
}

.section3 .content .content-button .form label {
    float: left;
    margin-right: 10px;
    margin-top: 5px
}

.section3 .content .content-button .form input {
    width: 50px;
    height: 25px;
    border: 1px solid #979797;
    border-radius: 4px;
    font-size: 15px;
    padding: 0;
    color: #333;
    text-align: center;
    font-family: 'HelveticaNeue-Medium';
    float: left
}

.section3 .content .content-button .form .full {
    font-size: 18px;
    font-family: 'HelveticaNeue-CondensedBold';
    margin-left: 5px
}

.section3 .content .content-button .form input[type=submit] {
    background: #2f9df2;
    color: #fff;
    width: 60px;
    height: 40px;
    border: 1px solid #2f9df2
}

@media (max-width: 600px) {
    .section3 .content .content-button .form input[type=submit] {
        width:40px
    }
}

.section3 .content .content-button .nut-button {
    position: absolute;
    text-align: center;
    z-index: 2;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 767px) {
    .section3 .content .content-button .nut-button {
        width:100%
    }
}

.section3 .content .content-button .nut-button .btn {
    background: #425B6E;
    border-radius: 4px;
    width: 150px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    font-family: 'HelveticaNeue-CondensedBold';
    line-height: 37px
}

.section3 .content .content-button .nut-button .btn a {
    display: block;
    padding: 8px 0 10px
}

@media (max-width: 600px) {
    .section3 .content .content-button .nut-button .btn {
        width:120px;
        font-size: 13px
    }
}

.section3 .content .content-button .nut-loi {
    float: left
}

.section3 .content .content-button .nut-loi .btn {
    border-radius: 4px;
    width: 150px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    font-family: 'HelveticaNeue-CondensedBold'
}

@media (max-width: 600px) {
    .section3 .content .content-button .nut-loi .btn {
        width:120px;
        font-size: 13px
    }
}

.section3 .content .content-button .nut-loi .baoloi {
    background: #b01c1c
}

.section3 .content .content-button .nut-loi .binhluan {
    background: #4a90e2
}

@media (max-width: 991px) {
    .section3 .content .content-button .mobile {
        width:100%;
        float: left;
        padding-top: 50px;
        margin-bottom: 20px
    }
}

.section3 .content .content-center {
    margin: 5px 0 10px;
    padding: 50px 80px 20px 80px;
    position: relative;
    font-size: 20px;
    line-height: 170%;
    background: #eceef3
}

@media (max-width: 767px) {
    .section3 .content .content-center {
        padding:5px;
        padding-top: 40px
    }
}

.section3 .content .content-center .note {
    width: 24px;
    height: 39px;
    background: url(../images/icon/123.png) no-repeat center center / 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 30px;
    display: none
}

@media (max-width: 767px) {
    .section3 .content .content-center .note {
        display:none
    }
}

.section3 .content .content-center p {
    font-size: 18px;
    margin: 15px auto 20px;
    line-height: 1.5 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input:focus,select:focus,textarea:focus {
        font-size:14px
    }
}

@media (min-width: 479px) {
    .adsfooter {
        display:none;
    }
}

@media (max-width: 479px) {
    .adsmobiletop {
        display:none;
    }
