body {
    margin: 0;
    font-family: 'Kanit', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
}

input, button, select, textarea {
    font-family: 'Kanit', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Kanit', Arial, Helvetica, sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    25% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.clear {
    clear: both;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

::-ms-input-placeholder { /* IE 10+ */
    color: #999;
}

::-moz-placeholder { /* Firefox 18- */
    color: #999;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
}

a:hover,
a:active {
    outline: 0;
}

button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

button,
input {
    *overflow: visible;
    line-height: normal;
}

    button:-moz-focus-inner,
    input:-moz-focus-inner {
        padding: 0;
        border: 0;
    }


    button:focus,
    input:focus,
    select:focus,
    textarea:focus {
        outline: 0;
    }

table {
    border-collapse: collapse;
    border-spacing: 0px;
    border-padding: 0px;
}

.no-margin {
    margin: 0 !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.font-300 {
    font-weight: 300 !important;
}

.font-400 {
    font-weight: 400 !important;
}

.font-700 {
    font-weight: 700 !important;
}

.bg-gray {
    background-color: #F0F0F0;
}

.text-transform {
    text-transform: uppercase;
}

.text-transform-none {
    text-transform: none;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-3, .col-6, .col-12, .col-4, .col, .col-2, .col-8 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-2 {
    width: 16.66666667%;
}

.col-8 {
    width: 66.66666667%;
}

.col {
    width: 20%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.3333%;
}

.col-6 {
    width: 50%;
}

.col-12 {
    width: 100%;
}

.red {
    color: #FF0000 !important;
}

.hiden {
    display: none;
}

.text-center {
    text-align: center !important;
}

.icon-back-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    background: url(../images/toTop.png) no-repeat center center;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.full-width {
    width: 100%;
    display: inline-block;
}

.header {
    width: 100%;
    display: inline-block;
    background: url(../images/Bg-top_pc.jpg) no-repeat center top;
    background-size: cover;
    padding: 40px 65px 0 65px;
    text-align: center;
    color: #fff;
    position: relative;
}

    .header .head {
        max-width: 1620px;
        margin: auto;
        font-weight: normal;
        text-align: center;
        color: #FFFFFF;
        position: relative;
        font-size: 20px;
        line-height: 20px;
    }

.icon-back {
    position: absolute;
    left: 0;
    height: 32px;
    width: 34px;
    background: url(../images/Arrow-Left.png) no-repeat 0 0;
}

.header .title {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
    padding: 40px 0px 24px 0px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    /*margin-top: 40px;*/
}

.header .title-h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: normal;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.header .title-h3 {
    font-weight: normal;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 50px;
}

.header .photo {
    max-width: 1100px;
    margin-top: 62px;
    width: 100%;
}

.header .img-logo {
    margin-top: 81px;
    width: 100%;
    display: inline-block;
    margin-bottom: -63px;
}

.box-live-stream {
    max-width: 730px;
    width: 100%;
    height: 102px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    border-radius: 64px;
    display: inline-block;
    font-weight: normal;
    font-size: 26px;
    line-height: 102px;
    color: #FFFFFF;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.box-2 {
    width: 100%;
    display: inline-block;
    padding-top: 60px;
    background: url(../images/bg-video-big.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 80px;
}

    .box-2 .container {
        position: relative;
    }

    .box-2 .box-video {
        width: 100%;
        display: inline-block;
        margin-bottom: 80px;
    }

        .box-2 .box-video .title {
            margin: 0;
            font-weight: 600;
            font-size: 40px;
            line-height: normal;
            text-transform: uppercase;
            color: #FFFFFF;
            margin-bottom: 15px;
        }

        .box-2 .box-video .video {
            width: 100%;
            display: inline-block;
            margin-bottom: 15px;
            position: relative;
        }

        .box-2 .box-video .icon-video {
            width: 105px;
            height: 75px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 20px;
            background-color: #ff0000;
            margin: auto;
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

            .box-2 .box-video .icon-video.pulse {
                -webkit-animation-timing-function: ease;
                animation-timing-function: ease;
                -webkit-animation: pulse 2s infinite;
                animation: pulse 2s infinite;
                background-color: #ff0000;
                opacity: 0.4;
            }

        .box-2 .box-video svg {
            fill: #fff;
            stroke: #fff;
            stroke-linejoin: round;
            stroke-width: 2;
            transition: all 0.3s;
            height: 76px;
            width: 100%;
        }

            .box-2 .box-video svg:hover {
                cursor: pointer;
                fill: #fff;
                stroke: #fff;
                -webkit-transform: scale(1.2, 1.2);
                transform: scale(1.2, 1.2);
            }
/*icon tream*/
.box-live-stream {
    position: relative;
}

    .box-live-stream .icon-stream {
        width: 80px;
        float: left;
        position: relative;
        margin-top: 50px;
        margin-left: 20px;
    }

    .box-live-stream .streaming {
        width: 42px;
        height: 42px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background: linear-gradient(180deg, #F79835 0%, #C82527 100%);
        margin: auto;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        line-height: 42px;
        text-align: center;
    }

        .box-live-stream .streaming.pulse {
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
            -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
            background: linear-gradient(180deg, #F79835 0%, #C82527 100%);
            opacity: 0.3;
            height: 55px;
            width: 55px;
        }

        .box-live-stream .streaming.pulse-2 {
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
            -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
            background: linear-gradient(180deg, #F79835 0%, #C82527 100%);
            opacity: 0.2;
            height: 75px;
            width: 75px;
        }

    .box-live-stream .icon-stream .icon-play {
        width: 19px;
        height: 16px;
        display: inline-block;
        background: url(../images/icon-play.png) no-repeat center center;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -8px;
        margin-top: -8px;
    }
/*white*/
.icon-stream-2 {
    width: 80px;
    position: absolute;
    height: 80px;
    left: 0;
    top: 0;
}

    .icon-stream-2 .streaming {
        width: 36px;
        height: 36px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        background: #fff;
        margin: auto;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        line-height: 42px;
        text-align: center;
    }

        .icon-stream-2 .streaming.pulse {
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
            -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
            background: #fff;
            opacity: 0.3;
            height: 50px;
            width: 50px;
        }

        .icon-stream-2 .streaming.pulse-2 {
            -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
            -webkit-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
            background: #fff;
            opacity: 0.2;
            height: 70px;
            width: 70px;
        }

    .icon-stream-2 .icon-play {
        width: 19px;
        height: 16px;
        display: inline-block;
        background: url(../images/icon-play-2.png) no-repeat center center;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -8px;
        margin-top: -8px;
    }

/*end*/
.box-list-1 {
    width: 100%;
    float: left;
}

    .box-list-1 .item-a, .box-list-1 .item-b {
        width: 50%;
        float: left;
        padding: 80px 50px 50px 50px;
        min-height: 720px;
    }

    .box-list-1 .item-b {
        background: url(../images/bg-4.png) no-repeat right bottom #FEF8F1;
    }

    .box-list-1 .item-a {
        background: url(../images/bg-a.jpg) no-repeat center center;
        background-size: cover;
    }

        .box-list-1 .item-a .photo {
            width: 100%;
            display: inline-block;
            border: 3px solid #fff;
            position: relative;
            margin-bottom: 30px;
            /*opacity: 0.4;*/
        }

            .box-list-1 .item-a .photo .bg-hv {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                display: none;
                background: rgba(255,0,0,0.2);
            }

        .box-list-1 .item-a:hover .photo .bg-hv {
            display: block;
        }


        .box-list-1 .item-a .time {
            font-weight: normal;
            font-size: 14px;
            line-height: 21px;
            text-transform: uppercase;
            margin: 0;
            color: #FFFFFF;
            text-align: left;
        }

        .box-list-1 .item-a .title {
            margin: 0;
            display: inline-block;
            width: 100%;
            font-weight: 600;
            font-size: 35px;
            line-height: 40px;
            text-transform: uppercase;
            color: #FFFFFF;
            height: 78px;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .box-list-1 .item-a .title a {
                display: -webkit-box;
                height: 78px;
                overflow: hidden;
                -webkit-line-clamp: 2;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-box-orient: vertical;
                color: #FFFFFF;
            }

        .box-list-1 .item-a .description {
            display: -webkit-box;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF;
            overflow: hidden;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-box-orient: vertical;
            height: 48px;
            margin: 0;
        }



    .box-list-1 .item-b .row {
        margin: 0 -15px;
    }

    .box-list-1 .item-b .col-6 {
        width: 50%;
        float: left;
        padding: 0 15px;
    }

    .box-list-1 .item-b .photo {
        width: 100%;
        display: inline-block;
        border: 1px solid #fff;
        position: relative;
        margin-bottom: 30px;
    }

        .box-list-1 .item-b .photo .bg-hv {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(255,0,0,0.2);
            display: none;
        }

    .box-list-1 .item-b .col-6:hover .photo .bg-hv {
        display: block;
    }

    .box-list-1 .item-b .photo .bg-hv .icon {
        width: 0;
        height: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -37px;
        margin-left: -37px;
        display: none;
    }

    .box-list-1 .item-b .col-6:hover .photo .bg-hv .icon {
        width: 74px;
        height: 74px;
    }

    .box-list-1 .item-b .time {
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
        margin: 0;
        color: #C82527;
        text-align: left;
    }

    .box-list-1 .item-b .title {
        margin: 0;
        display: inline-block;
        width: 100%;
        font-weight: 600;
        font-size: 24px;
        /* line-height: 27px; */
        text-transform: uppercase;
        color: #323131;
        margin-bottom: 10px;
        /* height:56px; */
        overflow: hidden;
    }

.line-2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-list-1 .item-b .title a {
    color: #323131;
    display: block;
}

.box-list-1 .item-b .col-6:hover .title a {
    color: #C82527;
}

.box-list-1 .item-b .description {
    display: -webkit-box;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #696969;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    height: 70px;
    margin: 0;
}

.box-2 .box-video .title a {
    color: #fff;
    display: block;
}

.box-slide {
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: -290px;
    height: 365px;
    left: 0;
}

.box-3 {
    width: 100%;
    display: inline-block;
    padding-top: 310px;
    min-height: 1000px;
}

.list-product {
}

    .list-product .col {
        width: 33.333%;
        float: left;
        padding: 15px;
    }

.box-slide .col {
    width: 100%;
    display: inline-block
}

.list-product .photo {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

    .list-product .photo .bg-hv {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, #F79835 0%, #C82527 100%);
        /*height:0;
	width:0;
	-webkit-transition: opacity 0.5s linear, color 0.5s linear, width 0.5s linear, height 0.5s linear;*/
        display: none;
    }

.list-product .col:hover .photo .bg-hv {
    opacity: 0.4;
    height: 100%;
    width: 100%;
    display: block;
}

.list-product .photo .bg-hv .icon {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -37px;
    margin-left: -37px;
    display: none;
}

.list-product .col:hover .photo .bg-hv .icon {
    width: 74px;
    height: 74px;
}

.list-product .time {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    margin: 0;
    color: #C82527;
    text-align: left;
}

.list-product .title {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    text-transform: uppercase;
    color: #323131;
    height: 51px;
    overflow: hidden;
}

    .list-product .title a {
        color: #323131;
        display: block;
    }

.list-product .col:hover .title a {
    color: #C82527;
}

.list-product .description {
    display: -webkit-box;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #696969;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    height: 74px;
    margin: 0;
    margin-top: 10px;
}

.list-product .slick-dots {
    display: none !important;
}

.heading {
    font-weight: 200;
    font-size: 80px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    color: #323131;
    margin: 0;
    text-align: center;
}

.box-4 {
    width: 100%;
    display: inline-block;
    padding: 90px 0;
}

.footer {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e3e3e3;
    padding: 30px 0;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #808080;
}

    .footer .small {
        max-width: 1600px;
        display: inline-block;
        width: 100%;
        padding: 0 15px;
    }

    .footer .logo {
        float: left;
    }

    .footer .social {
        float: right;
    }

        .footer .social .icon {
            width: 39px;
            height: 39px;
            float: left;
            margin-left: 10px;
            border: 0;
            padding: 0;
            cursor: pointer;
        }

        .footer .social .fb {
            background: url(../images/icon-fb.png) no-repeat center center;
        }

        .footer .social .youtobe {
            background: url(../images/icon-youtobe.png) no-repeat center center;
        }

        .footer .social .wt {
            background: url(../images/icon-wt.png) no-repeat center center;
        }

.box-list-2 {
    width: 100%;
    float: left;
    background-color: #FEF8F1;
}

    .box-list-2 .item-a, .box-list-2 .item-b {
        width: 50%;
        float: left;
        padding: 60px 90px;
        min-height: 710px;
    }

    .box-list-2 .item-b {
        background: #FEF8F1;
    }

    .box-list-2 .item-a {
        background: url(../images/bg-a.jpg) no-repeat center center;
        background-size: cover;
    }

        .box-list-2 .item-a .photo {
            width: 100%;
            display: inline-block;
            position: relative;
            margin-bottom: 30px;
            border: 3px solid #fff;
        }

            .box-list-2 .item-a .photo .bg-hv {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                background: linear-gradient(180deg, #F79835 0%, #C82527 100%);
                /*opacity: 0;
	height:0;
	width:0;
	-webkit-transition: opacity 0.5s linear, color 0.5s linear, width 0.5s linear, height 0.5s linear;*/
                display: none;
            }

            .box-list-2 .item-a .photo:hover .bg-hv {
                opacity: 0.4;
                height: 100%;
                width: 100%;
                display: block;
            }

            .box-list-2 .item-a .photo .bg-hv .icon {
                width: 0;
                height: 0;
                position: absolute;
                left: 50%;
                top: 50%;
                margin-top: -37px;
                margin-left: -37px;
                display: none;
            }

            .box-list-2 .item-a .photo:hover .bg-hv .icon {
                width: 74px;
                height: 74px;
            }

        .box-list-2 .item-a .time {
            font-weight: normal;
            font-size: 14px;
            line-height: 21px;
            text-transform: uppercase;
            margin: 0;
            color: #FFFFFF;
            text-align: left;
        }

        .box-list-2 .item-a .title {
            margin: 0;
            display: inline-block;
            width: 100%;
            font-weight: 600;
            font-size: 30px;
            line-height: 40px;
            text-transform: uppercase;
            color: #FFFFFF;
            margin-bottom: 10px;
            margin-top: 10px;
            padding-left: 90px;
            position: relative;
        }

            .box-list-2 .item-a .title a {
                color: #FFFFFF;
            }

        .box-list-2 .item-a .description {
            display: -webkit-box;
            font-weight: normal;
            font-size: 16px;
            line-height: 24px;
            color: #FFFFFF;
            overflow: hidden;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-box-orient: vertical;
            height: 48px;
            margin: 0;
        }



    .box-list-2 .item-b .box-slide-2 {
    }

        .box-list-2 .item-b .box-slide-2 .col {
            width: 100%;
            padding: 0;
        }

    .box-list-2 .item-b .photo {
        width: 100%;
        display: inline-block;
        position: relative;
        margin-bottom: 30px;
        border: 3px solid #fff;
    }

        .box-list-2 .item-b .photo .bg-hv {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, #F79835 0%, #C82527 100%);
            /*opacity: 0;
	height:0;
	width:0;
	-webkit-transition: opacity 0.5s linear, color 0.5s linear, width 0.5s linear, height 0.5s linear;*/
            display: none;
        }

        .box-list-2 .item-b .photo:hover .bg-hv {
            opacity: 0.3;
            height: 100%;
            width: 100%;
            display: block;
        }

        .box-list-2 .item-b .photo .bg-hv .icon {
            width: 0;
            height: 0;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -37px;
            margin-left: -37px;
            display: none;
        }

        .box-list-2 .item-b .photo:hover .bg-hv .icon {
            width: 74px;
            height: 74px;
        }



    .box-list-2 .item-b .time {
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        text-transform: uppercase;
        margin: 0;
        color: #C82527;
        text-align: left;
    }

    .box-list-2 .slick-prev, .box-list-2 .slick-next {
        top: auto;
        bottom: 177px;
        width: 50px;
        height: 50px;
        background-color: #fff;
        text-align: center;
        z-index: 1;
    }

    .box-list-2 .slick-prev {
        left: 0;
    }

    .box-list-2 .slick-next {
        left: 50px;
        right: auto;
        border-left: 1px solid rgba(247,152,53,0.2)
    }

        .box-list-2 .slick-prev:before, .box-list-2 .slick-next:before {
            color: #F79835;
            font-size: 30px;
            width: 50px;
            height: 50px;
            display: inline-block;
            opacity: 1;
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            line-height: 50px;
        }

    .box-list-2 .slick-prev:before {
        content: '\e801';
    }

    .box-list-2 .slick-next:before {
        content: '\e800';
    }

    .box-list-2 .item-b .title {
        margin: 0;
        display: inline-block;
        width: 100%;
        font-weight: 600;
        font-size: 24px;
        line-height: 27px;
        text-transform: uppercase;
        color: #323131;
        margin-bottom: 10px;
        height: 56px;
        overflow: hidden;
    }

        .box-list-2 .item-b .title a {
            color: #323131;
            display: block;
        }

    .box-list-2 .item-b .col:hover .title a {
        color: #C82527;
    }

    .box-list-2 .item-b .description {
        display: -webkit-box;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        color: #696969;
        overflow: hidden;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        height: 70px;
        margin: 0;
    }

@media only screen and (min-width: 1600px) {
    .box-list-1 .item-a, .box-list-1 .item-b {
        width: 50%;
        float: left;
        min-height: 956px;
        padding: 150px 150px 0 150px;
    }

    .box-list-2 .item-a, .box-list-2 .item-b {
        width: 50%;
        float: left;
        padding: 133px 150px 50px 150px;
        min-height: 956px;
    }
}

@media only screen and (min-width: 1400px) {

    .box-list-2 .slick-prev, .box-list-2 .slick-next {
        width: 50px;
        height: 50px;
    }

    .box-3 {
        padding-top: 370px;
        background-image: url(../images/bg_left.jpg), url(../images/bg-right.jpg);
        background-position: left top, right bottom;
        background-repeat: no-repeat, no-repeat;
    }

    .heading {
        font-size: 110px;
    }

    .box-2 .box-video .title {
        font-size: 60px;
        line-height: 70px;
    }

    .header {
        min-height: 1497px;
    }

        .header .title {
            font-size: 110px;
            line-height: 120px;
            padding: 32px 0px 24px 0px;
        }

        .header .title-h2 {
            font-size: 70px;
            line-height: 105px;
        }

        .header .title-h3 {
            font-size: 40px;
            line-height: 60px;
        }

        .header .head {
            font-size: 40px;
            line-height: 40px;
        }

        .header .photo {
            max-width: 100%;
            margin-top: 82px;
        }

    .box-live-stream {
        max-width: 939px;
        font-size: 35px;
    }
}

@media only screen and (min-width: 1290px) and (max-width: 1400px) {
    .box-list-1 .item-a, .box-list-1 .item-b {
        min-height: 760px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .header .img-logo {
        margin-top: 55px;
        margin-bottom: -40px;
    }

    .header {
        padding: 20px 105px 0 105px;
    }
}

@media only screen and (min-width: 940px) {
    .hiden-web {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .box-list-2 .item-a, .box-list-2 .item-b {
        padding: 40px 50px;
        min-height: 710px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1370px) {
    .box-list-1 .item-b {
        background: url(../images/bg-4.png) no-repeat right bottom #FEF8F1;
        background-size: contain;
    }

    .box-list-2 .slick-prev, .box-list-2 .slick-next {
        bottom: 177px;
    }

    .box-list-2 .slick-next {
        left: 50px;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1170px) {
    .box-list-2 .item-a, .box-list-2 .item-b {
        padding: 40px 15px;
        min-height: 680px;
    }

    .box-list-1 .item-a, .box-list-1 .item-b {
        padding: 80px 15px 30px 15px;
        min-height: 710px;
    }

    .box-list-2 .slick-prev, .box-list-2 .slick-next {
        bottom: 177px;
    }

    .box-list-2 .slick-next {
        left: 50px;
    }

    .box-3 {
        background: none;
        padding-top: 230px;
    }

    .box-4 {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    .box-list-2 .item-a, .box-list-2 .item-b {
        min-height: 640px;
    }

    .box-list-1 .item-a, .box-list-1 .item-b {
        min-height: 640px;
    }
}

@media only screen and (min-width: 850px) and (max-width: 1100px) {
    .box-list-1 .item-a, .box-list-1 .item-b {
        padding: 90px 20px 30px 20px;
        min-height: 700px;
    }

        .box-list-1 .item-b .title {
            line-height: 26px;
        }

    .box-list-1 .item-b {
        background: url(../images/bg-4.png) no-repeat right bottom #FEF8F1;
        background-size: contain;
    }

    .box-3 {
        background: none;
        padding-top: 230px;
    }

    .box-4 {
        padding: 30px 0;
    }

    .video-1 iframe {
        height: 520px !important;
    }

    .video-2 iframe {
        height: 420px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 940px) {
    .list-product .title a {
        color: #323131;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
    }

    .box-list-2 .item-a, .box-list-2 .item-b {
        padding: 40px 5%;
        min-height: 525px;
    }

    .box-list-2 .slick-prev, .box-list-2 .slick-next {
        bottom: 177px;
    }

    .box-list-2 .slick-next {
        left: 50px;
    }

    .box-list-2 .item-a .title {
        font-size: 22px;
        line-height: 28px;
    }

    .box-list-2 .item-b .title {
        font-size: 22px;
        height: 55px;
    }

    .box-list-1 .item-a .photo img {
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 850px) {
    .box-4 {
        padding: 40px 0;
    }

    .container {
        max-width: 560px;
    }

    .box-live-stream {
        line-height: normal;
        height: auto;
        font-size: 18px;
        text-align: left;
        padding: 10px 15px;
        max-width: 370px;
    }

        .box-live-stream .icon {
            float: left;
            width: 50px;
            margin-right: 10px;
        }

    .header {
        padding: 20px 10px 51px 10px;
        background: url(../images/Bg-top_mobile.jpg) no-repeat center center;
        background-size: cover;
    }

        .header .head {
            font-size: 13px;
            line-height: 15px;
        }

        .header .title {
            font-size: 28px;
            line-height: 30px;
        }

        .header .title-h2 {
            font-size: 20px;
        }

        .header .title-h3 {
            font-size: 17px;
            line-height: 30px;
            margin-bottom: 30px;
        }

        .header .photo {
            margin-top: 15px;
        }

        .header .img-logo {
            margin-top: 25px;
            margin-bottom: -66px;
        }

    .box-list-1 .item-a .title {
        font-size: 25px;
        line-height: 35px;
        height: 70px;
    }

        .box-list-1 .item-a .title a {
            height: 70px;
        }

    .box-list-1 .item-a .photo {
        margin-bottom: 15px;
    }

    .box-list-1 .item-b .title {
        font-size: 22px;
        line-height: 27px;
        margin-bottom: 5px;
    }

    .list-product .col:hover .photo .bg-hv, .box-list-1 .item-b .photo .bg-hv {
        display: none;
    }

    .box-list-1 .item-a, .box-list-1 .item-b {
        width: 100%;
        padding: 50px 10px 20px 10px;
        min-height: 100px;
    }

    .box-list-1 .item-b {
        background: none #FEF8F1;
        padding-top: 30px;
    }

        .box-list-1 .item-b .row {
            margin: 0 -10px;
        }

        .box-list-1 .item-b .col-6 {
            padding: 0 10px;
        }

        .box-list-1 .item-b .photo {
            border: 0;
            margin-bottom: 15px;
        }

    .list-product .title {
        margin-top: 10px;
        font-size: 16px;
        line-height: 22px;
        height: 46px;
    }

        .list-product .title a {
            color: #323131;
            display: -webkit-box;
            overflow: hidden;
            -webkit-line-clamp: 2;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-box-orient: vertical;
            font-size: 16px;
            height: 46px;
        }

    .box-slide {
        position: relative;
        bottom: auto;
        height: auto;
        left: auto;
    }

    .box-2 .box-video {
        margin-bottom: 0;
    }

    .box-2 {
        padding-bottom: 0;
        padding-top: 15px;
    }


    .box-slide.list-product .title a {
        color: #fff;
    }

    .box-slide .slick-next {
        right: -5px;
    }

    .box-slide .slick-prev {
        left: -5px;
    }

    .slick-prev, .slick-next {
        top: 50%;
        display: block;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        background: #fff;
        z-index: 1;
    }

        .slick-prev:before, .slick-next:before {
            color: #F79835;
            font-size: 16px;
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            line-height: 26px;
        }

        .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
            background-color: #fff;
        }

        .slick-next:before {
            content: '\e800';
        }

        .slick-prev:before {
            content: '\e801';
        }

    .box-slide .slick-disabled {
        opacity: 1;
        background: #fff;
    }

    .box-2 .box-video .title {
        font-size: 18px;
    }

    .icon-back-top {
        background: url(../images/toTop.png) no-repeat center center;
        width: 30px;
        height: 30px;
    }

    .container {
        max-width: 580px;
        margin: auto;
        padding: 0 10px;
    }

    .icon-back {
        height: 20px;
        width: 20px;
        background: url(../images/Arrow-Left-mobile.png) no-repeat 0 0;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-3, .col-6, .col-12, .col-4, .col, .col-2, .col-8 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .box-3 {
        padding-top: 30px;
        background: none;
    }

    .list-product .col {
        width: 50%;
        padding: 10px;
    }

    .heading {
        font-size: 60px;
    }

    .footer {
        margin-top: 30px;
    }

    .photo .bg-hv {
        display: none !important;
    }

    .photo {
        text-align: center
    }

    .box-list-2 .item-a, .box-list-2 .item-b {
        width: 100%;
        float: left;
        padding: 30px 10px;
        min-height: 100px;
    }

        .box-list-2 .item-a .title {
            font-size: 20px;
            line-height: 28px;
        }

    .box-list-2 .slick-prev, .box-list-2 .slick-next {
        bottom: auto;
        top: 32%;
        width: 36px;
        height: 36px;
    }

    .box-list-2 .slick-next {
        left: auto;
        right: -10px;
        border: 0;
    }

    .box-list-2 .slick-prev {
        left: -10px;
    }

        .box-list-2 .slick-prev:before, .box-list-2 .slick-next:before {
            width: 36px;
            height: 36px;
            line-height: 36px;
            font-size: 25px;
            border: 0;
        }

    .box-list-2 .item-b .description {
        -webkit-line-clamp: 2;
        height: 49px;
    }

    .box-live-stream .icon-stream {
        margin-top: 0px;
        margin-left: 0;
        height: 50px;
    }

    .box-live-stream .streaming {
        width: 30px;
        height: 30px;
    }

        .box-live-stream .streaming.pulse {
            height: 40px;
            width: 40px;
        }

        .box-live-stream .streaming.pulse-2 {
            height: 60px;
            width: 60px;
        }
}

@media only screen and (min-width: 540px) and (max-width: 850px) {
    .box-list-1 .item-a, .box-list-1 .item-b {
        padding: 50px 5% 20px 5%;
    }

    .header {
        padding: 20px 5% 51px 5%;
    }

    .video-1 iframe {
        height: 400px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 539px) {
    .video-1 iframe {
        height: 300px !important;
    }

    .video-2 iframe {
        height: 320px !important;
    }
}

@media only screen and (min-width: 700px) and (max-width: 850px) {
    .video-2 iframe {
        height: 290px !important;
    }
}

@media only screen and (min-width: 540px) and (max-width: 700px) {
    .video-2 iframe {
        height: 400px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 390px) {
    .video-2 iframe {
        height: 220px !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 850px) {
    .header .title {
        font-size: 40px;
        line-height: 43px;
    }

    .header .title-h2 {
        font-size: 30px;
    }

    .header .title-h3 {
        font-size: 17px;
    }

    .header .head {
        font-size: 17px;
    }
}

@media only screen and (min-width: 640px) and (max-width: 850px) {
    .container {
        max-width: 100%;
        padding: 0 5%;
    }

    .list-product .row {
        margin: 0;
    }

    .list-product .col {
        width: 33.333%;
        padding: 10px;
    }

    .box-2 .box-video .title {
        font-size: 30px;
    }

    .box-2 {
        padding-bottom: 15px;
    }

    .header .title {
        font-size: 47px;
        line-height: 51px;
    }

    .box-list-2 .item-a, .box-list-2 .item-b {
        width: 50%;
        float: left;
        padding: 30px 10px;
        min-height: 535px;
    }

        .box-list-2 .item-a .title {
            font-size: 24px;
            line-height: 30px;
        }
}

@media only screen and (min-width: 640px) and (max-width: 700px) {
    .box-list-2 .item-a, .box-list-2 .item-b {
        width: 100%;
        float: left;
        padding: 20px 5% 20px 5%;
        min-height: 100px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .footer .small {
        position: relative;
        padding: 0 10px;
    }

    .footer .text {
        width: 100%;
        display: inline-block;
        text-align: left;
        padding: 10px 0;
    }

    .footer .social {
        position: absolute;
        top: 0px;
        right: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 350px) {
    .heading {
        font-size: 50px;
        padding: 0
    }

    .box-slide .col {
        padding: 0;
    }

    .list-product .col {
        width: 100%;
        padding: 15px 10px;
    }

    .box-live-stream {
        font-size: 15px;
    }

    .icon-back {
        height: 15px;
        width: 15px;
        background: url(../images/Arrow-Left-mobile.png) no-repeat 0 0;
        background-size: cover;
        top: 6px;
    }

    .footer .logo {
        width: 140px;
        margin-top: 5px;
    }
}
/*DucLM for fix */
.line-3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    overflow: hidden;
}