@font-face {
    font-family: 'sukhumvitset-light';
    src: url('../font/sukhumvitset/fonts/sukhumvitset-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sukhumvitset-medium';
    src: url('../font/sukhumvitset/fonts//sukhumvitset-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sukhumvitset-text';
    src: url('../font/sukhumvitset/fonts/sukhumvitset-text-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sukhumvitset-reg';
    src: url('../font/sukhumvitset/fonts/sukhumvitset-reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sukhumvitset-bold';
    src: url('../font/sukhumvitset/fonts/sukhumvitset-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'sukhumvitset-text';
    position: relative;
    min-height: 100vh;
}

.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.MainMenu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.MainMenuScore{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: -200px;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    padding: 10px 0;
    z-index: 2;
    transition: all 0.5s ease-in-out;
    -webkit-box-shadow: 0px 10px 9px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 9px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 9px -7px rgba(0,0,0,0.75);
}

.HiddenMenuOnTop{
    top: -200px !important;
}

.ShowMenuScoll{
    top: 0 !important;
}

.ListMenuName{
    text-align: center;
    width: 100%;
}

.StyMenuName a{
    margin: 0 25px;
    text-decoration: unset;
    font-size: 16px;
    color: #000000;
}

.StyMenuName a:hover{
    font-weight: bold;
}

.StyMenuNameDesktop a{
    background-color: #59432D !important;
    color: #FFFFFF !important;
    padding: 3px 20px !important;
    border-radius: 30px !important;
}

.StyLogo{
    margin: 15px 0 0px 15px;
}

.StyLogo img{
    width: 100px;
}

.MainBanner{
    background-image: url('../img/banner2.jpg');
    background-size: 100% 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F7F7F7;
}

.MainProductCategory{
    padding: 50px 0 65px 0;
    background-color: #F7F7F7;
}

.HerderSection{
    text-align: center;
    margin-bottom: 25px;
}

.HerderSection h2{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0;
}

.NoInfoNoti p{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.MainListProductCategory{
    display: flex;
    align-items: center;
    justify-content: center;
}

.BlogListProductCategory{
    background-color: #9E9E9E ;
    min-height: 480px;
    max-height: 480px;
    min-width: 260px;
    max-width: 260px;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    text-align: center;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

.BlogListProductCategory:hover{
    transform: scale(0.95);
}

.ImageListProductCategory{
    display: table;
    text-align: center;
    width: 100%;
    height: 420px;
}

.SubImageListProductCategory{
    display: table-cell;
    vertical-align: middle;
}

.ImageListProductCategory img{
    width: 215px;
}

.NameListProductCategory{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.NameListProductCategory p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.btnMore{
    text-align: center;
    margin-top: 40px;
}

.btnMore a{
    background-color: #59432D;
    text-decoration: unset;
    color: #FFFFFF;
    padding: 10px 25px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.btnMore a:hover{
    background-color: #9E9E9E;
    color: #000000;
}

.btnMore a svg{
    font-size: 18px;
    margin-left: 5px;
}

.MainAbout{
    min-height: 600px;
    max-height: 600px;
    display: flex;
    align-items: center;
}

.MainContentAbout{
    display: flex;
    align-items: center;
    justify-content: center;
}

.HerderSectionAbout{
    text-align: left;
}

.HerderSectionAbout p{
    font-size: 32px;
}

.ContentAbout p{
    margin-bottom: 0;
    font-size: 14px;
}

.MainAboutContent{
    margin-left: 30px;
}

.btnMoreAbout{
    text-align: left;
}

.ImagePartner{
    margin-top: 42px;
}

.ImagePartner img{
    min-width: 85px;
    max-width: 85px;
}

.MainCatalog{
    background-color:#F7F7F7;
    padding: 65px 0;
}

.MainContentCatalog{
    display: flex;
    align-items: center;
    justify-content: center;
}

.CatalogContent p{
    font-size: 14px;
}

.HerderSectionCatalog{
    text-align: left;
}

.btnMoreCatalog{
    text-align: left;
}

.MainFooter{
    background-color: #59432D;
    min-height: 100px;
    max-height: 100px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 12px;
    /* margin-top: 60px; */
    position: absolute;
    bottom: -80px;
}

.MenuFooter{
    margin-bottom: 12px;
}

.MenuFooter a{
    color: #FFFFFF;
    text-decoration: unset;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.MenuFooter a:hover{
    opacity: 0.8;
}

.MenuFooter span{
    margin: 0 12px;
    color: #FFFFFF;
}

.CompyFooter{
    text-align: center;
}

.CompyFooter p{
    margin-bottom: 0;
    color: #FFFFFF;
}

.MainPage{
    margin-top: 100px;
    padding: 60px 0;
}

.HeaderPage{
    text-align: center;
    margin-bottom: 55px;
}

.HeaderPage h1{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 0;
}

.LogoAboutPage{
    text-align: center;
}

.LogoAboutPage img{
    width: 235px;
}

.ContentAboutPage{
    text-align: center;
    margin-top: 40px;
}

.ContentAboutPage p{
    font-size: 14px;
    margin-bottom: 0;
}

.MainAbility{
    padding: 70px 0;
}

.HeaderBorderTopBottom{
    text-align: center;
    border-top: solid 3px #000000;
    border-bottom: solid 3px #000000;
    padding: 15px 0 10px 0;
    margin-bottom: 20px;
}

.HeaderBorderTopBottom p{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
}

.ContentAbility{
    text-align: center;
}

.ContentAbility p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.BlogContentOurStandate{
    text-align: center;
    margin-bottom: 35px;
}

.ImageContentOurStandart img{
    min-width: 250px;
    max-width: 250px;
}

.ContentOurStandate p{
    margin-bottom: 0;
    font-size: 14px;
}

.ListImageRef{
    text-align: center;
}

.ListImageRef img{
    width: 100%;
}

.imgRefAbout img{
    width: 100%;
}

.HeaderCenterProduct{
    text-align: center;
    margin: 65px 0;
}

.HeaderCenterProduct h1{
    margin-bottom: 0;
    border-bottom: solid 4px #000000;
    display: inline;
    font-weight: bold;
    font-size: 32px;
}

.BlogListProduct{
    border-bottom: solid 1px #000000;
    padding: 30px 0;
}

.BlogListProduct:last-of-type{
    border-bottom: none;
}

.ImageProductList{
    text-align: right;
}

.ImageProductList img{
    width: 350px;
}

.DetailProsuctAll{
    padding: 20px 0;
}

.DetailProsuctAll p{
    margin-bottom: 0;
}

.SpecProductDetail{
    margin-top: 15px;
}

.SpecProductDetail p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 14px;
}

.MainPageNews{
    padding: 0 !important;
}

.BlogCardNews{
    margin-bottom: 50px;
}

.HeaderNews{
    margin-bottom: 20px;
}

.HeaderNews p{
    margin-bottom: 0;
    font-size: 22px;
    font-weight: bold;
}

.DetailNews p{
    margin-bottom: 0;
    font-size: 14px;
}

.LinkNews{
    margin-top: 50px;
}

.LinkNews iframe{
    width: 100%;
    height: 500px;
}

.InformationContactUSMain{
    background-color: rgba(89, 67, 45, 0.2);
    min-height: 595px;
    max-height: 595px;
    padding: 20px;
    display: table;
    width: 100%;
}

.InformationContactUSSub{
    display: table-cell;
    vertical-align: middle;
}

.HeaderContactForm{
    border-bottom: solid 4px #000000;
    margin-bottom: 15px;
}

.HeaderContactForm p{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

.InformationInputContact .labelContent{
    margin-bottom: 0;
    font-size: 14px;
}

.InformationInputContact .labelContent .StartRq{
    color: red;
}

.InformationInputContact .labelContent .NotiWarning{
    color: red;
    font-size: 12px;
}

.InformationInputContact input[type="text"]{
    border: solid 1px lightgray;
    border-radius: 5px;
    width: 100%;
    padding: 8px 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.InformationInputContact textarea{
    width: 100%;
    border: solid 1px lightgray;
    border-radius: 5px;
    padding: 8px 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.InformationInputContact .btnSubmitContact{
    text-align: center;
}

.InformationInputContact .btnSubmitContact input[type="submit"]{
    background-color: #59432D;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    padding: 12px 35px;
    transition: all 0.3s ease-in-out;
}

.InformationInputContact .btnSubmitContact input[type="submit"]:hover{
    background-color: #9E9E9E;
    color: #000000;
}

.ProductName p{
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}

.NotiNotTransaction{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.LogoContactUs{
    text-align: center;
    margin-bottom: 25px;
}

.LogoContactUs img{
    width: 200px;
}

.NameCompanyContact{
    text-align: center;
}

.NameCompanyContact p{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}

.AddressCompanyContact{
    text-align: center;
    margin-top: 20px;
}

.AddressCompanyContact p{
    margin-bottom: 0;
    font-size: 16px;
}

.WayContact{
    margin-top: 30px;
}

.SubWayDetailContact{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.IconContact{
    margin-right: 10px;
}

.IconContact svg{
    font-size: 28px;
    margin-right: 5px;
}

.ContactDetails a{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
    transform: scale(1);
    display: block;
    transition: all 0.3s ease-in-out;
}

.ContactDetails a:hover{
    transform: scale(1.1);
}

.StepQbMain{
    text-align: center;
}

.StepQbText p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
}

.HeaderStepQB p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 20px;
}

.InfoProcatQb {
    border-top: solid 1px #000000;
    padding-top: 40px;
    margin-top: 40px;
}

.InfoProcatQb:first-of-type{
    margin-top: 0;
}

.LinkQb{
    margin-top: 15px;
}

.LinkQb iframe{
    width: 100%;
    height: 500px;
}

.NotImageProduct{
    text-align: right;
}

.NotImageProduct svg{
    font-size: 300px;
    opacity: 0.3;
}